Trace number 4465182

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) 72002.2 3630.36

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUM9e6692c80f11b0068f23fe5849cf8b25
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23916
Best CPU time to get the best result obtained on this benchmark3441.35
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 32153600, getVmSize() = 32153600, SCIPgetMemUsed() = 7349443, SCIPgetMemTotal() = 10231795, SCIPgetMemExternEstim() = 5187808
0.00/0.01	c ** set memory limit for presolving in LC to 8.79599e+12 for SCIP **
0.00/0.09	c ** Estimated virtualMemUsedAtSolver = 21791630, getVmSize() = 43364352, SCIPgetMemUsed() = 10243273, SCIPgetMemTotal() = 19938585, SCIPgetMemExternEstim() = 5187808
0.00/0.09	c ** set memory limit for solvers to 4.18855e+11 for each SCIP **
0.00/0.09	c Original Problem   :
0.00/0.09	c   Problem name     : instance-4465182-1722446053
0.00/0.09	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.09	c   Constraints      : 4476
0.00/0.09	c   Objective sense  : minimize
0.00/0.09	c Presolved Problem  :
0.00/0.09	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.09	c   Constraints      : 4476
0.00/0.09	c Constraints        : Number
0.00/0.09	c   knapsack         : 1734 
0.00/0.09	c   setppc           : 840 
0.00/0.09	c   logicor          : 1902 
0.00/0.09	c ** Instance transfer method used: 0
0.00/0.10	c ** ParaScipInstance copy does not increase the number of variables. **
0.11/0.23	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.23/0.23	c                                Nodes    Active                                            
0.23/0.23	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3.42/0.47	c *       0              0           1        20       29035.0000                -          -
3.42/0.48	c *       0              0           1        20       28901.0000                -          -
24.35/1.57	c *       2            568          60        20       28471.0000           0.0000          -
36.93/2.13	c *       2            568          60        20       27961.0000           0.0000          -
52.17/2.96	c *       3           2545          66        20       27819.0000           0.0000          -
66.11/3.64	c *       4           3607         100        20       27543.0000           0.0000          -
70.02/3.86	c *       4           3607         100        20       27060.0000           0.0000          -
70.02/3.87	c *       4           3607         100        20       26697.0000           0.0000          -
94.40/5.03	c         5              2           1        20       26697.0000       17422.0000     53.24%
97.78/5.27	c *       5              2           1        20       26684.0000       17422.0000     53.16%
103.73/5.58	c *       6              2           1        20       26587.0000       17422.0000     52.61%
105.70/5.67	c *       6              2           1        20       26471.0000       17422.0000     51.94%
163.23/8.50	c *       8              4           3        20       26147.0000       17422.0000     50.08%
193.75/10.10	c        10              6           5        20       26147.0000       17422.0000     50.08%
235.34/12.17	c *      12              5           6        20       24996.0000       17422.0000     43.47%
296.25/15.21	c        15              5           6        20       24996.0000       17422.0000     43.47%
395.53/20.24	c        20              6           5        20       24996.0000       17422.0000     43.47%
496.78/25.38	c        25             12           9        20       24996.0000       17422.0000     43.47%
597.96/30.44	c        30            172         131        20       24996.0000       17422.0000     43.47%
699.21/35.56	c        36            267         200        20       24996.0000       17422.0000     43.47%
800.34/40.61	c        41            182         133        20       24996.0000       17422.0000     43.47%
899.60/45.66	c        46            149         124        20       24996.0000       17422.0000     43.47%
998.78/50.67	c        51            219         166        20       24996.0000       17422.0000     43.47%
1100.05/55.73	c        56            339         300        20       24996.0000       17422.4270     43.47%
1199.23/60.77	c        61            366         327        20       24996.0000       17422.4270     43.47%
1300.42/65.82	c        66            407         368        20       24996.0000       17422.6032     43.47%
1399.71/70.86	c        71            445         406        20       24996.0000       17422.6032     43.47%
1500.98/75.93	c        76            496         455        20       24996.0000       17422.6032     43.47%
1600.26/80.98	c        81            535         490        20       24996.0000       17422.6032     43.47%
1699.55/86.02	c        86            499         452        20       24996.0000       17423.6522     43.46%
1801.47/91.07	c        91            699         628        20       24996.0000       17433.4667     43.38%
1900.69/96.09	c        96            756         675        20       24996.0000       17441.1111     43.32%
1999.86/101.12	c       101            795         714        20       24996.0000       17441.1111     43.32%
2101.12/106.14	c       106            842         759        20       24996.0000       17465.0000     43.12%
2201.77/111.20	c       111            913         820        20       24996.0000       17465.0000     43.12%
2301.03/116.22	c       116            944         849        20       24996.0000       17477.0000     43.02%
2402.25/121.31	c       121            990         895        20       24996.0000       17480.1905     43.00%
2501.44/126.36	c       126           1059         948        20       24996.0000       17480.2353     43.00%
2600.72/131.39	c       131           1128         986        20       24996.0000       17481.2000     42.99%
2701.96/136.46	c       136           1180           0        20       24996.0000       17481.2000     42.99%
2801.22/141.48	c       141           1182           2        20       24996.0000       17481.2000     42.99%
2902.38/146.56	c       147           1189           9        20       24996.0000       17481.2000     42.99%
3001.62/151.58	c       152           1212          32        20       24996.0000       17481.2000     42.99%
3102.84/156.66	c       157           1260          80        20       24996.0000       17481.2000     42.99%
3204.01/161.71	c       162           1381         327        20       24996.0000       17496.7097     42.86%
3303.24/166.73	c       167           1425         371        20       24996.0000       17503.3616     42.81%
3404.49/171.81	c       172           1474         418        20       24996.0000       17554.9462     42.39%
3503.69/176.86	c       177           1515         459        20       24996.0000       17554.9462     42.39%
3602.81/181.89	c       182           1574         518        20       24996.0000       17554.9462     42.39%
3703.83/186.90	c       187           1614         558        20       24996.0000       17555.7564     42.38%
3803.06/192.00	c       192           1652         596        20       24996.0000       17584.1935     42.15%
3902.24/197.01	c       197           1696         640        20       24996.0000       17593.3528     42.08%
4004.16/202.04	c       202           1759         701        20       24996.0000       17655.6825     41.57%
4105.42/207.18	c       207           1815         755        20       24996.0000       17655.6825     41.57%
4205.87/212.24	c       212           1851         791        20       24996.0000       17655.6825     41.57%
4307.11/217.30	c       217           1905         845        20       24996.0000       17656.5429     41.57%
4406.35/222.34	c       222           1966         906        20       24996.0000       17656.5429     41.57%
4505.59/227.35	c       227           2005         945        20       24996.0000       17671.0327     41.45%
4604.81/232.36	c       232           2055         991        20       24996.0000       17688.9733     41.31%
4706.04/237.41	c       237           2104        1038        20       24996.0000       17706.9722     41.16%
4805.29/242.46	c       242           2159        1093        20       24996.0000       17706.9722     41.16%
4906.47/247.51	c       248           2237        1167        20       24996.0000       17706.9722     41.16%
5005.69/252.57	c       253           2294        1224        20       24996.0000       17706.9722     41.16%
5106.93/257.61	c       258           2362        1292        20       24996.0000       17706.9722     41.16%
5206.13/262.65	c       263           2403        1333        20       24996.0000       17717.7943     41.08%
5307.30/267.70	c       268           2470        1400        20       24996.0000       17784.9868     40.55%
5406.55/272.73	c       273           2524        1454        20       24996.0000       17806.6520     40.37%
5505.78/277.74	c       278           2586        1516        20       24996.0000       17843.5724     40.08%
5604.98/282.75	c       283           2655        1585        20       24996.0000       17858.8808     39.96%
5704.20/287.77	c       288           2745        1675        20       24996.0000       17909.4029     39.57%
5803.43/292.79	c       293           2845        1773        20       24996.0000       17964.1806     39.14%
5904.68/297.87	c       298           2915        1841        20       24996.0000       17977.1090     39.04%
6005.87/302.92	c       303           3000        1924        20       24996.0000       17979.0485     39.03%
6105.11/307.95	c       308           3050        1974        20       24996.0000       17979.0485     39.03%
6204.34/313.02	c       313           3116        2036        20       24996.0000       17979.0485     39.03%
6306.35/318.04	c       318           3173        2093        20       24996.0000       17979.0485     39.03%
6405.38/323.08	c       323           3242        2160        20       24996.0000       17979.0485     39.03%
6504.58/328.09	c       328           3335        2251        20       24996.0000       17979.1572     39.03%
6605.79/333.14	c       333           3398        2312        20       24996.0000       17983.7887     38.99%
6705.29/338.18	c       338           3483        2389        20       24996.0000       17983.7887     38.99%
6805.62/343.24	c       343           3561        2463        20       24996.0000       17983.7887     38.99%
6904.86/348.29	c       348           3658        2558        20       24996.0000       17983.7887     38.99%
7006.04/353.31	c       353           3715        2613        20       24996.0000       17983.7887     38.99%
7105.20/358.36	c       358           3815        2709        20       24996.0000       18003.0806     38.84%
7206.41/363.41	c       363           3895        2787        20       24996.0000       18041.6662     38.55%
7307.64/368.55	c       369           3965        2855        20       24996.0000       18056.0408     38.44%
7408.87/373.61	c       374           4053        2937        20       24996.0000       18069.8182     38.33%
7508.11/378.63	c       379           4135        3017        20       24996.0000       18082.5384     38.23%
7609.27/383.71	c       384           4229        3107        20       24996.0000       18082.5384     38.23%
7708.51/388.78	c       389           4319        3191        20       24996.0000       18082.5384     38.23%
7809.67/393.81	c       394           4388        3254        20       24996.0000       18082.5384     38.23%
7908.83/398.83	c       399           4488        3346        20       24996.0000       18082.5384     38.23%
8007.99/403.86	c       404           4559        3417        20       24996.0000       18082.5384     38.23%
8109.21/408.97	c       409           4635        3491        20       24996.0000       18092.6469     38.16%
8208.44/413.97	c       414           4715        3565        20       24996.0000       18114.7784     37.99%
8307.69/419.00	c       419           4795        3645        20       24996.0000       18124.1851     37.92%
8406.91/424.01	c       424           4859        3701        20       24996.0000       18125.1786     37.91%
8508.74/429.10	c       429           4941        3781        20       24996.0000       18125.1786     37.91%
8609.76/434.13	c       434           5053        3887        20       24996.0000       18125.1786     37.91%
8710.39/439.22	c       439           5138        3972        20       24996.0000       18125.1786     37.91%
8809.59/444.27	c       444           5210        4044        20       24996.0000       18125.1786     37.91%
8910.82/449.38	c       449           5305        4131        20       24996.0000       18126.5400     37.90%
9012.09/454.43	c       454           5385        4211        20       24996.0000       18134.1111     37.84%
9111.22/459.49	c       460           5498        4314        20       24996.0000       18137.2632     37.82%
9212.44/464.54	c       465           5595        4405        20       24996.0000       18144.9822     37.76%
9311.66/469.59	c       470           5695        4503        20       24996.0000       18156.8447     37.67%
9412.71/474.64	c       475           5769        4571        20       24996.0000       18162.9405     37.62%
9511.87/479.66	c       480           5869        4659        20       24996.0000       18162.9405     37.62%
9613.08/484.74	c       485           5952        4730        20       24996.0000       18172.4237     37.55%
9712.28/489.79	c       490           6039        4807        20       24996.0000       18182.7261     37.47%
9813.45/494.84	c       495           6114        4880        20       24996.0000       18182.7261     37.47%
9912.61/499.90	c       500           6190        4950        20       24996.0000       18182.7261     37.47%
10013.78/504.91	c       505           6293        5049        20       24996.0000       18182.7261     37.47%
10112.97/509.99	c       510           6903        4920        20       24996.0000       18182.8250     37.47%
10212.15/515.00	c       515           6963        4978        20       24996.0000       18185.7441     37.45%
10314.00/520.09	c       520           7045        5055        20       24996.0000       18185.7441     37.45%
10415.19/525.15	c       525           7148        5142        20       24996.0000       18185.7441     37.45%
10514.38/530.18	c       530           7250        5234        20       24996.0000       18185.7441     37.45%
10614.81/535.20	c       535           7333        5305        20       24996.0000       18189.1801     37.42%
10713.98/540.21	c       540           7420        5382        20       24996.0000       18191.3077     37.41%
10813.17/545.21	c       545           7533        5483        20       24996.0000       18197.9314     37.36%
10912.36/550.24	c       550           7621        5553        20       24996.0000       18197.9314     37.36%
11011.55/555.27	c       555           7743        5657        20       24996.0000       18198.9344     37.35%
11110.74/560.29	c       560           7867        5753        20       24996.0000       18198.9344     37.35%
11211.93/565.35	c       565           7318        5978        20       24996.0000       18203.5694     37.31%
11313.00/570.42	c       570           8066        5934        20       24996.0000       18212.9777     37.24%
11414.15/575.52	c       576           8165        6025        20       24996.0000       18212.9777     37.24%
11513.37/580.53	c       581           7592        6232        20       24996.0000       18217.5152     37.21%
11614.49/585.61	c       586           7692        6330        20       24996.0000       18217.5152     37.21%
11713.49/590.66	c       591           8493        6287        20       24996.0000       18228.9188     37.12%
11814.68/595.72	c       596           8563        6355        20       24996.0000       18240.7296     37.03%
11915.89/600.87	c       601           8668        6446        20       24996.0000       18253.0581     36.94%
12015.06/605.88	c       606           8753        6527        20       24996.0000       18258.5827     36.90%
12116.21/610.92	c       611           8872        6626        20       24996.0000       18259.5255     36.89%
12218.05/616.07	c       616           8976        6718        20       24996.0000       18259.5255     36.89%
12317.31/621.12	c       621           8365        6913        20       24996.0000       18267.4231     36.83%
12418.36/626.16	c       626           8434        6980        20       24996.0000       18268.7500     36.82%
12518.85/631.23	c       631           8515        7059        20       24996.0000       18268.7500     36.82%
12618.06/636.23	c       636           9364        7055        20       24996.0000       18279.5000     36.74%
12719.25/641.32	c       641           9437        7120        20       24996.0000       18282.1392     36.72%
12818.47/646.37	c       646           9531        7202        20       24996.0000       18282.1392     36.72%
12919.65/651.42	c       651           9613        7274        20       24996.0000       18289.2500     36.67%
13018.78/656.46	c       656           9703        7346        20       24996.0000       18293.2143     36.64%
13117.63/661.48	c       661           9773        7412        20       24996.0000       18302.5000     36.57%
13218.85/666.57	c       667           9873        7490        20       24996.0000       18305.0000     36.55%
13320.02/671.62	c       672           9946        7557        20       24996.0000       18308.7623     36.52%
13419.03/676.66	c       677          10066        7649        20       24996.0000       18310.4759     36.51%
13518.23/681.69	c       682          10153        7728        20       24996.0000       18312.6617     36.50%
13619.36/686.74	c       687          10243        7802        20       24996.0000       18317.6000     36.46%
13720.54/691.82	c       692          10363        7904        20       24996.0000       18321.6644     36.43%
13819.70/696.83	c       697          10451        7980        20       24996.0000       18322.5000     36.42%
13918.85/701.85	c       702          10591        8078        20       24996.0000       18325.8333     36.40%
14018.07/706.89	c       707          10714        8171        20       24996.0000       18326.8889     36.39%
14119.21/711.96	c       712          10825        8258        20       24996.0000       18327.7854     36.38%
14221.04/717.07	c       717          10942        8347        20       24996.0000       18328.4347     36.38%
14320.21/722.10	c       722          10365        8688        20       24996.0000       18329.5020     36.37%
14421.34/727.17	c       727          10459        8766        20       24996.0000       18335.2327     36.33%
14520.27/732.18	c       732          10564        8861        20       24996.0000       18335.2327     36.33%
14619.64/737.19	c       737          10663        8956        20       24996.0000       18335.2327     36.33%
14722.20/742.33	c       742          10744        9023        20       24996.0000       18335.2327     36.33%
14821.43/747.35	c       747          11681        8891        20       24996.0000       18337.1429     36.31%
14920.64/752.38	c       752          11784        8974        20       24996.0000       18338.5000     36.30%
15021.83/757.47	c       757          11868        9034        20       24996.0000       18338.5000     36.30%
15121.04/762.48	c       762          12012        9140        20       24996.0000       18342.7606     36.27%
15222.17/767.54	c       768          12108        9226        20       24996.0000       18343.4903     36.27%
15323.38/772.63	c       773          12233        9313        20       24996.0000       18346.1332     36.25%
15422.55/777.64	c       778          12363        9411        20       24996.0000       18348.0000     36.23%
15521.63/782.67	c       783          12472        9504        20       24996.0000       18348.0000     36.23%
15622.74/787.78	c       788          11715        9880        20       24996.0000       18348.8702     36.23%
15723.95/792.82	c       793          11795        9960        20       24996.0000       18350.0000     36.22%
15823.14/797.85	c       798          11915       10049        20       24996.0000       18358.3818     36.16%
15924.21/802.93	c       803          12009       10129        20       24996.0000       18363.6364     36.12%
16023.43/807.98	c       808          12135       10239        20       24996.0000       18364.7661     36.11%
16029.37/808.29	c *     808          12135       10239        20       24974.0000       18364.7661     35.99%
16124.81/813.06	c       813          12254       10327        20       24974.0000       18364.7661     35.99%
16226.04/818.17	c       818          11787        9853        20       24974.0000       18365.4400     35.98%
16326.40/823.25	c       823          11877        9941        20       24974.0000       18372.3483     35.93%
16427.46/828.33	c       828          11987       10025        20       24974.0000       18374.3544     35.92%
16528.55/833.47	c       833          12077       10099        20       24974.0000       18375.0192     35.91%
16629.53/838.51	c       839          12177       10191        20       24974.0000       18390.1190     35.80%
16728.48/843.53	c       844          12312       10294        20       24974.0000       18390.1190     35.80%
16827.68/848.58	c       849          12396       10360        20       24974.0000       18392.5899     35.78%
16928.90/853.66	c       854          12514       10456        20       24974.0000       18394.3713     35.77%
17030.09/858.71	c       859          12627       10551        20       24974.0000       18400.8130     35.72%
17129.30/863.78	c       864          12727       10645        20       24974.0000       18409.2216     35.66%
17230.35/868.80	c       869          12818       10718        20       24974.0000       18409.4222     35.66%
17329.57/873.86	c       874          12931       10823        20       24974.0000       18411.4758     35.64%
17430.64/878.91	c       879          13013       10901        20       24974.0000       18411.4758     35.64%
17529.88/883.94	c       884          13135       11009        20       24974.0000       18411.4758     35.64%
17629.08/889.01	c       889          13287       11132        20       24974.0000       18411.8904     35.64%
17731.09/894.06	c       894          13397       11232        20       24974.0000       18415.2240     35.62%
17830.25/899.11	c       899          13490       11319        20       24974.0000       18419.7119     35.58%
17931.27/904.15	c       904          13635       11430        20       24974.0000       18419.7119     35.58%
18031.78/909.21	c       909          13767       11532        20       24974.0000       18419.7119     35.58%
18131.03/914.26	c       914          13877       11616        20       24974.0000       18421.2212     35.57%
18232.10/919.31	c       919          13988       11697        20       24974.0000       18421.8214     35.57%
18331.33/924.35	c       924          14100       11795        20       24974.0000       18422.6703     35.56%
18432.39/929.41	c       929          14635       12344        20       24974.0000       18424.3370     35.55%
18531.59/934.42	c       934          14738       12435        20       24974.0000       18425.9329     35.54%
18630.64/939.44	c       939          14835       12502        20       24974.0000       18432.2044     35.49%
18729.93/944.48	c       944          14487       12142        20       24974.0000       18434.6686     35.47%
18829.02/949.48	c       949          14600       12233        20       24974.0000       18436.8305     35.46%
18930.25/954.58	c       955          14717       12322        20       24974.0000       18437.2941     35.45%
19031.26/959.64	c       960          14837       12418        20       24974.0000       18437.4023     35.45%
19132.49/964.77	c       965          14952       12513        20       24974.0000       18442.8026     35.41%
19233.62/969.83	c       970          15047       12586        20       24974.0000       18442.9197     35.41%
19332.79/974.87	c       975          15137       12674        20       24974.0000       18448.7491     35.37%
19433.97/979.92	c       980          15257       12774        20       24974.0000       18450.8482     35.35%
19533.20/984.95	c       985          15371       12866        20       24974.0000       18450.8482     35.35%
19632.39/990.02	c       990          15493       12966        20       24974.0000       18455.5370     35.32%
19734.16/995.05	c       995          15620       13071        20       24974.0000       18455.5370     35.32%
19833.34/1000.12	c      1000          15754       13177        20       24974.0000       18455.8993     35.32%
19934.62/1005.17	c      1005          15879       13280        20       24974.0000       18455.8993     35.32%
20035.10/1010.22	c      1010          15967       13358        20       24974.0000       18460.4632     35.28%
20134.33/1015.25	c      1015          16048       13433        20       24974.0000       18461.9167     35.27%
20235.32/1020.32	c      1020          16149       13516        20       24974.0000       18465.6258     35.25%
20334.55/1025.37	c      1025          16291       13616        20       24974.0000       18465.6258     35.25%
20433.76/1030.39	c      1030          16423       13718        20       24974.0000       18465.6258     35.25%
20535.05/1035.43	c      1035          16536       13813        20       24974.0000       18467.2385     35.23%
20634.20/1040.48	c      1040          16645       13910        20       24974.0000       18467.2385     35.23%
20733.32/1045.48	c      1045          16731       13980        20       24974.0000       18467.2385     35.23%
20836.49/1050.62	c      1051          16887       14094        20       24974.0000       18468.7838     35.22%
20935.73/1055.67	c      1056          16977       14178        20       24974.0000       18473.7000     35.19%
21036.91/1060.73	c      1061          17077       14272        20       24974.0000       18481.5276     35.13%
21136.14/1065.76	c      1066          17187       14360        20       24974.0000       18483.1713     35.12%
21237.34/1070.80	c      1071          17287       14450        20       24974.0000       18488.4408     35.08%
21336.45/1075.85	c      1076          17376       14523        20       24974.0000       18488.9977     35.07%
21437.44/1080.90	c      1081          17508       14629        20       24974.0000       18488.9977     35.07%
21536.63/1085.98	c      1086          17638       14735        20       24974.0000       18489.5455     35.07%
21635.47/1091.03	c      1091          17746       14815        20       24974.0000       18492.9010     35.05%
21737.28/1096.07	c      1096          17887       14936        20       24974.0000       18498.8333     35.00%
21836.32/1101.13	c      1101          17987       15028        20       24974.0000       18500.8000     34.99%
21937.66/1106.16	c      1106          18127       15136        20       24974.0000       18502.4196     34.98%
22038.02/1111.20	c      1111          18214       15217        20       24974.0000       18504.9805     34.96%
22137.10/1116.29	c      1116          18322       15305        20       24974.0000       18504.9805     34.96%
22238.29/1121.32	c      1121          18472       15421        20       24974.0000       18504.9805     34.96%
22337.52/1126.37	c      1126          18588       15515        20       24974.0000       18504.9805     34.96%
22349.44/1126.95	c *    1127          18588       15515        20       24938.0000       18504.9805     34.76%
22442.24/1131.62	c      1132          18725       15581        20       24938.0000       18505.6667     34.76%
22541.42/1136.64	c      1137          18817       15655        20       24938.0000       18505.6667     34.76%
22640.49/1141.67	c      1142          18968       15764        20       24938.0000       18505.9670     34.76%
22741.65/1146.72	c      1147          19097       15859        20       24938.0000       18506.7726     34.75%
22840.82/1151.78	c      1152          18849       15259        20       24938.0000       18514.0543     34.70%
22942.03/1156.83	c      1157          18969       15339        20       24938.0000       18519.8588     34.66%
23041.24/1161.88	c      1162          19112       15443        20       24938.0000       18519.8588     34.66%
23142.45/1166.93	c      1167          19229       15550        20       24938.0000       18524.9039     34.62%
23241.67/1171.96	c      1172          19320       15627        20       24938.0000       18530.1690     34.58%
23340.90/1177.01	c      1177          19462       15745        20       24938.0000       18533.4962     34.56%
23442.90/1182.09	c      1182          19586       15847        20       24938.0000       18535.0214     34.55%
23543.94/1187.14	c      1187          19699       15928        20       24938.0000       18535.6682     34.54%
23643.18/1192.19	c      1192          19813       16006        20       24938.0000       18535.6682     34.54%
23743.69/1197.23	c      1197          19938       16097        20       24938.0000       18541.5590     34.50%
23844.72/1202.30	c      1202          20035       16184        20       24938.0000       18543.6213     34.48%
23943.94/1207.34	c      1207          20209       16308        20       24938.0000       18548.0000     34.45%
24043.14/1212.39	c      1212          20319       16392        20       24938.0000       18550.7480     34.43%
24144.38/1217.43	c      1217          20399       16468        20       24938.0000       18556.8747     34.39%
24245.57/1222.50	c      1223          20501       16560        20       24938.0000       18558.2992     34.38%
24344.73/1227.52	c      1228          20629       16676        20       24938.0000       18563.0109     34.34%
24443.86/1232.55	c      1233          20739       16772        20       24938.0000       18568.2391     34.30%
24545.04/1237.65	c      1238          20899       16862        20       24938.0000       18568.8093     34.30%
24644.21/1242.66	c      1243          21029       16954        20       24938.0000       18571.0245     34.28%
24743.21/1247.69	c      1248          21109       17030        20       24938.0000       18577.8195     34.24%
24844.40/1252.74	c      1253          21220       17123        20       24938.0000       18578.5658     34.23%
24943.57/1257.79	c      1258          21359       17230        20       24938.0000       18583.9435     34.19%
25044.71/1262.81	c      1263          21454       17309        20       24938.0000       18584.3235     34.19%
25143.82/1267.82	c      1268          21559       17392        20       24938.0000       18586.9849     34.17%
25245.03/1272.92	c      1273          21709       17500        20       24938.0000       18592.3758     34.13%
25344.23/1277.96	c      1278          21821       17592        20       24938.0000       18597.0394     34.10%
25443.46/1283.04	c      1283          21949       17691        20       24938.0000       18600.1277     34.07%
25547.49/1288.15	c      1288          22039       17775        20       24938.0000       18602.7740     34.06%
25647.81/1293.21	c      1293          22099       17825        20       24938.0000       18607.8628     34.02%
25747.01/1298.21	c      1298          22229       17913        20       24938.0000       18608.9971     34.01%
25846.23/1303.24	c      1303          22339       18001        20       24938.0000       18611.3605     33.99%
25945.44/1308.24	c      1308          22459       18097        20       24938.0000       18617.1832     33.95%
26048.63/1313.40	c      1313          22536       18172        20       24938.0000       18621.2568     33.92%
26147.72/1318.46	c      1318          22645       18249        20       24938.0000       18621.2568     33.92%
26246.92/1323.49	c      1323          22780       18362        20       24938.0000       18621.6407     33.92%
26346.14/1328.49	c      1328          22909       18453        20       24938.0000       18621.7427     33.92%
26447.38/1333.52	c      1334          22973       18517        20       24938.0000       18623.9756     33.90%
26546.58/1338.56	c      1339          23079       18611        20       24938.0000       18629.9459     33.86%
26647.81/1343.64	c      1344          23189       18691        20       24938.0000       18634.5687     33.83%
26747.03/1348.68	c      1349          23284       18772        20       24938.0000       18637.3046     33.81%
26850.23/1353.80	c      1354          23419       18863        20       24938.0000       18639.3370     33.79%
26949.35/1358.85	c      1359          23589       18963        20       24938.0000       18640.1877     33.79%
27050.56/1363.90	c      1364          23729       19063        20       24938.0000       18644.1927     33.76%
27149.78/1368.95	c      1369          23854       19160        20       24938.0000       18646.8975     33.74%
27248.99/1374.01	c      1374          24029       19283        20       24938.0000       18648.4848     33.73%
27350.75/1379.07	c      1379          24169       19389        20       24938.0000       18652.9607     33.69%
27449.82/1384.11	c      1384          24319       19487        20       24938.0000       18655.5276     33.68%
27551.15/1389.14	c      1389          24437       19589        20       24938.0000       18657.2907     33.66%
27651.70/1394.20	c      1394          24544       19678        20       24938.0000       18657.2907     33.66%
27750.84/1399.25	c      1399          24719       19799        20       24938.0000       18657.4857     33.66%
27851.94/1404.31	c      1404          24846       19874        20       24938.0000       18657.4857     33.66%
27951.12/1409.35	c      1409          24969       19975        20       24938.0000       18659.4317     33.65%
28050.14/1414.37	c      1414          25092       20064        20       24938.0000       18662.3376     33.63%
28149.29/1419.39	c      1419          25209       20155        20       24938.0000       18662.6776     33.62%
28250.52/1424.41	c      1424          25319       20241        20       24938.0000       18669.8984     33.57%
28349.60/1429.47	c      1429          25475       20349        20       24938.0000       18673.6901     33.55%
28450.79/1434.52	c      1435          25568       20424        20       24938.0000       18676.5465     33.53%
28549.88/1439.55	c      1440          25698       20516        20       24938.0000       18679.5333     33.50%
28653.04/1444.71	c      1445          25845       20632        20       24938.0000       18679.5333     33.50%
28752.18/1449.72	c      1450          25989       20736        20       24938.0000       18682.9219     33.48%
28851.23/1454.75	c      1455          26104       20819        20       24938.0000       18686.8849     33.45%
28950.36/1459.78	c      1460          26189       20896        20       24938.0000       18687.0089     33.45%
29053.41/1464.93	c      1465          26339       21014        20       24938.0000       18689.8437     33.43%
29152.50/1469.94	c      1470          26419       21086        20       24938.0000       18696.5274     33.38%
29251.81/1475.02	c      1475          26549       21180        20       24938.0000       18700.0664     33.36%
29353.44/1480.07	c      1480          26658       21273        20       24938.0000       18708.3571     33.30%
29452.86/1485.10	c      1485          26779       21358        20       24938.0000       18714.0000     33.26%
29553.81/1490.14	c      1490          26881       21454        20       24938.0000       18714.0000     33.26%
29652.76/1495.15	c      1495          27008       21547        20       24938.0000       18714.0000     33.26%
29752.03/1500.20	c      1500          27148       21649        20       24938.0000       18714.0000     33.26%
29852.44/1505.27	c      1505          27240       21717        20       24938.0000       18716.8571     33.24%
29953.61/1510.38	c      1510          27369       21820        20       24938.0000       18716.8571     33.24%
30054.79/1515.44	c      1515          27464       21889        20       24938.0000       18718.2009     33.23%
30153.96/1520.48	c      1520          27590       21982        20       24938.0000       18718.2009     33.23%
30255.04/1525.53	c      1526          27690       22060        20       24938.0000       18721.7631     33.20%
30354.14/1530.59	c      1531          27827       22155        20       24938.0000       18721.7631     33.20%
30455.22/1535.63	c      1536          27950       22254        20       24938.0000       18721.7631     33.20%
30554.44/1540.68	c      1541          28089       22359        20       24938.0000       18722.5200     33.20%
30653.67/1545.69	c      1546          28168       22422        20       24938.0000       18722.9987     33.19%
30754.80/1550.76	c      1551          28291       22509        20       24938.0000       18728.8003     33.15%
30855.82/1555.83	c      1556          28415       22607        20       24938.0000       18735.5760     33.11%
30955.03/1560.87	c      1561          28500       22663        20       24938.0000       18735.5760     33.11%
31056.16/1565.93	c      1566          28640       22763        20       24938.0000       18737.0050     33.09%
31155.34/1570.98	c      1571          28772       22859        20       24938.0000       18737.5794     33.09%
31257.24/1576.04	c      1576          28931       22980        20       24938.0000       18737.5794     33.09%
31356.38/1581.08	c      1581          29030       23065        20       24938.0000       18737.5794     33.09%
31455.51/1586.13	c      1586          29172       23155        20       24938.0000       18737.5794     33.09%
31526.35/1589.69	c *    1590          29269       23222        20       24636.0000       18737.7227     31.48%
31528.35/1589.72	c *    1590          29269       23222        20       24497.0000       18737.7227     30.74%
31556.60/1591.19	c      1591          29309       22189        20       24497.0000       18737.9993     30.73%
31657.12/1596.27	c      1596          29436       22270        20       24497.0000       18740.2000     30.72%
31756.27/1601.29	c      1601          29542       22341        20       24497.0000       18740.5378     30.72%
31859.34/1606.42	c      1606          29669       22422        20       24497.0000       18740.5740     30.72%
31958.15/1611.47	c      1611          29805       22500        20       24497.0000       18740.7911     30.71%
32059.17/1616.52	c      1617          29959       22592        20       24497.0000       18744.2820     30.69%
32158.27/1621.57	c      1622          30099       22694        20       24497.0000       18746.1279     30.68%
32259.37/1626.62	c      1627          30229       22770        20       24497.0000       18747.5371     30.67%
32358.60/1631.67	c      1632          30369       22850        20       24497.0000       18749.4441     30.65%
32457.79/1636.70	c      1637          30490       22915        20       24497.0000       18749.5836     30.65%
32559.00/1641.77	c      1642          30593       22983        20       24497.0000       18749.5836     30.65%
32660.15/1646.82	c      1647          30725       23071        20       24497.0000       18752.7500     30.63%
32759.33/1651.87	c      1652          30854       23162        20       24497.0000       18756.5351     30.61%
32858.43/1656.88	c      1657          30958       23248        20       24497.0000       18756.5351     30.61%
32959.61/1661.96	c      1662          31129       23361        20       24497.0000       18759.2761     30.59%
33058.85/1667.00	c      1667          31261       23457        20       24497.0000       18762.5349     30.56%
33160.71/1672.09	c      1672          31419       23559        20       24497.0000       18767.0613     30.53%
33259.88/1677.11	c      1677          31539       23645        20       24497.0000       18769.0037     30.52%
33361.08/1682.19	c      1682          31699       23741        20       24497.0000       18775.0375     30.48%
33460.41/1687.19	c      1687          31815       23825        20       24497.0000       18776.0182     30.47%
33560.82/1692.29	c      1692          31909       23883        20       24497.0000       18776.4682     30.47%
33661.96/1697.34	c      1697          32072       24000        20       24497.0000       18777.9159     30.46%
33761.16/1702.36	c      1702          32238       24094        20       24497.0000       18777.9398     30.46%
33860.47/1707.38	c      1707          32349       24173        20       24497.0000       18779.3946     30.45%
33961.50/1712.49	c      1712          32516       24262        20       24497.0000       18781.2343     30.43%
34062.69/1717.50	c      1718          32659       24377        20       24497.0000       18786.7014     30.40%
34161.89/1722.53	c      1723          32753       24453        20       24497.0000       18789.6945     30.37%
34261.11/1727.58	c      1728          32882       24528        20       24497.0000       18789.6945     30.37%
34362.36/1732.65	c      1733          33019       24605        20       24497.0000       18790.1973     30.37%
34463.49/1737.75	c      1738          33142       24686        20       24497.0000       18793.0882     30.35%
34562.68/1742.78	c      1743          33293       24783        20       24497.0000       18793.7912     30.35%
34661.92/1747.79	c      1748          33429       24876        20       24497.0000       18800.8124     30.30%
34763.02/1752.84	c      1753          33567       24974        20       24497.0000       18803.2396     30.28%
34864.16/1757.90	c      1758          33692       25063        20       24497.0000       18806.3337     30.26%
34963.39/1762.92	c      1763          33856       25169        20       24497.0000       18808.8258     30.24%
35065.05/1768.04	c      1768          34009       25278        20       24497.0000       18813.8704     30.21%
35164.26/1773.09	c      1773          34129       25364        20       24497.0000       18816.0612     30.19%
35265.67/1778.14	c      1778          34229       25430        20       24497.0000       18816.5297     30.19%
35364.76/1783.19	c      1783          34379       25536        20       24497.0000       18819.8978     30.17%
35465.19/1788.25	c      1788          34492       25631        20       24497.0000       18820.8281     30.16%
35566.29/1793.30	c      1793          34649       25744        20       24497.0000       18822.8891     30.14%
35665.40/1798.34	c      1798          34809       25820        20       24497.0000       18828.4699     30.11%
35764.35/1803.35	c      1803          34959       25896        20       24497.0000       18828.9442     30.10%
35865.48/1808.45	c      1808          35149       25986        20       24497.0000       18830.0955     30.09%
35964.71/1813.49	c      1813          35317       26072        20       24497.0000       18832.0000     30.08%
36065.91/1818.55	c      1819          35488       26151        20       24497.0000       18833.3750     30.07%
36165.09/1823.57	c      1824          35677       26232        20       24497.0000       18833.5349     30.07%
36266.25/1828.65	c      1829          35786       26289        20       24497.0000       18833.8920     30.07%
36365.48/1833.69	c      1834          35959       26380        20       24497.0000       18834.3333     30.07%
36466.69/1838.73	c      1839          36093       26476        20       24497.0000       18834.3333     30.07%
36565.92/1843.79	c      1844          36259       26570        20       24497.0000       18835.1517     30.06%
36667.08/1848.84	c      1849          36419       26654        20       24497.0000       18836.8515     30.05%
36766.31/1853.90	c      1854          36571       26744        20       24497.0000       18838.2754     30.04%
36867.49/1858.93	c      1859          36749       26842        20       24497.0000       18838.3232     30.04%
36966.67/1864.00	c      1864          36899       26918        20       24497.0000       18839.6299     30.03%
37065.89/1869.03	c      1869          28408       16614        20       24497.0000       18841.1096     30.02%
37167.69/1874.09	c      1874          28523       16705        20       24497.0000       18841.9913     30.01%
37269.04/1879.14	c      1879          28666       16814        20       24497.0000       18845.3948     29.99%
37368.09/1884.17	c      1884          28798       16920        20       24497.0000       18847.8014     29.97%
37467.48/1889.20	c      1889          28888       17000        20       24497.0000       18847.8014     29.97%
37567.83/1894.21	c      1894          28956       17044        20       24497.0000       18856.0336     29.92%
37668.95/1899.30	c      1899          29107       17121        20       24497.0000       18856.5517     29.91%
37768.17/1904.34	c      1904          29258       17202        20       24497.0000       18857.7828     29.90%
37869.36/1909.40	c      1909          38386       27730        20       24497.0000       18859.3465     29.89%
37968.59/1914.44	c      1914          38602       27832        20       24497.0000       18862.0768     29.87%
38069.77/1919.55	c      1920          38779       27915        20       24497.0000       18866.3502     29.84%
38170.94/1924.60	c      1925          38930       28000        20       24497.0000       18866.7385     29.84%
38270.15/1929.64	c      1930          39043       28072        20       24497.0000       18869.8688     29.82%
38371.35/1934.70	c      1935          39249       28190        20       24497.0000       18874.6753     29.79%
38470.56/1939.75	c      1940          30176       17835        20       24497.0000       18876.9060     29.77%
38569.77/1944.77	c      1945          30335       17919        20       24497.0000       18880.4986     29.75%
38670.97/1949.86	c      1950          30468       18024        20       24497.0000       18884.4953     29.72%
38772.18/1954.91	c      1955          30589       18089        20       24497.0000       18885.3813     29.71%
38871.39/1959.95	c      1960          30698       18172        20       24497.0000       18886.9004     29.70%
38970.61/1964.98	c      1965          30827       18249        20       24497.0000       18886.9004     29.70%
39069.83/1970.01	c      1970          30900       18290        20       24497.0000       18887.1333     29.70%
39171.67/1975.09	c      1975          31008       18340        20       24497.0000       18887.9815     29.70%
39270.97/1980.12	c      1980          31190       18414        20       24497.0000       18891.9196     29.67%
39372.01/1985.16	c      1985          31305       18498        20       24497.0000       18891.9196     29.67%
39471.43/1990.18	c      1990          40939       29112        20       24497.0000       18895.5994     29.64%
39571.75/1995.21	c      1995          41139       29192        20       24497.0000       18896.7961     29.64%
39670.98/2000.24	c      2000          41308       29291        20       24497.0000       18898.6095     29.62%
39774.11/2005.42	c      2005          41516       29393        20       24497.0000       18899.9606     29.61%
39873.33/2010.47	c      2010          41719       29492        20       24497.0000       18901.0054     29.61%
39972.54/2015.50	c      2016          41902       29580        20       24497.0000       18902.4784     29.60%
40073.75/2020.51	c      2021          42049       29685        20       24497.0000       18906.2305     29.57%
40172.96/2025.60	c      2026          42210       29764        20       24497.0000       18907.7097     29.56%
40274.15/2030.66	c      2031          42465       29856        20       24497.0000       18907.8204     29.56%
40373.36/2035.69	c      2036          42649       29952        20       24497.0000       18907.8204     29.56%
40474.53/2040.79	c      2041          42779       30026        20       24497.0000       18908.3994     29.56%
40575.69/2045.84	c      2046          32908       19506        20       24497.0000       18908.6013     29.55%
40674.86/2050.90	c      2051          43087       30194        20       24497.0000       18910.1754     29.54%
40776.02/2055.91	c      2056          43246       30281        20       24497.0000       18910.1754     29.54%
40875.22/2060.97	c      2061          33432       19739        20       24497.0000       18912.0838     29.53%
40974.38/2065.97	c      2066          33528       19827        20       24497.0000       18912.9888     29.52%
41075.90/2071.06	c      2071          43760       30534        20       24497.0000       18915.2909     29.51%
41175.13/2076.08	c      2076          43939       30625        20       24497.0000       18915.8630     29.51%
41276.26/2081.19	c      2081          44131       30715        20       24497.0000       18916.8663     29.50%
41376.68/2086.25	c      2086          34058       20153        20       24497.0000       18918.4725     29.49%
41477.80/2091.31	c      2091          34159       20216        20       24497.0000       18919.4891     29.48%
41576.77/2096.36	c      2096          34268       20307        20       24497.0000       18919.5380     29.48%
41675.63/2101.39	c      2101          34369       20384        20       24497.0000       18922.0318     29.46%
41776.75/2106.46	c      2106          34482       20479        20       24497.0000       18926.0259     29.44%
41877.82/2111.51	c      2112          34597       20536        20       24497.0000       18926.0400     29.44%
41976.99/2116.56	c      2117          34698       20615        20       24497.0000       18930.6966     29.40%
42078.20/2121.61	c      2122          34833       20704        20       24497.0000       18931.8299     29.40%
42177.42/2126.64	c      2127          34958       20781        20       24497.0000       18931.8299     29.40%
42278.61/2131.71	c      2132          35109       20866        20       24497.0000       18932.5839     29.39%
42377.85/2136.77	c      2137          35298       20945        20       24497.0000       18936.0305     29.37%
42479.05/2141.82	c      2142          35388       21025        20       24497.0000       18941.9512     29.33%
42578.27/2146.87	c      2147          35463       21092        20       24497.0000       18943.6083     29.32%
42679.40/2151.92	c      2152          35593       21202        20       24497.0000       18944.8737     29.31%
42778.61/2156.97	c      2157          35688       21255        20       24497.0000       18946.8517     29.29%
42877.82/2162.00	c      2162          35765       21301        20       24497.0000       18947.8991     29.29%
42979.46/2167.08	c      2167          35908       21392        20       24497.0000       18948.3952     29.28%
43078.79/2172.13	c      2172          36086       21466        20       24497.0000       18953.2559     29.25%
43180.01/2177.14	c      2177          36199       21559        20       24497.0000       18954.1579     29.24%
43280.53/2182.23	c      2182          36358       21636        20       24497.0000       18955.3198     29.24%
43379.76/2187.28	c      2187          36567       21702        20       24497.0000       18957.5697     29.22%
43480.95/2192.33	c      2192          36748       21789        20       24497.0000       18959.5771     29.21%
43580.17/2197.36	c      2197          36848       21865        20       24497.0000       18960.5872     29.20%
43681.36/2202.40	c      2202          36998       21967        20       24497.0000       18960.8000     29.20%
43780.58/2207.48	c      2207          37107       22056        20       24497.0000       18962.8337     29.18%
43881.78/2212.53	c      2213          37258       22147        20       24497.0000       18964.5882     29.17%
43980.99/2217.56	c      2218          37438       22223        20       24497.0000       18964.9772     29.17%
44080.07/2222.58	c      2223          37599       22293        20       24497.0000       18968.4674     29.15%
44181.17/2227.66	c      2228          37728       22396        20       24497.0000       18971.8968     29.12%
44282.37/2232.70	c      2233          37914       22492        20       24497.0000       18971.8968     29.12%
44381.57/2237.74	c      2238          38098       22568        20       24497.0000       18973.9393     29.11%
44480.80/2242.79	c      2243          38239       22673        20       24497.0000       18974.0709     29.11%
44582.00/2247.81	c      2248          38354       22726        20       24497.0000       18974.0709     29.11%
44680.88/2252.83	c      2253          38467       22813        20       24497.0000       18977.1267     29.09%
44781.95/2257.98	c      2258          38563       22891        20       24497.0000       18977.7389     29.08%
44883.72/2263.04	c      2263          38726       22996        20       24497.0000       18977.7389     29.08%
44982.89/2268.08	c      2268          38822       23080        20       24497.0000       18979.7870     29.07%
45084.11/2273.13	c      2273          38903       23137        20       24497.0000       18980.3804     29.06%
45183.46/2278.18	c      2278          39038       23220        20       24497.0000       18980.6638     29.06%
45283.75/2283.23	c      2283          39175       23307        20       24497.0000       18983.4366     29.04%
45382.91/2288.26	c      2288          39283       23391        20       24497.0000       18986.6250     29.02%
45484.06/2293.33	c      2293          39412       23474        20       24497.0000       18986.6960     29.02%
45583.26/2298.38	c      2298          39498       23542        20       24497.0000       18988.0615     29.01%
45684.47/2303.44	c      2303          39576       23616        20       24497.0000       18988.0615     29.01%
45783.67/2308.48	c      2308          39709       23693        20       24497.0000       18988.7233     29.01%
45884.69/2313.53	c      2314          39877       23787        20       24497.0000       18993.4516     28.98%
45983.90/2318.56	c      2319          40031       23871        20       24497.0000       18995.5078     28.96%
46085.11/2323.63	c      2324          40157       23963        20       24497.0000       18997.5108     28.95%
46184.30/2328.69	c      2329          40284       24062        20       24497.0000       19001.2074     28.92%
46285.39/2333.73	c      2334          40388       24112        20       24497.0000       19001.2865     28.92%
46384.55/2338.78	c      2339          40588       24188        20       24497.0000       19001.5572     28.92%
46485.69/2343.83	c      2344          40705       24265        20       24497.0000       19001.5572     28.92%
46584.73/2348.88	c      2349          40861       24393        20       24497.0000       19003.4837     28.91%
46685.89/2353.93	c      2354          40988       24490        20       24497.0000       19004.1027     28.90%
46785.03/2358.99	c      2359          41137       24591        20       24497.0000       19004.1027     28.90%
46886.69/2364.03	c      2364          41253       24681        20       24497.0000       19005.3353     28.90%
46985.62/2369.05	c      2369          41418       24776        20       24497.0000       19009.0775     28.87%
47086.65/2374.13	c      2374          41528       24866        20       24497.0000       19013.0774     28.84%
47186.04/2379.19	c      2379          41668       24954        20       24497.0000       19015.2354     28.83%
47286.32/2384.21	c      2384          41756       25032        20       24497.0000       19017.4700     28.81%
47385.54/2389.22	c      2389          41907       25113        20       24497.0000       19018.2367     28.81%
47484.75/2394.23	c      2394          42011       25199        20       24497.0000       19021.0000     28.79%
47585.95/2399.37	c      2399          42108       25286        20       24497.0000       19023.1596     28.77%
47687.15/2404.44	c      2404          42231       25389        20       24497.0000       19024.1482     28.77%
47788.29/2409.50	c      2410          42368       25484        20       24497.0000       19025.2797     28.76%
47887.42/2414.56	c      2415          42499       25559        20       24497.0000       19026.4822     28.75%
47988.58/2419.60	c      2420          42678       25664        20       24497.0000       19026.5101     28.75%
48087.79/2424.65	c      2425          42808       25732        20       24497.0000       19029.0200     28.73%
48186.98/2429.66	c      2430          42896       25818        20       24497.0000       19033.9028     28.70%
48288.18/2434.70	c      2435          43018       25894        20       24497.0000       19034.7592     28.70%
48387.38/2439.78	c      2440          43148       25964        20       24497.0000       19035.7606     28.69%
48488.58/2444.84	c      2445          43328       26066        20       24497.0000       19037.5521     28.68%
48589.77/2449.90	c      2450          43456       26154        20       24497.0000       19037.8329     28.68%
48639.36/2452.44	c *    2452          43510       26190        20       24101.0000       19037.8329     26.60%
48688.96/2454.92	c      2455          43598       24167        20       24101.0000       19039.0405     26.59%
48787.91/2459.97	c      2460          43771       24233        20       24101.0000       19040.6630     26.58%
48891.63/2465.14	c      2465          43943       24305        20       24101.0000       19041.3479     26.57%
48990.94/2470.19	c      2470          44078       24394        20       24101.0000       19043.0566     26.56%
49091.33/2475.24	c      2475          44210       24470        20       24101.0000       19043.6728     26.56%
49190.54/2480.26	c      2480          44338       24526        20       24101.0000       19044.7643     26.55%
49291.74/2485.34	c      2485          44558       24636        20       24101.0000       19049.4039     26.52%
49390.96/2490.39	c      2490          44666       24710        20       24101.0000       19050.9455     26.51%
49492.10/2495.44	c      2495          44828       24772        20       24101.0000       19052.6995     26.50%
49591.30/2500.47	c      2500          44918       24834        20       24101.0000       19054.6282     26.48%
49692.50/2505.54	c      2506          45140       24895        20       24101.0000       19055.0938     26.48%
49791.71/2510.59	c      2511          45387       24972        20       24101.0000       19055.6437     26.48%
49892.92/2515.62	c      2516          45478       25039        20       24101.0000       19056.5727     26.47%
49992.12/2520.65	c      2521          45598       25117        20       24101.0000       19057.0426     26.47%
50091.33/2525.69	c      2526          45702       25193        20       24101.0000       19060.5927     26.44%
50192.49/2530.79	c      2531          45868       25293        20       24101.0000       19063.5195     26.42%
50293.68/2535.84	c      2536          45998       25391        20       24101.0000       19064.3798     26.42%
50392.90/2540.90	c      2541          46131       25464        20       24101.0000       19064.3798     26.42%
50494.09/2545.94	c      2546          46258       25513        20       24101.0000       19064.8152     26.42%
50593.30/2550.99	c      2551          46368       25605        20       24101.0000       19067.7434     26.40%
50695.17/2556.04	c      2556          46528       25673        20       24101.0000       19067.8037     26.40%
50794.15/2561.06	c      2561          46728       25774        20       24101.0000       19070.0509     26.38%
50895.63/2566.14	c      2566          46899       25855        20       24101.0000       19073.2476     26.36%
50994.63/2571.19	c      2571          47076       25947        20       24101.0000       19073.7889     26.36%
51095.20/2576.21	c      2576          47248       26029        20       24101.0000       19075.4046     26.35%
51194.39/2581.24	c      2581          47388       26105        20       24101.0000       19077.0271     26.34%
51293.60/2586.28	c      2586          47538       26169        20       24101.0000       19077.6772     26.33%
51392.77/2591.28	c      2591          47688       26233        20       24101.0000       19080.8499     26.31%
51493.96/2596.33	c      2596          47778       26297        20       24101.0000       19081.8379     26.30%
51593.11/2601.38	c      2601          47899       26356        20       24101.0000       19084.7357     26.28%
51694.31/2606.43	c      2606          48029       26452        20       24101.0000       19084.7357     26.28%
51793.51/2611.47	c      2611          48215       26513        20       24101.0000       19087.6828     26.26%
51892.72/2616.48	c      2616          48348       26590        20       24101.0000       19091.6706     26.24%
51993.92/2621.54	c      2622          48529       26650        20       24101.0000       19093.7377     26.22%
52093.13/2626.55	c      2627          48798       26757        20       24101.0000       19095.0341     26.22%
52192.35/2631.58	c      2632          48992       26806        20       24101.0000       19095.3690     26.21%
52293.54/2636.68	c      2637          49202       26866        20       24101.0000       19095.5583     26.21%
52394.68/2641.79	c      2642          49378       26964        20       24101.0000       19099.3869     26.19%
52495.88/2646.84	c      2647          49528       27055        20       24101.0000       19100.9031     26.18%
52595.05/2651.87	c      2652          49652       27153        20       24101.0000       19101.7577     26.17%
52696.19/2656.93	c      2657          49822       27247        20       24101.0000       19103.7503     26.16%
52795.39/2661.97	c      2662          49998       27339        20       24101.0000       19104.5231     26.15%
52894.37/2666.99	c      2667          50132       27423        20       24101.0000       19104.7244     26.15%
52993.58/2672.00	c      2672          50282       27497        20       24101.0000       19105.0000     26.15%
53095.40/2677.11	c      2677          50440       27556        20       24101.0000       19105.1451     26.15%
53194.47/2682.12	c      2682          50618       27606        20       24101.0000       19106.0911     26.14%
53295.95/2687.16	c      2687          50747       27691        20       24101.0000       19106.5426     26.14%
53396.20/2692.22	c      2692          50887       27769        20       24101.0000       19106.8537     26.14%
53495.40/2697.25	c      2697          51070       27830        20       24101.0000       19110.6557     26.11%
53594.61/2702.25	c      2702          51288       27912        20       24101.0000       19112.8087     26.10%
53693.95/2707.30	c      2707          51398       27986        20       24101.0000       19115.0914     26.08%
53794.96/2712.36	c      2712          51540       28050        20       24101.0000       19116.8004     26.07%
53896.14/2717.41	c      2717          51756       28128        20       24101.0000       19118.4156     26.06%
53995.36/2722.49	c      2722          51898       28196        20       24101.0000       19119.2328     26.06%
54096.47/2727.54	c      2728          52078       28262        20       24101.0000       19120.1280     26.05%
54195.69/2732.55	c      2733          52208       28348        20       24101.0000       19122.4949     26.03%
54296.81/2737.64	c      2738          52344       28413        20       24101.0000       19123.9846     26.02%
54397.99/2742.75	c      2743          52448       28483        20       24101.0000       19125.4163     26.02%
54497.21/2747.75	c      2748          52599       28562        20       24101.0000       19126.1841     26.01%
54600.39/2752.90	c      2753          52752       28637        20       24101.0000       19126.4090     26.01%
54699.62/2757.95	c      2758          52938       28707        20       24101.0000       19127.8382     26.00%
54798.84/2763.01	c      2763          53098       28783        20       24101.0000       19128.9375     25.99%
54900.65/2768.05	c      2768          53261       28836        20       24101.0000       19129.5625     25.99%
54999.95/2773.08	c      2773          53435       28916        20       24101.0000       19129.5625     25.99%
55101.01/2778.16	c      2778          53685       28961        20       24101.0000       19133.2996     25.96%
55201.69/2783.20	c      2783          53908       29034        20       24101.0000       19135.9457     25.95%
55300.93/2788.21	c      2788          54140       29082        20       24101.0000       19136.6928     25.94%
55401.98/2793.30	c      2793          54364       29154        20       24101.0000       19136.7989     25.94%
55501.33/2798.34	c      2798          54537       29205        20       24101.0000       19136.7989     25.94%
55602.42/2803.41	c      2803          54785       29281        20       24101.0000       19137.8509     25.93%
55701.61/2808.44	c      2808          54958       29352        20       24101.0000       19143.0212     25.90%
55800.85/2813.49	c      2813          55098       29439        20       24101.0000       19143.3255     25.90%
55902.24/2818.53	c      2819          55246       29541        20       24101.0000       19145.2302     25.89%
56003.19/2823.61	c      2824          55401       29612        20       24101.0000       19145.3789     25.88%
56102.43/2828.67	c      2829          55538       29703        20       24101.0000       19149.3571     25.86%
56203.62/2833.72	c      2834          55738       29757        20       24101.0000       19150.6865     25.85%
56302.86/2838.74	c      2839          55878       29839        20       24101.0000       19151.7534     25.84%
56402.11/2843.78	c      2844          56028       29905        20       24101.0000       19152.6136     25.84%
56503.33/2848.80	c      2849          56208       29995        20       24101.0000       19153.9130     25.83%
56604.51/2853.92	c      2854          56313       30068        20       24101.0000       19154.8373     25.82%
56703.76/2858.97	c      2859          56530       30120        20       24101.0000       19155.3603     25.82%
56803.02/2864.02	c      2864          56691       30198        20       24101.0000       19155.4712     25.82%
56904.74/2869.07	c      2869          56858       30269        20       24101.0000       19156.7283     25.81%
57003.98/2874.12	c      2874          57088       30319        20       24101.0000       19157.6682     25.80%
57105.21/2879.18	c      2879          57195       30368        20       24101.0000       19158.8610     25.80%
57205.74/2884.21	c      2884          57307       30424        20       24101.0000       19160.4119     25.79%
57304.98/2889.27	c      2889          57448       30519        20       24101.0000       19164.5848     25.76%
57406.17/2894.32	c      2894          57718       30565        20       24101.0000       19165.6479     25.75%
57505.36/2899.37	c      2899          57908       30620        20       24101.0000       19167.2142     25.74%
57606.48/2904.42	c      2904          58108       30710        20       24101.0000       19168.5586     25.73%
57705.70/2909.47	c      2909          58338       30782        20       24101.0000       19169.4018     25.73%
57806.90/2914.52	c      2915          58568       30857        20       24101.0000       19169.9224     25.72%
57906.13/2919.53	c      2920          58868       30911        20       24101.0000       19170.5040     25.72%
58007.28/2924.62	c      2925          59073       30988        20       24101.0000       19171.8463     25.71%
58106.47/2929.67	c      2930          59338       31063        20       24101.0000       19173.3333     25.70%
58207.69/2934.72	c      2935          59638       31124        20       24101.0000       19174.0264     25.70%
58306.90/2939.77	c      2940          59778       31194        20       24101.0000       19174.6928     25.69%
58408.13/2944.82	c      2945          60008       31254        20       24101.0000       19175.6168     25.69%
58507.29/2949.88	c      2950          60158       31332        20       24101.0000       19176.4063     25.68%
58608.51/2954.93	c      2955          60388       31428        20       24101.0000       19177.5375     25.67%
58707.67/2959.98	c      2960          60668       31511        20       24101.0000       19179.2853     25.66%
58806.90/2965.00	c      2965          60936       31580        20       24101.0000       19179.8452     25.66%
58908.73/2970.03	c      2970          61058       31640        20       24101.0000       19180.0495     25.66%
59009.78/2975.13	c      2975          61278       31716        20       24101.0000       19182.1873     25.64%
59109.24/2980.17	c      2980          61468       31787        20       24101.0000       19182.5263     25.64%
59209.81/2985.22	c      2985          61678       31846        20       24101.0000       19184.4577     25.63%
59308.99/2990.28	c      2990          61837       31927        20       24101.0000       19186.0800     25.62%
59410.18/2995.33	c      2995          61998       32002        20       24101.0000       19187.0883     25.61%
59509.37/3000.39	c      3000          62128       32066        20       24101.0000       19188.0639     25.60%
59610.57/3005.43	c      3005          62328       32132        20       24101.0000       19188.4546     25.60%
59709.68/3010.47	c      3010          62508       32230        20       24101.0000       19188.8909     25.60%
59808.88/3015.47	c      3015          62696       32338        20       24101.0000       19189.3333     25.60%
59910.08/3020.58	c      3021          62866       32424        20       24101.0000       19190.6350     25.59%
60009.33/3025.59	c      3026          63051       32522        20       24101.0000       19190.6470     25.59%
60110.53/3030.67	c      3031          63258       32613        20       24101.0000       19192.1944     25.58%
60209.77/3035.69	c      3036          63408       32677        20       24101.0000       19193.5463     25.57%
60310.96/3040.72	c      3041          63618       32769        20       24101.0000       19194.8184     25.56%
60410.13/3045.75	c      3046          63873       32862        20       24101.0000       19196.3303     25.55%
60511.28/3050.82	c      3051          64268       32922        20       24101.0000       19198.5441     25.54%
60610.50/3055.83	c      3056          64508       32971        20       24101.0000       19201.3301     25.52%
60711.69/3060.96	c      3061          64698       33057        20       24101.0000       19203.0670     25.51%
60810.91/3066.03	c      3066          64867       33122        20       24101.0000       19203.0670     25.51%
60912.77/3071.08	c      3071          65028       33197        20       24101.0000       19203.7059     25.50%
61013.85/3076.13	c      3076          65218       33288        20       24101.0000       19205.1386     25.49%
61113.14/3081.18	c      3081          65586       33343        20       24101.0000       19207.2500     25.48%
61213.67/3086.23	c      3086          65748       33454        20       24101.0000       19209.8897     25.46%
61312.79/3091.28	c      3091          65907       33509        20       24101.0000       19210.4097     25.46%
61413.90/3096.33	c      3096          66108       33577        20       24101.0000       19210.8330     25.46%
61512.78/3101.38	c      3101          66318       33645        20       24101.0000       19212.1933     25.45%
61613.60/3106.44	c      3106          66488       33734        20       24101.0000       19212.8763     25.44%
61712.80/3111.48	c      3111          66682       33800        20       24101.0000       19213.1705     25.44%
61814.02/3116.54	c      3117          66858       33882        20       24101.0000       19213.6023     25.44%
61913.27/3121.59	c      3122          67071       33943        20       24101.0000       19215.4938     25.42%
62014.51/3126.63	c      3127          67258       33991        20       24101.0000       19217.0392     25.41%
62113.69/3131.68	c      3132          67437       34063        20       24101.0000       19218.0718     25.41%
62214.87/3136.73	c      3137          67594       34112        20       24101.0000       19219.5922     25.40%
62314.08/3141.75	c      3142          67904       34158        20       24101.0000       19220.9459     25.39%
62415.29/3146.84	c      3147          68095       34233        20       24101.0000       19221.2667     25.39%
62514.59/3151.89	c      3152          68338       34286        20       24101.0000       19222.5290     25.38%
62613.56/3156.89	c      3157          68477       34361        20       24101.0000       19223.2884     25.37%
62714.70/3161.91	c      3162          68771       34426        20       24101.0000       19224.2064     25.37%
62813.89/3167.02	c      3167          68928       34473        20       24101.0000       19225.9762     25.36%
62915.60/3172.08	c      3172          69138       34579        20       24101.0000       19227.7181     25.35%
63016.83/3177.13	c      3177          69308       34665        20       24101.0000       19228.8036     25.34%
63116.29/3182.16	c      3182          69507       34728        20       24101.0000       19229.3055     25.33%
63215.40/3187.18	c      3187          69646       34793        20       24101.0000       19229.7173     25.33%
63315.85/3192.25	c      3192          69928       34869        20       24101.0000       19231.0729     25.32%
63415.07/3197.29	c      3197          70173       34923        20       24101.0000       19232.8167     25.31%
63516.25/3202.34	c      3202          70398       35000        20       24101.0000       19236.1250     25.29%
63617.47/3207.42	c      3207          70598       35096        20       24101.0000       19238.0417     25.28%
63716.39/3212.45	c      3212          70808       35159        20       24101.0000       19238.6992     25.27%
63817.59/3217.53	c      3218          71028       35251        20       24101.0000       19238.7978     25.27%
63916.79/3222.58	c      3223          71184       35317        20       24101.0000       19239.0833     25.27%
64017.99/3227.63	c      3228          71398       35387        20       24101.0000       19240.0261     25.26%
64117.16/3232.68	c      3233          71638       35437        20       24101.0000       19241.8351     25.25%
64218.35/3237.70	c      3238          71756       35495        20       24101.0000       19242.9250     25.25%
64317.57/3242.72	c      3243          72038       35547        20       24101.0000       19245.1323     25.23%
64416.79/3247.75	c      3248          72191       35596        20       24101.0000       19245.6667     25.23%
64517.96/3252.83	c      3253          72401       35664        20       24101.0000       19245.9667     25.23%
64619.16/3257.92	c      3258          72638       35711        20       24101.0000       19247.3333     25.22%
64718.40/3262.98	c      3263          72798       35774        20       24101.0000       19248.0858     25.21%
64820.18/3268.03	c      3268          73038       35868        20       24101.0000       19248.7716     25.21%
64919.26/3273.09	c      3273          73238       35924        20       24101.0000       19249.1338     25.21%
65018.44/3278.13	c      3278          73438       36010        20       24101.0000       19249.8049     25.20%
65119.90/3283.18	c      3283          73726       36065        20       24101.0000       19250.4416     25.20%
65220.14/3288.20	c      3288          73889       36138        20       24101.0000       19251.5594     25.19%
65319.22/3293.28	c      3293          74161       36208        20       24101.0000       19251.6585     25.19%
65420.44/3298.33	c      3298          74322       36266        20       24101.0000       19254.4738     25.17%
65519.67/3303.37	c      3303          74519       36349        20       24101.0000       19255.5118     25.16%
65620.88/3308.43	c      3308          74738       36433        20       24101.0000       19257.4297     25.15%
65720.11/3313.43	c      3313          75038       36482        20       24101.0000       19259.3139     25.14%
65819.28/3318.45	c      3318          75378       36546        20       24101.0000       19260.4286     25.13%
65920.49/3323.58	c      3324          75618       36609        20       24101.0000       19263.2247     25.11%
66021.52/3328.63	c      3329          75778       36663        20       24101.0000       19263.6838     25.11%
66120.75/3333.65	c      3334          76038       36721        20       24101.0000       19265.2943     25.10%
66221.97/3338.73	c      3339          76243       36776        20       24101.0000       19265.4239     25.10%
66320.99/3343.78	c      3344          76428       36865        20       24101.0000       19267.3613     25.09%
66421.95/3348.84	c      3349          76638       36965        20       24101.0000       19268.3819     25.08%
66521.10/3353.86	c      3354          76789       37032        20       24101.0000       19270.3542     25.07%
66622.31/3358.91	c      3359          76971       37092        20       24101.0000       19271.9322     25.06%
66721.37/3363.95	c      3364          77248       37186        20       24101.0000       19272.5945     25.05%
66820.54/3368.98	c      3369          77428       37270        20       24101.0000       19274.4655     25.04%
66919.52/3373.99	c      3374          77645       37351        20       24101.0000       19277.0264     25.02%
67021.30/3379.11	c      3379          77888       37420        20       24101.0000       19279.8731     25.01%
67122.45/3384.18	c      3384          78108       37498        20       24101.0000       19281.0736     25.00%
67223.04/3389.23	c      3389          78368       37555        20       24101.0000       19283.1212     24.98%
67322.20/3394.26	c      3394          78638       37629        20       24101.0000       19284.0500     24.98%
67423.40/3399.31	c      3399          78811       37702        20       24101.0000       19285.5000     24.97%
67522.42/3404.33	c      3404          79148       37758        20       24101.0000       19286.2500     24.96%
67621.58/3409.39	c      3409          79348       37822        20       24101.0000       19286.5968     24.96%
67720.76/3414.40	c      3414          79485       37886        20       24101.0000       19287.6904     24.96%
67821.70/3419.46	c      3419          79678       37933        20       24101.0000       19288.1869     24.95%
67924.89/3424.60	c      3425          79916       38014        20       24101.0000       19289.7911     24.94%
68024.13/3429.65	c      3430          80128       38070        20       24101.0000       19290.5768     24.94%
68125.34/3434.70	c      3435          80429       38141        20       24101.0000       19291.1786     24.93%
68224.52/3439.78	c      3440          80628       38230        20       24101.0000       19291.8571     24.93%
68325.74/3444.82	c      3445          80848       38288        20       24101.0000       19293.4673     24.92%
68424.92/3449.83	c      3450          81078       38383        20       24101.0000       19294.7591     24.91%
68524.14/3454.84	c      3455          81328       38471        20       24101.0000       19295.0559     24.91%
68623.45/3459.89	c      3460          81568       38529        20       24101.0000       19296.6386     24.90%
68724.38/3465.03	c      3465          81851       38590        20       24101.0000       19298.4932     24.89%
68826.21/3470.04	c      3470          82078       38657        20       24101.0000       19298.8195     24.88%
68925.44/3475.10	c      3475          82348       38748        20       24101.0000       19300.7283     24.87%
69026.47/3480.18	c      3480          82658       38807        20       24101.0000       19302.4898     24.86%
69126.81/3485.23	c      3485          82884       38864        20       24101.0000       19302.8807     24.86%
69225.88/3490.28	c      3490          83028       38924        20       24101.0000       19303.5705     24.85%
69326.99/3495.34	c      3495          83339       38983        20       24101.0000       19304.2059     24.85%
69426.23/3500.37	c      3500          83478       39026        20       24101.0000       19305.4358     24.84%
69525.47/3505.38	c      3505          83706       39107        20       24101.0000       19307.6419     24.83%
69626.68/3510.49	c      3510          83898       39158        20       24101.0000       19308.5022     24.82%
69727.84/3515.54	c      3516          84118       39234        20       24101.0000       19309.2932     24.82%
69827.07/3520.56	c      3521          84338       39292        20       24101.0000       19310.6783     24.81%
69928.29/3525.62	c      3526          84497       39356        20       24101.0000       19312.2577     24.80%
70027.53/3530.64	c      3531          84718       39433        20       24101.0000       19313.4414     24.79%
70128.68/3535.71	c      3536          84948       39495        20       24101.0000       19313.9704     24.79%
70227.92/3540.74	c      3541          85200       39555        20       24101.0000       19314.7500     24.78%
70329.11/3545.84	c      3546          85392       39611        20       24101.0000       19315.7188     24.77%
70428.33/3550.85	c      3551          85598       39703        20       24101.0000       19317.3725     24.76%
70527.49/3555.89	c      3556          85778       39775        20       24101.0000       19319.3649     24.75%
70628.68/3560.98	c      3561          85998       39862        20       24101.0000       19319.8280     24.75%
70730.68/3566.04	c      3566          86278       39896        20       24101.0000       19321.4551     24.74%
70829.49/3571.09	c      3571          86568       39946        20       24101.0000       19322.0377     24.73%
70928.75/3576.12	c      3576          86838       40028        20       24101.0000       19322.7538     24.73%
71030.13/3581.19	c      3581          87158       40068        20       24101.0000       19323.3342     24.72%
71130.48/3586.24	c      3586          87368       40146        20       24101.0000       19323.7914     24.72%
71229.62/3591.29	c      3591          87608       40208        20       24101.0000       19324.5556     24.72%
71330.74/3596.32	c      3596          87819       40273        20       24101.0000       19325.2624     24.71%
71430.00/3601.39	c      3601          88118       40318        20       24101.0000       19326.2657     24.71%
71531.13/3606.42	c      3606          88348       40384        20       24101.0000       19330.9021     24.68%
71630.27/3611.43	c      3611          88621       40443        20       24101.0000       19330.9328     24.68%
71731.48/3616.52	c      3617          88841       40515        20       24101.0000       19332.6097     24.67%
71830.71/3621.53	c      3622          89118       40557        20       24101.0000       19333.8534     24.66%
71931.79/3626.62	c      3627          89448       40623        20       24101.0000       19334.8833     24.65%

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 (183020 MiB free)
  memory of node 1: 193531 MiB (191766 MiB free)
  memory of node 2: 193531 MiB (191448 MiB free)
  memory of node 3: 193493 MiB (193073 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-4465182-1722446053/watcher-4465182-1722446053 -o /tmp/evaluation-result-4465182-1722446053/solver-4465182-1722446053 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722441596-58671 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465182-1722446053.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100057 s]*
/proc/loadavg: 63.28 63.36 63.09 46/950 63842
/proc/meminfo: memFree=777507964/790760804 swapFree=131071996/131071996
[pid=63821] ppid=63818 vsize=1518688 memory=46468 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/stat : 63821 (fscip) S 63818 63821 58658 0 -1 1077936128 9644 0 0 0 10 1 0 0 20 0 21 0 11188054 1555136512 11617 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
/proc/63821/statm: 379672 11617 2790 3035 0 51354 0
[pid=63821/tid=63823] ppid=63818 vsize=1518688 memory=8390339637985935414 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63823/stat : 63823 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11617 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63824] ppid=63818 vsize=1518688 memory=57906 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63824/stat : 63824 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11617 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63825] ppid=63818 vsize=1518688 memory=55216921903569 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63825/stat : 63825 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11617 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63826] ppid=63818 vsize=1518688 memory=59619280159299 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63826/stat : 63826 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11617 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63827] ppid=63818 vsize=1518688 memory=55186907464376 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63827/stat : 63827 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11617 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63828] ppid=63818 vsize=1518688 memory=59597872432034 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63828/stat : 63828 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11617 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63829] ppid=63818 vsize=1518688 memory=15260333157647795 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63829/stat : 63829 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11683 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63830] ppid=63818 vsize=1518688 memory=14418141610510587 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63830/stat : 63830 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11683 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63831] ppid=63818 vsize=1518688 memory=71239 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63831/stat : 63831 (fscip) S 63818 63821 58658 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11683 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63832] ppid=63818 vsize=1518688 memory=182354 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63832/stat : 63832 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11683 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63833] ppid=63818 vsize=1518688 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63833/stat : 63833 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11683 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63834] ppid=63818 vsize=1518688 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63834/stat : 63834 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11683 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63835] ppid=63818 vsize=1518688 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63835/stat : 63835 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11683 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63836] ppid=63818 vsize=1518688 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63836/stat : 63836 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11683 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63837] ppid=63818 vsize=1518688 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63837/stat : 63837 (fscip) S 63818 63821 58658 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11683 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63838] ppid=63818 vsize=1518688 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63838/stat : 63838 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11683 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63839] ppid=63818 vsize=1518688 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63839/stat : 63839 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11683 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63840] ppid=63818 vsize=1518688 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63840/stat : 63840 (fscip) R 63818 63821 58658 0 -1 4194368 1123 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11749 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63841] ppid=63818 vsize=1518688 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63841/stat : 63841 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11749 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63842] ppid=63818 vsize=1518688 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63842/stat : 63842 (fscip) S 63818 63821 58658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11188064 1555136512 11749 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 1518688 KiB
Current children cumulated memory: 46468 KiB

[startup+0.218506 s]*
/proc/loadavg: 63.28 63.36 63.09 45/950 63842
/proc/meminfo: memFree=777415364/790760804 swapFree=131071996/131071996
[pid=63821] ppid=63818 vsize=1608844 memory=140844 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/stat : 63821 (fscip) R 63818 63821 58658 0 -1 4194304 33655 0 0 0 19 4 0 0 20 0 23 0 11188054 1647456256 35211 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
/proc/63821/statm: 402211 35211 2790 3035 0 85208 0
[pid=63821/tid=63823] ppid=63818 vsize=1608844 memory=8318255677412212789 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63823/stat : 63823 (fscip) D 63818 63821 58658 0 -1 4194368 1320 0 0 0 0 0 0 0 20 0 23 0 11188064 1647456256 35211 809668444160 4194304 16623229 140724666128720 0 0 0 2147221247 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63824] ppid=63818 vsize=1608844 memory=237112656212 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63824/stat : 63824 (fscip) R 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 23 0 11188064 1647456256 35211 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63825] ppid=63818 vsize=1608844 memory=59610673504748 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63825/stat : 63825 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 23 0 11188064 1647456256 35211 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63826] ppid=63818 vsize=1608844 memory=53022210450128 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63826/stat : 63826 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 23 0 11188064 1647456256 35211 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63827] ppid=63818 vsize=1608844 memory=59580659065786 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63827/stat : 63827 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 23 0 11188064 1647456256 35211 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63828] ppid=63818 vsize=1608844 memory=54083134500164 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63828/stat : 63828 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 23 0 11188064 1647456256 35211 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63829] ppid=63818 vsize=1608844 memory=16103658576151684 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63829/stat : 63829 (fscip) S 63818 63821 58658 0 -1 1077936192 1320 0 0 0 0 0 0 0 20 0 23 0 11188064 1647456256 35723 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63830] ppid=63818 vsize=1617040 memory=13564920587450511 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63830/stat : 63830 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 23 0 11188064 1655848960 35723 809668444160 4194304 16623229 140724666128720 0 0 0 2147221247 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63831] ppid=63818 vsize=1617040 memory=64816 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63831/stat : 63831 (fscip) R 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 24 0 11188064 1655848960 35789 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63832] ppid=63818 vsize=1617040 memory=171619 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63832/stat : 63832 (fscip) R 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 24 0 11188064 1655848960 35789 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63833] ppid=63818 vsize=1617040 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63833/stat : 63833 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 24 0 11188064 1655848960 35855 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63834] ppid=63818 vsize=1625236 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63834/stat : 63834 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 24 0 11188064 1664241664 35855 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63835] ppid=63818 vsize=1625236 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63835/stat : 63835 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 24 0 11188064 1664241664 35921 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63836] ppid=63818 vsize=1625236 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63836/stat : 63836 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 24 0 11188064 1664241664 35987 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63837] ppid=63818 vsize=1625236 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63837/stat : 63837 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 24 0 11188064 1664241664 35987 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63838] ppid=63818 vsize=1633432 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63838/stat : 63838 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 24 0 11188064 1672634368 36053 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63839] ppid=63818 vsize=1641628 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63839/stat : 63839 (fscip) S 63818 63821 58658 0 -1 1077936192 1321 0 0 0 0 0 0 0 20 0 24 0 11188064 1681027072 36053 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63840] ppid=63818 vsize=1641628 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63840/stat : 63840 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 24 0 11188064 1681027072 36119 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63841] ppid=63818 vsize=1641628 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63841/stat : 63841 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 25 0 11188064 1681027072 36119 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63842] ppid=63818 vsize=1641628 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63842/stat : 63842 (fscip) D 63818 63821 58658 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 25 0 11188064 1681027072 36185 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63843] ppid=63818 vsize=1649824 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63843/stat : 63843 (fscip) S 63818 63821 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 25 0 11188078 1689419776 36251 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63844] ppid=63818 vsize=1658020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63844/stat : 63844 (fscip) S 63818 63821 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 25 0 11188078 1697812480 36251 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63845] ppid=63818 vsize=1658020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63845/stat : 63845 (fscip) S 63818 63821 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 25 0 11188078 1697812480 36332 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63846] ppid=63818 vsize=1658020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63846/stat : 63846 (fscip) S 63818 63821 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 25 0 11188078 1697812480 36332 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63847] ppid=63818 vsize=1658020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63847/stat : 63847 (fscip) R 63818 63821 58658 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 26 0 11188078 1697812480 36332 809668444160 4194304 16623229 140724666128720 0 0 0 2147221247 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1608844 KiB
Current children cumulated memory: 140844 KiB

[startup+0.318722 s]*
/proc/loadavg: 63.28 63.36 63.09 50/970 63862
/proc/meminfo: memFree=777068856/790760804 swapFree=131071996/131071996
[pid=63821] ppid=63818 vsize=1717300 memory=492060 CPUtime=1.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/stat : 63821 (fscip) S 63818 63821 58658 0 -1 1077936128 121725 0 0 0 111 40 0 0 20 0 41 0 11188054 1758515200 122883 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
/proc/63821/statm: 429325 122949 2806 3035 0 214146 0
[pid=63821/tid=63823] ppid=63818 vsize=1717300 memory=7017546533858207575 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63823/stat : 63823 (fscip) R 63818 63821 58658 0 -1 4194368 4230 0 0 0 6 1 0 0 20 0 41 0 11188064 1758515200 123147 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63824] ppid=63818 vsize=1717300 memory=281398607124720 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63824/stat : 63824 (fscip) D 63818 63821 58658 0 -1 4194368 6605 0 0 0 5 1 0 0 20 0 41 0 11188064 1758515200 123147 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63825] ppid=63818 vsize=1717300 memory=34340462562508916 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63825/stat : 63825 (fscip) R 63818 63821 58658 0 -1 4194368 6613 0 0 0 5 2 0 0 20 0 41 0 11188064 1758515200 123147 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63826] ppid=63818 vsize=1717300 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63826/stat : 63826 (fscip) R 63818 63821 58658 0 -1 4194368 4231 0 0 0 6 1 0 0 20 0 41 0 11188064 1758515200 123147 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63827] ppid=63818 vsize=1717300 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63827/stat : 63827 (fscip) R 63818 63821 58658 0 -1 4194368 6590 0 0 0 4 2 0 0 20 0 41 0 11188064 1758515200 123213 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63828] ppid=63818 vsize=1717300 memory=0 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63828/stat : 63828 (fscip) D 63818 63821 58658 0 -1 4194368 6500 0 0 0 4 1 0 0 20 0 41 0 11188064 1758515200 123213 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63829] ppid=63818 vsize=1717300 memory=7926468885241659426 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63829/stat : 63829 (fscip) R 63818 63821 58658 0 -1 4194368 4242 0 0 0 7 0 0 0 20 0 41 0 11188064 1758515200 123213 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63830] ppid=63818 vsize=1717300 memory=57828 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63830/stat : 63830 (fscip) D 63818 63821 58658 0 -1 4194368 6455 0 0 0 4 2 0 0 20 0 41 0 11188064 1758515200 123213 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63831] ppid=63818 vsize=1717300 memory=53005013803448 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63831/stat : 63831 (fscip) D 63818 63821 58658 0 -1 4194368 6414 0 0 0 4 2 0 0 20 0 41 0 11188064 1758515200 123213 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63832] ppid=63818 vsize=1717300 memory=58527 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63832/stat : 63832 (fscip) R 63818 63821 58658 0 -1 4194368 4245 0 0 0 5 2 0 0 20 0 41 0 11188064 1758515200 123213 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63833] ppid=63818 vsize=1717300 memory=58872 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63833/stat : 63833 (fscip) R 63818 63821 58658 0 -1 4194368 6594 0 0 0 4 2 0 0 20 0 41 0 11188064 1758515200 123213 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63834] ppid=63818 vsize=1717300 memory=77878 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63834/stat : 63834 (fscip) R 63818 63821 58658 0 -1 4194368 6294 0 0 0 4 2 0 0 20 0 41 0 11188064 1758515200 123213 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63835] ppid=63818 vsize=1717300 memory=2443 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63835/stat : 63835 (fscip) D 63818 63821 58658 0 -1 4194368 4227 0 0 0 6 1 0 0 20 0 41 0 11188064 1758515200 123279 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63836] ppid=63818 vsize=1717300 memory=52376 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63836/stat : 63836 (fscip) D 63818 63821 58658 0 -1 4194368 6526 0 0 0 3 2 0 0 20 0 41 0 11188064 1758515200 123279 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63837] ppid=63818 vsize=1717300 memory=61149 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63837/stat : 63837 (fscip) R 63818 63821 58658 0 -1 4194368 6348 0 0 0 4 1 0 0 20 0 41 0 11188064 1758515200 123279 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63838] ppid=63818 vsize=1717300 memory=3904673894896035180 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63838/stat : 63838 (fscip) R 63818 63821 58658 0 -1 4194368 4250 0 0 0 6 1 0 0 20 0 41 0 11188064 1758515200 123345 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63839] ppid=63818 vsize=1717300 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63839/stat : 63839 (fscip) R 63818 63821 58658 0 -1 4194368 6912 0 0 0 4 2 0 0 20 0 41 0 11188064 1758515200 123345 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63840] ppid=63818 vsize=1717300 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63840/stat : 63840 (fscip) D 63818 63821 58658 0 -1 4194368 6549 0 0 0 4 2 0 0 20 0 41 0 11188064 1758515200 123345 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63841] ppid=63818 vsize=1717300 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63841/stat : 63841 (fscip) R 63818 63821 58658 0 -1 4194368 4231 0 0 0 6 1 0 0 20 0 41 0 11188064 1758515200 123345 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63842] ppid=63818 vsize=1717300 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63842/stat : 63842 (fscip) R 63818 63821 58658 0 -1 4194368 6610 0 0 0 4 2 0 0 20 0 41 0 11188064 1758515200 123345 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63843] ppid=63818 vsize=1717300 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63843/stat : 63843 (fscip) S 63818 63821 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11188078 1758515200 123345 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63844] ppid=63818 vsize=1717300 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63844/stat : 63844 (fscip) S 63818 63821 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11188078 1758515200 123345 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63845] ppid=63818 vsize=1717300 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63845/stat : 63845 (fscip) S 63818 63821 58658 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11188078 1758515200 123345 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0

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

[pid=63821/tid=63846] ppid=63818 vsize=8086120 memory=6552100 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63846/stat : 63846 (fscip) S 63818 63821 58658 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63847] ppid=63818 vsize=8086120 memory=6566992 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63847/stat : 63847 (fscip) S 63818 63821 58658 0 -1 1077936192 115 0 0 0 0 1 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63848] ppid=63818 vsize=8086120 memory=7404 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63848/stat : 63848 (fscip) S 63818 63821 58658 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63849] ppid=63818 vsize=8086120 memory=6598388 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63849/stat : 63849 (fscip) S 63818 63821 58658 0 -1 1077936192 120 0 0 0 1 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63850] ppid=63818 vsize=8086120 memory=281398609237424 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63850/stat : 63850 (fscip) S 63818 63821 58658 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63851] ppid=63818 vsize=8086120 memory=11624 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63851/stat : 63851 (fscip) S 63818 63821 58658 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63852] ppid=63818 vsize=8086120 memory=11644 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63852/stat : 63852 (fscip) S 63818 63821 58658 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63853] ppid=63818 vsize=8086120 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63853/stat : 63853 (fscip) S 63818 63821 58658 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63854] ppid=63818 vsize=8086120 memory=6617568 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63854/stat : 63854 (fscip) S 63818 63821 58658 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63855] ppid=63818 vsize=8086120 memory=6620632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63855/stat : 63855 (fscip) S 63818 63821 58658 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63856] ppid=63818 vsize=8086120 memory=7404 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63856/stat : 63856 (fscip) S 63818 63821 58658 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63857] ppid=63818 vsize=8086120 memory=28008 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63857/stat : 63857 (fscip) S 63818 63821 58658 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63858] ppid=63818 vsize=8086120 memory=6620632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63858/stat : 63858 (fscip) S 63818 63821 58658 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63859] ppid=63818 vsize=8086120 memory=11624 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63859/stat : 63859 (fscip) S 63818 63821 58658 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63860] ppid=63818 vsize=8086120 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63860/stat : 63860 (fscip) S 63818 63821 58658 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63861] ppid=63818 vsize=8086120 memory=7162244403185870956 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63861/stat : 63861 (fscip) S 63818 63821 58658 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63862] ppid=63818 vsize=8086120 memory=6620688 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63862/stat : 63862 (fscip) S 63818 63821 58658 0 -1 1077936192 118 0 0 0 0 1 0 0 20 0 41 0 11188078 8280186880 1655895 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
Current children cumulated CPU time: 71053.2 s
Current children cumulated vsize: 8086120 KiB
Current children cumulated memory: 6623580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.14 s]
/proc/loadavg: 80.37 80.56 80.22 81/1023 65975
/proc/meminfo: memFree=747927152/790760804 swapFree=131071996/131071996
[pid=63821] ppid=63818 vsize=8163800 memory=6661968 CPUtime=72001.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/stat : 63821 (fscip) S 63818 63821 58658 0 -1 1077936128 28125758 0 0 0 7190753 9421 0 0 20 0 41 0 11188054 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
/proc/63821/statm: 2040950 1665492 3318 3035 0 1840465 0
[pid=63821/tid=63823] ppid=63818 vsize=8163800 memory=548424374153928 CPUtime=3602.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63823/stat : 63823 (fscip) R 63818 63821 58658 0 -1 4194368 1826497 0 0 0 359997 282 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63824] ppid=63818 vsize=8163800 memory=281398608600624 CPUtime=3605.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63824/stat : 63824 (fscip) R 63818 63821 58658 0 -1 4194368 1466992 0 0 0 360359 225 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63825] ppid=63818 vsize=8163800 memory=-7091314006321880703 CPUtime=3599.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63825/stat : 63825 (fscip) R 63818 63821 58658 0 -1 4194368 765225 0 0 0 358945 977 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63826] ppid=63818 vsize=8163800 memory=281398607282144 CPUtime=3600.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63826/stat : 63826 (fscip) R 63818 63821 58658 0 -1 4194368 1996979 0 0 0 359776 301 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63827] ppid=63818 vsize=8163800 memory=19844 CPUtime=3605.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63827/stat : 63827 (fscip) R 63818 63821 58658 0 -1 4194368 1469188 0 0 0 360305 242 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63828] ppid=63818 vsize=8163800 memory=13552 CPUtime=3600.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63828/stat : 63828 (fscip) R 63818 63821 58658 0 -1 4194368 784066 0 0 0 359143 909 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63829] ppid=63818 vsize=8163800 memory=6658472 CPUtime=3604.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63829/stat : 63829 (fscip) R 63818 63821 58658 0 -1 4194368 1906691 0 0 0 360183 272 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63830] ppid=63818 vsize=8163800 memory=2212 CPUtime=3600.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63830/stat : 63830 (fscip) R 63818 63821 58658 0 -1 4194368 1618746 0 0 0 359812 250 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63831] ppid=63818 vsize=8163800 memory=1952 CPUtime=3601.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63831/stat : 63831 (fscip) R 63818 63821 58658 0 -1 4194368 775163 0 0 0 359141 979 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63832] ppid=63818 vsize=8163800 memory=281398607505552 CPUtime=3599.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63832/stat : 63832 (fscip) R 63818 63821 58658 0 -1 4194368 1709885 0 0 0 359657 271 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63833] ppid=63818 vsize=8163800 memory=281398608384496 CPUtime=3589.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63833/stat : 63833 (fscip) R 63818 63821 58658 0 -1 4194368 1573924 0 0 0 358753 246 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63834] ppid=63818 vsize=8163800 memory=27608 CPUtime=3600.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63834/stat : 63834 (fscip) R 63818 63821 58658 0 -1 4194368 769410 0 0 0 359068 970 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63835] ppid=63818 vsize=8163800 memory=11624 CPUtime=3600.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63835/stat : 63835 (fscip) R 63818 63821 58658 0 -1 4194368 1967781 0 0 0 359751 297 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63836] ppid=63818 vsize=8163800 memory=6649792 CPUtime=3603.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63836/stat : 63836 (fscip) R 63818 63821 58658 0 -1 4194368 1519264 0 0 0 360088 237 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63837] ppid=63818 vsize=8163800 memory=548424374153928 CPUtime=3598.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63837/stat : 63837 (fscip) R 63818 63821 58658 0 -1 4194368 758284 0 0 0 358874 971 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63838] ppid=63818 vsize=8163800 memory=548424374153928 CPUtime=3594.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63838/stat : 63838 (fscip) R 63818 63821 58658 0 -1 4194368 1720502 0 0 0 359237 243 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63839] ppid=63818 vsize=8163800 memory=281398609489216 CPUtime=3600.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63839/stat : 63839 (fscip) R 63818 63821 58658 0 -1 4194368 1402490 0 0 0 359809 227 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63840] ppid=63818 vsize=8163800 memory=25333125866717268 CPUtime=3589.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63840/stat : 63840 (fscip) R 63818 63821 58658 0 -1 4194368 743931 0 0 0 358046 943 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63841] ppid=63818 vsize=8163800 memory=25333125866717268 CPUtime=3601.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63841/stat : 63841 (fscip) R 63818 63821 58658 0 -1 4194368 1772565 0 0 0 359912 252 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63842] ppid=63818 vsize=8163800 memory=2420 CPUtime=3599.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63842/stat : 63842 (fscip) R 63818 63821 58658 0 -1 4194368 1567104 0 0 0 359748 251 0 0 20 0 41 0 11188064 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63843] ppid=63818 vsize=8163800 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63843/stat : 63843 (fscip) S 63818 63821 58658 0 -1 1077936192 60 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63844] ppid=63818 vsize=8163800 memory=281398611367968 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63844/stat : 63844 (fscip) S 63818 63821 58658 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63845] ppid=63818 vsize=8163800 memory=6648572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63845/stat : 63845 (fscip) S 63818 63821 58658 0 -1 1077936192 61 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63846] ppid=63818 vsize=8163800 memory=6620236 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63846/stat : 63846 (fscip) S 63818 63821 58658 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63847] ppid=63818 vsize=8163800 memory=6659812 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63847/stat : 63847 (fscip) S 63818 63821 58658 0 -1 1077936192 117 0 0 0 0 1 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63848] ppid=63818 vsize=8163800 memory=281398608889888 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63848/stat : 63848 (fscip) S 63818 63821 58658 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63849] ppid=63818 vsize=8163800 memory=198340509722 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63849/stat : 63849 (fscip) S 63818 63821 58658 0 -1 1077936192 122 0 0 0 1 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63850] ppid=63818 vsize=8163800 memory=6658528 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63850/stat : 63850 (fscip) S 63818 63821 58658 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63851] ppid=63818 vsize=8163800 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63851/stat : 63851 (fscip) S 63818 63821 58658 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63852] ppid=63818 vsize=8163800 memory=6228309391144282727 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63852/stat : 63852 (fscip) S 63818 63821 58658 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63853] ppid=63818 vsize=8163800 memory=6620240 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63853/stat : 63853 (fscip) S 63818 63821 58658 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63854] ppid=63818 vsize=8163800 memory=6622860 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63854/stat : 63854 (fscip) S 63818 63821 58658 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63855] ppid=63818 vsize=8163800 memory=281398609307200 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63855/stat : 63855 (fscip) S 63818 63821 58658 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63856] ppid=63818 vsize=8163800 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63856/stat : 63856 (fscip) S 63818 63821 58658 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63857] ppid=63818 vsize=8163800 memory=19844 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63857/stat : 63857 (fscip) S 63818 63821 58658 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63858] ppid=63818 vsize=8163800 memory=31988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63858/stat : 63858 (fscip) S 63818 63821 58658 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63859] ppid=63818 vsize=8163800 memory=281398607532704 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63859/stat : 63859 (fscip) S 63818 63821 58658 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63860] ppid=63818 vsize=8163800 memory=281398608558736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63860/stat : 63860 (fscip) S 63818 63821 58658 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63861] ppid=63818 vsize=8163800 memory=5664 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63861/stat : 63861 (fscip) S 63818 63821 58658 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
[pid=63821/tid=63862] ppid=63818 vsize=8163800 memory=11504 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/63821/task/63862/stat : 63862 (fscip) S 63818 63821 58658 0 -1 1077936192 120 0 0 0 0 1 0 0 20 0 41 0 11188078 8359731200 1665492 809668444160 4194304 16623229 140724666128720 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 43012096 140724666135562 140724666135680 140724666135680 140724666142704 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 8163800 KiB
Current children cumulated memory: 6661968 KiB

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

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

# cumulated CPU time of all completed processes:  user=71907.8 s, system=94.4219 s

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

[startup+3630.21 s]*
/proc/loadavg: 80.37 80.56 80.22 62/984 65975
/proc/meminfo: memFree=749868844/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3630.32 s]
/proc/loadavg: 80.37 80.56 80.22 62/984 65975
/proc/meminfo: memFree=749868844/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3630.36
CPU time (s): 72002.2
CPU user time (s): 71907.8
CPU system time (s): 94.4219
CPU usage (%): 1983.34
Max. virtual memory (cumulated for all children) (KiB): 8163800
Max. memory (cumulated for all children) (KiB): 6661968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71907.8
system time used= 94.4219
maximum resident set size= 6661968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28125808
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= 306542
involuntary context switches= 321205


# summary of solver processes directly reported to runsolver:
#   pid: 63821
#   total CPU time (s): 72002.2
#   total CPU user time (s): 71907.8
#   total CPU system time (s): 94.4219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.7708 second user time and 77.6146 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 19:14:13
IDJOB=4465182
IDBENCH=147022
IDSOLVER=3094
FILE ID=nodeD103/4465182-1722446053
RUNJOBID= nodeD103-1722441596-58671
SLURM_JOB_ID= 8254233
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data6_3.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-4465182-1722446053/watcher-4465182-1722446053 -o /tmp/evaluation-result-4465182-1722446053/solver-4465182-1722446053 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722441596-58671 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465182-1722446053.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 9e6692c80f11b0068f23fe5849cf8b25
RANDOM SEED=1873181403

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        777533772 kB
MemAvailable:   775465296 kB
Buffers:          135376 kB
Cached:           617976 kB
SwapCached:            0 kB
Active:           290864 kB
Inactive:       10606596 kB
Active(anon):       2132 kB
Inactive(anon): 10164516 kB
Active(file):     288732 kB
Inactive(file):   442080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29112 kB
Writeback:           120 kB
AnonPages:      10136200 kB
Mapped:           123956 kB
Shmem:             22536 kB
KReclaimable:     119920 kB
Slab:             447612 kB
SReclaimable:     119920 kB
SUnreclaim:       327692 kB
KernelStack:       16000 kB
PageTables:        30620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1794436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           183552 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      458752 kB
DirectMap2M:    49321984 kB
DirectMap1G:    756023296 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD103 at 2024-07-31 20:14:44