Trace number 4465700

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) 72002.5 3657.66

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K135.opb
MD5SUMa9d7c7f4b9c33e38d48644f753677e90
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 variables16065
Total number of constraints16337
Number of constraints which are clauses16202
Number of constraints which are cardinality constraints (but not clauses)135
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint135
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 136
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.08	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 96308804, getVmSize() = 88842240, SCIPgetMemUsed() = 57958793, SCIPgetMemTotal() = 65091329, SCIPgetMemExternEstim() = 31217475
0.00/0.08	c ** set memory limit for presolving in LC to 8.79579e+12 for SCIP **
23.60/23.71	c ** Estimated virtualMemUsedAtSolver = 198411728, getVmSize() = 298176512, SCIPgetMemUsed() = 197014742, SCIPgetMemTotal() = 266400118, SCIPgetMemExternEstim() = 31217475
23.60/23.71	c ** set memory limit for solvers to 4.18799e+11 for each SCIP **
23.60/23.71	c Original Problem   :
23.60/23.71	c   Problem name     : instance-4465700-1722533544
23.60/23.71	c   Variables        : 16065 (16065 binary, 0 integer, 0 implicit integer, 0 continuous)
23.60/23.71	c   Constraints      : 16337
23.60/23.71	c   Objective sense  : minimize
23.60/23.71	c Presolved Problem  :
23.60/23.71	c   Variables        : 14551 (14551 binary, 0 integer, 0 implicit integer, 0 continuous)
23.60/23.71	c   Constraints      : 14800
23.60/23.71	c Constraints        : Number
23.60/23.71	c   knapsack         : 1 
23.60/23.71	c   setppc           : 1821 
23.60/23.71	c   orbitope         : 1 
23.60/23.71	c   logicor          : 12977 
23.60/23.71	c ** Instance transfer method used: 0
23.60/23.75	c ** ParaScipInstance copy increased the number of variables. **
24.22/24.38	c LC is working with racing ramp-up and with rebuilding tree after racing.
24.22/24.38	c                                Nodes    Active                                            
24.22/24.38	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
403.05/43.53	c        44              2           1        20                -           0.0000          -
510.09/48.92	c        49            322         321        20                -           0.0000          -
614.05/54.20	c        54            674         280        20                -           0.0000          -
716.05/59.38	c        59           1587         770        20                -           0.0000          -
816.94/64.48	c        64           1808         301        20                -           0.0000          -
925.89/69.92	c        70           2301         638        20                -           0.0000          -
1032.86/75.33	c        75           3120           0        20                -           0.0000          -
1135.90/80.55	c        81           3844          61        20                -           0.0000          -
1241.04/85.87	c        86           4260         477        20                -           0.0000          -
1342.18/90.90	c        91           5074        1097        20                -           0.0000          -
1441.26/96.02	c        96           6288         857        20                -           0.0000          -
1543.27/101.04	c       101           6917         221        20                -           0.0000          -
1645.69/106.22	c       106           6879         885        20                -           0.0000          -
1746.80/111.34	c       111           8088         141        20                -           0.0000          -
1849.80/116.57	c       117           8266         521        20                -           0.0000          -
1954.93/121.84	c       122           9088        1141        20                -           0.0000          -
2056.12/126.91	c       127          10023        2060        20                -           0.0000          -
2155.26/131.97	c       132          11070        2071        20                -           0.0000          -
2257.15/137.10	c       137          11783        1919        20                -           0.0000          -
2359.51/142.22	c       142          12731           1        20                -           0.0000          -
2458.65/147.27	c       147          12575         661        20                -           0.0000          -
2559.67/152.37	c       152          13075        1161        20                -           0.0000          -
2660.80/157.44	c       157          13951        1221        20                -           0.0000          -
2759.97/162.47	c       162          14015        2101        20                -           0.0000          -
2861.15/167.52	c       168          14704        2790        20                -           0.0000          -
2962.03/172.60	c       173          16289        4064        20                -           0.0000          -
3063.07/177.78	c       178          17550        3327        20                -           0.0000          -
3164.06/182.86	c       183          19225         141        20                -           0.0000          -
3265.12/188.02	c       188          18845        3672        20                -           0.0000          -
3370.26/193.29	c       193          19391         221        20                -           0.0000          -
3471.44/198.31	c       198          20485        1401        20                -           0.0000          -
3574.53/203.51	c       204          20171        1001        20                -           0.0000          -
3675.70/208.63	c       209          21938        2852        20                -           0.0000          -
3774.92/213.69	c       214          22957        3117        20                -           0.0000          -
3875.99/218.73	c       219          23734        3089        20                -           0.0000          -
3975.16/223.80	c       224          23876        3319        20                -           0.0000          -
4076.05/228.88	c       229          24687        3347        20                -           0.0000          -
4177.00/233.94	c       234          25980        3247        20                -           0.0000          -
4275.91/239.01	c       239          26983        3192        20                -           0.0000          -
4378.04/244.09	c       244          28026        3135        20                -           0.0000          -
4476.99/249.10	c       249          29140        3219        20                -           0.0000          -
4581.19/254.34	c       254          29801        3345        20                -           0.0000          -
4682.26/259.47	c       259          31417         381        20                -           0.0000          -
4785.43/264.69	c       265          32118        3240        20                -           0.0000          -
4886.60/269.76	c       270          32744          61        20                -           0.0000          -
4987.80/274.89	c       275          33144         461        20                -           0.0000          -
5088.95/280.05	c       280          33581         898        20                -           0.0000          -
5192.90/285.19	c       285          35517        1321        20                -           0.0000          -
5294.98/290.36	c       290          36157        1961        20                -           0.0000          -
5397.98/295.56	c       296          37098        2006        20                -           0.0000          -
5498.65/300.69	c       301          37754        1939        20                -           0.0000          -
5599.77/305.79	c       306          38856        1909        20                -           0.0000          -
5700.89/310.89	c       311          39671        1895        20                -           0.0000          -
5801.80/315.96	c       316          40367        1871        20                -           0.0000          -
5903.63/321.05	c       321          40720        1733        20                -           0.0000          -
6004.78/326.17	c       326          41502        1725        20                -           0.0000          -
6104.70/331.26	c       331          42282        1861        20                -           0.0000          -
6205.72/336.31	c       336          43352        1752        20                -           0.0000          -
6304.86/341.33	c       341          44472        1747        20                -           0.0000          -
6405.65/346.49	c       346          45517        1862        20                -           0.0000          -
6506.75/351.58	c       352          46800        1763        20                -           0.0000          -
6607.69/356.69	c       357          45018        1933        20                -           0.0000          -
6708.58/361.78	c       362          45771        1925        20                -           0.0000          -
6809.72/366.85	c       367          46515        1928        20                -           0.0000          -
6910.85/371.91	c       372          47317        1921        20                -           0.0000          -
7009.99/376.98	c       377          51248         461        20                -           0.0000          -
7109.11/381.99	c       382          48934        1922        20                -           0.0000          -
7208.26/387.01	c       387          50594        1810        20                -           0.0000          -
7310.18/392.12	c       392          51139        1812        20                -           0.0000          -
7411.59/397.18	c       397          51819        1814        20                -           0.0000          -
7510.62/402.19	c       402          52366        1807        20                -           0.0000          -
7610.68/407.25	c       407          51751         701        20                -           0.0000          -
7711.62/412.37	c       412          57225        1609        20                -           0.0000          -
7812.76/417.46	c       417          57897        1598        20                -           0.0000          -
7913.77/422.56	c       423          58989        1597        20                -           0.0000          -
8014.88/427.62	c       428          59722        1591        20                -           0.0000          -
8113.94/432.64	c       433          60673        1604        20                -           0.0000          -
8213.09/437.68	c       438          55737        1404        20                -           0.0000          -
8314.19/442.77	c       443          56658        1360        20                -           0.0000          -
8417.27/447.96	c       448          57541        1398        20                -           0.0000          -
8516.46/453.01	c       453          58654        1436        20                -           0.0000          -
8621.37/458.21	c       458          64701        1597        20                -           0.0000          -
8722.35/463.30	c       463          65828        1578        20                -           0.0000          -
8821.41/468.34	c       468          66722        1566        20                -           0.0000          -
8922.35/473.41	c       473          62784        1386        20                -           0.0000          -
9021.44/478.49	c       478          63557        1378        20                -           0.0000          -
9122.43/483.59	c       484          68996        1560        20                -           0.0000          -
9223.59/488.69	c       489          69760        1657        20                -           0.0000          -
9324.66/493.74	c       494          70700        1567        20                -           0.0000          -
9425.78/498.85	c       499          72079        1737        20                -           0.0000          -
9526.82/503.90	c       504          73409        1571        20                -           0.0000          -
9625.72/508.98	c       509          74728        1560        20                -           0.0000          -
9727.78/514.06	c       514          75371        1549        20                -           0.0000          -
9828.98/519.16	c       519          76215        1566        20                -           0.0000          -
9928.99/524.23	c       524          77542        1557        20                -           0.0000          -
10028.15/529.29	c       529          79004        1563        20                -           0.0000          -
10131.19/534.44	c       534          71962        1450        20                -           0.0000          -
10232.29/539.52	c       540          81179        1558        20                -           0.0000          -
10333.31/544.64	c       545          74693        1364        20                -           0.0000          -
10434.42/549.70	c       550          75506        1361        20                -           0.0000          -
10533.54/554.79	c       555          75816        1427        20                -           0.0000          -
10636.49/559.93	c       560          76970        1482        20                -           0.0000          -
10735.61/565.02	c       565          77999        1373        20                -           0.0000          -
10837.45/570.07	c       570          78909        1373        20                -           0.0000          -
10938.73/575.17	c       575          79695        1365        20                -           0.0000          -
11038.72/580.26	c       580          81100        1453        20                -           0.0000          -
11139.83/585.31	c       585          82148        1457        20                -           0.0000          -
11240.83/590.47	c       590          81937        1340        20                -           0.0000          -
11341.99/595.53	c       596          82784        1352        20                -           0.0000          -
11441.12/600.54	c       601          84898        1443        20                -           0.0000          -
11542.19/605.66	c       606          89575        2055        20                -           0.0000          -
11641.24/610.68	c       611          86587        1445        20                -           0.0000          -
11746.35/615.91	c       616          85083         141        20                -           0.0000          -
11845.48/620.98	c       621          92030        1840        20                -           0.0000          -
11947.59/626.10	c       626          92761        1807        20                -           0.0000          -
12046.71/631.12	c       631          93853        1781        20                -           0.0000          -
12148.72/636.26	c       636          86683        1741        20                -           0.0000          -
12249.82/641.39	c       641          89842        1181        20                -           0.0000          -
12350.92/646.45	c       646          90280        1619        20                -           0.0000          -
12451.86/651.54	c       652          88939        1855        20                -           0.0000          -
12552.91/656.70	c       657          89801        1820        20                -           0.0000          -
12655.96/661.84	c       662          90498        1780        20                -           0.0000          -
12756.84/667.00	c       667          91282        1758        20                -           0.0000          -
12858.80/672.11	c       672          91983        1738        20                -           0.0000          -
12959.97/677.18	c       677          92614        1719        20                -           0.0000          -
13060.18/682.25	c       682          93168        1711        20                -           0.0000          -
13161.10/687.35	c       687          93788        1711        20                -           0.0000          -
13262.19/692.47	c       692          94346        1692        20                -           0.0000          -
13363.29/697.52	c       698          94875        1720        20                -           0.0000          -
13464.37/702.62	c       703          95539        1731        20                -           0.0000          -
13567.40/707.80	c       708          96664        1755        20                -           0.0000          -
13666.37/712.89	c       713         112381        1796        20                -           0.0000          -
13767.48/717.95	c       718         113570        1796        20                -           0.0000          -
13866.59/723.05	c       723         115112        1776        20                -           0.0000          -
13970.56/728.16	c       728         116296        1795        20                -           0.0000          -
14070.80/733.28	c       733         102752        1723        20                -           0.0000          -
14171.78/738.39	c       738         103771        1748        20                -           0.0000          -
14272.82/743.48	c       743         104821        1735        20                -           0.0000          -
14375.90/748.63	c       749         105712        1713        20                -           0.0000          -
14477.00/753.71	c       754         106917        1704        20                -           0.0000          -
14578.12/758.84	c       759         107808        1706        20                -           0.0000          -
14677.25/763.89	c       764         108806        1767        20                -           0.0000          -
14778.37/768.95	c       769         110264        1757        20                -           0.0000          -
14877.34/774.00	c       774         111220        1753        20                -           0.0000          -
14979.54/779.09	c       779         112494        1734        20                -           0.0000          -
15081.54/784.21	c       784         113661        1799        20                -           0.0000          -
15182.60/789.35	c       789         128908        1769        20                -           0.0000          -
15283.63/794.43	c       794         130039        1767        20                -           0.0000          -
15384.63/799.51	c       800         130904        1775        20                -           0.0000          -
15484.71/804.61	c       805         131771        1765        20                -           0.0000          -
15583.78/809.68	c       810         132537        1749        20                -           0.0000          -
15684.91/814.77	c       815         134306        1763        20                -           0.0000          -
15785.87/819.83	c       820         135483        1750        20                -           0.0000          -
15886.83/824.93	c       825         136385        1778        20                -           0.0000          -
15988.70/830.05	c       830         137202        1785        20                -           0.0000          -
16089.50/835.17	c       835         138023        1758        20                -           0.0000          -
16189.48/840.25	c       840         139178        1770        20                -           0.0000          -
16290.63/845.35	c       845         140616        1755        20                -           0.0000          -
16391.71/850.48	c       850         124814        1718        20                -           0.0000          -
16493.02/855.55	c       856         123846        1737        20                -           0.0000          -
16593.97/860.63	c       861         124952        1729        20                -           0.0000          -
16694.39/865.72	c       866         126035        1718        20                -           0.0000          -
16793.52/870.76	c       871         128486        1733        20                -           0.0000          -
16894.65/875.82	c       876         129262        1707        20                -           0.0000          -
16995.77/881.01	c       881         128418        1719        20                -           0.0000          -
17098.05/886.09	c       886         129446        1709        20                -           0.0000          -
17198.99/891.17	c       891         130424        1703        20                -           0.0000          -
17298.92/896.26	c       896              2           1        20                -           0.0000          -
17400.01/901.34	c       901              2           1        20                -           0.0000          -
17501.12/906.42	c       906              2           1        20                -           0.0000          -
17600.03/911.49	c       912              2           1        20                -           0.0000          -
17701.12/916.58	c       917              4           3        20                -           0.0000          -
17802.23/921.64	c       922              4           3        20                -           0.0000          -
17902.62/926.74	c       927              5           4        20                -           0.0000          -
18003.60/931.84	c       932              5           4        20                -           0.0000          -
18104.58/936.98	c       937              5           4        20                -           0.0000          -
18208.94/942.22	c       942              5           4        20                -           0.0000          -
18308.08/947.28	c       947              5           4        20                -           0.0000          -
18408.99/952.31	c       952              6           5        20                -           0.0000          -
18509.31/957.48	c       957              6           5        20                -           0.0000          -
18610.35/962.56	c       963              6           5        20                -           0.0000          -
18711.21/967.66	c       968              6           5        20                -           0.0000          -
18812.26/972.71	c       973              7           6        20                -           0.0000          -
18915.30/977.90	c       978              7           6        20                -           0.0000          -
19014.33/982.96	c       983              7           6        20                -           0.0000          -
19116.52/988.07	c       988              7           6        20                -           0.0000          -
19217.58/993.15	c       993              7           6        20                -           0.0000          -
19319.63/998.35	c       998              8           7        20                -           0.0000          -
19420.69/1003.45	c      1003              8           7        20                -           0.0000          -
19521.76/1008.54	c      1009              8           7        20                -           0.0000          -
19622.79/1013.63	c      1014              8           7        20                -           0.0000          -
19721.71/1018.67	c      1019              8           7        20                -           0.0000          -
19822.64/1023.72	c      1024              8           7        20                -           0.0000          -
19923.78/1028.80	c      1029              9           8        20                -           0.0000          -
20024.92/1033.90	c      1034              9           8        20                -           0.0000          -
20124.07/1038.97	c      1039              9           8        20                -           0.0000          -
20225.94/1044.05	c      1044              9           8        20                -           0.0000          -
20325.05/1049.12	c      1049              9           8        20                -           0.0000          -
20427.40/1054.20	c      1054              9           8        20                -           0.0000          -
20526.51/1059.27	c      1059              9           8        20                -           0.0000          -
20627.62/1064.33	c      1064             10           9        20                -           0.0000          -
20726.73/1069.36	c      1069             10           9        20                -           0.0000          -
20825.78/1074.37	c      1074             10           9        20                -           0.0000          -
20926.91/1079.50	c      1080         165651        1673        20                -           0.0000          -
21029.92/1084.63	c      1085             11          10        20                -           0.0000          -
21129.04/1089.70	c      1090             11          10        20                -           0.0000          -
21230.12/1094.75	c      1095             11          10        20                -           0.0000          -
21331.22/1099.82	c      1100             11          10        20                -           0.0000          -
21432.33/1104.91	c      1105             11          10        20                -           0.0000          -
21531.46/1110.01	c      1110             11          10        20                -           0.0000          -
21633.53/1115.12	c      1115             11          10        20                -           0.0000          -
21735.55/1120.26	c      1120             11          10        20                -           0.0000          -
21838.68/1125.43	c      1125             12          11        20                -           0.0000          -
21939.75/1130.58	c      1131             12          11        20                -           0.0000          -
22040.90/1135.67	c      1136             12          11        20                -           0.0000          -
22142.02/1140.75	c      1141             12          11        20                -           0.0000          -
22243.16/1145.81	c      1146             12          11        20                -           0.0000          -
22344.31/1150.90	c      1151             12          11        20                -           0.0000          -
22443.48/1155.96	c      1156              4           3        20                -           0.0000          -
22542.61/1161.05	c      1161              4           3        20                -           0.0000          -
22644.84/1166.15	c      1166              4           3        20                -           0.0000          -
22746.82/1171.21	c      1171              4           3        20                -           0.0000          -
22847.89/1176.38	c      1176              4           3        20                -           0.0000          -
22948.95/1181.45	c      1181              4           3        20                -           0.0000          -
23050.05/1186.50	c      1187              4           3        20                -           0.0000          -
23149.15/1191.56	c      1192              4           3        20                -           0.0000          -
23250.12/1196.68	c      1197              4           3        20                -           0.0000          -
23351.21/1201.76	c      1202              4           3        20                -           0.0000          -
23452.34/1206.86	c      1207              4           3        20                -           0.0000          -
23553.42/1211.96	c      1212              4           3        20                -           0.0000          -
23655.28/1217.05	c      1217              4           3        20                -           0.0000          -
23754.59/1222.13	c      1222              4           3        20                -           0.0000          -
23855.67/1227.17	c      1227              4           3        20                -           0.0000          -
23957.66/1232.30	c      1232              4           3        20                -           0.0000          -
24056.77/1237.37	c      1237              4           3        20                -           0.0000          -
24157.72/1242.41	c      1242              4           3        20                -           0.0000          -
24256.67/1247.49	c      1248              4           3        20                -           0.0000          -
24359.63/1252.63	c      1253              4           3        20                -           0.0000          -
24458.78/1257.67	c      1258              4           3        20                -           0.0000          -
24559.77/1262.70	c      1263              4           3        20                -           0.0000          -
24658.86/1267.77	c      1268              4           3        20                -           0.0000          -
24760.11/1272.86	c      1273              4           3        20                -           0.0000          -
24861.04/1277.91	c      1278              4           3        20                -           0.0000          -
24960.14/1283.02	c      1283              4           3        20                -           0.0000          -
25062.19/1288.14	c      1288              4           3        20                -           0.0000          -
25164.19/1293.24	c      1293              4           3        20                -           0.0000          -
25265.30/1298.36	c      1298              4           3        20                -           0.0000          -
25366.37/1303.48	c      1303              4           3        20                -           0.0000          -
25466.82/1308.59	c      1309              4           3        20                -           0.0000          -
25567.76/1313.65	c      1314              4           3        20                -           0.0000          -
25668.83/1318.71	c      1319              4           3        20                -           0.0000          -
25769.84/1323.81	c      1324              4           3        20                -           0.0000          -
25868.63/1328.87	c      1329              4           3        20                -           0.0000          -
25969.69/1333.99	c      1334              4           3        20                -           0.0000          -
26071.38/1339.04	c      1339              4           3        20                -           0.0000          -
26170.51/1344.11	c      1344              4           3        20                -           0.0000          -
26272.85/1349.29	c      1349              4           3        20                -           0.0000          -
26373.90/1354.34	c      1354              4           3        20                -           0.0000          -
26475.01/1359.47	c      1359              4           3        20                -           0.0000          -
26576.08/1364.55	c      1365              4           3        20                -           0.0000          -
26676.94/1369.62	c      1370              4           3        20                -           0.0000          -
26777.67/1374.76	c      1375              4           3        20                -           0.0000          -
26878.70/1379.84	c      1380             13          12        20                -           0.0000          -
26979.73/1384.92	c      1385             13          12        20                -           0.0000          -
27078.64/1390.00	c      1390             13          12        20                -           0.0000          -
27180.74/1395.06	c      1395             13          12        20                -           0.0000          -
27279.78/1400.15	c      1400             13          12        20                -           0.0000          -
27383.77/1405.31	c      1405             13          12        20                -           0.0000          -
27484.74/1410.46	c      1410             13          12        20                -           0.0000          -
27585.98/1415.51	c      1416             13          12        20                -           0.0000          -
27684.85/1420.59	c      1421             13          12        20                -           0.0000          -
27785.89/1425.66	c      1426             13          12        20                -           0.0000          -
27886.98/1430.74	c      1431             13          12        20                -           0.0000          -
27986.11/1435.79	c      1436             13          12        20                -           0.0000          -
28087.21/1440.84	c      1441             13          12        20                -           0.0000          -
28188.32/1445.94	c      1446             13          12        20                -           0.0000          -
28287.36/1451.03	c      1451             13          12        20                -           0.0000          -
28389.41/1456.09	c      1456             13          12        20                -           0.0000          -
28491.35/1461.25	c      1461             13          12        20                -           0.0000          -
28592.32/1466.30	c      1466             13          12        20                -           0.0000          -
28693.34/1471.44	c      1471             13          12        20                -           0.0000          -
28794.31/1476.56	c      1477             13          12        20                -           0.0000          -
28895.39/1481.66	c      1482             13          12        20                -           0.0000          -
28996.53/1486.70	c      1487             13          12        20                -           0.0000          -
29097.64/1491.85	c      1492             13          12        20                -           0.0000          -
29198.77/1496.92	c      1497             13          12        20                -           0.0000          -
29297.88/1502.04	c      1502             13          12        20                -           0.0000          -
29399.85/1507.09	c      1507             13          12        20                -           0.0000          -
29498.86/1512.14	c      1512             13          12        20                -           0.0000          -
29601.17/1517.22	c      1517             13          12        20                -           0.0000          -
29700.29/1522.28	c      1522             13          12        20                -           0.0000          -
29801.29/1527.37	c      1527             13          12        20                -           0.0000          -
29903.60/1532.54	c      1533             13          12        20                -           0.0000          -
30004.68/1537.61	c      1538             13          12        20                -           0.0000          -
30103.77/1542.68	c      1543             13          12        20                -           0.0000          -
30204.85/1547.77	c      1548             13          12        20                -           0.0000          -
30305.72/1552.84	c      1553             13          12        20                -           0.0000          -
30406.81/1557.91	c      1558             13          12        20                -           0.0000          -
30505.79/1562.98	c      1563             13          12        20                -           0.0000          -
30607.76/1568.06	c      1568             13          12        20                -           0.0000          -
30706.79/1573.13	c      1573             13          12        20                -           0.0000          -
30808.92/1578.27	c      1578             13          12        20                -           0.0000          -
30909.91/1583.37	c      1583             13          12        20                -           0.0000          -
31010.98/1588.45	c      1588             13          12        20                -           0.0000          -
31112.08/1593.57	c      1594             13          12        20                -           0.0000          -
31213.15/1598.63	c      1599             13          12        20                -           0.0000          -
31314.07/1603.77	c      1604             13          12        20                -           0.0000          -
31415.16/1608.89	c      1609             13          12        20                -           0.0000          -
31516.19/1613.99	c      1614             13          12        20                -           0.0000          -
31618.31/1619.07	c      1619             13          12        20                -           0.0000          -
31717.35/1624.14	c      1624             13          12        20                -           0.0000          -
31819.31/1629.22	c      1629             13          12        20                -           0.0000          -
31918.26/1634.29	c      1634             13          12        20                -           0.0000          -
32021.31/1639.40	c      1639             13          12        20                -           0.0000          -
32122.26/1644.54	c      1645             13          12        20                -           0.0000          -
32221.37/1649.59	c      1650             13          12        20                -           0.0000          -
32322.44/1654.66	c      1655             13          12        20                -           0.0000          -
32423.50/1659.76	c      1660             13          12        20                -           0.0000          -
32524.57/1664.81	c      1665             13          12        20                -           0.0000          -
32625.58/1669.95	c      1670             13          12        20                -           0.0000          -
32727.47/1675.11	c      1675             13          12        20                -           0.0000          -
32829.66/1680.24	c      1680             13          12        20                -           0.0000          -
32930.72/1685.38	c      1685             13          12        20                -           0.0000          -
33031.78/1690.45	c      1690             13          12        20                -           0.0000          -
33133.08/1695.51	c      1696             13          12        20                -           0.0000          -
33231.98/1700.59	c      1701             13          12        20                -           0.0000          -
33333.04/1705.68	c      1706             13          12        20                -           0.0000          -
33435.79/1710.83	c      1711             13          12        20                -           0.0000          -
33534.58/1715.89	c      1716             13          12        20                -           0.0000          -
33635.57/1720.98	c      1721             13          12        20                -           0.0000          -
33739.76/1726.16	c      1726             13          12        20                -           0.0000          -
33839.50/1731.22	c      1731             13          12        20                -           0.0000          -
33938.46/1736.28	c      1736             13          12        20                -           0.0000          -
34039.57/1741.38	c      1741             13          12        20                -           0.0000          -
34142.46/1746.56	c      1747             13          12        20                -           0.0000          -
34243.33/1751.61	c      1752             13          12        20                -           0.0000          -
34344.42/1756.72	c      1757             13          12        20                -           0.0000          -
34445.45/1761.82	c      1762             13          12        20                -           0.0000          -
34546.53/1766.91	c      1767             13          12        20                -           0.0000          -
34648.58/1772.06	c      1772             13          12        20                -           0.0000          -
34749.75/1777.17	c      1777             13          12        20                -           0.0000          -
34849.72/1782.23	c      1782             13          12        20                -           0.0000          -
34950.80/1787.33	c      1787             13          12        20                -           0.0000          -
35051.58/1792.46	c      1792             13          12        20                -           0.0000          -
35152.42/1797.52	c      1798             13          12        20                -           0.0000          -
35253.46/1802.62	c      1803             13          12        20                -           0.0000          -
35354.57/1807.71	c      1808             13          12        20                -           0.0000          -
35453.63/1812.80	c      1813             13          12        20                -           0.0000          -
35554.75/1817.88	c      1818             13          12        20                -           0.0000          -
35655.86/1822.95	c      1823             13          12        20                -           0.0000          -
35758.02/1828.06	c      1828             13          12        20                -           0.0000          -
35857.14/1833.13	c      1833             13          12        20                -           0.0000          -
35957.98/1838.19	c      1838             13          12        20                -           0.0000          -
36058.29/1843.26	c      1843             13          12        20                -           0.0000          -
36159.40/1848.33	c      1848             13          12        20                -           0.0000          -
36260.43/1853.43	c      1853             13          12        20                -           0.0000          -
36359.55/1858.49	c      1858             13          12        20                -           0.0000          -
36460.72/1863.55	c      1864             13          12        20                -           0.0000          -
36559.59/1868.59	c      1869             13          12        20                -           0.0000          -
36660.71/1873.69	c      1874             13          12        20                -           0.0000          -
36761.76/1878.77	c      1879             13          12        20                -           0.0000          -
36862.85/1883.84	c      1884             13          12        20                -           0.0000          -
36963.92/1888.95	c      1889             13          12        20                -           0.0000          -
37066.05/1894.07	c      1894             13          12        20                -           0.0000          -
37165.13/1899.14	c      1899             13          12        20                -           0.0000          -
37267.21/1904.22	c      1904             13          12        20                -           0.0000          -
37366.26/1909.26	c      1909             13          12        20                -           0.0000          -
37467.31/1914.33	c      1914             13          12        20                -           0.0000          -
37566.32/1919.38	c      1919             13          12        20                -           0.0000          -
37667.29/1924.45	c      1924             13          12        20                -           0.0000          -
37768.42/1929.52	c      1930             13          12        20                -           0.0000          -
37869.45/1934.60	c      1935             13          12        20                -           0.0000          -
37968.51/1939.66	c      1940             13          12        20                -           0.0000          -
38069.47/1944.73	c      1945             13          12        20                -           0.0000          -
38172.50/1949.90	c      1950             13          12        20                -           0.0000          -
38271.60/1954.96	c      1955             13          12        20                -           0.0000          -
38370.66/1959.99	c      1960             13          12        20                -           0.0000          -
38472.87/1965.11	c      1965             13          12        20                -           0.0000          -
38574.68/1970.22	c      1970             13          12        20                -           0.0000          -
38675.81/1975.33	c      1975             13          12        20                -           0.0000          -
38776.91/1980.40	c      1980             13          12        20                -           0.0000          -
38876.03/1985.47	c      1985             13          12        20                -           0.0000          -
38979.07/1990.61	c      1991             13          12        20                -           0.0000          -
39078.16/1995.69	c      1996             13          12        20                -           0.0000          -
39179.24/2000.77	c      2001             13          12        20                -           0.0000          -
39280.27/2005.86	c      2006             13          12        20                -           0.0000          -
39381.08/2010.95	c      2011             13          12        20                -           0.0000          -
39479.97/2016.02	c      2016             13          12        20                -           0.0000          -
39581.64/2021.07	c      2021             13          12        20                -           0.0000          -
39682.63/2026.15	c      2026             13          12        20                -           0.0000          -
39782.82/2031.23	c      2031             13          12        20                -           0.0000          -
39883.94/2036.39	c      2036             13          12        20                -           0.0000          -
39985.05/2041.45	c      2041             13          12        20                -           0.0000          -
40088.19/2046.62	c      2047             13          12        20                -           0.0000          -
40189.26/2051.70	c      2052             13          12        20                -           0.0000          -
40288.36/2056.79	c      2057             13          12        20                -           0.0000          -
40389.49/2061.84	c      2062             13          12        20                -           0.0000          -
40490.63/2067.00	c      2067             13          12        20                -           0.0000          -
40592.64/2072.10	c      2072             13          12        20                -           0.0000          -
40694.00/2077.19	c      2077             13          12        20                -           0.0000          -
40795.79/2082.31	c      2082             13          12        20                -           0.0000          -
40894.92/2087.37	c      2087             13          12        20                -           0.0000          -
40995.94/2092.45	c      2092             13          12        20                -           0.0000          -
41094.98/2097.49	c      2097             13          12        20                -           0.0000          -
41197.99/2102.61	c      2103             13          12        20                -           0.0000          -
41297.11/2107.68	c      2108             13          12        20                -           0.0000          -
41396.13/2112.70	c      2113             13          12        20                -           0.0000          -
41497.25/2117.72	c      2118             13          12        20                -           0.0000          -
41596.33/2122.76	c      2123             13          12        20                -           0.0000          -
41697.37/2127.85	c      2128             13          12        20                -           0.0000          -
41798.43/2132.94	c      2133             13          12        20                -           0.0000          -
41897.57/2138.02	c      2138             13          12        20                -           0.0000          -
42002.61/2143.22	c      2143             13          12        20                -           0.0000          -
42101.76/2148.28	c      2148             13          12        20                -           0.0000          -
42202.65/2153.32	c      2153             13          12        20                -           0.0000          -
42303.79/2158.43	c      2158             13          12        20                -           0.0000          -
42402.92/2163.48	c      2163             13          12        20                -           0.0000          -
42504.06/2168.57	c      2169             13          12        20                -           0.0000          -
42605.18/2173.62	c      2174             13          12        20                -           0.0000          -
42706.31/2178.76	c      2179             13          12        20                -           0.0000          -
42807.38/2183.82	c      2184             13          12        20                -           0.0000          -
42908.52/2188.90	c      2189             13          12        20                -           0.0000          -
43007.57/2193.95	c      2194             13          12        20                -           0.0000          -
43106.59/2199.04	c      2199             13          12        20                -           0.0000          -
43208.44/2204.10	c      2204             13          12        20                -           0.0000          -
43307.34/2209.12	c      2209             13          12        20                -           0.0000          -
43409.61/2214.24	c      2214             13          12        20                -           0.0000          -
43508.73/2219.29	c      2219             13          12        20                -           0.0000          -
43609.83/2224.38	c      2224             13          12        20                -           0.0000          -
43710.93/2229.48	c      2229             13          12        20                -           0.0000          -
43812.01/2234.53	c      2235             13          12        20                -           0.0000          -
43911.30/2239.58	c      2240             13          12        20                -           0.0000          -
44012.17/2244.63	c      2245             13          12        20                -           0.0000          -
44111.23/2249.68	c      2250             13          12        20                -           0.0000          -
44214.18/2254.83	c      2255             13          12        20                -           0.0000          -
44313.25/2259.84	c      2260             13          12        20                -           0.0000          -
44414.36/2264.94	c      2265             13          12        20                -           0.0000          -
44513.41/2270.02	c      2270             13          12        20                -           0.0000          -
44615.36/2275.16	c      2275             13          12        20                -           0.0000          -
44717.29/2280.24	c      2280             13          12        20                -           0.0000          -
44818.41/2285.32	c      2285             13          12        20                -           0.0000          -
44917.49/2290.38	c      2290             13          12        20                -           0.0000          -
45018.55/2295.47	c      2295             13          12        20                -           0.0000          -
45117.59/2300.50	c      2300             13          12        20                -           0.0000          -
45218.63/2305.54	c      2306             13          12        20                -           0.0000          -
45317.62/2310.59	c      2311             13          12        20                -           0.0000          -
45418.64/2315.69	c      2316             13          12        20                -           0.0000          -
45519.56/2320.75	c      2321             13          12        20                -           0.0000          -
45620.59/2325.89	c      2326             13          12        20                -           0.0000          -
45721.49/2330.96	c      2331             13          12        20                -           0.0000          -
45820.56/2336.04	c      2336             13          12        20                -           0.0000          -
45922.39/2341.10	c      2341             13          12        20                -           0.0000          -
46024.70/2346.26	c      2346             13          12        20                -           0.0000          -
46125.84/2351.30	c      2351             13          12        20                -           0.0000          -
46224.90/2356.36	c      2356             13          12        20                -           0.0000          -
46325.90/2361.43	c      2361             13          12        20                -           0.0000          -
46427.02/2366.53	c      2367             13          12        20                -           0.0000          -
46528.11/2371.61	c      2372             13          12        20                -           0.0000          -
46627.20/2376.70	c      2377             13          12        20                -           0.0000          -
46728.24/2381.77	c      2382             13          12        20                -           0.0000          -
46829.36/2386.85	c      2387             13          12        20                -           0.0000          -
46930.43/2391.93	c      2392             13          12        20                -           0.0000          -
47029.50/2396.99	c      2397             13          12        20                -           0.0000          -
47131.43/2402.04	c      2402             13          12        20                -           0.0000          -
47230.51/2407.07	c      2407             13          12        20                -           0.0000          -
47331.92/2412.16	c      2412             13          12        20                -           0.0000          -
47431.89/2417.22	c      2417             13          12        20                -           0.0000          -
47533.00/2422.34	c      2422             13          12        20                -           0.0000          -
47634.15/2427.46	c      2427             13          12        20                -           0.0000          -
47735.27/2432.55	c      2433             13          12        20                -           0.0000          -
47834.30/2437.57	c      2438             13          12        20                -           0.0000          -
47935.44/2442.69	c      2443             13          12        20                -           0.0000          -
48036.55/2447.79	c      2448             13          12        20                -           0.0000          -
48137.52/2452.88	c      2453             13          12        20                -           0.0000          -
48238.64/2457.93	c      2458             13          12        20                -           0.0000          -
48337.79/2463.01	c      2463             13          12        20                -           0.0000          -
48439.70/2468.10	c      2468             13          12        20                -           0.0000          -
48540.81/2473.19	c      2473             13          12        20                -           0.0000          -
48641.12/2478.26	c      2478             13          12        20                -           0.0000          -
48742.20/2483.33	c      2483             13          12        20                -           0.0000          -
48841.36/2488.38	c      2488             13          12        20                -           0.0000          -
48942.47/2493.44	c      2493             13          12        20                -           0.0000          -
49041.62/2498.49	c      2498             13          12        20                -           0.0000          -
49142.88/2503.54	c      2504             13          12        20                -           0.0000          -
49241.77/2508.55	c      2509             13          12        20                -           0.0000          -
49342.78/2513.67	c      2514             13          12        20                -           0.0000          -
49443.93/2518.74	c      2519             13          12        20                -           0.0000          -
49545.08/2523.85	c      2524             13          12        20                -           0.0000          -
49646.23/2528.95	c      2529             13          12        20                -           0.0000          -
49745.29/2534.05	c      2534             13          12        20                -           0.0000          -
49847.43/2539.10	c      2539             13          12        20                -           0.0000          -
49948.36/2544.17	c      2544             13          12        20                -           0.0000          -
50050.66/2549.30	c      2549             13          12        20                -           0.0000          -
50149.81/2554.39	c      2554             13          12        20                -           0.0000          -
50250.88/2559.44	c      2559             13          12        20                -           0.0000          -
50350.00/2564.49	c      2564             13          12        20                -           0.0000          -
50451.14/2569.54	c      2570             13          12        20                -           0.0000          -
50550.12/2574.59	c      2575             13          12        20                -           0.0000          -
50651.14/2579.69	c      2580             13          12        20                -           0.0000          -
50752.13/2584.77	c      2585             13          12        20                -           0.0000          -
50853.24/2589.84	c      2590             13          12        20                -           0.0000          -
50954.23/2594.91	c      2595             13          12        20                -           0.0000          -
51053.29/2600.00	c      2600             13          12        20                -           0.0000          -
51157.07/2605.15	c      2605             13          12        20                -           0.0000          -
51257.34/2610.20	c      2610             13          12        20                -           0.0000          -
51356.44/2615.29	c      2615             13          12        20                -           0.0000          -
51457.48/2620.38	c      2620             13          12        20                -           0.0000          -
51558.58/2625.45	c      2625             13          12        20                -           0.0000          -
51657.60/2630.47	c      2630             13          12        20                -           0.0000          -
51758.84/2635.57	c      2636             13          12        20                -           0.0000          -
51858.02/2640.57	c      2641             13          12        20                -           0.0000          -
51960.94/2645.73	c      2646             13          12        20                -           0.0000          -
52059.99/2650.77	c      2651             13          12        20                -           0.0000          -
52160.95/2655.85	c      2656             13          12        20                -           0.0000          -
52261.80/2660.96	c      2661             13          12        20                -           0.0000          -
52360.95/2666.04	c      2666             13          12        20                -           0.0000          -
52462.85/2671.11	c      2671             13          12        20                -           0.0000          -
52564.36/2676.18	c      2676             13          12        20                -           0.0000          -
52664.20/2681.24	c      2681             13          12        20                -           0.0000          -
52765.29/2686.39	c      2686             13          12        20                -           0.0000          -
52866.16/2691.45	c      2691             13          12        20                -           0.0000          -
52969.28/2696.63	c      2697             13          12        20                -           0.0000          -
53070.41/2701.74	c      2702             13          12        20                -           0.0000          -
53171.56/2706.82	c      2707             13          12        20                -           0.0000          -
53270.60/2711.88	c      2712             13          12        20                -           0.0000          -
53371.74/2717.00	c      2717             13          12        20                -           0.0000          -
53473.59/2722.10	c      2722             13          12        20                -           0.0000          -
53575.02/2727.19	c      2727             13          12        20                -           0.0000          -
53675.17/2732.27	c      2732             13          12        20                -           0.0000          -
53776.13/2737.36	c      2737             13          12        20                -           0.0000          -
53877.23/2742.42	c      2742             13          12        20                -           0.0000          -
53978.35/2747.50	c      2748             13          12        20                -           0.0000          -
54077.36/2752.59	c      2753             13          12        20                -           0.0000          -
54178.18/2757.67	c      2758             13          12        20                -           0.0000          -
54279.22/2762.75	c      2763             13          12        20                -           0.0000          -
54380.33/2767.87	c      2768             13          12        20                -           0.0000          -
54481.30/2772.99	c      2773             13          12        20                -           0.0000          -
54583.39/2778.14	c      2778             13          12        20                -           0.0000          -
54685.45/2783.21	c      2783             13          12        20                -           0.0000          -
54784.52/2788.29	c      2788             13          12        20                -           0.0000          -
54887.46/2793.46	c      2793             13          12        20                -           0.0000          -
54988.47/2798.55	c      2799             13          12        20                -           0.0000          -
55091.55/2803.75	c      2804             13          12        20                -           0.0000          -
55192.58/2808.84	c      2809             13          12        20                -           0.0000          -
55293.36/2813.91	c      2814             13          12        20                -           0.0000          -
55392.49/2819.02	c      2819             13          12        20                -           0.0000          -
55494.58/2824.09	c      2824             13          12        20                -           0.0000          -
55595.69/2829.19	c      2829             13          12        20                -           0.0000          -
55695.67/2834.27	c      2834             13          12        20                -           0.0000          -
55796.63/2839.33	c      2839             13          12        20                -           0.0000          -
55895.53/2844.37	c      2844             13          12        20                -           0.0000          -
55996.46/2849.43	c      2849             13          12        20                -           0.0000          -
56097.42/2854.53	c      2855             13          12        20                -           0.0000          -
56196.43/2859.60	c      2860             13          12        20                -           0.0000          -
56297.58/2864.69	c      2865             13          12        20                -           0.0000          -
56398.43/2869.74	c      2870             13          12        20                -           0.0000          -
56497.50/2874.79	c      2875             13          12        20                -           0.0000          -
56598.36/2879.86	c      2880             13          12        20                -           0.0000          -
56697.28/2884.86	c      2885             13          12        20                -           0.0000          -
56798.20/2889.96	c      2890             13          12        20                -           0.0000          -
56900.11/2895.07	c      2895             13          12        20                -           0.0000          -
57001.17/2900.18	c      2900             13          12        20                -           0.0000          -
57101.20/2905.29	c      2905             13          12        20                -           0.0000          -
57202.21/2910.34	c      2910             13          12        20                -           0.0000          -
57303.29/2915.41	c      2915             13          12        20                -           0.0000          -
57402.30/2920.46	c      2920             13          12        20                -           0.0000          -
57503.21/2925.51	c      2926             13          12        20                -           0.0000          -
57604.01/2930.65	c      2931             13          12        20                -           0.0000          -
57705.03/2935.74	c      2936             13          12        20                -           0.0000          -
57805.96/2940.82	c      2941             13          12        20                -           0.0000          -
57905.02/2945.88	c      2946             13          12        20                -           0.0000          -
58006.04/2950.96	c      2951             13          12        20                -           0.0000          -
58105.09/2956.02	c      2956             13          12        20                -           0.0000          -
58206.87/2961.06	c      2961             13          12        20                -           0.0000          -
58306.14/2966.13	c      2966             13          12        20                -           0.0000          -
58408.19/2971.21	c      2971             13          12        20                -           0.0000          -
58509.24/2976.39	c      2976             13          12        20                -           0.0000          -
58610.27/2981.43	c      2981             13          12        20                -           0.0000          -
58711.32/2986.52	c      2987             13          12        20                -           0.0000          -
58810.40/2991.59	c      2992             13          12        20                -           0.0000          -
58911.22/2996.68	c      2997             13          12        20                -           0.0000          -
59012.23/3001.74	c      3002             13          12        20                -           0.0000          -
59111.42/3006.78	c      3007             13          12        20                -           0.0000          -
59212.40/3011.89	c      3012             13          12        20                -           0.0000          -
59313.52/3016.95	c      3017             13          12        20                -           0.0000          -
59412.57/3022.03	c      3022             13          12        20                -           0.0000          -
59514.74/3027.09	c      3027             13          12        20                -           0.0000          -
59616.77/3032.20	c      3032             13          12        20                -           0.0000          -
59715.93/3037.25	c      3037             13          12        20                -           0.0000          -
59817.03/3042.30	c      3042             13          12        20                -           0.0000          -
59916.18/3047.37	c      3047             13          12        20                -           0.0000          -
60015.23/3052.38	c      3052             13          12        20                -           0.0000          -
60118.29/3057.53	c      3058             13          12        20                -           0.0000          -
60217.41/3062.59	c      3063             13          12        20                -           0.0000          -
60318.51/3067.66	c      3068             13          12        20                -           0.0000          -
60419.53/3072.75	c      3073             13          12        20                -           0.0000          -
60518.60/3077.78	c      3078             13          12        20                -           0.0000          -
60619.66/3082.85	c      3083             13          12        20                -           0.0000          -
60720.78/3087.91	c      3088             13          12        20                -           0.0000          -
60819.83/3092.97	c      3093             13          12        20                -           0.0000          -
60918.92/3098.03	c      3098             13          12        20                -           0.0000          -
61020.78/3103.08	c      3103             13          12        20                -           0.0000          -
61122.18/3108.16	c      3108             13          12        20                -           0.0000          -
61222.04/3113.21	c      3113             13          12        20                -           0.0000          -
61321.13/3118.27	c      3118             13          12        20                -           0.0000          -
61422.23/3123.34	c      3123             13          12        20                -           0.0000          -
61521.31/3128.36	c      3128             13          12        20                -           0.0000          -
61622.29/3133.46	c      3133             13          12        20                -           0.0000          -
61723.42/3138.53	c      3139             13          12        20                -           0.0000          -
61822.59/3143.58	c      3144             13          12        20                -           0.0000          -
61923.55/3148.69	c      3149             13          12        20                -           0.0000          -
62024.60/3153.76	c      3154             13          12        20                -           0.0000          -
62125.73/3158.82	c      3159             13          12        20                -           0.0000          -
62224.86/3163.88	c      3164             13          12        20                -           0.0000          -
62325.75/3169.02	c      3169             13          12        20                -           0.0000          -
62427.37/3174.06	c      3174             13          12        20                -           0.0000          -
62528.50/3179.17	c      3179             13          12        20                -           0.0000          -
62628.80/3184.25	c      3184             13          12        20                -           0.0000          -
62729.93/3189.35	c      3189             13          12        20                -           0.0000          -
62831.06/3194.43	c      3194             13          12        20                -           0.0000          -
62932.34/3199.51	c      3200             13          12        20                -           0.0000          -
63033.27/3204.60	c      3205             13          12        20                -           0.0000          -
63132.27/3209.68	c      3210             13          12        20                -           0.0000          -
63233.38/3214.76	c      3215             13          12        20                -           0.0000          -
63334.63/3219.83	c      3220             13          12        20                -           0.0000          -
63433.52/3224.86	c      3225             13          12        20                -           0.0000          -
63534.55/3229.91	c      3230             13          12        20                -           0.0000          -
63633.68/3234.91	c      3235             13          12        20                -           0.0000          -
63732.78/3239.96	c      3240             13          12        20                -           0.0000          -
63831.79/3245.01	c      3245             13          12        20                -           0.0000          -
63933.93/3250.12	c      3250             13          12        20                -           0.0000          -
64037.90/3255.30	c      3255             13          12        20                -           0.0000          -
64139.01/3260.40	c      3260             13          12        20                -           0.0000          -
64237.94/3265.49	c      3266             13          12        20                -           0.0000          -
64339.06/3270.55	c      3271             13          12        20                -           0.0000          -
64440.16/3275.64	c      3276             13          12        20                -           0.0000          -
64541.28/3280.71	c      3281             13          12        20                -           0.0000          -
64640.43/3285.76	c      3286             13          12        20                -           0.0000          -
64741.39/3290.84	c      3291             13          12        20                -           0.0000          -
64842.38/3295.92	c      3296             13          12        20                -           0.0000          -
64941.51/3300.98	c      3301             13          12        20                -           0.0000          -
65043.31/3306.07	c      3306             13          12        20                -           0.0000          -
65144.40/3311.15	c      3311             13          12        20                -           0.0000          -
65244.54/3316.23	c      3316             13          12        20                -           0.0000          -
65345.64/3321.30	c      3321             13          12        20                -           0.0000          -
65446.73/3326.43	c      3326             13          12        20                -           0.0000          -
65545.78/3331.49	c      3331             13          12        20                -           0.0000          -
65646.88/3336.56	c      3337             13          12        20                -           0.0000          -
65747.95/3341.65	c      3342             13          12        20                -           0.0000          -
65849.06/3346.74	c      3347             13          12        20                -           0.0000          -
65950.01/3351.84	c      3352             13          12        20                -           0.0000          -
66051.15/3356.93	c      3357             13          12        20                -           0.0000          -
66150.29/3362.01	c      3362             13          12        20                -           0.0000          -
66252.46/3367.08	c      3367             13          12        20                -           0.0000          -
66353.59/3372.17	c      3372             13          12        20                -           0.0000          -
66453.59/3377.23	c      3377             13          12        20                -           0.0000          -
66554.56/3382.33	c      3382             13          12        20                -           0.0000          -
66653.68/3387.40	c      3387             13          12        20                -           0.0000          -
66754.80/3392.44	c      3392             13          12        20                -           0.0000          -
66855.76/3397.57	c      3398             13          12        20                -           0.0000          -
66956.90/3402.69	c      3403             13          12        20                -           0.0000          -
67058.04/3407.77	c      3408             13          12        20                -           0.0000          -
67161.09/3412.95	c      3413             13          12        20                -           0.0000          -
67260.13/3418.01	c      3418             13          12        20                -           0.0000          -
67362.23/3423.07	c      3423             13          12        20                -           0.0000          -
67464.30/3428.25	c      3428             13          12        20                -           0.0000          -
67565.39/3433.33	c      3433             13          12        20                -           0.0000          -
67666.52/3438.45	c      3438             13          12        20                -           0.0000          -
67767.60/3443.52	c      3444             13          12        20                -           0.0000          -
67868.61/3448.61	c      3449             13          12        20                -           0.0000          -
67967.72/3453.68	c      3454             13          12        20                -           0.0000          -
68068.85/3458.73	c      3459             13          12        20                -           0.0000          -
68169.95/3463.88	c      3464             13          12        20                -           0.0000          -
68271.08/3468.96	c      3469             13          12        20                -           0.0000          -
68370.08/3474.05	c      3474             13          12        20                -           0.0000          -
68471.91/3479.10	c      3479             13          12        20                -           0.0000          -
68571.23/3484.14	c      3484             13          12        20                -           0.0000          -
68673.31/3489.26	c      3489             13          12        20                -           0.0000          -
68774.19/3494.31	c      3494             13          12        20                -           0.0000          -
68873.42/3499.35	c      3499             13          12        20                -           0.0000          -
68976.30/3504.50	c      3505             13          12        20                -           0.0000          -
69077.40/3509.65	c      3510             13          12        20                -           0.0000          -
69176.52/3514.69	c      3515             13          12        20                -           0.0000          -
69277.67/3519.75	c      3520             13          12        20                -           0.0000          -
69378.77/3524.80	c      3525             13          12        20                -           0.0000          -
69477.91/3529.85	c      3530             13          12        20                -           0.0000          -
69578.91/3534.94	c      3535             13          12        20                -           0.0000          -
69678.02/3540.05	c      3540             13          12        20                -           0.0000          -
69782.21/3545.17	c      3545             13          12        20                -           0.0000          -
69882.18/3550.24	c      3550             13          12        20                -           0.0000          -
69983.30/3555.31	c      3555             13          12        20                -           0.0000          -
70082.42/3560.38	c      3560             13          12        20                -           0.0000          -
70183.60/3565.47	c      3565             13          12        20                -           0.0000          -
70286.47/3570.60	c      3571             13          12        20                -           0.0000          -
70385.59/3575.64	c      3576             13          12        20                -           0.0000          -
70484.80/3580.68	c      3581             13          12        20                -           0.0000          -
70585.72/3585.73	c      3586             13          12        20                -           0.0000          -
70686.70/3590.85	c      3591             13          12        20                -           0.0000          -
70787.81/3595.95	c      3596             13          12        20                -           0.0000          -
70889.70/3601.06	c      3601             13          12        20                -           0.0000          -
70988.88/3606.11	c      3606             13          12        20                -           0.0000          -
71090.86/3611.20	c      3611             13          12        20                -           0.0000          -
71189.95/3616.28	c      3616             13          12        20                -           0.0000          -
71291.06/3621.33	c      3621             13          12        20                -           0.0000          -
71390.15/3626.39	c      3626             13          12        20                -           0.0000          -
71491.24/3631.46	c      3631             13          12        20                -           0.0000          -
71592.27/3636.51	c      3637             13          12        20                -           0.0000          -
71691.52/3641.58	c      3642             13          12        20                -           0.0000          -
71792.57/3646.63	c      3647             13          12        20                -           0.0000          -
71891.57/3651.69	c      3652             13          12        20                -           0.0000          -
71992.67/3656.77	c      3657             13          12        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 (191563 MiB free)
  memory of node 2: 193531 MiB (191118 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-4465700-1722533544/watcher-4465700-1722533544 -o /tmp/evaluation-result-4465700-1722533544/solver-4465700-1722533544 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127950 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465700-1722533544.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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=127989, runsolver pid=127986
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 1.37 16.61 42.92 5/863 128012
/proc/meminfo: memFree=781889500/790760804 swapFree=131071996/131071996
[pid=127989] ppid=127986 vsize=92112 memory=78692 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/stat : 127989 (fscip) R 127986 127989 127938 0 -1 4194304 17433 0 0 0 9 2 0 0 20 0 1 0 19937499 94322688 19673 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
/proc/127989/statm: 23028 19673 2598 3035 0 19424 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 92112 KiB
Current children cumulated memory: 78692 KiB

[startup+0.224492 s]*
/proc/loadavg: 1.37 16.61 42.92 5/863 128012
/proc/meminfo: memFree=781746712/790760804 swapFree=131071996/131071996
[pid=127989] ppid=127986 vsize=113576 memory=100528 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/stat : 127989 (fscip) R 127986 127989 127938 0 -1 4194304 25152 0 0 0 20 3 0 0 20 0 1 0 19937499 116301824 25132 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
/proc/127989/statm: 28394 25132 2662 3035 0 24790 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 113576 KiB
Current children cumulated memory: 100528 KiB

[startup+0.322543 s]*
/proc/loadavg: 1.37 16.61 42.92 5/863 128012
/proc/meminfo: memFree=781729624/790760804 swapFree=131071996/131071996
[pid=127989] ppid=127986 vsize=113576 memory=100528 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/stat : 127989 (fscip) R 127986 127989 127938 0 -1 4194304 25152 0 0 0 30 3 0 0 20 0 1 0 19937499 116301824 25132 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
/proc/127989/statm: 28394 25132 2662 3035 0 24790 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 113576 KiB
Current children cumulated memory: 100528 KiB

[startup+0.700231 s]
/proc/loadavg: 1.37 16.61 42.92 5/863 128012
/proc/meminfo: memFree=781718572/790760804 swapFree=131071996/131071996
[pid=127989] ppid=127986 vsize=135180 memory=116312 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/stat : 127989 (fscip) R 127986 127989 127938 0 -1 4194304 30803 0 0 0 64 4 0 0 20 0 1 0 19937499 138424320 29078 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
/proc/127989/statm: 33795 29078 2758 3035 0 30191 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 135180 KiB
Current children cumulated memory: 116312 KiB

[startup+1.50027 s]
/proc/loadavg: 1.37 16.61 42.92 5/863 128012
/proc/meminfo: memFree=781567592/790760804 swapFree=131071996/131071996
[pid=127989] ppid=127986 vsize=161476 memory=145016 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/stat : 127989 (fscip) R 127986 127989 127938 0 -1 4194304 36466 0 0 0 143 6 0 0 20 0 1 0 19937499 165351424 36254 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
/proc/127989/statm: 40369 36254 2774 3035 0 36765 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 161476 KiB
Current children cumulated memory: 145016 KiB

[startup+3.12508 s]
/proc/loadavg: 1.37 16.61 42.92 5/863 128012
/proc/meminfo: memFree=781532148/790760804 swapFree=131071996/131071996
[pid=127989] ppid=127986 vsize=161872 memory=145544 CPUtime=3.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/stat : 127989 (fscip) R 127986 127989 127938 0 -1 4194304 36564 0 0 0 305 6 0 0 20 0 1 0 19937499 165756928 36386 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
/proc/127989/statm: 40468 36386 2774 3035 0 36864 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 161872 KiB
Current children cumulated memory: 145544 KiB

[startup+6.30025 s]
/proc/loadavg: 1.58 16.40 42.71 5/863 128012
/proc/meminfo: memFree=781511084/790760804 swapFree=131071996/131071996
[pid=127989] ppid=127986 vsize=167860 memory=151448 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/stat : 127989 (fscip) R 127986 127989 127938 0 -1 4194304 38102 0 0 0 621 6 0 0 20 0 1 0 19937499 171888640 37862 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
/proc/127989/statm: 41965 37862 2774 3035 0 38361 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 167860 KiB
Current children cumulated memory: 151448 KiB

[startup+12.7002 s]
/proc/loadavg: 1.77 16.20 42.51 5/863 128014
/proc/meminfo: memFree=781503156/790760804 swapFree=131071996/131071996
[pid=127989] ppid=127986 vsize=168364 memory=151960 CPUtime=12.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/stat : 127989 (fscip) R 127986 127989 127938 0 -1 4194304 38206 0 0 0 1259 6 0 0 20 0 1 0 19937499 172404736 37990 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
/proc/127989/statm: 42091 37990 2774 3035 0 38487 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 168364 KiB
Current children cumulated memory: 151960 KiB

[startup+25.5013 s]
/proc/loadavg: 5.31 16.23 42.09 43/943 128095
/proc/meminfo: memFree=776828248/790760804 swapFree=131071996/131071996
[pid=127989] ppid=127986 vsize=3263964 memory=2351076 CPUtime=45.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/stat : 127989 (fscip) S 127986 127989 127938 0 -1 1077936128 593527 0 0 0 4450 127 0 0 20 0 41 0 19937499 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
/proc/127989/statm: 815991 587769 2806 3035 0 700969 0
[pid=127989/tid=128056] ppid=127986 vsize=3263964 memory=308772 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128056/stat : 128056 (fscip) R 127986 127989 127938 0 -1 4194368 26143 0 0 0 105 5 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128057] ppid=127986 vsize=3263964 memory=155420 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128057/stat : 128057 (fscip) R 127986 127989 127938 0 -1 4194368 25926 0 0 0 104 6 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128058] ppid=127986 vsize=3263964 memory=151448 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128058/stat : 128058 (fscip) R 127986 127989 127938 0 -1 4194368 26124 0 0 0 104 6 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128059] ppid=127986 vsize=3263964 memory=0 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128059/stat : 128059 (fscip) R 127986 127989 127938 0 -1 4194368 26133 0 0 0 104 6 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128060] ppid=127986 vsize=3263964 memory=155644 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128060/stat : 128060 (fscip) R 127986 127989 127938 0 -1 4194368 26161 0 0 0 104 6 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128061] ppid=127986 vsize=3263964 memory=11448 CPUtime=1.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128061/stat : 128061 (fscip) R 127986 127989 127938 0 -1 4194368 26300 0 0 0 105 4 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128062] ppid=127986 vsize=3263964 memory=16580 CPUtime=1.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128062/stat : 128062 (fscip) R 127986 127989 127938 0 -1 4194368 26181 0 0 0 103 5 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128063] ppid=127986 vsize=3263964 memory=280754630745120 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128063/stat : 128063 (fscip) R 127986 127989 127938 0 -1 4194368 26205 0 0 0 106 4 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128064] ppid=127986 vsize=3263964 memory=0 CPUtime=1.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128064/stat : 128064 (fscip) R 127986 127989 127938 0 -1 4194368 26129 0 0 0 104 5 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128065] ppid=127986 vsize=3263964 memory=5512 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128065/stat : 128065 (fscip) R 127986 127989 127938 0 -1 4194368 26141 0 0 0 104 6 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128066] ppid=127986 vsize=3263964 memory=15776 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128066/stat : 128066 (fscip) R 127986 127989 127938 0 -1 4194368 26173 0 0 0 104 6 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128067] ppid=127986 vsize=3263964 memory=2316 CPUtime=1.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128067/stat : 128067 (fscip) R 127986 127989 127938 0 -1 4194368 26099 0 0 0 104 5 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128068] ppid=127986 vsize=3263964 memory=33000 CPUtime=1.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128068/stat : 128068 (fscip) R 127986 127989 127938 0 -1 4194368 26204 0 0 0 104 5 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128069] ppid=127986 vsize=3263964 memory=51200 CPUtime=1.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128069/stat : 128069 (fscip) R 127986 127989 127938 0 -1 4194368 31905 0 0 0 104 5 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128070] ppid=127986 vsize=3263964 memory=104 CPUtime=1.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128070/stat : 128070 (fscip) R 127986 127989 127938 0 -1 4194368 26192 0 0 0 104 5 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128071] ppid=127986 vsize=3263964 memory=25932 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128071/stat : 128071 (fscip) R 127986 127989 127938 0 -1 4194368 26152 0 0 0 105 5 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128072] ppid=127986 vsize=3263964 memory=21380 CPUtime=1.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128072/stat : 128072 (fscip) R 127986 127989 127938 0 -1 4194368 27582 0 0 0 103 6 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128073] ppid=127986 vsize=3263964 memory=2208 CPUtime=1.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128073/stat : 128073 (fscip) R 127986 127989 127938 0 -1 4194368 26189 0 0 0 104 5 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128074] ppid=127986 vsize=3263964 memory=2036 CPUtime=1.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128074/stat : 128074 (fscip) R 127986 127989 127938 0 -1 4194368 26134 0 0 0 104 5 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128075] ppid=127986 vsize=3263964 memory=31316 CPUtime=1.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128075/stat : 128075 (fscip) R 127986 127989 127938 0 -1 4194368 26173 0 0 0 104 6 0 0 20 0 41 0 19939871 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128076] ppid=127986 vsize=3263964 memory=40456 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128076/stat : 128076 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587769 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128077] ppid=127986 vsize=3263964 memory=8196 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128077/stat : 128077 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587835 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128078] ppid=127986 vsize=3263964 memory=3300 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128078/stat : 128078 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587835 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128079] ppid=127986 vsize=3263964 memory=2264 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128079/stat : 128079 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587835 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128080] ppid=127986 vsize=3263964 memory=280754630272032 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128080/stat : 128080 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587835 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128081] ppid=127986 vsize=3263964 memory=8569063736833 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128081/stat : 128081 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587835 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128082] ppid=127986 vsize=3263964 memory=8680732886529 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128082/stat : 128082 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587835 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128083] ppid=127986 vsize=3263964 memory=8689322820865 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128083/stat : 128083 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587835 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128084] ppid=127986 vsize=3263964 memory=1668 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128084/stat : 128084 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587835 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128085] ppid=127986 vsize=3263964 memory=8916 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128085/stat : 128085 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587835 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128086] ppid=127986 vsize=3263964 memory=28648 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128086/stat : 128086 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587835 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128087] ppid=127986 vsize=3263964 memory=32760 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128087/stat : 128087 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587835 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128088] ppid=127986 vsize=3263964 memory=1804 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128088/stat : 128088 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587901 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128089] ppid=127986 vsize=3263964 memory=6048 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128089/stat : 128089 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587901 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128090] ppid=127986 vsize=3263964 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128090/stat : 128090 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587901 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128091] ppid=127986 vsize=3263964 memory=-8412661042877600627 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128091/stat : 128091 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587901 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128092] ppid=127986 vsize=3263964 memory=7068 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128092/stat : 128092 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587901 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128093] ppid=127986 vsize=3263964 memory=36300 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128093/stat : 128093 (fscip) S 127986 127989 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19939938 3342299136 587901 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0

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

[pid=127989/tid=128079] ppid=127986 vsize=18333892 memory=15215728 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128079/stat : 128079 (fscip) S 127986 127989 127938 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128080] ppid=127986 vsize=18333892 memory=-1088251628401078322 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128080/stat : 128080 (fscip) S 127986 127989 127938 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128081] ppid=127986 vsize=18333892 memory=-3535470204654027098 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128081/stat : 128081 (fscip) S 127986 127989 127938 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128082] ppid=127986 vsize=18333892 memory=15186752 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128082/stat : 128082 (fscip) S 127986 127989 127938 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128083] ppid=127986 vsize=18333892 memory=15216008 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128083/stat : 128083 (fscip) S 127986 127989 127938 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128084] ppid=127986 vsize=18333892 memory=15215428 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128084/stat : 128084 (fscip) S 127986 127989 127938 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128085] ppid=127986 vsize=18333892 memory=-7089930967961787767 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128085/stat : 128085 (fscip) S 127986 127989 127938 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128086] ppid=127986 vsize=18333892 memory=1668 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128086/stat : 128086 (fscip) S 127986 127989 127938 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128087] ppid=127986 vsize=18333892 memory=20248 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128087/stat : 128087 (fscip) S 127986 127989 127938 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128088] ppid=127986 vsize=18333892 memory=20660 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128088/stat : 128088 (fscip) S 127986 127989 127938 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128089] ppid=127986 vsize=18333892 memory=6952 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128089/stat : 128089 (fscip) S 127986 127989 127938 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128090] ppid=127986 vsize=18333892 memory=7044 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128090/stat : 128090 (fscip) S 127986 127989 127938 0 -1 1077936192 197 0 0 0 0 2 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128091] ppid=127986 vsize=18333892 memory=10544 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128091/stat : 128091 (fscip) S 127986 127989 127938 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128092] ppid=127986 vsize=18333892 memory=5512 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128092/stat : 128092 (fscip) S 127986 127989 127938 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128093] ppid=127986 vsize=18333892 memory=15217228 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128093/stat : 128093 (fscip) S 127986 127989 127938 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128094] ppid=127986 vsize=18333892 memory=15214472 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128094/stat : 128094 (fscip) S 127986 127989 127938 0 -1 1077936192 136 0 0 0 0 2 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128095] ppid=127986 vsize=18333892 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128095/stat : 128095 (fscip) S 127986 127989 127938 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3804951 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
Current children cumulated CPU time: 71707.3 s
Current children cumulated vsize: 18333892 KiB
Current children cumulated memory: 15219804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3657.16 s]
/proc/loadavg: 82.04 80.76 79.85 62/1027 130028
/proc/meminfo: memFree=712829736/790760804 swapFree=131071996/131071996
[pid=127989] ppid=127986 vsize=18333892 memory=15227636 CPUtime=72001.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/stat : 127989 (fscip) S 127986 127989 127938 0 -1 1077936128 39732298 0 0 0 7192281 7897 0 0 20 0 41 0 19937499 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
/proc/127989/statm: 4583473 3806909 3334 3035 0 4443306 0
[pid=127989/tid=128056] ppid=127986 vsize=18333892 memory=164 CPUtime=3586.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128056/stat : 128056 (fscip) R 127986 127989 127938 0 -1 4194368 1356177 0 0 0 358484 129 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128057] ppid=127986 vsize=18333892 memory=280754631254064 CPUtime=3602.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128057/stat : 128057 (fscip) R 127986 127989 127938 0 -1 4194368 1872933 0 0 0 359973 238 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128058] ppid=127986 vsize=18333892 memory=15213568 CPUtime=3587.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128058/stat : 128058 (fscip) R 127986 127989 127938 0 -1 4194368 3891589 0 0 0 357743 994 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128059] ppid=127986 vsize=18333892 memory=155644 CPUtime=3603.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128059/stat : 128059 (fscip) R 127986 127989 127938 0 -1 4194368 1131199 0 0 0 360273 113 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128060] ppid=127986 vsize=18333892 memory=15187588 CPUtime=3604.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128060/stat : 128060 (fscip) R 127986 127989 127938 0 -1 4194368 1363152 0 0 0 360286 211 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128061] ppid=127986 vsize=18333892 memory=25333125866717268 CPUtime=3587.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128061/stat : 128061 (fscip) R 127986 127989 127938 0 -1 4194368 4006300 0 0 0 357776 960 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128062] ppid=127986 vsize=18333892 memory=15214980 CPUtime=3605.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128062/stat : 128062 (fscip) R 127986 127989 127938 0 -1 4194368 1036967 0 0 0 360476 99 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128063] ppid=127986 vsize=18333892 memory=15226952 CPUtime=3596.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128063/stat : 128063 (fscip) R 127986 127989 127938 0 -1 4194368 879340 0 0 0 359546 149 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128064] ppid=127986 vsize=18333892 memory=280754630671008 CPUtime=3594.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128064/stat : 128064 (fscip) R 127986 127989 127938 0 -1 4194368 3884515 0 0 0 358522 969 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128065] ppid=127986 vsize=18333892 memory=25333125866717268 CPUtime=3606.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128065/stat : 128065 (fscip) R 127986 127989 127938 0 -1 4194368 1101454 0 0 0 360511 110 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128066] ppid=127986 vsize=18333892 memory=280754630528368 CPUtime=3601.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128066/stat : 128066 (fscip) R 127986 127989 127938 0 -1 4194368 1280342 0 0 0 359963 173 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128067] ppid=127986 vsize=18333892 memory=15211004 CPUtime=3592.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128067/stat : 128067 (fscip) R 127986 127989 127938 0 -1 4194368 4101026 0 0 0 358275 947 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128068] ppid=127986 vsize=18333892 memory=280754630869888 CPUtime=3604.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128068/stat : 128068 (fscip) R 127986 127989 127938 0 -1 4194368 516748 0 0 0 360369 61 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128069] ppid=127986 vsize=18333892 memory=6720666562531376234 CPUtime=3605.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128069/stat : 128069 (fscip) R 127986 127989 127938 0 -1 4194368 680024 0 0 0 360395 141 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128070] ppid=127986 vsize=18333892 memory=15224204 CPUtime=3593.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128070/stat : 128070 (fscip) R 127986 127989 127938 0 -1 4194368 4032757 0 0 0 358371 957 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128071] ppid=127986 vsize=18333892 memory=15213428 CPUtime=3603.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128071/stat : 128071 (fscip) R 127986 127989 127938 0 -1 4194368 500101 0 0 0 360313 58 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128072] ppid=127986 vsize=18333892 memory=33000 CPUtime=3601.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128072/stat : 128072 (fscip) R 127986 127989 127938 0 -1 4194368 1472593 0 0 0 359965 201 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128073] ppid=127986 vsize=18333892 memory=5564 CPUtime=3593.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128073/stat : 128073 (fscip) R 127986 127989 127938 0 -1 4194368 3560198 0 0 0 358325 992 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128074] ppid=127986 vsize=18333892 memory=25333125866717268 CPUtime=3603.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128074/stat : 128074 (fscip) R 127986 127989 127938 0 -1 4194368 1065905 0 0 0 360236 107 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128075] ppid=127986 vsize=18333892 memory=0 CPUtime=3602.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128075/stat : 128075 (fscip) R 127986 127989 127938 0 -1 4194368 1930906 0 0 0 360019 237 0 0 20 0 41 0 19939871 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128076] ppid=127986 vsize=18333892 memory=280754631008592 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128076/stat : 128076 (fscip) S 127986 127989 127938 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128077] ppid=127986 vsize=18333892 memory=15222968 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128077/stat : 128077 (fscip) S 127986 127989 127938 0 -1 1077936192 138 0 0 0 0 2 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128078] ppid=127986 vsize=18333892 memory=15206852 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128078/stat : 128078 (fscip) S 127986 127989 127938 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128079] ppid=127986 vsize=18333892 memory=6720666562531376234 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128079/stat : 128079 (fscip) S 127986 127989 127938 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128080] ppid=127986 vsize=18333892 memory=1668 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128080/stat : 128080 (fscip) S 127986 127989 127938 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128081] ppid=127986 vsize=18333892 memory=15143072 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128081/stat : 128081 (fscip) S 127986 127989 127938 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128082] ppid=127986 vsize=18333892 memory=15191788 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128082/stat : 128082 (fscip) S 127986 127989 127938 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128083] ppid=127986 vsize=18333892 memory=6944656575208382560 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128083/stat : 128083 (fscip) S 127986 127989 127938 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128084] ppid=127986 vsize=18333892 memory=15215728 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128084/stat : 128084 (fscip) S 127986 127989 127938 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128085] ppid=127986 vsize=18333892 memory=5564 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128085/stat : 128085 (fscip) S 127986 127989 127938 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128086] ppid=127986 vsize=18333892 memory=11408 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128086/stat : 128086 (fscip) S 127986 127989 127938 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128087] ppid=127986 vsize=18333892 memory=-1088251628401078322 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128087/stat : 128087 (fscip) S 127986 127989 127938 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128088] ppid=127986 vsize=18333892 memory=-3535470204654027098 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128088/stat : 128088 (fscip) S 127986 127989 127938 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128089] ppid=127986 vsize=18333892 memory=10544 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128089/stat : 128089 (fscip) S 127986 127989 127938 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128090] ppid=127986 vsize=18333892 memory=5512 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128090/stat : 128090 (fscip) S 127986 127989 127938 0 -1 1077936192 197 0 0 0 0 2 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128091] ppid=127986 vsize=18333892 memory=280754634147264 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128091/stat : 128091 (fscip) S 127986 127989 127938 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128092] ppid=127986 vsize=18333892 memory=15216008 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128092/stat : 128092 (fscip) S 127986 127989 127938 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128093] ppid=127986 vsize=18333892 memory=6655300316396806240 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128093/stat : 128093 (fscip) S 127986 127989 127938 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128094] ppid=127986 vsize=18333892 memory=6655300316396806240 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128094/stat : 128094 (fscip) S 127986 127989 127938 0 -1 1077936192 136 0 0 0 0 2 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
[pid=127989/tid=128095] ppid=127986 vsize=18333892 memory=6944656592387989600 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/127989/task/128095/stat : 128095 (fscip) S 127986 127989 127938 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 19939938 18773905408 3806909 809668444160 4194304 16623229 140724036604176 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 55349248 140724036609033 140724036609151 140724036609151 140724036616176 0
Current children cumulated CPU time: 72001.8 s
Current children cumulated vsize: 18333892 KiB
Current children cumulated memory: 15227636 KiB

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

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

# cumulated CPU time of all completed processes:  user=71923.1 s, system=79.4582 s

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

[startup+3657.21 s]*
/proc/loadavg: 82.04 80.76 79.85 43/988 130028
/proc/meminfo: memFree=714097908/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3657.6 s]
/proc/loadavg: 82.04 80.76 79.85 43/988 130028
/proc/meminfo: memFree=714097908/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): 3657.66
CPU time (s): 72002.5
CPU user time (s): 71923.1
CPU system time (s): 79.4582
CPU usage (%): 1968.54
Max. virtual memory (cumulated for all children) (KiB): 18333892
Max. memory (cumulated for all children) (KiB): 15227636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71923.1
system time used= 79.4582
maximum resident set size= 15227644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39732359
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= 148001
involuntary context switches= 350685


# summary of solver processes directly reported to runsolver:
#   pid: 127989
#   total CPU time (s): 72002.5
#   total CPU user time (s): 71923.1
#   total CPU system time (s): 79.4582

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.6081 second user time and 112.058 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 19:32:24
IDJOB=4465700
IDBENCH=158288
IDSOLVER=3094
FILE ID=nodeD105/4465700-1722533544
RUNJOBID= nodeD105-1722533544-127950
SLURM_JOB_ID= 8254275
Free space on /tmp= 8622920 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K135.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-4465700-1722533544/watcher-4465700-1722533544 -o /tmp/evaluation-result-4465700-1722533544/solver-4465700-1722533544 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127950 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465700-1722533544.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= a9d7c7f4b9c33e38d48644f753677e90
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:        782132996 kB
MemAvailable:   784469872 kB
Buffers:          283928 kB
Cached:          5362004 kB
SwapCached:            0 kB
Active:           450632 kB
Inactive:        5604572 kB
Active(anon):       2072 kB
Inactive(anon):   429772 kB
Active(file):     448560 kB
Inactive(file):  5174800 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            115528 kB
Writeback:             0 kB
AnonPages:        409352 kB
Mapped:            89660 kB
Shmem:             22536 kB
KReclaimable:     266436 kB
Slab:             632640 kB
SReclaimable:     266436 kB
SUnreclaim:       366204 kB
KernelStack:       14704 kB
PageTables:        11404 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= 8622800 MiB
End job on nodeD105 at 2024-08-01 20:33:22