Trace number 4468605

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-08-12SAT185 71326.8 3598.54

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
MD5SUM0daa95194506fa379fbbdb25b381edfb
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 benchmark180
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables473
Total number of constraints473
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints473
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 473
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
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: 3bb793453d]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 24354816, getVmSize() = 24354816, SCIPgetMemUsed() = 2250037, SCIPgetMemTotal() = 2807893, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.02	c ** Estimated virtualMemUsedAtSolver = 16398303, getVmSize() = 29450240, SCIPgetMemUsed() = 3179324, SCIPgetMemTotal() = 6430524, SCIPgetMemExternEstim() = 1048576
0.00/0.02	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.02	c Original Problem   :
0.00/0.02	c   Problem name     : instance-4468605-1723487511
0.00/0.02	c   Variables        : 473 (473 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 473
0.00/0.02	c   Objective sense  : minimize
0.00/0.02	c Presolved Problem  :
0.00/0.02	c   Variables        : 473 (473 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 535
0.00/0.02	c Constraints        : Number
0.00/0.02	c   knapsack         : 435 
0.00/0.02	c   setppc           : 84 
0.00/0.02	c   logicor          : 16 
0.00/0.02	c ** Instance transfer method used: 0
0.00/0.02	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.08	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.08	c                                Nodes    Active                                            
0.00/0.08	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.52/0.13	c *       0              0           1        20         222.0000                -          -
0.52/0.13	c *       0              0           1        20         213.0000                -          -
23.48/1.33	c *       1              0           1        20         212.0000                -          -
25.48/1.43	c *       1              0           1        20         211.0000                -          -
25.48/1.45	c *       1              0           1        20         210.0000                -          -
25.48/1.48	c *       1              0           1        20         208.0000                -          -
27.46/1.50	c *       2              0           1        20         207.0000                -          -
27.46/1.52	c *       2              0           1        20         206.0000                -          -
27.46/1.54	c *       2              0           1        20         205.0000                -          -
27.46/1.57	c *       2              0           1        20         204.0000                -          -
27.46/1.60	c *       2              0           1        20         203.0000                -          -
29.45/1.63	c *       2              0           1        20         202.0000                -          -
29.45/1.67	c *       2              0           1        20         201.0000                -          -
31.42/1.70	c *       2              0           1        20         200.0000                -          -
31.42/1.74	c *       2              0           1        20         199.0000                -          -
31.42/1.78	c *       2              0           1        20         198.0000                -          -
33.33/1.82	c *       2              0           1        20         197.0000                -          -
33.33/1.86	c *       2              0           1        20         196.0000                -          -
35.18/1.90	c *       2              0           1        20         195.0000                -          -
35.18/1.94	c *       2              0           1        20         194.0000                -          -
37.74/2.07	c *       2              0           1        20         193.0000                -          -
68.85/3.63	c *       4              2           1        20         192.0000         158.3848     21.22%
74.82/3.91	c *       4              2           1        20         191.0000         158.3848     20.59%
77.70/4.12	c *       4              2           1        20         190.0000         163.3927     16.28%
86.72/4.51	c *       5              2           1        20         189.0000         163.3927     15.67%
97.46/5.13	c         5              3           2        20         189.0000         163.4245     15.65%
146.32/7.59	c *       8              4           3        20         188.0000         163.5326     14.96%
199.90/10.28	c        10              7           6        20         188.0000         163.5326     14.96%
301.15/15.35	c        15             12          11        20         188.0000         163.5326     14.96%
402.40/20.40	c        20             62          61        20         188.0000         163.5382     14.96%
501.64/25.45	c        25            127         126        20         188.0000         163.6028     14.91%
600.86/30.46	c        30            262         241        20         188.0000         163.7881     14.78%
702.10/35.54	c        36            352         313        20         188.0000         164.0208     14.62%
801.27/40.58	c        41            402         363        20         188.0000         164.3001     14.42%
902.45/45.61	c        46            462         423        20         188.0000         164.4200     14.34%
1001.69/50.66	c        51            502         463        20         188.0000         164.5065     14.28%
1100.95/55.68	c        56            552         513        20         188.0000         164.5426     14.26%
1202.19/60.75	c        61            610         571        20         188.0000         164.6061     14.21%
1301.43/65.79	c        66            732         731        20         188.0000         164.6432     14.19%
1402.58/70.83	c        71            722         683        20         188.0000         164.7091     14.14%
1503.69/75.93	c        76            782         743        20         188.0000         164.7328     14.12%
1602.93/80.95	c        81            832         793        20         188.0000         164.7822     14.09%
1702.09/85.96	c        86            892         853        20         188.0000         164.8167     14.07%
1787.39/90.29	c *      90            952         913        20         187.0000         164.8425     13.44%
1804.13/91.04	c        91            962         904        20         187.0000         164.8490     13.44%
1865.55/94.16	c *      94           1002         944        20         186.0000         164.8657     12.82%
1903.38/96.10	c        96           1032         964        20         186.0000         164.8878     12.80%
2005.62/101.20	c       101           1092        1024        20         186.0000         164.9125     12.79%
2104.93/106.25	c       106           1162        1094        20         186.0000         164.9677     12.75%
2208.21/111.49	c       111           1242        1174        20         186.0000         165.0154     12.72%
2309.49/116.54	c       117           1311        1243        20         186.0000         165.0358     12.70%
2410.71/121.60	c       122           1362        1294        20         186.0000         165.0550     12.69%
2509.97/126.64	c       127           1432        1364        20         186.0000         165.0721     12.68%
2611.25/131.70	c       132           1482        1414        20         186.0000         165.0844     12.67%
2710.51/136.76	c       137           1542        1474        20         186.0000         165.1003     12.66%
2811.73/141.80	c       142           1612        1544        20         186.0000         165.1486     12.63%
2910.95/146.82	c       147           1682        1614        20         186.0000         165.1787     12.61%
3010.20/151.86	c       152           1752        1684        20         186.0000         165.2030     12.59%
3109.51/156.88	c       157           1822        1754        20         186.0000         165.2320     12.57%
3210.79/161.91	c       162           1882        1814        20         186.0000         165.2432     12.56%
3310.08/167.01	c       167           1952        1884        20         186.0000         165.2597     12.55%
3412.02/172.06	c       172           2012        1944        20         186.0000         165.2854     12.53%
3511.12/177.12	c       177           2072        2004        20         186.0000         165.2994     12.52%
3613.49/182.20	c       182           2142        2074        20         186.0000         165.3182     12.51%
3712.72/187.23	c       187           2202        2134        20         186.0000         165.3370     12.50%
3812.06/192.26	c       192           2272        2204        20         186.0000         165.3528     12.49%
3913.08/197.35	c       197           2332        2264        20         186.0000         165.3753     12.47%
4014.39/202.40	c       202           2402        2334        20         186.0000         165.4059     12.45%
4113.60/207.45	c       207           2462        2394        20         186.0000         165.4369     12.43%
4212.78/212.49	c       212           2532        2464        20         186.0000         165.4556     12.42%
4314.05/217.54	c       218           2592        2524        20         186.0000         165.4810     12.40%
4415.24/222.61	c       223           2662        2594        20         186.0000         165.4950     12.39%
4514.50/227.66	c       228           2732        2664        20         186.0000         165.5105     12.38%
4615.70/232.70	c       233           2802        2734        20         186.0000         165.5202     12.37%
4714.95/237.74	c       238           2872        2804        20         186.0000         165.5326     12.36%
4816.08/242.80	c       243           2942        2874        20         186.0000         165.5557     12.35%
4915.36/247.83	c       248           3002        2934        20         186.0000         165.5684     12.34%
5016.56/252.90	c       253           3072        3004        20         186.0000         165.5786     12.33%
5115.81/257.91	c       258           3132        3064        20         186.0000         165.5884     12.33%
5215.05/262.95	c       263           3202        3134        20         186.0000         165.6068     12.31%
5316.86/268.05	c       268           3272        3204        20         186.0000         165.6183     12.31%
5416.33/273.08	c       273           3352        3284        20         186.0000         165.6320     12.30%
5517.59/278.15	c       278           3412        3344        20         186.0000         165.6556     12.28%
5617.79/283.20	c       283           3482        3414        20         186.0000         165.6764     12.27%
5716.95/288.26	c       288           3562        3494        20         186.0000         165.6876     12.26%
5818.13/293.30	c       293           3622        3554        20         186.0000         165.7004     12.25%
5917.36/298.35	c       298           3692        3624        20         186.0000         165.7189     12.24%
6016.62/303.37	c       303           3762        3694        20         186.0000         165.7451     12.22%
6117.73/308.45	c       308           3822        3754        20         186.0000         165.7508     12.22%
6216.94/313.48	c       313           3902        3834        20         186.0000         165.7610     12.21%
6318.22/318.55	c       319           3972        3904        20         186.0000         165.7846     12.19%
6419.25/323.60	c       324           4042        3974        20         186.0000         165.7961     12.19%
6518.54/328.64	c       329           4122        4054        20         186.0000         165.8092     12.18%
6617.71/333.70	c       334           4192        4124        20         186.0000         165.8233     12.17%
6718.97/338.70	c       339           4272        4204        20         186.0000         165.8364     12.16%
6820.20/343.80	c       344           4332        4264        20         186.0000         165.8500     12.15%
6919.40/348.85	c       349           4402        4334        20         186.0000         165.8559     12.15%
7020.61/353.90	c       354           4482        4414        20         186.0000         165.8711     12.14%
7119.86/358.95	c       359           4542        4474        20         186.0000         165.8799     12.13%
7219.09/364.00	c       364           4612        4544        20         186.0000         165.8939     12.12%
7321.28/369.05	c       369           4672        4604        20         186.0000         165.9102     12.11%
7420.54/374.10	c       374           4742        4674        20         186.0000         165.9268     12.10%
7519.34/379.12	c       379           4812        4744        20         186.0000         165.9393     12.09%
7621.72/384.20	c       384           4892        4824        20         186.0000         165.9516     12.08%
7720.96/389.25	c       389           4962        4894        20         186.0000         165.9587     12.08%
7822.18/394.30	c       394           5042        4974        20         186.0000         165.9715     12.07%
7921.11/399.33	c       399           5102        5034        20         186.0000         165.9777     12.06%
8022.05/404.40	c       404           5172        5104        20         186.0000         165.9908     12.05%
8121.19/409.45	c       409           5252        5184        20         186.0000         166.0101     12.04%
8220.43/414.50	c       414           5332        5264        20         186.0000         166.0213     12.03%
8321.66/419.55	c       420           5402        5334        20         186.0000         166.0330     12.03%
8420.89/424.58	c       425           5462        5394        20         186.0000         166.0522     12.01%
8521.87/429.63	c       430           5532        5464        20         186.0000         166.0618     12.01%
8621.02/434.67	c       435           5592        5524        20         186.0000         166.0665     12.00%
8722.16/439.71	c       440           5672        5604        20         186.0000         166.0798     11.99%
8823.26/444.80	c       445           5742        5674        20         186.0000         166.0853     11.99%
8922.43/449.83	c       450           5812        5744        20         186.0000         166.0924     11.99%
9023.56/454.90	c       455           5872        5804        20         186.0000         166.1067     11.98%
9122.73/459.95	c       460           5962        5894        20         186.0000         166.1181     11.97%
9221.93/465.00	c       465           6032        5964        20         186.0000         166.1257     11.96%
9320.76/470.02	c       470           6102        6034        20         186.0000         166.1421     11.95%
9422.64/475.10	c       475           6192        6124        20         186.0000         166.1516     11.95%
9523.84/480.15	c       480           6272        6204        20         186.0000         166.1562     11.94%
9623.72/485.20	c       485           6332        6264        20         186.0000         166.1591     11.94%
9722.84/490.22	c       490           6412        6344        20         186.0000         166.1734     11.93%
9821.65/495.24	c       495           6482        6414        20         186.0000         166.1793     11.93%
9922.70/500.35	c       500           6532        6464        20         186.0000         166.1894     11.92%
10023.72/505.40	c       505           6622        6554        20         186.0000         166.2060     11.91%
10122.57/510.45	c       510           6702        6634        20         186.0000         166.2108     11.91%
10221.55/515.49	c       516           6782        6714        20         186.0000         166.2182     11.90%
10322.72/520.54	c       521           6862        6794        20         186.0000         166.2255     11.90%
10421.95/525.59	c       526           6922        6854        20         186.0000         166.2325     11.89%
10523.14/530.61	c       531           6972        6904        20         186.0000         166.2393     11.89%
10622.34/535.69	c       536           7022        6954        20         186.0000         166.2488     11.88%
10723.28/540.74	c       541           7072        7004        20         186.0000         166.2507     11.88%
10822.48/545.77	c       546           7122        7054        20         186.0000         166.2590     11.87%
10923.81/550.84	c       551           7172        7104        20         186.0000         166.2630     11.87%
11022.82/555.89	c       556           7222        7154        20         186.0000         166.2716     11.87%
11123.94/560.95	c       561           7282        7214        20         186.0000         166.2775     11.86%
11223.14/565.99	c       566           7312        7244        20         186.0000         166.2809     11.86%
11325.12/571.04	c       571           7362        7294        20         186.0000         166.2852     11.86%
11424.52/576.06	c       576           7411        7343        20         186.0000         166.2892     11.85%
11525.44/581.14	c       581           7462        7394        20         186.0000         166.2925     11.85%
11624.67/586.19	c       586           7502        7434        20         186.0000         166.2956     11.85%
11724.93/591.24	c       591           7562        7494        20         186.0000         166.2982     11.85%
11824.19/596.27	c       596           7602        7534        20         186.0000         166.3037     11.84%
11925.27/601.34	c       601           7652        7584        20         186.0000         166.3062     11.84%
12024.10/606.37	c       606           7692        7624        20         186.0000         166.3084     11.84%
12123.25/611.38	c       611           7742        7674        20         186.0000         166.3220     11.83%
12224.37/616.45	c       616           7792        7724        20         186.0000         166.3280     11.83%
12325.36/621.54	c       622           7832        7764        20         186.0000         166.3338     11.82%
12424.50/626.57	c       627           7882        7814        20         186.0000         166.3405     11.82%
12525.47/631.64	c       632           7932        7864        20         186.0000         166.3427     11.82%
12624.69/636.69	c       637           7982        7914        20         186.0000         166.3467     11.81%
12725.71/641.72	c       642           8031        7963        20         186.0000         166.3496     11.81%
12824.69/646.79	c       647           8082        8014        20         186.0000         166.3532     11.81%
12925.93/651.81	c       652           8132        8064        20         186.0000         166.3604     11.81%
13025.20/656.88	c       657           8172        8104        20         186.0000         166.3616     11.80%
13124.49/661.89	c       662           8212        8144        20         186.0000         166.3635     11.80%
13225.77/666.95	c       667           8272        8204        20         186.0000         166.3677     11.80%
13325.06/671.97	c       672           8322        8254        20         186.0000         166.3766     11.79%
13424.35/677.02	c       677           8352        8284        20         186.0000         166.3771     11.79%
13526.17/682.06	c       682           8402        8334        20         186.0000         166.3817     11.79%
13625.03/687.07	c       687           8452        8384        20         186.0000         166.3849     11.79%
13727.57/692.23	c       692           8502        8434        20         186.0000         166.3889     11.79%
13826.97/697.27	c       697           8552        8484        20         186.0000         166.3916     11.78%
13926.00/702.29	c       702           8602        8534        20         186.0000         166.3968     11.78%
14027.19/707.37	c       707           8652        8584        20         186.0000         166.4051     11.78%
14126.45/712.39	c       712           8702        8634        20         186.0000         166.4094     11.77%
14227.72/717.46	c       717           8752        8684        20         186.0000         166.4111     11.77%
14280.07/720.06	c Warning: Ramp-Up Phase Process is switched to 1. CollectOnce, MergeNodesAtRestart and RacingStatBranching are switched to FALSE.
14280.07/720.06	c You should check the following parameter values: StopRacingNumberOfNodesLeft, StopRacingNumberOfNodesLeftMultiplier, ProhibitCollectOnceMultiplier
14280.07/720.06	Racing ramp-up finished after 720.06 seconds. Selected strategy 4.
14328.38/722.66	c       723           8836        8736        20         186.0000         166.4135     11.77%         166.4135     11.77%
14429.59/727.77	c       728         234370        9648        20         186.0000         166.4266     11.76%         166.4327     11.76%
14530.78/732.80	c       733         697978        9781        20         186.0000         166.4266     11.76%         166.4378     11.75%
14631.95/738.00	c       738        1253085       10595        20         186.0000         166.4266     11.76%         166.4429     11.75%
14731.11/743.05	c       743        1811659       11894        20         186.0000         166.4266     11.76%         166.4445     11.75%
14832.83/748.10	c       748        2375188       12697        20         186.0000         166.4266     11.76%         166.4469     11.75%
14933.84/753.15	c       753        2944389       13692        20         186.0000         166.4266     11.76%         166.4509     11.74%
15034.35/758.20	c       758        3487079       14721        20         186.0000         166.4266     11.76%         166.4524     11.74%
15133.63/763.23	c       763        4012879       15652        20         186.0000         166.4266     11.76%         166.4545     11.74%
15232.64/768.27	c       768        4561834       16816        20         186.0000         166.4266     11.76%         166.4581     11.74%
15333.48/773.35	c       773        5132528       18010        20         186.0000         166.4266     11.76%         166.4600     11.74%
15434.53/778.40	c       778        5677645       19170        20         186.0000         166.4266     11.76%         166.4647     11.74%
15533.64/783.45	c       783        6198009       20375        20         186.0000         166.4266     11.76%         166.4695     11.73%
15634.80/788.50	c       789        6730429       21615        20         186.0000         166.4266     11.76%         166.4716     11.73%
15733.80/793.53	c       794        7253791       22784        20         186.0000         166.4266     11.76%         166.4774     11.73%
15833.00/798.58	c       799        7798082       24075        20         186.0000         166.4266     11.76%         166.4807     11.72%
15934.03/803.65	c       804        8344841       25350        20         186.0000         166.4266     11.76%         166.4830     11.72%
16033.11/808.70	c       809        8897786       26638        20         186.0000         166.4266     11.76%         166.4871     11.72%
16134.19/813.75	c       814        9454549       27861        20         186.0000         166.4266     11.76%         166.4902     11.72%
16235.30/818.81	c       819        9954826       29043        20         186.0000         166.4266     11.76%         166.4921     11.72%
16334.49/823.86	c       824       10469371       30334        20         186.0000         166.4266     11.76%         166.4951     11.71%
16435.63/828.91	c       829       11013822       31522        20         186.0000         166.4266     11.76%         166.4987     11.71%
16534.57/833.91	c       834       11559930       32660        20         186.0000         166.4266     11.76%         166.5030     11.71%
16633.59/838.97	c       839       12113461       33918        20         186.0000         166.4266     11.76%         166.5056     11.71%
16732.73/843.99	c       844       12656605       35152        20         186.0000         166.4266     11.76%         166.5081     11.71%
16834.66/849.11	c       849       13201256       36424        20         186.0000         166.4266     11.76%         166.5091     11.71%
16933.53/854.13	c       854       13710227       37633        20         186.0000         166.4266     11.76%         166.5142     11.70%
17032.72/859.13	c       859       14225551       38726        20         186.0000         166.4266     11.76%         166.5166     11.70%
17134.99/864.22	c       864       14730531       39953        20         186.0000         166.4266     11.76%         166.5219     11.70%
17236.16/869.30	c       869       15274784       41285        20         186.0000         166.4266     11.76%         166.5289     11.69%
17335.21/874.35	c       874       15808815       42535        20         186.0000         166.4266     11.76%         166.5314     11.69%
17434.23/879.39	c       879       16339681       43862        20         186.0000         166.4266     11.76%         166.5363     11.69%
17535.30/884.40	c       884       16845463       44941        20         186.0000         166.4266     11.76%         166.5380     11.69%
17634.31/889.43	c       889       17357822       46201        20         186.0000         166.4266     11.76%         166.5402     11.68%
17735.49/894.51	c       895       17871215       47407        20         186.0000         166.4266     11.76%         166.5415     11.68%
17836.56/899.60	c       900       18409625       48623        20         186.0000         166.4266     11.76%         166.5426     11.68%
17935.67/904.65	c       905       18890758       49872        20         186.0000         166.4266     11.76%         166.5455     11.68%
18036.86/909.70	c       910       19370760       51168        20         186.0000         166.4266     11.76%         166.5490     11.68%
18135.90/914.71	c       915       19882768       52437        20         186.0000         166.4266     11.76%         166.5504     11.68%
18234.96/919.74	c       920       20406849       53485        20         186.0000         166.4266     11.76%         166.5526     11.68%
18334.09/924.80	c       925       20890304       54655        20         186.0000         166.4266     11.76%         166.5553     11.67%
18437.13/929.91	c       930       21392335       55884        20         186.0000         166.4266     11.76%         166.5577     11.67%
18536.19/934.98	c       935       21888294       57105        20         186.0000         166.4266     11.76%         166.5605     11.67%
18635.29/940.01	c       940       22382152       58415        20         186.0000         166.4266     11.76%         166.5637     11.67%
18737.09/945.06	c       945       22870789       59585        20         186.0000         166.4266     11.76%         166.5661     11.67%
18836.19/950.13	c       950       23384500       60851        20         186.0000         166.4266     11.76%         166.5686     11.67%
18937.65/955.18	c       955       23847469       62077        20         186.0000         166.4266     11.76%         166.5717     11.66%
19037.77/960.22	c       960       24350306       63371        20         186.0000         166.4266     11.76%         166.5735     11.66%
19136.90/965.24	c       965       24839747       64644        20         186.0000         166.4266     11.76%         166.5760     11.66%
19236.14/970.28	c       970       25352729       65851        20         186.0000         166.4266     11.76%         166.5845     11.66%
19337.11/975.39	c       975       25869561       67013        20         186.0000         166.4266     11.76%         166.5868     11.65%
19438.08/980.41	c       980       26369680       68241        20         186.0000         166.4266     11.76%         166.5885     11.65%
19537.22/985.48	c       985       26890239       69449        20         186.0000         166.4266     11.76%         166.5910     11.65%
19638.29/990.53	c       991       27384224       70784        20         186.0000         166.4266     11.76%         166.5941     11.65%
19737.39/995.59	c       996       27892222       71922        20         186.0000         166.4266     11.76%         166.5979     11.65%
19836.44/1000.60	c      1001       28378044       73169        20         186.0000         166.4266     11.76%         166.6004     11.64%
19937.51/1005.60	c      1006       28861719       74280        20         186.0000         166.4266     11.76%         166.6035     11.64%
20036.53/1010.68	c      1011       29351346       75519        20         186.0000         166.4266     11.76%         166.6059     11.64%
20137.87/1015.78	c      1016       29842873       76945        20         186.0000         166.4266     11.76%         166.6089     11.64%
20238.78/1020.83	c      1021       30330533       78195        20         186.0000         166.4266     11.76%         166.6125     11.64%
20337.92/1025.89	c      1026       30845589       79393        20         186.0000         166.4266     11.76%         166.6145     11.63%
20439.08/1030.92	c      1031       31355337       80680        20         186.0000         166.4266     11.76%         166.6171     11.63%
20538.24/1036.01	c      1036       31835319       81972        20         186.0000         166.4266     11.76%         166.6207     11.63%
20637.35/1041.03	c      1041       32334676       83160        20         186.0000         166.4266     11.76%         166.6229     11.63%
20739.02/1046.04	c      1046       32819441       84443        20         186.0000         166.4266     11.76%         166.6258     11.63%
20837.92/1051.06	c      1051       33318523       85651        20         186.0000         166.4266     11.76%         166.6294     11.62%
20938.87/1056.15	c      1056       33813392       86776        20         186.0000         166.4266     11.76%         166.6334     11.62%
21038.53/1061.15	c      1061       34307221       88089        20         186.0000         166.4266     11.76%         166.6356     11.62%
21138.68/1066.26	c      1066       34800964       89451        20         186.0000         166.4266     11.76%         166.6416     11.62%
21239.72/1071.33	c      1071       35314211       90659        20         186.0000         166.4266     11.76%         166.6434     11.62%
21340.89/1076.43	c      1076       35812616       91944        20         186.0000         166.4266     11.76%         166.6444     11.61%
21440.04/1081.44	c      1081       36323676       93179        20         186.0000         166.4266     11.76%         166.6463     11.61%
21539.10/1086.46	c      1086       36826710       94405        20         186.0000         166.4266     11.76%         166.6477     11.61%
21640.22/1091.55	c      1092       37321021       95515        20         186.0000         166.4266     11.76%         166.6510     11.61%
21739.33/1096.57	c      1097       37823819       96630        20         186.0000         166.4266     11.76%         166.6529     11.61%
21840.51/1101.61	c      1102       38306625       97773        20         186.0000         166.4266     11.76%         166.6544     11.61%
21941.47/1106.73	c      1107       38831329       98859        20         186.0000         166.4266     11.76%         166.6560     11.61%
22040.62/1111.78	c      1112       39331301      100067        20         186.0000         166.4266     11.76%         166.6579     11.61%
22141.97/1116.83	c      1117       39814504      101323        20         186.0000         166.4266     11.76%         166.6613     11.60%
22240.74/1121.88	c      1122       40294858      102469        20         186.0000         166.4266     11.76%         166.6654     11.60%
22341.94/1126.91	c      1127       40754942      103581        20         186.0000         166.4266     11.76%         166.6671     11.60%
22441.19/1131.92	c      1132       41242893      104691        20         186.0000         166.4266     11.76%         166.6709     11.60%
22540.07/1136.99	c      1137       41733665      105950        20         186.0000         166.4266     11.76%         166.6735     11.60%
22638.99/1142.03	c      1142       42225194      107166        20         186.0000         166.4266     11.76%         166.6750     11.59%
22740.96/1147.14	c      1147       42737388      108325        20         186.0000         166.4266     11.76%         166.6805     11.59%
22842.10/1152.18	c      1152       43238972      109494        20         186.0000         166.4266     11.76%         166.6816     11.59%
22942.14/1157.23	c      1157       43729836      110639        20         186.0000         166.4266     11.76%         166.6842     11.59%
23041.22/1162.28	c      1162       44200676      111749        20         186.0000         166.4266     11.76%         166.6854     11.59%
23140.34/1167.29	c      1167       44702000      112901        20         186.0000         166.4266     11.76%         166.6873     11.59%
23241.43/1172.38	c      1172       45206419      114031        20         186.0000         166.4266     11.76%         166.6894     11.58%
23342.55/1177.42	c      1177       45706255      115167        20         186.0000         166.4266     11.76%         166.6917     11.58%
23441.56/1182.44	c      1182       46223930      116256        20         186.0000         166.4266     11.76%         166.6945     11.58%
23542.53/1187.53	c      1188       46735469      117420        20         186.0000         166.4266     11.76%         166.6963     11.58%
23641.68/1192.55	c      1193       47232433      118512        20         186.0000         166.4266     11.76%         166.6993     11.58%
23742.84/1197.63	c      1198       47762013      119623        20         186.0000         166.4266     11.76%         166.7023     11.58%
23841.87/1202.68	c      1203       48285313      120688        20         186.0000         166.4266     11.76%         166.7050     11.57%
23943.03/1207.73	c      1208       48812087      121775        20         186.0000         166.4266     11.76%         166.7083     11.57%
24041.96/1212.77	c      1213       49304802      123059        20         186.0000         166.4266     11.76%         166.7097     11.57%
24142.68/1217.83	c      1218       49847480      124188        20         186.0000         166.4266     11.76%         166.7124     11.57%
24241.90/1222.88	c      1223       50364084      125394        20         186.0000         166.4266     11.76%         166.7151     11.57%
24343.09/1227.93	c      1228       50846991      126527        20         186.0000         166.4266     11.76%         166.7167     11.57%
24442.13/1232.98	c      1233       51371834      127740        20         186.0000         166.4266     11.76%         166.7184     11.57%
24541.34/1238.01	c      1238       51849391      128958        20         186.0000         166.4266     11.76%         166.7214     11.56%
24640.53/1243.02	c      1243       52354536      130236        20         186.0000         166.4266     11.76%         166.7246     11.56%
24742.59/1248.07	c      1248       52878503      131503        20         186.0000         166.4266     11.76%         166.7266     11.56%
24841.67/1253.09	c      1253       53369003      132657        20         186.0000         166.4266     11.76%         166.7285     11.56%
24942.84/1258.16	c      1258       53886637      133707        20         186.0000         166.4266     11.76%         166.7318     11.56%
25045.04/1263.32	c      1263       54382499      134754        20         186.0000         166.4266     11.76%         166.7333     11.56%
25144.20/1268.33	c      1268       54869440      135827        20         186.0000         166.4266     11.76%         166.7340     11.55%
25245.37/1273.45	c      1273       55403923      136998        20         186.0000         166.4266     11.76%         166.7361     11.55%
25344.55/1278.48	c      1278       55885734      138073        20         186.0000         166.4266     11.76%         166.7382     11.55%
25445.59/1283.55	c      1284       56395809      139223        20         186.0000         166.4266     11.76%         166.7405     11.55%
25544.60/1288.57	c      1289       56872918      140269        20         186.0000         166.4266     11.76%         166.7409     11.55%
25643.70/1293.60	c      1294       57372796      141374        20         186.0000         166.4266     11.76%         166.7429     11.55%
25744.91/1298.63	c      1299       57844338      142352        20         186.0000         166.4266     11.76%         166.7446     11.55%
25843.97/1303.68	c      1304       58303236      143349        20         186.0000         166.4266     11.76%         166.7469     11.55%
25945.06/1308.70	c      1309       58774253      144428        20         186.0000         166.4266     11.76%         166.7504     11.54%
26046.03/1313.81	c      1314       59247740      145583        20         186.0000         166.4266     11.76%         166.7540     11.54%
26145.11/1318.87	c      1319       59717201      146679        20         186.0000         166.4266     11.76%         166.7548     11.54%
26246.36/1323.95	c      1324       60233662      147829        20         186.0000         166.4266     11.76%         166.7563     11.54%
26345.66/1329.00	c      1329       60693006      149080        20         186.0000         166.4266     11.76%         166.7563     11.54%
26447.17/1334.06	c      1334       61177186      150170        20         186.0000         166.4266     11.76%         166.7563     11.54%
26546.43/1339.09	c      1339       61646639      151232        20         186.0000         166.4266     11.76%         166.7563     11.54%
26647.26/1344.15	c      1344       62134282      152283        20         186.0000         166.4266     11.76%         166.7563     11.54%
26746.68/1349.18	c      1349       62598741      153348        20         186.0000         166.4266     11.76%         166.7563     11.54%
26846.93/1354.25	c      1354       63081990      154462        20         186.0000         166.4266     11.76%         166.7563     11.54%
26948.08/1359.30	c      1359       63550728      155546        20         186.0000         166.4266     11.76%         166.7563     11.54%
27047.23/1364.36	c      1364       64042944      156719        20         186.0000         166.4266     11.76%         166.7563     11.54%
27146.45/1369.39	c      1369       64507508      157853        20         186.0000         166.4266     11.76%         166.7563     11.54%
27247.53/1374.44	c      1374       64974212      158996        20         186.0000         166.4266     11.76%         166.7563     11.54%
27346.67/1379.49	c      1380       65473833      160034        20         186.0000         166.4266     11.76%         166.7563     11.54%
27447.80/1384.55	c      1385       65978754      161059        20         186.0000         166.4266     11.76%         166.7563     11.54%
27546.91/1389.56	c      1390       66454386      162081        20         186.0000         166.4266     11.76%         166.7563     11.54%
27647.87/1394.61	c      1395       66923536      163175        20         186.0000         166.4266     11.76%         166.7563     11.54%
27747.01/1399.65	c      1400       67421495      164248        20         186.0000         166.4266     11.76%         166.7563     11.54%
27846.21/1404.70	c      1405       67920605      165336        20         186.0000         166.4266     11.76%         166.7563     11.54%
27947.28/1409.72	c      1410       68405415      166410        20         186.0000         166.4266     11.76%         166.7563     11.54%
28046.45/1414.75	c      1415       68881431      167429        20         186.0000         166.4266     11.76%         166.7563     11.54%
28147.49/1419.80	c      1420       69379892      168386        20         186.0000         166.4266     11.76%         166.7563     11.54%
28248.54/1424.93	c      1425       69871772      169376        20         186.0000         166.4266     11.76%         166.7563     11.54%
28347.68/1429.95	c      1430       70368219      170553        20         186.0000         166.4266     11.76%         166.7563     11.54%
28446.82/1434.97	c      1435       70872177      171501        20         186.0000         166.4266     11.76%         166.7563     11.54%
28545.87/1439.98	c      1440       71373978      172608        20         186.0000         166.4266     11.76%         166.7563     11.54%
28647.71/1445.07	c      1445       71883598      173693        20         186.0000         166.4266     11.76%         166.7563     11.54%
28746.37/1450.11	c      1450       72384615      174825        20         186.0000         166.4266     11.76%         166.7563     11.54%
28847.52/1455.20	c      1455       72885357      175927        20         186.0000         166.4266     11.76%         166.7563     11.54%
28949.94/1460.31	c      1460       73400888      177161        20         186.0000         166.4266     11.76%         166.7563     11.54%
29048.93/1465.34	c      1465       73871414      178311        20         186.0000         166.4266     11.76%         166.7563     11.54%
29150.10/1470.41	c      1470       74390403      179366        20         186.0000         166.4266     11.76%         166.7563     11.54%
29249.27/1475.46	c      1475       74874661      180519        20         186.0000         166.4266     11.76%         166.7563     11.54%
29348.49/1480.48	c      1480       75338063      181448        20         186.0000         166.4266     11.76%         166.7563     11.54%
29449.70/1485.54	c      1486       75820695      182442        20         186.0000         166.4266     11.76%         166.7563     11.54%
29548.79/1490.59	c      1491       76314040      183494        20         186.0000         166.4266     11.76%         166.7563     11.54%
29649.83/1495.61	c      1496       76798241      184480        20         186.0000         166.4266     11.76%         166.7563     11.54%
29750.88/1500.71	c      1501       77303072      185504        20         186.0000         166.4266     11.76%         166.7563     11.54%
29850.00/1505.76	c      1506       77787263      186451        20         186.0000         166.4266     11.76%         166.7563     11.54%
29948.94/1510.78	c      1511       78246771      187351        20         186.0000         166.4266     11.76%         166.7563     11.54%
30048.03/1515.79	c      1516       78714488      188249        20         186.0000         166.4266     11.76%         166.7563     11.54%
30149.10/1520.81	c      1521       79208168      189158        20         186.0000         166.4266     11.76%         166.7563     11.54%
30253.08/1526.08	c      1526       79680174      190042        20         186.0000         166.4266     11.76%         166.7563     11.54%
30352.03/1531.09	c      1531       80181282      190950        20         186.0000         166.4266     11.76%         166.7563     11.54%
30450.82/1536.12	c      1536       80645370      191976        20         186.0000         166.4266     11.76%         166.7563     11.54%
30550.22/1541.14	c      1541       81133085      192849        20         186.0000         166.4266     11.76%         166.7563     11.54%
30652.38/1546.28	c      1546       81637176      193721        20         186.0000         166.4266     11.76%         166.7563     11.54%
30753.48/1551.32	c      1551       82113170      194680        20         186.0000         166.4266     11.76%         166.7563     11.54%
30852.44/1556.35	c      1556       82578862      195565        20         186.0000         166.4266     11.76%         166.7563     11.54%
30953.50/1561.47	c      1561       83076565      196464        20         186.0000         166.4266     11.76%         166.7563     11.54%
31054.61/1566.52	c      1567       83556615      197373        20         186.0000         166.4266     11.76%         166.7563     11.54%
31153.51/1571.54	c      1572       84006998      198342        20         186.0000         166.4266     11.76%         166.7563     11.54%
31254.70/1576.61	c      1577       84474811      199313        20         186.0000         166.4266     11.76%         166.7563     11.54%
31353.82/1581.67	c      1582       84988824      200218        20         186.0000         166.4266     11.76%         166.7563     11.54%
31454.99/1586.72	c      1587       85469358      201111        20         186.0000         166.4266     11.76%         166.7563     11.54%
31498.79/1588.98	c *    1589       85726669      201517        20         185.0000         166.4266     11.16%         166.7563     10.94%
31553.91/1591.73	c      1592       85940651      195419        20         185.0000         166.4266     11.16%         166.7563     10.94%
31655.05/1596.80	c      1597       86435021      196280        20         185.0000         166.4266     11.16%         166.7563     10.94%
31754.21/1601.87	c      1602       86943168      197253        20         185.0000         166.4266     11.16%         166.7563     10.94%
31855.23/1606.90	c      1607       87413242      198316        20         185.0000         166.4266     11.16%         166.7563     10.94%
31954.37/1611.90	c      1612       87905074      199217        20         185.0000         166.4266     11.16%         166.7563     10.94%
32053.49/1616.95	c      1617       88403902      200130        20         185.0000         166.4266     11.16%         166.7563     10.94%
32152.47/1621.98	c      1622       88927665      201121        20         185.0000         166.4266     11.16%         166.7563     10.94%
32251.78/1627.03	c      1627       89464173      202078        20         185.0000         166.4266     11.16%         166.7563     10.94%
32355.51/1632.18	c      1632       90022909      202993        20         185.0000         166.4266     11.16%         166.7563     10.94%
32455.96/1637.21	c      1637       90549083      203999        20         185.0000         166.4266     11.16%         166.7563     10.94%
32555.15/1642.27	c      1642       91100171      204813        20         185.0000         166.4266     11.16%         166.7563     10.94%
32656.33/1647.32	c      1647       91634233      205781        20         185.0000         166.4266     11.16%         166.7563     10.94%
32755.52/1652.37	c      1652       92169172      206750        20         185.0000         166.4266     11.16%         166.7563     10.94%
32856.72/1657.42	c      1657       92704294      207665        20         185.0000         166.4266     11.16%         166.7563     10.94%
32955.89/1662.44	c      1662       93227395      208592        20         185.0000         166.4266     11.16%         166.7563     10.94%
33056.98/1667.50	c      1668       93769770      209455        20         185.0000         166.4266     11.16%         166.7563     10.94%
33155.98/1672.50	c      1673       94304279      210438        20         185.0000         166.4266     11.16%         166.7563     10.94%
33255.01/1677.54	c      1678       94845410      211341        20         185.0000         166.4266     11.16%         166.7563     10.94%
33356.01/1682.67	c      1683       95385655      212311        20         185.0000         166.4266     11.16%         166.7563     10.94%
33456.97/1687.73	c      1688       95928962      213286        20         185.0000         166.4266     11.16%         166.7563     10.94%
33556.08/1692.77	c      1693       96462510      214226        20         185.0000         166.4266     11.16%         166.7563     10.94%
33655.19/1697.79	c      1698       96984559      215218        20         185.0000         166.4266     11.16%         166.7563     10.94%
33756.22/1702.81	c      1703       97506729      216145        20         185.0000         166.4266     11.16%         166.7563     10.94%
33855.22/1707.86	c      1708       98042039      217065        20         185.0000         166.4266     11.16%         166.7563     10.94%
33954.21/1712.88	c      1713       98575152      218037        20         185.0000         166.4266     11.16%         166.7563     10.94%
34055.28/1718.00	c      1718       99116624      218985        20         185.0000         166.4266     11.16%         166.7563     10.94%
34154.34/1723.01	c      1723       99649906      219948        20         185.0000         166.4266     11.16%         166.7563     10.94%
34253.34/1728.03	c      1728      100180754      220774        20         185.0000         166.4266     11.16%         166.7563     10.94%
34354.93/1733.05	c      1733      100685716      221701        20         185.0000         166.4266     11.16%         166.7563     10.94%
34454.21/1738.06	c      1738      101172978      222536        20         185.0000         166.4266     11.16%         166.7563     10.94%
34553.54/1743.10	c      1743      101654602      223502        20         185.0000         166.4266     11.16%         166.7563     10.94%
34654.65/1748.15	c      1748      102137366      224483        20         185.0000         166.4266     11.16%         166.7563     10.94%
34754.75/1753.23	c      1753      102628621      225432        20         185.0000         166.4266     11.16%         166.7563     10.94%
34853.73/1758.25	c      1758      103094880      226350        20         185.0000         166.4266     11.16%         166.7563     10.94%
34954.73/1763.38	c      1763      103579294      227273        20         185.0000         166.4266     11.16%         166.7563     10.94%
35055.80/1768.48	c      1768      104061928      228264        20         185.0000         166.4266     11.16%         166.7563     10.94%
35154.89/1773.49	c      1773      104542463      229145        20         185.0000         166.4266     11.16%         166.7563     10.94%
35255.88/1778.52	c      1779      105038858      230075        20         185.0000         166.4266     11.16%         166.7563     10.94%
35355.16/1783.53	c      1784      105560142      231036        20         185.0000         166.4266     11.16%         166.7563     10.94%
35454.18/1788.55	c      1789      106062006      231984        20         185.0000         166.4266     11.16%         166.7563     10.94%
35555.33/1793.68	c      1794      106574501      232894        20         185.0000         166.4266     11.16%         166.7563     10.94%
35658.32/1798.82	c      1799      107120034      233823        20         185.0000         166.4266     11.16%         166.7563     10.94%
35757.42/1803.84	c      1804      107622566      234766        20         185.0000         166.4266     11.16%         166.7563     10.94%
35858.61/1808.90	c      1809      108099697      235646        20         185.0000         166.4266     11.16%         166.7563     10.94%
35957.78/1813.97	c      1814      108585034      236488        20         185.0000         166.4266     11.16%         166.7563     10.94%
36057.00/1818.99	c      1819      109045183      237397        20         185.0000         166.4266     11.16%         166.7563     10.94%
36158.98/1824.07	c      1824      109550866      238296        20         185.0000         166.4266     11.16%         166.7563     10.94%
36258.17/1829.12	c      1829      110041076      239236        20         185.0000         166.4266     11.16%         166.7563     10.94%
36358.89/1834.16	c      1834      110507292      240122        20         185.0000         166.4266     11.16%         166.7563     10.94%
36459.47/1839.22	c      1839      111006141      241012        20         185.0000         166.4266     11.16%         166.7563     10.94%
36558.69/1844.26	c      1844      111478440      241878        20         185.0000         166.4266     11.16%         166.7563     10.94%
36659.88/1849.32	c      1849      111969679      242798        20         185.0000         166.4266     11.16%         166.7563     10.94%
36759.10/1854.34	c      1854      112459466      243694        20         185.0000         166.4266     11.16%         166.7563     10.94%
36858.31/1859.36	c      1859      112980587      244423        20         185.0000         166.4266     11.16%         166.7563     10.94%
36959.38/1864.47	c      1864      113506342      245266        20         185.0000         166.4266     11.16%         166.7563     10.94%
37060.50/1869.50	c      1870      114003218      246144        20         185.0000         166.4266     11.16%         166.7563     10.94%
37159.55/1874.55	c      1875      114515023      246968        20         185.0000         166.4266     11.16%         166.7563     10.94%
37258.64/1879.59	c      1880      115041033      247892        20         185.0000         166.4266     11.16%         166.7563     10.94%
37359.65/1884.63	c      1885      115534890      248751        20         185.0000         166.4266     11.16%         166.7563     10.94%
37458.80/1889.69	c      1890      116011776      249585        20         185.0000         166.4266     11.16%         166.7563     10.94%
37559.84/1894.71	c      1895      116481627      250466        20         185.0000         166.4266     11.16%         166.7563     10.94%
37658.95/1899.72	c      1900      116924012      251288        20         185.0000         166.4266     11.16%         166.7563     10.94%
37758.02/1904.73	c      1905      117389362      252086        20         185.0000         166.4266     11.16%         166.7563     10.94%
37857.21/1909.77	c      1910      117862504      253002        20         185.0000         166.4266     11.16%         166.7563     10.94%
37956.26/1914.78	c      1915      118341017      253853        20         185.0000         166.4266     11.16%         166.7563     10.94%
38057.28/1919.81	c      1920      118831761      254713        20         185.0000         166.4266     11.16%         166.7563     10.94%
38156.50/1924.82	c      1925      119329229      255569        20         185.0000         166.4266     11.16%         166.7563     10.94%
38255.40/1929.86	c      1930      119822605      256498        20         185.0000         166.4266     11.16%         166.7563     10.94%
38354.51/1934.89	c      1935      120321165      257373        20         185.0000         166.4266     11.16%         166.7563     10.94%
38455.54/1939.93	c      1940      120821284      258261        20         185.0000         166.4266     11.16%         166.7563     10.94%
38554.57/1944.99	c      1945      121326110      259115        20         185.0000         166.4266     11.16%         166.7563     10.94%
38656.62/1950.10	c      1950      121836605      259975        20         185.0000         166.4266     11.16%         166.7563     10.94%
38757.52/1955.18	c      1955      122324282      260844        20         185.0000         166.4266     11.16%         166.7563     10.94%
38860.00/1960.35	c      1960      122803309      261724        20         185.0000         166.4266     11.16%         166.7563     10.94%
38958.87/1965.37	c      1965      123321235      262606        20         185.0000         166.4266     11.16%         166.7563     10.94%
39060.03/1970.41	c      1970      123829015      263599        20         185.0000         166.4266     11.16%         166.7563     10.94%
39159.28/1975.45	c      1975      124332233      264479        20         185.0000         166.4266     11.16%         166.7563     10.94%
39258.47/1980.47	c      1980      124845676      265421        20         185.0000         166.4266     11.16%         166.7563     10.94%
39359.69/1985.52	c      1986      125344256      266275        20         185.0000         166.4266     11.16%         166.7563     10.94%
39460.64/1990.60	c      1991      125825069      267280        20         185.0000         166.4266     11.16%         166.7563     10.94%
39561.64/1995.75	c      1996      126314560      268179        20         185.0000         166.4266     11.16%         166.7563     10.94%
39662.75/2000.82	c      2001      126842845      269172        20         185.0000         166.4266     11.16%         166.7563     10.94%
39761.90/2005.87	c      2006      127346996      270147        20         185.0000         166.4266     11.16%         166.7563     10.94%
39863.04/2010.92	c      2011      127868008      271110        20         185.0000         166.4266     11.16%         166.7563     10.94%
39962.16/2015.97	c      2016      128386862      272055        20         185.0000         166.4266     11.16%         166.7563     10.94%
40061.33/2021.02	c      2021      128906344      272921        20         185.0000         166.4266     11.16%         166.7563     10.94%
40163.41/2026.05	c      2026      129388178      273897        20         185.0000         166.4266     11.16%         166.7563     10.94%
40262.47/2031.07	c      2031      129880357      274781        20         185.0000         166.4266     11.16%         166.7563     10.94%
40361.50/2036.14	c      2036      130399833      275670        20         185.0000         166.4266     11.16%         166.7563     10.94%
40463.74/2041.21	c      2041      130929784      276625        20         185.0000         166.4266     11.16%         166.7563     10.94%
40562.87/2046.21	c      2046      131439933      277554        20         185.0000         166.4266     11.16%         166.7563     10.94%
40663.94/2051.32	c      2051      131969013      278486        20         185.0000         166.4266     11.16%         166.7563     10.94%
40762.96/2056.37	c      2056      132478898      279357        20         185.0000         166.4266     11.16%         166.7563     10.94%
40864.14/2061.42	c      2061      132980325      280296        20         185.0000         166.4266     11.16%         166.7563     10.94%
40963.19/2066.45	c      2066      133468931      281231        20         185.0000         166.4266     11.16%         166.7563     10.94%
41062.25/2071.46	c      2071      133979893      282124        20         185.0000         166.4266     11.16%         166.7563     10.94%
41161.27/2076.49	c      2076      134458902      282958        20         185.0000         166.4266     11.16%         166.7563     10.94%
41260.41/2081.50	c      2082      134927436      283964        20         185.0000         166.4266     11.16%         166.7563     10.94%
41361.59/2086.54	c      2087      135429432      285015        20         185.0000         166.4266     11.16%         166.7563     10.94%
41462.75/2091.67	c      2092      135927794      285910        20         185.0000         166.4266     11.16%         166.7563     10.94%
41561.91/2096.69	c      2097      136414115      286797        20         185.0000         166.4266     11.16%         166.7563     10.94%
41663.03/2101.75	c      2102      136916044      287688        20         185.0000         166.4266     11.16%         166.7563     10.94%
41762.26/2106.79	c      2107      137407086      288607        20         185.0000         166.4266     11.16%         166.7563     10.94%
41863.23/2111.89	c      2112      137917753      289528        20         185.0000         166.4266     11.16%         166.7563     10.94%
41964.21/2116.97	c      2117      138446033      290455        20         185.0000         166.4266     11.16%         166.7563     10.94%
42063.40/2122.02	c      2122      138935926      291291        20         185.0000         166.4266     11.16%         166.7563     10.94%
42165.31/2127.06	c      2127      139414942      292199        20         185.0000         166.4266     11.16%         166.7563     10.94%
42264.80/2132.12	c      2132      139898812      293165        20         185.0000         166.4266     11.16%         166.7563     10.94%
42363.94/2137.13	c      2137      140378473      294073        20         185.0000         166.4266     11.16%         166.7563     10.94%
42465.08/2142.16	c      2142      140889922      294962        20         185.0000         166.4266     11.16%         166.7563     10.94%
42565.37/2147.26	c      2147      141383484      295905        20         185.0000         166.4266     11.16%         166.7563     10.94%
42666.57/2152.31	c      2152      141870187      296732        20         185.0000         166.4266     11.16%         166.7563     10.94%
42765.79/2157.32	c      2157      142354963      297627        20         185.0000         166.4266     11.16%         166.7563     10.94%
42866.94/2162.41	c      2162      142848764      298523        20         185.0000         166.4266     11.16%         166.7563     10.94%
42966.01/2167.47	c      2167      143323752      299477        20         185.0000         166.4266     11.16%         166.7563     10.94%
43067.07/2172.54	c      2173      143837373      300292        20         185.0000         166.4266     11.16%         166.7563     10.94%
43166.27/2177.59	c      2178      144332702      301295        20         185.0000         166.4266     11.16%         166.7563     10.94%
43267.51/2182.63	c      2183      144818388      302221        20         185.0000         166.4266     11.16%         166.7563     10.94%
43366.76/2187.69	c      2188      145329135      303145        20         185.0000         166.4266     11.16%         166.7563     10.94%
43467.89/2192.74	c      2193      145836217      304099        20         185.0000         166.4266     11.16%         166.7563     10.94%
43566.94/2197.79	c      2198      146328393      305029        20         185.0000         166.4266     11.16%         166.7563     10.94%
43668.04/2202.83	c      2203      146783555      306020        20         185.0000         166.4266     11.16%         166.7563     10.94%
43767.19/2207.89	c      2208      147288228      306888        20         185.0000         166.4266     11.16%         166.7563     10.94%
43868.32/2212.95	c      2213      147783512      307933        20         185.0000         166.4266     11.16%         166.7563     10.94%
43967.52/2217.99	c      2218      148278668      308928        20         185.0000         166.4266     11.16%         166.7563     10.94%
44069.34/2223.05	c      2223      148779043      309913        20         185.0000         166.4266     11.16%         166.7563     10.94%
44168.53/2228.11	c      2228      149280616      310922        20         185.0000         166.4266     11.16%         166.7563     10.94%
44269.44/2233.15	c      2233      149731506      311851        20         185.0000         166.4266     11.16%         166.7563     10.94%
44369.85/2238.21	c      2238      150228505      312741        20         185.0000         166.4266     11.16%         166.7563     10.94%
44469.05/2243.25	c      2243      150742573      313723        20         185.0000         166.4266     11.16%         166.7563     10.94%
44568.23/2248.27	c      2248      151258211      314716        20         185.0000         166.4266     11.16%         166.7563     10.94%
44669.39/2253.35	c      2253      151790760      315699        20         185.0000         166.4266     11.16%         166.7563     10.94%
44770.57/2258.40	c      2258      152302194      316695        20         185.0000         166.4266     11.16%         166.7563     10.94%
44869.68/2263.43	c      2263      152801838      317652        20         185.0000         166.4266     11.16%         166.7563     10.94%
44970.85/2268.50	c      2269      153324125      318513        20         185.0000         166.4266     11.16%         166.7563     10.94%
45069.97/2273.54	c      2274      153800060      319448        20         185.0000         166.4266     11.16%         166.7563     10.94%
45171.03/2278.60	c      2279      154296796      320375        20         185.0000         166.4266     11.16%         166.7563     10.94%
45269.96/2283.65	c      2284      154805060      321330        20         185.0000         166.4266     11.16%         166.7563     10.94%
45371.05/2288.70	c      2289      155309552      322197        20         185.0000         166.4266     11.16%         166.7563     10.94%
45470.09/2293.75	c      2294      155802080      323069        20         185.0000         166.4266     11.16%         166.7563     10.94%
45569.19/2298.78	c      2299      156295554      324060        20         185.0000         166.4266     11.16%         166.7563     10.94%
45668.31/2303.78	c      2304      156812295      325076        20         185.0000         166.4266     11.16%         166.7563     10.94%
45767.38/2308.79	c      2309      157325312      326060        20         185.0000         166.4266     11.16%         166.7563     10.94%
45868.46/2313.86	c      2314      157827728      326945        20         185.0000         166.4266     11.16%         166.7563     10.94%
45967.49/2318.87	c      2319      158335459      327844        20         185.0000         166.4266     11.16%         166.7563     10.94%
46068.60/2323.91	c      2324      158847284      328724        20         185.0000         166.4266     11.16%         166.7563     10.94%
46167.51/2329.02	c      2329      159349256      329698        20         185.0000         166.4266     11.16%         166.7563     10.94%
46269.38/2334.07	c      2334      159842843      330528        20         185.0000         166.4266     11.16%         166.7563     10.94%
46368.58/2339.09	c      2339      160332888      331456        20         185.0000         166.4266     11.16%         166.7563     10.94%
46467.87/2344.10	c      2344      160843674      332319        20         185.0000         166.4266     11.16%         166.7563     10.94%
46571.88/2349.30	c      2349      161362153      333239        20         185.0000         166.4266     11.16%         166.7563     10.94%
46670.87/2354.33	c      2354      161857705      334157        20         185.0000         166.4266     11.16%         166.7563     10.94%
46769.89/2359.39	c      2359      162347012      335133        20         185.0000         166.4266     11.16%         166.7563     10.94%
46870.99/2364.43	c      2364      162864243      336000        20         185.0000         166.4266     11.16%         166.7563     10.94%
46972.11/2369.50	c      2370      163387162      336961        20         185.0000         166.4266     11.16%         166.7563     10.94%
47071.12/2374.56	c      2375      163902643      337916        20         185.0000         166.4266     11.16%         166.7563     10.94%
47170.09/2379.57	c      2380      164408688      338828        20         185.0000         166.4266     11.16%         166.7563     10.94%
47271.26/2384.65	c      2385      164947186      339729        20         185.0000         166.4266     11.16%         166.7563     10.94%
47370.40/2389.70	c      2390      165450231      340605        20         185.0000         166.4266     11.16%         166.7563     10.94%
47471.53/2394.75	c      2395      165957680      341651        20         185.0000         166.4266     11.16%         166.7563     10.94%
47570.65/2399.79	c      2400      166467976      342488        20         185.0000         166.4266     11.16%         166.7563     10.94%
47671.78/2404.86	c      2405      166988209      343470        20         185.0000         166.4266     11.16%         166.7563     10.94%
47770.95/2409.88	c      2410      167479191      344470        20         185.0000         166.4266     11.16%         166.7563     10.94%
47872.10/2414.90	c      2415      167987508      345387        20         185.0000         166.4266     11.16%         166.7563     10.94%
47971.23/2419.91	c      2420      168500469      346343        20         185.0000         166.4266     11.16%         166.7563     10.94%
48070.40/2424.95	c      2425      169009323      347211        20         185.0000         166.4266     11.16%         166.7563     10.94%
48169.61/2429.96	c      2430      169524740      348250        20         185.0000         166.4266     11.16%         166.7563     10.94%
48271.38/2435.11	c      2435      170021740      349185        20         185.0000         166.4266     11.16%         166.7563     10.94%
48373.85/2440.20	c      2440      170532747      350099        20         185.0000         166.4266     11.16%         166.7563     10.94%
48472.96/2445.21	c      2445      171017565      351042        20         185.0000         166.4266     11.16%         166.7563     10.94%
48573.98/2450.30	c      2450      171546358      351984        20         185.0000         166.4266     11.16%         166.7563     10.94%
48673.18/2455.33	c      2455      172038718      352951        20         185.0000         166.4266     11.16%         166.7563     10.94%
48774.34/2460.40	c      2460      172561363      353912        20         185.0000         166.4266     11.16%         166.7563     10.94%
48873.47/2465.45	c      2465      173063966      354847        20         185.0000         166.4266     11.16%         166.7563     10.94%
48974.62/2470.50	c      2471      173571211      355868        20         185.0000         166.4266     11.16%         166.7563     10.94%
49073.80/2475.55	c      2476      174070664      356775        20         185.0000         166.4266     11.16%         166.7563     10.94%
49174.86/2480.60	c      2481      174576743      357694        20         185.0000         166.4266     11.16%         166.7563     10.94%
49274.03/2485.65	c      2486      175073393      358608        20         185.0000         166.4266     11.16%         166.7563     10.94%
49375.05/2490.70	c      2491      175571459      359593        20         185.0000         166.4266     11.16%         166.7563     10.94%
49474.22/2495.75	c      2496      176033843      360519        20         185.0000         166.4266     11.16%         166.7563     10.94%
49575.36/2500.80	c      2501      176532713      361443        20         185.0000         166.4266     11.16%         166.7563     10.94%
49674.47/2505.86	c      2506      177023766      362422        20         185.0000         166.4266     11.16%         166.7563     10.94%
49773.63/2510.88	c      2511      177506335      363289        20         185.0000         166.4266     11.16%         166.7563     10.94%
49874.76/2515.90	c      2516      177994652      364313        20         185.0000         166.4266     11.16%         166.7563     10.94%
49973.79/2520.91	c      2521      178488057      365296        20         185.0000         166.4266     11.16%         166.7563     10.94%
50072.89/2526.00	c      2526      178980443      366328        20         185.0000         166.4266     11.16%         166.7563     10.94%
50174.52/2531.10	c      2531      179453282      367273        20         185.0000         166.4266     11.16%         166.7563     10.94%
50275.30/2536.15	c      2536      179967429      368372        20         185.0000         166.4266     11.16%         166.7563     10.94%
50375.80/2541.20	c      2541      180451055      369316        20         185.0000         166.4266     11.16%         166.7563     10.94%
50474.79/2546.25	c      2546      180944415      370273        20         185.0000         166.4266     11.16%         166.7563     10.94%
50573.69/2551.29	c      2551      181395402      371259        20         185.0000         166.4266     11.16%         166.7563     10.94%
50674.87/2556.34	c      2556      181878598      372260        20         185.0000         166.4266     11.16%         166.7563     10.94%
50773.81/2561.37	c      2561      182385277      373190        20         185.0000         166.4266     11.16%         166.7563     10.94%
50872.85/2566.38	c      2566      182887889      374101        20         185.0000         166.4266     11.16%         166.7563     10.94%
50972.05/2571.39	c      2571      183386303      375049        20         185.0000         166.4266     11.16%         166.7563     10.94%
51073.26/2576.41	c      2576      183887072      376025        20         185.0000         166.4266     11.16%         166.7563     10.94%
51174.26/2581.60	c      2582      184383941      376896        20         185.0000         166.4266     11.16%         166.7563     10.94%
51275.37/2586.62	c      2587      184884838      377851        20         185.0000         166.4266     11.16%         166.7563     10.94%
51376.39/2591.70	c      2592      185377075      378752        20         185.0000         166.4266     11.16%         166.7563     10.94%
51475.53/2596.72	c      2597      185860039      379680        20         185.0000         166.4266     11.16%         166.7563     10.94%
51574.70/2601.76	c      2602      186371118      380646        20         185.0000         166.4266     11.16%         166.7563     10.94%
51673.84/2606.77	c      2607      186867492      381461        20         185.0000         166.4266     11.16%         166.7563     10.94%
51776.95/2611.91	c      2612      187388996      382454        20         185.0000         166.4266     11.16%         166.7563     10.94%
51876.18/2616.95	c      2617      187891034      383366        20         185.0000         166.4266     11.16%         166.7563     10.94%
51975.22/2621.96	c      2622      188383166      384310        20         185.0000         166.4266     11.16%         166.7563     10.94%
52074.40/2627.03	c      2627      188873901      385242        20         185.0000         166.4266     11.16%         166.7563     10.94%
52176.41/2632.10	c      2632      189399022      386249        20         185.0000         166.4266     11.16%         166.7563     10.94%
52275.38/2637.13	c      2637      189872918      387097        20         185.0000         166.4266     11.16%         166.7563     10.94%
52374.60/2642.13	c      2642      190381219      388031        20         185.0000         166.4266     11.16%         166.7563     10.94%
52477.02/2647.21	c      2647      190874254      389012        20         185.0000         166.4266     11.16%         166.7563     10.94%
52576.18/2652.24	c      2652      191356206      389929        20         185.0000         166.4266     11.16%         166.7563     10.94%
52675.23/2657.26	c      2657      191862159      390841        20         185.0000         166.4266     11.16%         166.7563     10.94%
52774.44/2662.28	c      2662      192379651      391790        20         185.0000         166.4266     11.16%         166.7563     10.94%
52875.65/2667.31	c      2667      192882344      392771        20         185.0000         166.4266     11.16%         166.7563     10.94%
52974.88/2672.36	c      2672      193389931      393693        20         185.0000         166.4266     11.16%         166.7563     10.94%
53074.11/2677.39	c      2677      193896975      394705        20         185.0000         166.4266     11.16%         166.7563     10.94%
53179.30/2682.60	c      2683      194405711      395681        20         185.0000         166.4266     11.16%         166.7563     10.94%
53278.54/2687.62	c      2688      194880514      396613        20         185.0000         166.4266     11.16%         166.7563     10.94%
53377.76/2692.66	c      2693      195388915      397444        20         185.0000         166.4266     11.16%         166.7563     10.94%
53478.96/2697.72	c      2698      195894865      398368        20         185.0000         166.4266     11.16%         166.7563     10.94%
53578.17/2702.75	c      2703      196406533      399246        20         185.0000         166.4266     11.16%         166.7563     10.94%
53679.31/2707.82	c      2708      196906095      400206        20         185.0000         166.4266     11.16%         166.7563     10.94%
53780.39/2712.90	c      2713      197428639      401189        20         185.0000         166.4266     11.16%         166.7563     10.94%
53879.56/2717.95	c      2718      197929573      402036        20         185.0000         166.4266     11.16%         166.7563     10.94%
53978.66/2723.00	c      2723      198406574      402942        20         185.0000         166.4266     11.16%         166.7563     10.94%
54077.79/2728.04	c      2728      198913252      403913        20         185.0000         166.4266     11.16%         166.7563     10.94%
54179.72/2733.10	c      2733      199419062      404856        20         185.0000         166.4266     11.16%         166.7563     10.94%
54278.81/2738.12	c      2738      199877865      405790        20         185.0000         166.4266     11.16%         166.7563     10.94%
54380.20/2743.17	c      2743      200349458      406738        20         185.0000         166.4266     11.16%         166.7563     10.94%
54480.26/2748.25	c      2748      200853175      407659        20         185.0000         166.4266     11.16%         166.7563     10.94%
54581.47/2753.30	c      2753      201350810      408579        20         185.0000         166.4266     11.16%         166.7563     10.94%
54680.70/2758.35	c      2758      201862313      409660        20         185.0000         166.4266     11.16%         166.7563     10.94%
54781.89/2763.41	c      2763      202364875      410600        20         185.0000         166.4266     11.16%         166.7563     10.94%
54881.04/2768.42	c      2768      202857822      411596        20         185.0000         166.4266     11.16%         166.7563     10.94%
54982.18/2773.51	c      2774      203368877      412548        20         185.0000         166.4266     11.16%         166.7563     10.94%
55081.29/2778.55	c      2779      203860161      413515        20         185.0000         166.4266     11.16%         166.7563     10.94%
55180.35/2783.58	c      2784      204335916      414373        20         185.0000         166.4266     11.16%         166.7563     10.94%
55281.51/2788.65	c      2789      204842086      415255        20         185.0000         166.4266     11.16%         166.7563     10.94%
55382.59/2793.70	c      2794      205328818      416262        20         185.0000         166.4266     11.16%         166.7563     10.94%
55481.59/2798.75	c      2799      205835300      417144        20         185.0000         166.4266     11.16%         166.7563     10.94%
55582.60/2803.80	c      2804      206322459      418139        20         185.0000         166.4266     11.16%         166.7563     10.94%
55681.68/2808.82	c      2809      206795803      419113        20         185.0000         166.4266     11.16%         166.7563     10.94%
55780.82/2813.88	c      2814      207315265      420046        20         185.0000         166.4266     11.16%         166.7563     10.94%
55881.94/2818.94	c      2819      207825541      420975        20         185.0000         166.4266     11.16%         166.7563     10.94%
55981.09/2823.94	c      2824      208316859      421898        20         185.0000         166.4266     11.16%         166.7563     10.94%
56080.23/2829.03	c      2829      208826673      422797        20         185.0000         166.4266     11.16%         166.7563     10.94%
56182.09/2834.05	c      2834      209319858      423879        20         185.0000         166.4266     11.16%         166.7563     10.94%
56283.44/2839.15	c      2839      209839129      424811        20         185.0000         166.4266     11.16%         166.7563     10.94%
56382.33/2844.18	c      2844      210329307      425710        20         185.0000         166.4266     11.16%         166.7563     10.94%
56482.67/2849.26	c      2849      210814892      426637        20         185.0000         166.4266     11.16%         166.7563     10.94%
56583.69/2854.30	c      2854      211295006      427473        20         185.0000         166.4266     11.16%         166.7563     10.94%
56682.92/2859.35	c      2859      211797191      428445        20         185.0000         166.4266     11.16%         166.7563     10.94%
56782.06/2864.40	c      2864      212298838      429350        20         185.0000         166.4266     11.16%         166.7563     10.94%
56883.14/2869.46	c      2869      212789842      430288        20         185.0000         166.4266     11.16%         166.7563     10.94%
56982.31/2874.49	c      2874      213273935      431380        20         185.0000         166.4266     11.16%         166.7563     10.94%
57081.55/2879.49	c      2880      213768728      432300        20         185.0000         166.4266     11.16%         166.7563     10.94%
57182.69/2884.58	c      2885      214269297      433298        20         185.0000         166.4266     11.16%         166.7563     10.94%
57283.81/2889.65	c      2890      214753392      434294        20         185.0000         166.4266     11.16%         166.7563     10.94%
57383.04/2894.66	c      2895      215198073      435273        20         185.0000         166.4266     11.16%         166.7563     10.94%
57484.34/2899.72	c      2900      215677894      436187        20         185.0000         166.4266     11.16%         166.7563     10.94%
57583.35/2904.74	c      2905      216163739      437136        20         185.0000         166.4266     11.16%         166.7563     10.94%
57682.44/2909.79	c      2910      216657004      438091        20         185.0000         166.4266     11.16%         166.7563     10.94%
57785.70/2914.90	c      2915      217150649      439096        20         185.0000         166.4266     11.16%         166.7563     10.94%
57884.68/2919.95	c      2920      217628581      440064        20         185.0000         166.4266     11.16%         166.7563     10.94%
57983.78/2925.01	c      2925      218111801      441062        20         185.0000         166.4266     11.16%         166.7563     10.94%
58083.00/2930.05	c      2930      218578244      441968        20         185.0000         166.4266     11.16%         166.7563     10.94%
58184.98/2935.10	c      2935      219087559      442890        20         185.0000         166.4266     11.16%         166.7563     10.94%
58286.04/2940.15	c      2940      219568490      443834        20         185.0000         166.4266     11.16%         166.7563     10.94%
58386.33/2945.20	c      2945      220042894      444844        20         185.0000         166.4266     11.16%         166.7563     10.94%
58485.39/2950.23	c      2950      220504514      445776        20         185.0000         166.4266     11.16%         166.7563     10.94%
58586.58/2955.30	c      2955      220997347      446691        20         185.0000         166.4266     11.16%         166.7563     10.94%
58685.69/2960.34	c      2960      221484768      447626        20         185.0000         166.4266     11.16%         166.7563     10.94%
58784.87/2965.39	c      2965      221997297      448537        20         185.0000         166.4266     11.16%         166.7563     10.94%
58886.01/2970.45	c      2970      222528237      449519        20         185.0000         166.4266     11.16%         166.7563     10.94%
58985.01/2975.49	c      2976      223027913      450447        20         185.0000         166.4266     11.16%         166.7563     10.94%
59086.01/2980.53	c      2981      223556354      451451        20         185.0000         166.4266     11.16%         166.7563     10.94%
59185.06/2985.58	c      2986      224085551      452376        20         185.0000         166.4266     11.16%         166.7563     10.94%
59286.20/2990.65	c      2991      224613900      453282        20         185.0000         166.4266     11.16%         166.7563     10.94%
59387.33/2995.70	c      2996      225126005      454235        20         185.0000         166.4266     11.16%         166.7563     10.94%
59486.54/3000.75	c      3001      225644714      455140        20         185.0000         166.4266     11.16%         166.7563     10.94%
59585.72/3005.78	c      3006      226155243      456124        20         185.0000         166.4266     11.16%         166.7563     10.94%
59686.75/3010.80	c      3011      226680837      457046        20         185.0000         166.4266     11.16%         166.7563     10.94%
59785.89/3015.88	c      3016      227219932      458053        20         185.0000         166.4266     11.16%         166.7563     10.94%
59887.09/3020.90	c      3021      227744500      459014        20         185.0000         166.4266     11.16%         166.7563     10.94%
59986.25/3025.96	c      3026      228270668      459888        20         185.0000         166.4266     11.16%         166.7563     10.94%
60085.43/3030.97	c      3031      228774524      460786        20         185.0000         166.4266     11.16%         166.7563     10.94%
60187.26/3036.10	c      3036      229298778      461744        20         185.0000         166.4266     11.16%         166.7563     10.94%
60288.66/3041.15	c      3041      229797815      462660        20         185.0000         166.4266     11.16%         166.7563     10.94%
60388.82/3046.20	c      3046      230327083      463669        20         185.0000         166.4266     11.16%         166.7563     10.94%
60487.98/3051.21	c      3051      230822331      464565        20         185.0000         166.4266     11.16%         166.7563     10.94%
60589.05/3056.30	c      3056      231368513      465456        20         185.0000         166.4266     11.16%         166.7563     10.94%
60688.25/3061.35	c      3061      231891503      466489        20         185.0000         166.4266     11.16%         166.7563     10.94%
60787.18/3066.39	c      3066      232399708      467382        20         185.0000         166.4266     11.16%         166.7563     10.94%
60888.13/3071.45	c      3071      232911072      468376        20         185.0000         166.4266     11.16%         166.7563     10.94%
60989.22/3076.51	c      3077      233418034      469329        20         185.0000         166.4266     11.16%         166.7563     10.94%
61088.27/3081.56	c      3082      233936868      470376        20         185.0000         166.4266     11.16%         166.7563     10.94%
61187.59/3086.57	c      3087      234436284      471319        20         185.0000         166.4266     11.16%         166.7563     10.94%
61288.55/3091.65	c      3092      234955666      472208        20         185.0000         166.4266     11.16%         166.7563     10.94%
61389.77/3096.71	c      3097      235447379      473116        20         185.0000         166.4266     11.16%         166.7563     10.94%
61488.83/3101.75	c      3102      235964810      473998        20         185.0000         166.4266     11.16%         166.7563     10.94%
61589.97/3106.80	c      3107      236482481      474932        20         185.0000         166.4266     11.16%         166.7563     10.94%
61689.21/3111.85	c      3112      236982615      475860        20         185.0000         166.4266     11.16%         166.7563     10.94%
61790.36/3116.91	c      3117      237495576      476825        20         185.0000         166.4266     11.16%         166.7563     10.94%
61889.48/3121.96	c      3122      238006159      477686        20         185.0000         166.4266     11.16%         166.7563     10.94%
61988.80/3126.98	c      3127      238494633      478636        20         185.0000         166.4266     11.16%         166.7563     10.94%
62090.54/3132.05	c      3132      238992074      479559        20         185.0000         166.4266     11.16%         166.7563     10.94%
62189.51/3137.10	c      3137      239495398      480653        20         185.0000         166.4266     11.16%         166.7563     10.94%
62290.91/3142.16	c      3142      240014905      481521        20         185.0000         166.4266     11.16%         166.7563     10.94%
62391.11/3147.20	c      3147      240542913      482410        20         185.0000         166.4266     11.16%         166.7563     10.94%
62490.50/3152.25	c      3152      241061870      483387        20         185.0000         166.4266     11.16%         166.7563     10.94%
62589.46/3157.26	c      3157      241559410      484320        20         185.0000         166.4266     11.16%         166.7563     10.94%
62690.59/3162.30	c      3162      242069378      485175        20         185.0000         166.4266     11.16%         166.7563     10.94%
62789.65/3167.30	c      3167      242555141      486076        20         185.0000         166.4266     11.16%         166.7563     10.94%
62890.75/3172.45	c      3172      243069933      487010        20         185.0000         166.4266     11.16%         166.7563     10.94%
62989.82/3177.49	c      3177      243566556      487970        20         185.0000         166.4266     11.16%         166.7563     10.94%
63090.90/3182.55	c      3183      244095392      488792        20         185.0000         166.4266     11.16%         166.7563     10.94%
63191.86/3187.60	c      3188      244609717      489771        20         185.0000         166.4266     11.16%         166.7563     10.94%
63290.60/3192.62	c      3193      245102097      490787        20         185.0000         166.4266     11.16%         166.7563     10.94%
63391.69/3197.70	c      3198      245635318      491678        20         185.0000         166.4266     11.16%         166.7563     10.94%
63490.82/3202.73	c      3203      246145331      492601        20         185.0000         166.4266     11.16%         166.7563     10.94%
63591.81/3207.81	c      3208      246677468      493624        20         185.0000         166.4266     11.16%         166.7563     10.94%
63690.86/3212.86	c      3213      247197235      494510        20         185.0000         166.4266     11.16%         166.7563     10.94%
63791.95/3217.90	c      3218      247690265      495436        20         185.0000         166.4266     11.16%         166.7563     10.94%
63891.10/3222.91	c      3223      248214377      496426        20         185.0000         166.4266     11.16%         166.7563     10.94%
63990.35/3228.00	c      3228      248732906      497385        20         185.0000         166.4266     11.16%         166.7563     10.94%
64089.29/3233.02	c      3233      249223072      498324        20         185.0000         166.4266     11.16%         166.7563     10.94%
64191.35/3238.10	c      3238      249733336      499260        20         185.0000         166.4266     11.16%         166.7563     10.94%
64292.37/3243.15	c      3243      250260767      500209        20         185.0000         166.4266     11.16%         166.7563     10.94%
64392.41/3248.20	c      3248      250786697      501075        20         185.0000         166.4266     11.16%         166.7563     10.94%
64491.47/3253.25	c      3253      251315438      502011        20         185.0000         166.4266     11.16%         166.7563     10.94%
64592.72/3258.31	c      3258      251832255      503018        20         185.0000         166.4266     11.16%         166.7563     10.94%
64691.76/3263.35	c      3263      252333008      503983        20         185.0000         166.4266     11.16%         166.7563     10.94%
64792.93/3268.40	c      3268      252847941      504968        20         185.0000         166.4266     11.16%         166.7563     10.94%
64892.05/3273.44	c      3273      253330771      505937        20         185.0000         166.4266     11.16%         166.7563     10.94%
64993.17/3278.50	c      3279      253856878      506849        20         185.0000         166.4266     11.16%         166.7563     10.94%
65092.32/3283.52	c      3284      254353456      507844        20         185.0000         166.4266     11.16%         166.7563     10.94%
65193.44/3288.60	c      3289      254866340      508724        20         185.0000         166.4266     11.16%         166.7563     10.94%
65292.56/3293.65	c      3294      255381485      509771        20         185.0000         166.4266     11.16%         166.7563     10.94%
65391.56/3298.68	c      3299      255877121      510723        20         185.0000         166.4266     11.16%         166.7563     10.94%
65492.55/3303.75	c      3304      256391913      511734        20         185.0000         166.4266     11.16%         166.7563     10.94%
65593.40/3308.80	c      3309      256898670      512675        20         185.0000         166.4266     11.16%         166.7563     10.94%
65692.45/3313.85	c      3314      257398308      513598        20         185.0000         166.4266     11.16%         166.7563     10.94%
65791.57/3318.89	c      3319      257889003      514531        20         185.0000         166.4266     11.16%         166.7563     10.94%
65892.62/3323.95	c      3324      258394686      515505        20         185.0000         166.4266     11.16%         166.7563     10.94%
65991.62/3328.95	c      3329      258890629      516481        20         185.0000         166.4266     11.16%         166.7563     10.94%
66090.60/3333.99	c      3334      259391780      517399        20         185.0000         166.4266     11.16%         166.7563     10.94%
66192.61/3339.10	c      3339      259918204      518306        20         185.0000         166.4266     11.16%         166.7563     10.94%
66293.45/3344.15	c      3344      260424395      519264        20         185.0000         166.4266     11.16%         166.7563     10.94%
66393.73/3349.20	c      3349      260929241      520174        20         185.0000         166.4266     11.16%         166.7563     10.94%
66492.70/3354.25	c      3354      261431630      521057        20         185.0000         166.4266     11.16%         166.7563     10.94%
66593.77/3359.30	c      3359      261926050      522000        20         185.0000         166.4266     11.16%         166.7563     10.94%
66692.91/3364.35	c      3364      262407995      522974        20         185.0000         166.4266     11.16%         166.7563     10.94%
66793.93/3369.40	c      3369      262912024      523897        20         185.0000         166.4266     11.16%         166.7563     10.94%
66892.97/3374.45	c      3374      263419310      524788        20         185.0000         166.4266     11.16%         166.7563     10.94%
66992.19/3379.47	c      3379      263917200      525775        20         185.0000         166.4266     11.16%         166.7563     10.94%
67093.40/3384.55	c      3385      264431153      526716        20         185.0000         166.4266     11.16%         166.7563     10.94%
67194.44/3389.61	c      3390      264941556      527662        20         185.0000         166.4266     11.16%         166.7563     10.94%
67293.55/3394.65	c      3395      265453474      528563        20         185.0000         166.4266     11.16%         166.7563     10.94%
67392.62/3399.66	c      3400      265946532      529472        20         185.0000         166.4266     11.16%         166.7563     10.94%
67493.76/3404.72	c      3405      266429113      530418        20         185.0000         166.4266     11.16%         166.7563     10.94%
67592.91/3409.73	c      3410      266917807      531250        20         185.0000         166.4266     11.16%         166.7563     10.94%
67694.04/3414.83	c      3415      267405266      532223        20         185.0000         166.4266     11.16%         166.7563     10.94%
67793.21/3419.88	c      3420      267898232      533169        20         185.0000         166.4266     11.16%         166.7563     10.94%
67894.41/3424.92	c      3425      268385537      534123        20         185.0000         166.4266     11.16%         166.7563     10.94%
67993.48/3429.94	c      3430      268890158      535119        20         185.0000         166.4266     11.16%         166.7563     10.94%
68092.45/3434.98	c      3435      269380241      536031        20         185.0000         166.4266     11.16%         166.7563     10.94%
68191.56/3439.99	c      3440      269879192      536957        20         185.0000         166.4266     11.16%         166.7563     10.94%
68293.52/3445.11	c      3445      270375266      537928        20         185.0000         166.4266     11.16%         166.7563     10.94%
68395.80/3450.23	c      3450      270886892      538941        20         185.0000         166.4266     11.16%         166.7563     10.94%
68494.92/3455.28	c      3455      271389494      539900        20         185.0000         166.4266     11.16%         166.7563     10.94%
68595.95/3460.34	c      3460      271875592      540837        20         185.0000         166.4266     11.16%         166.7563     10.94%
68695.25/3465.38	c      3465      272381595      541806        20         185.0000         166.4266     11.16%         166.7563     10.94%
68794.35/3470.40	c      3470      272869976      542773        20         185.0000         166.4266     11.16%         166.7563     10.94%
68895.58/3475.42	c      3475      273365373      543668        20         185.0000         166.4266     11.16%         166.7563     10.94%
68994.53/3480.44	c      3480      273867918      544604        20         185.0000         166.4266     11.16%         166.7563     10.94%
69095.59/3485.58	c      3486      274380447      545563        20         185.0000         166.4266     11.16%         166.7563     10.94%
69194.52/3490.59	c      3491      274842128      546522        20         185.0000         166.4266     11.16%         166.7563     10.94%
69295.50/3495.64	c      3496      275340729      547523        20         185.0000         166.4266     11.16%         166.7563     10.94%
69396.52/3500.73	c      3501      275868850      548458        20         185.0000         166.4266     11.16%         166.7563     10.94%
69495.46/3505.75	c      3506      276359208      549539        20         185.0000         166.4266     11.16%         166.7563     10.94%
69596.53/3510.82	c      3511      276864424      550471        20         185.0000         166.4266     11.16%         166.7563     10.94%
69695.58/3515.88	c      3516      277401428      551465        20         185.0000         166.4266     11.16%         166.7563     10.94%
69796.61/3520.92	c      3521      277886799      552293        20         185.0000         166.4266     11.16%         166.7563     10.94%
69895.41/3525.98	c      3526      278399121      553183        20         185.0000         166.4266     11.16%         166.7563     10.94%
69994.50/3531.01	c      3531      278873087      554193        20         185.0000         166.4266     11.16%         166.7563     10.94%
70096.47/3536.08	c      3536      279405537      555066        20         185.0000         166.4266     11.16%         166.7563     10.94%
70195.28/3541.13	c      3541      279904055      556084        20         185.0000         166.4266     11.16%         166.7563     10.94%
70296.08/3546.18	c      3546      280392376      557066        20         185.0000         166.4266     11.16%         166.7563     10.94%
70396.41/3551.23	c      3551      280902053      558071        20         185.0000         166.4266     11.16%         166.7563     10.94%
70495.50/3556.28	c      3556      281390300      558997        20         185.0000         166.4266     11.16%         166.7563     10.94%
70596.42/3561.33	c      3561      281879472      560055        20         185.0000         166.4266     11.16%         166.7563     10.94%
70695.41/3566.38	c      3566      282367937      561030        20         185.0000         166.4266     11.16%         166.7563     10.94%
70796.36/3571.43	c      3571      282861972      561964        20         185.0000         166.4266     11.16%         166.7563     10.94%
70895.46/3576.45	c      3576      283331179      562923        20         185.0000         166.4266     11.16%         166.7563     10.94%
70994.34/3581.49	c      3581      283813828      563809        20         185.0000         166.4266     11.16%         166.7563     10.94%
71095.55/3586.58	c      3587      284301347      564865        20         185.0000         166.4266     11.16%         166.7563     10.94%
71196.45/3591.63	c      3592      284784792      565800        20         185.0000         166.4266     11.16%         166.7563     10.94%
71295.59/3596.67	c      3597      285255850      566752        20         185.0000         166.4266     11.16%         166.7563     10.94%
71326.47/3598.36	c SCIP Status        : c solving was interrupted [hard time limit reached]
71326.47/3598.36	c Total Time         : 3598.36
71326.47/3598.36	c   solving          : 3598.36
71326.47/3598.36	c   presolving       : 0.02 (included in solving)
71326.47/3598.36	c B&B Tree           :
71326.47/3598.36	c   nodes (total)    : 285461512
71326.47/3598.36	c Solution           :
71326.47/3598.36	c   Solutions found  : 30
71326.47/3598.36	c   Primal Bound     : +1.85000000000000e+02
71326.47/3598.36	c   Dual Bound       : +1.66426615839016e+02
71326.47/3598.36	c Gap                : 11.16010 %
71326.47/3598.36	c * Warning: final gap: 1.11601e-01 is greater than SCIPepsilon: 1.00000e-09
71326.69/3598.43	o 185
71326.69/3598.43	s SATISFIABLE
71326.69/3598.43	v -x473 x472 -x471 x470 x469 -x468 x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 x456 -x455 x454 x453 -x452 -x451 
71326.69/3598.43	v x450 -x449 x448 -x447 -x446 x445 x444 -x443 -x442 -x441 -x440 -x439 -x438 x437 x436 x435 -x434 -x433 -x432 x431 -x430 -x429 
71326.69/3598.43	v -x428 -x427 x426 -x425 -x424 -x423 -x422 x421 -x420 -x419 -x418 -x417 -x416 -x415 x414 -x413 -x412 -x411 x410 x409 -x408 -x407 
71326.69/3598.43	v x406 -x405 x404 x403 x402 x401 x400 x399 -x398 -x397 x396 -x395 x394 -x393 x392 x391 -x390 x389 x388 -x387 -x386 -x385 -x384 
71326.69/3598.43	v -x383 -x382 x381 -x380 -x379 x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 x369 -x368 -x367 -x366 x365 -x364 -x363 
71326.69/3598.43	v x362 -x361 -x360 x359 x358 -x357 x356 -x355 -x354 -x353 -x352 x351 -x350 -x349 -x348 -x347 x346 -x345 x344 x343 x342 -x341 
71326.69/3598.43	v -x340 x339 -x338 -x337 -x336 -x335 x334 x333 -x332 x331 x330 -x329 -x328 -x327 -x326 -x325 x324 -x323 -x322 -x321 -x320 -x319 
71326.69/3598.43	v x318 x317 x316 x315 -x314 x313 -x312 x311 -x310 x309 -x308 x307 x306 x305 -x304 x303 x302 -x301 x300 x299 -x298 -x297 -x296 
71326.69/3598.43	v x295 -x294 -x293 x292 x291 -x290 x289 -x288 -x287 x286 -x285 x284 x283 -x282 -x281 -x280 x279 -x278 x277 x276 -x275 -x274 x273 
71326.69/3598.43	v -x272 -x271 x270 -x269 -x268 x267 -x266 x265 -x264 -x263 x262 -x261 -x260 x259 x258 x257 -x256 x255 -x254 -x253 -x252 x251 
71326.69/3598.43	v -x250 -x249 -x248 -x247 x246 x245 -x244 x243 -x242 -x241 x240 -x239 -x238 x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
71326.69/3598.43	v -x228 -x227 -x226 -x225 x224 x223 x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 x214 -x213 -x212 x211 -x210 x209 x208 -x207 
71326.69/3598.43	v -x206 x205 x204 x203 -x202 x201 -x200 x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 x190 -x189 x188 x187 -x186 x185 x184 
71326.69/3598.43	v -x183 -x182 -x181 -x180 -x179 x178 x177 -x176 -x175 x174 x173 -x172 -x171 -x170 -x169 -x168 -x167 x166 -x165 x164 x163 x162 
71326.69/3598.43	v -x161 x160 -x159 x158 -x157 -x156 x155 x154 -x153 -x152 -x151 x150 -x149 x148 -x147 x146 -x145 -x144 -x143 x142 -x141 -x140 
71326.69/3598.43	v x139 -x138 x137 -x136 -x135 x134 x133 x132 -x131 x130 -x129 x128 x127 x126 x125 x124 -x123 -x122 x121 -x120 -x119 -x118 x117 
71326.69/3598.43	v x116 -x115 -x114 x113 -x112 x111 -x110 x109 x108 x107 -x106 -x105 x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 x94 -x93 
71326.69/3598.43	v x92 x91 -x90 x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 x80 x79 x78 x77 x76 x75 -x74 x73 x72 -x71 x70 -x69 x68 -x67 x66 x65 
71326.69/3598.43	v -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 -x54 x53 -x52 -x51 x50 x49 -x48 -x47 x46 -x45 -x44 x43 -x42 x41 -x40 x39 -x38 
71326.69/3598.43	v x37 -x36 -x35 x34 -x33 -x32 -x31 -x30 -x29 x28 x27 -x26 -x25 -x24 -x23 -x22 x21 x20 -x19 x18 x17 -x16 -x15 -x14 x13 x12 -x11 
71326.69/3598.43	v -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 x2 -x1 

Verifier Data

OK	185

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: 191633 MiB (185666 MiB free)
  memory of node 1: 193531 MiB (187093 MiB free)
  memory of node 2: 193531 MiB (190963 MiB free)
  memory of node 3: 193531 MiB (191404 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-4468605-1723487511/watcher-4468605-1723487511 -o /tmp/evaluation-result-4468605-1723487511/solver-4468605-1723487511 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723487511-636271 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468605-1723487511.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100066 s]*
/proc/loadavg: 4.19 6.14 7.00 48/983 636442
/proc/meminfo: memFree=772915440/790760800 swapFree=131071996/131071996
[pid=636337] ppid=636333 vsize=1668996 memory=138436 CPUtime=0.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/stat : 636337 (fscip) S 636333 636337 636259 0 -1 1077936128 31106 0 0 0 41 11 0 0 20 0 41 0 115337903 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
/proc/636337/statm: 417249 34609 2822 3035 0 119992 0
[pid=636337/tid=636342] ppid=636333 vsize=1668996 memory=4026532202 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636342/stat : 636342 (fscip) R 636333 636337 636259 0 -1 4194368 1408 0 0 0 1 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636343] ppid=636333 vsize=1668996 memory=74222 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636343/stat : 636343 (fscip) D 636333 636337 636259 0 -1 4194368 1388 0 0 0 2 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636344] ppid=636333 vsize=1668996 memory=60710185075148 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636344/stat : 636344 (fscip) D 636333 636337 636259 0 -1 4194368 1521 0 0 0 2 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636345] ppid=636333 vsize=1668996 memory=58519768531522 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636345/stat : 636345 (fscip) D 636333 636337 636259 0 -1 4194368 1412 0 0 0 1 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636346] ppid=636333 vsize=1668996 memory=55186907464376 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636346/stat : 636346 (fscip) D 636333 636337 636259 0 -1 4194368 1511 0 0 0 2 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636347] ppid=636333 vsize=1668996 memory=54100331070465 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636347/stat : 636347 (fscip) R 636333 636337 636259 0 -1 4194368 1411 0 0 0 2 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636348] ppid=636333 vsize=1668996 memory=15255939406104047 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636348/stat : 636348 (fscip) D 636333 636337 636259 0 -1 4194368 1511 0 0 0 1 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636349] ppid=636333 vsize=1668996 memory=509030 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636349/stat : 636349 (fscip) R 636333 636337 636259 0 -1 4194368 1409 0 0 0 2 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636350] ppid=636333 vsize=1668996 memory=3834588794670898049 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636350/stat : 636350 (fscip) R 636333 636337 636259 0 -1 4194368 1469 0 0 0 2 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636351] ppid=636333 vsize=1668996 memory=4048793459560918735 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636351/stat : 636351 (fscip) D 636333 636337 636259 0 -1 4194368 1429 0 0 0 1 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636352] ppid=636333 vsize=1668996 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636352/stat : 636352 (fscip) R 636333 636337 636259 0 -1 4194368 1411 0 0 0 1 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636353] ppid=636333 vsize=1668996 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636353/stat : 636353 (fscip) R 636333 636337 636259 0 -1 4194368 1398 0 0 0 1 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636354] ppid=636333 vsize=1668996 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636354/stat : 636354 (fscip) R 636333 636337 636259 0 -1 4194368 1407 0 0 0 1 0 0 0 20 0 41 0 115337906 1709051904 34609 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636355] ppid=636333 vsize=1668996 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636355/stat : 636355 (fscip) R 636333 636337 636259 0 -1 4194368 1454 0 0 0 2 0 0 0 20 0 41 0 115337906 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636356] ppid=636333 vsize=1668996 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636356/stat : 636356 (fscip) R 636333 636337 636259 0 -1 4194368 1412 0 0 0 2 0 0 0 20 0 41 0 115337906 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636357] ppid=636333 vsize=1668996 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636357/stat : 636357 (fscip) R 636333 636337 636259 0 -1 4194368 1415 0 0 0 1 0 0 0 20 0 41 0 115337906 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636358] ppid=636333 vsize=1668996 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636358/stat : 636358 (fscip) R 636333 636337 636259 0 -1 4194368 1414 0 0 0 1 0 0 0 20 0 41 0 115337906 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636359] ppid=636333 vsize=1668996 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636359/stat : 636359 (fscip) R 636333 636337 636259 0 -1 4194368 1419 0 0 0 1 0 0 0 20 0 41 0 115337906 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636360] ppid=636333 vsize=1668996 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636360/stat : 636360 (fscip) R 636333 636337 636259 0 -1 4194368 1450 0 0 0 2 0 0 0 20 0 41 0 115337906 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636361] ppid=636333 vsize=1668996 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636361/stat : 636361 (fscip) D 636333 636337 636259 0 -1 4194368 1477 0 0 0 1 0 0 0 20 0 41 0 115337906 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636403] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636403/stat : 636403 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636404] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636404/stat : 636404 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636405] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636405/stat : 636405 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636406] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636406/stat : 636406 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636407] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636407/stat : 636407 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636408] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636408/stat : 636408 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636409] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636409/stat : 636409 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 34675 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636410] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636410/stat : 636410 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636411] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636411/stat : 636411 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636412] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636412/stat : 636412 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636413] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636413/stat : 636413 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636414] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636414/stat : 636414 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337912 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636415] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636415/stat : 636415 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337912 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636416] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636416/stat : 636416 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337912 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636417] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636417/stat : 636417 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337912 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636418] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636418/stat : 636418 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337912 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636419] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636419/stat : 636419 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337912 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636420] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636420/stat : 636420 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337912 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636421] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636421/stat : 636421 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337912 1709051904 34741 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636422] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636422/stat : 636422 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337912 1709051904 34807 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 1668996 KiB
Current children cumulated memory: 138436 KiB

[startup+0.228343 s]*
/proc/loadavg: 4.19 6.14 7.00 64/989 636452
/proc/meminfo: memFree=772674868/790760800 swapFree=131071996/131071996
[pid=636337] ppid=636333 vsize=1668996 memory=188004 CPUtime=3.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/stat : 636337 (fscip) S 636333 636337 636259 0 -1 1077936128 43491 0 0 0 305 34 0 0 20 0 41 0 115337903 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
/proc/636337/statm: 417249 47001 2934 3035 0 132626 0
[pid=636337/tid=636342] ppid=636333 vsize=1668996 memory=4026531959 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636342/stat : 636342 (fscip) R 636333 636337 636259 0 -1 4194368 2064 0 0 0 15 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636343] ppid=636333 vsize=1668996 memory=74236 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636343/stat : 636343 (fscip) R 636333 636337 636259 0 -1 4194368 2036 0 0 0 12 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636344] ppid=636333 vsize=1668996 memory=55216921903569 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636344/stat : 636344 (fscip) R 636333 636337 636259 0 -1 4194368 2064 0 0 0 16 0 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636345] ppid=636333 vsize=1668996 memory=52983572464199 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636345/stat : 636345 (fscip) R 636333 636337 636259 0 -1 4194368 2044 0 0 0 15 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636346] ppid=636333 vsize=1668996 memory=60684465603260 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636346/stat : 636346 (fscip) R 636333 636337 636259 0 -1 4194368 2038 0 0 0 16 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636347] ppid=636333 vsize=1668996 memory=59597889209349 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636347/stat : 636347 (fscip) R 636333 636337 636259 0 -1 4194368 2057 0 0 0 15 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636348] ppid=636333 vsize=1668996 memory=15257038917731839 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636348/stat : 636348 (fscip) R 636333 636337 636259 0 -1 4194368 2062 0 0 0 16 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636349] ppid=636333 vsize=1668996 memory=521407 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636349/stat : 636349 (fscip) R 636333 636337 636259 0 -1 4194368 2067 0 0 0 15 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636350] ppid=636333 vsize=1668996 memory=3832902143833891303 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636350/stat : 636350 (fscip) R 636333 636337 636259 0 -1 4194368 2056 0 0 0 15 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636351] ppid=636333 vsize=1668996 memory=4122258428482400263 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636351/stat : 636351 (fscip) R 636333 636337 636259 0 -1 4194368 2039 0 0 0 14 2 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636352] ppid=636333 vsize=1668996 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636352/stat : 636352 (fscip) R 636333 636337 636259 0 -1 4194368 2080 0 0 0 15 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636353] ppid=636333 vsize=1668996 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636353/stat : 636353 (fscip) R 636333 636337 636259 0 -1 4194368 2063 0 0 0 14 2 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636354] ppid=636333 vsize=1668996 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636354/stat : 636354 (fscip) R 636333 636337 636259 0 -1 4194368 2048 0 0 0 14 2 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636355] ppid=636333 vsize=1668996 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636355/stat : 636355 (fscip) R 636333 636337 636259 0 -1 4194368 2055 0 0 0 15 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636356] ppid=636333 vsize=1668996 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636356/stat : 636356 (fscip) R 636333 636337 636259 0 -1 4194368 2040 0 0 0 15 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636357] ppid=636333 vsize=1668996 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636357/stat : 636357 (fscip) R 636333 636337 636259 0 -1 4194368 2041 0 0 0 15 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636358] ppid=636333 vsize=1668996 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636358/stat : 636358 (fscip) R 636333 636337 636259 0 -1 4194368 2050 0 0 0 14 2 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636359] ppid=636333 vsize=1668996 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636359/stat : 636359 (fscip) R 636333 636337 636259 0 -1 4194368 2039 0 0 0 14 2 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636360] ppid=636333 vsize=1668996 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636360/stat : 636360 (fscip) R 636333 636337 636259 0 -1 4194368 2048 0 0 0 15 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636361] ppid=636333 vsize=1668996 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636361/stat : 636361 (fscip) R 636333 636337 636259 0 -1 4194368 2052 0 0 0 15 1 0 0 20 0 41 0 115337906 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636403] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636403/stat : 636403 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636404] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636404/stat : 636404 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636405] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636405/stat : 636405 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636406] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636406/stat : 636406 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636407] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636407/stat : 636407 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636408] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636408/stat : 636408 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636409] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636409/stat : 636409 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636410] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636410/stat : 636410 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636411] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636411/stat : 636411 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636412] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636412/stat : 636412 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636413] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636413/stat : 636413 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337911 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636414] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636414/stat : 636414 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337912 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636415] ppid=636333 vsize=1668996 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636415/stat : 636415 (fscip) S 636333 636337 636259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 115337912 1709051904 47001 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0

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

[pid=636337/tid=636412] ppid=636333 vsize=6055956 memory=36152 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636412/stat : 636412 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636413] ppid=636333 vsize=6055956 memory=6628 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636413/stat : 636413 (fscip) S 636333 636337 636259 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636414] ppid=636333 vsize=6055956 memory=20572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636414/stat : 636414 (fscip) S 636333 636337 636259 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636415] ppid=636333 vsize=6055956 memory=6856 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636415/stat : 636415 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636416] ppid=636333 vsize=6055956 memory=31356 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636416/stat : 636416 (fscip) S 636333 636337 636259 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636417] ppid=636333 vsize=6055956 memory=3672 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636417/stat : 636417 (fscip) S 636333 636337 636259 0 -1 1077936192 123 0 0 0 0 1 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636418] ppid=636333 vsize=6055956 memory=40372 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636418/stat : 636418 (fscip) S 636333 636337 636259 0 -1 1077936192 123 0 0 0 0 1 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636419] ppid=636333 vsize=6055956 memory=8240 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636419/stat : 636419 (fscip) S 636333 636337 636259 0 -1 1077936192 122 0 0 0 1 0 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636420] ppid=636333 vsize=6055956 memory=2112 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636420/stat : 636420 (fscip) S 636333 636337 636259 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636421] ppid=636333 vsize=6055956 memory=7112 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636421/stat : 636421 (fscip) S 636333 636337 636259 0 -1 1077936192 121 0 0 0 0 1 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636422] ppid=636333 vsize=6055956 memory=30808 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636422/stat : 636422 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
Current children cumulated CPU time: 71315.4 s
Current children cumulated vsize: 6055956 KiB
Current children cumulated memory: 5010976 KiB

[startup+3598.01 s]*
/proc/loadavg: 80.59 80.46 78.94 78/1020 639180
/proc/meminfo: memFree=739460932/790760800 swapFree=131071996/131071996
[pid=636337] ppid=636333 vsize=6055956 memory=5010976 CPUtime=71324.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/stat : 636337 (fscip) S 636333 636337 636259 0 -1 1077936128 22038792 0 0 0 7096664 35748 0 0 20 0 41 0 115337903 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
/proc/636337/statm: 1513989 1252744 3318 3035 0 1352965 0
[pid=636337/tid=636342] ppid=636333 vsize=6055956 memory=280772750074976 CPUtime=3571.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636342/stat : 636342 (fscip) R 636333 636337 636259 0 -1 4194368 1692905 0 0 0 356936 212 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636343] ppid=636333 vsize=6055956 memory=-5155633680935826750 CPUtime=3566.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636343/stat : 636343 (fscip) R 636333 636337 636259 0 -1 4194368 1168488 0 0 0 356490 163 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636344] ppid=636333 vsize=6055956 memory=6660 CPUtime=3567.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636344/stat : 636344 (fscip) R 636333 636337 636259 0 -1 4194368 901539 0 0 0 351310 5431 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636345] ppid=636333 vsize=6055956 memory=18900256 CPUtime=3566.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636345/stat : 636345 (fscip) R 636333 636337 636259 0 -1 4194368 1703108 0 0 0 356476 202 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636346] ppid=636333 vsize=6055956 memory=6720665437166058862 CPUtime=3571.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636346/stat : 636346 (fscip) R 636333 636337 636259 0 -1 4194368 1233854 0 0 0 356981 180 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636347] ppid=636333 vsize=6055956 memory=-5155633680935826750 CPUtime=3562.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636347/stat : 636347 (fscip) R 636333 636337 636259 0 -1 4194368 372375 0 0 0 351038 5200 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636348] ppid=636333 vsize=6055956 memory=2112 CPUtime=3565.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636348/stat : 636348 (fscip) R 636333 636337 636259 0 -1 4194368 1560279 0 0 0 356291 218 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636349] ppid=636333 vsize=6055956 memory=3308 CPUtime=3567 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636349/stat : 636349 (fscip) R 636333 636337 636259 0 -1 4194368 933681 0 0 0 356502 198 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636350] ppid=636333 vsize=6055956 memory=1704 CPUtime=3559.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636350/stat : 636350 (fscip) R 636333 636337 636259 0 -1 4194368 310974 0 0 0 350943 4994 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636351] ppid=636333 vsize=6055956 memory=6720663242420927853 CPUtime=3566.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636351/stat : 636351 (fscip) R 636333 636337 636259 0 -1 4194368 1633451 0 0 0 356425 224 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636352] ppid=636333 vsize=6055956 memory=5432 CPUtime=3566.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636352/stat : 636352 (fscip) R 636333 636337 636259 0 -1 4194368 1193473 0 0 0 356450 164 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636353] ppid=636333 vsize=6055956 memory=16108 CPUtime=3559.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636353/stat : 636353 (fscip) R 636333 636337 636259 0 -1 4194368 356787 0 0 0 350055 5926 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636354] ppid=636333 vsize=6055956 memory=2268 CPUtime=3568.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636354/stat : 636354 (fscip) R 636333 636337 636259 0 -1 4194368 1671472 0 0 0 356607 245 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636355] ppid=636333 vsize=6055956 memory=1996 CPUtime=3568.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636355/stat : 636355 (fscip) R 636333 636337 636259 0 -1 4194368 1007761 0 0 0 356612 208 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636356] ppid=636333 vsize=6055956 memory=1836 CPUtime=3561.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636356/stat : 636356 (fscip) R 636333 636337 636259 0 -1 4194368 336211 0 0 0 350948 5241 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636357] ppid=636333 vsize=6055956 memory=38468 CPUtime=3568.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636357/stat : 636357 (fscip) R 636333 636337 636259 0 -1 4194368 1622699 0 0 0 356635 226 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636358] ppid=636333 vsize=6055956 memory=2152 CPUtime=3569.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636358/stat : 636358 (fscip) R 636333 636337 636259 0 -1 4194368 1083783 0 0 0 356790 173 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636359] ppid=636333 vsize=6055956 memory=33860 CPUtime=3558.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636359/stat : 636359 (fscip) R 636333 636337 636259 0 -1 4194368 451718 0 0 0 349814 6067 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636360] ppid=636333 vsize=6055956 memory=6656 CPUtime=3568.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636360/stat : 636360 (fscip) R 636333 636337 636259 0 -1 4194368 1853687 0 0 0 356620 240 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636361] ppid=636333 vsize=6055956 memory=4596352 CPUtime=3567.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636361/stat : 636361 (fscip) R 636333 636337 636259 0 -1 4194368 943341 0 0 0 356572 185 0 0 20 0 41 0 115337906 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636403] ppid=636333 vsize=6055956 memory=2696 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636403/stat : 636403 (fscip) S 636333 636337 636259 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636404] ppid=636333 vsize=6055956 memory=2832 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636404/stat : 636404 (fscip) S 636333 636337 636259 0 -1 1077936192 121 0 0 0 0 1 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636405] ppid=636333 vsize=6055956 memory=6680 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636405/stat : 636405 (fscip) S 636333 636337 636259 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636406] ppid=636333 vsize=6055956 memory=6824 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636406/stat : 636406 (fscip) S 636333 636337 636259 0 -1 1077936192 60 0 0 0 0 1 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636407] ppid=636333 vsize=6055956 memory=5014716 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636407/stat : 636407 (fscip) S 636333 636337 636259 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636408] ppid=636333 vsize=6055956 memory=5299984 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636408/stat : 636408 (fscip) S 636333 636337 636259 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636409] ppid=636333 vsize=6055956 memory=6720663242420927853 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636409/stat : 636409 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636410] ppid=636333 vsize=6055956 memory=2152 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636410/stat : 636410 (fscip) S 636333 636337 636259 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636411] ppid=636333 vsize=6055956 memory=6056 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636411/stat : 636411 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 0 1 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636412] ppid=636333 vsize=6055956 memory=104 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636412/stat : 636412 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636413] ppid=636333 vsize=6055956 memory=33100 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636413/stat : 636413 (fscip) S 636333 636337 636259 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 115337911 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636414] ppid=636333 vsize=6055956 memory=19600 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636414/stat : 636414 (fscip) S 636333 636337 636259 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636415] ppid=636333 vsize=6055956 memory=54528 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636415/stat : 636415 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636416] ppid=636333 vsize=6055956 memory=28496 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636416/stat : 636416 (fscip) S 636333 636337 636259 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636417] ppid=636333 vsize=6055956 memory=7644 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636417/stat : 636417 (fscip) S 636333 636337 636259 0 -1 1077936192 123 0 0 0 0 1 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636418] ppid=636333 vsize=6055956 memory=8329294824090805399 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636418/stat : 636418 (fscip) S 636333 636337 636259 0 -1 1077936192 123 0 0 0 0 1 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636419] ppid=636333 vsize=6055956 memory=280772750893104 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636419/stat : 636419 (fscip) S 636333 636337 636259 0 -1 1077936192 122 0 0 0 1 0 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636420] ppid=636333 vsize=6055956 memory=-7522837415797432224 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636420/stat : 636420 (fscip) S 636333 636337 636259 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636421] ppid=636333 vsize=6055956 memory=6656426216303648864 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636421/stat : 636421 (fscip) S 636333 636337 636259 0 -1 1077936192 121 0 0 0 0 1 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636422] ppid=636333 vsize=6055956 memory=-7522837415797432224 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636422/stat : 636422 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 115337912 6201298944 1252744 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
Current children cumulated CPU time: 71324.1 s
Current children cumulated vsize: 6055956 KiB
Current children cumulated memory: 5010976 KiB

[startup+3598.4 s]
/proc/loadavg: 80.59 80.46 78.94 78/1020 639180
/proc/meminfo: memFree=739460932/790760800 swapFree=131071996/131071996
[pid=636337] ppid=636333 vsize=4334140 memory=3073292 CPUtime=71326.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/stat : 636337 (fscip) R 636333 636337 636259 0 -1 4194304 22147212 0 0 0 7096903 35766 0 0 20 0 14 0 115337903 4438159360 768835 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
/proc/636337/statm: 1083535 768323 3318 3035 0 1011832 0
[pid=636337/tid=636403] ppid=636333 vsize=4334140 memory=33456 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636403/stat : 636403 (fscip) S 636333 636337 636259 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 14 0 115337911 4438159360 767299 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636404] ppid=636333 vsize=4334140 memory=10392 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636404/stat : 636404 (fscip) S 636333 636337 636259 0 -1 1077936192 121 0 0 0 0 1 0 0 20 0 14 0 115337911 4438159360 766787 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636406] ppid=636333 vsize=4334140 memory=5010976 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636406/stat : 636406 (fscip) S 636333 636337 636259 0 -1 1077936192 60 0 0 0 0 1 0 0 20 0 14 0 115337911 4438159360 766787 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636408] ppid=636333 vsize=4334140 memory=7640 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636408/stat : 636408 (fscip) S 636333 636337 636259 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 14 0 115337911 4438159360 766275 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636410] ppid=636333 vsize=4334140 memory=5010920 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636410/stat : 636410 (fscip) S 636333 636337 636259 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 14 0 115337911 4438159360 766275 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636411] ppid=636333 vsize=4334140 memory=20284 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636411/stat : 636411 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 0 1 0 0 20 0 14 0 115337911 4438159360 765763 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636412] ppid=636333 vsize=4334140 memory=5736 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636412/stat : 636412 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 14 0 115337911 4438159360 765763 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636414] ppid=636333 vsize=4334140 memory=6056 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636414/stat : 636414 (fscip) S 636333 636337 636259 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 14 0 115337912 4438159360 765251 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636415] ppid=636333 vsize=4334140 memory=104 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636415/stat : 636415 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 14 0 115337912 4438159360 765251 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636416] ppid=636333 vsize=4334140 memory=33100 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636416/stat : 636416 (fscip) S 636333 636337 636259 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 14 0 115337912 4438159360 764739 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636417] ppid=636333 vsize=4334140 memory=2268 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636417/stat : 636417 (fscip) S 636333 636337 636259 0 -1 1077936192 123 0 0 0 0 1 0 0 20 0 14 0 115337912 4438159360 764739 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636421] ppid=636333 vsize=4334140 memory=1996 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636421/stat : 636421 (fscip) S 636333 636337 636259 0 -1 1077936192 121 0 0 0 0 1 0 0 20 0 14 0 115337912 4438159360 764257 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
[pid=636337/tid=636422] ppid=636333 vsize=4334140 memory=1836 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/636337/task/636422/stat : 636422 (fscip) S 636333 636337 636259 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 14 0 115337912 4438159360 764257 809668444160 4194304 16622685 140735321518848 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49491968 140735321527274 140735321527389 140735321527389 140735321534415 0
Current children cumulated CPU time: 71326.7 s
Current children cumulated vsize: 4334140 KiB
Current children cumulated memory: 3073292 KiB

[startup+3598.5 s]*
/proc/loadavg: 80.59 80.46 78.94 24/913 639188
/proc/meminfo: memFree=750024068/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3598.54
CPU time (s): 71326.8
CPU user time (s): 70969
CPU system time (s): 357.804
CPU usage (%): 1982.1
Max. virtual memory (cumulated for all children) (KiB): 6055956
Max. memory (cumulated for all children) (KiB): 5014716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70969
system time used= 357.804
maximum resident set size= 5014716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22148052
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= 1033471
involuntary context switches= 265036


# summary of solver processes directly reported to runsolver:
#   pid: 636337
#   total CPU time (s): 71326.8
#   total CPU user time (s): 70969
#   total CPU system time (s): 357.804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.8758 second user time and 100.666 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-12 20:31:51
IDJOB=4468605
IDBENCH=147549
IDSOLVER=3099
FILE ID=nodeD101/4468605-1723487511
RUNJOBID= nodeD101-1723487511-636271
SLURM_JOB_ID= 8267557
Free space on /tmp= 8622904 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468605-1723487511/watcher-4468605-1723487511 -o /tmp/evaluation-result-4468605-1723487511/solver-4468605-1723487511 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723487511-636271 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468605-1723487511.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 0daa95194506fa379fbbdb25b381edfb
RANDOM SEED=1190621147

nodeD101.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	: 0x5003102
cpu MHz		: 3698.321
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 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	: 0x5003102
cpu MHz		: 3361.855
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2642.082
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2634.987
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2993.113
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 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	: 0x5003102
cpu MHz		: 3630.640
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2580.379
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2654.119
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3472.642
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 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	: 0x5003102
cpu MHz		: 3675.020
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2637.648
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2647.263
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3455.900
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 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	: 0x5003102
cpu MHz		: 3569.958
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2643.988
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2651.333
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3549.191
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 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	: 0x5003102
cpu MHz		: 3565.715
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2633.063
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2632.182
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2621.257
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 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	: 0x5003102
cpu MHz		: 3592.700
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2647.065
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2645.494
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3482.477
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 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	: 0x5003102
cpu MHz		: 2576.844
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3595.840
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2575.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2630.597
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 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	: 0x5003102
cpu MHz		: 2569.444
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2587.719
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2565.524
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2646.484
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 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	: 0x5003102
cpu MHz		: 2551.775
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2590.811
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2621.951
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2632.575
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 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	: 0x5003102
cpu MHz		: 2557.692
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2632.415
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2570.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2641.129
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 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	: 0x5003102
cpu MHz		: 2577.479
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2578.781
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2577.479
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3701.923
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 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	: 0x5003102
cpu MHz		: 2585.685
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2581.521
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2571.022
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2623.106
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 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	: 0x5003102
cpu MHz		: 2604.166
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2574.152
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2617.827
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2751.865
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 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	: 0x5003102
cpu MHz		: 2566.598
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2575.431
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2566.056
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2656.250
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 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	: 0x5003102
cpu MHz		: 2613.636
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2615.546
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2576.844
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2642.045
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 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	: 0x5003102
cpu MHz		: 2570.564
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2575.431
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2570.564
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2638.888
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 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	: 0x5003102
cpu MHz		: 2615.927
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2574.152
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2626.008
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2610.294
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 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	: 0x5003102
cpu MHz		: 2554.133
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2570.043
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3650.537
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2646.484
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 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	: 0x5003102
cpu MHz		: 2554.133
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2574.786
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2617.827
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3478.260
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 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	: 0x5003102
cpu MHz		: 2615.927
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2580.818
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2632.575
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        773272152 kB
MemAvailable:   783779492 kB
Buffers:          954900 kB
Cached:         12902852 kB
SwapCached:            0 kB
Active:          6546684 kB
Inactive:        7740008 kB
Active(anon):       2032 kB
Inactive(anon):   465900 kB
Active(file):    6544652 kB
Inactive(file):  7274108 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             94944 kB
Writeback:             4 kB
AnonPages:        427936 kB
Mapped:            99116 kB
Shmem:             38920 kB
KReclaimable:     216212 kB
Slab:             610992 kB
SReclaimable:     216212 kB
SUnreclaim:       394780 kB
KernelStack:       14784 kB
PageTables:         9920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     932968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1027584 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD101 at 2024-08-12 21:31:50