Trace number 4465131

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.3 3633.78

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-ran14x18.opb
MD5SUM5c8d8ce64a950076da07daccd75facb4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4052992
Best CPU time to get the best result obtained on this benchmark71226.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7812
Total number of constraints284
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints284
Minimum length of a constraint31
Maximum length of a constraint540
Number of terms in the objective function 7812
Biggest coefficient in the objective function 5368709120
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 1450667950777
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 5368709120
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 1450667950777
Number of bits of the biggest sum of numbers41
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.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 44888064, getVmSize() = 44888064, SCIPgetMemUsed() = 19346370, SCIPgetMemTotal() = 23040314, SCIPgetMemExternEstim() = 7320255
0.00/0.02	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.00/0.08	c ** Estimated virtualMemUsedAtSolver = 35242131, getVmSize() = 68837376, SCIPgetMemUsed() = 28696206, SCIPgetMemTotal() = 45542942, SCIPgetMemExternEstim() = 7320255
0.00/0.08	c ** set memory limit for solvers to 4.1885e+11 for each SCIP **
0.00/0.08	c Original Problem   :
0.00/0.08	c   Problem name     : instance-4465131-1722442894
0.00/0.08	c   Variables        : 7812 (7812 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.08	c   Constraints      : 284
0.00/0.08	c   Objective sense  : minimize
0.00/0.08	c Presolved Problem  :
0.00/0.08	c   Variables        : 3840 (3840 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.08	c   Constraints      : 912
0.00/0.08	c Constraints        : Number
0.00/0.08	c   knapsack         : 216 
0.00/0.08	c   setppc           : 664 
0.00/0.08	c   linear           : 32 
0.00/0.08	c ** Instance transfer method used: 0
0.00/0.09	c ** ParaScipInstance copy does not increase the number of variables. **
0.12/0.20	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.12/0.20	c                                Nodes    Active                                            
0.12/0.20	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3.71/0.52	c *       1              0           1        20    44374016.0000                -          -
3.71/0.52	c *       1              0           1        20    44225664.0000                -          -
5.61/0.60	c *       1              2           1        20    37603532.0000           0.0000          -
7.02/0.63	c *       1              2           1        20    37543046.0000           0.0000          -
7.02/0.67	c *       1              2           1        20    37115014.0000           0.0000          -
7.02/0.69	c *       1              2           1        20     9864320.0000           0.0000          -
7.02/0.69	c *       1              2           1        20     8181760.0000           0.0000          -
59.99/3.35	c *       3            565         564        20     6293544.0000           1.0000          -
91.58/5.01	c         5              2           1        20     6293544.0000     3190564.6789     97.25%
196.69/10.24	c        10              3           4        20     6293544.0000     3196848.6965     96.87%
297.82/15.35	c        15             12          11        20     6293544.0000     3204911.3396     96.37%
335.49/17.29	c *      17             20          19        20     5952156.0000     3209979.6054     85.43%
396.92/20.35	c        20              3           2        20     5952156.0000     3221555.4094     84.76%
476.20/24.37	c *      24              2           1        20     5802652.0000     3232273.5089     79.52%
476.20/24.37	c *      24              2           1        20     5725852.0000     3232273.5089     77.15%
497.95/25.43	c        25              2           1        20     5725852.0000     3232273.5089     77.15%
519.76/26.52	c *      27              2           1        20     5204896.0000     3232404.1609     61.02%
597.06/30.45	c        30              5           4        20     5204896.0000     3238214.9075     60.73%
698.18/35.51	c        36              8           7        20     5204896.0000     3238214.9075     60.73%
753.71/38.36	c *      38             10           9        20     5126208.0000     3238214.9075     58.30%
755.67/38.42	c *      38             10           9        20     5126144.0000     3238214.9075     58.30%
759.64/38.61	c *      39             10           9        20     4909056.0000     3238214.9075     51.60%
759.64/38.66	c *      39             10           9        20     4850688.0000     3238214.9075     49.80%
799.26/40.61	c        41             11          10        20     4850688.0000     3238214.9075     49.80%
829.63/42.14	c *      42             12          11        20     4749312.0000     3238214.9075     46.66%
836.94/42.59	c *      43             12          11        20     4712448.0000     3238214.9075     45.53%
898.39/45.62	c        46             13          12        20     4712448.0000     3238214.9075     45.53%
986.34/50.04	c *      50             23          22        20     4647936.0000     3238214.9075     43.53%
999.52/50.73	c        51             29          28        20     4647936.0000     3238214.9075     43.53%
1098.65/55.80	c        56             42          41        20     4647936.0000     3238214.9075     43.53%
1199.77/60.84	c        61             68          67        20     4647936.0000     3238214.9075     43.53%
1209.68/61.36	c *      61             68          67        20     4469760.0000     3238214.9075     38.03%
1300.86/65.90	c        66             82          81        20     4469760.0000     3246639.9537     37.67%
1400.01/70.95	c        71             94          93        20     4469760.0000     3246639.9537     37.67%
1499.05/76.00	c        76            113         112        20     4469760.0000     3246639.9537     37.67%
1598.19/81.03	c        81            127         126        20     4469760.0000     3246639.9537     37.67%
1683.44/85.26	c *      85            130         129        20     4413440.0000     3246639.9537     35.94%
1701.95/86.17	c        86            132         131        20     4413440.0000     3247306.5394     35.91%
1802.42/91.26	c        91            137         136        20     4413440.0000     3247306.5394     35.91%
1903.55/96.39	c        96            149         148        20     4413440.0000     3247306.5394     35.91%
2004.68/101.40	c       101            210         209        20     4413440.0000     3251681.8380     35.73%
2103.80/106.44	c       106            222         221        20     4413440.0000     3251681.8380     35.73%
2136.15/108.05	c *     108            232         231        20     4388864.0000     3251687.0366     34.97%
2204.75/111.56	c       112            241         240        20     4388864.0000     3251687.0366     34.97%
2307.86/116.71	c       117            252         251        20     4388864.0000     3251687.0366     34.97%
2406.99/121.78	c       122            262         261        20     4388864.0000     3253740.6458     34.89%
2508.12/126.82	c       127            279         280        20     4388864.0000     3253740.6458     34.89%
2516.03/127.25	c *     127            279         280        20     4327424.0000     3253740.6458     33.00%
2607.17/131.88	c       132            298         297        20     4327424.0000     3253740.6458     33.00%
2708.23/136.95	c       137            312         311        20     4327424.0000     3253740.6458     33.00%
2807.37/141.98	c       142            321         320        20     4327424.0000     3253740.6458     33.00%
2909.08/147.03	c       147            330         329        20     4327424.0000     3255504.5623     32.93%
3008.26/152.10	c       152            346         345        20     4327424.0000     3255504.5623     32.93%
3107.36/157.11	c       157            366         365        20     4327424.0000     3259262.1148     32.77%
3209.85/162.20	c       162            375         374        20     4327424.0000     3259262.1148     32.77%
3308.97/167.21	c       167            382         381        20     4327424.0000     3261880.2783     32.67%
3410.08/172.32	c       172            396         395        20     4327424.0000     3261880.2783     32.67%
3509.21/177.33	c       177            425         424        20     4327424.0000     3262468.5576     32.64%
3610.31/182.42	c       182            444         443        20     4327424.0000     3263330.0121     32.61%
3709.37/187.45	c       187            462         461        20     4327424.0000     3263330.0121     32.61%
3808.49/192.48	c       192            352         351        20     4327424.0000     3264760.8678     32.55%
3907.62/197.48	c       197            359         358        20     4327424.0000     3264760.8678     32.55%
4010.72/202.63	c       203            367         366        20     4327424.0000     3264760.8678     32.55%
4109.86/207.67	c       208            515         514        20     4327424.0000     3268802.5639     32.39%
4151.49/209.76	c *     210            520         519        20     4247552.0000     3268802.5639     29.94%
4210.94/212.71	c       213            528         527        20     4247552.0000     3268802.5639     29.94%
4286.18/216.52	c *     217            544         543        20     4189184.0000     3269621.4753     28.12%
4309.96/217.78	c       218            555         554        20     4189184.0000     3269621.4753     28.12%
4409.06/222.80	c       223            589         588        20     4189184.0000     3270013.0173     28.11%
4510.15/227.81	c       228            606         605        20     4189184.0000     3271368.0452     28.06%
4551.78/229.97	c *     230            609         608        20     4178944.0000     3271368.0452     27.74%
4609.26/232.85	c       233            622         621        20     4178944.0000     3271774.5483     27.73%
4708.38/237.86	c       238            626         625        20     4178944.0000     3271774.5483     27.73%
4809.47/242.91	c       243            639         638        20     4178944.0000     3271774.5483     27.73%
4908.58/247.96	c       248            652         651        20     4178944.0000     3272597.7112     27.70%
5007.71/252.98	c       253            673         672        20     4178944.0000     3272597.7112     27.70%
5106.82/258.00	c       258            684         683        20     4178944.0000     3273002.4981     27.68%
5208.62/263.05	c       263            699         698        20     4178944.0000     3273002.4981     27.68%
5307.59/268.11	c       268            712         711        20     4178944.0000     3273860.5968     27.65%
5408.58/273.18	c       273            723         722        20     4178944.0000     3273860.5968     27.65%
5511.03/278.31	c       278            732         731        20     4178944.0000     3273860.5968     27.65%
5610.26/283.36	c       283            742         741        20     4178944.0000     3274612.6779     27.62%
5711.18/288.46	c       288            748         747        20     4178944.0000     3274612.6779     27.62%
5812.25/293.51	c       294            582         581        20     4178944.0000     3275500.4320     27.58%
5911.28/298.56	c       299            605         604        20     4178944.0000     3275500.4320     27.58%
6012.37/303.61	c       304            779         778        20     4178944.0000     3275873.1885     27.57%
6111.46/308.66	c       309            789         788        20     4178944.0000     3275873.1885     27.57%
6212.54/313.71	c       314            802         801        20     4178944.0000     3275897.2636     27.57%
6311.60/318.76	c       319            642         641        20     4178944.0000     3276351.2716     27.55%
6412.68/323.81	c       324            650         649        20     4178944.0000     3276351.2716     27.55%
6511.77/328.86	c       329            832         831        20     4178944.0000     3277277.7228     27.51%
6612.85/333.91	c       334            848         847        20     4178944.0000     3277277.7228     27.51%
6711.93/338.96	c       339            867         866        20     4178944.0000     3277866.3353     27.49%
6811.04/344.01	c       344            708         707        20     4178944.0000     3279410.8761     27.43%
6910.09/349.03	c       349            711         710        20     4178944.0000     3279410.8761     27.43%
7012.03/354.11	c       354            725         724        20     4178944.0000     3279410.8761     27.43%
7110.96/359.13	c       359            733         732        20     4178944.0000     3281101.1287     27.36%
7213.34/364.21	c       364            740         739        20     4178944.0000     3281101.1287     27.36%
7312.45/369.26	c       369            749         748        20     4178944.0000     3281101.1287     27.36%
7413.53/374.32	c       374            753         752        20     4178944.0000     3281101.1287     27.36%
7512.75/379.36	c       379            759         758        20     4178944.0000     3281101.1287     27.36%
7613.73/384.47	c       384            772         771        20     4178944.0000     3282558.1102     27.31%
7712.85/389.49	c       389            780         779        20     4178944.0000     3282558.1102     27.31%
7813.95/394.50	c       394            788         787        20     4178944.0000     3282558.1102     27.31%
7912.85/399.59	c       400            801         800        20     4178944.0000     3283555.9124     27.27%
8011.91/404.60	c       405            812         811        20     4178944.0000     3283555.9124     27.27%
8113.02/409.66	c       410            822         821        20     4178944.0000     3283555.9124     27.27%
8214.12/414.75	c       415            843         842        20     4178944.0000     3283555.9124     27.27%
8315.24/419.84	c       420            858         857        20     4178944.0000     3283555.9124     27.27%
8414.36/424.85	c       425            866         867        20     4178944.0000     3283555.9124     27.27%
8513.43/429.86	c       430            876         875        20     4178944.0000     3283991.1236     27.25%
8612.54/434.87	c       435            897         896        20     4178944.0000     3283991.1236     27.25%
8716.33/440.08	c       440            923         922        20     4178944.0000     3283991.1236     27.25%
8815.51/445.13	c       445            936         935        20     4178944.0000     3284723.8680     27.22%
8916.41/450.17	c       450            962         961        20     4178944.0000     3284723.8680     27.22%
9015.50/455.20	c       455            978         977        20     4178944.0000     3284723.8680     27.22%
9115.99/460.28	c       460           1004        1001        20     4178944.0000     3284723.8680     27.22%
9217.09/465.32	c       465           1027        1024        20     4178944.0000     3284723.8680     27.22%
9316.19/470.37	c       470           1036        1033        20     4178944.0000     3284723.8680     27.22%
9417.31/475.42	c       475           1044        1041        20     4178944.0000     3284723.8680     27.22%
9516.44/480.49	c       480           1055        1050        20     4178944.0000     3284723.8680     27.22%
9617.57/485.51	c       486           1072        1067        20     4178944.0000     3284723.8680     27.22%
9716.71/490.55	c       491           1092        1087        20     4178944.0000     3286967.8534     27.14%
9817.79/495.63	c       496           1111        1106        20     4178944.0000     3286967.8534     27.14%
9916.93/500.68	c       501           1126        1121        20     4178944.0000     3287881.4877     27.10%
10018.00/505.73	c       506           1142        1137        20     4178944.0000     3290289.4228     27.01%
10117.11/510.78	c       511           1156        1151        20     4178944.0000     3290939.1386     26.98%
10218.25/515.83	c       516           1165        1160        20     4178944.0000     3291248.2689     26.97%
10317.27/520.88	c       521           1174        1169        20     4178944.0000     3292013.2353     26.94%
10418.37/525.93	c       526           1186        1181        20     4178944.0000     3292013.2353     26.94%
10517.48/530.99	c       531           1213        1208        20     4178944.0000     3292013.2353     26.94%
10619.21/536.05	c       536           1214        1209        20     4178944.0000     3292013.2353     26.94%
10718.20/541.11	c       541           1238        1233        20     4178944.0000     3292013.2353     26.94%
10817.33/546.12	c       546           1284        1279        20     4178944.0000     3292013.2353     26.94%
10919.79/551.24	c       551           1312        1307        20     4178944.0000     3292742.2530     26.91%
11018.89/556.29	c       556           1332        1327        20     4178944.0000     3292742.2530     26.91%
11119.98/561.31	c       561           1356        1351        20     4178944.0000     3292742.2530     26.91%
11219.09/566.34	c       566           1366        1361        20     4178944.0000     3292742.2530     26.91%
11318.33/571.39	c       571           1390        1385        20     4178944.0000     3292742.2530     26.91%
11421.28/576.50	c       577           1415        1410        20     4178944.0000     3292742.2530     26.91%
11520.39/581.56	c       582           1437        1432        20     4178944.0000     3293051.5290     26.90%
11619.50/586.60	c       587           1453        1446        20     4178944.0000     3293253.3156     26.89%
11720.59/591.66	c       592           1483        1476        20     4178944.0000     3293253.3156     26.89%
11819.65/596.69	c       597           1507        1500        20     4178944.0000     3293253.3156     26.89%
11922.68/601.80	c       602           1522        1515        20     4178944.0000     3293253.3156     26.89%
12021.79/606.86	c       607           1547        1538        20     4178944.0000     3293253.3156     26.89%
12120.87/611.87	c       612           1565        1556        20     4178944.0000     3293253.3156     26.89%
12221.97/616.91	c       617           1576        1567        20     4178944.0000     3293253.3156     26.89%
12323.81/622.04	c       622           1584        1573        20     4178944.0000     3293253.3156     26.89%
12422.79/627.11	c       627           1588        1577        20     4178944.0000     3293253.3156     26.89%
12524.05/632.17	c       632           1596        1585        20     4178944.0000     3294010.5396     26.86%
12624.33/637.23	c       637           1608        1597        20     4178944.0000     3294010.5396     26.86%
12723.43/642.27	c       642           1621        1606        20     4178944.0000     3294010.5396     26.86%
12824.50/647.30	c       647           1636        1619        20     4178944.0000     3294010.5396     26.86%
12923.62/652.33	c       652           1641        1624        20     4178944.0000     3294010.5396     26.86%
13024.66/657.43	c       657           1655        1638        20     4178944.0000     3294010.5396     26.86%
13123.69/662.49	c       662           1674        1657        20     4178944.0000     3294010.5396     26.86%
13224.79/667.55	c       668           1679        1662        20     4178944.0000     3294010.5396     26.86%
13325.89/672.60	c       673           1696        1677        20     4178944.0000     3294010.5396     26.86%
13424.99/677.66	c       678           1715        1696        20     4178944.0000     3294010.5396     26.86%
13526.08/682.72	c       683           1730        1709        20     4178944.0000     3294010.5396     26.86%
13625.15/687.77	c       688           1746        1725        20     4178944.0000     3294010.5396     26.86%
13726.24/692.80	c       693           1749        1728        20     4178944.0000     3294010.5396     26.86%
13825.35/697.83	c       698           1764        1741        20     4178944.0000     3294010.5396     26.86%
13924.47/702.89	c       703           1780        1757        20     4178944.0000     3294010.5396     26.86%
14025.57/707.98	c       708           1813        1788        20     4178944.0000     3294010.5396     26.86%
14127.28/713.04	c       713           1848        1821        20     4178944.0000     3294010.5396     26.86%
14226.42/718.10	c       718           1891        1848        20     4178944.0000     3294010.5396     26.86%
14327.42/723.13	c       723           1913        1864        20     4178944.0000     3294363.9480     26.85%
14426.64/728.15	c       728           1903         765        20     4178944.0000     3294402.8661     26.85%
14525.82/733.17	c       733           1911         773        20     4178944.0000     3294402.8661     26.85%
14624.80/738.18	c       738           1933         795        20     4178944.0000     3294402.8661     26.85%
14725.18/743.20	c       743           1985         847        20     4178944.0000     3294402.8661     26.85%
14828.26/748.40	c       748           2025         887        20     4178944.0000     3294402.8661     26.85%
14927.33/753.46	c       753           2080         942        20     4178944.0000     3294402.8661     26.85%
15028.44/758.50	c       759           2121         983        20     4178944.0000     3294402.8661     26.85%
15127.56/763.54	c       764           2146        1008        20     4178944.0000     3294402.8661     26.85%
15226.68/768.58	c       769           2183        1045        20     4178944.0000     3295419.5616     26.81%
15327.70/773.65	c       774           2209        1069        20     4178944.0000     3295419.5616     26.81%
15428.81/778.72	c       779           2238        1090        20     4178944.0000     3295419.5616     26.81%
15527.92/783.78	c       784           2275        1123        20     4178944.0000     3295542.6916     26.81%
15629.01/788.82	c       789           2291        1139        20     4178944.0000     3296964.3874     26.75%
15728.11/793.88	c       794           2315        1163        20     4178944.0000     3298027.4741     26.71%
15829.20/798.93	c       799           2331        1177        20     4178944.0000     3298155.2610     26.71%
15928.32/803.95	c       804           2359        1203        20     4178944.0000     3298155.2610     26.71%
16029.90/809.05	c       809           2375        1219        20     4178944.0000     3298768.7332     26.68%
16129.06/814.07	c       814           2391        1231        20     4178944.0000     3299807.9569     26.64%
16230.32/819.16	c       819           2403        1243        20     4178944.0000     3299807.9569     26.64%
16330.67/824.22	c       824           2444        1274        20     4178944.0000     3299807.9569     26.64%
16429.87/829.25	c       829           2496        1320        20     4178944.0000     3299807.9569     26.64%
16530.83/834.31	c       834          11411        9601        20     4178944.0000     3300104.7450     26.63%
16629.94/839.36	c       839           2557        1381        20     4178944.0000     3301896.0188     26.56%
16731.02/844.41	c       844           2587        1409        20     4178944.0000     3301896.0188     26.56%
16830.12/849.44	c       849           2607        1429        20     4178944.0000     3302104.5175     26.55%
16929.17/854.48	c       854          11641        9831        20     4178944.0000     3302633.6355     26.53%
17030.27/859.53	c       860          11711        9901        20     4178944.0000     3303204.7329     26.51%
17129.35/864.56	c       865          11771        9961        20     4178944.0000     3303790.5143     26.49%
17228.47/869.59	c       870          11811       10001        20     4178944.0000     3303824.5204     26.49%
17327.58/874.59	c       875          11851       10041        20     4178944.0000     3304504.4144     26.46%
17428.67/879.66	c       880          11901       10091        20     4178944.0000     3305022.6558     26.44%
17529.73/884.71	c       885          11961       10151        20     4178944.0000     3305867.1172     26.41%
17628.83/889.75	c       890          12011       10201        20     4178944.0000     3306317.2546     26.39%
17729.83/894.83	c       895          12081       10271        20     4178944.0000     3307052.1717     26.36%
17828.91/899.88	c       900          12141       10331        20     4178944.0000     3307493.6831     26.35%
17929.99/904.93	c       905          12201       10391        20     4178944.0000     3308397.4841     26.31%
18029.10/909.99	c       910          12261       10451        20     4178944.0000     3309159.1586     26.28%
18130.97/915.06	c       915          12311       10501        20     4178944.0000     3309385.2092     26.28%
18230.05/920.07	c       920          12361       10551        20     4178944.0000     3309858.6912     26.26%
18331.10/925.17	c       925          12366       10556        20     4178944.0000     3309858.6912     26.26%
18431.44/930.21	c       930          12411       10601        20     4178944.0000     3310248.7881     26.24%
18530.53/935.22	c       935          12461       10651        20     4178944.0000     3310771.6919     26.22%
18631.61/940.33	c       940          12531       10721        20     4178944.0000     3311348.1568     26.20%
18730.71/945.34	c       945          12561       10751        20     4178944.0000     3311616.6099     26.19%
18831.80/950.43	c       950          12601       10791        20     4178944.0000     3311813.5684     26.18%
18930.91/955.48	c       955          12651       10841        20     4178944.0000     3312145.7407     26.17%
19031.99/960.53	c       961          12711       10901        20     4178944.0000     3312620.6125     26.15%
19131.09/965.58	c       966          12771       10961        20     4178944.0000     3313221.2624     26.13%
19232.11/970.63	c       971          12831       11021        20     4178944.0000     3314087.4875     26.10%
19331.20/975.67	c       976          12881       11071        20     4178944.0000     3314506.1106     26.08%
19432.28/980.75	c       981          12931       11121        20     4178944.0000     3314759.1066     26.07%
19533.37/985.80	c       986          12981       11171        20     4178944.0000     3315045.5697     26.06%
19632.45/990.85	c       991          13041       11231        20     4178944.0000     3315382.9830     26.05%
19733.51/995.90	c       996          13101       11291        20     4178944.0000     3315694.7769     26.04%
19832.60/1000.95	c      1001          13151       11341        20     4178944.0000     3315960.0937     26.03%
19931.68/1006.00	c      1006          13211       11401        20     4178944.0000     3316323.7036     26.01%
20033.41/1011.03	c      1011          13271       11461        20     4178944.0000     3316456.6062     26.01%
20132.63/1016.06	c      1016          13331       11521        20     4178944.0000     3316811.6229     25.99%
20231.61/1021.09	c      1021          13381       11571        20     4178944.0000     3317056.0129     25.98%
20330.65/1026.09	c      1026          13441       11631        20     4178944.0000     3317449.9093     25.97%
20429.91/1031.14	c      1031          13471       11661        20     4178944.0000     3317528.5000     25.97%
20530.84/1036.17	c      1036          13531       11721        20     4178944.0000     3317726.6435     25.96%
20631.27/1041.27	c      1041          13581       11771        20     4178944.0000     3318485.8959     25.93%
20732.34/1046.33	c      1046          13601       11791        20     4178944.0000     3318501.4065     25.93%
20835.41/1051.50	c      1052          13651       11841        20     4178944.0000     3318823.3784     25.92%
20934.43/1056.54	c      1057          13711       11901        20     4178944.0000     3319466.8818     25.89%
21033.51/1061.54	c      1062          13771       11961        20     4178944.0000     3319837.5118     25.88%
21134.58/1066.63	c      1067          13821       12011        20     4178944.0000     3320163.7278     25.87%
21233.61/1071.69	c      1072          13881       12071        20     4178944.0000     3320613.9038     25.85%
21334.69/1076.77	c      1077          13920       12110        20     4178944.0000     3320982.9513     25.83%
21433.79/1081.79	c      1082          13981       12171        20     4178944.0000     3321483.1802     25.82%
21534.85/1086.81	c      1087          14021       12211        20     4178944.0000     3321590.2305     25.81%
21633.94/1091.82	c      1092          14081       12271        20     4178944.0000     3321972.1769     25.80%
21732.98/1096.83	c      1097          14121       12311        20     4178944.0000     3322068.8105     25.79%
21832.01/1101.85	c      1102          14181       12371        20     4178944.0000     3322127.4237     25.79%
21935.72/1107.13	c      1107          14231       12421        20     4178944.0000     3322749.7103     25.77%
22036.78/1112.17	c      1112          14281       12471        20     4178944.0000     3323120.8470     25.75%
22137.22/1117.24	c      1117          14321       12511        20     4178944.0000     3323352.5589     25.74%
22238.29/1122.31	c      1122          14380       12570        20     4178944.0000     3323654.5358     25.73%
22337.38/1127.32	c      1127          14440       12630        20     4178944.0000     3323795.4296     25.73%
22438.48/1132.44	c      1132          14501       12691        20     4178944.0000     3324152.7227     25.71%
22537.57/1137.49	c      1137          14551       12741        20     4178944.0000     3324454.3972     25.70%
22638.64/1142.52	c      1143          14611       12801        20     4178944.0000     3324889.8199     25.69%
22737.72/1147.58	c      1148          14651       12841        20     4178944.0000     3325044.9158     25.68%
22838.80/1152.63	c      1153          14691       12881        20     4178944.0000     3325191.0899     25.68%
22937.84/1157.66	c      1158          14761       12951        20     4178944.0000     3325501.8274     25.66%
23036.93/1162.69	c      1163          14811       13001        20     4178944.0000     3325767.4448     25.65%
23138.01/1167.76	c      1168          14871       13061        20     4178944.0000     3326001.1727     25.64%
23239.10/1172.83	c      1173          14921       13111        20     4178944.0000     3326320.3331     25.63%
23338.19/1177.87	c      1178          14971       13161        20     4178944.0000     3326639.1007     25.62%
23439.27/1182.94	c      1183          15021       13211        20     4178944.0000     3326951.9609     25.61%
23538.36/1187.98	c      1188          15071       13261        20     4178944.0000     3327338.7316     25.59%
23637.45/1193.03	c      1193          15131       13321        20     4178944.0000     3327683.8225     25.58%
23739.28/1198.11	c      1198          15224       13412        20     4178944.0000     3327692.0400     25.58%
23838.37/1203.13	c      1203          15329       13517        20     4178944.0000     3327692.0400     25.58%
23939.24/1208.19	c      1208          15402       13588        20     4178944.0000     3327692.0400     25.58%
24039.60/1213.27	c      1213          15459       13639        20     4178944.0000     3327692.0400     25.58%
24140.67/1218.32	c      1218          15550       13720        20     4178944.0000     3327692.0400     25.58%
24239.77/1223.37	c      1223          15601       13767        20     4178944.0000     3327967.2661     25.57%
24340.85/1228.44	c      1228          15671       13837        20     4178944.0000     3328242.2042     25.56%
24439.96/1233.46	c      1233          15741       13907        20     4178944.0000     3328345.0179     25.56%
24541.03/1238.51	c      1239          15801       13967        20     4178944.0000     3328882.8585     25.54%
24642.11/1243.60	c      1244          15861       14027        20     4178944.0000     3329031.8898     25.53%
24741.22/1248.66	c      1249          15901       14067        20     4178944.0000     3329079.4661     25.53%
24842.29/1253.73	c      1254          15961       14127        20     4178944.0000     3329298.4732     25.52%
24941.40/1258.77	c      1259          16011       14177        20     4178944.0000     3329385.8336     25.52%
25042.41/1263.82	c      1264          16061       14227        20     4178944.0000     3329553.9565     25.51%
25141.51/1268.85	c      1269          16131       14297        20     4178944.0000     3329915.9867     25.50%
25242.59/1273.92	c      1274          16181       14347        20     4178944.0000     3330024.1954     25.49%
25341.70/1278.97	c      1279          16251       14417        20     4178944.0000     3330433.3021     25.48%
25443.45/1284.03	c      1284          16311       14477        20     4178944.0000     3330767.7670     25.46%
25542.51/1289.06	c      1289          16361       14527        20     4178944.0000     3330852.5930     25.46%
25643.52/1294.14	c      1294          16411       14577        20     4178944.0000     3331023.5399     25.46%
25744.01/1299.20	c      1299          16461       14627        20     4178944.0000     3331250.3528     25.45%
25843.10/1304.24	c      1304          16511       14677        20     4178944.0000     3331397.6533     25.44%
25942.20/1309.29	c      1309          16551       14717        20     4178944.0000     3331563.5759     25.43%
26043.27/1314.36	c      1314          16581       14747        20     4178944.0000     3331604.2032     25.43%
26142.37/1319.37	c      1319          16651       14817        20     4178944.0000     3331863.9804     25.42%
26243.46/1324.41	c      1324          16701       14867        20     4178944.0000     3332017.3723     25.42%
26344.54/1329.53	c      1330          16741       14907        20     4178944.0000     3332301.2717     25.41%
26443.65/1334.58	c      1335          16801       14967        20     4178944.0000     3332643.8902     25.39%
26544.75/1339.64	c      1340          16851       15017        20     4178944.0000     3332844.1239     25.39%
26643.86/1344.70	c      1345          16911       15077        20     4178944.0000     3333133.6345     25.38%
26744.95/1349.73	c      1350          16961       15127        20     4178944.0000     3333284.7560     25.37%
26844.06/1354.77	c      1355          17001       15167        20     4178944.0000     3333479.3256     25.36%
26945.13/1359.86	c      1360          17051       15217        20     4178944.0000     3333564.8823     25.36%
27044.21/1364.89	c      1365          17101       15267        20     4178944.0000     3333842.3492     25.35%
27145.29/1369.96	c      1370          17151       15317        20     4178944.0000     3334000.3582     25.34%
27244.40/1375.01	c      1375          17211       15377        20     4178944.0000     3334110.6279     25.34%
27343.59/1380.03	c      1380          17271       15437        20     4178944.0000     3334331.6153     25.33%
27445.24/1385.06	c      1385          17301       15467        20     4178944.0000     3334405.8894     25.33%
27544.35/1390.12	c      1390          17361       15527        20     4178944.0000     3334640.6653     25.32%
27645.59/1395.15	c      1395          17421       15587        20     4178944.0000     3334842.3297     25.31%
27745.80/1400.20	c      1400          17461       15627        20     4178944.0000     3335054.8273     25.30%
27844.90/1405.26	c      1405          17521       15687        20     4178944.0000     3335231.3864     25.30%
27945.98/1410.32	c      1410          17571       15737        20     4178944.0000     3335416.4848     25.29%
28045.07/1415.36	c      1415          17631       15795        20     4178944.0000     3335644.5837     25.28%
28144.18/1420.38	c      1420          17691       15855        20     4178944.0000     3335901.2331     25.27%
28245.26/1425.47	c      1425          17731       15895        20     4178944.0000     3336023.0292     25.27%
28346.33/1430.54	c      1431          17781       15945        20     4178944.0000     3336232.5465     25.26%
28447.42/1435.60	c      1436          17831       15995        20     4178944.0000     3336410.8114     25.25%
28546.53/1440.64	c      1441          17881       16045        20     4178944.0000     3336496.5634     25.25%
28647.63/1445.70	c      1446          17931       16095        20     4178944.0000     3336585.1870     25.25%
28746.73/1450.74	c      1451          17983       16145        20     4178944.0000     3336614.3665     25.25%
28845.83/1455.77	c      1456          17998       16158        20     4178944.0000     3336614.3665     25.25%
28946.92/1460.84	c      1461          18083       16241        20     4178944.0000     3336614.3665     25.25%
29048.01/1465.91	c      1466          18151       16303        20     4178944.0000     3336738.4671     25.24%
29147.11/1470.96	c      1471          18201       16353        20     4178944.0000     3336781.2628     25.24%
29246.15/1476.02	c      1476          18251       16403        20     4178944.0000     3336969.6598     25.23%
29347.81/1481.07	c      1481          18301       16453        20     4178944.0000     3337031.4636     25.23%
29447.06/1486.11	c      1486          18334       16486        20     4178944.0000     3337110.7811     25.23%
29548.11/1491.20	c      1491          18341       16493        20     4178944.0000     3337153.9519     25.22%
29648.46/1496.24	c      1496          18391       16543        20     4178944.0000     3337331.7499     25.22%
29747.56/1501.29	c      1501          18441       16593        20     4178944.0000     3337552.8858     25.21%
29848.63/1506.34	c      1506          18490       16642        20     4178944.0000     3337601.0888     25.21%
29949.68/1511.42	c      1511          18521       16673        20     4178944.0000     3337815.6522     25.20%
30048.79/1516.49	c      1516          18571       16723        20     4178944.0000     3338000.1179     25.19%
30149.82/1521.52	c      1522          18621       16773        20     4178944.0000     3338079.5839     25.19%
30248.93/1526.54	c      1527          18661       16813        20     4178944.0000     3338220.0059     25.18%
30350.04/1531.63	c      1532          18711       16863        20     4178944.0000     3338398.9501     25.18%
30449.14/1536.68	c      1537          18751       16903        20     4178944.0000     3338503.4819     25.17%
30550.23/1541.74	c      1542          18811       16963        20     4178944.0000     3338685.9916     25.17%
30649.34/1546.79	c      1547          18861       17013        20     4178944.0000     3338914.4120     25.16%
30750.45/1551.84	c      1552          18901       17053        20     4178944.0000     3339037.7199     25.15%
30851.66/1556.91	c      1557          18981       17133        20     4178944.0000     3339258.8251     25.15%
30950.65/1561.96	c      1562          19011       17163        20     4178944.0000     3339376.8546     25.14%
31049.77/1567.02	c      1567          19071       17223        20     4178944.0000     3339462.5174     25.14%
31151.57/1572.07	c      1572          19121       17273        20     4178944.0000     3339703.0444     25.13%
31250.66/1577.12	c      1577          19189       17341        20     4178944.0000     3339762.5456     25.13%
31351.66/1582.18	c      1582          19255       17401        20     4178944.0000     3339762.5456     25.13%
31452.15/1587.23	c      1587          19341       17485        20     4178944.0000     3339925.9875     25.12%
31551.26/1592.28	c      1592          19381       17525        20     4178944.0000     3339981.8440     25.12%
31652.33/1597.34	c      1597          19431       17575        20     4178944.0000     3340163.5057     25.11%
31751.42/1602.39	c      1602          19471       17615        20     4178944.0000     3340231.5946     25.11%
31852.51/1607.45	c      1607          19531       17675        20     4178944.0000     3340343.2675     25.11%
31953.57/1612.51	c      1613          19591       17735        20     4178944.0000     3340584.1936     25.10%
32052.68/1617.56	c      1618          19641       17785        20     4178944.0000     3340761.5380     25.09%
32153.77/1622.61	c      1623          19691       17835        20     4178944.0000     3340990.4857     25.08%
32252.87/1627.68	c      1628          19741       17885        20     4178944.0000     3341166.0539     25.07%
32353.94/1632.71	c      1633          19781       17925        20     4178944.0000     3341259.8180     25.07%
32453.02/1637.75	c      1638          19830       17974        20     4178944.0000     3341311.4147     25.07%
32552.07/1642.76	c      1643          19891       18035        20     4178944.0000     3341464.7431     25.06%
32653.14/1647.89	c      1648          19931       18075        20     4178944.0000     3341562.6174     25.06%
32754.18/1652.95	c      1653          19991       18135        20     4178944.0000     3341764.9953     25.05%
32853.30/1658.00	c      1658          20031       18175        20     4178944.0000     3341920.7588     25.05%
32954.94/1663.04	c      1663          20071       18215        20     4178944.0000     3342060.0435     25.04%
33054.10/1668.07	c      1668          20121       18265        20     4178944.0000     3342153.7891     25.04%
33156.52/1673.21	c      1673          20181       18325        20     4178944.0000     3342279.9590     25.03%
33255.63/1678.29	c      1678          20241       18385        20     4178944.0000     3342464.8311     25.03%
33356.67/1683.33	c      1683          20300       18444        20     4178944.0000     3342575.5444     25.02%
33455.73/1688.39	c      1688          20351       18495        20     4178944.0000     3342675.2731     25.02%
33556.77/1693.46	c      1693          20401       18545        20     4178944.0000     3342808.9489     25.01%
33657.73/1698.50	c      1699          20451       18595        20     4178944.0000     3343057.7785     25.00%
33756.83/1703.55	c      1704          20501       18645        20     4178944.0000     3343213.9094     25.00%
33857.90/1708.60	c      1709           6320        5010        20     4178944.0000     3343523.8879     24.99%
33957.01/1713.67	c      1714           6325        5015        20     4178944.0000     3343671.9102     24.98%
34056.12/1718.69	c      1719           6341        5031        20     4178944.0000     3343894.1307     24.97%
34159.18/1723.84	c      1724           6361        5051        20     4178944.0000     3343997.1826     24.97%
34258.30/1728.89	c      1729           6375        5065        20     4178944.0000     3344327.8459     24.96%
34359.39/1733.93	c      1734           6401        5091        20     4178944.0000     3344730.6866     24.94%
34458.50/1739.00	c      1739           6421        5111        20     4178944.0000     3344992.3940     24.93%
34560.17/1744.03	c      1744           6441        5131        20     4178944.0000     3345025.9502     24.93%
34659.39/1749.06	c      1749           6461        5151        20     4178944.0000     3345305.0688     24.92%
34758.53/1754.09	c      1754           6480        5170        20     4178944.0000     3345314.3007     24.92%
34857.48/1759.10	c      1759           6500        5190        20     4178944.0000     3345478.3291     24.91%
34959.90/1764.23	c      1764           6501        5191        20     4178944.0000     3345504.0815     24.91%
35059.01/1769.30	c      1769           6521        5211        20     4178944.0000     3345626.9931     24.91%
35160.10/1774.38	c      1774           6541        5231        20     4178944.0000     3345920.2519     24.90%
35261.18/1779.43	c      1779           6561        5251        20     4178944.0000     3345965.2473     24.90%
35360.30/1784.49	c      1784           6581        5271        20     4178944.0000     3346245.8654     24.88%
35461.39/1789.54	c      1790           6594        5284        20     4178944.0000     3346312.9417     24.88%
35560.49/1794.57	c      1795           6620        5310        20     4178944.0000     3346409.3085     24.88%
35661.57/1799.60	c      1800           6631        5321        20     4178944.0000     3346516.3264     24.87%
35760.62/1804.69	c      1805           6647        5337        20     4178944.0000     3346646.3327     24.87%
35861.65/1809.75	c      1810           6671        5361        20     4178944.0000     3347029.0877     24.86%
35960.76/1814.77	c      1815           6681        5371        20     4178944.0000     3347073.7685     24.85%
36059.86/1819.78	c      1820           6701        5391        20     4178944.0000     3347244.3782     24.85%
36160.94/1824.89	c      1825           6711        5401        20     4178944.0000     3347460.3677     24.84%
36262.03/1829.95	c      1830           6724        5414        20     4178944.0000     3347639.6409     24.83%
36361.13/1835.01	c      1835           6732        5422        20     4178944.0000     3347779.9877     24.83%
36462.70/1840.05	c      1840           6746        5436        20     4178944.0000     3347788.7487     24.83%
36561.78/1845.08	c      1845           6761        5451        20     4178944.0000     3348333.2264     24.81%
36663.04/1850.16	c      1850           6780        5470        20     4178944.0000     3348383.2176     24.80%
36763.33/1855.20	c      1855           6787        5477        20     4178944.0000     3348553.2747     24.80%
36862.42/1860.25	c      1860           6806        5496        20     4178944.0000     3348849.6863     24.79%
36961.52/1865.28	c      1865           6831        5521        20     4178944.0000     3349471.6989     24.76%
37062.60/1870.30	c      1870           6840        5530        20     4178944.0000     3349471.6989     24.76%
37161.82/1875.36	c      1875           6860        5550        20     4178944.0000     3349586.2747     24.76%
37260.80/1880.40	c      1880           6876        5566        20     4178944.0000     3349743.8398     24.75%
37361.89/1885.46	c      1885           6891        5581        20     4178944.0000     3350111.3790     24.74%
37462.98/1890.59	c      1891           6901        5591        20     4178944.0000     3350132.1519     24.74%
37564.05/1895.63	c      1896           6921        5611        20     4178944.0000     3350226.9095     24.74%
37663.15/1900.68	c      1901           6939        5629        20     4178944.0000     3350296.8812     24.73%
37764.24/1905.70	c      1906           6951        5641        20     4178944.0000     3350760.7477     24.72%
37863.28/1910.73	c      1911           6973        5663        20     4178944.0000     3351018.7024     24.71%
37962.38/1915.74	c      1916           6991        5681        20     4178944.0000     3351360.9720     24.69%
38061.49/1920.75	c      1921           7008        5698        20     4178944.0000     3351430.3384     24.69%
38162.57/1925.82	c      1926           7025        5715        20     4178944.0000     3352068.5967     24.67%
38263.65/1930.98	c      1931           7041        5731        20     4178944.0000     3352243.7779     24.66%
38365.41/1936.04	c      1936           7061        5751        20     4178944.0000     3352295.7072     24.66%
38464.31/1941.05	c      1941           7069        5759        20     4178944.0000     3352295.7072     24.66%
38563.58/1946.13	c      1946           7081        5771        20     4178944.0000     3352452.1437     24.65%
38664.56/1951.18	c      1951           7094        5784        20     4178944.0000     3352471.0471     24.65%
38765.00/1956.24	c      1956           7111        5801        20     4178944.0000     3352990.0303     24.63%
38864.03/1961.28	c      1961           7139        5829        20     4178944.0000     3353332.5604     24.62%
38965.05/1966.33	c      1966           7161        5851        20     4178944.0000     3353523.3116     24.61%
39064.08/1971.35	c      1971           7177        5867        20     4178944.0000     3353547.0258     24.61%
39165.19/1976.44	c      1976           7189        5879        20     4178944.0000     3353659.4273     24.61%
39264.40/1981.48	c      1981           7203        5893        20     4178944.0000     3353935.8283     24.60%
39365.35/1986.52	c      1987           7216        5906        20     4178944.0000     3354018.5579     24.60%
39464.43/1991.52	c      1992           7228        5918        20     4178944.0000     3354098.6439     24.59%
39565.71/1996.63	c      1997           7251        5941        20     4178944.0000     3354296.1739     24.58%
39664.62/2001.68	c      2002           7268        5958        20     4178944.0000     3354303.5111     24.58%
39765.70/2006.71	c      2007           7280        5970        20     4178944.0000     3354303.5111     24.58%
39864.81/2011.79	c      2012           7292        5982        20     4178944.0000     3354349.7968     24.58%
39965.81/2016.85	c      2017           7321        6011        20     4178944.0000     3354810.5009     24.57%
40064.91/2021.89	c      2022           7344        6034        20     4178944.0000     3354901.2274     24.56%
40165.99/2026.92	c      2027           7367        6057        20     4178944.0000     3355002.1934     24.56%
40265.08/2032.01	c      2032           7371        6061        20     4178944.0000     3355343.3686     24.55%
40366.91/2037.07	c      2037           7391        6081        20     4178944.0000     3355433.5372     24.54%
40465.76/2042.09	c      2042           7411        6101        20     4178944.0000     3355517.2183     24.54%
40564.94/2047.11	c      2047           7437        6127        20     4178944.0000     3355791.9877     24.53%
40666.24/2052.17	c      2052           7458        6148        20     4178944.0000     3355987.4593     24.52%
40766.49/2057.27	c      2057           7471        6161        20     4178944.0000     3356099.9043     24.52%
40867.44/2062.33	c      2062           7489        6179        20     4178944.0000     3356099.9043     24.52%
40966.66/2067.37	c      2067           7505        6195        20     4178944.0000     3356285.2773     24.51%
41065.64/2072.39	c      2072           7526        6216        20     4178944.0000     3356618.1132     24.50%
41166.69/2077.48	c      2077           7546        6236        20     4178944.0000     3356655.1944     24.50%
41267.78/2082.51	c      2083           7570        6260        20     4178944.0000     3356749.2091     24.49%
41366.89/2087.57	c      2088           7589        6279        20     4178944.0000     3356951.1776     24.49%
41467.97/2092.60	c      2093           7611        6301        20     4178944.0000     3357406.5011     24.47%
41567.08/2097.67	c      2098           7628        6318        20     4178944.0000     3357490.9055     24.47%
41668.18/2102.72	c      2103           7645        6335        20     4178944.0000     3357887.6182     24.45%
41767.30/2107.75	c      2108           7668        6358        20     4178944.0000     3358395.7667     24.43%
41866.40/2112.76	c      2113           7689        6379        20     4178944.0000     3358462.8804     24.43%
41965.47/2117.79	c      2118           7708        6398        20     4178944.0000     3358626.0266     24.42%
42066.54/2122.81	c      2123           7721        6411        20     4178944.0000     3358776.0059     24.42%
42167.62/2127.98	c      2128           7755        6445        20     4178944.0000     3358898.3247     24.41%
42269.44/2133.04	c      2133           7771        6461        20     4178944.0000     3359309.9979     24.40%
42368.48/2138.09	c      2138           7797        6487        20     4178944.0000     3359401.8578     24.40%
42469.59/2143.14	c      2143           7811        6501        20     4178944.0000     3359571.3801     24.39%
42568.78/2148.19	c      2148           7831        6521        20     4178944.0000     3359710.4291     24.38%
42669.02/2153.25	c      2153           7831        6521        20     4178944.0000     3359710.4291     24.38%
42770.11/2158.30	c      2158           7851        6541        20     4178944.0000     3359860.3483     24.38%
42869.21/2163.36	c      2163           7866        6556        20     4178944.0000     3359861.8336     24.38%
42970.29/2168.41	c      2168           7891        6581        20     4178944.0000     3360172.9171     24.37%
43069.40/2173.45	c      2173           7911        6601        20     4178944.0000     3360319.4723     24.36%
43170.48/2178.51	c      2179           7931        6621        20     4178944.0000     3360448.9911     24.36%
43269.55/2183.53	c      2184           7951        6641        20     4178944.0000     3360788.7726     24.34%
43370.63/2188.60	c      2189           7971        6661        20     4178944.0000     3360948.2298     24.34%
43469.73/2193.65	c      2194           7984        6674        20     4178944.0000     3360948.2298     24.34%
43570.72/2198.70	c      2199           8000        6690        20     4178944.0000     3360949.0024     24.34%
43669.74/2203.71	c      2204           8012        6702        20     4178944.0000     3360984.4322     24.34%
43770.82/2208.83	c      2209           8038        6728        20     4178944.0000     3361228.3547     24.33%
43869.92/2213.87	c      2214           8055        6745        20     4178944.0000     3361273.6364     24.33%
43971.00/2218.90	c      2219           8077        6767        20     4178944.0000     3361815.2679     24.31%
44070.10/2223.91	c      2224           8092        6782        20     4178944.0000     3361907.9013     24.30%
44169.11/2228.94	c      2229           8101        6791        20     4178944.0000     3361977.0570     24.30%
44268.18/2234.01	c      2234           8121        6811        20     4178944.0000     3362048.4934     24.30%
44370.01/2239.05	c      2239           8141        6831        20     4178944.0000     3362345.5492     24.29%
44469.13/2244.09	c      2244           8151        6841        20     4178944.0000     3362404.6289     24.28%
44570.05/2249.17	c      2249           8167        6857        20     4178944.0000     3362496.8259     24.28%
44670.51/2254.26	c      2254           8177        6867        20     4178944.0000     3362539.6168     24.28%
44769.61/2259.30	c      2259           8200        6890        20     4178944.0000     3362717.3664     24.27%
44870.69/2264.39	c      2264           8220        6910        20     4178944.0000     3362754.9542     24.27%
44971.77/2269.45	c      2269           8231        6921        20     4178944.0000     3362910.7165     24.27%
45072.87/2274.50	c      2274           8249        6939        20     4178944.0000     3363083.0466     24.26%
45171.96/2279.56	c      2280           8263        6953        20     4178944.0000     3363298.8353     24.25%
45273.07/2284.62	c      2285           8288        6978        20     4178944.0000     3363522.0405     24.24%
45372.17/2289.67	c      2290           8311        7001        20     4178944.0000     3363619.5202     24.24%
45473.25/2294.71	c      2295           8327        7017        20     4178944.0000     3363670.2646     24.24%
45574.28/2299.81	c      2300           8349        7039        20     4178944.0000     3363760.4260     24.23%
45673.36/2304.86	c      2305           8363        7053        20     4178944.0000     3363835.6481     24.23%
45774.41/2309.91	c      2310           8381        7071        20     4178944.0000     3363873.3035     24.23%
45873.50/2314.97	c      2315           8401        7091        20     4178944.0000     3363986.9670     24.23%
45972.50/2320.02	c      2320           8421        7111        20     4178944.0000     3364269.8634     24.22%
46074.11/2325.06	c      2325           8435        7125        20     4178944.0000     3364313.9729     24.21%
46173.42/2330.12	c      2330           8451        7141        20     4178944.0000     3364364.2744     24.21%
46274.28/2335.17	c      2335           8471        7161        20     4178944.0000     3364438.8828     24.21%
46373.24/2340.19	c      2340           8491        7181        20     4178944.0000     3364640.0945     24.20%
46473.86/2345.27	c      2345           8511        7201        20     4178944.0000     3364733.4525     24.20%
46574.94/2350.32	c      2350           8540        7230        20     4178944.0000     3364919.7404     24.19%
46674.15/2355.37	c      2355           8553        7243        20     4178944.0000     3365111.2425     24.18%
46775.12/2360.42	c      2360           8571        7261        20     4178944.0000     3365292.8826     24.18%
46874.23/2365.45	c      2365           8586        7276        20     4178944.0000     3365309.9302     24.18%
46975.31/2370.55	c      2371           8607        7297        20     4178944.0000     3365660.3636     24.16%
47074.42/2375.59	c      2376           8626        7316        20     4178944.0000     3366154.5690     24.15%
47175.46/2380.64	c      2381           8648        7338        20     4178944.0000     3366264.1448     24.14%
47274.56/2385.69	c      2386           8661        7351        20     4178944.0000     3366344.4020     24.14%
47375.64/2390.74	c      2391           8684        7374        20     4178944.0000     3366576.6900     24.13%
47474.69/2395.79	c      2396           8711        7401        20     4178944.0000     3366605.4655     24.13%
47575.80/2400.81	c      2401           8728        7418        20     4178944.0000     3366729.0041     24.12%
47674.92/2405.89	c      2406           8741        7431        20     4178944.0000     3366799.7771     24.12%
47776.02/2410.93	c      2411           8756        7446        20     4178944.0000     3366799.7771     24.12%
47875.14/2415.95	c      2416           8780        7470        20     4178944.0000     3366799.7771     24.12%
47974.22/2420.96	c      2421           8807        7497        20     4178944.0000     3366875.5533     24.12%
48073.32/2426.03	c      2426           8817        7507        20     4178944.0000     3367141.9839     24.11%
48177.20/2431.14	c      2431           8831        7521        20     4178944.0000     3367391.3511     24.10%
48276.09/2436.19	c      2436           8851        7541        20     4178944.0000     3367483.0942     24.10%
48376.56/2441.20	c      2441           8861        7551        20     4178944.0000     3367568.6870     24.09%
48475.67/2446.24	c      2446           8881        7571        20     4178944.0000     3367736.9650     24.09%
48576.88/2451.34	c      2451           8890        7580        20     4178944.0000     3367736.9650     24.09%
48675.86/2456.38	c      2456           8910        7600        20     4178944.0000     3367829.6198     24.08%
48776.92/2461.44	c      2461           8931        7621        20     4178944.0000     3367949.4011     24.08%
48876.03/2466.49	c      2466           8951        7641        20     4178944.0000     3368036.2824     24.08%
48977.12/2471.54	c      2472           8971        7661        20     4178944.0000     3368096.8584     24.07%
49076.24/2476.55	c      2477           8993        7683        20     4178944.0000     3368245.0977     24.07%
49175.35/2481.60	c      2482           9011        7701        20     4178944.0000     3368309.7331     24.07%
49276.39/2486.64	c      2487           9031        7721        20     4178944.0000     3368547.0559     24.06%
49375.68/2491.65	c      2492           9042        7732        20     4178944.0000     3368549.2703     24.06%
49474.61/2496.66	c      2497           9069        7759        20     4178944.0000     3368641.7471     24.05%
49573.72/2501.70	c      2502           9091        7781        20     4178944.0000     3368841.9245     24.05%
49674.82/2506.75	c      2507           9105        7795        20     4178944.0000     3368841.9841     24.05%
49775.91/2511.81	c      2512           9130        7820        20     4178944.0000     3368944.5234     24.04%
49874.95/2516.87	c      2517           9148        7838        20     4178944.0000     3369214.1662     24.03%
49976.02/2521.91	c      2522           9181        7871        20     4178944.0000     3369490.8784     24.02%
50075.12/2526.97	c      2527           9195        7885        20     4178944.0000     3369507.3879     24.02%
50174.23/2531.99	c      2532           9211        7901        20     4178944.0000     3369587.2414     24.02%
50275.96/2537.08	c      2537           9241        7931        20     4178944.0000     3369681.6670     24.02%
50377.09/2542.13	c      2542           9257        7947        20     4178944.0000     3369821.9325     24.01%
50477.46/2547.21	c      2547           9271        7961        20     4178944.0000     3369859.0904     24.01%
50578.56/2552.30	c      2552           9300        7990        20     4178944.0000     3370153.3663     24.00%
50677.70/2557.36	c      2557           9321        8011        20     4178944.0000     3370276.1813     23.99%
50776.78/2562.38	c      2562           9341        8031        20     4178944.0000     3370404.6441     23.99%
50877.87/2567.46	c      2567           9365        8055        20     4178944.0000     3370529.2846     23.98%
50978.97/2572.52	c      2573           9376        8066        20     4178944.0000     3370569.6159     23.98%
51078.08/2577.55	c      2578           9381        8071        20     4178944.0000     3370641.9543     23.98%
51179.17/2582.62	c      2583           9400        8090        20     4178944.0000     3370664.0486     23.98%
51280.26/2587.70	c      2588           9416        8106        20     4178944.0000     3370877.3818     23.97%
51379.33/2592.72	c      2593           9430        8120        20     4178944.0000     3370918.4803     23.97%
51480.36/2597.83	c      2598           9447        8137        20     4178944.0000     3370993.9617     23.97%
51579.48/2602.89	c      2603           9466        8156        20     4178944.0000     3371066.8302     23.97%
51680.57/2607.91	c      2608           9486        8176        20     4178944.0000     3371111.4478     23.96%
51779.68/2612.97	c      2613           9495        8185        20     4178944.0000     3371111.4478     23.96%
51881.47/2618.05	c      2618           9514        8204        20     4178944.0000     3371193.6381     23.96%
51980.48/2623.10	c      2623           9525        8215        20     4178944.0000     3371274.7451     23.96%
52079.72/2628.13	c      2628           9541        8231        20     4178944.0000     3371317.2184     23.96%
52182.00/2633.23	c      2633           9561        8251        20     4178944.0000     3371425.5863     23.95%
52281.11/2638.28	c      2638           9581        8271        20     4178944.0000     3371454.3681     23.95%
52382.27/2643.39	c      2643           9601        8291        20     4178944.0000     3371504.7173     23.95%
52483.28/2648.41	c      2648           9620        8310        20     4178944.0000     3371512.2011     23.95%
52582.39/2653.49	c      2654           9631        8321        20     4178944.0000     3371620.0363     23.94%
52683.46/2658.54	c      2659           9641        8331        20     4178944.0000     3371635.3636     23.94%
52782.56/2663.59	c      2664           9651        8341        20     4178944.0000     3371682.5198     23.94%
52883.55/2668.68	c      2669           9671        8361        20     4178944.0000     3371825.1337     23.94%
52984.63/2673.71	c      2674           9684        8374        20     4178944.0000     3371833.3043     23.94%
53083.76/2678.77	c      2679           9700        8390        20     4178944.0000     3371859.3237     23.94%
53184.84/2683.82	c      2684           9711        8401        20     4178944.0000     3371942.6952     23.93%
53283.95/2688.85	c      2689           9726        8416        20     4178944.0000     3372137.0904     23.93%
53385.03/2693.90	c      2694           9751        8441        20     4178944.0000     3372323.3418     23.92%
53484.13/2698.97	c      2699           9771        8461        20     4178944.0000     3372428.5461     23.91%
53583.24/2704.02	c      2704           9782        8472        20     4178944.0000     3372471.6203     23.91%
53685.01/2709.06	c      2709           9801        8491        20     4178944.0000     3372741.1670     23.90%
53784.32/2714.07	c      2714           9818        8508        20     4178944.0000     3372762.2128     23.90%
53885.28/2719.17	c      2719           9848        8538        20     4178944.0000     3372801.8235     23.90%
53985.56/2724.23	c      2724           9870        8560        20     4178944.0000     3372833.9135     23.90%
54084.65/2729.28	c      2729           9883        8573        20     4178944.0000     3372942.9963     23.90%
54185.73/2734.33	c      2734           9901        8591        20     4178944.0000     3373183.8754     23.89%
54284.96/2739.38	c      2739           9921        8611        20     4178944.0000     3373253.5265     23.88%
54385.93/2744.45	c      2744           9947        8637        20     4178944.0000     3373427.6630     23.88%
54485.03/2749.49	c      2749           9964        8654        20     4178944.0000     3373513.4064     23.88%
54586.11/2754.50	c      2754           9984        8674        20     4178944.0000     3373548.2737     23.87%
54685.15/2759.51	c      2760          10001        8691        20     4178944.0000     3373560.4302     23.87%
54784.26/2764.52	c      2765          10020        8708        20     4178944.0000     3373614.3420     23.87%
54883.33/2769.53	c      2770          10041        8729        20     4178944.0000     3373623.8961     23.87%
54982.44/2774.54	c      2775          10063        8751        20     4178944.0000     3373732.7744     23.87%
55081.55/2779.56	c      2780          10071        8759        20     4178944.0000     3373771.7070     23.87%
55184.55/2784.71	c      2785          10096        8784        20     4178944.0000     3373829.1233     23.86%
55283.66/2789.72	c      2790          10107        8795        20     4178944.0000     3373837.8023     23.86%
55382.73/2794.74	c      2795          10131        8819        20     4178944.0000     3374118.3174     23.85%
55483.81/2799.89	c      2800          10148        8836        20     4178944.0000     3374135.9915     23.85%
55584.90/2804.97	c      2805          10171        8859        20     4178944.0000     3374197.7764     23.85%
55684.00/2810.01	c      2810          10188        8876        20     4178944.0000     3374221.0005     23.85%
55787.65/2815.13	c      2815          10201        8889        20     4178944.0000     3374398.4643     23.84%
55886.76/2820.19	c      2820          10226        8914        20     4178944.0000     3374506.7536     23.84%
55987.24/2825.25	c      2825          10241        8929        20     4178944.0000     3374624.4091     23.83%
56088.33/2830.32	c      2830          10250        8938        20     4178944.0000     3374624.4091     23.83%
56187.54/2835.36	c      2835          10259        8947        20     4178944.0000     3374645.6856     23.83%
56286.52/2840.39	c      2840          10271        8959        20     4178944.0000     3374775.9776     23.83%
56387.56/2845.41	c      2845          10287        8975        20     4178944.0000     3374833.0321     23.83%
56488.65/2850.57	c      2851          10301        8989        20     4178944.0000     3374923.7695     23.82%
56589.73/2855.62	c      2856          10320        9008        20     4178944.0000     3374965.2016     23.82%
56688.82/2860.67	c      2861          10336        9024        20     4178944.0000     3375008.0482     23.82%
56789.90/2865.72	c      2866          10351        9039        20     4178944.0000     3375085.9373     23.82%
56888.94/2870.77	c      2871          10366        9054        20     4178944.0000     3375142.2451     23.82%
56990.05/2875.82	c      2876          10381        9069        20     4178944.0000     3375328.8431     23.81%
57089.15/2880.87	c      2881          10403        9091        20     4178944.0000     3375404.7916     23.81%
57190.24/2885.91	c      2886          10421        9109        20     4178944.0000     3375554.4877     23.80%
57289.34/2890.97	c      2891          10436        9124        20     4178944.0000     3375571.4367     23.80%
57388.43/2896.02	c      2896          10451        9139        20     4178944.0000     3375852.3302     23.79%
57490.26/2901.07	c      2901          10475        9163        20     4178944.0000     3375956.9869     23.79%
57589.28/2906.11	c      2906          10491        9179        20     4178944.0000     3376022.3155     23.78%
57688.28/2911.12	c      2911          10516        9204        20     4178944.0000     3376054.6331     23.78%
57790.80/2916.22	c      2916          10539        9227        20     4178944.0000     3376062.3180     23.78%
57889.90/2921.27	c      2921          10551        9239        20     4178944.0000     3376147.8309     23.78%
57990.98/2926.32	c      2926          10565        9253        20     4178944.0000     3376236.0909     23.78%
58090.21/2931.37	c      2931          10590        9278        20     4178944.0000     3376367.0624     23.77%
58191.18/2936.43	c      2936          10607        9295        20     4178944.0000     3376374.0880     23.77%
58290.22/2941.45	c      2941          10621        9309        20     4178944.0000     3376385.7970     23.77%
58389.31/2946.46	c      2946          10638        9326        20     4178944.0000     3376464.1142     23.77%
58490.31/2951.51	c      2952          10661        9349        20     4178944.0000     3376848.3482     23.75%
58589.39/2956.57	c      2957          10670        9358        20     4178944.0000     3376848.3482     23.75%
58690.47/2961.61	c      2962          10681        9369        20     4178944.0000     3377149.8294     23.74%
58789.50/2966.65	c      2967          10707        9395        20     4178944.0000     3377220.7858     23.74%
58888.60/2971.65	c      2972          10713        9401        20     4178944.0000     3377234.7270     23.74%
58989.68/2976.72	c      2977          10731        9419        20     4178944.0000     3377353.5356     23.73%
59090.76/2981.82	c      2982          10745        9433        20     4178944.0000     3377575.5212     23.73%
59191.84/2986.91	c      2987          10771        9459        20     4178944.0000     3377758.1049     23.72%
59290.94/2991.97	c      2992          10785        9473        20     4178944.0000     3377897.1793     23.71%
59390.04/2997.00	c      2997          10801        9489        20     4178944.0000     3377930.6608     23.71%
59489.09/3002.01	c      3002          10813        9501        20     4178944.0000     3378099.1279     23.71%
59590.82/3007.10	c      3007          10831        9519        20     4178944.0000     3378135.3093     23.71%
59691.99/3012.16	c      3012          10855        9543        20     4178944.0000     3378174.3071     23.70%
59791.08/3017.19	c      3017          10870        9558        20     4178944.0000     3378184.3777     23.70%
59891.42/3022.21	c      3022          10891        9579        20     4178944.0000     3378249.3321     23.70%
59990.52/3027.23	c      3027          10900        9588        20     4178944.0000     3378249.3321     23.70%
60091.61/3032.39	c      3032          10921        9609        20     4178944.0000     3378451.2636     23.69%
60192.69/3037.40	c      3037          10949        9637        20     4178944.0000     3378488.7228     23.69%
60292.01/3042.46	c      3042          10987        9675        20     4178944.0000     3378488.7228     23.69%
60392.89/3047.52	c      3048          11021        9709        20     4178944.0000     3378510.3895     23.69%
60491.98/3052.59	c      3053          11051        9739        20     4178944.0000     3378607.3850     23.69%
60593.02/3057.66	c      3058          11071        9759        20     4178944.0000     3378683.5469     23.69%
60692.12/3062.67	c      3063          11090        9778        20     4178944.0000     3378702.4549     23.68%
60793.21/3067.76	c      3068          11111        9799        20     4178944.0000     3378762.9182     23.68%
60894.28/3072.81	c      3073          11121        9809        20     4178944.0000     3378774.1218     23.68%
60993.38/3077.83	c      3078          11136        9824        20     4178944.0000     3378884.2422     23.68%
61092.53/3082.86	c      3083          11161        9849        20     4178944.0000     3379040.8946     23.67%
61193.52/3087.92	c      3088          11181        9869        20     4178944.0000     3379126.1545     23.67%
61292.62/3093.01	c      3093          11199        9887        20     4178944.0000     3379134.4684     23.67%
61394.29/3098.06	c      3098          11221        9909        20     4178944.0000     3379265.9580     23.66%
61493.49/3103.11	c      3103          11238        9926        20     4178944.0000     3379346.1812     23.66%
61594.46/3108.14	c      3108          11251        9939        20     4178944.0000     3379446.2828     23.66%
61693.69/3113.16	c      3113          11261        9949        20     4178944.0000     3379468.0765     23.66%
61794.00/3118.26	c      3118          11277        9965        20     4178944.0000     3379519.5752     23.65%
61893.09/3123.29	c      3123          11303        9989        20     4178944.0000     3379545.3743     23.65%
61994.19/3128.36	c      3128          11384       10058        20     4178944.0000     3379545.3743     23.65%
62095.28/3133.41	c      3133          11428       10092        20     4178944.0000     3379545.3743     23.65%
62194.37/3138.46	c      3138          11462       10118        20     4178944.0000     3379644.7214     23.65%
62295.47/3143.51	c      3144          11491       10147        20     4178944.0000     3379827.2737     23.64%
62394.57/3148.56	c      3149          11501       10157        20     4178944.0000     3379828.3833     23.64%
62495.65/3153.61	c      3154          11518       10174        20     4178944.0000     3379941.1143     23.64%
62594.77/3158.66	c      3159          11541       10197        20     4178944.0000     3379968.1893     23.64%
62695.88/3163.71	c      3164          11568       10224        20     4178944.0000     3380113.0327     23.63%
62795.04/3168.76	c      3169          11584       10240        20     4178944.0000     3380196.5662     23.63%
62896.11/3173.81	c      3174          11606       10262        20     4178944.0000     3380261.3254     23.63%
62995.24/3178.86	c      3179          11629       10285        20     4178944.0000     3380282.6241     23.63%
63096.34/3183.91	c      3184          11655       10311        20     4178944.0000     3380331.2277     23.63%
63195.45/3188.96	c      3189          11681       10337        20     4178944.0000     3380394.5177     23.62%
63294.55/3194.01	c      3194          11701       10357        20     4178944.0000     3380432.1778     23.62%
63396.30/3199.05	c      3199          11714       10370        20     4178944.0000     3380447.5023     23.62%
63495.36/3204.11	c      3204          11732       10388        20     4178944.0000     3380476.7499     23.62%
63596.41/3209.16	c      3209          11760       10416        20     4178944.0000     3380618.5817     23.61%
63695.75/3214.17	c      3214          11791       10447        20     4178944.0000     3380723.6374     23.61%
63795.97/3219.26	c      3219          11803       10459        20     4178944.0000     3380771.1341     23.61%
63897.07/3224.31	c      3224          11804       10460        20     4178944.0000     3380771.1341     23.61%
63996.12/3229.34	c      3229          11826       10482        20     4178944.0000     3380838.1392     23.61%
64095.25/3234.34	c      3234          11846       10502        20     4178944.0000     3380914.1302     23.60%
64196.35/3239.46	c      3239          11861       10517        20     4178944.0000     3380950.9531     23.60%
64297.45/3244.52	c      3245          11881       10537        20     4178944.0000     3381023.2206     23.60%
64396.57/3249.58	c      3250          11901       10557        20     4178944.0000     3381098.5241     23.60%
64497.60/3254.64	c      3255          11924       10580        20     4178944.0000     3381247.5445     23.59%
64596.72/3259.68	c      3260          11946       10602        20     4178944.0000     3381298.3983     23.59%
64697.82/3264.73	c      3265          11966       10622        20     4178944.0000     3381373.3070     23.59%
64796.94/3269.75	c      3270          11981       10637        20     4178944.0000     3381546.8476     23.58%
64896.05/3274.78	c      3275          12000       10656        20     4178944.0000     3381573.1556     23.58%
64997.10/3279.80	c      3280          12012       10668        20     4178944.0000     3381657.2753     23.58%
65096.24/3284.82	c      3285          12031       10687        20     4178944.0000     3381696.8985     23.58%
65195.37/3289.86	c      3290          12050       10706        20     4178944.0000     3381707.6133     23.57%
65296.50/3294.92	c      3295          12071       10727        20     4178944.0000     3381967.9919     23.57%
65395.64/3299.93	c      3300          12086       10742        20     4178944.0000     3381980.2817     23.57%
65494.73/3305.01	c      3305          12096       10752        20     4178944.0000     3382184.6060     23.56%
65596.61/3310.08	c      3310          12116       10772        20     4178944.0000     3382298.1233     23.55%
65695.62/3315.14	c      3315          12131       10787        20     4178944.0000     3382344.5393     23.55%
65796.64/3320.15	c      3320          12151       10807        20     4178944.0000     3382572.4991     23.54%
65896.84/3325.23	c      3325          12171       10827        20     4178944.0000     3382649.1367     23.54%
65995.75/3330.29	c      3330          12188       10844        20     4178944.0000     3382723.6342     23.54%
66096.77/3335.33	c      3335          12196       10852        20     4178944.0000     3382724.5867     23.54%
66195.75/3340.35	c      3340          12221       10877        20     4178944.0000     3382810.2895     23.53%
66296.84/3345.40	c      3345          12240       10896        20     4178944.0000     3382876.1667     23.53%
66395.86/3350.43	c      3350          12260       10916        20     4178944.0000     3382895.4095     23.53%
66496.91/3355.51	c      3356          12271       10927        20     4178944.0000     3382957.0800     23.53%
66597.73/3360.61	c      3361          12292       10948        20     4178944.0000     3382968.2524     23.53%
66696.76/3365.62	c      3366          12321       10977        20     4178944.0000     3383091.9801     23.52%
66795.73/3370.69	c      3371          12343       10999        20     4178944.0000     3383247.0053     23.52%
66896.81/3375.73	c      3376          12361       11017        20     4178944.0000     3383389.4909     23.51%
66995.83/3380.79	c      3381          12381       11037        20     4178944.0000     3383498.2694     23.51%
67096.77/3385.83	c      3386          12399       11055        20     4178944.0000     3383504.8810     23.51%
67195.77/3390.89	c      3391          12414       11070        20     4178944.0000     3383504.8810     23.51%
67296.78/3395.98	c      3396          12431       11087        20     4178944.0000     3383727.4412     23.50%
67398.44/3401.03	c      3401          12449       11105        20     4178944.0000     3383798.7112     23.50%
67497.68/3406.10	c      3406          12461       11117        20     4178944.0000     3383894.3809     23.50%
67598.31/3411.17	c      3411          12477       11133        20     4178944.0000     3383935.4687     23.49%
67698.62/3416.24	c      3416          12499       11155        20     4178944.0000     3383977.2000     23.49%
67799.61/3421.30	c      3421          12511       11167        20     4178944.0000     3384054.9043     23.49%
67898.45/3426.32	c      3426          12531       11187        20     4178944.0000     3384218.3185     23.48%
67997.52/3431.38	c      3431          12551       11207        20     4178944.0000     3384292.9339     23.48%
68098.59/3436.42	c      3436          12572       11228        20     4178944.0000     3384438.8187     23.48%
68197.55/3441.42	c      3441          12590       11246        20     4178944.0000     3384470.9656     23.47%
68296.62/3446.48	c      3446          12611       11267        20     4178944.0000     3384525.2118     23.47%
68397.67/3451.59	c      3452          12631       11287        20     4178944.0000     3384603.2732     23.47%
68498.66/3456.65	c      3457          12643       11299        20     4178944.0000     3384704.4194     23.47%
68599.56/3461.71	c      3462          12664       11320        20     4178944.0000     3384729.8140     23.46%
68698.63/3466.75	c      3467          12689       11345        20     4178944.0000     3384770.2076     23.46%
68797.59/3471.76	c      3472          12707       11363        20     4178944.0000     3384787.9790     23.46%
68898.44/3476.83	c      3477          12729       11385        20     4178944.0000     3384903.1147     23.46%
68997.32/3481.84	c      3482          12746       11402        20     4178944.0000     3385081.6528     23.45%
69098.28/3486.93	c      3487          12767       11423        20     4178944.0000     3385231.7249     23.45%
69197.36/3492.02	c      3492          12781       11437        20     4178944.0000     3385286.9705     23.44%
69299.08/3497.10	c      3497          12801       11457        20     4178944.0000     3385415.4206     23.44%
69399.74/3502.15	c      3502          12821       11477        20     4178944.0000     3385562.2027     23.43%
69500.21/3507.20	c      3507          12841       11497        20     4178944.0000     3385646.1615     23.43%
69599.33/3512.25	c      3512          12857       11513        20     4178944.0000     3385884.5801     23.42%
69698.36/3517.28	c      3517          12884       11540        20     4178944.0000     3386065.0851     23.42%
69799.31/3522.31	c      3522          12903       11559        20     4178944.0000     3386289.9511     23.41%
69900.28/3527.40	c      3527          12921       11577        20     4178944.0000     3386386.2496     23.40%
69999.29/3532.41	c      3532          12941       11597        20     4178944.0000     3386418.4127     23.40%
70098.25/3537.42	c      3537          12961       11617        20     4178944.0000     3386458.3041     23.40%
70197.16/3542.47	c      3542          12987       11643        20     4178944.0000     3386673.0174     23.39%
70296.17/3547.49	c      3548          13006       11662        20     4178944.0000     3386772.1058     23.39%
70397.16/3552.52	c      3553          13023       11679        20     4178944.0000     3386940.2731     23.38%
70496.10/3557.56	c      3558          13048       11704        20     4178944.0000     3386975.7094     23.38%
70597.14/3562.64	c      3563          13061       11717        20     4178944.0000     3387160.3813     23.38%
70696.10/3567.67	c      3568          13081       11737        20     4178944.0000     3387292.5245     23.37%
70795.05/3572.70	c      3573          13109       11765        20     4178944.0000     3387319.0303     23.37%
70895.85/3577.78	c      3578          13121       11777        20     4178944.0000     3387363.0216     23.37%
70996.64/3582.86	c      3583          13147       11803        20     4178944.0000     3387388.5408     23.37%
71097.64/3587.91	c      3588          13157       11813        20     4178944.0000     3387458.6124     23.37%
71196.67/3592.95	c      3593          13172       11828        20     4178944.0000     3387535.5447     23.36%
71295.62/3597.96	c      3598          13199       11855        20     4178944.0000     3387638.6232     23.36%
71397.34/3603.05	c      3603          13215       11871        20     4178944.0000     3387674.3813     23.36%
71496.38/3608.08	c      3608          13231       11887        20     4178944.0000     3387731.0270     23.36%
71597.56/3613.16	c      3613          13258       11914        20     4178944.0000     3387806.9445     23.35%
71696.43/3618.18	c      3618          13271       11927        20     4178944.0000     3387872.1863     23.35%
71796.71/3623.22	c      3623          13293       11949        20     4178944.0000     3387930.2431     23.35%
71895.77/3628.23	c      3628          13310       11966        20     4178944.0000     3387974.8249     23.35%
71994.84/3633.27	c      3633          13321       11977        20     4178944.0000     3387977.5867     23.35%

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 (190769 MiB free)
  memory of node 1: 193531 MiB (169179 MiB free)
  memory of node 2: 193531 MiB (191513 MiB free)
  memory of node 3: 193493 MiB (183773 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-4465131-1722442894/watcher-4465131-1722442894 -o /tmp/evaluation-result-4465131-1722442894/solver-4465131-1722442894 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722441596-58668 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465131-1722442894.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100102 s]*
/proc/loadavg: 64.36 70.23 55.31 45/969 61931
/proc/meminfo: memFree=752824176/790760804 swapFree=131071996/131071996
[pid=61910] ppid=61907 vsize=1544904 memory=87840 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/stat : 61910 (fscip) S 61907 61910 58658 0 -1 1077936128 19478 0 0 0 9 3 0 0 20 0 21 0 10872121 1581981696 21960 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
/proc/61910/statm: 386226 21960 2790 3035 0 62938 0
[pid=61910/tid=61912] ppid=61907 vsize=1544904 memory=8390339637985935414 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61912/stat : 61912 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 21960 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61913] ppid=61907 vsize=1544904 memory=57906 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61913/stat : 61913 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 21960 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61914] ppid=61907 vsize=1544904 memory=55216921903569 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61914/stat : 61914 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 21960 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61915] ppid=61907 vsize=1544904 memory=59619280159299 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61915/stat : 61915 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 21960 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61916] ppid=61907 vsize=1544904 memory=55186907464376 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61916/stat : 61916 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 21960 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61917] ppid=61907 vsize=1544904 memory=59597872432034 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61917/stat : 61917 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 21960 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61918] ppid=61907 vsize=1544904 memory=14697383204226481 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61918/stat : 61918 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 21960 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61919] ppid=61907 vsize=1544904 memory=14417042098882782 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61919/stat : 61919 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 21960 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61920] ppid=61907 vsize=1544904 memory=4122263913104670752 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61920/stat : 61920 (fscip) S 61907 61910 58658 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 21960 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61921] ppid=61907 vsize=1544904 memory=3906086737289674784 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61921/stat : 61921 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 21960 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61922] ppid=61907 vsize=1544904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61922/stat : 61922 (fscip) S 61907 61910 58658 0 -1 1077936192 1516 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 22026 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61923] ppid=61907 vsize=1544904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61923/stat : 61923 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 22026 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61924] ppid=61907 vsize=1544904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61924/stat : 61924 (fscip) S 61907 61910 58658 0 -1 1077936192 1515 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 22026 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61925] ppid=61907 vsize=1544904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61925/stat : 61925 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 22026 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61926] ppid=61907 vsize=1544904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61926/stat : 61926 (fscip) S 61907 61910 58658 0 -1 1077936192 1515 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 22026 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61927] ppid=61907 vsize=1544904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61927/stat : 61927 (fscip) S 61907 61910 58658 0 -1 1077936192 1515 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 22026 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61928] ppid=61907 vsize=1544904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61928/stat : 61928 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 22026 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61929] ppid=61907 vsize=1544904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61929/stat : 61929 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 22026 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61930] ppid=61907 vsize=1544904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61930/stat : 61930 (fscip) R 61907 61910 58658 0 -1 4194368 1469 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 22026 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61931] ppid=61907 vsize=1544904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61931/stat : 61931 (fscip) S 61907 61910 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10872130 1581981696 22026 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 1544904 KiB
Current children cumulated memory: 87840 KiB

[startup+0.224467 s]*
/proc/loadavg: 64.36 70.23 55.31 51/989 61951
/proc/meminfo: memFree=752576956/790760804 swapFree=131071996/131071996
[pid=61910] ppid=61907 vsize=1790904 memory=349224 CPUtime=0.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/stat : 61910 (fscip) S 61907 61910 58658 0 -1 1077936128 81591 0 0 0 32 24 0 0 20 0 41 0 10872121 1833885696 87240 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
/proc/61910/statm: 447726 87306 2806 3035 0 175808 0
[pid=61910/tid=61912] ppid=61907 vsize=1790904 memory=8318255677412212789 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61912/stat : 61912 (fscip) D 61907 61910 58658 0 -1 4194368 3582 0 0 0 1 1 0 0 20 0 41 0 10872130 1833885696 87306 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61913] ppid=61907 vsize=1790904 memory=237112656212 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61913/stat : 61913 (fscip) D 61907 61910 58658 0 -1 4194368 3586 0 0 0 0 1 0 0 20 0 41 0 10872130 1833885696 87306 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61914] ppid=61907 vsize=1790904 memory=59610673504748 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61914/stat : 61914 (fscip) R 61907 61910 58658 0 -1 4194368 3396 0 0 0 1 1 0 0 20 0 41 0 10872130 1833885696 87306 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61915] ppid=61907 vsize=1790904 memory=53022210450128 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61915/stat : 61915 (fscip) D 61907 61910 58658 0 -1 4194368 3367 0 0 0 1 0 0 0 20 0 41 0 10872130 1833885696 87306 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61916] ppid=61907 vsize=1790904 memory=59580659065786 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61916/stat : 61916 (fscip) D 61907 61910 58658 0 -1 4194368 3353 0 0 0 1 1 0 0 20 0 41 0 10872130 1833885696 87306 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61917] ppid=61907 vsize=1790904 memory=54083134500164 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61917/stat : 61917 (fscip) D 61907 61910 58658 0 -1 4194368 3378 0 0 0 0 1 0 0 20 0 41 0 10872130 1833885696 87306 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61918] ppid=61907 vsize=1790904 memory=15540708622730370 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61918/stat : 61918 (fscip) R 61907 61910 58658 0 -1 4194368 3619 0 0 0 1 1 0 0 20 0 41 0 10872130 1833885696 87306 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61919] ppid=61907 vsize=1790904 memory=14689720982665349 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61919/stat : 61919 (fscip) D 61907 61910 58658 0 -1 4194368 3659 0 0 0 0 1 0 0 20 0 41 0 10872130 1833885696 87306 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61920] ppid=61907 vsize=1790904 memory=4050204145796513824 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61920/stat : 61920 (fscip) D 61907 61910 58658 0 -1 4194368 3381 0 0 0 1 1 0 0 20 0 41 0 10872130 1833885696 87306 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61921] ppid=61907 vsize=1790904 memory=3690759509665644576 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61921/stat : 61921 (fscip) R 61907 61910 58658 0 -1 4194368 3391 0 0 0 1 0 0 0 20 0 41 0 10872130 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61922] ppid=61907 vsize=1790904 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61922/stat : 61922 (fscip) R 61907 61910 58658 0 -1 4194368 3414 0 0 0 1 0 0 0 20 0 41 0 10872130 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61923] ppid=61907 vsize=1790904 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61923/stat : 61923 (fscip) D 61907 61910 58658 0 -1 4194368 3450 0 0 0 1 1 0 0 20 0 41 0 10872130 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61924] ppid=61907 vsize=1790904 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61924/stat : 61924 (fscip) R 61907 61910 58658 0 -1 4194368 3609 0 0 0 1 1 0 0 20 0 41 0 10872130 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61925] ppid=61907 vsize=1790904 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61925/stat : 61925 (fscip) D 61907 61910 58658 0 -1 4194368 3608 0 0 0 1 1 0 0 20 0 41 0 10872130 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61926] ppid=61907 vsize=1790904 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61926/stat : 61926 (fscip) D 61907 61910 58658 0 -1 4194368 3422 0 0 0 1 1 0 0 20 0 41 0 10872130 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61927] ppid=61907 vsize=1790904 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61927/stat : 61927 (fscip) R 61907 61910 58658 0 -1 4194368 3387 0 0 0 1 0 0 0 20 0 41 0 10872130 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61928] ppid=61907 vsize=1790904 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61928/stat : 61928 (fscip) D 61907 61910 58658 0 -1 4194368 3401 0 0 0 0 1 0 0 20 0 41 0 10872130 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61929] ppid=61907 vsize=1790904 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61929/stat : 61929 (fscip) D 61907 61910 58658 0 -1 4194368 3675 0 0 0 1 1 0 0 20 0 41 0 10872130 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61930] ppid=61907 vsize=1790904 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61930/stat : 61930 (fscip) D 61907 61910 58658 0 -1 4194368 3570 0 0 0 1 0 0 0 20 0 41 0 10872130 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61931] ppid=61907 vsize=1790904 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61931/stat : 61931 (fscip) D 61907 61910 58658 0 -1 4194368 3413 0 0 0 0 1 0 0 20 0 41 0 10872130 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61932] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61932/stat : 61932 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61933] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61933/stat : 61933 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61934] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61934/stat : 61934 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61935] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61935/stat : 61935 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61936] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61936/stat : 61936 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61937] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61937/stat : 61937 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61938] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61938/stat : 61938 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61939] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61939/stat : 61939 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61940] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61940/stat : 61940 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61941] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61941/stat : 61941 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61942] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61942/stat : 61942 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61943] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61943/stat : 61943 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61944] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61944/stat : 61944 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61945] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61945/stat : 61945 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61946] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61946/stat : 61946 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61947] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61947/stat : 61947 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61948] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61948/stat : 61948 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61949] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61949/stat : 61949 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61950] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61950/stat : 61950 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61951] ppid=61907 vsize=1790904 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61951/stat : 61951 (fscip) S 61907 61910 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10872142 1833885696 87372 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 1790904 KiB
Current children cumulated memory: 349224 KiB

[startup+0.331863 s]*
/proc/loadavg: 64.36 70.23 55.31 63/989 61951
/proc/meminfo: memFree=752193672/790760804 swapFree=131071996/131071996
[pid=61910] ppid=61907 vsize=1926352 memory=743348 CPUtime=2.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/stat : 61910 (fscip) S 61907 61910 58658 0 -1 1077936128 186281 0 0 0 165 59 0 0 20 0 41 0 10872121 1972584448 185837 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
/proc/61910/statm: 481588 185837 2854 3035 0 284205 0
[pid=61910/tid=61912] ppid=61907 vsize=1926352 memory=7017546533858207575 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61912/stat : 61912 (fscip) R 61907 61910 58658 0 -1 4194368 8309 0 0 0 9 2 0 0 20 0 41 0 10872130 1972584448 185837 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61913] ppid=61907 vsize=1926352 memory=281428806113520 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61913/stat : 61913 (fscip) R 61907 61910 58658 0 -1 4194368 9637 0 0 0 6 3 0 0 20 0 41 0 10872130 1972584448 185837 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61914] ppid=61907 vsize=1926352 memory=34340462562508916 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61914/stat : 61914 (fscip) R 61907 61910 58658 0 -1 4194368 8273 0 0 0 7 2 0 0 20 0 41 0 10872130 1972584448 185837 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61915] ppid=61907 vsize=1926352 memory=0 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61915/stat : 61915 (fscip) R 61907 61910 58658 0 -1 4194368 8119 0 0 0 8 2 0 0 20 0 41 0 10872130 1972584448 185837 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61916] ppid=61907 vsize=1926352 memory=0 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61916/stat : 61916 (fscip) R 61907 61910 58658 0 -1 4194368 9432 0 0 0 8 2 0 0 20 0 41 0 10872130 1972584448 185837 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61917] ppid=61907 vsize=1926352 memory=0 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61917/stat : 61917 (fscip) R 61907 61910 58658 0 -1 4194368 8274 0 0 0 7 2 0 0 20 0 41 0 10872130 1972584448 185837 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61918] ppid=61907 vsize=1926352 memory=27992919332356134 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61918/stat : 61918 (fscip) R 61907 61910 58658 0 -1 4194368 8353 0 0 0 8 3 0 0 20 0 41 0 10872130 1972584448 185837 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61919] ppid=61907 vsize=1926352 memory=57843 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61919/stat : 61919 (fscip) R 61907 61910 58658 0 -1 4194368 9719 0 0 0 6 3 0 0 20 0 41 0 10872130 1972584448 185837 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0

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

[pid=61910/tid=61935] ppid=61907 vsize=9612720 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61935/stat : 61935 (fscip) S 61907 61910 58658 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61936] ppid=61907 vsize=9612720 memory=8211716 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61936/stat : 61936 (fscip) S 61907 61910 58658 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61937] ppid=61907 vsize=9612720 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61937/stat : 61937 (fscip) S 61907 61910 58658 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61938] ppid=61907 vsize=9612720 memory=62 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61938/stat : 61938 (fscip) S 61907 61910 58658 0 -1 1077936192 76 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61939] ppid=61907 vsize=9612720 memory=8444140 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61939/stat : 61939 (fscip) S 61907 61910 58658 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61940] ppid=61907 vsize=9612720 memory=8431372 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61940/stat : 61940 (fscip) S 61907 61910 58658 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61941] ppid=61907 vsize=9612720 memory=8448852 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61941/stat : 61941 (fscip) S 61907 61910 58658 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61942] ppid=61907 vsize=9612720 memory=60124 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61942/stat : 61942 (fscip) S 61907 61910 58658 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61943] ppid=61907 vsize=9612720 memory=281428807096672 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61943/stat : 61943 (fscip) S 61907 61910 58658 0 -1 1077936192 139 0 0 0 0 2 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61944] ppid=61907 vsize=9612720 memory=8443644 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61944/stat : 61944 (fscip) S 61907 61910 58658 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61945] ppid=61907 vsize=9612720 memory=11624 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61945/stat : 61945 (fscip) S 61907 61910 58658 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61946] ppid=61907 vsize=9612720 memory=11624 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61946/stat : 61946 (fscip) S 61907 61910 58658 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61947] ppid=61907 vsize=9612720 memory=8447752 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61947/stat : 61947 (fscip) S 61907 61910 58658 0 -1 1077936192 124 0 0 0 1 2 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61948] ppid=61907 vsize=9612720 memory=8332363717844836222 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61948/stat : 61948 (fscip) S 61907 61910 58658 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61949] ppid=61907 vsize=9612720 memory=8321268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61949/stat : 61949 (fscip) S 61907 61910 58658 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61950] ppid=61907 vsize=9612720 memory=8444488 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61950/stat : 61950 (fscip) S 61907 61910 58658 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61951] ppid=61907 vsize=9612720 memory=8450364 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61951/stat : 61951 (fscip) S 61907 61910 58658 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2112771 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
Current children cumulated CPU time: 70986.8 s
Current children cumulated vsize: 9612720 KiB
Current children cumulated memory: 8451084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.5 s]
/proc/loadavg: 80.22 74.75 68.31 81/1003 64038
/proc/meminfo: memFree=762724604/790760804 swapFree=131071996/131071996
[pid=61910] ppid=61907 vsize=9612720 memory=8491204 CPUtime=72000.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/stat : 61910 (fscip) S 61907 61910 58658 0 -1 1077936128 32529361 0 0 0 7188622 11455 0 0 20 0 41 0 10872121 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
/proc/61910/statm: 2403180 2122801 3366 3035 0 2244572 0
[pid=61910/tid=61912] ppid=61907 vsize=9612720 memory=532009009144794 CPUtime=3585.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61912/stat : 61912 (fscip) R 61907 61910 58658 0 -1 4194368 1523137 0 0 0 358388 197 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61913] ppid=61907 vsize=9612720 memory=281428806891344 CPUtime=3605.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61913/stat : 61913 (fscip) R 61907 61910 58658 0 -1 4194368 2001113 0 0 0 360258 304 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61914] ppid=61907 vsize=9612720 memory=8283484 CPUtime=3599.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61914/stat : 61914 (fscip) R 61907 61910 58658 0 -1 4194368 1353715 0 0 0 358804 1099 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61915] ppid=61907 vsize=9612720 memory=465 CPUtime=3604.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61915/stat : 61915 (fscip) R 61907 61910 58658 0 -1 4194368 2120753 0 0 0 360191 285 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61916] ppid=61907 vsize=9612720 memory=8480100 CPUtime=3599.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61916/stat : 61916 (fscip) R 61907 61910 58658 0 -1 4194368 1531359 0 0 0 359699 216 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61917] ppid=61907 vsize=9612720 memory=7256 CPUtime=3589.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61917/stat : 61917 (fscip) R 61907 61910 58658 0 -1 4194368 1270081 0 0 0 357733 1179 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61918] ppid=61907 vsize=9612720 memory=28720 CPUtime=3605.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61918/stat : 61918 (fscip) R 61907 61910 58658 0 -1 4194368 1818932 0 0 0 360375 220 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61919] ppid=61907 vsize=9612720 memory=60124 CPUtime=3592.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61919/stat : 61919 (fscip) R 61907 61910 58658 0 -1 4194368 1866978 0 0 0 358945 264 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61920] ppid=61907 vsize=9612720 memory=2420 CPUtime=3598.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61920/stat : 61920 (fscip) R 61907 61910 58658 0 -1 4194368 1153637 0 0 0 358840 1047 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61921] ppid=61907 vsize=9612720 memory=1952 CPUtime=3604.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61921/stat : 61921 (fscip) R 61907 61910 58658 0 -1 4194368 1756072 0 0 0 360263 208 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61922] ppid=61907 vsize=9612720 memory=281428808843328 CPUtime=3599.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61922/stat : 61922 (fscip) R 61907 61910 58658 0 -1 4194368 1648661 0 0 0 359743 228 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61923] ppid=61907 vsize=9612720 memory=52808 CPUtime=3594.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61923/stat : 61923 (fscip) R 61907 61910 58658 0 -1 4194368 1183740 0 0 0 358341 1067 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61924] ppid=61907 vsize=9612720 memory=7404 CPUtime=3601.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61924/stat : 61924 (fscip) R 61907 61910 58658 0 -1 4194368 1814495 0 0 0 359938 209 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61925] ppid=61907 vsize=9612720 memory=281428805978224 CPUtime=3607.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61925/stat : 61925 (fscip) R 61907 61910 58658 0 -1 4194368 2229702 0 0 0 360413 355 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61926] ppid=61907 vsize=9612720 memory=6655300109600837736 CPUtime=3604.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61926/stat : 61926 (fscip) R 61907 61910 58658 0 -1 4194368 687410 0 0 0 358206 2210 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61927] ppid=61907 vsize=9612720 memory=6944656385592283241 CPUtime=3605.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61927/stat : 61927 (fscip) R 61907 61910 58658 0 -1 4194368 1445295 0 0 0 360402 184 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61928] ppid=61907 vsize=9612720 memory=13552 CPUtime=3604.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61928/stat : 61928 (fscip) R 61907 61910 58658 0 -1 4194368 1774465 0 0 0 360207 260 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61929] ppid=61907 vsize=9612720 memory=8443596 CPUtime=3586.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61929/stat : 61929 (fscip) R 61907 61910 58658 0 -1 4194368 1114201 0 0 0 357409 1210 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61930] ppid=61907 vsize=9612720 memory=3516 CPUtime=3605.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61930/stat : 61930 (fscip) R 61907 61910 58658 0 -1 4194368 1877590 0 0 0 360273 244 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61931] ppid=61907 vsize=9612720 memory=2300 CPUtime=3603.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61931/stat : 61931 (fscip) R 61907 61910 58658 0 -1 4194368 2333712 0 0 0 360009 381 0 0 20 0 41 0 10872130 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61932] ppid=61907 vsize=9612720 memory=281428810242208 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61932/stat : 61932 (fscip) S 61907 61910 58658 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61933] ppid=61907 vsize=9612720 memory=9854297422 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61933/stat : 61933 (fscip) S 61907 61910 58658 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61934] ppid=61907 vsize=9612720 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61934/stat : 61934 (fscip) S 61907 61910 58658 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61935] ppid=61907 vsize=9612720 memory=281428806361824 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61935/stat : 61935 (fscip) S 61907 61910 58658 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61936] ppid=61907 vsize=9612720 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61936/stat : 61936 (fscip) S 61907 61910 58658 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61937] ppid=61907 vsize=9612720 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61937/stat : 61937 (fscip) S 61907 61910 58658 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61938] ppid=61907 vsize=9612720 memory=281428807140848 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61938/stat : 61938 (fscip) S 61907 61910 58658 0 -1 1077936192 77 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61939] ppid=61907 vsize=9612720 memory=281428805947072 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61939/stat : 61939 (fscip) S 61907 61910 58658 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61940] ppid=61907 vsize=9612720 memory=4641052119944609888 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61940/stat : 61940 (fscip) S 61907 61910 58658 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61941] ppid=61907 vsize=9612720 memory=281428807736864 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61941/stat : 61941 (fscip) S 61907 61910 58658 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61942] ppid=61907 vsize=9612720 memory=8486780 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61942/stat : 61942 (fscip) S 61907 61910 58658 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61943] ppid=61907 vsize=9612720 memory=11624 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61943/stat : 61943 (fscip) S 61907 61910 58658 0 -1 1077936192 141 0 0 0 0 2 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61944] ppid=61907 vsize=9612720 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61944/stat : 61944 (fscip) S 61907 61910 58658 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61945] ppid=61907 vsize=9612720 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61945/stat : 61945 (fscip) S 61907 61910 58658 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61946] ppid=61907 vsize=9612720 memory=8470212 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61946/stat : 61946 (fscip) S 61907 61910 58658 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61947] ppid=61907 vsize=9612720 memory=8484036 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61947/stat : 61947 (fscip) S 61907 61910 58658 0 -1 1077936192 126 0 0 0 1 2 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61948] ppid=61907 vsize=9612720 memory=8491032 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61948/stat : 61948 (fscip) S 61907 61910 58658 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61949] ppid=61907 vsize=9612720 memory=13552 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61949/stat : 61949 (fscip) S 61907 61910 58658 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61950] ppid=61907 vsize=9612720 memory=10528 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61950/stat : 61950 (fscip) S 61907 61910 58658 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
[pid=61910/tid=61951] ppid=61907 vsize=9612720 memory=8489640 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/61910/task/61951/stat : 61951 (fscip) S 61907 61910 58658 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 10872142 9843425280 2122801 809668444160 4194304 16623229 140728073792048 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 32350208 140728073794570 140728073794688 140728073794688 140728073801712 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 9612720 KiB
Current children cumulated memory: 8491204 KiB

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

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

# cumulated CPU time of all completed processes:  user=71886.5 s, system=114.816 s

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

[startup+3633.61 s]*
/proc/loadavg: 80.22 74.75 68.31 62/964 64038
/proc/meminfo: memFree=766125992/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3633.72 s]
/proc/loadavg: 80.22 74.75 68.31 62/964 64038
/proc/meminfo: memFree=766125992/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): 3633.78
CPU time (s): 72001.3
CPU user time (s): 71886.5
CPU system time (s): 114.816
CPU usage (%): 1981.45
Max. virtual memory (cumulated for all children) (KiB): 9678256
Max. memory (cumulated for all children) (KiB): 8499964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71886.5
system time used= 114.816
maximum resident set size= 8500640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32529393
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= 255668
involuntary context switches= 230044


# summary of solver processes directly reported to runsolver:
#   pid: 61910
#   total CPU time (s): 72001.3
#   total CPU user time (s): 71886.5
#   total CPU system time (s): 114.816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.8228 second user time and 80.5705 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 18:21:34
IDJOB=4465131
IDBENCH=146763
IDSOLVER=3094
FILE ID=nodeD103/4465131-1722442894
RUNJOBID= nodeD103-1722441596-58668
SLURM_JOB_ID= 8254233
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-ran14x18.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-4465131-1722442894/watcher-4465131-1722442894 -o /tmp/evaluation-result-4465131-1722442894/solver-4465131-1722442894 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722441596-58668 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465131-1722442894.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 5c8d8ce64a950076da07daccd75facb4
RANDOM SEED=464912803

nodeD103.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		: 1980.620
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		: 3200.000
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	: 5007.12
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		: 3064.757
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	: 5012.87
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		: 3193.401
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	: 5010.67
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		: 3595.150
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		: 3199.999
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	: 5007.12
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		: 3696.949
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	: 5012.87
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		: 3186.892
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	: 5010.67
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		: 3465.193
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		: 3200.000
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	: 5007.12
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		: 2643.868
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	: 5012.87
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		: 3185.133
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	: 5010.67
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		: 3152.139
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		: 3199.999
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	: 5007.12
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		: 2650.954
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	: 5012.87
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		: 3199.999
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	: 5010.67
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		: 3550.064
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		: 3199.999
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	: 5007.12
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		: 3002.824
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	: 5012.87
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		: 3184.101
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	: 5010.67
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		: 2986.629
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		: 3200.000
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	: 5007.12
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		: 2644.022
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	: 5012.87
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		: 3199.999
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	: 5010.67
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		: 3162.076
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		: 3199.999
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	: 5007.12
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		: 2640.303
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	: 5012.87
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		: 3195.779
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	: 5010.67
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		: 3499.964
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		: 3200.000
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	: 5007.12
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		: 3696.673
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	: 5012.87
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		: 3191.466
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	: 5010.67
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		: 1900.620
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		: 3199.999
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	: 5007.12
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		: 2639.772
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	: 5012.87
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		: 3174.505
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	: 5010.67
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		: 1445.596
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		: 3199.999
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	: 5007.12
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		: 2649.673
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	: 5012.87
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		: 3184.953
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	: 5010.67
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		: 1289.074
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		: 3200.000
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	: 5007.12
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		: 2645.312
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	: 5012.87
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		: 3194.696
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	: 5010.67
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		: 2624.498
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		: 3199.999
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	: 5007.12
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		: 3697.375
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	: 5012.87
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		: 3199.999
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	: 5010.67
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		: 1434.427
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		: 3199.999
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	: 5007.12
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		: 2644.712
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	: 5012.87
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		: 3187.265
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	: 5010.67
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		: 2633.679
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		: 3200.000
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	: 5007.12
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		: 2572.881
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	: 5012.87
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		: 3186.857
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	: 5010.67
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		: 2621.170
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		: 3199.888
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	: 5007.12
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		: 2647.045
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	: 5012.87
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		: 3199.999
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	: 5010.67
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		: 1582.234
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		: 3199.999
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	: 5007.12
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		: 2647.131
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	: 5012.87
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		: 3188.662
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	: 5010.67
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		: 2748.044
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		: 3199.999
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	: 5007.12
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		: 2642.749
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 1670.980
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		: 3199.999
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	: 5007.12
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		: 2648.790
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	: 5012.87
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		: 3182.914
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	: 5010.67
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		: 2660.803
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		: 3199.999
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	: 5007.12
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.505
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	: 5012.87
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		: 3193.561
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	: 5010.67
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		: 1334.049
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		: 3199.860
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	: 5007.12
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		: 3590.319
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	: 5012.87
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		: 3199.999
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	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        752882532 kB
MemAvailable:   750786488 kB
Buffers:          128228 kB
Cached:           571588 kB
SwapCached:            0 kB
Active:           292508 kB
Inactive:       35212004 kB
Active(anon):       2148 kB
Inactive(anon): 34825072 kB
Active(file):     290360 kB
Inactive(file):   386932 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28800 kB
Writeback:             0 kB
AnonPages:      34789556 kB
Mapped:           125352 kB
Shmem:             22536 kB
KReclaimable:     118300 kB
Slab:             445664 kB
SReclaimable:     118300 kB
SUnreclaim:       327364 kB
KernelStack:       16352 kB
PageTables:        80160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2708984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           182016 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2910208 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:      458752 kB
DirectMap2M:    49321984 kB
DirectMap1G:    756023296 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD103 at 2024-07-31 19:22:08