Trace number 4806739

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)495 3600.3 3297.22

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/
hexgrid_nrowsdiv30add5/normalized-domset_opt_hexgrid_nrowsdiv30add5_ncols_170.opb
MD5SUMde22290f607a0533f18bc24d43af89df
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 benchmark426
Best CPU time to get the best result obtained on this benchmark1.30012
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1700
Total number of constraints1700
Number of constraints which are clauses1700
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
Number of terms in the objective function 1700
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 1700
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1700
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.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-4806739-1782836547.opb
0.00/0.08	c reading problem ... 
0.00/0.09	c  objective function found
0.20/0.12	c ... done. Wall clock time 0.037s.
0.20/0.12	c declared #vars     1700
0.20/0.12	c #constraints  1700
0.20/0.12	c constraints type 
0.20/0.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1700
0.20/0.12	c 1700 constraints processed.
0.20/0.13	c objective function length is 1700 literals
0.20/0.14	c SATISFIABLE
0.20/0.14	c OPTIMIZING...
0.20/0.14	c Got one! Elapsed wall clock time (in seconds):0.053
0.20/0.14	o 498
0.20/0.15	c Got one! Elapsed wall clock time (in seconds):0.064
0.20/0.15	o 497
1.13/0.52	c cleaning 2503 clauses out of 5006 with flag 12185/5006
1.53/0.76	c cleaning 4250 clauses out of 8503 with flag 26077/11006
1.98/1.01	c cleaning 5623 clauses out of 11253 with flag 42083/18006
2.30/1.29	c Got one! Elapsed wall clock time (in seconds):1.204
2.30/1.29	o 496
2.53/1.49	c cleaning 9019 clauses out of 18041 with flag 11863/30417
2.83/1.72	c cleaning 7511 clauses out of 15022 with flag 26397/36417
3.34/2.04	c cleaning 7255 clauses out of 14511 with flag 42529/43417
3.66/2.31	c cleaning 7623 clauses out of 15256 with flag 60706/51417
4.06/2.63	c cleaning 8311 clauses out of 16633 with flag 80551/60417
4.36/2.94	c cleaning 9156 clauses out of 18322 with flag 102746/70417
4.79/3.31	c cleaning 10076 clauses out of 20167 with flag 126946/81418
5.43/3.79	c cleaning 11040 clauses out of 22092 with flag 153737/93419
5.92/4.24	c cleaning 12021 clauses out of 24051 with flag 182588/106418
6.53/4.82	c cleaning 13006 clauses out of 26031 with flag 215735/120419
7.06/5.35	c cleaning 14005 clauses out of 28023 with flag 249956/135417
7.68/5.95	c cleaning 15005 clauses out of 30019 with flag 286122/151418
8.67/6.69	c cleaning 16004 clauses out of 32013 with flag 324632/168417
9.66/7.68	c cleaning 16996 clauses out of 34010 with flag 367729/186418
10.76/8.73	c cleaning 18002 clauses out of 36016 with flag 415574/205420
12.47/10.17	c cleaning 19000 clauses out of 38011 with flag 465547/225417
13.56/11.21	c cleaning 20004 clauses out of 40013 with flag 517571/246419
14.87/12.56	c cleaning 20997 clauses out of 42008 with flag 572088/268418
16.60/14.06	c cleaning 22002 clauses out of 44010 with flag 628450/291417
17.78/15.27	c cleaning 22998 clauses out of 46008 with flag 686141/315417
19.61/16.58	c cleaning 24001 clauses out of 48011 with flag 747062/340418
20.60/17.58	c cleaning 24998 clauses out of 50009 with flag 805392/366417
21.70/18.60	c cleaning 26002 clauses out of 52012 with flag 865515/393418
23.43/19.93	c cleaning 27002 clauses out of 54009 with flag 927928/421417
24.54/21.02	c cleaning 27996 clauses out of 56007 with flag 992455/450417
25.64/22.18	c cleaning 28995 clauses out of 58011 with flag 1059205/480417
27.62/23.60	c cleaning 30001 clauses out of 60017 with flag 1128585/511418
28.91/24.96	c cleaning 31003 clauses out of 62017 with flag 1200232/543419
30.65/26.48	c cleaning 32004 clauses out of 64013 with flag 1273574/576418
32.15/27.90	c cleaning 32999 clauses out of 66008 with flag 1348413/610417
33.54/29.33	c cleaning 33999 clauses out of 68009 with flag 1425853/645417
35.33/30.90	c cleaning 35001 clauses out of 70010 with flag 1505533/681417
36.72/32.36	c cleaning 36001 clauses out of 72009 with flag 1587189/718417
38.31/33.99	c cleaning 37002 clauses out of 74008 with flag 1671781/756417
40.76/35.94	c cleaning 38001 clauses out of 76007 with flag 1758366/795418
42.55/37.78	c cleaning 38999 clauses out of 78005 with flag 1846740/835417
44.34/39.55	c cleaning 40001 clauses out of 80007 with flag 1937503/876418
46.59/41.49	c cleaning 40998 clauses out of 82005 with flag 2030943/918417
48.69/43.50	c cleaning 41995 clauses out of 84007 with flag 2126395/961417
52.84/47.01	c cleaning 42999 clauses out of 86012 with flag 2231546/1005417
55.62/49.85	c cleaning 43997 clauses out of 88013 with flag 2340867/1050417
58.75/52.49	c cleaning 45001 clauses out of 90016 with flag 2448999/1096417
60.93/54.65	c cleaning 45998 clauses out of 92016 with flag 2555552/1143418
63.85/57.02	c cleaning 47002 clauses out of 94019 with flag 2662850/1191419
66.02/59.27	c cleaning 47998 clauses out of 96016 with flag 2771779/1240418
69.02/61.78	c cleaning 49005 clauses out of 98018 with flag 2882768/1290418
71.43/64.16	c cleaning 50000 clauses out of 100013 with flag 2996297/1341418
74.74/66.89	c cleaning 50999 clauses out of 102012 with flag 3113375/1393417
77.43/69.59	c cleaning 52001 clauses out of 104013 with flag 3231892/1446417
80.32/72.20	c cleaning 53001 clauses out of 106014 with flag 3351862/1500419
82.81/74.73	c cleaning 53998 clauses out of 108012 with flag 3475121/1555418
86.02/77.60	c cleaning 55006 clauses out of 110014 with flag 3600663/1611418
89.91/81.51	c cleaning 55999 clauses out of 112007 with flag 3736092/1668417
94.58/85.94	c cleaning 57005 clauses out of 114009 with flag 3875383/1726418
100.46/91.84	c cleaning 57996 clauses out of 116003 with flag 4041261/1785417
104.15/95.56	c cleaning 58999 clauses out of 118007 with flag 4181007/1845417
109.44/100.26	c cleaning 59999 clauses out of 120008 with flag 4323914/1906417
116.93/107.16	c cleaning 61001 clauses out of 122012 with flag 4487571/1968420
121.91/112.12	c cleaning 61998 clauses out of 124008 with flag 4642955/2031417
127.62/117.41	c cleaning 63000 clauses out of 126010 with flag 4812116/2095417
134.21/123.47	c cleaning 64003 clauses out of 128013 with flag 4976361/2160420
138.80/128.01	c cleaning 65001 clauses out of 130007 with flag 5137449/2226417
143.62/132.41	c cleaning 66002 clauses out of 132008 with flag 5300111/2293419
149.71/138.11	c cleaning 66999 clauses out of 134005 with flag 5477312/2361418
155.88/144.35	c cleaning 67997 clauses out of 136006 with flag 5651414/2430418
162.24/150.57	c cleaning 68992 clauses out of 138009 with flag 5831122/2500418
167.33/155.68	c cleaning 70004 clauses out of 140016 with flag 6001557/2571417
174.42/162.23	c cleaning 70999 clauses out of 142012 with flag 6180273/2643417
182.75/170.07	c cleaning 72001 clauses out of 144013 with flag 6363029/2716417
192.90/180.21	c cleaning 73001 clauses out of 146012 with flag 6562870/2790417
199.10/186.28	c cleaning 74004 clauses out of 148011 with flag 6752647/2865417
207.57/194.79	c cleaning 75000 clauses out of 150008 with flag 6948948/2941418
217.19/203.64	c cleaning 75998 clauses out of 152008 with flag 7156778/3018418
225.91/211.79	c cleaning 77003 clauses out of 154009 with flag 7350029/3096417
233.20/219.04	c cleaning 77996 clauses out of 156006 with flag 7549018/3175417
240.38/225.95	c cleaning 79001 clauses out of 158010 with flag 7744980/3255417
245.81/230.94	c cleaning 79997 clauses out of 160010 with flag 7927192/3336418
253.82/237.26	c cleaning 80997 clauses out of 162012 with flag 8120503/3418417
260.37/243.55	c cleaning 82007 clauses out of 164015 with flag 8321113/3501417
267.61/250.17	c cleaning 83002 clauses out of 166009 with flag 8524538/3585418
273.08/255.64	c cleaning 84002 clauses out of 168006 with flag 8714501/3670417
279.25/261.63	c cleaning 84997 clauses out of 170005 with flag 8917371/3756418
287.31/269.27	c cleaning 86001 clauses out of 172008 with flag 9124269/3843418
293.92/275.25	c cleaning 86997 clauses out of 174008 with flag 9330859/3931419
302.49/283.35	c cleaning 87997 clauses out of 176010 with flag 9550545/4020418
308.13/288.45	c cleaning 89001 clauses out of 178013 with flag 9752143/4110418
313.30/293.29	c cleaning 90002 clauses out of 180013 with flag 9958062/4201419
318.94/298.32	c cleaning 91002 clauses out of 182010 with flag 10168714/4293418
324.15/303.07	c cleaning 91997 clauses out of 184008 with flag 10378241/4386418
329.61/307.99	c cleaning 92997 clauses out of 186011 with flag 10586598/4480418
335.27/313.07	c cleaning 94000 clauses out of 188013 with flag 10797533/4575417
341.57/318.83	c cleaning 94997 clauses out of 190013 with flag 11010253/4671417
347.53/324.22	c cleaning 96002 clauses out of 192017 with flag 11224156/4768418
354.52/330.78	c cleaning 97001 clauses out of 194014 with flag 11448451/4866417
362.02/337.72	c cleaning 97998 clauses out of 196013 with flag 11670403/4965417
370.16/345.27	c cleaning 99006 clauses out of 198015 with flag 11897311/5065417
377.59/352.08	c cleaning 99998 clauses out of 200009 with flag 12123804/5166417
384.75/358.88	c cleaning 101003 clauses out of 202012 with flag 12352110/5268418
393.39/366.66	c cleaning 102001 clauses out of 204008 with flag 12582918/5371417
402.26/373.42	c cleaning 102997 clauses out of 206007 with flag 12815304/5475417
408.95/379.96	c cleaning 104002 clauses out of 208010 with flag 13050572/5580417
416.08/386.73	c cleaning 105000 clauses out of 210009 with flag 13287577/5686418
424.86/395.11	c cleaning 106001 clauses out of 212010 with flag 13524687/5793419
431.99/401.88	c cleaning 107002 clauses out of 214008 with flag 13764702/5901418
439.12/408.76	c cleaning 107992 clauses out of 216005 with flag 14006897/6010417
447.23/416.54	c cleaning 109001 clauses out of 218014 with flag 14250316/6120418
454.96/423.62	c cleaning 110002 clauses out of 220012 with flag 14497759/6231417
463.60/432.07	c cleaning 111003 clauses out of 222012 with flag 14750390/6343419
474.28/442.48	c cleaning 112001 clauses out of 224007 with flag 15002240/6456417
482.67/450.19	c cleaning 112999 clauses out of 226006 with flag 15255556/6570417
490.73/457.61	c cleaning 114001 clauses out of 228007 with flag 15512227/6685417
498.66/465.04	c cleaning 114999 clauses out of 230008 with flag 15771540/6801419
505.93/471.93	c cleaning 115998 clauses out of 232007 with flag 16033258/6918417
516.69/482.23	c cleaning 117003 clauses out of 234009 with flag 16295025/7036417
524.56/489.60	c cleaning 117990 clauses out of 236006 with flag 16560182/7155417
534.28/498.88	c cleaning 119004 clauses out of 238016 with flag 16828290/7275417
543.41/507.48	c cleaning 120003 clauses out of 240012 with flag 17097329/7396417
552.81/516.34	c cleaning 120999 clauses out of 242010 with flag 17368844/7518418
562.80/525.86	c cleaning 122000 clauses out of 244011 with flag 17646518/7641418
571.62/534.23	c cleaning 123000 clauses out of 246010 with flag 17921992/7765417
581.03/543.16	c cleaning 123994 clauses out of 248010 with flag 18202014/7890417
596.09/554.81	c cleaning 125004 clauses out of 250016 with flag 18481399/8016417
605.48/563.89	c cleaning 126001 clauses out of 252013 with flag 18763336/8143418
615.33/573.29	c cleaning 126999 clauses out of 254012 with flag 19047332/8271418
626.61/583.56	c cleaning 128004 clauses out of 256012 with flag 19335607/8400417
637.06/593.66	c cleaning 129000 clauses out of 258009 with flag 19628043/8530418
648.47/604.23	c cleaning 130004 clauses out of 260008 with flag 19922634/8661417
658.98/614.32	c cleaning 131000 clauses out of 262005 with flag 20217115/8793418
670.85/625.25	c cleaning 132002 clauses out of 264005 with flag 20513421/8926418
677.77/631.73	c Got one! Elapsed wall clock time (in seconds):631.64
677.77/631.73	o 495
679.37/633.30	c cleaning 113898 clauses out of 227810 with flag 12414/9022225
680.36/634.33	c cleaning 59953 clauses out of 119913 with flag 26290/9028226
680.86/634.80	c cleaning 33474 clauses out of 66960 with flag 42705/9035226
681.17/635.15	c cleaning 20729 clauses out of 41485 with flag 60571/9043225
681.46/635.46	c cleaning 14868 clauses out of 29756 with flag 80752/9052225
681.96/635.82	c cleaning 12434 clauses out of 24889 with flag 103378/9062226
682.28/636.18	c cleaning 11718 clauses out of 23455 with flag 127711/9073226
682.76/636.61	c cleaning 11866 clauses out of 23737 with flag 155004/9085226
683.17/637.05	c cleaning 12435 clauses out of 24871 with flag 184403/9098226
683.66/637.54	c cleaning 13208 clauses out of 26435 with flag 216304/9112225
684.17/638.04	c cleaning 14111 clauses out of 28228 with flag 249933/9127226
684.75/638.61	c cleaning 15055 clauses out of 30117 with flag 285912/9143226
685.26/639.19	c cleaning 16026 clauses out of 32061 with flag 324503/9160225
686.16/639.92	c cleaning 17015 clauses out of 34035 with flag 365303/9178225
686.86/640.68	c cleaning 18007 clauses out of 36020 with flag 408345/9197225
687.65/641.44	c cleaning 19003 clauses out of 38013 with flag 453990/9217225
688.55/642.30	c cleaning 20005 clauses out of 40011 with flag 501636/9238226
689.44/643.23	c cleaning 20999 clauses out of 42005 with flag 552354/9260225
690.36/644.18	c cleaning 21998 clauses out of 44007 with flag 606494/9283226
691.35/645.12	c cleaning 23001 clauses out of 46009 with flag 660807/9307226
692.43/646.17	c cleaning 24003 clauses out of 48008 with flag 716782/9332226
693.61/647.33	c cleaning 24995 clauses out of 50004 with flag 775138/9358225
694.71/648.46	c cleaning 25998 clauses out of 52010 with flag 837534/9385226
696.42/650.17	c cleaning 26998 clauses out of 54011 with flag 908369/9413225
698.41/652.16	c cleaning 28002 clauses out of 56013 with flag 983216/9442225
699.89/653.65	c cleaning 29008 clauses out of 58015 with flag 1054094/9472229
702.12/655.65	c cleaning 29993 clauses out of 60004 with flag 1133535/9503226
704.41/657.90	c cleaning 31001 clauses out of 62011 with flag 1214605/9535226
706.30/659.88	c cleaning 32005 clauses out of 64009 with flag 1299237/9568225
708.09/661.69	c cleaning 33003 clauses out of 66005 with flag 1380357/9602226
709.78/663.31	c cleaning 33998 clauses out of 68001 with flag 1460091/9637225
711.38/664.93	c cleaning 34998 clauses out of 70003 with flag 1540358/9673225
713.07/666.63	c cleaning 36002 clauses out of 72006 with flag 1622847/9710226
715.18/668.48	c cleaning 36999 clauses out of 74003 with flag 1708067/9748225
717.07/670.34	c cleaning 38000 clauses out of 76004 with flag 1794976/9787225
719.06/672.38	c cleaning 38997 clauses out of 78004 with flag 1885139/9827225
720.95/674.22	c cleaning 39998 clauses out of 80007 with flag 1976640/9868225
722.94/676.20	c cleaning 41002 clauses out of 82010 with flag 2070017/9910226
724.94/678.26	c cleaning 42004 clauses out of 84008 with flag 2165360/9953226
727.49/680.44	c cleaning 43000 clauses out of 86004 with flag 2263219/9997226
730.57/683.50	c cleaning 43997 clauses out of 88003 with flag 2369957/10042225
733.66/686.62	c cleaning 45000 clauses out of 90006 with flag 2477822/10088225
738.05/691.02	c cleaning 45996 clauses out of 92007 with flag 2597171/10135226
741.63/694.60	c cleaning 46995 clauses out of 94010 with flag 2712806/10183225
744.91/697.94	c cleaning 48007 clauses out of 96016 with flag 2831343/10232226
748.20/701.20	c cleaning 48996 clauses out of 98008 with flag 2951666/10282225
751.88/705.00	c cleaning 50003 clauses out of 100012 with flag 3080953/10333225
755.39/708.14	c cleaning 51002 clauses out of 102009 with flag 3205589/10385225
759.06/711.83	c cleaning 52003 clauses out of 104007 with flag 3341304/10438225
762.75/715.56	c cleaning 53001 clauses out of 106005 with flag 3476815/10492226
766.53/719.33	c cleaning 53994 clauses out of 108003 with flag 3613115/10547225
770.82/723.63	c cleaning 55004 clauses out of 110011 with flag 3752462/10603227
773.81/726.67	c cleaning 55999 clauses out of 112005 with flag 3883100/10660225
777.21/730.10	c cleaning 57000 clauses out of 114006 with flag 4013696/10718225
781.03/733.49	c cleaning 58003 clauses out of 116007 with flag 4145718/10777226
784.51/736.94	c cleaning 58996 clauses out of 118003 with flag 4283647/10837225
788.00/740.49	c cleaning 59998 clauses out of 120008 with flag 4427590/10898226
792.45/743.98	c cleaning 61003 clauses out of 122009 with flag 4573607/10960225
796.23/747.72	c cleaning 62001 clauses out of 124007 with flag 4726022/11023226
800.11/751.68	c cleaning 63002 clauses out of 126006 with flag 4878807/11087226
803.80/755.35	c cleaning 63999 clauses out of 128005 with flag 5029713/11152227
808.28/759.84	c cleaning 64998 clauses out of 130005 with flag 5187098/11218226
811.86/763.46	c cleaning 65995 clauses out of 132006 with flag 5338018/11285225
815.78/767.07	c cleaning 67001 clauses out of 134012 with flag 5489394/11353226
818.96/770.25	c cleaning 67999 clauses out of 136010 with flag 5642854/11422225
822.14/773.45	c cleaning 68998 clauses out of 138012 with flag 5798477/11492226
825.53/776.88	c cleaning 70002 clauses out of 140013 with flag 5956484/11563225
829.02/780.36	c cleaning 71003 clauses out of 142013 with flag 6116338/11635227
832.71/784.08	c cleaning 72002 clauses out of 144009 with flag 6279483/11708226
836.29/787.66	c cleaning 73003 clauses out of 146007 with flag 6443783/11782226
840.38/791.71	c cleaning 74000 clauses out of 148005 with flag 6612430/11857227
844.57/795.92	c cleaning 74998 clauses out of 150003 with flag 6782421/11933225
848.45/799.85	c cleaning 75996 clauses out of 152006 with flag 6955176/12010226
852.44/803.83	c cleaning 76997 clauses out of 154010 with flag 7132712/12088226
858.01/808.78	c cleaning 78003 clauses out of 156012 with flag 7314336/12167225
863.19/813.95	c cleaning 79001 clauses out of 158010 with flag 7509124/12247226
869.95/820.06	c cleaning 79996 clauses out of 160009 with flag 7704944/12328226
875.62/825.75	c cleaning 81000 clauses out of 162015 with flag 7898109/12410228
880.60/830.76	c cleaning 82006 clauses out of 164013 with flag 8094051/12493226
885.48/835.62	c cleaning 83002 clauses out of 166006 with flag 8290169/12577225
890.37/840.53	c cleaning 83998 clauses out of 168004 with flag 8485939/12662225
897.24/847.48	c cleaning 84999 clauses out of 170006 with flag 8695508/12748225
904.02/854.28	c cleaning 86000 clauses out of 172008 with flag 8909039/12835226
910.49/860.25	c cleaning 87003 clauses out of 174007 with flag 9108558/12923225
916.97/865.93	c cleaning 88000 clauses out of 176005 with flag 9315029/13012226
922.55/871.55	c cleaning 88995 clauses out of 178004 with flag 9516869/13102225
929.44/877.83	c cleaning 90001 clauses out of 180010 with flag 9724377/13193226
935.42/883.80	c cleaning 91001 clauses out of 182008 with flag 9936160/13285225
942.31/890.41	c cleaning 91998 clauses out of 184007 with flag 10144871/13378225
948.68/896.83	c cleaning 93004 clauses out of 186010 with flag 10355176/13472226
956.40/904.04	c cleaning 93995 clauses out of 188005 with flag 10569822/13567225
962.68/910.34	c cleaning 94998 clauses out of 190010 with flag 10785084/13663225
969.90/917.05	c cleaning 96005 clauses out of 192012 with flag 11002014/13760225
978.16/925.07	c cleaning 96999 clauses out of 194007 with flag 11226357/13858225
984.62/931.55	c cleaning 98001 clauses out of 196009 with flag 11450781/13957226
992.12/938.17	c cleaning 99001 clauses out of 198007 with flag 11680797/14057225
999.66/945.15	c cleaning 100004 clauses out of 200007 with flag 11912798/14158226
1007.54/952.51	c cleaning 100987 clauses out of 202002 with flag 12141399/14260225
1014.92/959.58	c cleaning 102005 clauses out of 204015 with flag 12370804/14363225
1021.92/966.15	c cleaning 102997 clauses out of 206010 with flag 12604865/14467225
1029.00/972.83	c cleaning 103998 clauses out of 208013 with flag 12839748/14572225
1036.15/979.45	c cleaning 105003 clauses out of 210016 with flag 13076336/14678226
1043.17/985.96	c cleaning 105999 clauses out of 212012 with flag 13313944/14785225
1050.74/992.90	c cleaning 106999 clauses out of 214014 with flag 13554783/14893226
1057.72/999.44	c cleaning 108001 clauses out of 216014 with flag 13797523/15002225
1066.84/1006.44	c cleaning 109002 clauses out of 218013 with flag 14043123/15112225
1073.83/1013.14	c cleaning 110002 clauses out of 220011 with flag 14291241/15223225
1080.72/1019.93	c cleaning 111004 clauses out of 222011 with flag 14539581/15335227
1088.48/1027.54	c cleaning 111999 clauses out of 224007 with flag 14793940/15448227
1099.81/1038.28	c cleaning 113000 clauses out of 226006 with flag 15056294/15562225
1107.80/1045.91	c cleaning 114001 clauses out of 228007 with flag 15312364/15677226
1116.46/1054.30	c cleaning 114995 clauses out of 230005 with flag 15574387/15793225
1127.73/1065.26	c cleaning 116001 clauses out of 232011 with flag 15835583/15910226
1135.75/1072.82	c cleaning 116997 clauses out of 234009 with flag 16097142/16028225
1143.98/1080.57	c cleaning 118001 clauses out of 236012 with flag 16361479/16147225
1153.94/1089.88	c cleaning 118998 clauses out of 238012 with flag 16632235/16267226
1161.76/1097.19	c cleaning 120007 clauses out of 240013 with flag 16902237/16388225
1169.73/1104.75	c cleaning 120996 clauses out of 242006 with flag 17174101/16510225
1177.24/1111.84	c cleaning 122001 clauses out of 244010 with flag 17446592/16633225
1186.42/1120.44	c cleaning 123002 clauses out of 246010 with flag 17724102/16757226
1194.76/1128.20	c cleaning 124003 clauses out of 248007 with flag 18002805/16882225
1204.02/1137.09	c cleaning 124996 clauses out of 250004 with flag 18285375/17008225
1213.37/1145.87	c cleaning 125998 clauses out of 252008 with flag 18570114/17135225
1223.07/1155.05	c cleaning 127001 clauses out of 254011 with flag 18856608/17263226
1233.03/1164.50	c cleaning 128002 clauses out of 256010 with flag 19145403/17392226
1245.59/1174.30	c cleaning 129002 clauses out of 258007 with flag 19438388/17522225
1254.63/1182.40	c cleaning 130003 clauses out of 260006 with flag 19730553/17653226
1265.42/1192.73	c cleaning 130989 clauses out of 262002 with flag 20032786/17785225
1275.86/1202.35	c cleaning 132007 clauses out of 264013 with flag 20329528/17918225
1286.54/1212.09	c cleaning 132997 clauses out of 266007 with flag 20630946/18052226
1296.64/1221.79	c cleaning 133996 clauses out of 268010 with flag 20932462/18187226
1306.47/1230.61	c cleaning 135001 clauses out of 270014 with flag 21235506/18323226
1315.64/1239.31	c cleaning 135995 clauses out of 272012 with flag 21540607/18460225
1326.50/1249.26	c cleaning 137002 clauses out of 274018 with flag 21849973/18598226
1335.80/1258.10	c cleaning 138003 clauses out of 276015 with flag 22161736/18737225
1347.65/1267.05	c cleaning 138998 clauses out of 278012 with flag 22475407/18877225
1358.28/1277.35	c cleaning 140005 clauses out of 280015 with flag 22789484/19018226
1369.05/1287.13	c cleaning 141003 clauses out of 282009 with flag 23106857/19160225
1380.93/1298.14	c cleaning 142001 clauses out of 284007 with flag 23427683/19303226
1391.63/1307.87	c cleaning 142998 clauses out of 286006 with flag 23749259/19447226
1400.97/1316.80	c cleaning 143995 clauses out of 288007 with flag 24072611/19592225
1410.87/1325.88	c cleaning 144999 clauses out of 290012 with flag 24397416/19738225
1421.43/1335.99	c cleaning 146003 clauses out of 292013 with flag 24725961/19885225
1432.53/1346.05	c cleaning 147005 clauses out of 294010 with flag 25055645/20033225
1442.81/1355.88	c cleaning 147992 clauses out of 296005 with flag 25387426/20182225
1455.48/1365.69	c cleaning 149002 clauses out of 298014 with flag 25722073/20332226
1467.48/1376.66	c cleaning 150006 clauses out of 300011 with flag 26058985/20483225
1480.84/1388.88	c cleaning 150999 clauses out of 302005 with flag 26400876/20635225
1491.85/1398.81	c cleaning 152003 clauses out of 304006 with flag 26741717/20788225
1502.97/1408.70	c cleaning 152996 clauses out of 306004 with flag 27084438/20942226
1516.49/1421.39	c cleaning 154000 clauses out of 308007 with flag 27433203/21097225
1529.12/1433.00	c cleaning 155001 clauses out of 310007 with flag 27787223/21253225
1547.98/1447.64	c cleaning 156002 clauses out of 312007 with flag 28138491/21410226
1560.01/1458.71	c cleaning 156992 clauses out of 314004 with flag 28490493/21568225
1572.07/1469.70	c cleaning 158004 clauses out of 316013 with flag 28844776/21727226
1583.56/1480.19	c cleaning 159000 clauses out of 318008 with flag 29200765/21887225
1595.30/1490.87	c cleaning 159998 clauses out of 320008 with flag 29560706/22048225
1606.89/1501.45	c cleaning 161002 clauses out of 322010 with flag 29920348/22210225
1618.44/1512.02	c cleaning 161997 clauses out of 324008 with flag 30283224/22373225
1632.82/1523.27	c cleaning 163002 clauses out of 326011 with flag 30649987/22537225
1644.14/1533.64	c cleaning 164003 clauses out of 328009 with flag 31016057/22702225
1655.93/1544.61	c cleaning 164999 clauses out of 330006 with flag 31386538/22868225
1669.55/1557.36	c cleaning 166000 clauses out of 332008 with flag 31760997/23035226
1681.94/1568.87	c cleaning 166996 clauses out of 334008 with flag 32136615/23203226
1696.59/1582.78	c cleaning 167993 clauses out of 336011 with flag 32513751/23372225
1711.90/1597.10	c cleaning 169007 clauses out of 338019 with flag 32895998/23542226
1724.99/1609.24	c cleaning 170003 clauses out of 340011 with flag 33277543/23713225
1740.19/1621.08	c cleaning 170997 clauses out of 342010 with flag 33661925/23885227
1754.53/1634.49	c cleaning 172005 clauses out of 344011 with flag 34044108/24058225
1766.37/1645.44	c cleaning 172994 clauses out of 346006 with flag 34431883/24232225
1780.96/1658.58	c cleaning 174002 clauses out of 348012 with flag 34820318/24407225
1795.24/1671.79	c cleaning 175003 clauses out of 350011 with flag 35211060/24583226
1811.15/1686.62	c cleaning 175997 clauses out of 352008 with flag 35606340/24760226
1825.84/1700.45	c cleaning 176998 clauses out of 354010 with flag 36003709/24938225
1842.00/1713.58	c cleaning 178004 clauses out of 356014 with flag 36402913/25117227
1856.92/1726.98	c cleaning 179002 clauses out of 358010 with flag 36802583/25297227
1871.97/1740.91	c cleaning 179997 clauses out of 360006 with flag 37207543/25478225
1886.48/1754.01	c cleaning 181001 clauses out of 362010 with flag 37612556/25660226
1900.84/1767.21	c cleaning 182000 clauses out of 364008 with flag 38018861/25843225
1916.57/1782.05	c cleaning 182998 clauses out of 366008 with flag 38428866/26027225
1934.12/1796.38	c cleaning 183998 clauses out of 368011 with flag 38841683/26212226
1949.26/1810.72	c cleaning 185004 clauses out of 370013 with flag 39254752/26398226
1965.99/1826.02	c cleaning 185996 clauses out of 372008 with flag 39671062/26585225
1982.57/1841.57	c cleaning 187003 clauses out of 374012 with flag 40089323/26773225
1997.40/1855.58	c cleaning 187994 clauses out of 376010 with flag 40510195/26962226
2013.34/1870.08	c cleaning 189007 clauses out of 378016 with flag 40933391/27152226
2032.72/1884.75	c cleaning 190001 clauses out of 380009 with flag 41361236/27343226
2047.18/1897.87	c cleaning 190998 clauses out of 382007 with flag 41792787/27535225
2063.79/1913.52	c cleaning 192005 clauses out of 384009 with flag 42223546/27728225
2081.91/1930.34	c cleaning 192997 clauses out of 386005 with flag 42657860/27922226
2098.89/1945.74	c cleaning 193997 clauses out of 388007 with flag 43094406/28117225
2114.79/1960.67	c cleaning 195001 clauses out of 390011 with flag 43531649/28313226
2133.80/1975.19	c cleaning 196005 clauses out of 392010 with flag 43973198/28510226
2150.08/1990.46	c cleaning 196999 clauses out of 394006 with flag 44414402/28708227
2167.91/2006.57	c cleaning 197998 clauses out of 396005 with flag 44858721/28907225
2183.25/2020.30	c cleaning 198999 clauses out of 398007 with flag 45304187/29107225
2199.08/2035.14	c cleaning 200000 clauses out of 400009 with flag 45752889/29308226
2223.92/2054.55	c cleaning 201001 clauses out of 402009 with flag 46202971/29510226
2241.18/2070.81	c cleaning 201998 clauses out of 404008 with flag 46658111/29713226
2259.96/2088.28	c cleaning 203000 clauses out of 406010 with flag 47116291/29917226
2277.37/2104.12	c cleaning 204000 clauses out of 408010 with flag 47572860/30122226
2297.72/2123.55	c cleaning 205004 clauses out of 410010 with flag 48032682/30328226
2316.47/2140.98	c cleaning 205997 clauses out of 412005 with flag 48498541/30535225
2342.89/2163.01	c cleaning 207002 clauses out of 414008 with flag 48976778/30743225
2367.60/2186.70	c cleaning 207999 clauses out of 416006 with flag 49459647/30952225
2387.50/2205.42	c cleaning 208993 clauses out of 418007 with flag 49933552/31162225
2408.77/2225.29	c cleaning 210002 clauses out of 420014 with flag 50412928/31373225
2429.72/2244.79	c cleaning 211005 clauses out of 422012 with flag 50905268/31585225
2459.57/2268.47	c cleaning 212001 clauses out of 424008 with flag 51387024/31798226
2483.53/2291.01	c cleaning 213001 clauses out of 426006 with flag 51863716/32012225
2504.93/2310.78	c cleaning 213999 clauses out of 428006 with flag 52353511/32227226
2524.53/2328.55	c cleaning 215000 clauses out of 430006 with flag 52838152/32443225
2543.24/2346.25	c cleaning 215995 clauses out of 432007 with flag 53325629/32660226
2565.27/2364.20	c cleaning 216998 clauses out of 434011 with flag 53811777/32878225
2584.37/2381.87	c cleaning 218000 clauses out of 436014 with flag 54303265/33097226
2603.86/2399.75	c cleaning 219003 clauses out of 438013 with flag 54803460/33317225
2627.89/2422.28	c cleaning 219998 clauses out of 440010 with flag 55301599/33538225
2651.59/2444.93	c cleaning 221002 clauses out of 442012 with flag 55799371/33760225
2673.79/2463.01	c cleaning 221994 clauses out of 444010 with flag 56296834/33983225
2694.43/2482.26	c cleaning 223002 clauses out of 446016 with flag 56804166/34207225
2714.85/2501.16	c cleaning 224003 clauses out of 448015 with flag 57307201/34432226
2734.00/2518.83	c cleaning 225001 clauses out of 450012 with flag 57812412/34658226
2756.14/2539.49	c cleaning 225998 clauses out of 452010 with flag 58320942/34885225
2779.34/2557.95	c cleaning 227002 clauses out of 454012 with flag 58832414/35113225
2799.07/2576.04	c cleaning 227995 clauses out of 456010 with flag 59345034/35342225
2823.67/2599.08	c cleaning 229003 clauses out of 458015 with flag 59863780/35572225
2843.97/2617.81	c cleaning 230002 clauses out of 460012 with flag 60386007/35803225
2872.38/2639.80	c cleaning 231000 clauses out of 462010 with flag 60901977/36035225
2890.60/2656.57	c cleaning 232005 clauses out of 464011 with flag 61419049/36268226
2910.97/2675.33	c cleaning 232998 clauses out of 466005 with flag 61940548/36502225
2931.64/2694.46	c cleaning 234001 clauses out of 468007 with flag 62464203/36737225
2952.36/2713.67	c cleaning 234995 clauses out of 470007 with flag 62991211/36973226
2978.95/2735.50	c cleaning 236002 clauses out of 472012 with flag 63521064/37210226
3000.28/2755.38	c cleaning 236998 clauses out of 474009 with flag 64054294/37448225
3021.30/2774.86	c cleaning 238001 clauses out of 476011 with flag 64585387/37687225
3040.14/2792.24	c cleaning 239003 clauses out of 478010 with flag 65119653/37927225
3061.99/2812.60	c cleaning 239996 clauses out of 480009 with flag 65655187/38168227
3087.46/2833.53	c cleaning 241003 clauses out of 482012 with flag 66193645/38410226
3109.12/2853.75	c cleaning 241998 clauses out of 484008 with flag 66734298/38653225
3130.56/2873.75	c cleaning 242995 clauses out of 486010 with flag 67278829/38897225
3151.21/2893.03	c cleaning 244002 clauses out of 488015 with flag 67823365/39142225
3172.97/2913.46	c cleaning 245003 clauses out of 490014 with flag 68369367/39388226
3199.48/2935.44	c cleaning 246000 clauses out of 492011 with flag 68917490/39635226
3225.86/2960.45	c cleaning 247002 clauses out of 494010 with flag 69469060/39883225
3251.24/2983.97	c cleaning 247999 clauses out of 496009 with flag 70027836/40132226
3278.90/3010.05	c cleaning 248998 clauses out of 498009 with flag 70587026/40382225
3312.21/3036.95	c cleaning 250001 clauses out of 500012 with flag 71148067/40633226
3338.29/3061.67	c cleaning 251003 clauses out of 502010 with flag 71712353/40885225
3362.43/3083.87	c cleaning 252001 clauses out of 504007 with flag 72276791/41138225
3388.49/3108.31	c cleaning 252998 clauses out of 506006 with flag 72842435/41392225
3416.13/3129.57	c cleaning 253997 clauses out of 508009 with flag 73411654/41647226
3443.96/3156.10	c cleaning 254999 clauses out of 510012 with flag 73986587/41903226
3467.20/3177.41	c cleaning 255997 clauses out of 512012 with flag 74560496/42160225
3492.15/3200.84	c cleaning 257005 clauses out of 514015 with flag 75135298/42418225
3523.37/3225.66	c cleaning 257998 clauses out of 516010 with flag 75713717/42677225
3551.65/3252.04	c cleaning 259000 clauses out of 518013 with flag 76290617/42937226
3575.73/3274.50	c cleaning 260004 clauses out of 520015 with flag 76876222/43198228
3600.08/3297.12	c starts		: 5
3600.08/3297.12	c conflicts		: 43460226
3600.08/3297.12	c decisions		: 63925687
3600.08/3297.12	c propagations		: 362102144
3600.08/3297.12	c inspects		: 24355959664
3600.08/3297.12	c shortcuts		: 0
3600.08/3297.12	c learnt literals	: 0
3600.08/3297.12	c learnt binary clauses	: 0
3600.08/3297.12	c learnt ternary clauses	: 0
3600.08/3297.12	c learnt constraints	: 43460226
3600.08/3297.12	c ignored constraints	: 0
3600.08/3297.12	c root simplifications	: 0
3600.08/3297.12	c removed literals (reason simplification)	: 19090847
3600.08/3297.12	c reason swapping (by a shorter reason)	: 0
3600.08/3297.12	c Calls to reduceDB	: 390
3600.08/3297.12	c Number of update (reduction) of LBD	: 3666836
3600.08/3297.12	c Imported unit clauses	: 0
3600.08/3297.12	c No decision after first conflict	: false
3600.08/3297.12	c number of reductions to clauses (during analyze)	: 0
3600.08/3297.12	c number of learned constraints concerned by reduction	: 0
3600.08/3297.12	c number of learning phase by resolution	: 0
3600.08/3297.12	c number of learning phase by cutting planes	: 0
3600.08/3297.12	c number of rounding to 1 operations	: 0
3600.08/3297.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3297.12	c number of reductions of the coefficients by power 2 	: 0
3600.08/3297.12	c number of right shift for reduction by power 2 	: 0
3600.08/3297.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3297.12	c number of ending skipping 	: 0
3600.08/3297.12	c number of internal skipping 	: 0
3600.08/3297.12	c number of derivation steps 	: 0
3600.08/3297.12	c number of skipped derivation steps 	: 0
3600.08/3297.12	c number of remaining unassigned 	: 0
3600.08/3297.12	c number of remaining assigned 	: 0
3600.08/3297.12	c number of falsified literals weakened from reason	: 0
3600.08/3297.12	c number of falsified literals weakened from conflict	: 0
3600.08/3297.12	c time for arithmetic operations	: 0
3600.08/3297.12	c minimum degree of deleted constraints	: null
3600.08/3297.12	c maximum degree of deleted constraints	: null
3600.08/3297.12	c number of deleted constraints	: 0
3600.08/3297.13	c speed (assignments/second)	: 109828.09896299352
3600.08/3297.13	c non guided choices	: 0
3600.08/3297.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 522009
3600.08/3297.18	s SATISFIABLE
3600.08/3297.18	c Found 4 solution(s)
3600.08/3297.19	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 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 x735 x736 x737 x738 -x739 -x740 x741 x742 x743 -x744 -x745 -x746 -x747 -x748 -x749 x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 x764 x765 x766 x767 x768 x769 -x770 x771 x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 x793 x794 x795 x796 x797 x798 x799 x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 x811 x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 x824 x825 x826 x827 x828 x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 x841 x842 x843 -x844 -x845 -x846 -x847 -x848 -x849 x850 -x851 -x852 -x853 -x854 x855 x856 x857 x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 x871 x872 x873 x874 -x875 -x876 -x877 -x878 x879 x880 -x881 -x882 -x883 -x884 -x885 x886 x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 x901 x902 x903 x904 x905 -x906 -x907 x908 x909 x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 x926 x927 -x928 -x929 -x930 x931 x932 x933 x934 -x935 -x936 -x937 -x938 x939 x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 x955 x956 x957 x958 -x959 -x960 x961 x962 x963 -x964 -x965 -x966 -x967 -x968 -x969 x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 x984 x985 x986 x987 x988 x989 -x990 x991 x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 x1013 x1014 x1015 x1016 x1017 x1018 x1019 x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 x1031 x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 x1044 x1045 x1046 x1047 x1048 x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 x1061 x1062 x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 x1070 -x1071 -x1072 -x1073 -x1074 x1075 x1076 x1077 x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 x1091 x1092 x1093 x1094 -x1095 -x1096 -x1097 -x1098 x1099 x1100 -x1101 -x1102 -x1103 -x1104 -x1105 x1106 x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 x1121 x1122 x1123 x1124 x1125 -x1126 -x1127 x1128 x1129 x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 x1146 x1147 -x1148 -x1149 -x1150 x1151 x1152 x1153 x1154 -x1155 -x1156 -x1157 -x1158 x1159 x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 x1175 x1176 x1177 x1178 -x1179 -x1180 x1181 x1182 x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 x1204 x1205 x1206 x1207 x1208 x1209 -x1210 x1211 x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 x1233 x1234 x1235 x1236 x1237 x1238 x1239 x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 x1251 x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 x1264 x1265 x1266 x1267 x1268 x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 x1281 x1282 x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 x1290 -x1291 -x1292 -x1293 -x1294 x1295 x1296 x1297 x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 x1311 x1312 x1313 x1314 -x1315 -x1316 -x1317 -x1318 x1319 x1320 -x1321 -x1322 -x1323 -x1324 -x1325 x1326 x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 x1341 x1342 x1343 x1344 x1345 -x1346 -x1347 x1348 x1349 x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 x1366 x1367 -x1368 -x1369 -x1370 x1371 x1372 x1373 x1374 -x1375 -x1376 -x1377 -x1378 x1379 x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 x1395 x1396 x1397 x1398 -x1399 -x1400 x1401 x1402 x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 x1424 x1425 x1426 x1427 x1428 x1429 -x1430 x1431 x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 x1453 x1454 x1455 x1456 x1457 x1458 x1459 x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 x1471 x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 x1484 x1485 x1486 x1487 x1488 x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 x1501 x1502 x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 x1510 -x1511 -x1512 -x1513 -x1514 x1515 x1516 x1517 x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 x1531 x1532 x1533 x1534 -x1535 -x1536 -x1537 -x1538 x1539 x1540 -x1541 -x1542 -x1543 -x1544 -x1545 x1546 x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 x1561 x1562 x1563 x1564 x1565 -x1566 -x1567 x1568 x1569 x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 x1586 x1587 -x1588 -x1589 -x1590 x1591 x1592 x1593 x1594 -x1595 -x1596 -x1597 -x1598 x1599 x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 x1615 x1616 x1617 x1618 -x1619 -x1620 x1621 x1622 x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 x1644 x1645 x1646 x1647 x1648 x1649 -x1650 x1651 x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 x1673 x1674 x1675 x1676 x1677 x1678 x1679 x1680 x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 
3600.08/3297.19	c objective function=495
3600.08/3297.19	c Total wall clock time (in seconds): 3297.101

Verifier Data

OK	495

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

running on 4 cores: 36-39

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

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

CPU governors:
  performance: 36-39

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (74788 MiB free)
  node 1: cores 8-15, 129019 MiB (74156 MiB free)
  node 2: cores 16-23, 129019 MiB (93688 MiB free)
  node 3: cores 24-31, 128957 MiB (111319 MiB free)
  node 4: cores 32-39, 129019 MiB (96871 MiB free)
  node 5: cores 40-47, 129019 MiB (104190 MiB free)
  node 6: cores 48-55, 129019 MiB (81088 MiB free)
  node 7: cores 56-63, 128474 MiB (74921 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=2556057, runsolver pid=2556054
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 19.90 19.84 19.43 21/1223 2556079
/proc/meminfo: memFree=728050676/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=34966608 memory=60192 CPUtime=0.2 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 7884 0 0 0 18 2 0 0 20 0 20 0 216942493 35805806592 14615 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8741652 15048 6212 1 0 33525 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=34966608 memory=448176484133 CPUtime=0.08 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) R 2556054 2556057 2553015 0 -1 4194368 3177 0 0 0 8 0 0 0 20 0 20 0 216942495 35805806592 14615 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=34966608 memory=2274 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 216942496 35805806592 14615 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=34966608 memory=54087362281966 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 216942496 35805806592 14615 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=34966608 memory=61788255421027 CPUtime=0 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 216942496 35805806592 14615 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=34966608 memory=55191219208997 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 216942496 35805806592 14615 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=34966608 memory=14971157304575241 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 216942496 35805806592 14615 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 60192 KiB

[startup+0.214544 s]*
/proc/loadavg: 19.90 19.84 19.43 23/1224 2556080
/proc/meminfo: memFree=728015956/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=35099736 memory=80024 CPUtime=0.59 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 9281 0 0 0 57 2 0 0 20 0 22 0 216942493 35942129664 19567 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8774934 20006 6243 1 0 41042 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=35099736 memory=8386095037794055477 CPUtime=0.2 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) S 2556054 2556057 2553015 0 -1 4194368 3297 0 0 0 20 0 0 0 20 0 22 0 216942495 35942129664 19567 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=35099736 memory=215704930196 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 19567 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=35099736 memory=17979 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 19567 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=35099736 memory=18330 CPUtime=0 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 19567 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=35099736 memory=18896 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 19567 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=35099736 memory=61753 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 19567 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556080] ppid=2556054 vsize=35099736 memory=3762816004124849747 CPUtime=0 cores=36-39
/proc/2556057/task/2556080/stat : 2556080 (Timer-0) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216942507 35942129664 19567 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 80024 KiB

[startup+0.315159 s]*
/proc/loadavg: 19.90 19.84 19.43 25/1225 2556081
/proc/meminfo: memFree=727990372/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=35099736 memory=90188 CPUtime=0.89 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 9782 0 0 0 87 2 0 0 20 0 22 0 216942493 35942129664 22063 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8774934 22547 6259 1 0 42658 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=35099736 memory=8389771804677338421 CPUtime=0.29 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) R 2556054 2556057 2553015 0 -1 4194368 3301 0 0 0 29 0 0 0 20 0 22 0 216942495 35942129664 22063 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=35099736 memory=215704930196 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 22063 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=35099736 memory=17979 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 22063 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=35099736 memory=18330 CPUtime=0 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 22063 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=35099736 memory=18896 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 22063 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=35099736 memory=61753 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 22063 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556080] ppid=2556054 vsize=35099736 memory=3762816004124849747 CPUtime=0 cores=36-39
/proc/2556057/task/2556080/stat : 2556080 (Timer-0) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216942507 35942129664 22063 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 90188 KiB

[startup+0.700325 s]
/proc/loadavg: 19.90 19.84 19.43 26/1225 2556081
/proc/meminfo: memFree=727533836/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=35099736 memory=206532 CPUtime=1.53 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 10256 0 0 0 150 3 0 0 20 0 22 0 216942493 35942129664 51252 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8774934 51633 6279 1 0 106468 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=35099736 memory=4868 CPUtime=0.64 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) R 2556054 2556057 2553015 0 -1 4194368 3353 0 0 0 63 1 0 0 20 0 22 0 216942495 35942129664 51252 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=35099736 memory=4289 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 51252 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=35099736 memory=5824 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 51252 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=35099736 memory=3948 CPUtime=0 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 51252 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=35099736 memory=4104 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 51252 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216942496 35942129664 51252 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556080] ppid=2556054 vsize=35099736 memory=147128399693447 CPUtime=0 cores=36-39
/proc/2556057/task/2556080/stat : 2556080 (Timer-0) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 216942507 35942129664 51252 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 206532 KiB

[startup+1.50026 s]
/proc/loadavg: 19.90 19.84 19.43 21/1227 2556083
/proc/meminfo: memFree=727069440/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=35232864 memory=453088 CPUtime=2.63 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 13014 0 0 0 258 5 0 0 20 0 24 0 216942493 36078452736 112810 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8808216 113272 6278 1 0 257757 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=35232864 memory=4868 CPUtime=1.37 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) R 2556054 2556057 2553015 0 -1 4194368 3950 0 0 0 136 1 0 0 20 0 24 0 216942495 36078452736 112810 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 0 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 24 0 216942496 36078452736 112810 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 216942496 36078452736 112810 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 216942496 36078452736 112810 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 216942496 36078452736 112810 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 216942496 36078452736 112810 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556080] ppid=2556054 vsize=35232864 memory=-8312670058677691230 CPUtime=0 cores=36-39
/proc/2556057/task/2556080/stat : 2556080 (Timer-0) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 216942507 36078452736 112810 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 453088 KiB

[startup+3.11433 s]
/proc/loadavg: 19.90 19.84 19.43 17/1227 2556085
/proc/meminfo: memFree=724692320/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=35232864 memory=751224 CPUtime=4.61 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 13617 0 0 0 455 6 0 0 20 0 23 0 216942493 36078452736 187525 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8808216 187806 6278 1 0 257760 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=35232864 memory=0 CPUtime=2.86 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) R 2556054 2556057 2553015 0 -1 4194368 4019 0 0 0 285 1 0 0 20 0 23 0 216942495 36078452736 187525 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=35232864 memory=4868 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 187525 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=35232864 memory=747084 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 187525 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 187525 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=35232864 memory=251788 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 187525 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=35232864 memory=139955804309132 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 187525 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556080] ppid=2556054 vsize=35232864 memory=139955804309133 CPUtime=0 cores=36-39
/proc/2556057/task/2556080/stat : 2556080 (Timer-0) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216942507 36078452736 187525 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 4.61 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 751224 KiB

[startup+6.30025 s]

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

/proc/meminfo: memFree=794483920/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=35232864 memory=15764736 CPUtime=3382.51 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 1238090 0 0 0 338020 231 0 0 20 0 23 0 216942493 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8808216 3941184 6309 1 0 3967331 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=35232864 memory=0 CPUtime=3017.18 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) R 2556054 2556057 2553015 0 -1 4194368 303689 0 0 0 301675 43 0 0 20 0 23 0 216942495 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=35232864 memory=15413936 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=35232864 memory=15764736 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=35232864 memory=0 CPUtime=0.14 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 125 0 0 0 6 8 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=35232864 memory=15764736 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=35232864 memory=15764736 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 899 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556080] ppid=2556054 vsize=35232864 memory=15764736 CPUtime=0 cores=36-39
/proc/2556057/task/2556080/stat : 2556080 (Timer-0) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216942507 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 3382.51 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 15764736 KiB

[startup+3162.3 s]
/proc/loadavg: 16.68 16.99 17.33 17/1223 2557352
/proc/meminfo: memFree=792714040/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=35232864 memory=15764744 CPUtime=3450.93 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 1274668 0 0 0 344858 235 0 0 20 0 23 0 216942493 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8808216 3941186 6309 1 0 3967331 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=35232864 memory=0 CPUtime=3075.75 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) R 2556054 2556057 2553015 0 -1 4194368 310028 0 0 0 307531 44 0 0 20 0 23 0 216942495 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=35232864 memory=15413936 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=35232864 memory=15764736 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=35232864 memory=0 CPUtime=0.14 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 127 0 0 0 6 8 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=35232864 memory=25333125866717268 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=35232864 memory=5824 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 917 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556080] ppid=2556054 vsize=35232864 memory=15524 CPUtime=0 cores=36-39
/proc/2556057/task/2556080/stat : 2556080 (Timer-0) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216942507 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 3450.93 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 15764744 KiB

[startup+3222.3 s]
/proc/loadavg: 17.56 17.17 17.38 20/1222 2557353
/proc/meminfo: memFree=789414772/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=3520.08 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 1314274 0 0 0 351769 239 0 0 20 0 23 0 216942493 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8808216 3941188 6309 1 0 3967333 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=35232864 memory=15413936 CPUtime=3134.06 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) R 2556054 2556057 2553015 0 -1 4194368 323737 0 0 0 313362 44 0 0 20 0 23 0 216942495 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=35232864 memory=15764736 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=35232864 memory=0 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=35232864 memory=0 CPUtime=0.14 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 129 0 0 0 6 8 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=35232864 memory=15764744 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=35232864 memory=15524 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 934 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556080] ppid=2556054 vsize=35232864 memory=150260 CPUtime=0 cores=36-39
/proc/2556057/task/2556080/stat : 2556080 (Timer-0) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216942507 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 3520.08 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 15764752 KiB

[startup+3282.3 s]
/proc/loadavg: 16.74 17.01 17.31 21/1223 2557355
/proc/meminfo: memFree=789521152/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=3584.19 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 1320924 0 0 0 358179 240 0 0 20 0 23 0 216942493 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8808216 3941188 6309 1 0 3967333 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=3192.35 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) R 2556054 2556057 2553015 0 -1 4194368 326681 0 0 0 319191 44 0 0 20 0 23 0 216942495 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=0.15 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 129 0 0 0 7 8 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=35232864 memory=3700 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=35232864 memory=30172 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 954 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556080] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=0 cores=36-39
/proc/2556057/task/2556080/stat : 2556080 (Timer-0) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216942507 36078452736 3941051 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 3584.19 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 15764752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3297.11 s]
/proc/loadavg: 16.73 17.00 17.30 17/1223 2557355
/proc/meminfo: memFree=789578648/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=35232864 memory=15614416 CPUtime=3600.08 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 1325210 0 0 0 359768 240 0 0 20 0 23 0 216942493 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8808216 3903604 6309 1 0 3929677 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=3206.72 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) R 2556054 2556057 2553015 0 -1 4194368 327718 0 0 0 320628 44 0 0 20 0 23 0 216942495 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=35232864 memory=15614416 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=35232864 memory=1972 CPUtime=0.15 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 138 0 0 0 7 8 0 0 20 0 23 0 216942496 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=35232864 memory=11700 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=35232864 memory=4868 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 954 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556080] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=0 cores=36-39
/proc/2556057/task/2556080/stat : 2556080 (Timer-0) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216942507 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 15614416 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.86 s, system=2.43751 s

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

[startup+3297.11 s]
/proc/loadavg: 16.73 17.00 17.30 17/1223 2557355
/proc/meminfo: memFree=789578648/1055320700 swapFree=33554428/33554428
[pid=2556057] ppid=2556054 vsize=35232864 memory=15614416 CPUtime=3600.08 cores=36-39
/proc/2556057/stat : 2556057 (java) S 2556054 2556057 2553015 0 -1 4194304 1325210 0 0 0 359768 240 0 0 20 0 23 0 216942493 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 0 0 16800975 0 0 0 17 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
/proc/2556057/statm: 8808216 3903604 6309 1 0 3929677 0
[pid=2556057/tid=2556059] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=3206.72 cores=36-39
/proc/2556057/task/2556059/stat : 2556059 (java) R 2556054 2556057 2553015 0 -1 4194368 327718 0 0 0 320628 44 0 0 20 0 23 0 216942495 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556070] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=0 cores=36-39
/proc/2556057/task/2556070/stat : 2556070 (Referen..andler) S 2556054 2556057 2553015 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556071] ppid=2556054 vsize=35232864 memory=15614416 CPUtime=0 cores=36-39
/proc/2556057/task/2556071/stat : 2556071 (Finalizer) S 2556054 2556057 2553015 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556074] ppid=2556054 vsize=35232864 memory=1972 CPUtime=0.15 cores=36-39
/proc/2556057/task/2556074/stat : 2556074 (Monitor..Thread) S 2556054 2556057 2553015 0 -1 4194368 138 0 0 0 7 8 0 0 20 0 23 0 216942496 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556077] ppid=2556054 vsize=35232864 memory=11700 CPUtime=0 cores=36-39
/proc/2556057/task/2556077/stat : 2556077 (Notific..Thread) S 2556054 2556057 2553015 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556078] ppid=2556054 vsize=35232864 memory=4868 CPUtime=0 cores=36-39
/proc/2556057/task/2556078/stat : 2556078 (Common-Cleaner) S 2556054 2556057 2553015 0 -1 4194368 954 0 0 0 0 0 0 0 20 0 23 0 216942496 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
[pid=2556057/tid=2556080] ppid=2556054 vsize=35232864 memory=15764752 CPUtime=0 cores=36-39
/proc/2556057/task/2556080/stat : 2556080 (Timer-0) S 2556054 2556057 2553015 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 216942507 36078452736 3903547 18446744073709551615 94676218531840 94676218535536 140736758158624 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94676218543400 94676218544144 94676236832768 140736758167764 140736758167904 140736758167904 140736758173640 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 15614416 KiB

Child status: 143

Real time (s): 3297.22
CPU time (s): 3600.3
CPU user time (s): 3597.86
CPU system time (s): 2.43751
CPU usage (%): 109.192
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 17004636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.86
system time used= 2.43751
maximum resident set size= 17003440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1328071
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83319
involuntary context switches= 5852


# summary of solver processes directly reported to runsolver:
#   pid: 2556057
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3597.86
#   total CPU system time (s): 2.43751

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7855 second user time and 43.3215 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-30 18:22:27
IDJOB=4806739
IDBENCH=178132
IDSOLVER=3602
FILE ID=nodeE004/4806739-1782836547
RUNJOBID= nodeE004-1782830144-2553034
SLURM_JOB_ID= 12541393
Free space on /tmp= 798484 MiB

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

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

MD5SUM BENCH= de22290f607a0533f18bc24d43af89df
RANDOM SEED=2073903288

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3567.040
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		: 3566.295
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		: 3598.265
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		: 3588.987
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		: 3596.396
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		: 3583.917
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		: 3590.998
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		: 3586.293
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		: 3582.795
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:        728095152 kB
MemAvailable:   848641980 kB
Buffers:            3352 kB
Cached:         124948448 kB
SwapCached:            0 kB
Active:         204691924 kB
Inactive:       118718796 kB
Active(anon):   199237660 kB
Inactive(anon):   142608 kB
Active(file):    5454264 kB
Inactive(file): 118576188 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               652 kB
Writeback:             0 kB
AnonPages:      198382600 kB
Mapped:           205760 kB
Shmem:            921344 kB
KReclaimable:    1535100 kB
Slab:            2112552 kB
SReclaimable:    1535100 kB
SUnreclaim:       577452 kB
KernelStack:       20288 kB
PageTables:       398524 kB
SecPageTables:     15388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   233867668 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      484212 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:  194899968 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= 798432 MiB
End job on nodeE004 at 2026-06-30 19:17:24