Trace number 4466013

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 3631.12

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_10_2.opb
MD5SUMa8db507b9a19068579e2e54aa556294a
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-130
Best CPU time to get the best result obtained on this benchmark71345.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint10
Maximum length of a constraint21
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6328
Sum of products size (including duplicates)12656
Number of different products3164
Sum of products size6328

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 = 36966400, getVmSize() = 36966400, SCIPgetMemUsed() = 12060463, SCIPgetMemTotal() = 14903655, SCIPgetMemExternEstim() = 7444071
0.00/0.02	c ** set memory limit for presolving in LC to 8.79598e+12 for SCIP **
0.00/0.04	c ** Estimated virtualMemUsedAtSolver = 24902119, getVmSize() = 45088768, SCIPgetMemUsed() = 12700156, SCIPgetMemTotal() = 21660268, SCIPgetMemExternEstim() = 7444071
0.00/0.04	c ** set memory limit for solvers to 4.18854e+11 for each SCIP **
0.00/0.04	c Original Problem   :
0.00/0.04	c   Problem name     : instance-4466013-1722458156
0.00/0.04	c   Variables        : 3664 (500 binary, 0 integer, 3164 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 4164
0.00/0.04	c   Objective sense  : minimize
0.00/0.04	c Presolved Problem  :
0.00/0.04	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 3164
0.00/0.04	c Constraints        : Number
0.00/0.04	c   setppc           : 3164 
0.00/0.04	c ** Instance transfer method used: 0
0.00/0.05	c ** ParaScipInstance copy does not increase the number of variables. **
0.11/0.14	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.11/0.14	c                                Nodes    Active                                            
0.11/0.14	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.11/0.21	c *       0              0           1        20         -83.0000                -          -
0.11/0.22	c *       0              0           1        20         -87.0000                -          -
0.11/0.23	c *       0              0           1        20        -110.0000                -          -
0.11/0.23	c *       0              0           1        20        -115.0000                -          -
20.45/1.21	c *       1              2           3        20        -116.0000        -500.0000    331.03%
26.20/1.53	c *       2           3891         366        20        -117.0000        -500.0000    327.35%
26.20/1.54	c *       2           3891         366        20        -118.0000        -500.0000    323.73%
26.20/1.59	c *       2           3891         366        20        -119.0000        -500.0000    320.17%
28.18/1.60	c *       2           3891         366        20        -120.0000        -500.0000    316.67%
28.18/1.66	c *       2           3891         366        20        -121.0000        -500.0000    313.22%
30.16/1.72	c *       2           3891         366        20        -123.0000        -500.0000    306.50%
30.16/1.79	c *       2           3891         366        20        -125.0000        -500.0000    300.00%
32.14/1.89	c *       2           3891         366        20        -127.0000        -500.0000    293.70%
73.77/3.92	c *       4              2           1        20        -128.0000        -211.5000     65.23%
93.51/5.03	c         5              2           1        20        -128.0000        -189.0058     47.66%
98.07/5.14	c *       5              2           1        20        -129.0000        -188.9342     46.46%
164.59/8.57	c *       9              4           3        20        -130.0000        -188.4479     44.96%
195.05/10.06	c        10              4           3        20        -130.0000        -188.2929     44.84%
297.24/15.20	c        15              7           6        20        -130.0000        -188.2929     44.84%
398.28/20.34	c        20             33          32        20        -130.0000        -188.0824     44.68%
503.34/25.64	c        26             70          69        20        -130.0000        -188.0824     44.68%
602.48/30.69	c        31            242         133        20        -130.0000        -187.2430     44.03%
703.52/35.74	c        36            109         108        20        -130.0000        -186.7923     43.69%
802.56/40.80	c        41            268         207        20        -130.0000        -186.6345     43.57%
903.71/45.80	c        46            482         241        20        -130.0000        -186.1447     43.19%
1002.87/50.88	c        51            672         267        20        -130.0000        -185.3302     42.56%
1104.01/55.91	c        56            922         283        20        -130.0000        -184.4654     41.90%
1203.12/60.98	c        61           1087         300        20        -130.0000        -184.3564     41.81%
1304.74/66.03	c        66           1132         345        20        -130.0000        -183.8268     41.41%
1403.83/71.08	c        71           1192         379        20        -130.0000        -183.4225     41.09%
1504.88/76.13	c        76           1253         392        20        -130.0000        -183.2633     40.97%
1604.06/81.18	c        81           1344         411        20        -130.0000        -183.2626     40.97%
1704.59/86.21	c        86           1385         418        20        -130.0000        -183.1728     40.90%
1803.75/91.23	c        91           1448         439        20        -130.0000        -183.0300     40.79%
1904.88/96.33	c        96           1512         455        20        -130.0000        -182.8052     40.62%
2004.02/101.35	c       101           1592         479        20        -130.0000        -182.8052     40.62%
2105.10/106.42	c       106           1672         489        20        -130.0000        -182.5983     40.46%
2204.33/111.48	c       111           1770         505        20        -130.0000        -182.5786     40.45%
2305.36/116.53	c       117           1852         517        20        -130.0000        -182.4792     40.37%
2404.47/121.58	c       122           1922         539        20        -130.0000        -182.4453     40.34%
2505.59/126.62	c       127           1952         553        20        -130.0000        -182.3432     40.26%
2604.74/131.67	c       132           1996         557        20        -130.0000        -182.2104     40.16%
2703.89/136.69	c       137           2092         573        20        -130.0000        -182.1291     40.10%
2804.94/141.70	c       142           2162         601        20        -130.0000        -182.0680     40.05%
2903.97/146.78	c       147           2276         625        20        -130.0000        -182.0680     40.05%
3005.03/151.86	c       152           2386         661        20        -130.0000        -182.0470     40.04%
3104.07/156.86	c       157           2462         679        20        -130.0000        -181.9416     39.96%
3205.06/161.98	c       162           2537         702        20        -130.0000        -181.9024     39.92%
3304.15/167.02	c       167           2640         739        20        -130.0000        -181.8554     39.89%
3405.69/172.07	c       172           2715         760        20        -130.0000        -181.7959     39.84%
3504.92/177.08	c       177           2802         787        20        -130.0000        -181.6816     39.76%
3605.81/182.15	c       182           2902         821        20        -130.0000        -181.5824     39.68%
3706.38/187.20	c       187           2972         835        20        -130.0000        -181.4773     39.60%
3805.53/192.22	c       192           3132         853        20        -130.0000        -181.3604     39.51%
3904.62/197.24	c       197           3246         867        20        -130.0000        -181.3604     39.51%
4005.74/202.36	c       202           3318         897        20        -130.0000        -181.3278     39.48%
4104.87/207.39	c       207           3362         923        20        -130.0000        -181.3154     39.47%
4206.01/212.46	c       212           3458         937        20        -130.0000        -181.3154     39.47%
4307.11/217.52	c       218           3562         963        20        -130.0000        -181.1719     39.36%
4406.26/222.55	c       223           3631        1002        20        -130.0000        -181.1552     39.35%
4507.40/227.62	c       228           3762        1019        20        -130.0000        -181.1070     39.31%
4606.63/232.65	c       233           3892        1047        20        -130.0000        -181.0294     39.25%
4707.58/237.71	c       238           3962        1067        20        -130.0000        -180.9625     39.20%
4806.75/242.74	c       243           4032        1087        20        -130.0000        -180.8562     39.12%
4907.86/247.82	c       248           4057        1098        20        -130.0000        -180.8562     39.12%
5007.01/252.87	c       253           4185        1098        20        -130.0000        -180.8407     39.11%
5106.10/257.89	c       258           4266        1113        20        -130.0000        -180.8273     39.10%
5207.25/262.92	c       263           4336        1119        20        -130.0000        -180.8052     39.08%
5306.33/268.01	c       268           4498        1129        20        -130.0000        -180.7736     39.06%
5408.07/273.08	c       273           4552        1145        20        -130.0000        -180.6924     38.99%
5507.28/278.12	c       278           4616        1155        20        -130.0000        -180.6604     38.97%
5608.50/283.17	c       283           4695        1166        20        -130.0000        -180.6091     38.93%
5708.82/288.22	c       288           4765        1170        20        -130.0000        -180.6091     38.93%
5807.99/293.24	c       293           4896        1171        20        -130.0000        -180.6091     38.93%
5909.29/298.32	c       298           4962        1177        20        -130.0000        -180.4509     38.81%
6008.33/303.34	c       303           5042        1183        20        -130.0000        -180.4459     38.80%
6107.36/308.36	c       308           5172        1187        20        -130.0000        -180.3991     38.77%
6206.51/313.38	c       313           5212        1223        20        -130.0000        -180.3730     38.75%
6307.67/318.40	c       318           5282        1241        20        -130.0000        -180.3730     38.75%
6406.82/323.48	c       323           5402        1265        20        -130.0000        -180.2935     38.69%
6509.83/328.62	c       329           5442        1281        20        -130.0000        -180.2835     38.68%
6609.00/333.67	c       334           5517        1300        20        -130.0000        -180.2835     38.68%
6710.15/338.72	c       339           5652        1319        20        -130.0000        -180.2148     38.63%
6809.33/343.77	c       344           5735        1348        20        -130.0000        -180.1945     38.61%
6908.51/348.78	c       349           5785        1370        20        -130.0000        -180.0837     38.53%
7009.68/353.87	c       354           5864        1399        20        -130.0000        -180.0625     38.51%
7110.84/358.91	c       359           5942        1431        20        -130.0000        -180.0347     38.49%
7210.04/363.97	c       364           6092        1453        20        -130.0000        -180.0196     38.48%
7309.14/369.02	c       369           6164        1481        20        -130.0000        -180.0196     38.48%
7410.79/374.07	c       374           6258        1497        20        -130.0000        -180.0109     38.47%
7510.23/379.12	c       379           3812        1825        20        -130.0000        -179.8263     38.33%
7611.10/384.17	c       384           3857        1840        20        -130.0000        -179.7676     38.28%
7711.73/389.22	c       389           3980        1869        20        -130.0000        -179.7654     38.28%
7810.79/394.27	c       394           4040        1873        20        -130.0000        -179.7346     38.26%
7912.09/399.31	c       399           4146        1901        20        -130.0000        -179.7346     38.26%
8011.08/404.37	c       404           4272        1923        20        -130.0000        -179.7329     38.26%
8112.19/409.42	c       409           4352        1961        20        -130.0000        -179.6019     38.16%
8211.35/414.47	c       414           4435        1980        20        -130.0000        -179.5811     38.14%
8312.46/419.52	c       420           4482        2011        20        -130.0000        -179.5339     38.10%
8411.66/424.57	c       425           4526        2021        20        -130.0000        -179.5040     38.08%
8512.78/429.62	c       430           4582        2049        20        -130.0000        -179.4348     38.03%
8611.94/434.65	c       435           4682        2079        20        -130.0000        -179.3848     37.99%
8713.10/439.72	c       440           4732        2095        20        -130.0000        -179.3473     37.96%
8812.20/444.77	c       445           4792        2107        20        -130.0000        -179.3473     37.96%
8913.33/449.82	c       450           4849        2122        20        -130.0000        -179.3219     37.94%
9012.57/454.83	c       455           4908        2139        20        -130.0000        -179.2559     37.89%
9111.74/459.89	c       460           4946        2149        20        -130.0000        -179.2544     37.89%
9212.96/464.97	c       465           5039        2176        20        -130.0000        -179.2459     37.88%
9311.96/470.02	c       470           5084        2181        20        -130.0000        -179.2358     37.87%
9413.64/475.06	c       475           5123        2202        20        -130.0000        -179.2358     37.87%
9512.86/480.12	c       480           5197        2230        20        -130.0000        -179.2153     37.86%
9614.17/485.15	c       485           5282        2243        20        -130.0000        -179.1782     37.83%
9713.40/490.19	c       490           5333        2270        20        -130.0000        -179.1137     37.78%
9813.91/495.28	c       495           5403        2288        20        -130.0000        -179.1137     37.78%
9915.10/500.32	c       500           5582        2321        20        -130.0000        -179.0043     37.70%
10014.34/505.36	c       505           5627        2334        20        -130.0000        -178.9747     37.67%
10113.57/510.38	c       510           5742        2349        20        -130.0000        -178.9518     37.66%
10214.79/515.45	c       515           5857        2374        20        -130.0000        -178.9414     37.65%
10315.94/520.52	c       521           5930        2391        20        -130.0000        -178.8690     37.59%
10415.14/525.58	c       526           5990        2421        20        -130.0000        -178.8590     37.58%
10516.30/530.61	c       531           6152        2431        20        -130.0000        -178.8566     37.58%
10615.55/535.64	c       536           6212        2447        20        -130.0000        -178.8208     37.55%
10714.82/540.68	c       541           6286        2469        20        -130.0000        -178.7429     37.49%
10816.06/545.73	c       546           6352        2485        20        -130.0000        -178.7180     37.48%
10915.26/550.78	c       551           6458        2509        20        -130.0000        -178.7138     37.47%
11016.49/555.84	c       556           6517        2536        20        -130.0000        -178.6777     37.44%
11115.65/560.87	c       561           6587        2550        20        -130.0000        -178.6620     37.43%
11214.82/565.89	c       566           6696        2573        20        -130.0000        -178.6620     37.43%
11315.86/571.03	c       571           6812        2607        20        -130.0000        -178.6219     37.40%
11417.35/576.05	c       576           6872        2627        20        -130.0000        -178.5990     37.38%
11516.55/581.08	c       581           6931        2650        20        -130.0000        -178.5728     37.36%
11617.48/586.13	c       586           6986        2663        20        -130.0000        -178.5704     37.36%
11718.12/591.21	c       591           7084        2669        20        -130.0000        -178.5704     37.36%
11817.38/596.24	c       596           7192        2675        20        -130.0000        -178.5611     37.35%
11916.63/601.25	c       601           7273        2708        20        -130.0000        -178.5531     37.35%
12015.80/606.29	c       606           7332        2741        20        -130.0000        -178.5223     37.32%
12116.85/611.36	c       611           7385        2758        20        -130.0000        -178.5000     37.31%
12215.77/616.37	c       616           7442        2791        20        -130.0000        -178.4775     37.29%
12316.68/621.45	c       621           7482        2815        20        -130.0000        -178.4314     37.25%
12415.72/626.46	c       626           7531        2830        20        -130.0000        -178.4104     37.24%
12516.67/631.59	c       632           7632        2849        20        -130.0000        -178.4104     37.24%
12617.85/636.68	c       637           7777        2872        20        -130.0000        -178.3696     37.21%
12719.08/641.73	c       642           7822        2903        20        -130.0000        -178.2820     37.14%
12818.32/646.78	c       647           7932        2935        20        -130.0000        -178.2396     37.11%
12919.55/651.81	c       652           8022        2949        20        -130.0000        -178.2101     37.08%
13018.47/656.82	c       657           8232        2981        20        -130.0000        -178.1482     37.04%
13119.62/661.93	c       662           8299        2996        20        -130.0000        -178.0913     36.99%
13218.47/666.98	c       667           8381        3010        20        -130.0000        -178.0858     36.99%
13317.44/672.03	c       672           8482        3027        20        -130.0000        -178.0478     36.96%
13419.34/677.06	c       677           8632        3039        20        -130.0000        -178.0447     36.96%
13520.09/682.13	c       682           8729        3056        20        -130.0000        -178.0180     36.94%
13619.19/687.18	c       687           8852        3073        20        -130.0000        -178.0141     36.93%
13719.67/692.21	c       692           8977        3082        20        -130.0000        -178.0141     36.93%
13818.84/697.28	c       697           9052        3091        20        -130.0000        -178.0069     36.93%
13920.08/702.33	c       702           9112        3115        20        -130.0000        -177.9660     36.90%
14019.40/707.35	c       707           9312        3141        20        -130.0000        -177.9646     36.90%
14120.56/712.40	c       712           9464        3165        20        -130.0000        -177.9043     36.85%
14219.80/717.41	c       717           9529        3168        20        -130.0000        -177.9043     36.85%
14319.04/722.44	c       722           9568        3185        20        -130.0000        -177.8737     36.83%
14418.15/727.47	c       727           9638        3203        20        -130.0000        -177.8685     36.82%
14519.36/732.57	c       733           9728        3223        20        -130.0000        -177.8547     36.81%
14620.56/737.68	c       738           9780        3245        20        -130.0000        -177.8383     36.80%
14721.77/742.73	c       743           9932        3249        20        -130.0000        -177.8333     36.79%
14820.97/747.78	c       748          10032        3267        20        -130.0000        -177.8257     36.79%
14922.18/752.83	c       753          10212        3299        20        -130.0000        -177.8033     36.77%
15021.27/757.88	c       758          10284        3315        20        -130.0000        -177.7875     36.76%
15122.32/762.93	c       763          10395        3334        20        -130.0000        -177.7838     36.76%
15221.54/767.96	c       768          10467        3346        20        -130.0000        -177.7797     36.75%
15320.74/773.03	c       773           9022        4249        20        -130.0000        -177.7402     36.72%
15422.55/778.08	c       778           9040        4265        20        -130.0000        -177.7172     36.71%
15521.88/783.13	c       783           9112        4321        20        -130.0000        -177.7094     36.70%
15623.16/788.17	c       788           9145        4348        20        -130.0000        -177.6817     36.68%
15722.59/793.19	c       793           9216        4391        20        -130.0000        -177.6635     36.66%
15822.73/798.23	c       798           9252        4419        20        -130.0000        -177.6440     36.65%
15923.96/803.34	c       803           9294        4451        20        -130.0000        -177.6383     36.64%
16023.19/808.36	c       808           9382        4491        20        -130.0000        -177.6361     36.64%
16122.32/813.37	c       813           9426        4525        20        -130.0000        -177.6206     36.63%
16223.42/818.48	c       818           9467        4548        20        -130.0000        -177.6206     36.63%
16324.50/823.53	c       824           9535        4594        20        -130.0000        -177.6196     36.63%
16423.59/828.56	c       829           9628        4643        20        -130.0000        -177.6196     36.63%
16524.69/833.63	c       834           9669        4678        20        -130.0000        -177.5287     36.56%
16623.79/838.68	c       839           9725        4716        20        -130.0000        -177.5077     36.54%
16722.79/843.70	c       844           9762        4747        20        -130.0000        -177.5000     36.54%
16823.60/848.77	c       849           9815        4774        20        -130.0000        -177.5000     36.54%
16922.85/853.78	c       854           9914        4835        20        -130.0000        -177.5000     36.54%
17022.02/858.80	c       859           9961        4858        20        -130.0000        -177.5000     36.54%
17123.30/863.83	c       864          10032        4913        20        -130.0000        -177.4929     36.53%
17222.24/868.88	c       869          10072        4951        20        -130.0000        -177.4863     36.53%
17323.47/873.97	c       874          10181        5008        20        -130.0000        -177.4762     36.52%
17425.26/879.05	c       879          10242        5059        20        -130.0000        -177.4563     36.50%
17524.66/884.08	c       884          18280        2839        20        -130.0000        -177.4423     36.49%
17623.69/889.13	c       889          10342        5131        20        -130.0000        -177.4286     36.48%
17726.08/894.24	c       894          10372        5161        20        -130.0000        -177.3906     36.45%
17825.07/899.29	c       899          10418        5187        20        -130.0000        -177.3873     36.45%
17926.29/904.34	c       904          10524        5231        20        -130.0000        -177.3873     36.45%
18025.33/909.39	c       909          10590        5277        20        -130.0000        -177.3873     36.45%
18126.55/914.41	c       914          18832        2921        20        -130.0000        -177.3328     36.41%
18225.88/919.42	c       919          18919        2936        20        -130.0000        -177.3120     36.39%
18324.77/924.43	c       924          13417        3800        20        -130.0000        -177.2761     36.37%
18425.98/929.58	c       930          13571        3810        20        -130.0000        -177.2745     36.36%
18525.19/934.60	c       935          13649        3820        20        -130.0000        -177.2745     36.36%
18626.37/939.69	c       940          10861        5464        20        -130.0000        -177.2500     36.35%
18727.53/944.74	c       945          10918        5497        20        -130.0000        -177.2500     36.35%
18828.74/949.80	c       950          13962        3875        20        -130.0000        -177.1740     36.29%
18927.98/954.82	c       955          14052        3893        20        -130.0000        -177.1496     36.27%
19027.21/959.82	c       960          14162        3897        20        -130.0000        -177.1496     36.27%
19126.45/964.89	c       965          11142        5627        20        -130.0000        -177.1347     36.26%
19227.65/969.99	c       970          11192        5657        20        -130.0000        -177.0275     36.17%
19329.44/975.04	c       975          11262        5711        20        -130.0000        -177.0000     36.15%
19428.62/980.09	c       980          11317        5734        20        -130.0000        -176.9915     36.15%
19527.93/985.10	c       985          11352        5765        20        -130.0000        -176.9709     36.13%
19629.11/990.19	c       990          11410        5809        20        -130.0000        -176.9202     36.09%
19729.61/995.24	c       995          11492        5845        20        -130.0000        -176.9107     36.09%
19828.77/1000.29	c      1000          11518        5871        20        -130.0000        -176.8870     36.07%
19930.00/1005.34	c      1005          11596        5923        20        -130.0000        -176.8353     36.03%
20029.24/1010.39	c      1010          11631        5946        20        -130.0000        -176.8353     36.03%
20130.46/1015.44	c      1015          11683        5980        20        -130.0000        -176.8353     36.03%
20229.69/1020.49	c      1020          11752        6017        20        -130.0000        -176.8226     36.02%
20330.86/1025.51	c      1026          11802        6045        20        -130.0000        -176.7910     35.99%
20429.81/1030.57	c      1031          11882        6101        20        -130.0000        -176.7833     35.99%
20530.83/1035.64	c      1036          11913        6124        20        -130.0000        -176.7667     35.97%
20629.80/1040.66	c      1041          11976        6147        20        -130.0000        -176.7414     35.95%
20731.01/1045.74	c      1046          12046        6189        20        -130.0000        -176.7414     35.95%
20830.26/1050.79	c      1051          12092        6211        20        -130.0000        -176.6870     35.91%
20931.26/1055.82	c      1056          12174        6237        20        -130.0000        -176.6870     35.91%
21030.38/1060.89	c      1061          12233        6254        20        -130.0000        -176.6870     35.91%
21131.47/1065.93	c      1066          12308        6281        20        -130.0000        -176.6745     35.90%
21230.85/1070.99	c      1071          12356        6307        20        -130.0000        -176.6449     35.88%
21332.36/1076.04	c      1076          12412        6321        20        -130.0000        -176.6202     35.86%
21431.63/1081.09	c      1081          12492        6343        20        -130.0000        -176.6010     35.85%
21532.83/1086.14	c      1086          12546        6359        20        -130.0000        -176.6000     35.85%
21631.94/1091.19	c      1091          12632        6377        20        -130.0000        -176.6000     35.85%
21732.22/1096.24	c      1096          12702        6395        20        -130.0000        -176.5659     35.82%
21831.42/1101.29	c      1101          12762        6429        20        -130.0000        -176.5632     35.82%
21932.58/1106.34	c      1106          12786        6447        20        -130.0000        -176.5624     35.82%
22031.78/1111.37	c      1111          12878        6461        20        -130.0000        -176.5357     35.80%
22132.96/1116.44	c      1116          12952        6491        20        -130.0000        -176.5355     35.80%
22232.16/1121.47	c      1121          13037        6524        20        -130.0000        -176.5355     35.80%
22333.33/1126.52	c      1127          13072        6547        20        -130.0000        -176.5331     35.79%
22432.51/1131.58	c      1132          13112        6577        20        -130.0000        -176.5200     35.78%
22531.71/1136.58	c      1137          13193        6594        20        -130.0000        -176.5000     35.77%
22632.87/1141.60	c      1142          13262        6635        20        -130.0000        -176.4883     35.76%
22731.58/1146.64	c      1147          13306        6653        20        -130.0000        -176.4774     35.75%
22832.85/1151.71	c      1152          13370        6673        20        -130.0000        -176.4556     35.74%
22931.86/1156.71	c      1157          13442        6701        20        -130.0000        -176.3949     35.69%
23032.79/1161.84	c      1162          13472        6731        20        -130.0000        -176.3636     35.66%
23133.66/1166.94	c      1167          13564        6757        20        -130.0000        -176.3616     35.66%
23232.84/1171.98	c      1172          13656        6775        20        -130.0000        -176.3364     35.64%
23331.95/1177.01	c      1177          13717        6798        20        -130.0000        -176.3364     35.64%
23431.13/1182.02	c      1182          13772        6821        20        -130.0000        -176.2880     35.61%
23532.92/1187.13	c      1187          13849        6850        20        -130.0000        -176.2880     35.61%
23633.94/1192.19	c      1192          13926        6905        20        -130.0000        -176.2880     35.61%
23734.23/1197.24	c      1197          13972        6921        20        -130.0000        -176.2789     35.60%
23833.36/1202.25	c      1202          14026        6963        20        -130.0000        -176.2771     35.60%
23932.54/1207.28	c      1207          14092        6985        20        -130.0000        -176.2566     35.58%
24033.67/1212.36	c      1212          14150        6997        20        -130.0000        -176.2337     35.56%
24134.83/1217.44	c      1217          14244        7017        20        -130.0000        -176.2232     35.56%
24234.00/1222.49	c      1222          14282        7037        20        -130.0000        -176.2123     35.55%
24335.11/1227.51	c      1228          14312        7055        20        -130.0000        -176.1721     35.52%
24434.25/1232.52	c      1233          14372        7087        20        -130.0000        -176.1309     35.49%
24533.39/1237.57	c      1238          14442        7113        20        -130.0000        -176.0886     35.45%
24634.31/1242.60	c      1243          14487        7138        20        -130.0000        -176.0612     35.43%
24735.45/1247.75	c      1248          14565        7188        20        -130.0000        -176.0612     35.43%
24834.61/1252.79	c      1253          14626        7215        20        -130.0000        -176.0580     35.43%
24935.75/1257.84	c      1258          14732        7245        20        -130.0000        -176.0383     35.41%
25034.93/1262.87	c      1263          14812        7273        20        -130.0000        -176.0281     35.41%
25135.94/1267.95	c      1268          14909        7294        20        -130.0000        -176.0281     35.41%
25235.14/1273.00	c      1273          14967        7324        20        -130.0000        -176.0121     35.39%
25336.91/1278.05	c      1278          15039        7360        20        -130.0000        -176.0079     35.39%
25435.94/1283.06	c      1283          15112        7377        20        -130.0000        -176.0052     35.39%
25536.96/1288.14	c      1288          15165        7390        20        -130.0000        -176.0000     35.38%
25637.60/1293.20	c      1293          15210        7417        20        -130.0000        -175.9980     35.38%
25736.75/1298.21	c      1298          15304        7465        20        -130.0000        -175.9631     35.36%
25835.94/1303.24	c      1303          15382        7501        20        -130.0000        -175.9503     35.35%
25937.08/1308.35	c      1308          15429        7536        20        -130.0000        -175.9275     35.33%
26036.25/1313.39	c      1313          15503        7570        20        -130.0000        -175.9242     35.33%
26137.42/1318.45	c      1318          15632        7603        20        -130.0000        -175.9068     35.31%
26238.61/1323.50	c      1324          15742        7623        20        -130.0000        -175.8941     35.30%
26337.63/1328.53	c      1329          15842        7651        20        -130.0000        -175.8848     35.30%
26436.84/1333.55	c      1334          15932        7661        20        -130.0000        -175.8826     35.29%
26536.07/1338.58	c      1339          16046        7703        20        -130.0000        -175.8713     35.29%
26637.22/1343.62	c      1344          16132        7735        20        -130.0000        -175.8684     35.28%
26736.43/1348.68	c      1349          16213        7780        20        -130.0000        -175.8445     35.26%
26837.61/1353.74	c      1354          16322        7795        20        -130.0000        -175.8333     35.26%
26938.73/1358.86	c      1359          16397        7804        20        -130.0000        -175.8133     35.24%
27039.85/1363.90	c      1364          16452        7843        20        -130.0000        -175.8120     35.24%
27139.05/1368.93	c      1369          16560        7881        20        -130.0000        -175.8120     35.24%
27238.19/1373.97	c      1374          16632        7911        20        -130.0000        -175.7723     35.21%
27339.87/1379.06	c      1379          16699        7946        20        -130.0000        -175.7723     35.21%
27439.09/1384.11	c      1384          16782        7967        20        -130.0000        -175.7626     35.20%
27540.24/1389.16	c      1389          16855        8004        20        -130.0000        -175.7626     35.20%
27640.64/1394.20	c      1394          16972        8023        20        -130.0000        -175.7500     35.19%
27739.77/1399.25	c      1399          17062        8037        20        -130.0000        -175.7380     35.18%
27840.97/1404.31	c      1404          17142        8071        20        -130.0000        -175.7316     35.18%
27940.16/1409.32	c      1409          17233        8090        20        -130.0000        -175.7316     35.18%
28041.36/1414.41	c      1414          17407        8138        20        -130.0000        -175.7299     35.18%
28140.56/1419.43	c      1419          17522        8157        20        -130.0000        -175.6988     35.15%
28239.64/1424.44	c      1424          17592        8185        20        -130.0000        -175.6984     35.15%
28338.84/1429.49	c      1429          17722        8207        20        -130.0000        -175.6952     35.15%
28440.03/1434.50	c      1434          17787        8244        20        -130.0000        -175.6920     35.15%
28539.16/1439.57	c      1440          17942        8249        20        -130.0000        -175.6905     35.15%
28640.38/1444.62	c      1445          18087        8264        20        -130.0000        -175.6889     35.15%
28739.59/1449.68	c      1450          18129        8284        20        -130.0000        -175.6777     35.14%
28840.81/1454.73	c      1455          18222        8311        20        -130.0000        -175.6568     35.12%
28940.04/1459.75	c      1460          18259        8320        20        -130.0000        -175.6426     35.11%
29041.21/1464.84	c      1465          18331        8336        20        -130.0000        -175.6422     35.11%
29140.45/1469.90	c      1470          18424        8347        20        -130.0000        -175.6285     35.10%
29241.65/1474.97	c      1475          18582        8363        20        -130.0000        -175.6285     35.10%
29340.90/1480.01	c      1480          18681        8398        20        -130.0000        -175.6223     35.09%
29442.61/1485.12	c      1485          18763        8410        20        -130.0000        -175.6163     35.09%
29543.96/1490.17	c      1490          18918        8431        20        -130.0000        -175.6163     35.09%
29643.06/1495.19	c      1495          19042        8451        20        -130.0000        -175.6042     35.08%
29743.52/1500.22	c      1500          19139        8470        20        -130.0000        -175.5959     35.07%
29844.73/1505.33	c      1505          19242        8497        20        -130.0000        -175.5870     35.07%
29943.96/1510.38	c      1510          19332        8523        20        -130.0000        -175.5816     35.06%
30045.17/1515.43	c      1515          19407        8534        20        -130.0000        -175.5814     35.06%
30144.22/1520.44	c      1520          19481        8540        20        -130.0000        -175.5691     35.05%
30245.44/1525.53	c      1526          19557        8550        20        -130.0000        -175.5691     35.05%
30344.66/1530.58	c      1531          19650        8583        20        -130.0000        -175.5501     35.04%
30445.86/1535.63	c      1536          19710        8607        20        -130.0000        -175.5306     35.02%
30544.86/1540.67	c      1541          19770        8615        20        -130.0000        -175.5052     35.00%
30646.01/1545.74	c      1546          19847        8624        20        -130.0000        -175.4938     35.00%
30745.18/1550.79	c      1551          19972        8631        20        -130.0000        -175.4702     34.98%
30846.30/1555.83	c      1556          20045        8642        20        -130.0000        -175.4589     34.97%
30945.25/1560.85	c      1561          20109        8650        20        -130.0000        -175.4569     34.97%
31044.38/1565.85	c      1566          20208        8655        20        -130.0000        -175.4557     34.97%
31145.39/1570.95	c      1571          20312        8661        20        -130.0000        -175.4553     34.97%
31244.59/1575.98	c      1576          20452        8673        20        -130.0000        -175.4290     34.95%
31346.42/1581.09	c      1581          20594        8687        20        -130.0000        -175.4265     34.94%
31445.57/1586.10	c      1586          20751        8702        20        -130.0000        -175.4127     34.93%
31546.78/1591.19	c      1591          20903        8720        20        -130.0000        -175.4110     34.93%
31647.22/1596.23	c      1596          21035        8718        20        -130.0000        -175.4110     34.93%
31746.42/1601.26	c      1601          21120        8729        20        -130.0000        -175.3944     34.92%
31847.58/1606.33	c      1606          21247        8734        20        -130.0000        -175.3944     34.92%
31946.83/1611.37	c      1611          21390        8741        20        -130.0000        -175.3792     34.91%
32048.05/1616.40	c      1616          21512        8761        20        -130.0000        -175.3653     34.90%
32147.29/1621.49	c      1621          21639        8774        20        -130.0000        -175.3605     34.89%
32248.50/1626.54	c      1627          21902        8783        20        -130.0000        -175.3527     34.89%
32347.59/1631.59	c      1632          22052        8791        20        -130.0000        -175.3433     34.88%
32448.81/1636.60	c      1637          22272        8799        20        -130.0000        -175.3092     34.85%
32547.87/1641.65	c      1642          22396        8823        20        -130.0000        -175.3075     34.85%
32648.80/1646.75	c      1647          22537        8818        20        -130.0000        -175.3075     34.85%
32748.01/1651.78	c      1652          22664        8843        20        -130.0000        -175.3036     34.85%
32849.24/1656.85	c      1657          22735        8866        20        -130.0000        -175.3002     34.85%
32948.46/1661.88	c      1662          22818        8887        20        -130.0000        -175.3000     34.85%
33049.50/1666.91	c      1667          22922        8897        20        -130.0000        -175.2849     34.83%
33148.57/1671.94	c      1672          23080        8915        20        -130.0000        -175.2500     34.81%
33247.75/1677.00	c      1677          23173        8922        20        -130.0000        -175.2488     34.81%
33346.98/1682.03	c      1682          23286        8935        20        -130.0000        -175.2453     34.80%
33451.00/1687.15	c      1687          23412        8947        20        -130.0000        -175.2386     34.80%
33551.40/1692.21	c      1692          23492        8955        20        -130.0000        -175.2349     34.80%
33650.40/1697.22	c      1697          23572        8969        20        -130.0000        -175.2163     34.78%
33749.72/1702.26	c      1702          23642        8971        20        -130.0000        -175.2163     34.78%
33848.81/1707.28	c      1707          23733        9000        20        -130.0000        -175.2088     34.78%
33949.98/1712.33	c      1712          23812        9011        20        -130.0000        -175.2061     34.77%
34049.23/1717.36	c      1717          23912        9017        20        -130.0000        -175.2022     34.77%
34148.31/1722.39	c      1722          23989        9038        20        -130.0000        -175.1993     34.77%
34249.52/1727.45	c      1727          24112        9053        20        -130.0000        -175.1795     34.75%
34350.73/1732.50	c      1732          24202        9069        20        -130.0000        -175.1785     34.75%
34449.70/1737.52	c      1738          24309        9080        20        -130.0000        -175.1658     34.74%
34548.91/1742.54	c      1743          24396        9083        20        -130.0000        -175.1658     34.74%
34648.18/1747.56	c      1748          24509        9084        20        -130.0000        -175.1658     34.74%
34753.39/1752.82	c      1753          24597        9092        20        -130.0000        -175.1573     34.74%
34852.40/1757.87	c      1758          24632        9099        20        -130.0000        -175.1483     34.73%
34951.66/1762.88	c      1763          24697        9112        20        -130.0000        -175.1438     34.73%
35052.90/1767.90	c      1768          24796        9123        20        -130.0000        -175.1374     34.72%
35152.11/1772.94	c      1773          24872        9133        20        -130.0000        -175.1250     34.71%
35251.12/1777.96	c      1778          24972        9149        20        -130.0000        -175.1250     34.71%
35350.48/1782.98	c      1783          25034        9153        20        -130.0000        -175.1203     34.71%
35449.51/1788.01	c      1788          25152        9159        20        -130.0000        -175.1172     34.71%
35550.93/1793.04	c      1793          25252        9171        20        -130.0000        -175.1136     34.70%
35652.07/1798.18	c      1798          25350        9181        20        -130.0000        -175.1136     34.70%
35751.35/1803.19	c      1803          25451        9190        20        -130.0000        -175.1072     34.70%
35853.74/1808.36	c      1808          25666        9213        20        -130.0000        -175.0951     34.69%
35954.89/1813.42	c      1813          25780        9219        20        -130.0000        -175.0949     34.69%
36054.14/1818.47	c      1818          25883        9236        20        -130.0000        -175.0859     34.68%
36153.37/1823.48	c      1823          26022        9253        20        -130.0000        -175.0769     34.67%
36254.59/1828.57	c      1829          26136        9255        20        -130.0000        -175.0769     34.67%
36355.75/1833.63	c      1834          26234        9269        20        -130.0000        -175.0729     34.67%
36454.97/1838.68	c      1839          26368        9293        20        -130.0000        -175.0616     34.66%
36556.18/1843.73	c      1844          26444        9301        20        -130.0000        -175.0614     34.66%
36655.39/1848.75	c      1849          26572        9307        20        -130.0000        -175.0455     34.65%
36754.61/1853.77	c      1854          26699        9340        20        -130.0000        -175.0371     34.64%
36855.83/1858.88	c      1859          26821        9362        20        -130.0000        -175.0369     34.64%
36957.05/1863.92	c      1864          26902        9371        20        -130.0000        -175.0284     34.64%
37056.28/1868.99	c      1869          27058        9401        20        -130.0000        -175.0165     34.63%
37158.19/1874.04	c      1874          27152        9431        20        -130.0000        -175.0137     34.63%
37257.50/1879.08	c      1879          27240        9451        20        -130.0000        -175.0091     34.62%
37356.63/1884.13	c      1884          27332        9469        20        -130.0000        -175.0044     34.62%
37457.65/1889.18	c      1889          27453        9498        20        -130.0000        -175.0008     34.62%
37556.71/1894.19	c      1894          27582        9509        20        -130.0000        -175.0000     34.62%
37657.19/1899.28	c      1899          27713        9530        20        -130.0000        -174.9961     34.61%
37758.36/1904.33	c      1904          27862        9533        20        -130.0000        -174.9961     34.61%
37857.55/1909.35	c      1909          27947        9532        20        -130.0000        -174.9961     34.61%
37958.75/1914.43	c      1914          28048        9537        20        -130.0000        -174.9837     34.60%
38057.98/1919.48	c      1919          28142        9539        20        -130.0000        -174.9819     34.60%
38158.86/1924.53	c      1925          28252        9553        20        -130.0000        -174.9694     34.59%
38258.06/1929.58	c      1930          28337        9566        20        -130.0000        -174.9688     34.59%
38359.25/1934.63	c      1935          28410        9571        20        -130.0000        -174.9617     34.59%
38458.48/1939.68	c      1940          28539        9588        20        -130.0000        -174.9566     34.58%
38559.67/1944.73	c      1945          28612        9603        20        -130.0000        -174.9496     34.58%
38658.89/1949.75	c      1950          28732        9615        20        -130.0000        -174.9438     34.57%
38760.09/1954.84	c      1955          28830        9625        20        -130.0000        -174.9438     34.57%
38859.33/1959.89	c      1960          28900        9633        20        -130.0000        -174.9364     34.57%
38960.46/1964.93	c      1965          28982        9639        20        -130.0000        -174.9304     34.56%
39059.69/1969.98	c      1970          29122        9661        20        -130.0000        -174.8993     34.54%
39159.11/1975.03	c      1975          29252        9675        20        -130.0000        -174.8980     34.54%
39260.68/1980.04	c      1980          29389        9680        20        -130.0000        -174.8980     34.54%
39359.60/1985.06	c      1985          29510        9695        20        -130.0000        -174.8942     34.53%
39459.02/1990.13	c      1990          29621        9698        20        -130.0000        -174.8942     34.53%
39561.42/1995.23	c      1995          29763        9700        20        -130.0000        -174.8942     34.53%
39660.59/2000.25	c      2000          29818        9711        20        -130.0000        -174.8935     34.53%
39759.75/2005.27	c      2005          29937        9714        20        -130.0000        -174.8935     34.53%
39860.95/2010.35	c      2010          30052        9721        20        -130.0000        -174.8908     34.53%
39960.11/2015.36	c      2015          30196        9747        20        -130.0000        -174.8884     34.53%
40061.33/2020.42	c      2020          30265        9754        20        -130.0000        -174.8875     34.53%
40162.47/2025.53	c      2026          30342        9751        20        -130.0000        -174.8850     34.53%
40261.69/2030.54	c      2031          30393        9760        20        -130.0000        -174.8850     34.53%
40362.73/2035.62	c      2036          30562        9761        20        -130.0000        -174.8829     34.53%
40461.72/2040.68	c      2041          30742        9765        20        -130.0000        -174.8750     34.52%
40562.91/2045.71	c      2046          30847        9776        20        -130.0000        -174.8679     34.51%
40661.97/2050.75	c      2051          30961        9800        20        -130.0000        -174.8671     34.51%
40762.82/2055.81	c      2056          31062        9807        20        -130.0000        -174.8636     34.51%
40862.01/2060.89	c      2061          31153        9820        20        -130.0000        -174.8575     34.51%
40963.21/2065.93	c      2066          31226        9829        20        -130.0000        -174.8567     34.51%
41062.63/2070.94	c      2071          31312        9835        20        -130.0000        -174.8529     34.50%
41161.64/2075.95	c      2076          31422        9861        20        -130.0000        -174.8519     34.50%
41263.32/2081.09	c      2081          31490        9869        20        -130.0000        -174.8492     34.50%
41364.64/2086.14	c      2086          31642        9875        20        -130.0000        -174.8383     34.49%
41463.80/2091.16	c      2091          31801        9884        20        -130.0000        -174.8383     34.49%
41564.45/2096.24	c      2096          31942        9893        20        -130.0000        -174.8245     34.48%
41663.52/2101.29	c      2101          32074        9923        20        -130.0000        -174.8244     34.48%
41764.76/2106.34	c      2106          32232        9937        20        -130.0000        -174.8207     34.48%
41864.00/2111.36	c      2111          32300        9945        20        -130.0000        -174.8191     34.48%
41965.24/2116.43	c      2116          32388        9957        20        -130.0000        -174.8184     34.48%
42064.47/2121.49	c      2121          32532        9963        20        -130.0000        -174.8184     34.48%
42165.59/2126.54	c      2127          32682        9971        20        -130.0000        -174.8148     34.47%
42264.84/2131.57	c      2132          50429        7818        20        -130.0000        -174.8103     34.47%
42364.07/2136.59	c      2137          32842       10003        20        -130.0000        -174.7974     34.46%
42465.15/2141.66	c      2142          50652        7895        20        -130.0000        -174.7903     34.45%
42566.38/2146.74	c      2147          50852        7941        20        -130.0000        -174.7839     34.45%
42665.61/2151.79	c      2152          33238       10047        20        -130.0000        -174.7802     34.45%
42766.84/2156.82	c      2157          33287       10064        20        -130.0000        -174.7773     34.44%
42865.96/2161.84	c      2162          51253        8032        20        -130.0000        -174.7735     34.44%
42967.14/2166.94	c      2167          51382        8073        20        -130.0000        -174.7650     34.43%
43066.26/2171.99	c      2172          51442        8105        20        -130.0000        -174.7591     34.43%
43165.38/2177.00	c      2177          51572        8129        20        -130.0000        -174.7547     34.43%
43266.91/2182.03	c      2182          34130       10129        20        -130.0000        -174.7448     34.42%
43366.14/2187.08	c      2187          34202       10157        20        -130.0000        -174.7362     34.41%
43467.19/2192.15	c      2192          34242       10171        20        -130.0000        -174.7325     34.41%
43566.53/2197.16	c      2197          34332       10191        20        -130.0000        -174.7282     34.41%
43665.30/2202.20	c      2202          34410       10211        20        -130.0000        -174.7206     34.40%
43766.01/2207.26	c      2207          34470       10213        20        -130.0000        -174.7206     34.40%
43866.86/2212.30	c      2212          34612       10241        20        -130.0000        -174.7074     34.39%
43967.66/2217.43	c      2217          52372        8369        20        -130.0000        -174.7067     34.39%
44066.76/2222.48	c      2222          52552        8413        20        -130.0000        -174.6913     34.38%
44167.54/2227.51	c      2228          52652        8441        20        -130.0000        -174.6862     34.37%
44266.64/2232.57	c      2233          52792        8475        20        -130.0000        -174.6813     34.37%
44367.87/2237.62	c      2238          52922        8515        20        -130.0000        -174.6691     34.36%
44469.08/2242.70	c      2243          53032        8561        20        -130.0000        -174.6623     34.36%
44568.41/2247.73	c      2248          53136        8581        20        -130.0000        -174.6612     34.35%
44669.52/2252.80	c      2253          53252        8609        20        -130.0000        -174.6449     34.34%
44768.77/2257.85	c      2258          53422        8639        20        -130.0000        -174.6328     34.33%
44868.01/2262.88	c      2263          53553        8680        20        -130.0000        -174.6328     34.33%
44969.25/2267.91	c      2268          53627        8700        20        -130.0000        -174.6247     34.33%
45068.40/2272.94	c      2273          53772        8729        20        -130.0000        -174.6221     34.32%
45167.47/2277.97	c      2278          53867        8760        20        -130.0000        -174.6213     34.32%
45269.04/2283.10	c      2283          54063        8782        20        -130.0000        -174.6171     34.32%
45368.08/2288.12	c      2288          54252        8809        20        -130.0000        -174.6111     34.32%
45469.53/2293.15	c      2293          54411        8838        20        -130.0000        -174.6071     34.31%
45569.88/2298.25	c      2298          54526        8861        20        -130.0000        -174.6009     34.31%
45671.02/2303.30	c      2303          54593        8874        20        -130.0000        -174.6009     34.31%
45770.25/2308.35	c      2308          54736        8901        20        -130.0000        -174.6008     34.31%
45869.28/2313.40	c      2313          54882        8945        20        -130.0000        -174.5891     34.30%
45970.17/2318.45	c      2318          54927        8970        20        -130.0000        -174.5867     34.30%
46069.29/2323.48	c      2323          55016        9005        20        -130.0000        -174.5817     34.29%
46170.25/2328.55	c      2329          55121        9040        20        -130.0000        -174.5774     34.29%
46271.49/2333.60	c      2334          55312        9057        20        -130.0000        -174.5663     34.28%
46370.68/2338.62	c      2339          55466        9087        20        -130.0000        -174.5616     34.28%
46469.93/2343.63	c      2344          55615        9150        20        -130.0000        -174.5552     34.27%
46571.18/2348.73	c      2349          37933       10746        20        -130.0000        -174.5441     34.26%
46670.42/2353.75	c      2354          37998       10745        20        -130.0000        -174.5441     34.26%
46769.59/2358.76	c      2359          55996        9265        20        -130.0000        -174.5303     34.25%
46872.78/2363.90	c      2364          56070        9279        20        -130.0000        -174.5303     34.25%
46972.05/2368.92	c      2369          56172        9319        20        -130.0000        -174.5263     34.25%
47071.33/2373.92	c      2374          56272        9345        20        -130.0000        -174.5137     34.24%
47170.61/2378.94	c      2379          56428        9383        20        -130.0000        -174.5129     34.24%
47272.63/2384.08	c      2384          56560        9419        20        -130.0000        -174.5094     34.24%
47373.55/2389.15	c      2389          56716        9457        20        -130.0000        -174.5020     34.23%
47473.96/2394.20	c      2394          56822        9501        20        -130.0000        -174.5003     34.23%
47573.04/2399.25	c      2399          38912       10867        20        -130.0000        -174.4967     34.23%
47674.13/2404.30	c      2404          39004       10883        20        -130.0000        -174.4940     34.23%
47773.23/2409.35	c      2409          39133       10896        20        -130.0000        -174.4929     34.23%
47872.31/2414.40	c      2414          39252       10905        20        -130.0000        -174.4872     34.22%
47973.42/2419.45	c      2419          39408       10927        20        -130.0000        -174.4851     34.22%
48072.68/2424.49	c      2424          39562       10939        20        -130.0000        -174.4798     34.22%
48173.93/2429.54	c      2430          39650       10957        20        -130.0000        -174.4760     34.21%
48275.18/2434.61	c      2435          39822       10969        20        -130.0000        -174.4707     34.21%
48374.35/2439.65	c      2440          58098        9781        20        -130.0000        -174.4665     34.21%
48475.59/2444.71	c      2445          58230        9823        20        -130.0000        -174.4581     34.20%
48574.86/2449.76	c      2450          58334        9857        20        -130.0000        -174.4527     34.19%
48676.11/2454.81	c      2455          58422        9913        20        -130.0000        -174.4430     34.19%
48775.36/2459.86	c      2460          58532        9945        20        -130.0000        -174.4354     34.18%
48876.61/2464.91	c      2465          58645        9972        20        -130.0000        -174.4332     34.18%
48975.87/2469.96	c      2470          58793        9998        20        -130.0000        -174.4293     34.18%
49075.14/2475.00	c      2475          58922       10025        20        -130.0000        -174.4281     34.18%
49176.91/2480.06	c      2480          59035       10052        20        -130.0000        -174.4258     34.17%
49276.10/2485.08	c      2485          59158       10081        20        -130.0000        -174.4256     34.17%
49375.41/2490.10	c      2490          59266       10107        20        -130.0000        -174.4192     34.17%
49476.43/2495.18	c      2495          59392       10133        20        -130.0000        -174.4097     34.16%
49576.71/2500.22	c      2500          59472       10165        20        -130.0000        -174.4051     34.16%
49675.68/2505.29	c      2505          59632       10221        20        -130.0000        -174.4010     34.15%
49774.83/2510.30	c      2510          41617       11250        20        -130.0000        -174.3932     34.15%
49878.01/2515.41	c      2515          41742       11265        20        -130.0000        -174.3932     34.15%
49977.18/2520.46	c      2520          41869       11268        20        -130.0000        -174.3895     34.15%
50076.29/2525.48	c      2525          60099       10360        20        -130.0000        -174.3807     34.14%
50177.27/2530.51	c      2530          60228       10381        20        -130.0000        -174.3659     34.13%
50276.37/2535.52	c      2536          60327       10408        20        -130.0000        -174.3569     34.12%
50375.44/2540.58	c      2541          60411       10430        20        -130.0000        -174.3481     34.11%
50474.47/2545.59	c      2546          60497       10464        20        -130.0000        -174.3364     34.10%
50575.66/2550.61	c      2551          60592       10505        20        -130.0000        -174.3346     34.10%
50674.85/2555.64	c      2556          60713       10542        20        -130.0000        -174.3333     34.10%
50776.05/2560.71	c      2561          60802       10573        20        -130.0000        -174.3331     34.10%
50875.32/2565.73	c      2566          60902       10611        20        -130.0000        -174.3169     34.09%
50976.53/2570.82	c      2571          61017       10652        20        -130.0000        -174.3072     34.08%
51075.81/2575.83	c      2576          61106       10687        20        -130.0000        -174.3009     34.08%
51174.90/2580.89	c      2581          61212       10717        20        -130.0000        -174.2988     34.08%
51275.82/2585.94	c      2586          61352       10749        20        -130.0000        -174.2897     34.07%
51374.72/2590.95	c      2591          61427       10782        20        -130.0000        -174.2790     34.06%
51476.43/2596.06	c      2596          61546       10819        20        -130.0000        -174.2653     34.05%
51575.48/2601.12	c      2601          61635       10842        20        -130.0000        -174.2587     34.05%
51677.78/2606.22	c      2606          61740       10879        20        -130.0000        -174.2551     34.04%
51776.98/2611.22	c      2611          61861       10924        20        -130.0000        -174.2500     34.04%
51876.19/2616.27	c      2616          62010       10967        20        -130.0000        -174.2500     34.04%
51975.41/2621.28	c      2621          62062       10985        20        -130.0000        -174.2468     34.04%
52080.58/2626.52	c      2627          62192       11023        20        -130.0000        -174.2448     34.03%
52179.76/2631.57	c      2632          62272       11069        20        -130.0000        -174.2441     34.03%
52280.93/2636.60	c      2637          62388       11101        20        -130.0000        -174.2441     34.03%
52380.09/2641.67	c      2642          62462       11127        20        -130.0000        -174.2372     34.03%
52479.24/2646.68	c      2647          62642       11177        20        -130.0000        -174.2236     34.02%
52578.43/2651.70	c      2652          62712       11191        20        -130.0000        -174.2222     34.02%
52679.63/2656.71	c      2657          62802       11231        20        -130.0000        -174.2185     34.01%
52778.78/2661.77	c      2662          62852       11273        20        -130.0000        -174.2155     34.01%
52881.97/2666.92	c      2667          63022       11307        20        -130.0000        -174.2105     34.01%
52981.17/2671.95	c      2672          63144       11345        20        -130.0000        -174.2089     34.01%
53080.38/2676.96	c      2677          63215       11374        20        -130.0000        -174.2089     34.01%
53179.57/2682.02	c      2682          63331       11404        20        -130.0000        -174.2020     34.00%
53281.38/2687.12	c      2687          63448       11435        20        -130.0000        -174.1957     34.00%
53380.75/2692.13	c      2692          63537       11452        20        -130.0000        -174.1957     34.00%
53481.74/2697.14	c      2697          63613       11460        20        -130.0000        -174.1952     34.00%
53580.86/2702.20	c      2702          63682       11497        20        -130.0000        -174.1814     33.99%
53683.33/2707.32	c      2707          63812       11543        20        -130.0000        -174.1699     33.98%
53782.53/2712.37	c      2712          63918       11581        20        -130.0000        -174.1566     33.97%
53883.73/2717.42	c      2717          64012       11603        20        -130.0000        -174.1562     33.97%
53982.93/2722.44	c      2722          64124       11635        20        -130.0000        -174.1515     33.96%
54082.09/2727.46	c      2727          64282       11679        20        -130.0000        -174.1442     33.96%
54182.89/2732.50	c      2732          64372       11737        20        -130.0000        -174.1391     33.95%
54282.10/2737.54	c      2738          64522       11761        20        -130.0000        -174.1291     33.95%
54383.16/2742.67	c      2743          64632       11795        20        -130.0000        -174.1278     33.94%
54484.36/2747.72	c      2748          64744       11817        20        -130.0000        -174.1250     33.94%
54583.58/2752.77	c      2753          64809       11846        20        -130.0000        -174.1188     33.94%
54684.77/2757.80	c      2758          64923       11868        20        -130.0000        -174.1188     33.94%
54783.99/2762.87	c      2763          65050       11901        20        -130.0000        -174.1188     33.94%
54883.18/2767.89	c      2768          65177       11936        20        -130.0000        -174.1063     33.93%
54984.39/2772.97	c      2773          65398       11987        20        -130.0000        -174.1032     33.93%
55083.60/2778.02	c      2778          65542       12017        20        -130.0000        -174.1018     33.92%
55185.37/2783.05	c      2783          65669       12040        20        -130.0000        -174.1000     33.92%
55284.66/2788.13	c      2788          65748       12057        20        -130.0000        -174.0989     33.92%
55385.89/2793.17	c      2793          65902       12103        20        -130.0000        -174.0909     33.92%
55486.39/2798.22	c      2798          65988       12143        20        -130.0000        -174.0909     33.92%
55585.60/2803.25	c      2803          66076       12165        20        -130.0000        -174.0900     33.92%
55686.80/2808.32	c      2808          66173       12206        20        -130.0000        -174.0894     33.91%
55786.02/2813.37	c      2813          66255       12228        20        -130.0000        -174.0894     33.91%
55887.20/2818.42	c      2818          66412       12261        20        -130.0000        -174.0888     33.91%
55986.25/2823.45	c      2823          66483       12296        20        -130.0000        -174.0867     33.91%
56087.41/2828.52	c      2829          66616       12343        20        -130.0000        -174.0867     33.91%
56186.56/2833.57	c      2834          66752       12375        20        -130.0000        -174.0833     33.91%
56285.60/2838.58	c      2839          66796       12411        20        -130.0000        -174.0831     33.91%
56386.74/2843.61	c      2844          66928       12451        20        -130.0000        -174.0749     33.90%
56485.90/2848.63	c      2849          67045       12490        20        -130.0000        -174.0700     33.90%
56585.04/2853.68	c      2854          67172       12513        20        -130.0000        -174.0600     33.89%
56686.09/2858.76	c      2859          67283       12554        20        -130.0000        -174.0584     33.89%
56787.30/2863.80	c      2864          67390       12583        20        -130.0000        -174.0558     33.89%
56886.31/2868.85	c      2869          67490       12621        20        -130.0000        -174.0442     33.88%
56985.53/2873.86	c      2874          67570       12669        20        -130.0000        -174.0415     33.88%
57086.73/2878.97	c      2879          67669       12700        20        -130.0000        -174.0415     33.88%
57185.78/2884.03	c      2884          67785       12736        20        -130.0000        -174.0415     33.88%
57287.47/2889.09	c      2889          67932       12783        20        -130.0000        -174.0382     33.88%
57388.75/2894.14	c      2894          68027       12816        20        -130.0000        -174.0333     33.87%
57489.24/2899.24	c      2899          68132       12847        20        -130.0000        -174.0326     33.87%
57588.47/2904.29	c      2904          68207       12882        20        -130.0000        -174.0257     33.87%
57689.68/2909.34	c      2909          68292       12903        20        -130.0000        -174.0226     33.86%
57788.89/2914.39	c      2914          68369       12944        20        -130.0000        -174.0126     33.86%
57890.08/2919.44	c      2919          68442       12975        20        -130.0000        -174.0102     33.85%
57989.31/2924.49	c      2924          68542       13015        20        -130.0000        -174.0049     33.85%
58090.50/2929.51	c      2930          68614       13063        20        -130.0000        -174.0049     33.85%
58189.72/2934.53	c      2935          68712       13101        20        -130.0000        -174.0049     33.85%
58288.85/2939.57	c      2940          68806       13145        20        -130.0000        -174.0036     33.85%
58390.01/2944.62	c      2945          68877       13184        20        -130.0000        -174.0000     33.85%
58490.94/2949.74	c      2950          68942       13221        20        -130.0000        -174.0000     33.85%
58590.12/2954.77	c      2955          69032       13249        20        -130.0000        -173.9984     33.84%
58691.19/2959.84	c      2960          69082       13285        20        -130.0000        -173.9888     33.84%
58790.25/2964.86	c      2965          69174       13319        20        -130.0000        -173.9872     33.84%
58891.55/2969.94	c      2970          69284       13351        20        -130.0000        -173.9866     33.84%
58990.74/2974.95	c      2975          69395       13394        20        -130.0000        -173.9782     33.83%
59092.37/2980.04	c      2980          69525       13442        20        -130.0000        -173.9704     33.82%
59191.54/2985.09	c      2985          69665       13482        20        -130.0000        -173.9677     33.82%
59292.72/2990.14	c      2990          69762       13523        20        -130.0000        -173.9605     33.82%
59391.99/2995.19	c      2995          69922       13547        20        -130.0000        -173.9588     33.81%
59492.26/3000.20	c      3000          70015       13578        20        -130.0000        -173.9573     33.81%
59591.31/3005.23	c      3005          70087       13608        20        -130.0000        -173.9543     33.81%
59690.48/3010.28	c      3010          70173       13646        20        -130.0000        -173.9498     33.81%
59791.61/3015.39	c      3015          70254       13675        20        -130.0000        -173.9448     33.80%
59892.76/3020.44	c      3020          70354       13725        20        -130.0000        -173.9438     33.80%
59992.01/3025.49	c      3025          70442       13757        20        -130.0000        -173.9382     33.80%
60093.22/3030.54	c      3031          70552       13807        20        -130.0000        -173.9382     33.80%
60192.12/3035.59	c      3036          70619       13844        20        -130.0000        -173.9352     33.80%
60293.23/3040.64	c      3041          70747       13890        20        -130.0000        -173.9222     33.79%
60392.43/3045.68	c      3046          70832       13935        20        -130.0000        -173.9163     33.78%
60493.35/3050.70	c      3051          70937       13974        20        -130.0000        -173.9105     33.78%
60592.37/3055.72	c      3056          71022       14011        20        -130.0000        -173.9080     33.78%
60693.28/3060.84	c      3061          71099       14040        20        -130.0000        -173.9004     33.77%
60792.34/3065.88	c      3066          71185       14094        20        -130.0000        -173.8966     33.77%
60891.49/3070.89	c      3071          71286       14129        20        -130.0000        -173.8889     33.76%
60992.72/3075.94	c      3076          71370       14163        20        -130.0000        -173.8886     33.76%
61091.99/3080.94	c      3081          71484       14211        20        -130.0000        -173.8847     33.76%
61193.96/3086.09	c      3086          71633       14242        20        -130.0000        -173.8822     33.76%
61293.25/3091.14	c      3091          71722       14269        20        -130.0000        -173.8770     33.75%
61394.32/3096.16	c      3096          71832       14323        20        -130.0000        -173.8698     33.75%
61494.91/3101.24	c      3101          71918       14365        20        -130.0000        -173.8685     33.74%
61594.17/3106.25	c      3106          72027       14400        20        -130.0000        -173.8622     33.74%
61693.38/3111.28	c      3111          72113       14438        20        -130.0000        -173.8580     33.74%
61794.58/3116.33	c      3116          72235       14474        20        -130.0000        -173.8550     33.73%
61893.77/3121.35	c      3121          72382       14507        20        -130.0000        -173.8504     33.73%
61992.72/3126.39	c      3126          72482       14539        20        -130.0000        -173.8408     33.72%
62093.92/3131.40	c      3131          72542       14563        20        -130.0000        -173.8384     33.72%
62193.12/3136.41	c      3136          72672       14613        20        -130.0000        -173.8382     33.72%
62292.32/3141.47	c      3141          72728       14643        20        -130.0000        -173.8333     33.72%
62393.52/3146.54	c      3147          72780       14665        20        -130.0000        -173.8319     33.72%
62494.69/3151.65	c      3152          72893       14704        20        -130.0000        -173.8237     33.71%
62595.89/3156.76	c      3157          73028       14747        20        -130.0000        -173.8173     33.71%
62695.08/3161.79	c      3162          73112       14779        20        -130.0000        -173.8135     33.70%
62796.12/3166.85	c      3167          73271       14822        20        -130.0000        -173.8100     33.70%
62895.34/3171.90	c      3172          73334       14859        20        -130.0000        -173.8091     33.70%
62996.54/3176.99	c      3177          73425       14886        20        -130.0000        -173.7973     33.69%
63095.74/3182.03	c      3182          73552       14931        20        -130.0000        -173.7910     33.69%
63197.50/3187.09	c      3187          73681       14968        20        -130.0000        -173.7900     33.68%
63296.83/3192.10	c      3192          73762       15011        20        -130.0000        -173.7882     33.68%
63399.24/3197.20	c      3197          73862       15051        20        -130.0000        -173.7839     33.68%
63498.38/3202.25	c      3202          74022       15099        20        -130.0000        -173.7832     33.68%
63599.53/3207.30	c      3207          74094       15129        20        -130.0000        -173.7830     33.68%
63698.69/3212.32	c      3212          74167       15172        20        -130.0000        -173.7745     33.67%
63799.86/3217.40	c      3217          74287       15204        20        -130.0000        -173.7735     33.67%
63898.91/3222.41	c      3222          74412       15245        20        -130.0000        -173.7604     33.66%
63997.91/3227.44	c      3227          74547       15284        20        -130.0000        -173.7604     33.66%
64097.00/3232.48	c      3232          74609       15322        20        -130.0000        -173.7586     33.66%
64198.11/3237.52	c      3238          74738       15367        20        -130.0000        -173.7550     33.66%
64297.37/3242.54	c      3243          74852       15409        20        -130.0000        -173.7515     33.66%
64396.53/3247.55	c      3248          74972       15453        20        -130.0000        -173.7500     33.65%
64497.76/3252.64	c      3253          75124       15495        20        -130.0000        -173.7500     33.65%
64596.93/3257.65	c      3258          75195       15522        20        -130.0000        -173.7500     33.65%
64699.99/3262.82	c      3263          75317       15554        20        -130.0000        -173.7500     33.65%
64799.23/3267.90	c      3268          75411       15600        20        -130.0000        -173.7500     33.65%
64900.43/3272.95	c      3273          75522       15637        20        -130.0000        -173.7408     33.65%
64999.57/3277.98	c      3278          75612       15673        20        -130.0000        -173.7381     33.64%
65101.42/3283.05	c      3283          75708       15701        20        -130.0000        -173.7374     33.64%
65200.68/3288.10	c      3288          75812       15729        20        -130.0000        -173.7348     33.64%
65301.99/3293.15	c      3293          75933       15756        20        -130.0000        -173.7280     33.64%
65401.07/3298.20	c      3298          76012       15791        20        -130.0000        -173.7181     33.63%
65501.44/3303.21	c      3303          76092       15815        20        -130.0000        -173.7138     33.63%
65600.64/3308.25	c      3308          76182       15847        20        -130.0000        -173.7036     33.62%
65699.92/3313.29	c      3313          76252       15881        20        -130.0000        -173.6944     33.61%
65801.18/3318.39	c      3318          76382       15927        20        -130.0000        -173.6944     33.61%
65902.29/3323.45	c      3323          76463       15954        20        -130.0000        -173.6944     33.61%
66001.59/3328.50	c      3328          76572       16013        20        -130.0000        -173.6874     33.61%
66102.84/3333.55	c      3334          76693       16060        20        -130.0000        -173.6832     33.60%
66201.87/3338.56	c      3339          76882       16087        20        -130.0000        -173.6813     33.60%
66302.80/3343.65	c      3344          76945       16130        20        -130.0000        -173.6749     33.60%
66404.07/3348.70	c      3349          77062       16165        20        -130.0000        -173.6689     33.59%
66503.34/3353.75	c      3354          77192       16203        20        -130.0000        -173.6689     33.59%
66604.61/3358.80	c      3359          77260       16249        20        -130.0000        -173.6682     33.59%
66703.75/3363.83	c      3364          77335       16282        20        -130.0000        -173.6667     33.59%
66804.98/3368.91	c      3369          77412       16301        20        -130.0000        -173.6582     33.58%
66904.21/3373.93	c      3374          77532       16355        20        -130.0000        -173.6501     33.58%
67003.41/3379.01	c      3379          77632       16403        20        -130.0000        -173.6362     33.57%
67105.40/3384.06	c      3384          77757       16422        20        -130.0000        -173.6362     33.57%
67204.39/3389.08	c      3389          77882       16473        20        -130.0000        -173.6336     33.56%
67303.70/3394.11	c      3394          78004       16525        20        -130.0000        -173.6310     33.56%
67404.95/3399.19	c      3399          78132       16561        20        -130.0000        -173.6300     33.56%
67505.32/3404.26	c      3404          78312       16621        20        -130.0000        -173.6292     33.56%
67604.52/3409.30	c      3409          78442       16645        20        -130.0000        -173.6250     33.56%
67705.74/3414.36	c      3414          78548       16671        20        -130.0000        -173.6243     33.56%
67806.77/3419.41	c      3419          78700       16717        20        -130.0000        -173.6241     33.56%
67905.98/3424.42	c      3424          78799       16756        20        -130.0000        -173.6217     33.56%
68007.18/3429.51	c      3430          78872       16795        20        -130.0000        -173.6202     33.55%
68106.40/3434.52	c      3435          79015       16842        20        -130.0000        -173.6178     33.55%
68205.62/3439.59	c      3440          79162       16873        20        -130.0000        -173.6150     33.55%
68306.80/3444.61	c      3445          79231       16920        20        -130.0000        -173.6142     33.55%
68406.01/3449.67	c      3450          79322       16961        20        -130.0000        -173.6090     33.55%
68505.23/3454.68	c      3455          79444       16995        20        -130.0000        -173.6063     33.54%
68608.38/3459.81	c      3460          79552       17027        20        -130.0000        -173.6001     33.54%
68707.61/3464.82	c      3465          79652       17061        20        -130.0000        -173.5935     33.53%
68806.83/3469.83	c      3470          79752       17095        20        -130.0000        -173.5931     33.53%
68908.02/3474.97	c      3475          79952       17137        20        -130.0000        -173.5914     33.53%
69007.24/3480.02	c      3480          80092       17163        20        -130.0000        -173.5878     33.53%
69109.12/3485.07	c      3485          80277       17180        20        -130.0000        -173.5835     33.53%
69208.26/3490.12	c      3490          80402       17219        20        -130.0000        -173.5827     33.53%
69307.69/3495.13	c      3495          80555       17248        20        -130.0000        -173.5821     33.52%
69408.82/3500.14	c      3500          80697       17270        20        -130.0000        -173.5786     33.52%
69509.16/3505.21	c      3505          80821       17312        20        -130.0000        -173.5778     33.52%
69608.25/3510.28	c      3510          80906       17345        20        -130.0000        -173.5714     33.52%
69709.45/3515.37	c      3515          81142       17379        20        -130.0000        -173.5634     33.51%
69808.69/3520.39	c      3520          81240       17399        20        -130.0000        -173.5634     33.51%
69909.89/3525.47	c      3525          81364       17423        20        -130.0000        -173.5634     33.51%
70011.02/3530.52	c      3531          81507       17462        20        -130.0000        -173.5520     33.50%
70110.05/3535.53	c      3536          81587       17482        20        -130.0000        -173.5480     33.50%
70209.24/3540.59	c      3541          81742       17517        20        -130.0000        -173.5414     33.49%
70310.29/3545.64	c      3546          81830       17547        20        -130.0000        -173.5414     33.49%
70409.25/3550.69	c      3551          81973       17596        20        -130.0000        -173.5345     33.49%
70510.28/3555.71	c      3556          82067       17620        20        -130.0000        -173.5210     33.48%
70609.49/3560.75	c      3561          82182       17651        20        -130.0000        -173.5177     33.48%
70710.64/3565.85	c      3566          82281       17666        20        -130.0000        -173.5177     33.48%
70809.82/3570.89	c      3571          82392       17693        20        -130.0000        -173.5089     33.47%
70911.01/3575.97	c      3576          82504       17743        20        -130.0000        -173.5078     33.47%
71010.24/3580.98	c      3581          82630       17773        20        -130.0000        -173.5066     33.47%
71111.94/3586.07	c      3586          82761       17820        20        -130.0000        -173.5056     33.47%
71210.90/3591.12	c      3591          82862       17853        20        -130.0000        -173.5042     33.46%
71312.00/3596.17	c      3596          82991       17902        20        -130.0000        -173.5042     33.46%
71411.05/3601.18	c      3601          83125       17932        20        -130.0000        -173.5000     33.46%
71511.22/3606.23	c      3606          83287       17946        20        -130.0000        -173.4998     33.46%
71612.12/3611.32	c      3611          83368       17987        20        -130.0000        -173.4996     33.46%
71711.27/3616.33	c      3616          83522       18025        20        -130.0000        -173.4917     33.46%
71812.48/3621.41	c      3621          83592       18065        20        -130.0000        -173.4867     33.45%
71911.66/3626.49	c      3626          83679       18090        20        -130.0000        -173.4817     33.45%

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 (181342 MiB free)
  memory of node 1: 193531 MiB (182867 MiB free)
  memory of node 2: 193531 MiB (193136 MiB free)
  memory of node 3: 193493 MiB (184325 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-4466013-1722458156/watcher-4466013-1722458156 -o /tmp/evaluation-result-4466013-1722458156/solver-4466013-1722458156 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70740 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4466013-1722458156.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 78.73 79.90 79.05 63/1001 76339
/proc/meminfo: memFree=759398524/790760800 swapFree=131071996/131071996
[pid=76318] ppid=76315 vsize=1521688 memory=103596 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/stat : 76318 (fscip) S 76315 76318 70728 0 -1 1077936128 22449 0 0 0 8 3 0 0 20 0 21 0 12395057 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
/proc/76318/statm: 380422 25899 2694 3035 0 65253 0
[pid=76318/tid=76320] ppid=76315 vsize=1521688 memory=-5155630210722719621 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76320/stat : 76320 (fscip) S 76315 76318 70728 0 -1 1077936192 1068 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76321] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76321/stat : 76321 (fscip) S 76315 76318 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76322] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76322/stat : 76322 (fscip) S 76315 76318 70728 0 -1 1077936192 1068 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76323] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76323/stat : 76323 (fscip) S 76315 76318 70728 0 -1 1077936192 1068 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76324] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76324/stat : 76324 (fscip) S 76315 76318 70728 0 -1 1077936192 1068 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76325] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76325/stat : 76325 (fscip) S 76315 76318 70728 0 -1 1077936192 1067 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76326] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76326/stat : 76326 (fscip) S 76315 76318 70728 0 -1 1077936192 1068 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76327] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76327/stat : 76327 (fscip) S 76315 76318 70728 0 -1 1077936192 1068 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76328] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76328/stat : 76328 (fscip) S 76315 76318 70728 0 -1 1077936192 1068 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76329] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76329/stat : 76329 (fscip) S 76315 76318 70728 0 -1 1077936192 1068 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76330] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76330/stat : 76330 (fscip) S 76315 76318 70728 0 -1 1077936192 1069 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76331] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76331/stat : 76331 (fscip) R 76315 76318 70728 0 -1 4194368 742 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76332] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76332/stat : 76332 (fscip) S 76315 76318 70728 0 -1 1077936192 1067 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76333] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76333/stat : 76333 (fscip) S 76315 76318 70728 0 -1 1077936192 1068 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76334] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76334/stat : 76334 (fscip) S 76315 76318 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76335] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76335/stat : 76335 (fscip) S 76315 76318 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76336] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76336/stat : 76336 (fscip) S 76315 76318 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76337] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76337/stat : 76337 (fscip) S 76315 76318 70728 0 -1 1077936192 1068 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76338] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76338/stat : 76338 (fscip) S 76315 76318 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76339] ppid=76315 vsize=1521688 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76339/stat : 76339 (fscip) S 76315 76318 70728 0 -1 1077936192 1067 0 0 0 0 0 0 0 20 0 21 0 12395061 1558208512 25899 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 1521688 KiB
Current children cumulated memory: 103596 KiB

[startup+0.22054 s]*
/proc/loadavg: 78.73 79.90 79.05 66/1021 76359
/proc/meminfo: memFree=759137324/790760800 swapFree=131071996/131071996
[pid=76318] ppid=76315 vsize=1730668 memory=361636 CPUtime=1.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/stat : 76318 (fscip) S 76315 76318 70728 0 -1 1077936128 88037 0 0 0 112 62 0 0 20 0 41 0 12395057 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 17 74 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
/proc/76318/statm: 432667 90409 2934 3035 0 177154 0
[pid=76318/tid=76320] ppid=76315 vsize=1730668 memory=-5155630210722719621 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76320/stat : 76320 (fscip) R 76315 76318 70728 0 -1 4194368 3574 0 0 0 4 3 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76321] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76321/stat : 76321 (fscip) R 76315 76318 70728 0 -1 4194368 3575 0 0 0 5 2 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76322] ppid=76315 vsize=1730668 memory=0 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76322/stat : 76322 (fscip) R 76315 76318 70728 0 -1 4194368 5068 0 0 0 7 1 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76323] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76323/stat : 76323 (fscip) R 76315 76318 70728 0 -1 4194368 3574 0 0 0 4 3 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76324] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76324/stat : 76324 (fscip) S 76315 76318 70728 0 -1 1077936192 3574 0 0 0 4 3 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76325] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76325/stat : 76325 (fscip) S 76315 76318 70728 0 -1 1077936192 5086 0 0 0 6 1 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76326] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76326/stat : 76326 (fscip) S 76315 76318 70728 0 -1 1077936192 3574 0 0 0 4 3 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76327] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76327/stat : 76327 (fscip) S 76315 76318 70728 0 -1 1077936192 3575 0 0 0 4 3 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76328] ppid=76315 vsize=1730668 memory=0 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76328/stat : 76328 (fscip) S 76315 76318 70728 0 -1 1077936192 5055 0 0 0 6 2 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76329] ppid=76315 vsize=1730668 memory=0 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76329/stat : 76329 (fscip) R 76315 76318 70728 0 -1 4194368 4139 0 0 0 6 2 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76330] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76330/stat : 76330 (fscip) S 76315 76318 70728 0 -1 1077936192 3576 0 0 0 4 3 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76331] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76331/stat : 76331 (fscip) S 76315 76318 70728 0 -1 1077936192 4997 0 0 0 6 1 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76332] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76332/stat : 76332 (fscip) R 76315 76318 70728 0 -1 4194368 3989 0 0 0 4 3 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76333] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76333/stat : 76333 (fscip) S 76315 76318 70728 0 -1 1077936192 3576 0 0 0 4 3 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76334] ppid=76315 vsize=1730668 memory=0 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76334/stat : 76334 (fscip) S 76315 76318 70728 0 -1 1077936192 5041 0 0 0 7 1 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76335] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76335/stat : 76335 (fscip) S 76315 76318 70728 0 -1 1077936192 3574 0 0 0 4 3 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76336] ppid=76315 vsize=1730668 memory=0 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76336/stat : 76336 (fscip) S 76315 76318 70728 0 -1 1077936192 3574 0 0 0 4 4 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76337] ppid=76315 vsize=1730668 memory=0 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76337/stat : 76337 (fscip) S 76315 76318 70728 0 -1 1077936192 4998 0 0 0 6 2 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76338] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76338/stat : 76338 (fscip) S 76315 76318 70728 0 -1 1077936192 3574 0 0 0 4 3 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76339] ppid=76315 vsize=1730668 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76339/stat : 76339 (fscip) S 76315 76318 70728 0 -1 1077936192 3574 0 0 0 4 3 0 0 20 0 41 0 12395061 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76340] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76340/stat : 76340 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76341] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76341/stat : 76341 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76342] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76342/stat : 76342 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76343] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76343/stat : 76343 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76344] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76344/stat : 76344 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76345] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76345/stat : 76345 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76346] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76346/stat : 76346 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76347] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76347/stat : 76347 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76348] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76348/stat : 76348 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76349] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76349/stat : 76349 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76350] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76350/stat : 76350 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76351] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76351/stat : 76351 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76352] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76352/stat : 76352 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76353] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76353/stat : 76353 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76354] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76354/stat : 76354 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76355] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76355/stat : 76355 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76356] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76356/stat : 76356 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76357] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76357/stat : 76357 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76358] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76358/stat : 76358 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76359] ppid=76315 vsize=1730668 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76359/stat : 76359 (fscip) S 76315 76318 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12395071 1772204032 90409 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 1730668 KiB
Current children cumulated memory: 361636 KiB

[startup+0.326253 s]*
/proc/loadavg: 78.73 79.90 79.05 81/1021 76359
/proc/meminfo: memFree=759077764/790760800 swapFree=131071996/131071996
[pid=76318] ppid=76315 vsize=1730668 memory=448844 CPUtime=3.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/stat : 76318 (fscip) S 76315 76318 70728 0 -1 1077936128 110172 0 0 0 292 85 0 0 20 0 41 0 12395057 1772204032 112211 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 17 74 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
/proc/76318/statm: 432667 112211 2950 3035 0 199494 0
[pid=76318/tid=76320] ppid=76315 vsize=1730668 memory=6004121707504345338 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76320/stat : 76320 (fscip) R 76315 76318 70728 0 -1 4194368 4543 0 0 0 13 5 0 0 20 0 41 0 12395061 1772204032 112211 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76321] ppid=76315 vsize=1730668 memory=20829457518821444 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76321/stat : 76321 (fscip) R 76315 76318 70728 0 -1 4194368 4626 0 0 0 13 5 0 0 20 0 41 0 12395061 1772204032 112211 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76322] ppid=76315 vsize=1730668 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76322/stat : 76322 (fscip) R 76315 76318 70728 0 -1 4194368 6565 0 0 0 17 1 0 0 20 0 41 0 12395061 1772204032 112211 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76323] ppid=76315 vsize=1730668 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76323/stat : 76323 (fscip) R 76315 76318 70728 0 -1 4194368 4525 0 0 0 13 5 0 0 20 0 41 0 12395061 1772204032 112211 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76324] ppid=76315 vsize=1730668 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76324/stat : 76324 (fscip) R 76315 76318 70728 0 -1 4194368 4641 0 0 0 12 5 0 0 20 0 41 0 12395061 1772204032 112211 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76325] ppid=76315 vsize=1730668 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76325/stat : 76325 (fscip) R 76315 76318 70728 0 -1 4194368 6566 0 0 0 16 2 0 0 20 0 41 0 12395061 1772204032 112211 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76326] ppid=76315 vsize=1730668 memory=4026663029 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76326/stat : 76326 (fscip) R 76315 76318 70728 0 -1 4194368 4533 0 0 0 12 5 0 0 20 0 41 0 12395061 1772204032 112211 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76327] ppid=76315 vsize=1730668 memory=32282 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76327/stat : 76327 (fscip) R 76315 76318 70728 0 -1 4194368 4583 0 0 0 12 5 0 0 20 0 41 0 12395061 1772204032 112211 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0

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

[pid=76318/tid=76343] ppid=76315 vsize=9221188 memory=6816060 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76343/stat : 76343 (fscip) S 76315 76318 70728 0 -1 1077936192 107 0 0 0 1 1 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76344] ppid=76315 vsize=9221188 memory=6841272 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76344/stat : 76344 (fscip) S 76315 76318 70728 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76345] ppid=76315 vsize=9221188 memory=6816060 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76345/stat : 76345 (fscip) S 76315 76318 70728 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76346] ppid=76315 vsize=9221188 memory=11572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76346/stat : 76346 (fscip) S 76315 76318 70728 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76347] ppid=76315 vsize=9221188 memory=6726584 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76347/stat : 76347 (fscip) S 76315 76318 70728 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76348] ppid=76315 vsize=9221188 memory=6839716 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76348/stat : 76348 (fscip) S 76315 76318 70728 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76349] ppid=76315 vsize=9221188 memory=6831432 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76349/stat : 76349 (fscip) S 76315 76318 70728 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76350] ppid=76315 vsize=9221188 memory=6850176 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76350/stat : 76350 (fscip) S 76315 76318 70728 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76351] ppid=76315 vsize=9221188 memory=11572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76351/stat : 76351 (fscip) S 76315 76318 70728 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76352] ppid=76315 vsize=9221188 memory=13992 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76352/stat : 76352 (fscip) S 76315 76318 70728 0 -1 1077936192 106 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76353] ppid=76315 vsize=9221188 memory=6847236 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76353/stat : 76353 (fscip) S 76315 76318 70728 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76354] ppid=76315 vsize=9221188 memory=6846756 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76354/stat : 76354 (fscip) S 76315 76318 70728 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76355] ppid=76315 vsize=9221188 memory=5515184 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76355/stat : 76355 (fscip) S 76315 76318 70728 0 -1 1077936192 108 0 0 0 1 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76356] ppid=76315 vsize=9221188 memory=11572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76356/stat : 76356 (fscip) S 76315 76318 70728 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76357] ppid=76315 vsize=9221188 memory=6850176 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76357/stat : 76357 (fscip) S 76315 76318 70728 0 -1 1077936192 107 0 0 0 1 1 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76358] ppid=76315 vsize=9221188 memory=2696 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76358/stat : 76358 (fscip) S 76315 76318 70728 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76359] ppid=76315 vsize=9221188 memory=11572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76359/stat : 76359 (fscip) S 76315 76318 70728 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 12395071 9442496512 1713105 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
Current children cumulated CPU time: 71038 s
Current children cumulated vsize: 9221188 KiB
Current children cumulated memory: 6852420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.9 s]
/proc/loadavg: 80.65 80.47 80.41 81/1021 78906
/proc/meminfo: memFree=760843480/790760800 swapFree=131071996/131071996
[pid=76318] ppid=76315 vsize=9254708 memory=6904772 CPUtime=72000.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/stat : 76318 (fscip) S 76315 76318 70728 0 -1 1077936128 30123087 0 0 0 7178250 21838 0 0 20 0 41 0 12395057 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
/proc/76318/statm: 2313677 1726193 3302 3035 0 2142294 0
[pid=76318/tid=76320] ppid=76315 vsize=9254708 memory=655772786775146 CPUtime=3601.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76320/stat : 76320 (fscip) R 76315 76318 70728 0 -1 4194368 2516739 0 0 0 359920 275 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76321] ppid=76315 vsize=9254708 memory=6837280 CPUtime=3602.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76321/stat : 76321 (fscip) R 76315 76318 70728 0 -1 4194368 1646308 0 0 0 360029 258 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76322] ppid=76315 vsize=9254708 memory=280476267136192 CPUtime=3602.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76322/stat : 76322 (fscip) R 76315 76318 70728 0 -1 4194368 205498 0 0 0 357170 3127 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76323] ppid=76315 vsize=9254708 memory=11822120823029796 CPUtime=3588.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76323/stat : 76323 (fscip) R 76315 76318 70728 0 -1 4194368 2175764 0 0 0 358602 239 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76324] ppid=76315 vsize=9254708 memory=0 CPUtime=3603.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76324/stat : 76324 (fscip) R 76315 76318 70728 0 -1 4194368 1642436 0 0 0 360108 254 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76325] ppid=76315 vsize=9254708 memory=5809940 CPUtime=3601.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76325/stat : 76325 (fscip) R 76315 76318 70728 0 -1 4194368 202875 0 0 0 357245 2935 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76326] ppid=76315 vsize=9254708 memory=25333125866717268 CPUtime=3598.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76326/stat : 76326 (fscip) R 76315 76318 70728 0 -1 4194368 2792341 0 0 0 359551 305 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76327] ppid=76315 vsize=9254708 memory=280476263326352 CPUtime=3601.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76327/stat : 76327 (fscip) R 76315 76318 70728 0 -1 4194368 1738452 0 0 0 359897 265 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76328] ppid=76315 vsize=9254708 memory=6988 CPUtime=3601.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76328/stat : 76328 (fscip) R 76315 76318 70728 0 -1 4194368 210222 0 0 0 356924 3197 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76329] ppid=76315 vsize=9254708 memory=1968 CPUtime=3600.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76329/stat : 76329 (fscip) R 76315 76318 70728 0 -1 4194368 2383401 0 0 0 359810 260 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76330] ppid=76315 vsize=9254708 memory=6096 CPUtime=3600.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76330/stat : 76330 (fscip) R 76315 76318 70728 0 -1 4194368 1499813 0 0 0 359752 250 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76331] ppid=76315 vsize=9254708 memory=280476263015488 CPUtime=3603.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76331/stat : 76331 (fscip) R 76315 76318 70728 0 -1 4194368 207107 0 0 0 357282 3102 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76332] ppid=76315 vsize=9254708 memory=6832 CPUtime=3592.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76332/stat : 76332 (fscip) R 76315 76318 70728 0 -1 4194368 2463510 0 0 0 359021 250 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76333] ppid=76315 vsize=9254708 memory=280476267399392 CPUtime=3602.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76333/stat : 76333 (fscip) R 76315 76318 70728 0 -1 4194368 1683112 0 0 0 359966 257 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76334] ppid=76315 vsize=9254708 memory=54204 CPUtime=3597.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76334/stat : 76334 (fscip) R 76315 76318 70728 0 -1 4194368 205073 0 0 0 356875 2902 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76335] ppid=76315 vsize=9254708 memory=2212 CPUtime=3604.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76335/stat : 76335 (fscip) R 76315 76318 70728 0 -1 4194368 2520493 0 0 0 360188 282 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76336] ppid=76315 vsize=9254708 memory=11572 CPUtime=3597.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76336/stat : 76336 (fscip) R 76315 76318 70728 0 -1 4194368 1955225 0 0 0 359497 277 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76337] ppid=76315 vsize=9254708 memory=280476264564480 CPUtime=3600.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76337/stat : 76337 (fscip) R 76315 76318 70728 0 -1 4194368 207809 0 0 0 357146 2857 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76338] ppid=76315 vsize=9254708 memory=0 CPUtime=3594.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76338/stat : 76338 (fscip) R 76315 76318 70728 0 -1 4194368 2031741 0 0 0 359243 228 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76339] ppid=76315 vsize=9254708 memory=280476265001136 CPUtime=3601.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76339/stat : 76339 (fscip) R 76315 76318 70728 0 -1 4194368 1825185 0 0 0 359865 265 0 0 20 0 41 0 12395061 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76340] ppid=76315 vsize=9254708 memory=11500 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76340/stat : 76340 (fscip) S 76315 76318 70728 0 -1 1077936192 55 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76341] ppid=76315 vsize=9254708 memory=19 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76341/stat : 76341 (fscip) S 76315 76318 70728 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76342] ppid=76315 vsize=9254708 memory=7 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76342/stat : 76342 (fscip) S 76315 76318 70728 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76343] ppid=76315 vsize=9254708 memory=132 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76343/stat : 76343 (fscip) S 76315 76318 70728 0 -1 1077936192 107 0 0 0 1 1 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76344] ppid=76315 vsize=9254708 memory=-8343689718790655381 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76344/stat : 76344 (fscip) S 76315 76318 70728 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76345] ppid=76315 vsize=9254708 memory=6903740 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76345/stat : 76345 (fscip) S 76315 76318 70728 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76346] ppid=76315 vsize=9254708 memory=25333125866717268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76346/stat : 76346 (fscip) S 76315 76318 70728 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76347] ppid=76315 vsize=9254708 memory=280476264514368 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76347/stat : 76347 (fscip) S 76315 76318 70728 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76348] ppid=76315 vsize=9254708 memory=4639927319549395040 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76348/stat : 76348 (fscip) S 76315 76318 70728 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76349] ppid=76315 vsize=9254708 memory=6096 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76349/stat : 76349 (fscip) S 76315 76318 70728 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76350] ppid=76315 vsize=9254708 memory=1968 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76350/stat : 76350 (fscip) S 76315 76318 70728 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76351] ppid=76315 vsize=9254708 memory=280476264202944 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76351/stat : 76351 (fscip) S 76315 76318 70728 0 -1 1077936192 106 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76352] ppid=76315 vsize=9254708 memory=6871596 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76352/stat : 76352 (fscip) S 76315 76318 70728 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76353] ppid=76315 vsize=9254708 memory=280476265954944 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76353/stat : 76353 (fscip) S 76315 76318 70728 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76354] ppid=76315 vsize=9254708 memory=6874516 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76354/stat : 76354 (fscip) S 76315 76318 70728 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76355] ppid=76315 vsize=9254708 memory=6831432 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76355/stat : 76355 (fscip) S 76315 76318 70728 0 -1 1077936192 110 0 0 0 1 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76356] ppid=76315 vsize=9254708 memory=6850176 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76356/stat : 76356 (fscip) S 76315 76318 70728 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76357] ppid=76315 vsize=9254708 memory=8386028099886986034 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76357/stat : 76357 (fscip) S 76315 76318 70728 0 -1 1077936192 109 0 0 0 1 1 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76358] ppid=76315 vsize=9254708 memory=7308332102220409448 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76358/stat : 76358 (fscip) S 76315 76318 70728 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
[pid=76318/tid=76359] ppid=76315 vsize=9254708 memory=6894340 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/76318/task/76359/stat : 76359 (fscip) S 76315 76318 70728 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 12395071 9476820992 1726193 809668444160 4194304 16623229 140729538847920 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 53514240 140729538851850 140729538851968 140729538851968 140729538858992 0
Current children cumulated CPU time: 72000.9 s
Current children cumulated vsize: 9254708 KiB
Current children cumulated memory: 6904772 KiB

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

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

# cumulated CPU time of all completed processes:  user=71782.7 s, system=218.594 s

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

[startup+3631.01 s]*
/proc/loadavg: 80.65 80.47 80.41 63/982 78906
/proc/meminfo: memFree=764194664/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3631.12 s]
/proc/loadavg: 80.65 80.47 80.41 63/982 78906
/proc/meminfo: memFree=764194664/790760800 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): 3631.12
CPU time (s): 72001.3
CPU user time (s): 71782.7
CPU system time (s): 218.594
CPU usage (%): 1982.89
Max. virtual memory (cumulated for all children) (KiB): 9254708
Max. memory (cumulated for all children) (KiB): 6904772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71782.7
system time used= 218.594
maximum resident set size= 6904772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30123098
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= 516535
involuntary context switches= 315338


# summary of solver processes directly reported to runsolver:
#   pid: 76318
#   total CPU time (s): 72001.3
#   total CPU user time (s): 71782.7
#   total CPU system time (s): 218.594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.601 second user time and 78.9116 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 22:35:56
IDJOB=4466013
IDBENCH=148554
IDSOLVER=3094
FILE ID=nodeD104/4466013-1722458156
RUNJOBID= nodeD104-1722454516-70740
SLURM_JOB_ID= 8254240
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_2.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-4466013-1722458156/watcher-4466013-1722458156 -o /tmp/evaluation-result-4466013-1722458156/solver-4466013-1722458156 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70740 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4466013-1722458156.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= a8db507b9a19068579e2e54aa556294a
RANDOM SEED=583548463

nodeD104.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		: 3012.589
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		: 3051.551
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	: 5006.76
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		: 3164.818
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	: 5013.48
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		: 3089.447
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.76
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		: 3183.672
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		: 2904.490
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	: 5006.76
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		: 3496.256
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	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3057.164
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.76
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		: 3159.598
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		: 3061.629
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	: 5006.76
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		: 3410.446
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	: 5013.48
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		: 3069.696
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.76
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		: 2947.729
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		: 3057.662
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	: 5006.76
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		: 2930.696
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	: 5013.48
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		: 3037.299
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.76
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		: 3183.653
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		: 2988.265
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	: 5006.76
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		: 2010.767
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	: 5013.48
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		: 3069.900
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.76
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		: 3039.431
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		: 2900.054
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	: 5006.76
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		: 1809.386
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	: 5013.48
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		: 3067.857
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.76
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		: 3183.679
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		: 2821.840
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	: 5006.76
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		: 1863.306
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	: 5013.48
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		: 2822.196
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.76
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		: 3038.420
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		: 2902.460
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	: 5006.76
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		: 2601.508
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	: 5013.48
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		: 3091.385
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.76
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		: 3088.483
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		: 3061.461
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	: 5006.76
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		: 2600.109
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	: 5013.48
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		: 3091.383
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.76
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		: 2951.666
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		: 3061.455
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	: 5006.76
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		: 2601.052
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	: 5013.48
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		: 3091.382
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.76
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		: 3052.933
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		: 2885.539
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	: 5006.76
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		: 2588.269
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	: 5013.48
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		: 3091.381
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.76
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		: 3045.328
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		: 2908.915
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	: 5006.76
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		: 2628.257
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	: 5013.48
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		: 3056.204
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.76
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		: 3020.362
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		: 3061.450
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	: 5006.76
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		: 2292.588
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	: 5013.48
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		: 3073.671
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.76
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		: 3183.586
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		: 3061.449
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	: 5006.76
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		: 2624.059
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	: 5013.48
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		: 3045.684
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.76
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		: 3183.681
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		: 3061.475
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	: 5006.76
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		: 2193.785
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	: 5013.48
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		: 3073.650
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.76
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		: 3130.219
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		: 2897.647
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	: 5006.76
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		: 2659.465
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	: 5013.48
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		: 3091.381
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.76
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		: 3183.687
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		: 2986.928
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	: 5006.76
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		: 2639.208
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	: 5013.48
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		: 3091.379
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.76
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		: 3059.185
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		: 3061.474
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	: 5006.76
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		: 2654.436
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	: 5013.48
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		: 3081.872
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.76
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		: 3180.028
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		: 3059.184
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	: 5006.76
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		: 2655.127
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	: 5013.48
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		: 3049.942
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.76
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		: 3183.687
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		: 3048.260
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	: 5006.76
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		: 3653.642
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	: 5013.48
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		: 3091.379
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        759474156 kB
MemAvailable:   758447332 kB
Buffers:          163012 kB
Cached:          2166320 kB
SwapCached:            0 kB
Active:           320948 kB
Inactive:       28528724 kB
Active(anon):       2212 kB
Inactive(anon): 26540652 kB
Active(file):     318736 kB
Inactive(file):  1988072 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28540 kB
Writeback:             0 kB
AnonPages:      26520012 kB
Mapped:           125668 kB
Shmem:             22536 kB
KReclaimable:     172164 kB
Slab:             515280 kB
SReclaimable:     172164 kB
SUnreclaim:       343116 kB
KernelStack:       16864 kB
PageTables:        64988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    9053284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           190464 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 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:      483328 kB
DirectMap2M:    39860224 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-07-31 23:36:28