Trace number 4806039

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)-9 3600.17 3578.77

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxfirst_lastlayerdiv2/
normalized-injcomp_opt_3layers_maxfirst_lastlayerdiv2_size_19.opb
MD5SUM7796f50f7dd5c2bbb1117d2501c4745e
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 benchmark-9
Best CPU time to get the best result obtained on this benchmark0.006888
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables722
Total number of constraints237
Number of constraints which are clauses190
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 361
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 361
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 361
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.08	c Pseudo Boolean Optimization by upper bound
0.00/0.08	c --- Begin Solver configuration ---
0.00/0.08	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.08	c Learn all clauses as in MiniSAT
0.00/0.08	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.08	c Expensive reason simplification
0.00/0.08	c Glucose 2.1 dynamic restart strategy
0.00/0.08	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.08	c timeout=2147483s
0.00/0.08	c DB Simplification allowed=false
0.00/0.08	c Listener: none
0.00/0.08	c --- End Solver configuration ---
0.00/0.08	c solving HOME/instance-4806039-1782833304.opb
0.00/0.08	c reading problem ... 
0.00/0.08	c  objective function found
0.00/0.10	c ... done. Wall clock time 0.019s.
0.00/0.10	c declared #vars     722
0.00/0.10	c #constraints  237
0.00/0.10	c constraints type 
0.00/0.10	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 28
0.00/0.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 19
0.00/0.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 190
0.00/0.10	c 237 constraints processed.
0.19/0.11	c objective function length is 361 literals
0.82/0.39	c cleaning 2500 clauses out of 5000 with flag 43235/5000
1.18/0.57	c SATISFIABLE
1.18/0.57	c OPTIMIZING...
1.18/0.57	c Got one! Elapsed wall clock time (in seconds):0.482
1.18/0.57	o -9
1.32/0.66	c cleaning 3874 clauses out of 7768 with flag 15734/10268
1.66/1.00	c cleaning 4942 clauses out of 9899 with flag 60391/16273
2.17/1.39	c cleaning 5975 clauses out of 11954 with flag 100185/23270
2.67/1.87	c cleaning 6983 clauses out of 13977 with flag 174692/31268
3.37/2.56	c cleaning 7996 clauses out of 15996 with flag 247468/40270
4.20/3.39	c cleaning 8997 clauses out of 17998 with flag 324573/50268
5.24/4.20	c cleaning 9994 clauses out of 20001 with flag 369190/61268
6.22/5.11	c cleaning 11004 clauses out of 22008 with flag 398227/73269
7.40/6.26	c cleaning 11992 clauses out of 24003 with flag 498342/86268
9.00/7.84	c cleaning 12998 clauses out of 26011 with flag 620644/100268
10.59/9.44	c cleaning 13998 clauses out of 28013 with flag 747083/115268
12.39/11.25	c cleaning 15001 clauses out of 30015 with flag 885640/131268
14.13/12.90	c cleaning 16006 clauses out of 32017 with flag 1033331/148271
15.63/14.44	c cleaning 16997 clauses out of 34008 with flag 1204007/166268
17.72/16.57	c cleaning 17998 clauses out of 36013 with flag 1381757/185270
19.82/18.68	c cleaning 19003 clauses out of 38013 with flag 1552867/205268
21.79/20.57	c cleaning 19992 clauses out of 40010 with flag 1755262/226268
23.68/22.41	c cleaning 20992 clauses out of 42018 with flag 1949132/248268
25.59/24.34	c cleaning 22011 clauses out of 44027 with flag 2131332/271269
27.99/26.74	c cleaning 22999 clauses out of 46015 with flag 2351644/295268
30.18/28.90	c cleaning 24008 clauses out of 48020 with flag 2562167/320272
33.17/31.96	c cleaning 24998 clauses out of 50010 with flag 2800810/346270
37.97/36.76	c cleaning 25993 clauses out of 52011 with flag 3057450/373269
41.31/40.08	c cleaning 26995 clauses out of 54018 with flag 3318963/401269
43.85/42.54	c cleaning 28004 clauses out of 56022 with flag 3517250/430268
47.54/46.23	c cleaning 29004 clauses out of 58020 with flag 3792906/460270
51.23/49.92	c cleaning 30006 clauses out of 60016 with flag 4067903/491270
54.82/53.54	c cleaning 30999 clauses out of 62008 with flag 4360540/523268
59.51/58.29	c cleaning 31998 clauses out of 64011 with flag 4686519/556270
63.02/61.66	c cleaning 33002 clauses out of 66012 with flag 4938196/590269
66.21/64.88	c cleaning 33996 clauses out of 68009 with flag 5252853/625268
69.73/68.30	c cleaning 34996 clauses out of 70014 with flag 5558814/661269
73.22/71.88	c cleaning 36009 clauses out of 72017 with flag 5904145/698268
78.20/76.88	c cleaning 36991 clauses out of 74009 with flag 6239525/736269
83.32/81.98	c cleaning 38001 clauses out of 76017 with flag 6610838/775268
87.21/85.85	c cleaning 39000 clauses out of 78016 with flag 6987264/815268
91.34/89.95	c cleaning 39996 clauses out of 80016 with flag 7298564/856268
97.22/95.70	c cleaning 41001 clauses out of 82020 with flag 7680321/898268
102.11/100.64	c cleaning 42004 clauses out of 84021 with flag 8154708/941270
108.52/107.07	c cleaning 43002 clauses out of 86015 with flag 8621681/985268
113.40/111.98	c cleaning 44002 clauses out of 88014 with flag 9085342/1030269
118.30/116.84	c cleaning 45007 clauses out of 90015 with flag 9559152/1076272
124.21/122.70	c cleaning 45997 clauses out of 92005 with flag 10058968/1123269
130.89/129.40	c cleaning 46997 clauses out of 94008 with flag 10515552/1171269
138.42/137.00	c cleaning 47996 clauses out of 96012 with flag 10943145/1220270
144.47/142.85	c cleaning 49000 clauses out of 98015 with flag 11390888/1270269
153.36/151.75	c cleaning 50002 clauses out of 100014 with flag 11925263/1321268
160.24/158.60	c cleaning 50999 clauses out of 102015 with flag 12439547/1373271
166.26/164.60	c cleaning 52000 clauses out of 104013 with flag 12953498/1426268
176.47/174.82	c cleaning 52996 clauses out of 106014 with flag 13488140/1480269
184.84/183.27	c cleaning 53999 clauses out of 108018 with flag 14009033/1535269
192.78/191.14	c cleaning 55001 clauses out of 110021 with flag 14533273/1591271
200.89/199.19	c cleaning 56003 clauses out of 112017 with flag 15023058/1648268
207.87/206.16	c cleaning 56998 clauses out of 114014 with flag 15561097/1706268
217.64/215.99	c cleaning 58004 clauses out of 116017 with flag 16150027/1765269
227.32/225.65	c cleaning 58998 clauses out of 118012 with flag 16710690/1825268
235.19/233.49	c cleaning 59998 clauses out of 120014 with flag 17246179/1886268
245.46/243.66	c cleaning 60996 clauses out of 122017 with flag 17835370/1948269
256.67/254.86	c cleaning 62002 clauses out of 124020 with flag 18495099/2011268
266.16/264.32	c cleaning 63002 clauses out of 126018 with flag 19198239/2075268
275.45/273.63	c cleaning 64002 clauses out of 128016 with flag 19945191/2140268
288.04/286.25	c cleaning 65000 clauses out of 130018 with flag 20694573/2206272
300.10/298.23	c cleaning 66000 clauses out of 132016 with flag 21459813/2273270
310.41/308.37	c cleaning 67003 clauses out of 134014 with flag 22154850/2341268
321.34/319.21	c cleaning 67998 clauses out of 136012 with flag 22990168/2410269
332.84/330.67	c cleaning 69002 clauses out of 138014 with flag 23803720/2480269
343.43/341.19	c cleaning 70003 clauses out of 140014 with flag 24586576/2551271
352.61/350.38	c cleaning 70987 clauses out of 142009 with flag 25399904/2623269
364.41/362.07	c cleaning 72003 clauses out of 144021 with flag 26192161/2696268
375.65/373.22	c cleaning 73002 clauses out of 146018 with flag 27046647/2770268
386.25/383.88	c cleaning 73997 clauses out of 148018 with flag 27925327/2845270
400.67/398.15	c cleaning 74997 clauses out of 150019 with flag 28743468/2921268
414.87/411.77	c cleaning 76003 clauses out of 152023 with flag 29373720/2998269
427.44/424.30	c cleaning 77007 clauses out of 154024 with flag 30140795/3076273
438.42/435.29	c cleaning 78000 clauses out of 156013 with flag 31032560/3155269
452.38/449.20	c cleaning 78999 clauses out of 158013 with flag 31988679/3235269
465.25/462.11	c cleaning 79996 clauses out of 160013 with flag 32682912/3316268
477.09/473.85	c cleaning 81001 clauses out of 162020 with flag 33454098/3398271
489.24/485.82	c cleaning 82002 clauses out of 164016 with flag 34321286/3481268
503.41/499.98	c cleaning 82991 clauses out of 166014 with flag 34985942/3565268
519.43/515.95	c cleaning 84007 clauses out of 168024 with flag 35952950/3650269
536.11/532.19	c cleaning 85008 clauses out of 170020 with flag 36527999/3736272
552.60/548.67	c cleaning 85996 clauses out of 172009 with flag 37647796/3823269
564.46/560.58	c cleaning 86997 clauses out of 174014 with flag 38732338/3911270
581.58/577.61	c cleaning 87995 clauses out of 176015 with flag 39695536/4000268
594.51/590.53	c cleaning 89001 clauses out of 178022 with flag 40633710/4090270
609.92/605.92	c cleaning 90003 clauses out of 180020 with flag 41477911/4181269
627.22/623.16	c cleaning 91004 clauses out of 182018 with flag 42447392/4273270
645.58/641.54	c cleaning 91998 clauses out of 184013 with flag 43590995/4366269
662.51/658.43	c cleaning 92997 clauses out of 186015 with flag 44771219/4460269
676.72/672.61	c cleaning 93998 clauses out of 188017 with flag 45844701/4555268
691.59/687.41	c cleaning 94997 clauses out of 190019 with flag 46977123/4651268
706.67/702.49	c cleaning 96008 clauses out of 192022 with flag 48226214/4748268
722.30/718.02	c cleaning 96997 clauses out of 194014 with flag 49384002/4846268
737.57/733.27	c cleaning 98002 clauses out of 196017 with flag 50362437/4945268
752.33/747.92	c cleaning 98996 clauses out of 198015 with flag 51500713/5045268
768.04/763.58	c cleaning 100001 clauses out of 200019 with flag 52610918/5146268
783.89/779.30	c cleaning 101003 clauses out of 202018 with flag 53798948/5248268
800.04/795.43	c cleaning 101999 clauses out of 204015 with flag 55001188/5351268
819.46/814.77	c cleaning 103005 clauses out of 206017 with flag 56202353/5455269
838.34/833.64	c cleaning 103996 clauses out of 208011 with flag 57597623/5560268
855.03/850.34	c cleaning 105006 clauses out of 210019 with flag 58946000/5666272
876.08/871.38	c cleaning 106000 clauses out of 212010 with flag 60166163/5773269
894.66/889.87	c cleaning 107004 clauses out of 214011 with flag 61571771/5881270
915.16/910.30	c cleaning 107994 clauses out of 216005 with flag 62821111/5990268
934.79/929.98	c cleaning 108998 clauses out of 218011 with flag 64202168/6100268
953.05/948.01	c cleaning 110000 clauses out of 220014 with flag 65614893/6211269
974.82/969.80	c cleaning 111001 clauses out of 222014 with flag 67169665/6323269
994.76/989.71	c cleaning 112001 clauses out of 224013 with flag 68542606/6436269
1017.75/1012.61	c cleaning 112998 clauses out of 226011 with flag 69853738/6550268
1038.80/1033.64	c cleaning 114000 clauses out of 228013 with flag 71178995/6665268
1061.04/1055.79	c cleaning 115003 clauses out of 230017 with flag 72497068/6781272
1084.57/1079.10	c cleaning 116001 clauses out of 232010 with flag 73784980/6898268
1105.73/1099.99	c cleaning 116997 clauses out of 234011 with flag 75103439/7016270
1130.42/1123.71	c cleaning 118000 clauses out of 236012 with flag 76251050/7135268
1153.25/1146.61	c cleaning 118993 clauses out of 238012 with flag 77779232/7255268
1174.47/1167.77	c cleaning 120004 clauses out of 240020 with flag 79278175/7376269
1194.68/1187.87	c cleaning 121003 clauses out of 242019 with flag 80673033/7498272
1216.08/1209.14	c cleaning 121998 clauses out of 244012 with flag 82074353/7621268
1237.97/1230.94	c cleaning 123003 clauses out of 246014 with flag 83550744/7745268
1258.77/1251.66	c cleaning 124000 clauses out of 248011 with flag 84721675/7870268
1291.52/1284.16	c cleaning 125000 clauses out of 250011 with flag 85794575/7996268
1315.37/1307.82	c cleaning 126000 clauses out of 252013 with flag 87431725/8123270
1340.93/1333.49	c cleaning 126995 clauses out of 254011 with flag 89098820/8251268
1362.54/1355.05	c cleaning 127995 clauses out of 256016 with flag 90717739/8380268
1386.13/1378.70	c cleaning 128999 clauses out of 258021 with flag 92254588/8510268
1410.80/1403.35	c cleaning 130006 clauses out of 260023 with flag 93763243/8641269
1435.36/1427.87	c cleaning 131008 clauses out of 262016 with flag 95099727/8773268
1460.27/1452.33	c cleaning 131996 clauses out of 264008 with flag 96661357/8906268
1483.01/1475.03	c cleaning 133001 clauses out of 266013 with flag 98280493/9040269
1506.35/1498.32	c cleaning 134000 clauses out of 268012 with flag 99986114/9175269
1531.62/1523.51	c cleaning 135003 clauses out of 270011 with flag 101514667/9311268
1555.07/1546.86	c cleaning 135999 clauses out of 272009 with flag 103169723/9448269
1577.65/1569.46	c cleaning 136999 clauses out of 274011 with flag 104884555/9586270
1616.80/1608.48	c cleaning 137994 clauses out of 276011 with flag 106188497/9725269
1644.17/1635.65	c cleaning 139005 clauses out of 278017 with flag 107976222/9865269
1667.11/1658.64	c cleaning 140000 clauses out of 280012 with flag 109846324/10006269
1698.95/1690.55	c cleaning 140995 clauses out of 282011 with flag 111866050/10148268
1723.85/1715.37	c cleaning 142000 clauses out of 284017 with flag 113592072/10291269
1750.72/1742.05	c cleaning 143000 clauses out of 286017 with flag 115398367/10435269
1781.76/1772.98	c cleaning 144005 clauses out of 288016 with flag 116755143/10580268
1808.31/1799.26	c cleaning 145002 clauses out of 290013 with flag 118553790/10726270
1835.77/1826.60	c cleaning 146001 clauses out of 292009 with flag 120440979/10873268
1863.75/1854.67	c cleaning 147000 clauses out of 294008 with flag 122271493/11021268
1887.84/1878.56	c cleaning 147996 clauses out of 296010 with flag 124131526/11170270
1918.98/1909.34	c cleaning 148996 clauses out of 298013 with flag 126114026/11320269
1947.64/1938.00	c cleaning 150000 clauses out of 300016 with flag 128167895/11471268
1978.69/1969.00	c cleaning 151006 clauses out of 302018 with flag 130233633/11623270
2009.96/2000.19	c cleaning 152005 clauses out of 304015 with flag 132001095/11776273
2044.80/2034.50	c cleaning 152997 clauses out of 306005 with flag 133686608/11930268
2074.70/2064.14	c cleaning 154000 clauses out of 308008 with flag 135499169/12085268
2105.65/2094.89	c cleaning 154999 clauses out of 310009 with flag 137141166/12241269
2133.58/2122.40	c cleaning 155999 clauses out of 312009 with flag 138971441/12398268
2163.31/2151.99	c cleaning 157002 clauses out of 314014 with flag 140854988/12556272
2193.80/2182.07	c cleaning 157995 clauses out of 316009 with flag 142635153/12715269
2223.61/2211.72	c cleaning 159000 clauses out of 318014 with flag 144683645/12875269
2255.41/2242.82	c cleaning 160002 clauses out of 320016 with flag 146496208/13036271
2287.55/2273.93	c cleaning 160997 clauses out of 322013 with flag 148454735/13198270
2316.87/2303.12	c cleaning 162001 clauses out of 324014 with flag 150475978/13361268
2351.57/2337.75	c cleaning 162999 clauses out of 326013 with flag 152241594/13525268
2383.70/2369.73	c cleaning 164004 clauses out of 328015 with flag 154241249/13690269
2411.93/2398.04	c cleaning 165000 clauses out of 330011 with flag 156311275/13856269
2440.82/2426.98	c cleaning 165998 clauses out of 332011 with flag 158481226/14023269
2472.56/2458.51	c cleaning 166997 clauses out of 334013 with flag 160627761/14191269
2504.35/2490.30	c cleaning 168000 clauses out of 336015 with flag 162633874/14360268
2536.79/2522.77	c cleaning 169000 clauses out of 338015 with flag 164817022/14530268
2568.44/2554.38	c cleaning 170004 clauses out of 340017 with flag 166978651/14701270
2619.64/2604.83	c cleaning 171002 clauses out of 342011 with flag 168358593/14873268
2658.10/2642.42	c cleaning 171991 clauses out of 344009 with flag 169913329/15046268
2691.11/2675.47	c cleaning 172995 clauses out of 346019 with flag 172155991/15220269
2728.99/2713.37	c cleaning 174003 clauses out of 348023 with flag 174475735/15395268
2766.54/2750.53	c cleaning 175004 clauses out of 350020 with flag 176476177/15571268
2833.80/2817.53	c cleaning 176009 clauses out of 352018 with flag 177955177/15748270
2867.12/2850.65	c cleaning 176997 clauses out of 354010 with flag 180186212/15926271
2902.13/2885.64	c cleaning 178001 clauses out of 356010 with flag 182723850/16105268
2935.50/2919.09	c cleaning 178995 clauses out of 358009 with flag 185085050/16285268
2967.98/2951.37	c cleaning 179999 clauses out of 360014 with flag 187390722/16466268
3007.59/2990.86	c cleaning 181003 clauses out of 362017 with flag 189551227/16648270
3041.52/3024.63	c cleaning 181992 clauses out of 364012 with flag 192055737/16831268
3081.04/3064.10	c cleaning 183000 clauses out of 366020 with flag 194408705/17015268
3123.36/3106.32	c cleaning 184008 clauses out of 368022 with flag 197022031/17200270
3162.53/3145.52	c cleaning 185002 clauses out of 370013 with flag 199543069/17386269
3201.55/3184.39	c cleaning 186000 clauses out of 372011 with flag 202107360/17573269
3242.84/3224.85	c cleaning 187002 clauses out of 374012 with flag 204141286/17761270
3278.40/3260.33	c cleaning 188000 clauses out of 376010 with flag 206498895/17950270
3314.99/3296.79	c cleaning 189003 clauses out of 378010 with flag 208907735/18140270
3354.33/3336.05	c cleaning 189998 clauses out of 380007 with flag 211304010/18331270
3390.24/3371.84	c cleaning 191000 clauses out of 382008 with flag 213869197/18523269
3424.47/3405.96	c cleaning 191998 clauses out of 384007 with flag 216268574/18716268
3462.77/3443.99	c cleaning 193000 clauses out of 386010 with flag 218716425/18910269
3503.44/3484.35	c cleaning 193999 clauses out of 388011 with flag 221345553/19105270
3554.50/3533.19	c cleaning 194996 clauses out of 390012 with flag 223317130/19301270
3595.61/3574.39	c cleaning 196001 clauses out of 392014 with flag 225904240/19498268
3600.00/3578.70	c starts		: 71331
3600.00/3578.71	c conflicts		: 19526631
3600.00/3578.71	c decisions		: 47392533
3600.00/3578.71	c propagations		: 600433307
3600.00/3578.71	c inspects		: 69697487288
3600.00/3578.71	c shortcuts		: 0
3600.00/3578.71	c learnt literals	: 0
3600.00/3578.71	c learnt binary clauses	: 0
3600.00/3578.71	c learnt ternary clauses	: 0
3600.00/3578.71	c learnt constraints	: 19526631
3600.00/3578.71	c ignored constraints	: 0
3600.00/3578.71	c root simplifications	: 0
3600.00/3578.71	c removed literals (reason simplification)	: 104364243
3600.00/3578.71	c reason swapping (by a shorter reason)	: 0
3600.00/3578.71	c Calls to reduceDB	: 194
3600.00/3578.71	c Number of update (reduction) of LBD	: 11594274
3600.00/3578.71	c Imported unit clauses	: 0
3600.00/3578.71	c No decision after first conflict	: false
3600.00/3578.71	c number of reductions to clauses (during analyze)	: 0
3600.00/3578.71	c number of learned constraints concerned by reduction	: 0
3600.00/3578.71	c number of learning phase by resolution	: 0
3600.00/3578.71	c number of learning phase by cutting planes	: 0
3600.00/3578.71	c number of rounding to 1 operations	: 0
3600.00/3578.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3578.71	c number of reductions of the coefficients by power 2 	: 0
3600.00/3578.71	c number of right shift for reduction by power 2 	: 0
3600.00/3578.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3578.71	c number of ending skipping 	: 0
3600.00/3578.71	c number of internal skipping 	: 0
3600.00/3578.71	c number of derivation steps 	: 0
3600.00/3578.71	c number of skipped derivation steps 	: 0
3600.00/3578.71	c number of remaining unassigned 	: 0
3600.00/3578.71	c number of remaining assigned 	: 0
3600.00/3578.71	c number of falsified literals weakened from reason	: 0
3600.00/3578.71	c number of falsified literals weakened from conflict	: 0
3600.00/3578.71	c time for arithmetic operations	: 0
3600.00/3578.71	c minimum degree of deleted constraints	: null
3600.00/3578.71	c maximum degree of deleted constraints	: null
3600.00/3578.71	c number of deleted constraints	: 0
3600.00/3578.71	c speed (assignments/second)	: 167784.60239714122
3600.00/3578.71	c non guided choices	: 19024
3600.00/3578.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 224376
3600.00/3578.76	s SATISFIABLE
3600.00/3578.76	c Found 1 solution(s)
3600.00/3578.76	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 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 -x451 x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 -x520 -x521 x522 -x523 -x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 x535 -x536 -x537 -x538 -x539 -x540 -x541 x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 x557 -x558 -x559 -x560 x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 x595 -x596 -x597 -x598 -x599 -x600 x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 x698 -x699 -x700 -x701 -x702 -x703 x704 x705 x706 x707 -x708 x709 x710 x711 -x712 x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 x722 
3600.00/3578.76	c objective function=-9
3600.00/3578.76	c Total wall clock time (in seconds): 3578.676

Verifier Data

OK	-9

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-4806039-1782833304/watcher-4806039-1782833304 -o /tmp/evaluation-result-4806039-1782833304/solver-4806039-1782833304 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4806039-1782833304/vars-4806039-1782833304 --bin-var /tmp/runsolver-exch-nodeE004-1782830144-2553031 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4806039-1782833304.opb 

running on 4 cores: 24-27

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

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

CPU governors:
  performance: 24-27

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (108882 MiB free)
  node 1: cores 8-15, 129019 MiB (109079 MiB free)
  node 2: cores 16-23, 129019 MiB (117544 MiB free)
  node 3: cores 24-31, 128957 MiB (114900 MiB free)
  node 4: cores 32-39, 129019 MiB (93996 MiB free)
  node 5: cores 40-47, 129019 MiB (104889 MiB free)
  node 6: cores 48-55, 129019 MiB (109344 MiB free)
  node 7: cores 56-63, 128474 MiB (86747 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100059 s]*
/proc/loadavg: 17.48 17.14 16.58 20/1223 2554385
/proc/meminfo: memFree=865649488/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=34966608 memory=57268 CPUtime=0.19 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 6626 0 0 0 17 2 0 0 20 0 20 0 216618264 35805806592 13976 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8741652 14316 6230 1 0 32263 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=34966608 memory=448176484133 CPUtime=0.08 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 3184 0 0 0 8 0 0 0 20 0 20 0 216618265 35805806592 13976 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=34966608 memory=2274 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 216618266 35805806592 13976 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=34966608 memory=54087362281966 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 216618266 35805806592 13976 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=34966608 memory=61788255421027 CPUtime=0 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 216618266 35805806592 13976 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=34966608 memory=55191219208997 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 216618266 35805806592 13976 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=34966608 memory=14971157304575241 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 216618266 35805806592 13976 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 57268 KiB

[startup+0.212959 s]*
/proc/loadavg: 17.48 17.14 16.58 19/1224 2554386
/proc/meminfo: memFree=865639668/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=35033172 memory=71724 CPUtime=0.53 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 9736 0 0 0 51 2 0 0 20 0 21 0 216618264 35873968128 17553 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8758293 17931 6263 1 0 37747 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=35033172 memory=8386095037794055477 CPUtime=0.19 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 3259 0 0 0 19 0 0 0 20 0 21 0 216618265 35873968128 17553 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=35033172 memory=215704930196 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 17553 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=35033172 memory=17979 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 17553 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=35033172 memory=18330 CPUtime=0 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 17553 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=35033172 memory=18896 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 17553 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=35033172 memory=61753 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 17553 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554386] ppid=2554360 vsize=35033172 memory=3762816004124849747 CPUtime=0 cores=24-27
/proc/2554363/task/2554386/stat : 2554386 (Timer-0) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618276 35873968128 17553 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 71724 KiB

[startup+0.312581 s]*
/proc/loadavg: 17.48 17.14 16.58 19/1224 2554386
/proc/meminfo: memFree=865638056/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=35033172 memory=73676 CPUtime=0.82 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 10242 0 0 0 80 2 0 0 20 0 21 0 216618264 35873968128 18065 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8758293 18419 6263 1 0 38086 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=35033172 memory=8389771804677338421 CPUtime=0.29 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 3259 0 0 0 28 1 0 0 20 0 21 0 216618265 35873968128 18065 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=35033172 memory=215704930196 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 18065 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=35033172 memory=17979 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 18065 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=35033172 memory=18330 CPUtime=0 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 18065 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=35033172 memory=18896 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 18065 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=35033172 memory=61753 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 18065 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554386] ppid=2554360 vsize=35033172 memory=3762816004124849747 CPUtime=0 cores=24-27
/proc/2554363/task/2554386/stat : 2554386 (Timer-0) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618276 35873968128 18065 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 73676 KiB

[startup+0.700221 s]
/proc/loadavg: 17.48 17.14 16.58 17/1224 2554386
/proc/meminfo: memFree=865628352/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=35033172 memory=85120 CPUtime=1.42 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 11099 0 0 0 140 2 0 0 20 0 21 0 216618264 35873968128 20889 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8758293 21280 6263 1 0 38923 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=35033172 memory=4868 CPUtime=0.67 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 3282 0 0 0 66 1 0 0 20 0 21 0 216618265 35873968128 20889 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=35033172 memory=4289 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 20889 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=35033172 memory=5824 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 20889 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=35033172 memory=3948 CPUtime=0 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 20889 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=35033172 memory=4104 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 20889 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=35033172 memory=0 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618266 35873968128 20889 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554386] ppid=2554360 vsize=35033172 memory=147317378254471 CPUtime=0 cores=24-27
/proc/2554363/task/2554386/stat : 2554386 (Timer-0) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618276 35873968128 20889 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 85120 KiB

[startup+1.50024 s]
/proc/loadavg: 17.45 17.14 16.58 17/1225 2554387
/proc/meminfo: memFree=865619940/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=35099736 memory=116188 CPUtime=2.37 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 14110 0 0 0 234 3 0 0 20 0 21 0 216618264 35942129664 28656 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8774934 29047 6263 1 0 47759 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=35099736 memory=4868 CPUtime=1.45 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 3809 0 0 0 144 1 0 0 20 0 21 0 216618265 35942129664 28656 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=35099736 memory=0 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618266 35942129664 28656 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=35099736 memory=0 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 216618266 35942129664 28656 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=35099736 memory=0 CPUtime=0 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 216618266 35942129664 28656 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=35099736 memory=0 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216618266 35942129664 28656 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618266 35942129664 28656 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554386] ppid=2554360 vsize=35099736 memory=-8312670058677691230 CPUtime=0 cores=24-27
/proc/2554363/task/2554386/stat : 2554386 (Timer-0) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618276 35942129664 28656 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 116188 KiB

[startup+3.1128 s]
/proc/loadavg: 17.45 17.14 16.58 17/1224 2554387
/proc/meminfo: memFree=865603592/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=35099736 memory=122420 CPUtime=4.01 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 14738 0 0 0 398 3 0 0 20 0 21 0 216618264 35942129664 30214 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8774934 30605 6263 1 0 52377 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=35099736 memory=0 CPUtime=3.06 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 3809 0 0 0 305 1 0 0 20 0 21 0 216618265 35942129664 30214 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=35099736 memory=4868 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618266 35942129664 30214 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=35099736 memory=122404 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 216618266 35942129664 30214 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=35099736 memory=0 CPUtime=0 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 216618266 35942129664 30214 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=35099736 memory=85128 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 216618266 35942129664 30214 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=35099736 memory=140144782870156 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618266 35942129664 30214 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554386] ppid=2554360 vsize=35099736 memory=140144782870157 CPUtime=0 cores=24-27
/proc/2554363/task/2554386/stat : 2554386 (Timer-0) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 216618276 35942129664 30214 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 122420 KiB


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

/proc/meminfo: memFree=736459824/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=35166300 memory=1069248 CPUtime=3360.73 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 118649 0 0 0 336018 55 0 0 20 0 23 0 216618264 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8791575 267312 6257 1 0 280563 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=35166300 memory=150256 CPUtime=3324.12 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 28334 0 0 0 332406 6 0 0 20 0 23 0 216618265 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=35166300 memory=1203132 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=35166300 memory=1203132 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=35166300 memory=132 CPUtime=0.06 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 52 0 0 0 4 2 0 0 20 0 23 0 216618266 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=35166300 memory=1069248 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=35166300 memory=1069248 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554386] ppid=2554360 vsize=35166300 memory=11700 CPUtime=0 cores=24-27
/proc/2554363/task/2554386/stat : 2554386 (Timer-0) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618276 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 3360.73 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1069248 KiB

[startup+3402.3 s]
/proc/loadavg: 18.68 19.30 19.28 21/1228 2556546
/proc/meminfo: memFree=754730160/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=35166300 memory=1069248 CPUtime=3420.88 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 119202 0 0 0 342033 55 0 0 20 0 23 0 216618264 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8791575 267312 6257 1 0 280563 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=35166300 memory=132 CPUtime=3383.79 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 28543 0 0 0 338373 6 0 0 20 0 23 0 216618265 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=35166300 memory=1069248 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=35166300 memory=-7523641933182625124 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=35166300 memory=1069248 CPUtime=0.07 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 56 0 0 0 5 2 0 0 20 0 23 0 216618266 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=35166300 memory=-7523641933182625124 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=35166300 memory=1069248 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554386] ppid=2554360 vsize=35166300 memory=15524 CPUtime=0 cores=24-27
/proc/2554363/task/2554386/stat : 2554386 (Timer-0) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618276 36010291200 267163 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 3420.88 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1069248 KiB

[startup+3462.3 s]
/proc/loadavg: 17.62 18.89 19.14 17/1229 2556625
/proc/meminfo: memFree=778853624/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=35166300 memory=1035776 CPUtime=3481.18 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 120944 0 0 0 348062 56 0 0 20 0 23 0 216618264 36010291200 258799 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8791575 258944 6257 1 0 272195 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=35166300 memory=132 CPUtime=3443.44 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 29175 0 0 0 344338 6 0 0 20 0 23 0 216618265 36010291200 258799 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=35166300 memory=15524 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 258799 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=35166300 memory=1972 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 258799 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=35166300 memory=1035776 CPUtime=0.07 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 56 0 0 0 5 2 0 0 20 0 23 0 216618266 36010291200 258799 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=35166300 memory=-7523641933182625124 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 258799 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=35166300 memory=1035776 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 349 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 258799 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 25 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554386] ppid=2554360 vsize=35166300 memory=1035776 CPUtime=0 cores=24-27
/proc/2554363/task/2554386/stat : 2554386 (Timer-0) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618276 36010291200 258799 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 3481.18 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1035776 KiB

[startup+3522.3 s]
/proc/loadavg: 16.87 18.46 18.98 17/1226 2556627
/proc/meminfo: memFree=775725688/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=35166300 memory=968832 CPUtime=3542.11 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 121407 0 0 0 354153 58 0 0 20 0 23 0 216618264 36010291200 242175 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8791575 242208 6257 1 0 255459 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=35166300 memory=1972 CPUtime=3503.02 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 29580 0 0 0 350296 6 0 0 20 0 23 0 216618265 36010291200 242175 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=35166300 memory=1035776 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 242175 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=35166300 memory=1069248 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 242175 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=35166300 memory=25333125866717268 CPUtime=0.07 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 56 0 0 0 5 2 0 0 20 0 23 0 216618266 36010291200 242175 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=35166300 memory=968832 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 242175 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=35166300 memory=968832 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 349 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 242175 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554386] ppid=2554360 vsize=35166300 memory=15524 CPUtime=0 cores=24-27
/proc/2554363/task/2554386/stat : 2554386 (Timer-0) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618276 36010291200 242175 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 3542.11 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 968832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.7 s]
/proc/loadavg: 17.30 18.31 18.90 20/1224 2556628
/proc/meminfo: memFree=776380976/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=35166300 memory=1260724 CPUtime=3600 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 122892 0 0 0 359939 61 0 0 20 0 23 0 216618264 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8791575 315181 6257 1 0 724067 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=35166300 memory=150256 CPUtime=3559.17 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 29711 0 0 0 355910 7 0 0 20 0 23 0 216618265 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=35166300 memory=1057972 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=35166300 memory=1203380 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=35166300 memory=1227956 CPUtime=0.07 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 56 0 0 0 5 2 0 0 20 0 23 0 216618266 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=35166300 memory=15524 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=35166300 memory=1227956 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 349 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554386] ppid=2554360 vsize=35166300 memory=1252532 CPUtime=0 cores=24-27
/proc/2554363/task/2554386/stat : 2554386 (Timer-0) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618276 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1260724 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.54 s, system=0.627663 s

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

[startup+3578.7 s]
/proc/loadavg: 17.30 18.31 18.90 20/1224 2556628
/proc/meminfo: memFree=776380976/1055320700 swapFree=33554428/33554428
[pid=2554363] ppid=2554360 vsize=35166300 memory=1260724 CPUtime=3600 cores=24-27
/proc/2554363/stat : 2554363 (java) S 2554360 2554363 2553015 0 -1 4194304 122892 0 0 0 359939 61 0 0 20 0 23 0 216618264 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 0 0 16800975 0 0 0 17 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
/proc/2554363/statm: 8791575 315181 6257 1 0 724067 0
[pid=2554363/tid=2554365] ppid=2554360 vsize=35166300 memory=150256 CPUtime=3559.17 cores=24-27
/proc/2554363/task/2554365/stat : 2554365 (java) R 2554360 2554363 2553015 0 -1 4194368 29711 0 0 0 355910 7 0 0 20 0 23 0 216618265 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 0 0 0 -1 25 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554376] ppid=2554360 vsize=35166300 memory=1057972 CPUtime=0 cores=24-27
/proc/2554363/task/2554376/stat : 2554376 (Referen..andler) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554377] ppid=2554360 vsize=35166300 memory=1203380 CPUtime=0 cores=24-27
/proc/2554363/task/2554377/stat : 2554377 (Finalizer) S 2554360 2554363 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554380] ppid=2554360 vsize=35166300 memory=1227956 CPUtime=0.07 cores=24-27
/proc/2554363/task/2554380/stat : 2554380 (Monitor..Thread) S 2554360 2554363 2553015 0 -1 4194368 56 0 0 0 5 2 0 0 20 0 23 0 216618266 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 27 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554383] ppid=2554360 vsize=35166300 memory=15524 CPUtime=0 cores=24-27
/proc/2554363/task/2554383/stat : 2554383 (Notific..Thread) S 2554360 2554363 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554384] ppid=2554360 vsize=35166300 memory=1227956 CPUtime=0 cores=24-27
/proc/2554363/task/2554384/stat : 2554384 (Common-Cleaner) S 2554360 2554363 2553015 0 -1 4194368 349 0 0 0 0 0 0 0 20 0 23 0 216618266 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 24 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
[pid=2554363/tid=2554386] ppid=2554360 vsize=35166300 memory=1252532 CPUtime=0 cores=24-27
/proc/2554363/task/2554386/stat : 2554386 (Timer-0) S 2554360 2554363 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216618276 36010291200 314876 18446744073709551615 94375699529728 94375699533424 140727094813808 0 0 0 4 0 16800975 1 0 0 -1 26 0 0 0 0 0 94375699541288 94375699542032 94375712075776 140727094823124 140727094823264 140727094823264 140727094829000 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1260724 KiB

Child status: 143

Real time (s): 3578.77
CPU time (s): 3600.17
CPU user time (s): 3599.54
CPU system time (s): 0.627663
CPU usage (%): 100.598
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 1761524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.54
system time used= 0.627663
maximum resident set size= 1760408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124867
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90078
involuntary context switches= 2907


# summary of solver processes directly reported to runsolver:
#   pid: 2554363
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3599.54
#   total CPU system time (s): 0.627663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0269 second user time and 36.9449 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-30 17:28:25
IDJOB=4806039
IDBENCH=177537
IDSOLVER=3602
FILE ID=nodeE004/4806039-1782833304
RUNJOBID= nodeE004-1782830144-2553031
SLURM_JOB_ID= 12541393
Free space on /tmp= 798480 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxfirst_lastlayerdiv2/normalized-injcomp_opt_3layers_maxfirst_lastlayerdiv2_size_19.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4806039-1782833304/watcher-4806039-1782833304 -o /tmp/evaluation-result-4806039-1782833304/solver-4806039-1782833304 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4806039-1782833304/vars-4806039-1782833304 --bin-var /tmp/runsolver-exch-nodeE004-1782830144-2553031 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4806039-1782833304.opb

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

MD5SUM BENCH= 7796f50f7dd5c2bbb1117d2501c4745e
RANDOM SEED=2002112664

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 56
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3596.906
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		: 3597.507
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		: 3604.151
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		: 3574.789
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		: 3571.663
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		: 3565.576
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		: 3577.184
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:       1055320700 kB
MemFree:        865671592 kB
MemAvailable:   986218928 kB
Buffers:            3352 kB
Cached:         124949040 kB
SwapCached:            0 kB
Active:         67312828 kB
Inactive:       118719392 kB
Active(anon):   61858564 kB
Inactive(anon):   142608 kB
Active(file):    5454264 kB
Inactive(file): 118576784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               572 kB
Writeback:             0 kB
AnonPages:      61058424 kB
Mapped:           205604 kB
Shmem:            921344 kB
KReclaimable:    1534924 kB
Slab:            2112884 kB
SReclaimable:    1534924 kB
SUnreclaim:       577960 kB
KernelStack:       20176 kB
PageTables:       129964 kB
SecPageTables:     15388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   67672936 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      484228 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:  59561984 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:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798472 MiB
End job on nodeE004 at 2026-06-30 18:28:03