Trace number 4465704

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.3 3662.77

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K151.opb
MD5SUMabcade21393c5164863b40206a5f4f64
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17969
Total number of constraints18273
Number of constraints which are clauses18122
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint151
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 152
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 106475298, getVmSize() = 95432704, SCIPgetMemUsed() = 64527133, SCIPgetMemTotal() = 71556349, SCIPgetMemExternEstim() = 34918949
0.00/0.09	c ** set memory limit for presolving in LC to 8.79576e+12 for SCIP **
29.60/29.76	c ** Estimated virtualMemUsedAtSolver = 221856467, getVmSize() = 330235904, SCIPgetMemUsed() = 222868880, SCIPgetMemTotal() = 297865752, SCIPgetMemExternEstim() = 34918949
29.60/29.76	c ** set memory limit for solvers to 4.18792e+11 for each SCIP **
29.60/29.76	c Original Problem   :
29.60/29.76	c   Problem name     : instance-4465704-1722533544
29.60/29.76	c   Variables        : 17969 (17969 binary, 0 integer, 0 implicit integer, 0 continuous)
29.60/29.76	c   Constraints      : 18273
29.60/29.76	c   Objective sense  : minimize
29.60/29.76	c Presolved Problem  :
29.60/29.76	c   Variables        : 16438 (16438 binary, 0 integer, 0 implicit integer, 0 continuous)
29.60/29.76	c   Constraints      : 16703
29.60/29.76	c Constraints        : Number
29.60/29.76	c   knapsack         : 1 
29.60/29.76	c   setppc           : 2045 
29.60/29.76	c   orbitope         : 1 
29.60/29.76	c   logicor          : 14656 
29.60/29.76	c ** Instance transfer method used: 0
29.70/29.80	c ** ParaScipInstance copy increased the number of variables. **
30.41/30.54	c LC is working with racing ramp-up and with rebuilding tree after racing.
30.41/30.55	c                                Nodes    Active                                            
30.41/30.55	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
406.10/49.52	c        50              2           1        20                -           0.0000          -
505.20/54.58	c        55            222         221        20                -           0.0000          -
612.34/59.90	c        60            462         461        20                -           0.0000          -
717.36/65.25	c        65            798         379        20                -           0.0000          -
824.33/70.64	c        71           1569         954        20                -           0.0000          -
925.42/75.77	c        76           2819         121        20                -           0.0000          -
1026.58/80.85	c        81           3259         561        20                -           0.0000          -
1130.58/86.11	c        86           3928         997        20                -           0.0000          -
1232.66/91.22	c        91           3526        1185        20                -           0.0000          -
1339.80/96.63	c        97           5111        1046        20                -           0.0000          -
1439.04/101.69	c       102           4242         621        20                -           0.0000          -
1540.06/106.77	c       107           6030         481        20                -           0.0000          -
1643.20/111.97	c       112           6611        2136        20                -           0.0000          -
1745.43/117.07	c       117           7237        1199        20                -           0.0000          -
1849.48/122.33	c       122           7987        1082        20                -           0.0000          -
1954.72/127.70	c       128           8135         950        20                -           0.0000          -
2055.95/132.73	c       133           8515         281        20                -           0.0000          -
2159.19/138.01	c       138           9195          61        20                -           0.0000          -
2261.39/143.09	c       143           9335        1101        20                -           0.0000          -
2363.59/148.23	c       148           9895         761        20                -           0.0000          -
2464.78/153.31	c       153          10861        2440        20                -           0.0000          -
2563.77/158.32	c       158          12145        3699        20                -           0.0000          -
2662.89/163.34	c       163          11335        2201        20                -           0.0000          -
2764.01/168.50	c       168          12614        3572        20                -           0.0000          -
2865.02/173.59	c       174          13434        3880        20                -           0.0000          -
2966.19/178.62	c       179          13831        3331        20                -           0.0000          -
3065.38/183.64	c       184          14236         278        20                -           0.0000          -
3168.56/188.85	c       189          15573         190        20                -           0.0000          -
3269.72/193.93	c       194          15944         561        20                -           0.0000          -
3368.93/198.95	c       199          15639        1681        20                -           0.0000          -
3471.19/204.12	c       204          16664        1281        20                -           0.0000          -
3573.15/209.27	c       209          17064        1681        20                -           0.0000          -
3676.21/214.49	c       214          18756        3560        20                -           0.0000          -
3777.29/219.59	c       220          19696        3533        20                -           0.0000          -
3878.38/224.68	c       225          20606        3524        20                -           0.0000          -
3977.49/229.70	c       230          21283        3517        20                -           0.0000          -
4080.62/234.87	c       235          20226        3943        20                -           0.0000          -
4181.72/239.98	c       240          21300        3870        20                -           0.0000          -
4286.82/245.29	c       245          22380         821        20                -           0.0000          -
4393.93/250.65	c       251          23113        3743        20                -           0.0000          -
4495.12/255.76	c       256          23590         135        20                -           0.0000          -
4598.27/260.90	c       261          23936         481        20                -           0.0000          -
4697.46/265.91	c       266          24160        2601        20                -           0.0000          -
4796.54/271.00	c       271          24656        1201        20                -           0.0000          -
4898.65/276.08	c       276          25096        1641        20                -           0.0000          -
5000.51/281.25	c       281          25576        2121        20                -           0.0000          -
5101.60/286.31	c       286          26136        2681        20                -           0.0000          -
5202.58/291.43	c       291          27141        3106        20                -           0.0000          -
5303.62/296.50	c       296          28115        3087        20                -           0.0000          -
5402.74/301.57	c       302          29066        3070        20                -           0.0000          -
5503.85/306.60	c       307          31025        3490        20                -           0.0000          -
5602.98/311.65	c       312          31923        3491        20                -           0.0000          -
5704.10/316.79	c       317          32859        3488        20                -           0.0000          -
5805.21/321.90	c       322          32732        3052        20                -           0.0000          -
5906.37/326.96	c       327          33522        3037        20                -           0.0000          -
6005.55/332.04	c       332          34434        3021        20                -           0.0000          -
6110.65/337.25	c       337          34867         216        20                -           0.0000          -
6211.78/342.31	c       342          35212         561        20                -           0.0000          -
6314.89/347.52	c       348          35532         881        20                -           0.0000          -
6414.02/352.59	c       353          35948        1297        20                -           0.0000          -
6515.16/357.64	c       358          36813        2090        20                -           0.0000          -
6616.24/362.76	c       363          37862        2288        20                -           0.0000          -
6719.34/367.91	c       368          38222        2079        20                -           0.0000          -
6821.35/373.09	c       373          38770        2055        20                -           0.0000          -
6922.27/378.16	c       378          39474        2027        20                -           0.0000          -
7022.33/383.23	c       383          40115        2015        20                -           0.0000          -
7123.36/388.31	c       388          40595        2006        20                -           0.0000          -
7226.33/393.55	c       394          41430        2011        20                -           0.0000          -
7327.38/398.69	c       399          41997        2005        20                -           0.0000          -
7430.13/403.82	c       404          42584        2070        20                -           0.0000          -
7529.20/408.87	c       409          43434        2028        20                -           0.0000          -
7630.09/413.94	c       414          44188        2017        20                -           0.0000          -
7729.23/418.97	c       419          44978        1999        20                -           0.0000          -
7828.26/424.04	c       424          47582        1699        20                -           0.0000          -
7930.53/429.10	c       429          48469        1675        20                -           0.0000          -
8032.40/434.21	c       434          49283        1665        20                -           0.0000          -
8135.48/439.42	c       439          49987        1647        20                -           0.0000          -
8236.41/444.55	c       445          50795        1700        20                -           0.0000          -
8337.54/449.67	c       450          51691        1847        20                -           0.0000          -
8440.58/454.89	c       455          52815        1729        20                -           0.0000          -
8541.69/460.04	c       460          53810        1727        20                -           0.0000          -
8643.69/465.11	c       465          51378        1982        20                -           0.0000          -
8743.02/470.15	c       470          55027         273        20                -           0.0000          -
8845.15/475.29	c       475          52555         134        20                -           0.0000          -
8946.30/480.32	c       480          52837         416        20                -           0.0000          -
9045.50/485.35	c       485          56175        1421        20                -           0.0000          -
9146.65/490.42	c       490          53542        1121        20                -           0.0000          -
9245.80/495.48	c       495          57527        1821        20                -           0.0000          -
9346.93/500.51	c       501          58246        1893        20                -           0.0000          -
9449.99/505.72	c       506          55188        2212        20                -           0.0000          -
9551.08/510.82	c       511          55768        2080        20                -           0.0000          -
9650.16/515.90	c       516          56967        2037        20                -           0.0000          -
9751.17/521.02	c       521          60985        1795        20                -           0.0000          -
9853.19/526.07	c       526          61718        1785        20                -           0.0000          -
9954.17/531.18	c       531          62352        1785        20                -           0.0000          -
10054.26/536.26	c       536          62972        1783        20                -           0.0000          -
10155.37/541.37	c       541          63558        1776        20                -           0.0000          -
10258.48/546.51	c       547          64051        1776        20                -           0.0000          -
10359.58/551.66	c       552          64593        1767        20                -           0.0000          -
10460.47/556.73	c       557          65224        1760        20                -           0.0000          -
10561.60/561.83	c       562          65781        1773        20                -           0.0000          -
10662.69/566.92	c       567          66404        1758        20                -           0.0000          -
10761.80/571.94	c       572          66997        1765        20                -           0.0000          -
10860.93/577.00	c       577          64686        1883        20                -           0.0000          -
10960.08/582.01	c       582          65199        1891        20                -           0.0000          -
11062.21/587.10	c       587          65834        1880        20                -           0.0000          -
11161.48/592.16	c       592          66463        1869        20                -           0.0000          -
11263.35/597.24	c       597          67087        1880        20                -           0.0000          -
11364.45/602.39	c       602          67630        1848        20                -           0.0000          -
11465.43/607.41	c       607          68235        1842        20                -           0.0000          -
11566.26/612.55	c       613          72174        1735        20                -           0.0000          -
11667.25/617.61	c       618          73162        1792        20                -           0.0000          -
11766.39/622.67	c       623          74045        1773        20                -           0.0000          -
11867.49/627.76	c       628          74805        1748        20                -           0.0000          -
11968.48/632.82	c       633          75424        1738        20                -           0.0000          -
12067.63/637.85	c       638          76108        1754        20                -           0.0000          -
12168.61/642.97	c       643          76648        1744        20                -           0.0000          -
12267.74/647.98	c       648          73342        1821        20                -           0.0000          -
12369.86/653.10	c       653          74047        1998        20                -           0.0000          -
12470.95/658.16	c       658          74799        1832        20                -           0.0000          -
12570.60/663.24	c       663          75634        1820        20                -           0.0000          -
12673.69/668.40	c       668          76367        1838        20                -           0.0000          -
12772.84/673.49	c       673          77067        1820        20                -           0.0000          -
12875.95/678.60	c       679          77689        1809        20                -           0.0000          -
12975.07/683.70	c       684          78409        1813        20                -           0.0000          -
13078.17/688.81	c       689          79151        1946        20                -           0.0000          -
13179.28/693.96	c       694          79815        1819        20                -           0.0000          -
13281.25/699.07	c       699          80582        1819        20                -           0.0000          -
13382.40/704.17	c       704          81151        1804        20                -           0.0000          -
13482.42/709.30	c       709          81767        1821        20                -           0.0000          -
13583.52/714.39	c       714          82334        1879        20                -           0.0000          -
13684.68/719.47	c       719          82958        1819        20                -           0.0000          -
13787.79/724.64	c       725          83530        1871        20                -           0.0000          -
13886.95/729.69	c       730          84443        1843        20                -           0.0000          -
13994.89/735.07	c       735          85144        1832        20                -           0.0000          -
14094.18/740.12	c       740          86060        1819        20                -           0.0000          -
14193.38/745.14	c       745          89012         538        20                -           0.0000          -
14295.38/750.24	c       750          87694        1817        20                -           0.0000          -
14396.52/755.36	c       755          88423        1799        20                -           0.0000          -
14497.62/760.43	c       760          89098        1803        20                -           0.0000          -
14596.76/765.48	c       765          90450        1976        20                -           0.0000          -
14697.79/770.59	c       771          90558        1828        20                -           0.0000          -
14798.94/775.67	c       776          91215          61        20                -           0.0000          -
14900.04/780.79	c       781          92412        2328        20                -           0.0000          -
15001.22/785.89	c       786          91855         701        20                -           0.0000          -
15102.27/790.96	c       791          92175        1021        20                -           0.0000          -
15204.24/796.07	c       796          92575        1421        20                -           0.0000          -
15303.38/801.13	c       801          92983        1829        20                -           0.0000          -
15405.62/806.21	c       806          93510        1947        20                -           0.0000          -
15504.73/811.24	c       811          94065        1972        20                -           0.0000          -
15605.85/816.38	c       816          94766        1902        20                -           0.0000          -
15706.85/821.46	c       821          95729        1999        20                -           0.0000          -
15807.99/826.50	c       826          96501        1855        20                -           0.0000          -
15907.16/831.58	c       832          99020        2223        20                -           0.0000          -
16008.26/836.67	c       837          99706        2220        20                -           0.0000          -
16109.37/841.74	c       842         100040        1804        20                -           0.0000          -
16210.49/846.82	c       847         101142        1815        20                -           0.0000          -
16311.63/851.91	c       852         102441        1807        20                -           0.0000          -
16410.77/856.95	c       857         103640        1815        20                -           0.0000          -
16509.87/862.04	c       862         105029        1797        20                -           0.0000          -
16612.10/867.09	c       867         106310        1931        20                -           0.0000          -
16712.96/872.19	c       872         107948        1802        20                -           0.0000          -
16813.17/877.25	c       877         108964        1792        20                -           0.0000          -
16914.23/882.33	c       882         110221        1821        20                -           0.0000          -
17013.33/887.39	c       887         106639        2203        20                -           0.0000          -
17114.48/892.44	c       892         107362        2202        20                -           0.0000          -
17215.59/897.59	c       898         114564        2036        20                -           0.0000          -
17316.90/902.69	c       903         115670        1798        20                -           0.0000          -
17417.82/907.79	c       908         116960        1800        20                -           0.0000          -
17518.93/912.86	c       913         118254        1797        20                -           0.0000          -
17620.04/917.94	c       918         119516        1817        20                -           0.0000          -
17722.20/923.09	c       923         120592        1795        20                -           0.0000          -
17823.37/928.21	c       928         121740        1790        20                -           0.0000          -
17922.51/933.25	c       933         122750        1801        20                -           0.0000          -
18023.64/938.31	c       938         124102        1791        20                -           0.0000          -
18124.73/943.41	c       943         125087        1793        20                -           0.0000          -
18225.85/948.52	c       949         126123        1791        20                -           0.0000          -
18324.92/953.59	c       954         127122        1786        20                -           0.0000          -
18425.96/958.68	c       959         127980        1783        20                -           0.0000          -
18527.05/963.77	c       964         128934        1779        20                -           0.0000          -
18628.19/968.84	c       969         129813        1786        20                -           0.0000          -
18729.20/973.99	c       974         130521        1801        20                -           0.0000          -
18833.13/979.19	c       979         131210        1782        20                -           0.0000          -
18933.12/984.24	c       984         131947        1779        20                -           0.0000          -
19034.19/989.34	c       989         132886        1796        20                -           0.0000          -
19133.22/994.39	c       994         133533        1790        20                -           0.0000          -
19236.22/999.50	c      1000         134612        1798        20                -           0.0000          -
19336.40/1004.60	c      1005         135583        1784        20                -           0.0000          -
19437.57/1009.70	c      1010         136570        1790        20                -           0.0000          -
19536.71/1014.79	c      1015         137381        1793        20                -           0.0000          -
19637.78/1019.87	c      1020         138364        1783        20                -           0.0000          -
19738.62/1025.03	c      1025         139309        1795        20                -           0.0000          -
19842.53/1030.17	c      1030         140548        1784        20                -           0.0000          -
19942.69/1035.25	c      1035         141597        1794        20                -           0.0000          -
20042.96/1040.39	c      1040         142724        1772        20                -           0.0000          -
20144.02/1045.44	c      1045         143603        1789        20                -           0.0000          -
20244.95/1050.59	c      1051         144654        1787        20                -           0.0000          -
20346.07/1055.66	c      1056         145742        1782        20                -           0.0000          -
20446.99/1060.74	c      1061         146760        1775        20                -           0.0000          -
20550.01/1065.93	c      1066         147570        1781        20                -           0.0000          -
20649.14/1070.97	c      1071         149579        1794        20                -           0.0000          -
20751.07/1076.08	c      1076         150674        1776        20                -           0.0000          -
20852.38/1081.17	c      1081              2           1        20                -           0.0000          -
20952.44/1086.24	c      1086              2           1        20                -           0.0000          -
21051.56/1091.29	c      1091              2           1        20                -           0.0000          -
21152.70/1096.35	c      1096              2           1        20                -           0.0000          -
21253.81/1101.42	c      1101              4           3        20                -           0.0000          -
21353.02/1106.48	c      1106              5           4        20                -           0.0000          -
21453.22/1111.55	c      1112              5           4        20                -           0.0000          -
21554.33/1116.62	c      1117              5           4        20                -           0.0000          -
21653.45/1121.64	c      1122              5           4        20                -           0.0000          -
21752.55/1126.69	c      1127              5           4        20                -           0.0000          -
21853.57/1131.77	c      1132              5           4        20                -           0.0000          -
21954.60/1136.86	c      1137              5           4        20                -           0.0000          -
22055.72/1141.96	c      1142              6           5        20                -           0.0000          -
22154.85/1147.01	c      1147              7           6        20                -           0.0000          -
22257.25/1152.11	c      1152              7           6        20                -           0.0000          -
22361.07/1157.30	c      1157              7           6        20                -           0.0000          -
22460.20/1162.39	c      1162              7           6        20                -           0.0000          -
22561.32/1167.42	c      1167              7           6        20                -           0.0000          -
22664.37/1172.68	c      1173              7           6        20                -           0.0000          -
22769.24/1177.90	c      1178              7           6        20                -           0.0000          -
22868.19/1182.98	c      1183              7           6        20                -           0.0000          -
22967.23/1188.04	c      1188              7           6        20                -           0.0000          -
23071.44/1193.18	c      1193              7           6        20                -           0.0000          -
23172.42/1198.32	c      1198              7           6        20                -           0.0000          -
23271.46/1203.39	c      1203              7           6        20                -           0.0000          -
23374.51/1208.54	c      1209              7           6        20                -           0.0000          -
23475.56/1213.63	c      1214              7           6        20                -           0.0000          -
23576.50/1218.74	c      1219              7           6        20                -           0.0000          -
23677.54/1223.85	c      1224              7           6        20                -           0.0000          -
23778.41/1228.97	c      1229              7           6        20                -           0.0000          -
23877.47/1234.02	c      1234              7           6        20                -           0.0000          -
23979.58/1239.09	c      1239              7           6        20                -           0.0000          -
24078.67/1244.12	c      1244              7           6        20                -           0.0000          -
24182.69/1249.30	c      1249              7           6        20                -           0.0000          -
24283.85/1254.47	c      1254              7           6        20                -           0.0000          -
24385.01/1259.53	c      1260              7           6        20                -           0.0000          -
24485.99/1264.63	c      1265              7           6        20                -           0.0000          -
24585.04/1269.69	c      1270              7           6        20                -           0.0000          -
24686.10/1274.78	c      1275              7           6        20                -           0.0000          -
24787.20/1279.88	c      1280              7           6        20                -           0.0000          -
24888.41/1284.95	c      1285              7           6        20                -           0.0000          -
24990.38/1290.08	c      1290              7           6        20                -           0.0000          -
25091.39/1295.15	c      1295              7           6        20                -           0.0000          -
25191.29/1300.25	c      1300              7           6        20                -           0.0000          -
25292.40/1305.35	c      1305              7           6        20                -           0.0000          -
25391.51/1310.40	c      1310              7           6        20                -           0.0000          -
25492.60/1315.46	c      1315              7           6        20                -           0.0000          -
25593.72/1320.54	c      1321              7           6        20                -           0.0000          -
25692.85/1325.55	c      1326              7           6        20                -           0.0000          -
25793.98/1330.65	c      1331              7           6        20                -           0.0000          -
25895.07/1335.74	c      1336              7           6        20                -           0.0000          -
25996.22/1340.82	c      1341              7           6        20                -           0.0000          -
26097.30/1345.91	c      1346              7           6        20                -           0.0000          -
26199.12/1351.11	c      1351              7           6        20                -           0.0000          -
26300.46/1356.19	c      1356              7           6        20                -           0.0000          -
26401.48/1361.32	c      1361              7           6        20                -           0.0000          -
26502.58/1366.40	c      1366              7           6        20                -           0.0000          -
26601.41/1371.47	c      1371              7           6        20                -           0.0000          -
26702.51/1376.52	c      1377              7           6        20                -           0.0000          -
26801.62/1381.57	c      1382              7           6        20                -           0.0000          -
26902.61/1386.67	c      1387              7           6        20                -           0.0000          -
27003.71/1391.74	c      1392              7           6        20                -           0.0000          -
27104.82/1396.83	c      1397              7           6        20                -           0.0000          -
27203.97/1401.88	c      1402              7           6        20                -           0.0000          -
27305.12/1407.02	c      1407              7           6        20                -           0.0000          -
27407.07/1412.13	c      1412              7           6        20                -           0.0000          -
27509.31/1417.22	c      1417              7           6        20                -           0.0000          -
27608.44/1422.29	c      1422              7           6        20                -           0.0000          -
27709.58/1427.40	c      1427             10           9        20                -           0.0000          -
27810.50/1432.45	c      1432              6           5        20                -           0.0000          -
27911.60/1437.60	c      1438              9           8        20                -           0.0000          -
28014.55/1442.71	c      1443              9           8        20                -           0.0000          -
28115.55/1447.84	c      1448              9           8        20                -           0.0000          -
28216.54/1452.97	c      1453              9           8        20                -           0.0000          -
28315.66/1458.03	c      1458              9           8        20                -           0.0000          -
28417.63/1463.11	c      1463              9           8        20                -           0.0000          -
28519.03/1468.18	c      1468              9           8        20                -           0.0000          -
28619.06/1473.26	c      1473              9           8        20                -           0.0000          -
28719.97/1478.32	c      1478              9           8        20                -           0.0000          -
28820.88/1483.44	c      1483              9           8        20                -           0.0000          -
28921.83/1488.51	c      1489              9           8        20                -           0.0000          -
29022.93/1493.61	c      1494              9           8        20                -           0.0000          -
29122.06/1498.69	c      1499              9           8        20                -           0.0000          -
29223.17/1503.76	c      1504              9           8        20                -           0.0000          -
29324.28/1508.84	c      1509              9           8        20                -           0.0000          -
29425.43/1513.91	c      1514              9           8        20                -           0.0000          -
29524.50/1518.97	c      1519              9           8        20                -           0.0000          -
29629.51/1524.23	c      1524              9           8        20                -           0.0000          -
29730.60/1529.31	c      1529              9           8        20                -           0.0000          -
29831.72/1534.41	c      1534              9           8        20                -           0.0000          -
29930.85/1539.48	c      1539              9           8        20                -           0.0000          -
30031.96/1544.56	c      1545              9           8        20                -           0.0000          -
30132.92/1549.65	c      1550              9           8        20                -           0.0000          -
30232.03/1554.70	c      1555              9           8        20                -           0.0000          -
30334.94/1559.80	c      1560              9           8        20                -           0.0000          -
30432.95/1564.85	c      1565              9           8        20                -           0.0000          -
30534.05/1569.95	c      1570              9           8        20                -           0.0000          -
30633.18/1575.03	c      1575              9           8        20                -           0.0000          -
30735.36/1580.10	c      1580              9           8        20                -           0.0000          -
30836.54/1585.17	c      1585              9           8        20                -           0.0000          -
30936.48/1590.23	c      1590              9           8        20                -           0.0000          -
31037.62/1595.34	c      1595              9           8        20                -           0.0000          -
31138.75/1600.50	c      1600              9           8        20                -           0.0000          -
31241.87/1605.60	c      1606              9           8        20                -           0.0000          -
31343.00/1610.73	c      1611              9           8        20                -           0.0000          -
31442.12/1615.78	c      1616              9           8        20                -           0.0000          -
31543.24/1620.89	c      1621              9           8        20                -           0.0000          -
31644.29/1625.94	c      1626              9           8        20                -           0.0000          -
31746.25/1631.04	c      1631              9           8        20                -           0.0000          -
31845.53/1636.13	c      1636              9           8        20                -           0.0000          -
31947.52/1641.26	c      1641              9           8        20                -           0.0000          -
32048.63/1646.34	c      1646              9           8        20                -           0.0000          -
32149.79/1651.47	c      1651              9           8        20                -           0.0000          -
32250.86/1656.53	c      1657              9           8        20                -           0.0000          -
32351.95/1661.63	c      1662              9           8        20                -           0.0000          -
32453.07/1666.76	c      1667              9           8        20                -           0.0000          -
32554.19/1671.86	c      1672              9           8        20                -           0.0000          -
32655.27/1676.94	c      1677              9           8        20                -           0.0000          -
32757.35/1682.06	c      1682              9           8        20                -           0.0000          -
32856.30/1687.13	c      1687              9           8        20                -           0.0000          -
32962.55/1692.40	c      1692              9           8        20                -           0.0000          -
33061.66/1697.49	c      1697              9           8        20                -           0.0000          -
33162.78/1702.56	c      1703              9           8        20                -           0.0000          -
33263.91/1707.65	c      1708              9           8        20                -           0.0000          -
33365.03/1712.79	c      1713              9           8        20                -           0.0000          -
33468.16/1717.90	c      1718              9           8        20                -           0.0000          -
33569.98/1723.07	c      1723              9           8        20                -           0.0000          -
33671.10/1728.19	c      1728              9           8        20                -           0.0000          -
33771.27/1733.26	c      1733              9           8        20                -           0.0000          -
33872.40/1738.40	c      1738              9           8        20                -           0.0000          -
33973.51/1743.50	c      1744              9           8        20                -           0.0000          -
34074.62/1748.58	c      1749              9           8        20                -           0.0000          -
34177.72/1753.78	c      1754              9           8        20                -           0.0000          -
34278.68/1758.86	c      1759              9           8        20                -           0.0000          -
34379.69/1763.94	c      1764              9           8        20                -           0.0000          -
34481.88/1769.07	c      1769              9           8        20                -           0.0000          -
34582.99/1774.16	c      1774              9           8        20                -           0.0000          -
34682.94/1779.29	c      1779              9           8        20                -           0.0000          -
34784.09/1784.36	c      1784              9           8        20                -           0.0000          -
34883.07/1789.40	c      1789              9           8        20                -           0.0000          -
34986.18/1794.50	c      1794              9           8        20                -           0.0000          -
35087.22/1799.62	c      1800              9           8        20                -           0.0000          -
35186.34/1804.67	c      1805              9           8        20                -           0.0000          -
35289.44/1809.84	c      1810              9           8        20                -           0.0000          -
35388.57/1814.90	c      1815              9           8        20                -           0.0000          -
35489.69/1819.95	c      1820              9           8        20                -           0.0000          -
35588.84/1825.01	c      1825              9           8        20                -           0.0000          -
35691.00/1830.08	c      1830              9           8        20                -           0.0000          -
35793.05/1835.25	c      1835              9           8        20                -           0.0000          -
35894.17/1840.40	c      1840              9           8        20                -           0.0000          -
35995.24/1845.47	c      1845              9           8        20                -           0.0000          -
36096.38/1850.55	c      1851              9           8        20                -           0.0000          -
36197.52/1855.61	c      1856              9           8        20                -           0.0000          -
36296.64/1860.68	c      1861              9           8        20                -           0.0000          -
36397.90/1865.79	c      1866              9           8        20                -           0.0000          -
36498.87/1870.86	c      1871              9           8        20                -           0.0000          -
36600.04/1875.98	c      1876              9           8        20                -           0.0000          -
36699.13/1881.05	c      1881              9           8        20                -           0.0000          -
36801.13/1886.11	c      1886              9           8        20                -           0.0000          -
36902.11/1891.19	c      1891              9           8        20                -           0.0000          -
37002.22/1896.28	c      1896              9           8        20                -           0.0000          -
37103.34/1901.33	c      1901              9           8        20                -           0.0000          -
37202.47/1906.39	c      1906              9           8        20                -           0.0000          -
37303.59/1911.44	c      1911              9           8        20                -           0.0000          -
37402.71/1916.49	c      1916              9           8        20                -           0.0000          -
37503.84/1921.56	c      1922              9           8        20                -           0.0000          -
37604.85/1926.63	c      1927              9           8        20                -           0.0000          -
37705.94/1931.78	c      1932              9           8        20                -           0.0000          -
37807.03/1936.86	c      1937              9           8        20                -           0.0000          -
37908.14/1941.93	c      1942              9           8        20                -           0.0000          -
38007.23/1947.04	c      1947              9           8        20                -           0.0000          -
38109.37/1952.15	c      1952              9           8        20                -           0.0000          -
38211.46/1957.21	c      1957              9           8        20                -           0.0000          -
38312.59/1962.38	c      1962              9           8        20                -           0.0000          -
38413.73/1967.45	c      1967              4           3        20                -           0.0000          -
38514.86/1972.51	c      1973              4           3        20                -           0.0000          -
38613.99/1977.57	c      1978              4           3        20                -           0.0000          -
38715.12/1982.63	c      1983              4           3        20                -           0.0000          -
38814.15/1987.68	c      1988              4           3        20                -           0.0000          -
38915.25/1992.76	c      1993              4           3        20                -           0.0000          -
39016.38/1997.85	c      1998              4           3        20                -           0.0000          -
39117.51/2002.99	c      2003              4           3        20                -           0.0000          -
39216.64/2008.05	c      2008              4           3        20                -           0.0000          -
39318.59/2013.12	c      2013              4           3        20                -           0.0000          -
39419.81/2018.19	c      2018              4           3        20                -           0.0000          -
39519.93/2023.26	c      2023              4           3        20                -           0.0000          -
39622.97/2028.40	c      2028              4           3        20                -           0.0000          -
39725.96/2033.61	c      2034              4           3        20                -           0.0000          -
39829.03/2038.88	c      2039              4           3        20                -           0.0000          -
39929.89/2043.98	c      2044              4           3        20                -           0.0000          -
40028.99/2049.05	c      2049              4           3        20                -           0.0000          -
40131.15/2054.13	c      2054              4           3        20                -           0.0000          -
40232.35/2059.19	c      2059              4           3        20                -           0.0000          -
40332.01/2064.21	c      2064              4           3        20                -           0.0000          -
40431.13/2069.24	c      2069              4           3        20                -           0.0000          -
40532.16/2074.33	c      2074              4           3        20                -           0.0000          -
40631.10/2079.38	c      2079              4           3        20                -           0.0000          -
40734.20/2084.55	c      2085              4           3        20                -           0.0000          -
40835.35/2089.62	c      2090              4           3        20                -           0.0000          -
40936.47/2094.72	c      2095              4           3        20                -           0.0000          -
41035.60/2099.79	c      2100              4           3        20                -           0.0000          -
41138.70/2104.91	c      2105              4           3        20                -           0.0000          -
41237.85/2109.99	c      2110              4           3        20                -           0.0000          -
41339.82/2115.05	c      2115              4           3        20                -           0.0000          -
41441.27/2120.18	c      2120              4           3        20                -           0.0000          -
41541.17/2125.29	c      2125              4           3        20                -           0.0000          -
41642.30/2130.36	c      2130              4           3        20                -           0.0000          -
41743.40/2135.46	c      2135              4           3        20                -           0.0000          -
41844.54/2140.56	c      2141              4           3        20                -           0.0000          -
41945.68/2145.67	c      2146              4           3        20                -           0.0000          -
42048.72/2150.87	c      2151              4           3        20                -           0.0000          -
42149.58/2155.97	c      2156              4           3        20                -           0.0000          -
42251.82/2161.06	c      2161              4           3        20                -           0.0000          -
42350.96/2166.14	c      2166              4           3        20                -           0.0000          -
42452.97/2171.22	c      2171              4           3        20                -           0.0000          -
42554.12/2176.37	c      2176              4           3        20                -           0.0000          -
42655.30/2181.44	c      2181              4           3        20                -           0.0000          -
42756.23/2186.51	c      2187              4           3        20                -           0.0000          -
42855.34/2191.59	c      2192              4           3        20                -           0.0000          -
42956.42/2196.68	c      2197              4           3        20                -           0.0000          -
43057.56/2201.75	c      2202              4           3        20                -           0.0000          -
43158.67/2206.81	c      2207              4           3        20                -           0.0000          -
43257.62/2211.90	c      2212              4           3        20                -           0.0000          -
43358.66/2216.97	c      2217              4           3        20                -           0.0000          -
43460.71/2222.07	c      2222              4           3        20                -           0.0000          -
43561.65/2227.15	c      2227              4           3        20                -           0.0000          -
43661.82/2232.20	c      2232              4           3        20                -           0.0000          -
43760.96/2237.30	c      2237              4           3        20                -           0.0000          -
43861.92/2242.37	c      2242              4           3        20                -           0.0000          -
43963.06/2247.46	c      2247              4           3        20                -           0.0000          -
44064.15/2252.53	c      2253              4           3        20                -           0.0000          -
44163.30/2257.55	c      2258              4           3        20                -           0.0000          -
44262.43/2262.58	c      2263              4           3        20                -           0.0000          -
44363.56/2267.64	c      2268              4           3        20                -           0.0000          -
44462.66/2272.69	c      2273              4           3        20                -           0.0000          -
44565.73/2277.84	c      2278              4           3        20                -           0.0000          -
44666.80/2282.94	c      2283              4           3        20                -           0.0000          -
44765.92/2288.01	c      2288              4           3        20                -           0.0000          -
44865.06/2293.05	c      2293              4           3        20                -           0.0000          -
44966.91/2298.11	c      2298              4           3        20                -           0.0000          -
45068.16/2303.16	c      2303              4           3        20                -           0.0000          -
45168.18/2308.22	c      2308              4           3        20                -           0.0000          -
45267.26/2313.29	c      2313              4           3        20                -           0.0000          -
45368.36/2318.35	c      2318              4           3        20                -           0.0000          -
45469.39/2323.44	c      2323              4           3        20                -           0.0000          -
45570.47/2328.52	c      2329              4           3        20                -           0.0000          -
45669.57/2333.58	c      2334              4           3        20                -           0.0000          -
45770.64/2338.65	c      2339              4           3        20                -           0.0000          -
45871.72/2343.76	c      2344              4           3        20                -           0.0000          -
45972.68/2348.86	c      2349              4           3        20                -           0.0000          -
46073.81/2353.93	c      2354              4           3        20                -           0.0000          -
46176.00/2359.11	c      2359              4           3        20                -           0.0000          -
46279.82/2364.33	c      2364              4           3        20                -           0.0000          -
46380.92/2369.46	c      2369              4           3        20                -           0.0000          -
46482.01/2374.55	c      2375              4           3        20                -           0.0000          -
46583.11/2379.64	c      2380              4           3        20                -           0.0000          -
46684.21/2384.70	c      2385              4           3        20                -           0.0000          -
46783.24/2389.76	c      2390              4           3        20                -           0.0000          -
46884.32/2394.87	c      2395              4           3        20                -           0.0000          -
46985.45/2400.00	c      2400              4           3        20                -           0.0000          -
47087.54/2405.10	c      2405              4           3        20                -           0.0000          -
47188.46/2410.19	c      2410              4           3        20                -           0.0000          -
47288.74/2415.28	c      2415              4           3        20                -           0.0000          -
47389.58/2420.36	c      2420              4           3        20                -           0.0000          -
47490.65/2425.40	c      2425              4           3        20                -           0.0000          -
47593.79/2430.61	c      2431              4           3        20                -           0.0000          -
47692.98/2435.66	c      2436              4           3        20                -           0.0000          -
47794.13/2440.74	c      2441              4           3        20                -           0.0000          -
47895.28/2445.86	c      2446             17          16        20                -           0.0000          -
47996.44/2450.96	c      2451             17          16        20                -           0.0000          -
48095.61/2456.02	c      2456             17          16        20                -           0.0000          -
48197.82/2461.14	c      2461             17          16        20                -           0.0000          -
48299.87/2466.24	c      2466             17          16        20                -           0.0000          -
48400.98/2471.34	c      2471             17          16        20                -           0.0000          -
48502.02/2476.41	c      2476             17          16        20                -           0.0000          -
48603.12/2481.55	c      2482             17          16        20                -           0.0000          -
48704.22/2486.64	c      2487             17          16        20                -           0.0000          -
48803.32/2491.69	c      2492             17          16        20                -           0.0000          -
48904.41/2496.76	c      2497             17          16        20                -           0.0000          -
49005.52/2501.89	c      2502             17          16        20                -           0.0000          -
49106.65/2506.96	c      2507             17          16        20                -           0.0000          -
49208.59/2512.08	c      2512             17          16        20                -           0.0000          -
49310.01/2517.17	c      2517             17          16        20                -           0.0000          -
49409.98/2522.26	c      2522             17          16        20                -           0.0000          -
49511.05/2527.38	c      2527             17          16        20                -           0.0000          -
49612.13/2532.43	c      2532             17          16        20                -           0.0000          -
49713.17/2537.58	c      2538             17          16        20                -           0.0000          -
49814.17/2542.64	c      2543             17          16        20                -           0.0000          -
49915.30/2547.71	c      2548             17          16        20                -           0.0000          -
50016.38/2552.84	c      2553             17          16        20                -           0.0000          -
50117.48/2557.93	c      2558             17          16        20                -           0.0000          -
50216.62/2563.00	c      2563             17          16        20                -           0.0000          -
50318.54/2568.06	c      2568             17          16        20                -           0.0000          -
50419.86/2573.17	c      2573             17          16        20                -           0.0000          -
50519.86/2578.25	c      2578             17          16        20                -           0.0000          -
50620.89/2583.34	c      2583             17          16        20                -           0.0000          -
50722.03/2588.42	c      2588             17          16        20                -           0.0000          -
50821.24/2593.48	c      2593             17          16        20                -           0.0000          -
50922.22/2598.50	c      2598             17          16        20                -           0.0000          -
51021.18/2603.56	c      2604             17          16        20                -           0.0000          -
51122.26/2608.61	c      2609             17          16        20                -           0.0000          -
51223.25/2613.71	c      2614             17          16        20                -           0.0000          -
51324.34/2618.82	c      2619             17          16        20                -           0.0000          -
51425.43/2623.90	c      2624             17          16        20                -           0.0000          -
51524.57/2629.04	c      2629             17          16        20                -           0.0000          -
51626.53/2634.10	c      2634             17          16        20                -           0.0000          -
51727.60/2639.18	c      2639             17          16        20                -           0.0000          -
51827.82/2644.28	c      2644             17          16        20                -           0.0000          -
51930.92/2649.41	c      2649             17          16        20                -           0.0000          -
52031.97/2654.52	c      2655             17          16        20                -           0.0000          -
52133.08/2659.60	c      2660             17          16        20                -           0.0000          -
52232.21/2664.66	c      2665             17          16        20                -           0.0000          -
52335.29/2669.81	c      2670             17          16        20                -           0.0000          -
52434.33/2674.88	c      2675             17          16        20                -           0.0000          -
52535.43/2679.93	c      2680             17          16        20                -           0.0000          -
52634.55/2685.04	c      2685             17          16        20                -           0.0000          -
52736.61/2690.10	c      2690             17          16        20                -           0.0000          -
52838.03/2695.18	c      2695             17          16        20                -           0.0000          -
52936.91/2700.19	c      2700             17          16        20                -           0.0000          -
53038.81/2705.32	c      2705             17          16        20                -           0.0000          -
53139.92/2710.42	c      2710             19          20        20                -           0.0000          -
53239.05/2715.48	c      2715             19          20        20                -           0.0000          -
53340.21/2720.55	c      2721             19          20        20                -           0.0000          -
53441.29/2725.61	c      2726             19          20        20                -           0.0000          -
53540.39/2730.69	c      2731             19          20        20                -           0.0000          -
53641.50/2735.73	c      2736             19          20        20                -           0.0000          -
53740.64/2740.75	c      2741             19          20        20                -           0.0000          -
53841.77/2745.83	c      2746             19          20        20                -           0.0000          -
53942.89/2750.99	c      2751             19          20        20                -           0.0000          -
54044.76/2756.11	c      2756             19          20        20                -           0.0000          -
54146.17/2761.19	c      2761             19          20        20                -           0.0000          -
54248.02/2766.32	c      2766             19          20        20                -           0.0000          -
54347.13/2771.39	c      2771             19          20        20                -           0.0000          -
54448.23/2776.49	c      2776             19          20        20                -           0.0000          -
54549.32/2781.56	c      2782             19          20        20                -           0.0000          -
54652.34/2786.71	c      2787             19          20        20                -           0.0000          -
54751.44/2791.76	c      2792             19          20        20                -           0.0000          -
54852.55/2796.85	c      2797             19          20        20                -           0.0000          -
54953.67/2801.96	c      2802             19          20        20                -           0.0000          -
55052.78/2807.05	c      2807             19          20        20                -           0.0000          -
55154.87/2812.09	c      2812             19          20        20                -           0.0000          -
55254.01/2817.16	c      2817             19          20        20                -           0.0000          -
55355.99/2822.24	c      2822             19          20        20                -           0.0000          -
55457.06/2827.37	c      2827             19          20        20                -           0.0000          -
55558.01/2832.48	c      2832             19          20        20                -           0.0000          -
55659.05/2837.57	c      2838             19          20        20                -           0.0000          -
55760.12/2842.64	c      2843             19          20        20                -           0.0000          -
55861.17/2847.71	c      2848             19          20        20                -           0.0000          -
55962.20/2852.83	c      2853             19          20        20                -           0.0000          -
56063.13/2857.94	c      2858             19          20        20                -           0.0000          -
56162.23/2863.03	c      2863             19          20        20                -           0.0000          -
56264.35/2868.14	c      2868             19          20        20                -           0.0000          -
56366.25/2873.25	c      2873             19          20        20                -           0.0000          -
56467.26/2878.37	c      2878             19          20        20                -           0.0000          -
56570.26/2883.52	c      2884             19          20        20                -           0.0000          -
56671.28/2888.62	c      2889             19          20        20                -           0.0000          -
56770.32/2893.69	c      2894             19          20        20                -           0.0000          -
56871.33/2898.76	c      2899             19          20        20                -           0.0000          -
56972.35/2903.88	c      2904             19          20        20                -           0.0000          -
57073.40/2908.95	c      2909             19          20        20                -           0.0000          -
57172.45/2914.05	c      2914             19          20        20                -           0.0000          -
57276.78/2919.17	c      2919             19          20        20                -           0.0000          -
57376.46/2924.28	c      2924             19          20        20                -           0.0000          -
57477.51/2929.38	c      2929             19          20        20                -           0.0000          -
57578.54/2934.46	c      2934             19          20        20                -           0.0000          -
57679.55/2939.53	c      2940             19          20        20                -           0.0000          -
57778.55/2944.59	c      2945             19          20        20                -           0.0000          -
57881.56/2949.73	c      2950             19          20        20                -           0.0000          -
57980.59/2954.78	c      2955             19          20        20                -           0.0000          -
58081.62/2959.87	c      2960             19          20        20                -           0.0000          -
58182.63/2964.98	c      2965             19          20        20                -           0.0000          -
58281.64/2970.03	c      2970             19          20        20                -           0.0000          -
58385.75/2975.16	c      2975             19          20        20                -           0.0000          -
58485.66/2980.22	c      2980             19          20        20                -           0.0000          -
58586.70/2985.30	c      2985             19          20        20                -           0.0000          -
58687.71/2990.41	c      2990             19          20        20                -           0.0000          -
58788.76/2995.54	c      2996             19          20        20                -           0.0000          -
58889.78/3000.61	c      3001             19          20        20                -           0.0000          -
58988.85/3005.67	c      3006             19          20        20                -           0.0000          -
59089.91/3010.77	c      3011             19          20        20                -           0.0000          -
59191.03/3015.87	c      3016             19          20        20                -           0.0000          -
59292.12/3020.94	c      3021             19          20        20                -           0.0000          -
59394.21/3026.06	c      3026             19          20        20                -           0.0000          -
59493.24/3031.12	c      3031             19          20        20                -           0.0000          -
59594.36/3036.18	c      3036             19          20        20                -           0.0000          -
59694.39/3041.26	c      3041             19          20        20                -           0.0000          -
59797.45/3046.41	c      3046             19          20        20                -           0.0000          -
59896.56/3051.47	c      3051             19          20        20                -           0.0000          -
59997.66/3056.58	c      3057             19          20        20                -           0.0000          -
60098.70/3061.63	c      3062             19          20        20                -           0.0000          -
60199.79/3066.71	c      3067             19          20        20                -           0.0000          -
60298.83/3071.78	c      3072             19          20        20                -           0.0000          -
60399.92/3076.85	c      3077             19          20        20                -           0.0000          -
60501.01/3082.02	c      3082             19          20        20                -           0.0000          -
60603.07/3087.08	c      3087             19          20        20                -           0.0000          -
60702.11/3092.14	c      3092             19          20        20                -           0.0000          -
60804.31/3097.23	c      3097             19          20        20                -           0.0000          -
60903.45/3102.28	c      3102             19          20        20                -           0.0000          -
61004.59/3107.34	c      3107             19          20        20                -           0.0000          -
61105.72/3112.45	c      3112             19          20        20                -           0.0000          -
61206.69/3117.57	c      3118             19          20        20                -           0.0000          -
61307.74/3122.63	c      3123             19          20        20                -           0.0000          -
61408.84/3127.72	c      3128             19          20        20                -           0.0000          -
61509.94/3132.83	c      3133             19          20        20                -           0.0000          -
61609.07/3137.88	c      3138             19          20        20                -           0.0000          -
61710.16/3142.96	c      3143             19          20        20                -           0.0000          -
61811.91/3148.06	c      3148             19          20        20                -           0.0000          -
61913.13/3153.20	c      3153             19          20        20                -           0.0000          -
62013.19/3158.26	c      3158             19          20        20                -           0.0000          -
62114.26/3163.33	c      3163             19          20        20                -           0.0000          -
62213.25/3168.39	c      3168             19          20        20                -           0.0000          -
62314.06/3173.47	c      3173             19          20        20                -           0.0000          -
62415.10/3178.56	c      3179             19          20        20                -           0.0000          -
62516.21/3183.62	c      3184             19          20        20                -           0.0000          -
62617.27/3188.75	c      3189             19          20        20                -           0.0000          -
62718.39/3193.83	c      3194             19          20        20                -           0.0000          -
62819.49/3198.92	c      3199             19          20        20                -           0.0000          -
62918.58/3204.04	c      3204             19          20        20                -           0.0000          -
63020.79/3209.11	c      3209             19          20        20                -           0.0000          -
63121.92/3214.17	c      3214             19          20        20                -           0.0000          -
63223.83/3219.30	c      3219             19          20        20                -           0.0000          -
63322.95/3224.36	c      3224             19          20        20                -           0.0000          -
63424.05/3229.44	c      3229             19          20        20                -           0.0000          -
63525.13/3234.53	c      3235             19          20        20                -           0.0000          -
63626.22/3239.61	c      3240             19          20        20                -           0.0000          -
63725.29/3244.66	c      3245             19          20        20                -           0.0000          -
63828.38/3249.85	c      3250             19          20        20                -           0.0000          -
63929.47/3254.95	c      3255             19          20        20                -           0.0000          -
64031.38/3260.12	c      3260             19          20        20                -           0.0000          -
64132.70/3265.17	c      3265             19          20        20                -           0.0000          -
64232.67/3270.30	c      3270             19          20        20                -           0.0000          -
64335.68/3275.40	c      3275             19          20        20                -           0.0000          -
64434.79/3280.45	c      3280             19          20        20                -           0.0000          -
64535.91/3285.51	c      3286             19          20        20                -           0.0000          -
64634.96/3290.57	c      3291             19          20        20                -           0.0000          -
64736.09/3295.66	c      3296             19          20        20                -           0.0000          -
64837.15/3300.70	c      3301             19          20        20                -           0.0000          -
64938.26/3305.80	c      3306             19          20        20                -           0.0000          -
65039.32/3310.92	c      3311             19          20        20                -           0.0000          -
65138.44/3316.03	c      3316             19          20        20                -           0.0000          -
65240.62/3321.11	c      3321             19          20        20                -           0.0000          -
65342.39/3326.20	c      3326             19          20        20                -           0.0000          -
65441.49/3331.25	c      3331             19          20        20                -           0.0000          -
65542.60/3336.37	c      3336             19          20        20                -           0.0000          -
65643.71/3341.42	c      3341             19          20        20                -           0.0000          -
65742.75/3346.49	c      3346             19          20        20                -           0.0000          -
65843.88/3351.54	c      3352             19          20        20                -           0.0000          -
65944.86/3356.62	c      3357             19          20        20                -           0.0000          -
66043.91/3361.65	c      3362             19          20        20                -           0.0000          -
66145.01/3366.70	c      3367             19          20        20                -           0.0000          -
66244.08/3371.76	c      3372             19          20        20                -           0.0000          -
66345.11/3376.85	c      3377             19          20        20                -           0.0000          -
66444.23/3381.90	c      3382             19          20        20                -           0.0000          -
66545.32/3386.98	c      3387             19          20        20                -           0.0000          -
66647.43/3392.08	c      3392             19          20        20                -           0.0000          -
66748.46/3397.16	c      3397             19          20        20                -           0.0000          -
66848.55/3402.21	c      3402             19          20        20                -           0.0000          -
66949.66/3407.33	c      3407             19          20        20                -           0.0000          -
67050.76/3412.42	c      3412             19          20        20                -           0.0000          -
67149.86/3417.47	c      3417             19          20        20                -           0.0000          -
67250.84/3422.56	c      3423             19          20        20                -           0.0000          -
67351.93/3427.62	c      3428             19          20        20                -           0.0000          -
67452.95/3432.70	c      3433             19          20        20                -           0.0000          -
67554.05/3437.86	c      3438             19          20        20                -           0.0000          -
67655.05/3442.93	c      3443             19          20        20                -           0.0000          -
67754.05/3448.04	c      3448             19          20        20                -           0.0000          -
67856.18/3453.08	c      3453             19          20        20                -           0.0000          -
67957.16/3458.19	c      3458             19          20        20                -           0.0000          -
68059.35/3463.30	c      3463             19          20        20                -           0.0000          -
68160.47/3468.42	c      3468             19          20        20                -           0.0000          -
68261.59/3473.52	c      3474             19          20        20                -           0.0000          -
68362.38/3478.60	c      3479             19          20        20                -           0.0000          -
68463.37/3483.70	c      3484             19          20        20                -           0.0000          -
68562.44/3488.73	c      3489             19          20        20                -           0.0000          -
68661.57/3493.80	c      3494             19          20        20                -           0.0000          -
68762.69/3498.82	c      3499             19          20        20                -           0.0000          -
68861.84/3503.86	c      3504             19          20        20                -           0.0000          -
68965.76/3509.13	c      3509             19          20        20                -           0.0000          -
69067.12/3514.19	c      3514             19          20        20                -           0.0000          -
69167.13/3519.27	c      3519             19          20        20                -           0.0000          -
69268.27/3524.32	c      3524             19          20        20                -           0.0000          -
69369.39/3529.42	c      3529             19          20        20                -           0.0000          -
69470.52/3534.50	c      3534             19          20        20                -           0.0000          -
69569.66/3539.58	c      3540             19          20        20                -           0.0000          -
69670.70/3544.65	c      3545             19          20        20                -           0.0000          -
69771.83/3549.71	c      3550             19          20        20                -           0.0000          -
69870.98/3554.77	c      3555             19          20        20                -           0.0000          -
69972.11/3559.84	c      3560             19          20        20                -           0.0000          -
70073.02/3564.91	c      3565             19          20        20                -           0.0000          -
70172.15/3569.97	c      3570             19          20        20                -           0.0000          -
70274.33/3575.15	c      3575             19          20        20                -           0.0000          -
70376.32/3580.21	c      3580             19          20        20                -           0.0000          -
70477.45/3585.30	c      3585             19          20        20                -           0.0000          -
70576.57/3590.35	c      3590             19          20        20                -           0.0000          -
70677.68/3595.42	c      3595             19          20        20                -           0.0000          -
70776.81/3600.49	c      3600             19          20        20                -           0.0000          -
70877.71/3605.56	c      3606             19          20        20                -           0.0000          -
70978.82/3610.64	c      3611             19          20        20                -           0.0000          -
71079.92/3615.73	c      3616             19          20        20                -           0.0000          -
71179.05/3620.79	c      3621             19          20        20                -           0.0000          -
71280.16/3625.86	c      3626             19          20        20                -           0.0000          -
71381.25/3630.94	c      3631             19          20        20                -           0.0000          -
71480.32/3636.00	c      3636             19          20        20                -           0.0000          -
71579.43/3641.05	c      3641             19          20        20                -           0.0000          -
71681.44/3646.10	c      3646             19          20        20                -           0.0000          -
71780.60/3651.15	c      3651             19          20        20                -           0.0000          -
71882.55/3656.21	c      3656             19          20        20                -           0.0000          -
71981.73/3661.22	c      3661             19          20        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) 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.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (189499 MiB free)
  memory of node 1: 193494 MiB (191569 MiB free)
  memory of node 2: 193531 MiB (191114 MiB free)
  memory of node 3: 193531 MiB (191614 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465704-1722533544/watcher-4465704-1722533544 -o /tmp/evaluation-result-4465704-1722533544/solver-4465704-1722533544 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127949 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465704-1722533544.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=127999, runsolver pid=127993
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 1.37 16.61 42.92 6/863 128012
/proc/meminfo: memFree=781874380/790760804 swapFree=131071996/131071996
[pid=127999] ppid=127993 vsize=98900 memory=85404 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/stat : 127999 (fscip) R 127993 127999 127938 0 -1 4194304 19098 0 0 0 9 2 0 0 20 0 1 0 19937500 101273600 21351 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
/proc/127999/statm: 24725 21351 2598 3035 0 21121 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 98900 KiB
Current children cumulated memory: 85404 KiB

[startup+0.226652 s]*
/proc/loadavg: 1.37 16.61 42.92 6/863 128012
/proc/meminfo: memFree=781746208/790760804 swapFree=131071996/131071996
[pid=127999] ppid=127993 vsize=123600 memory=110040 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/stat : 127999 (fscip) R 127993 127999 127938 0 -1 4194304 25788 0 0 0 20 4 0 0 20 0 1 0 19937500 126566400 27510 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
/proc/127999/statm: 30900 27510 2662 3035 0 27296 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 123600 KiB
Current children cumulated memory: 110040 KiB

[startup+0.326063 s]*
/proc/loadavg: 1.37 16.61 42.92 6/863 128012
/proc/meminfo: memFree=781729624/790760804 swapFree=131071996/131071996
[pid=127999] ppid=127993 vsize=123600 memory=110040 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/stat : 127999 (fscip) R 127993 127999 127938 0 -1 4194304 25788 0 0 0 30 4 0 0 20 0 1 0 19937500 126566400 27510 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
/proc/127999/statm: 30900 27510 2662 3035 0 27296 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 123600 KiB
Current children cumulated memory: 110040 KiB

[startup+0.700225 s]
/proc/loadavg: 1.37 16.61 42.92 6/863 128012
/proc/meminfo: memFree=781726248/790760804 swapFree=131071996/131071996
[pid=127999] ppid=127993 vsize=137276 memory=123588 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/stat : 127999 (fscip) R 127993 127999 127938 0 -1 4194304 31870 0 0 0 64 5 0 0 20 0 1 0 19937500 140570624 30897 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
/proc/127999/statm: 34319 30897 2758 3035 0 30715 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 137276 KiB
Current children cumulated memory: 123588 KiB

[startup+1.50026 s]
/proc/loadavg: 1.37 16.61 42.92 6/863 128012
/proc/meminfo: memFree=781567592/790760804 swapFree=131071996/131071996
[pid=127999] ppid=127993 vsize=176804 memory=159248 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/stat : 127999 (fscip) R 127993 127999 127938 0 -1 4194304 37831 0 0 0 143 6 0 0 20 0 1 0 19937500 181047296 39812 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
/proc/127999/statm: 44201 39812 2774 3035 0 40597 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 176804 KiB
Current children cumulated memory: 159248 KiB

[startup+3.12801 s]
/proc/loadavg: 1.37 16.61 42.92 6/863 128012
/proc/meminfo: memFree=781532148/790760804 swapFree=131071996/131071996
[pid=127999] ppid=127993 vsize=177416 memory=159772 CPUtime=3.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/stat : 127999 (fscip) R 127993 127999 127938 0 -1 4194304 37977 0 0 0 305 6 0 0 20 0 1 0 19937500 181673984 39943 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
/proc/127999/statm: 44354 39943 2774 3035 0 40750 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 177416 KiB
Current children cumulated memory: 159772 KiB

[startup+6.30024 s]
/proc/loadavg: 1.58 16.40 42.71 6/863 128012
/proc/meminfo: memFree=781511084/790760804 swapFree=131071996/131071996
[pid=127999] ppid=127993 vsize=183312 memory=165624 CPUtime=6.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/stat : 127999 (fscip) R 127993 127999 127938 0 -1 4194304 39480 0 0 0 621 6 0 0 20 0 1 0 19937500 187711488 41406 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
/proc/127999/statm: 45828 41406 2774 3035 0 42224 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 183312 KiB
Current children cumulated memory: 165624 KiB

[startup+12.7002 s]
/proc/loadavg: 1.77 16.20 42.51 6/863 128014
/proc/meminfo: memFree=781503156/790760804 swapFree=131071996/131071996
[pid=127999] ppid=127993 vsize=183696 memory=166128 CPUtime=12.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/stat : 127999 (fscip) R 127993 127999 127938 0 -1 4194304 39598 0 0 0 1259 6 0 0 20 0 1 0 19937500 188104704 41532 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
/proc/127999/statm: 45924 41532 2774 3035 0 42320 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 183696 KiB
Current children cumulated memory: 166128 KiB

[startup+25.5003 s]
/proc/loadavg: 5.31 16.23 42.09 44/943 128095
/proc/meminfo: memFree=776825728/790760804 swapFree=131071996/131071996
[pid=127999] ppid=127993 vsize=185752 memory=167956 CPUtime=25.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/stat : 127999 (fscip) R 127993 127999 127938 0 -1 4194304 40100 0 0 0 2535 6 0 0 20 0 1 0 19937500 190210048 41989 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
/proc/127999/statm: 46438 41989 2774 3035 0 42834 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 185752 KiB
Current children cumulated memory: 167956 KiB

[startup+51.1499 s]
/proc/loadavg: 28.70 20.78 42.91 83/1023 128180
/proc/meminfo: memFree=769341480/790760804 swapFree=131071996/131071996
[pid=127999] ppid=127993 vsize=4291592 memory=3312124 CPUtime=438.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/stat : 127999 (fscip) S 127993 127999 127938 0 -1 1077936128 1295047 0 0 0 43660 214 0 0 20 0 41 0 19937500 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
/proc/127999/statm: 1072898 828031 3014 3035 0 955582 0
[pid=127999/tid=128096] ppid=127993 vsize=4291592 memory=167956 CPUtime=20.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128096/stat : 128096 (fscip) R 127993 127999 127938 0 -1 4194368 67080 0 0 0 2038 10 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128097] ppid=127993 vsize=4291592 memory=1387 CPUtime=20.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128097/stat : 128097 (fscip) R 127993 127999 127938 0 -1 4194368 56592 0 0 0 2038 10 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128098] ppid=127993 vsize=4291592 memory=25333125866717268 CPUtime=20.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128098/stat : 128098 (fscip) R 127993 127999 127938 0 -1 4194368 57156 0 0 0 2041 8 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128099] ppid=127993 vsize=4291592 memory=0 CPUtime=20.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128099/stat : 128099 (fscip) R 127993 127999 127938 0 -1 4194368 60666 0 0 0 2039 9 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128100] ppid=127993 vsize=4291592 memory=22224102119371947 CPUtime=19.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128100/stat : 128100 (fscip) R 127993 127999 127938 0 -1 4194368 50780 0 0 0 1965 9 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128101] ppid=127993 vsize=4291592 memory=910 CPUtime=20.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128101/stat : 128101 (fscip) R 127993 127999 127938 0 -1 4194368 50804 0 0 0 2041 7 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128102] ppid=127993 vsize=4291592 memory=10544 CPUtime=20.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128102/stat : 128102 (fscip) R 127993 127999 127938 0 -1 4194368 67242 0 0 0 2038 10 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128103] ppid=127993 vsize=4291592 memory=0 CPUtime=20.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128103/stat : 128103 (fscip) R 127993 127999 127938 0 -1 4194368 70553 0 0 0 2037 11 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128104] ppid=127993 vsize=4291592 memory=139961374522704 CPUtime=20.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128104/stat : 128104 (fscip) R 127993 127999 127938 0 -1 4194368 56326 0 0 0 2038 9 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128105] ppid=127993 vsize=4291592 memory=279922751532544 CPUtime=20.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128105/stat : 128105 (fscip) R 127993 127999 127938 0 -1 4194368 61321 0 0 0 2039 10 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128106] ppid=127993 vsize=4291592 memory=2316 CPUtime=20.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128106/stat : 128106 (fscip) R 127993 127999 127938 0 -1 4194368 71044 0 0 0 2033 10 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128107] ppid=127993 vsize=4291592 memory=33000 CPUtime=20.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128107/stat : 128107 (fscip) R 127993 127999 127938 0 -1 4194368 50615 0 0 0 2041 8 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128108] ppid=127993 vsize=4291592 memory=1804 CPUtime=20.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128108/stat : 128108 (fscip) R 127993 127999 127938 0 -1 4194368 60334 0 0 0 2038 10 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128109] ppid=127993 vsize=4291592 memory=102 CPUtime=20.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128109/stat : 128109 (fscip) R 127993 127999 127938 0 -1 4194368 70092 0 0 0 2037 11 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128110] ppid=127993 vsize=4291592 memory=104 CPUtime=20.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128110/stat : 128110 (fscip) R 127993 127999 127938 0 -1 4194368 50975 0 0 0 2041 7 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128111] ppid=127993 vsize=4291592 memory=1804 CPUtime=20.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128111/stat : 128111 (fscip) R 127993 127999 127938 0 -1 4194368 67323 0 0 0 2036 12 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128112] ppid=127993 vsize=4291592 memory=6048 CPUtime=20.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128112/stat : 128112 (fscip) R 127993 127999 127938 0 -1 4194368 68238 0 0 0 2034 11 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128113] ppid=127993 vsize=4291592 memory=-7749777543483333535 CPUtime=20.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128113/stat : 128113 (fscip) R 127993 127999 127938 0 -1 4194368 50799 0 0 0 2041 8 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128114] ppid=127993 vsize=4291592 memory=0 CPUtime=20.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128114/stat : 128114 (fscip) R 127993 127999 127938 0 -1 4194368 69005 0 0 0 2038 10 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128115] ppid=127993 vsize=4291592 memory=7312 CPUtime=20.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128115/stat : 128115 (fscip) R 127993 127999 127938 0 -1 4194368 69980 0 0 0 2035 12 0 0 20 0 41 0 19940476 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128138] ppid=127993 vsize=4291592 memory=3111664 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128138/stat : 128138 (fscip) S 127993 127999 127938 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128139] ppid=127993 vsize=4291592 memory=167172 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128139/stat : 128139 (fscip) S 127993 127999 127938 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128140] ppid=127993 vsize=4291592 memory=166128 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128140/stat : 128140 (fscip) S 127993 127999 127938 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128141] ppid=127993 vsize=4291592 memory=15776 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128141/stat : 128141 (fscip) S 127993 127999 127938 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128142] ppid=127993 vsize=4291592 memory=11448 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128142/stat : 128142 (fscip) S 127993 127999 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128143] ppid=127993 vsize=4291592 memory=2316 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128143/stat : 128143 (fscip) S 127993 127999 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128144] ppid=127993 vsize=4291592 memory=1100714218875158 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128144/stat : 128144 (fscip) S 127993 127999 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128145] ppid=127993 vsize=4291592 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128145/stat : 128145 (fscip) S 127993 127999 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128146] ppid=127993 vsize=4291592 memory=6944656592387989600 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128146/stat : 128146 (fscip) S 127993 127999 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128147] ppid=127993 vsize=4291592 memory=21380 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128147/stat : 128147 (fscip) S 127993 127999 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128148] ppid=127993 vsize=4291592 memory=2208 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128148/stat : 128148 (fscip) S 127993 127999 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128149] ppid=127993 vsize=4291592 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128149/stat : 128149 (fscip) S 127993 127999 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128150] ppid=127993 vsize=4291592 memory=279922749929472 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128150/stat : 128150 (fscip) S 127993 127999 127938 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 19940555 4394590208 828031 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0

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

/proc/127999/task/128144/stat : 128144 (fscip) S 127993 127999 127938 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128145] ppid=127993 vsize=20536468 memory=31316 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128145/stat : 128145 (fscip) S 127993 127999 127938 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128146] ppid=127993 vsize=20536468 memory=16875696 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128146/stat : 128146 (fscip) S 127993 127999 127938 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128147] ppid=127993 vsize=20536468 memory=11448 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128147/stat : 128147 (fscip) S 127993 127999 127938 0 -1 1077936192 203 0 0 0 3 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128148] ppid=127993 vsize=20536468 memory=6596 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128148/stat : 128148 (fscip) S 127993 127999 127938 0 -1 1077936192 202 0 0 0 1 1 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128149] ppid=127993 vsize=20536468 memory=15212932 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128149/stat : 128149 (fscip) S 127993 127999 127938 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128150] ppid=127993 vsize=20536468 memory=16724 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128150/stat : 128150 (fscip) S 127993 127999 127938 0 -1 1077936192 198 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128151] ppid=127993 vsize=20536468 memory=16884348 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128151/stat : 128151 (fscip) S 127993 127999 127938 0 -1 1077936192 204 0 0 0 3 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128152] ppid=127993 vsize=20536468 memory=66584 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128152/stat : 128152 (fscip) S 127993 127999 127938 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128153] ppid=127993 vsize=20536468 memory=6720663268291460202 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128153/stat : 128153 (fscip) S 127993 127999 127938 0 -1 1077936192 199 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128154] ppid=127993 vsize=20536468 memory=28568 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128154/stat : 128154 (fscip) S 127993 127999 127938 0 -1 1077936192 203 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128155] ppid=127993 vsize=20536468 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128155/stat : 128155 (fscip) S 127993 127999 127938 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128156] ppid=127993 vsize=20536468 memory=16886636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128156/stat : 128156 (fscip) S 127993 127999 127938 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128157] ppid=127993 vsize=20536468 memory=16883312 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128157/stat : 128157 (fscip) S 127993 127999 127938 0 -1 1077936192 203 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4222365 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
Current children cumulated CPU time: 71607.2 s
Current children cumulated vsize: 20536468 KiB
Current children cumulated memory: 16889460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3662.15 s]
/proc/loadavg: 78.83 80.12 79.64 43/951 130131
/proc/meminfo: memFree=747341796/790760804 swapFree=131071996/131071996
[pid=127999] ppid=127993 vsize=20536468 memory=16897212 CPUtime=72000.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/stat : 127999 (fscip) S 127993 127999 127938 0 -1 1077936128 41771562 0 0 0 7192123 7925 0 0 20 0 41 0 19937500 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
/proc/127999/statm: 5134117 4224303 3334 3035 0 4944953 0
[pid=127999/tid=128096] ppid=127993 vsize=20536468 memory=167956 CPUtime=3604.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128096/stat : 128096 (fscip) R 127993 127999 127938 0 -1 4194368 644697 0 0 0 360389 66 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128097] ppid=127993 vsize=20536468 memory=21380 CPUtime=3602.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128097/stat : 128097 (fscip) R 127993 127999 127938 0 -1 4194368 1371888 0 0 0 360062 200 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128098] ppid=127993 vsize=20536468 memory=279922750622640 CPUtime=3600.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128098/stat : 128098 (fscip) R 127993 127999 127938 0 -1 4194368 3927037 0 0 0 359035 970 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128099] ppid=127993 vsize=20536468 memory=354513 CPUtime=3598.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128099/stat : 128099 (fscip) R 127993 127999 127938 0 -1 4194368 980911 0 0 0 359729 90 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128100] ppid=127993 vsize=20536468 memory=198340509722 CPUtime=3593.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128100/stat : 128100 (fscip) R 127993 127999 127938 0 -1 4194368 1972383 0 0 0 359070 255 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128101] ppid=127993 vsize=20536468 memory=44212 CPUtime=3589.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128101/stat : 128101 (fscip) R 127993 127999 127938 0 -1 4194368 3790699 0 0 0 358015 959 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128102] ppid=127993 vsize=20536468 memory=4639081795090146667 CPUtime=3600.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128102/stat : 128102 (fscip) R 127993 127999 127938 0 -1 4194368 1550167 0 0 0 359900 137 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128103] ppid=127993 vsize=20536468 memory=25333125866717268 CPUtime=3583.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128103/stat : 128103 (fscip) R 127993 127999 127938 0 -1 4194368 1466921 0 0 0 358169 216 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128104] ppid=127993 vsize=20536468 memory=0 CPUtime=3587.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128104/stat : 128104 (fscip) R 127993 127999 127938 0 -1 4194368 4088735 0 0 0 357781 960 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128105] ppid=127993 vsize=20536468 memory=25333125866717268 CPUtime=3597.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128105/stat : 128105 (fscip) R 127993 127999 127938 0 -1 4194368 1201634 0 0 0 359651 110 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128106] ppid=127993 vsize=20536468 memory=16885148 CPUtime=3603.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128106/stat : 128106 (fscip) R 127993 127999 127938 0 -1 4194368 1593292 0 0 0 360110 231 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128107] ppid=127993 vsize=20536468 memory=16852076 CPUtime=3600.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128107/stat : 128107 (fscip) R 127993 127999 127938 0 -1 4194368 3957640 0 0 0 359167 920 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128108] ppid=127993 vsize=20536468 memory=25932 CPUtime=3601.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128108/stat : 128108 (fscip) R 127993 127999 127938 0 -1 4194368 1100695 0 0 0 360021 102 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128109] ppid=127993 vsize=20536468 memory=16890684 CPUtime=3603.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128109/stat : 128109 (fscip) R 127993 127999 127938 0 -1 4194368 967706 0 0 0 360198 162 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128110] ppid=127993 vsize=20536468 memory=10544 CPUtime=3587.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128110/stat : 128110 (fscip) R 127993 127999 127938 0 -1 4194368 3829142 0 0 0 357887 887 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128111] ppid=127993 vsize=20536468 memory=64 CPUtime=3601.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128111/stat : 128111 (fscip) R 127993 127999 127938 0 -1 4194368 1176643 0 0 0 360023 111 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128112] ppid=127993 vsize=20536468 memory=28568 CPUtime=3603.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128112/stat : 128112 (fscip) R 127993 127999 127938 0 -1 4194368 1821288 0 0 0 360132 247 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128113] ppid=127993 vsize=20536468 memory=11448 CPUtime=3603.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128113/stat : 128113 (fscip) R 127993 127999 127938 0 -1 4194368 3780677 0 0 0 359397 939 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128114] ppid=127993 vsize=20536468 memory=15776 CPUtime=3605.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128114/stat : 128114 (fscip) R 127993 127999 127938 0 -1 4194368 569402 0 0 0 360459 65 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128115] ppid=127993 vsize=20536468 memory=2316 CPUtime=3601.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128115/stat : 128115 (fscip) R 127993 127999 127938 0 -1 4194368 1907082 0 0 0 359872 254 0 0 20 0 41 0 19940476 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128138] ppid=127993 vsize=20536468 memory=11232 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128138/stat : 128138 (fscip) S 127993 127999 127938 0 -1 1077936192 73 0 0 0 3 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128139] ppid=127993 vsize=20536468 memory=11252 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128139/stat : 128139 (fscip) S 127993 127999 127938 0 -1 1077936192 143 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128140] ppid=127993 vsize=20536468 memory=2208 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128140/stat : 128140 (fscip) S 127993 127999 127938 0 -1 1077936192 204 0 0 0 1 1 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128141] ppid=127993 vsize=20536468 memory=2036 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128141/stat : 128141 (fscip) S 127993 127999 127938 0 -1 1077936192 203 0 0 0 3 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128142] ppid=127993 vsize=20536468 memory=7068 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128142/stat : 128142 (fscip) S 127993 127999 127938 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128143] ppid=127993 vsize=20536468 memory=36300 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128143/stat : 128143 (fscip) S 127993 127999 127938 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128144] ppid=127993 vsize=20536468 memory=16892404 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128144/stat : 128144 (fscip) S 127993 127999 127938 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128145] ppid=127993 vsize=20536468 memory=16895120 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128145/stat : 128145 (fscip) S 127993 127999 127938 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128146] ppid=127993 vsize=20536468 memory=4688 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128146/stat : 128146 (fscip) S 127993 127999 127938 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128147] ppid=127993 vsize=20536468 memory=20660 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128147/stat : 128147 (fscip) S 127993 127999 127938 0 -1 1077936192 203 0 0 0 3 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128148] ppid=127993 vsize=20536468 memory=6720663268291460202 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128148/stat : 128148 (fscip) S 127993 127999 127938 0 -1 1077936192 202 0 0 0 1 1 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128149] ppid=127993 vsize=20536468 memory=7636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128149/stat : 128149 (fscip) S 127993 127999 127938 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128150] ppid=127993 vsize=20536468 memory=16896644 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128150/stat : 128150 (fscip) S 127993 127999 127938 0 -1 1077936192 198 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128151] ppid=127993 vsize=20536468 memory=5512 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128151/stat : 128151 (fscip) S 127993 127999 127938 0 -1 1077936192 204 0 0 0 3 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128152] ppid=127993 vsize=20536468 memory=15776 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128152/stat : 128152 (fscip) S 127993 127999 127938 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128153] ppid=127993 vsize=20536468 memory=2316 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128153/stat : 128153 (fscip) S 127993 127999 127938 0 -1 1077936192 199 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128154] ppid=127993 vsize=20536468 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128154/stat : 128154 (fscip) S 127993 127999 127938 0 -1 1077936192 203 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128155] ppid=127993 vsize=20536468 memory=139961375432123 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128155/stat : 128155 (fscip) S 127993 127999 127938 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128156] ppid=127993 vsize=20536468 memory=5512 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128156/stat : 128156 (fscip) S 127993 127999 127938 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
[pid=127999/tid=128157] ppid=127993 vsize=20536468 memory=15776 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/127999/task/128157/stat : 128157 (fscip) S 127993 127999 127938 0 -1 1077936192 203 0 0 0 2 0 0 0 20 0 41 0 19940555 21029343232 4224303 809668444160 4194304 16623229 140731276881328 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25587712 140731276887049 140731276887167 140731276887167 140731276894192 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 20536468 KiB
Current children cumulated memory: 16897212 KiB

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

[startup+3662.77 s]
# the end of solver process 127999 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=71921.5 s, system=79.8473 s

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

[startup+3662.4 s]
/proc/loadavg: 78.83 80.12 79.64 24/912 130131
/proc/meminfo: memFree=749386144/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3662.6 s]
/proc/loadavg: 78.83 80.12 79.64 24/912 130131
/proc/meminfo: memFree=749386144/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3662.7 s]
/proc/loadavg: 78.83 80.12 79.64 24/912 130131
/proc/meminfo: memFree=749386144/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3662.77
CPU time (s): 72001.3
CPU user time (s): 71921.5
CPU system time (s): 79.8473
CPU usage (%): 1965.76
Max. virtual memory (cumulated for all children) (KiB): 20536468
Max. memory (cumulated for all children) (KiB): 16897212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71921.5
system time used= 79.8473
maximum resident set size= 16897460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41771589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145199
involuntary context switches= 284596


# summary of solver processes directly reported to runsolver:
#   pid: 127999
#   total CPU time (s): 72001.3
#   total CPU user time (s): 71921.5
#   total CPU system time (s): 79.8473

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.1022 second user time and 115.277 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 19:32:24
IDJOB=4465704
IDBENCH=158279
IDSOLVER=3094
FILE ID=nodeD105/4465704-1722533544
RUNJOBID= nodeD105-1722533544-127949
SLURM_JOB_ID= 8254275
Free space on /tmp= 8622916 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K151.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465704-1722533544/watcher-4465704-1722533544 -o /tmp/evaluation-result-4465704-1722533544/solver-4465704-1722533544 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127949 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465704-1722533544.opb -qsol -t 72000 -sth 20

TIME LIMIT= 72000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 20

MD5SUM BENCH= abcade21393c5164863b40206a5f4f64
RANDOM SEED=1367833946

nodeD105.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3161.277
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2919.349
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2769.972
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3522.147
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3366.474
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3612.638
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2665.760
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3057.120
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2993.413
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3763.645
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2629.558
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3437.192
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3553.945
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3628.572
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2651.854
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3420.941
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1574.443
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3510.308
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1279.801
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2653.694
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1716.425
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2653.844
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1282.482
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1079.712
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1769.946
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2642.617
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1288.887
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1342.250
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1721.520
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1199.683
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2817.593
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2655.089
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1748.024
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2641.553
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3362.632
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2644.447
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1691.456
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2647.564
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2062.098
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2641.100
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1711.073
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2633.918
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3633.306
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2638.836
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1499.327
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2734.188
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3517.202
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2648.249
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1809.987
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2086.469
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3514.058
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2640.710
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2496.632
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2650.663
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3609.543
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2647.841
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1582.655
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2650.724
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3839.963
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2652.077
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1712.509
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2649.565
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3295.839
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3353.060
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1431.279
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2639.127
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3365.636
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2638.792
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1482.448
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2663.511
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3525.270
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2672.384
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1513.329
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2658.650
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2642.719
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2690.669
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2683.978
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2673.808
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2939.657
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3551.927
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        782133512 kB
MemAvailable:   784471064 kB
Buffers:          283928 kB
Cached:          5362476 kB
SwapCached:            0 kB
Active:           450636 kB
Inactive:        5605032 kB
Active(anon):       2072 kB
Inactive(anon):   429764 kB
Active(file):     448564 kB
Inactive(file):  5175268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            115984 kB
Writeback:            12 kB
AnonPages:        409344 kB
Mapped:            89688 kB
Shmem:             22536 kB
KReclaimable:     266844 kB
Slab:             633048 kB
SReclaimable:     266844 kB
SUnreclaim:       366204 kB
KernelStack:       14672 kB
PageTables:        11140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     962012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           266112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      579584 kB
DirectMap2M:    62832640 kB
DirectMap1G:    742391808 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-01 20:33:27