Trace number 4465968

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_4layers_maxall_lastlayerdiv2/
normalized-injcomp_opt_4layers_maxall_lastlayerdiv2_size_16.opb
MD5SUM678da6339402b89815c46f6042afd950
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-32
Best CPU time to get the best result obtained on this benchmark506.649
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1056
Total number of constraints488
Number of constraints which are clauses416
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints32
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 640
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 640
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 640
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 27426816, getVmSize() = 27426816, SCIPgetMemUsed() = 3437778, SCIPgetMemTotal() = 5886266, SCIPgetMemExternEstim() = 1377493
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.02	c ** Estimated virtualMemUsedAtSolver = 18621456, getVmSize() = 38039552, SCIPgetMemUsed() = 9651399, SCIPgetMemTotal() = 15232151, SCIPgetMemExternEstim() = 1377493
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-4465968-1722617519
0.00/0.02	c   Variables        : 1056 (1056 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 488
0.00/0.02	c   Objective sense  : minimize
0.00/0.02	c Presolved Problem  :
0.00/0.02	c   Variables        : 800 (800 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 696
0.00/0.02	c Constraints        : Number
0.00/0.02	c   setppc           : 280 
0.00/0.02	c   logicor          : 416 
0.00/0.02	c ** Instance transfer method used: 0
0.00/0.03	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.09	c                                Nodes    Active                                            
0.00/0.09	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.44/0.13	c *       0              0           1        20         -24.0000                -          -
0.44/0.15	c *       0              0           1        20         -27.0000                -          -
0.44/0.17	c *       0              0           1        20         -28.0000                -          -
0.44/0.17	c *       0              0           1        20         -29.0000                -          -
0.44/0.17	c *       0              0           1        20         -30.0000                -          -
0.44/0.17	c *       0              0           1        20         -31.0000                -          -
6.52/0.50	c *       0              2           3        20         -32.0000        -400.0000          -
97.24/5.05	c         5             49          48        20         -32.0000         -40.0000     25.00%
198.53/10.18	c        10            249         218        20         -32.0000         -39.9375     24.80%
299.00/15.27	c        15            407         350        20         -32.0000         -39.9375     24.80%
400.17/20.38	c        20            797         698        20         -32.0000         -39.9375     24.80%
501.57/25.43	c        25           1056           6        20         -32.0000         -39.9375     24.80%
600.75/30.48	c        30           2014         357        20         -32.0000         -39.9375     24.80%
699.89/35.49	c        36           3171        3063        20         -32.0000         -39.9375     24.80%
800.93/40.58	c        41           3797        2537        20         -32.0000         -39.8667     24.58%
902.23/45.64	c        46           4600        3254        20         -32.0000         -39.8667     24.58%
1001.35/50.68	c        51           5492        5340        20         -32.0000         -39.8667     24.58%
1102.54/55.72	c        56           3977        2730        20         -32.0000         -39.8667     24.58%
1201.81/60.75	c        61           4662        2942        20         -32.0000         -39.8667     24.58%
1303.03/65.80	c        66           5345        3569        20         -32.0000         -39.7857     24.33%
1402.17/70.88	c        71           6109        4267        20         -32.0000         -39.7857     24.33%
1503.30/75.93	c        76           6960        5066        20         -32.0000         -39.7857     24.33%
1602.51/80.98	c        81           7701        5767        20         -32.0000         -39.7857     24.33%
1704.33/86.03	c        86           8609        6616        20         -32.0000         -39.7857     24.33%
1803.39/91.08	c        91           9542        7474        20         -32.0000         -39.7857     24.33%
1902.76/96.13	c        96          13239       11208        20         -32.0000         -39.7857     24.33%
2003.99/101.14	c       101          14174       12054        20         -32.0000         -39.7857     24.33%
2102.90/106.17	c       106          15234       13062        20         -32.0000         -39.7857     24.33%
2203.51/111.23	c       111          13094       10843        20         -32.0000         -39.7857     24.33%
2302.69/116.27	c       116          13865       11588        20         -32.0000         -39.6923     24.04%
2403.85/121.30	c       121          14745       12427        20         -32.0000         -39.6923     24.04%
2503.14/126.38	c       126          15571       13235        20         -32.0000         -39.6923     24.04%
2604.18/131.47	c       131          16427       14073        20         -32.0000         -39.6923     24.04%
2705.48/136.52	c       137          17249       14865        20         -32.0000         -39.6923     24.04%
2804.49/141.57	c       142          18056       15658        20         -32.0000         -39.6923     24.04%
2905.70/146.63	c       147          18903       16481        20         -32.0000         -39.6923     24.04%
3004.87/151.68	c       152          19709       17265        20         -32.0000         -39.6923     24.04%
3106.05/156.72	c       157          20491       18025        20         -32.0000         -39.6923     24.04%
3205.42/161.77	c       162          21280       18774        20         -32.0000         -39.6923     24.04%
3304.45/166.79	c       167          22040       19520        20         -32.0000         -39.6923     24.04%
3403.65/171.79	c       172          22798       20266        20         -32.0000         -39.6923     24.04%
3504.79/176.86	c       177          23525       20983        20         -32.0000         -39.6923     24.04%
3605.98/181.92	c       182          24251       21687        20         -32.0000         -39.6923     24.04%
3704.98/186.98	c       187          24927       22357        20         -32.0000         -39.6923     24.04%
3806.66/192.06	c       192          25654       23056        20         -32.0000         -39.6923     24.04%
3905.77/197.11	c       197          26223       23603        20         -32.0000         -39.6923     24.04%
4007.18/202.17	c       202          26687       24053        20         -32.0000         -39.6923     24.04%
4107.83/207.22	c       207          27364       24714        20         -32.0000         -39.6923     24.04%
4206.90/212.27	c       212          28055       25395        20         -32.0000         -39.6923     24.04%
4308.10/217.32	c       217          28722       26050        20         -32.0000         -39.6923     24.04%
4407.36/222.38	c       222          29410       26716        20         -32.0000         -39.6923     24.04%
4508.62/227.43	c       227          30075       27367        20         -32.0000         -39.6923     24.04%
4607.72/232.47	c       232          30714       28000        20         -32.0000         -39.6923     24.04%
4709.03/237.51	c       238          31316       28578        20         -32.0000         -39.6923     24.04%
4808.06/242.58	c       243          43290       39334        20         -32.0000         -39.6923     24.04%
4907.21/247.58	c       248          44318       40300        20         -32.0000         -39.6923     24.04%
5008.40/252.67	c       253          45353       41274        20         -32.0000         -39.6923     24.04%
5109.57/257.72	c       258          33647       30865        20         -32.0000         -39.6923     24.04%
5208.77/262.77	c       263          47395       43129        20         -32.0000         -39.6923     24.04%
5310.00/267.82	c       268          48416       44072        20         -32.0000         -39.6923     24.04%
5409.23/272.87	c       273          49502       45060        20         -32.0000         -39.6923     24.04%
5510.58/277.92	c       278          35827       33015        20         -32.0000         -39.6923     24.04%
5609.75/282.97	c       283          36370       33534        20         -32.0000         -39.6923     24.04%
5708.87/288.02	c       288          36848       33999        20         -32.0000         -39.6923     24.04%
5810.66/293.07	c       293          37380       34515        20         -32.0000         -39.6923     24.04%
5909.83/298.12	c       298          37870       34999        20         -32.0000         -39.6923     24.04%
6011.05/303.18	c       303          38415       35528        20         -32.0000         -39.6923     24.04%
6110.34/308.19	c       308          38985       36086        20         -32.0000         -39.5833     23.70%
6209.57/313.19	c       313          39457       36554        20         -32.0000         -39.5833     23.70%
6310.30/318.25	c       318          39910       36997        20         -32.0000         -39.5833     23.70%
6409.63/323.27	c       323          40431       37494        20         -32.0000         -39.5833     23.70%
6510.79/328.32	c       328          40942       37995        20         -32.0000         -39.5833     23.70%
6610.04/333.33	c       333          41471       38510        20         -32.0000         -39.5833     23.70%
6709.29/338.38	c       338          41985       39016        20         -32.0000         -39.5833     23.70%
6810.70/343.47	c       343          42479       39500        20         -32.0000         -39.5833     23.70%
6911.80/348.52	c       349          42963       39980        20         -32.0000         -39.5833     23.70%
7013.03/353.60	c       354          43219       40229        20         -32.0000         -39.5833     23.70%
7112.44/358.68	c       359          43604       40610        20         -32.0000         -39.5833     23.70%
7213.49/363.77	c       364          44090       41086        20         -32.0000         -39.5833     23.70%
7314.70/368.82	c       369          44533       41519        20         -32.0000         -39.5833     23.70%
7413.81/373.88	c       374          45031       42003        20         -32.0000         -39.5833     23.70%
7515.04/378.92	c       379          45516       42476        20         -32.0000         -39.5833     23.70%
7614.09/383.97	c       384          46016       42954        20         -32.0000         -39.5833     23.70%
7713.26/389.02	c       389          46381       43313        20         -32.0000         -39.5833     23.70%
7814.83/394.07	c       394          46827       43745        20         -32.0000         -39.5833     23.70%
7914.21/399.12	c       399          47289       44193        20         -32.0000         -39.5833     23.70%
8015.47/404.17	c       404          47715       44595        20         -32.0000         -39.5833     23.70%
8116.01/409.22	c       409          48155       45023        20         -32.0000         -39.5833     23.70%
8215.22/414.28	c       414          48581       45445        20         -32.0000         -39.5833     23.70%
8316.35/419.32	c       419          49012       45872        20         -32.0000         -39.5833     23.70%
8415.55/424.37	c       424          49447       46301        20         -32.0000         -39.5833     23.70%
8516.73/429.42	c       429          49854       46700        20         -32.0000         -39.5833     23.70%
8615.92/434.47	c       434          50268       47100        20         -32.0000         -39.5833     23.70%
8717.08/439.52	c       440          50663       47481        20         -32.0000         -39.5833     23.70%
8816.26/444.57	c       445          51089       47905        20         -32.0000         -39.5833     23.70%
8917.35/449.60	c       450          91977       68884        20         -32.0000         -39.5785     23.68%
9016.52/454.62	c       455          93087       69530        20         -32.0000         -39.5656     23.64%
9115.67/459.63	c       460          94157       70134        20         -32.0000         -39.5511     23.60%
9216.79/464.70	c       465          95167       70669        20         -32.0000         -39.5348     23.55%
9315.80/469.76	c       470          96267       71264        20         -32.0000         -39.5186     23.50%
9416.97/474.82	c       475          97757       72075        20         -32.0000         -39.5077     23.46%
9516.00/479.86	c       480          98917       72681        20         -32.0000         -39.4987     23.43%
9617.04/484.92	c       485         100167       73291        20         -32.0000         -39.4863     23.39%
9716.23/489.98	c       490         100943       73729        20         -32.0000         -39.4667     23.33%
9817.90/495.05	c       495         102087       74369        20         -32.0000         -39.4497     23.28%
9916.95/500.12	c       500         102927       74808        20         -32.0000         -39.4350     23.23%
10018.38/505.17	c       505         103988       75354        20         -32.0000         -39.4286     23.21%
10116.98/510.19	c       510         105084       75962        20         -32.0000         -39.4286     23.21%
10217.59/515.21	c       515         106197       76536        20         -32.0000         -39.4222     23.19%
10316.70/520.28	c       520         107187       77029        20         -32.0000         -39.4091     23.15%
10417.92/525.32	c       525         108157       77613        20         -32.0000         -39.3984     23.12%
10517.01/530.38	c       530         109367       78310        20         -32.0000         -39.3828     23.07%
10618.11/535.40	c       535         110317       78798        20         -32.0000         -39.3784     23.06%
10717.25/540.42	c       540         111387       79341        20         -32.0000         -39.3639     23.01%
10816.43/545.49	c       545         112687       80025        20         -32.0000         -39.3526     22.98%
10917.64/550.54	c       551         113657       80537        20         -32.0000         -39.3367     22.93%
11016.72/555.59	c       556         114657       81051        20         -32.0000         -39.3059     22.83%
11117.86/560.69	c       561         115767       81586        20         -32.0000         -39.2611     22.69%
11218.96/565.77	c       566         116935       82190        20         -32.0000         -39.2494     22.65%
11320.08/570.82	c       571         117937       82615        20         -32.0000         -39.1667     22.40%
11419.20/575.87	c       576         119017       83214        20         -32.0000         -39.0000     21.88%
11518.31/580.90	c       581         120219       83866        20         -32.0000         -39.0000     21.88%
11619.44/585.91	c       586         121161       84307        20         -32.0000         -39.0000     21.88%
11718.43/590.99	c       591         122536       85156        20         -32.0000         -39.0000     21.88%
11820.15/596.07	c       596         123641       85763        20         -32.0000         -39.0000     21.88%
11919.16/601.12	c       601         124632       86327        20         -32.0000         -39.0000     21.88%
12020.37/606.18	c       606         125997       87199        20         -32.0000         -39.0000     21.88%
12120.73/611.22	c       611         127221       87948        20         -32.0000         -39.0000     21.88%
12219.80/616.27	c       616         128212       88788        20         -32.0000         -39.0000     21.88%
12320.90/621.32	c       621         129308       89645        20         -32.0000         -39.0000     21.88%
12420.09/626.37	c       626         130184       90382        20         -32.0000         -39.0000     21.88%
12519.24/631.38	c       631         131154       91185        20         -32.0000         -39.0000     21.88%
12620.17/636.44	c       636         132533       92059        20         -32.0000         -39.0000     21.88%
12721.22/641.51	c       642         133357       92700        20         -32.0000         -38.9587     21.75%
12820.36/646.57	c       647         134287       93358        20         -32.0000         -38.9333     21.67%
12919.56/651.59	c       652         135581       94029        20         -32.0000         -38.9333     21.67%
13020.41/656.63	c       657         136598       94655        20         -32.0000         -38.9333     21.67%
13121.51/661.71	c       662         137574       95271        20         -32.0000         -38.9333     21.67%
13220.55/666.72	c       667         138560       95840        20         -32.0000         -38.9333     21.67%
13319.64/671.78	c       672         139664       96410        20         -32.0000         -38.9333     21.67%
13420.70/676.86	c       677         140638       97004        20         -32.0000         -38.9333     21.67%
13521.74/681.92	c       682         141619       97612        20         -32.0000         -38.9333     21.67%
13620.79/686.98	c       687         142497       98127        20         -32.0000         -38.9333     21.67%
13719.91/692.02	c       692         143338       98644        20         -32.0000         -38.9333     21.67%
13821.63/697.05	c       697         144286       99128        20         -32.0000         -38.9333     21.67%
13920.65/702.12	c       702         145316       99643        20         -32.0000         -38.9333     21.67%
14021.98/707.17	c       707         146256      100106        20         -32.0000         -38.9333     21.67%
14122.19/712.22	c       712         147182      100498        20         -32.0000         -38.9333     21.67%
14221.24/717.27	c       717         148201      100955        20         -32.0000         -38.9333     21.67%
14322.35/722.32	c       722         149150      101387        20         -32.0000         -38.9333     21.67%
14421.38/727.37	c       727         150065      101893        20         -32.0000         -38.9333     21.67%
14522.47/732.42	c       732         150665      102216        20         -32.0000         -38.9333     21.67%
14621.51/737.47	c       737         151561      102592        20         -32.0000         -38.9333     21.67%
14722.56/742.52	c       743         152341      102948        20         -32.0000         -38.9333     21.67%
14821.63/747.57	c       748         153131      103294        20         -32.0000         -38.9333     21.67%
14922.53/752.62	c       753         153938      103713        20         -32.0000         -38.9333     21.67%
15021.73/757.67	c       758         154798      104161        20         -32.0000         -38.9333     21.67%
15122.66/762.72	c       763         155821      104602        20         -32.0000         -38.9333     21.67%
15221.75/767.73	c       768         156593      104982        20         -32.0000         -38.9333     21.67%
15322.83/772.82	c       773         157429      105424        20         -32.0000         -38.9333     21.67%
15421.79/777.85	c       778         158251      105796        20         -32.0000         -38.9333     21.67%
15520.93/782.86	c       783         159001      106180        20         -32.0000         -38.9333     21.67%
15621.94/787.92	c       788         159738      106626        20         -32.0000         -38.9333     21.67%
15721.01/792.97	c       793         160537      106937        20         -32.0000         -38.9333     21.67%
15820.13/798.03	c       798         161266      107327        20         -32.0000         -38.9333     21.67%
15921.82/803.05	c       803         162028      107667        20         -32.0000         -38.9333     21.67%
16020.83/808.12	c       808         162851      108031        20         -32.0000         -38.9333     21.67%
16122.10/813.18	c       813         163642      108462        20         -32.0000         -38.9333     21.67%
16222.34/818.24	c       818         164428      108879        20         -32.0000         -38.9333     21.67%
16323.40/823.30	c       823         165199      109186        20         -32.0000         -38.9333     21.67%
16422.67/828.33	c       828         165981      109600        20         -32.0000         -38.9333     21.67%
16521.65/833.36	c       833         166807      109966        20         -32.0000         -38.9333     21.67%
16620.62/838.37	c       838         167695      110390        20         -32.0000         -38.9333     21.67%
16719.72/843.39	c       843         168456      110741        20         -32.0000         -38.9333     21.67%
16820.80/848.40	c       848         169060      110991        20         -32.0000         -38.9333     21.67%
16919.86/853.48	c       853         169898      111339        20         -32.0000         -38.9333     21.67%
17020.82/858.53	c       859         170657      111672        20         -32.0000         -38.9333     21.67%
17121.92/863.63	c       864         171438      112036        20         -32.0000         -38.9333     21.67%
17223.00/868.72	c       869         172206      112365        20         -32.0000         -38.9333     21.67%
17322.09/873.78	c       874         172951      112704        20         -32.0000         -38.9333     21.67%
17423.19/878.85	c       879         173759      113026        20         -32.0000         -38.9333     21.67%
17522.29/883.87	c       884         174352      113459        20         -32.0000         -38.9333     21.67%
17621.17/888.88	c       889         175136      113831        20         -32.0000         -38.9333     21.67%
17722.20/894.03	c       894         175941      114167        20         -32.0000         -38.9333     21.67%
17823.78/899.08	c       899         176691      114471        20         -32.0000         -38.9333     21.67%
17922.86/904.12	c       904         177431      114769        20         -32.0000         -38.9333     21.67%
18023.91/909.18	c       909         178141      115123        20         -32.0000         -38.9333     21.67%
18124.30/914.23	c       914         178850      115393        20         -32.0000         -38.9333     21.67%
18223.37/919.28	c       919         179547      115668        20         -32.0000         -38.9333     21.67%
18324.42/924.33	c       924         180231      115980        20         -32.0000         -38.9333     21.67%
18423.41/929.38	c       929         180981      116302        20         -32.0000         -38.9333     21.67%
18524.47/934.44	c       934         181666      116697        20         -32.0000         -38.9333     21.67%
18623.56/939.49	c       939         182384      117029        20         -32.0000         -38.9333     21.67%
18724.63/944.52	c       945         183107      117342        20         -32.0000         -38.9333     21.67%
18823.74/949.58	c       950         183781      117617        20         -32.0000         -38.9333     21.67%
18924.80/954.63	c       955         184542      117930        20         -32.0000         -38.9333     21.67%
19023.89/959.67	c       960         185021      118175        20         -32.0000         -38.9333     21.67%
19124.95/964.73	c       965         185741      118557        20         -32.0000         -38.9333     21.67%
19224.06/969.78	c       970         186447      118833        20         -32.0000         -38.9333     21.67%
19325.25/974.83	c       975         187183      119152        20         -32.0000         -38.9333     21.67%
19424.20/979.88	c       980         187956      119525        20         -32.0000         -38.9333     21.67%
19525.28/984.93	c       985         188682      119851        20         -32.0000         -38.9333     21.67%
19624.40/989.99	c       990         189391      120172        20         -32.0000         -38.9333     21.67%
19723.34/995.03	c       995         190167      120544        20         -32.0000         -38.9333     21.67%
19825.00/1000.08	c      1000         190806      120811        20         -32.0000         -38.9333     21.67%
19924.08/1005.09	c      1005         191511      121102        20         -32.0000         -38.9333     21.67%
20025.18/1010.19	c      1010         192302      121380        20         -32.0000         -38.9333     21.67%
20125.59/1015.24	c      1015         193043      121630        20         -32.0000         -38.9333     21.67%
20224.69/1020.28	c      1020         193809      121933        20         -32.0000         -38.9333     21.67%
20323.80/1025.29	c      1025         194546      122198        20         -32.0000         -38.9333     21.67%
20424.85/1030.35	c      1030         195249      122534        20         -32.0000         -38.9333     21.67%
20523.91/1035.39	c      1035         196047      122862        20         -32.0000         -38.9333     21.67%
20624.97/1040.45	c      1040         196831      123221        20         -32.0000         -38.9333     21.67%
20724.10/1045.50	c      1046         197621      123516        20         -32.0000         -38.9333     21.67%
20825.23/1050.50	c      1051         198467      123793        20         -32.0000         -38.9333     21.67%
20924.33/1055.56	c      1056         199251      124149        20         -32.0000         -38.9333     21.67%
21025.47/1060.63	c      1061         200039      124462        20         -32.0000         -38.9333     21.67%
21124.62/1065.64	c      1066         200851      124900        20         -32.0000         -38.9333     21.67%
21225.75/1070.72	c      1071         201618      125236        20         -32.0000         -38.9333     21.67%
21324.78/1075.74	c      1076         202201      125457        20         -32.0000         -38.9333     21.67%
21425.92/1080.88	c      1081         202956      125815        20         -32.0000         -38.9333     21.67%
21526.97/1085.93	c      1086         203743      126087        20         -32.0000         -38.9333     21.67%
21626.01/1090.95	c      1091         204661      126460        20         -32.0000         -38.9333     21.67%
21724.99/1095.97	c      1096         205246      126754        20         -32.0000         -38.9333     21.67%
21826.79/1101.06	c      1101         206137      127163        20         -32.0000         -38.9333     21.67%
21927.85/1106.14	c      1106         207031      127416        20         -32.0000         -38.9333     21.67%
22026.86/1111.18	c      1111         207798      127667        20         -32.0000         -38.9333     21.67%
22127.32/1116.23	c      1116         208541      128040        20         -32.0000         -38.9333     21.67%
22226.51/1121.28	c      1121         209184      128299        20         -32.0000         -38.9333     21.67%
22325.38/1126.28	c      1126         209968      128643        20         -32.0000         -38.9333     21.67%
22426.44/1131.35	c      1131         210829      129036        20         -32.0000         -38.9333     21.67%
22527.56/1136.43	c      1136         211516      129424        20         -32.0000         -38.9333     21.67%
22626.49/1141.48	c      1141         212276      129754        20         -32.0000         -38.9333     21.67%
22727.41/1146.53	c      1147         213046      130176        20         -32.0000         -38.9333     21.67%
22826.45/1151.59	c      1152         213617      130603        20         -32.0000         -38.9333     21.67%
22927.50/1156.63	c      1157         214248      130876        20         -32.0000         -38.9333     21.67%
23026.50/1161.68	c      1162         215032      131185        20         -32.0000         -38.9333     21.67%
23127.60/1166.71	c      1167         215726      131502        20         -32.0000         -38.9333     21.67%
23226.58/1171.75	c      1172         216442      131774        20         -32.0000         -38.9333     21.67%
23327.64/1176.82	c      1177         217133      132029        20         -32.0000         -38.9333     21.67%
23426.65/1181.88	c      1182         217911      132485        20         -32.0000         -38.9333     21.67%
23527.76/1186.93	c      1187         218772      132770        20         -32.0000         -38.9333     21.67%
23626.82/1191.98	c      1192         219529      133067        20         -32.0000         -38.9333     21.67%
23725.91/1197.03	c      1197         220272      133457        20         -32.0000         -38.9333     21.67%
23827.55/1202.08	c      1202         221112      133827        20         -32.0000         -38.9333     21.67%
23926.64/1207.12	c      1207         221765      134219        20         -32.0000         -38.9333     21.67%
24028.01/1212.18	c      1212         222715      134540        20         -32.0000         -38.9333     21.67%
24128.24/1217.23	c      1217         223397      134892        20         -32.0000         -38.9333     21.67%
24227.32/1222.25	c      1222         224118      135194        20         -32.0000         -38.9333     21.67%
24326.45/1227.27	c      1227         224781      135453        20         -32.0000         -38.9333     21.67%
24427.59/1232.38	c      1232         225471      135672        20         -32.0000         -38.9333     21.67%
24528.73/1237.43	c      1237         226167      136089        20         -32.0000         -38.9333     21.67%
24627.79/1242.46	c      1242         226890      136383        20         -32.0000         -38.9333     21.67%
24728.81/1247.53	c      1248         227535      136719        20         -32.0000         -38.9333     21.67%
24827.95/1252.58	c      1253         228281      136987        20         -32.0000         -38.9333     21.67%
24929.09/1257.63	c      1258         228861      137234        20         -32.0000         -38.9333     21.67%
25028.13/1262.65	c      1263         229674      137583        20         -32.0000         -38.9333     21.67%
25127.17/1267.70	c      1268         252763       58357        20         -32.0000         -38.9333     21.67%
25228.29/1272.77	c      1273         253609       58977        20         -32.0000         -38.9333     21.67%
25329.38/1277.82	c      1278         254392       59554        20         -32.0000         -38.9333     21.67%
25428.35/1282.83	c      1283         255235       60192        20         -32.0000         -38.9333     21.67%
25527.36/1287.89	c      1288         256198       60827        20         -32.0000         -38.9333     21.67%
25628.49/1292.91	c      1293         256986       61284        20         -32.0000         -38.9333     21.67%
25727.58/1298.03	c      1298         257867       61756        20         -32.0000         -38.9333     21.67%
25829.27/1303.08	c      1303         258624       62161        20         -32.0000         -38.9333     21.67%
25928.59/1308.13	c      1308         259529       62646        20         -32.0000         -38.9333     21.67%
26029.34/1313.18	c      1313         260410       62945        20         -32.0000         -38.9333     21.67%
26129.83/1318.20	c      1318         261207       63155        20         -32.0000         -38.9333     21.67%
26228.96/1323.22	c      1323         262159       63485        20         -32.0000         -38.9333     21.67%
26328.24/1328.25	c      1328         263068       63717        20         -32.0000         -38.9333     21.67%
26427.15/1333.28	c      1333         263734       64211        20         -32.0000         -38.9333     21.67%
26528.16/1338.34	c      1338         264464       64745        20         -32.0000         -38.9333     21.67%
26629.23/1343.43	c      1343         265115       65062        20         -32.0000         -38.9333     21.67%
26730.29/1348.51	c      1349         265999       65363        20         -32.0000         -38.9333     21.67%
26829.51/1353.56	c      1354         267050       65615        20         -32.0000         -38.9333     21.67%
26930.65/1358.63	c      1359         267872       65857        20         -32.0000         -38.9286     21.65%
27029.62/1363.65	c      1364         268725       66060        20         -32.0000         -38.9286     21.65%
27130.69/1368.71	c      1369         269467       66248        20         -32.0000         -38.9091     21.59%
27229.72/1373.78	c      1374         270390       66455        20         -32.0000         -38.9000     21.56%
27330.79/1378.83	c      1379         271141       66559        20         -32.0000         -38.8571     21.43%
27429.99/1383.85	c      1384         271892       66691        20         -32.0000         -38.8571     21.43%
27531.03/1388.91	c      1389         272603       66846        20         -32.0000         -38.8571     21.43%
27630.15/1393.98	c      1394         273436       67036        20         -32.0000         -38.8571     21.43%
27731.78/1399.03	c      1399         274239       67231        20         -32.0000         -38.8571     21.43%
27831.10/1404.08	c      1404         275042       67545        20         -32.0000         -38.8571     21.43%
27930.07/1409.10	c      1409         275819       67865        20         -32.0000         -38.8571     21.43%
28029.25/1414.13	c      1414         276598       68044        20         -32.0000         -38.8571     21.43%
28130.12/1419.14	c      1419         277402       68283        20         -32.0000         -38.8571     21.43%
28229.34/1424.15	c      1424         278175       68496        20         -32.0000         -38.8571     21.43%
28328.52/1429.18	c      1429         278875       68647        20         -32.0000         -38.8571     21.43%
28429.02/1434.21	c      1434         279522       68821        20         -32.0000         -38.8571     21.43%
28528.13/1439.26	c      1439         280095       68984        20         -32.0000         -38.8571     21.43%
28629.26/1444.31	c      1444         280807       69093        20         -32.0000         -38.8571     21.43%
28728.37/1449.38	c      1449         281510       69267        20         -32.0000         -38.8571     21.43%
28829.52/1454.45	c      1454         282179       69440        20         -32.0000         -38.8571     21.43%
28930.60/1459.54	c      1460         282889       69644        20         -32.0000         -38.8571     21.43%
29029.67/1464.59	c      1465         283528       69766        20         -32.0000         -38.8571     21.43%
29130.83/1469.64	c      1470         284202       69871        20         -32.0000         -38.8571     21.43%
29231.97/1474.73	c      1475         284852       70039        20         -32.0000         -38.8571     21.43%
29333.21/1479.82	c      1480         285467       70186        20         -32.0000         -38.8571     21.43%
29432.33/1484.88	c      1485         286092       70393        20         -32.0000         -38.8571     21.43%
29533.40/1489.93	c      1490         286753       70577        20         -32.0000         -38.8571     21.43%
29632.49/1494.95	c      1495         287481       70801        20         -32.0000         -38.8571     21.43%
29731.76/1499.97	c      1500         288011       70977        20         -32.0000         -38.8571     21.43%
29833.49/1505.08	c      1505         288550       71140        20         -32.0000         -38.8571     21.43%
29934.40/1510.13	c      1510         289139       71303        20         -32.0000         -38.8571     21.43%
30033.64/1515.18	c      1515         289812       71464        20         -32.0000         -38.8571     21.43%
30132.74/1520.19	c      1520         290399       71613        20         -32.0000         -38.8571     21.43%
30233.17/1525.24	c      1525         290952       71764        20         -32.0000         -38.8571     21.43%
30334.42/1530.34	c      1530         291552       72066        20         -32.0000         -38.8571     21.43%
30433.40/1535.38	c      1535         292106       72214        20         -32.0000         -38.8571     21.43%
30534.52/1540.43	c      1540         292652       72398        20         -32.0000         -38.8571     21.43%
30633.66/1545.46	c      1545         293179       72591        20         -32.0000         -38.8571     21.43%
30732.81/1550.48	c      1550         293817       72817        20         -32.0000         -38.8571     21.43%
30833.78/1555.50	c      1556         294402       73014        20         -32.0000         -38.8571     21.43%
30932.94/1560.54	c      1561         295104       73220        20         -32.0000         -38.8571     21.43%
31034.17/1565.61	c      1566         295692       73338        20         -32.0000         -38.8571     21.43%
31133.26/1570.69	c      1571         296329       73501        20         -32.0000         -38.8571     21.43%
31234.42/1575.75	c      1576         296921       73694        20         -32.0000         -38.8571     21.43%
31335.41/1580.81	c      1581         297517       73924        20         -32.0000         -38.8571     21.43%
31434.55/1585.88	c      1586         298072       74083        20         -32.0000         -38.8571     21.43%
31535.50/1590.93	c      1591         298634       74248        20         -32.0000         -38.8571     21.43%
31634.53/1595.98	c      1596         299198       74378        20         -32.0000         -38.8571     21.43%
31736.11/1601.03	c      1601         299819       74558        20         -32.0000         -38.8571     21.43%
31835.21/1606.08	c      1606         300389       74719        20         -32.0000         -38.8571     21.43%
31936.33/1611.15	c      1611         301149       74803        20         -32.0000         -38.8571     21.43%
32036.78/1616.20	c      1616         301923       74903        20         -32.0000         -38.8571     21.43%
32136.00/1621.25	c      1621         302777       74980        20         -32.0000         -38.8571     21.43%
32237.17/1626.30	c      1626         303467       75058        20         -32.0000         -38.8571     21.43%
32336.34/1631.35	c      1631         304244       75242        20         -32.0000         -38.8571     21.43%
32435.44/1636.38	c      1636         304973       75404        20         -32.0000         -38.8571     21.43%
32536.60/1641.42	c      1641         305908       75571        20         -32.0000         -38.8571     21.43%
32635.80/1646.49	c      1646         306698       75713        20         -32.0000         -38.8571     21.43%
32736.96/1651.50	c      1652         307324       75847        20         -32.0000         -38.8571     21.43%
32836.08/1656.57	c      1657         308058       75943        20         -32.0000         -38.8571     21.43%
32937.23/1661.65	c      1662         308821       76039        20         -32.0000         -38.8571     21.43%
33038.23/1666.70	c      1667         309689       76136        20         -32.0000         -38.8571     21.43%
33137.42/1671.73	c      1672         310503       76237        20         -32.0000         -38.8571     21.43%
33238.59/1676.80	c      1677         311334       76356        20         -32.0000         -38.8571     21.43%
33337.70/1681.85	c      1682         312372       76682        20         -32.0000         -38.8571     21.43%
33436.82/1686.87	c      1687         313297       76777        20         -32.0000         -38.8571     21.43%
33538.00/1691.95	c      1692         314085       76864        20         -32.0000         -38.8571     21.43%
33637.17/1696.98	c      1697         314806       76961        20         -32.0000         -38.8571     21.43%
33738.87/1702.05	c      1702         315648       77125        20         -32.0000         -38.8571     21.43%
33838.08/1707.10	c      1707         316393       77220        20         -32.0000         -38.8571     21.43%
33937.37/1712.13	c      1712         317062       77269        20         -32.0000         -38.8571     21.43%
34039.65/1717.20	c      1717         317757       77368        20         -32.0000         -38.8571     21.43%
34138.78/1722.25	c      1722         318473       77434        20         -32.0000         -38.8571     21.43%
34239.77/1727.30	c      1727         319185       77552        20         -32.0000         -38.8571     21.43%
34338.94/1732.33	c      1732         319910       77599        20         -32.0000         -38.8571     21.43%
34438.05/1737.37	c      1737         320593       77702        20         -32.0000         -38.8571     21.43%
34539.30/1742.44	c      1742         321319       77812        20         -32.0000         -38.8571     21.43%
34638.39/1747.48	c      1747         322021       77932        20         -32.0000         -38.8571     21.43%
34739.51/1752.52	c      1753         322769       78062        20         -32.0000         -38.8571     21.43%
34838.64/1757.53	c      1758         323487       78184        20         -32.0000         -38.8571     21.43%
34937.81/1762.55	c      1763         324053       78250        20         -32.0000         -38.8571     21.43%
35036.85/1767.59	c      1768         324755       78429        20         -32.0000         -38.8571     21.43%
35138.08/1772.61	c      1773         325493       78440        20         -32.0000         -38.8571     21.43%
35238.95/1777.77	c      1778         326219       78418        20         -32.0000         -38.8571     21.43%
35338.13/1782.79	c      1783         326898       78510        20         -32.0000         -38.8571     21.43%
35441.33/1787.91	c      1788         327635       78589        20         -32.0000         -38.8571     21.43%
35540.58/1792.96	c      1793         328327       78619        20         -32.0000         -38.8571     21.43%
35639.78/1797.98	c      1798         328930       78650        20         -32.0000         -38.8571     21.43%
35741.58/1803.06	c      1803         329578       78684        20         -32.0000         -38.8571     21.43%
35840.88/1808.10	c      1808         330272       78806        20         -32.0000         -38.8571     21.43%
35942.09/1813.16	c      1813         330963       78865        20         -32.0000         -38.8571     21.43%
36041.25/1818.19	c      1818         331587       78863        20         -32.0000         -38.8571     21.43%
36141.80/1823.21	c      1823         332267       78913        20         -32.0000         -38.8571     21.43%
36241.02/1828.27	c      1828         332973       79007        20         -32.0000         -38.8571     21.43%
36342.26/1833.32	c      1833         333575       79021        20         -32.0000         -38.8571     21.43%
36441.41/1838.34	c      1838         334204       79008        20         -32.0000         -38.8571     21.43%
36542.59/1843.40	c      1843         334798       79068        20         -32.0000         -38.8571     21.43%
36641.80/1848.45	c      1848         335428       79068        20         -32.0000         -38.8571     21.43%
36741.00/1853.47	c      1853         336003       79109        20         -32.0000         -38.8571     21.43%
36842.19/1858.53	c      1859         336543       79189        20         -32.0000         -38.8571     21.43%
36941.38/1863.54	c      1864         337128       79236        20         -32.0000         -38.8571     21.43%
37042.45/1868.64	c      1869         337725       79244        20         -32.0000         -38.8571     21.43%
37143.52/1873.74	c      1874         338324       79255        20         -32.0000         -38.8571     21.43%
37244.70/1878.81	c      1879         339083       79250        20         -32.0000         -38.8571     21.43%
37343.87/1883.86	c      1884         339704       79356        20         -32.0000         -38.8571     21.43%
37444.99/1888.92	c      1889         340303       79417        20         -32.0000         -38.8571     21.43%
37544.16/1893.96	c      1894         340907       79475        20         -32.0000         -38.8571     21.43%
37643.38/1899.01	c      1899         341473       79519        20         -32.0000         -38.8571     21.43%
37742.55/1904.02	c      1904         342038       79502        20         -32.0000         -38.8571     21.43%
37844.26/1909.06	c      1909         342543       79542        20         -32.0000         -38.8571     21.43%
37945.21/1914.16	c      1914         343128       79586        20         -32.0000         -38.8571     21.43%
38045.97/1919.22	c      1919         343726       79598        20         -32.0000         -38.8571     21.43%
38145.16/1924.25	c      1924         344241       79588        20         -32.0000         -38.8571     21.43%
38244.54/1929.30	c      1929         344959       79757        20         -32.0000         -38.8571     21.43%
38345.56/1934.31	c      1934         345570       79795        20         -32.0000         -38.8571     21.43%
38444.77/1939.36	c      1939         346137       79795        20         -32.0000         -38.8571     21.43%
38545.89/1944.46	c      1944         346688       79817        20         -32.0000         -38.8571     21.43%
38645.04/1949.48	c      1949         347513       79967        20         -32.0000         -38.8571     21.43%
38745.82/1954.52	c      1955         348268       80130        20         -32.0000         -38.8571     21.43%
38844.96/1959.56	c      1960         348918       80242        20         -32.0000         -38.8571     21.43%
38946.15/1964.66	c      1965         349429       80286        20         -32.0000         -38.8571     21.43%
39047.35/1969.71	c      1970         350013       80450        20         -32.0000         -38.8571     21.43%
39146.57/1974.76	c      1975         350608       80576        20         -32.0000         -38.8571     21.43%
39247.76/1979.81	c      1980         351053       80619        20         -32.0000         -38.8571     21.43%
39346.98/1984.86	c      1985         351594       80623        20         -32.0000         -38.8571     21.43%
39448.02/1989.91	c      1990         352127       80623        20         -32.0000         -38.8571     21.43%
39547.31/1994.93	c      1995         353046       80814        20         -32.0000         -38.8571     21.43%
39646.58/1999.98	c      2000         353680       80861        20         -32.0000         -38.8571     21.43%
39748.32/2005.06	c      2005         354244       81031        20         -32.0000         -38.8571     21.43%
39847.64/2010.08	c      2010         354834       81058        20         -32.0000         -38.8571     21.43%
39949.02/2015.16	c      2015         355315       81052        20         -32.0000         -38.8571     21.43%
40049.63/2020.21	c      2020         355804       81120        20         -32.0000         -38.8571     21.43%
40148.77/2025.26	c      2025         356338       81161        20         -32.0000         -38.8571     21.43%
40248.03/2030.28	c      2030         356759       81134        20         -32.0000         -38.8571     21.43%
40349.24/2035.34	c      2035         357214       81103        20         -32.0000         -38.8571     21.43%
40450.64/2040.41	c      2040         357725       81116        20         -32.0000         -38.8571     21.43%
40549.80/2045.46	c      2045         358430       81127        20         -32.0000         -38.8571     21.43%
40651.02/2050.50	c      2051         358993       81169        20         -32.0000         -38.8571     21.43%
40750.31/2055.55	c      2056         359553       81264        20         -32.0000         -38.8571     21.43%
40849.48/2060.56	c      2061         360230       81386        20         -32.0000         -38.8571     21.43%
40950.72/2065.60	c      2066         360877       81388        20         -32.0000         -38.8571     21.43%
41050.02/2070.61	c      2071         361440       81403        20         -32.0000         -38.8571     21.43%
41149.30/2075.69	c      2076         361975       81463        20         -32.0000         -38.8571     21.43%
41250.57/2080.75	c      2081         362630       81543        20         -32.0000         -38.8571     21.43%
41351.85/2085.84	c      2086         363182       81703        20         -32.0000         -38.8571     21.43%
41451.02/2090.87	c      2091         363695       81709        20         -32.0000         -38.8571     21.43%
41552.38/2095.95	c      2096         364254       81842        20         -32.0000         -38.8571     21.43%
41651.53/2101.00	c      2101         364726       81970        20         -32.0000         -38.8571     21.43%
41753.09/2106.05	c      2106         365276       81924        20         -32.0000         -38.8571     21.43%
41852.39/2111.10	c      2111         365869       81917        20         -32.0000         -38.8571     21.43%
41953.67/2116.15	c      2116         366435       81922        20         -32.0000         -38.8571     21.43%
42054.23/2121.20	c      2121         367124       81919        20         -32.0000         -38.8571     21.43%
42153.46/2126.21	c      2126         367684       81927        20         -32.0000         -38.8571     21.43%
42252.67/2131.28	c      2131         368180       81985        20         -32.0000         -38.8571     21.43%
42353.94/2136.35	c      2136         368810       82087        20         -32.0000         -38.8571     21.43%
42453.22/2141.39	c      2141         369260       82194        20         -32.0000         -38.8571     21.43%
42554.34/2146.41	c      2146         369900       82186        20         -32.0000         -38.8555     21.42%
42653.60/2151.48	c      2151         370470       82119        20         -32.0000         -38.8516     21.41%
42754.88/2156.52	c      2157         371024       82119        20         -32.0000         -38.8516     21.41%
42853.97/2161.53	c      2162         371500       82121        20         -32.0000         -38.8516     21.41%
42955.18/2166.62	c      2167         372072       82105        20         -32.0000         -38.8516     21.41%
43056.45/2171.70	c      2172         372554       82056        20         -32.0000         -38.8516     21.41%
43155.73/2176.75	c      2177         373162       82122        20         -32.0000         -38.8516     21.41%
43256.99/2181.81	c      2182         373685       82099        20         -32.0000         -38.8516     21.41%
43356.28/2186.84	c      2187         374202       82042        20         -32.0000         -38.8516     21.41%
43457.46/2191.90	c      2192         374765       82040        20         -32.0000         -38.8516     21.41%
43556.74/2196.96	c      2197         375214       82161        20         -32.0000         -38.8516     21.41%
43655.99/2201.98	c      2202         375648       82295        20         -32.0000         -38.8516     21.41%
43755.22/2206.99	c      2207         376039       82353        20         -32.0000         -38.8516     21.41%
43857.14/2212.06	c      2212         376511       82460        20         -32.0000         -38.8516     21.41%
43958.12/2217.16	c      2217         376924       82496        20         -32.0000         -38.8516     21.41%
44058.97/2222.20	c      2222         377389       82555        20         -32.0000         -38.8469     21.40%
44158.20/2227.25	c      2227         377792       82583        20         -32.0000         -38.8462     21.39%
44257.47/2232.29	c      2232         378120       82646        20         -32.0000         -38.8333     21.35%
44358.68/2237.35	c      2237         378420       82690        20         -32.0000         -38.8333     21.35%
44459.89/2242.41	c      2242         379144       82897        20         -32.0000         -38.8333     21.35%
44559.10/2247.45	c      2247         379539       83100        20         -32.0000         -38.8333     21.35%
44658.38/2252.46	c      2252         380018       83285        20         -32.0000         -38.8333     21.35%
44759.66/2257.53	c      2258         380424       83425        20         -32.0000         -38.8333     21.35%
44858.91/2262.58	c      2263         380744       83687        20         -32.0000         -38.8333     21.35%
44960.16/2267.65	c      2268         381381       83966        20         -32.0000         -38.8333     21.35%
45061.40/2272.70	c      2273         381876       84152        20         -32.0000         -38.8333     21.35%
45160.70/2277.72	c      2278         382374       84282        20         -32.0000         -38.8333     21.35%
45259.90/2282.79	c      2283         382951       84421        20         -32.0000         -38.8333     21.35%
45361.23/2287.85	c      2288         383453       84573        20         -32.0000         -38.8333     21.35%
45460.44/2292.88	c      2293         384157       84747        20         -32.0000         -38.8333     21.35%
45561.64/2297.95	c      2298         384549       84787        20         -32.0000         -38.8333     21.35%
45660.92/2302.97	c      2303         385039       84842        20         -32.0000         -38.8333     21.35%
45762.91/2308.05	c      2308         385534       84880        20         -32.0000         -38.8333     21.35%
45862.13/2313.10	c      2313         386030       85035        20         -32.0000         -38.8333     21.35%
45961.39/2318.12	c      2318         386387       85143        20         -32.0000         -38.8333     21.35%
46063.92/2323.20	c      2323         386804       85224        20         -32.0000         -38.8333     21.35%
46163.15/2328.25	c      2328         387333       85274        20         -32.0000         -38.8333     21.35%
46264.33/2333.30	c      2333         387842       85345        20         -32.0000         -38.8333     21.35%
46363.61/2338.32	c      2338         388415       85414        20         -32.0000         -38.8333     21.35%
46464.74/2343.40	c      2343         388874       85475        20         -32.0000         -38.8333     21.35%
46563.98/2348.45	c      2348         389426       85569        20         -32.0000         -38.8333     21.35%
46663.20/2353.50	c      2354         389871       85683        20         -32.0000         -38.8333     21.35%
46764.48/2358.52	c      2359         390363       85815        20         -32.0000         -38.8333     21.35%
46865.71/2363.60	c      2364         390729       85919        20         -32.0000         -38.8333     21.35%
46964.92/2368.65	c      2369         391064       86044        20         -32.0000         -38.8333     21.35%
47066.18/2373.70	c      2374         391509       86113        20         -32.0000         -38.8333     21.35%
47165.37/2378.75	c      2379         391991       86277        20         -32.0000         -38.8333     21.35%
47264.58/2383.76	c      2384         392763       86540        20         -32.0000         -38.8333     21.35%
47365.77/2388.85	c      2389         393447       86776        20         -32.0000         -38.8333     21.35%
47465.03/2393.87	c      2394         394005       86895        20         -32.0000         -38.8333     21.35%
47564.16/2398.88	c      2399         394618       86962        20         -32.0000         -38.8333     21.35%
47665.27/2403.97	c      2404         395173       87045        20         -32.0000         -38.8333     21.35%
47767.01/2409.05	c      2409         395673       87198        20         -32.0000         -38.8333     21.35%
47866.23/2414.10	c      2414         396224       87302        20         -32.0000         -38.8333     21.35%
47967.45/2419.15	c      2419         396850       87438        20         -32.0000         -38.8333     21.35%
48066.58/2424.17	c      2424         397609       87516        20         -32.0000         -38.8333     21.35%
48167.13/2429.22	c      2429         398179       87622        20         -32.0000         -38.8333     21.35%
48266.33/2434.22	c      2434         398614       87759        20         -32.0000         -38.8333     21.35%
48365.45/2439.25	c      2439         399142       87913        20         -32.0000         -38.8333     21.35%
48468.49/2444.40	c      2444         399551       87952        20         -32.0000         -38.8333     21.35%
48567.62/2449.45	c      2449         400109       88065        20         -32.0000         -38.8333     21.35%
48668.80/2454.50	c      2455         400766       88143        20         -32.0000         -38.8333     21.35%
48767.87/2459.55	c      2460         401342       88307        20         -32.0000         -38.8333     21.35%
48869.05/2464.60	c      2465         401981       88390        20         -32.0000         -38.8333     21.35%
48968.17/2469.65	c      2470         402626       88516        20         -32.0000         -38.8333     21.35%
49067.31/2474.68	c      2475         403274       88591        20         -32.0000         -38.8333     21.35%
49168.48/2479.75	c      2480         403952       88800        20         -32.0000         -38.8333     21.35%
49267.68/2484.79	c      2485         404485       88829        20         -32.0000         -38.8333     21.35%
49368.83/2489.85	c      2490         405149       88987        20         -32.0000         -38.8333     21.35%
49468.02/2494.87	c      2495         405659       89051        20         -32.0000         -38.8333     21.35%
49569.10/2499.95	c      2500         406122       89207        20         -32.0000         -38.8333     21.35%
49668.29/2505.00	c      2505         406694       89271        20         -32.0000         -38.8333     21.35%
49770.01/2510.05	c      2510         407319       89379        20         -32.0000         -38.8333     21.35%
49869.18/2515.10	c      2515         407789       89467        20         -32.0000         -38.8333     21.35%
49970.35/2520.15	c      2520         408331       89520        20         -32.0000         -38.8333     21.35%
50069.42/2525.15	c      2525         408768       89592        20         -32.0000         -38.8333     21.35%
50168.72/2530.19	c      2530         409227       89644        20         -32.0000         -38.8333     21.35%
50269.13/2535.26	c      2535         409891       89684        20         -32.0000         -38.8333     21.35%
50368.31/2540.27	c      2540         410676       89891        20         -32.0000         -38.8333     21.35%
50467.50/2545.27	c      2545         411289       89959        20         -32.0000         -38.8333     21.35%
50568.67/2550.30	c      2550         411936       89985        20         -32.0000         -38.8333     21.35%
50667.80/2555.39	c      2555         412474       89971        20         -32.0000         -38.8333     21.35%
50768.90/2560.42	c      2560         413141       89982        20         -32.0000         -38.8333     21.35%
50868.10/2565.46	c      2565         413620       90007        20         -32.0000         -38.8333     21.35%
50971.25/2570.61	c      2571         414164       90062        20         -32.0000         -38.8333     21.35%
51072.37/2575.70	c      2576         414629       90135        20         -32.0000         -38.8333     21.35%
51171.46/2580.75	c      2581         415137       90138        20         -32.0000         -38.8333     21.35%
51272.55/2585.80	c      2586         415613       90084        20         -32.0000         -38.8333     21.35%
51371.73/2590.85	c      2591         416211       90178        20         -32.0000         -38.8333     21.35%
51472.78/2595.90	c      2596         416821       90513        20         -32.0000         -38.8333     21.35%
51571.97/2600.95	c      2601         417595       90694        20         -32.0000         -38.8333     21.35%
51671.09/2606.00	c      2606         418166       90732        20         -32.0000         -38.8333     21.35%
51772.81/2611.05	c      2611         418942       90733        20         -32.0000         -38.8333     21.35%
51872.05/2616.10	c      2616         419593       90794        20         -32.0000         -38.8333     21.35%
51971.14/2621.12	c      2621         420104       90843        20         -32.0000         -38.8333     21.35%
52073.71/2626.21	c      2626         420473       90909        20         -32.0000         -38.8333     21.35%
52172.90/2631.22	c      2631         420857       90965        20         -32.0000         -38.8333     21.35%
52272.10/2636.29	c      2636         421329       91060        20         -32.0000         -38.8333     21.35%
52373.17/2641.35	c      2641         421816       91205        20         -32.0000         -38.8333     21.35%
52472.37/2646.39	c      2646         422348       91327        20         -32.0000         -38.8333     21.35%
52573.55/2651.41	c      2651         422814       91359        20         -32.0000         -38.8333     21.35%
52674.76/2656.50	c      2657         423336       91388        20         -32.0000         -38.8333     21.35%
52773.92/2661.55	c      2662         423824       91531        20         -32.0000         -38.8333     21.35%
52875.08/2666.60	c      2667         424314       91653        20         -32.0000         -38.8333     21.35%
52974.35/2671.63	c      2672         425022       91908        20         -32.0000         -38.8333     21.35%
53073.69/2676.66	c      2677         425534       92028        20         -32.0000         -38.8333     21.35%
53174.98/2681.75	c      2682         426122       92092        20         -32.0000         -38.8333     21.35%
53276.27/2686.80	c      2687         426605       92187        20         -32.0000         -38.8333     21.35%
53375.55/2691.85	c      2692         427146       92302        20         -32.0000         -38.8333     21.35%
53474.81/2696.89	c      2697         427720       92371        20         -32.0000         -38.8303     21.34%
53576.07/2701.94	c      2702         428341       92466        20         -32.0000         -38.8286     21.34%
53675.35/2707.00	c      2707         428970       92516        20         -32.0000         -38.8286     21.34%
53777.06/2712.04	c      2712         429329       92550        20         -32.0000         -38.8286     21.34%
53876.43/2717.06	c      2717         429900       92547        20         -32.0000         -38.8254     21.33%
53977.49/2722.15	c      2722         430467       92585        20         -32.0000         -38.8231     21.32%
54078.19/2727.20	c      2727         430991       92546        20         -32.0000         -38.8214     21.32%
54177.37/2732.24	c      2732         431644       92566        20         -32.0000         -38.8175     21.30%
54276.62/2737.27	c      2737         432033       92635        20         -32.0000         -38.8175     21.30%
54377.88/2742.32	c      2742         432640       92656        20         -32.0000         -38.8163     21.30%
54479.06/2747.40	c      2747         433260       92896        20         -32.0000         -38.8088     21.28%
54578.31/2752.43	c      2752         434080       93034        20         -32.0000         -38.8019     21.26%
54677.51/2757.46	c      2757         434970       93066        20         -32.0000         -38.7857     21.21%
54778.78/2762.54	c      2763         435844       93042        20         -32.0000         -38.7857     21.21%
54877.97/2767.59	c      2768         436472       93026        20         -32.0000         -38.7857     21.21%
54979.24/2772.65	c      2773         436930       93136        20         -32.0000         -38.7794     21.19%
55078.44/2777.67	c      2778         437274       93256        20         -32.0000         -38.7692     21.15%
55177.68/2782.67	c      2783         437701       93483        20         -32.0000         -38.7692     21.15%
55276.85/2787.68	c      2788         438403       93631        20         -32.0000         -38.7692     21.15%
55378.00/2792.70	c      2793         438853       93754        20         -32.0000         -38.7692     21.15%
55479.25/2797.84	c      2798         439190       93835        20         -32.0000         -38.7692     21.15%
55580.45/2802.95	c      2803         439547       94068        20         -32.0000         -38.7692     21.15%
55679.71/2808.00	c      2808         440085       94265        20         -32.0000         -38.7692     21.15%
55781.66/2813.04	c      2813         440503       94343        20         -32.0000         -38.7692     21.15%
55880.74/2818.08	c      2818         441022       94401        20         -32.0000         -38.7692     21.15%
55981.92/2823.15	c      2823         441508       94617        20         -32.0000         -38.7692     21.15%
56082.54/2828.20	c      2828         441943       94732        20         -32.0000         -38.7692     21.15%
56181.76/2833.25	c      2833         442407       94996        20         -32.0000         -38.7692     21.15%
56280.98/2838.30	c      2838         442792       95301        20         -32.0000         -38.7692     21.15%
56382.19/2843.35	c      2843         443197       95551        20         -32.0000         -38.7692     21.15%
56483.29/2848.40	c      2848         443661       95648        20         -32.0000         -38.7692     21.15%
56582.52/2853.44	c      2853         444132       95723        20         -32.0000         -38.7692     21.15%
56683.67/2858.50	c      2858         444698       95811        20         -32.0000         -38.7692     21.15%
56783.01/2863.53	c      2864         445125       95840        20         -32.0000         -38.7692     21.15%
56882.09/2868.55	c      2869         445427       95862        20         -32.0000         -38.7692     21.15%
56981.31/2873.55	c      2874         445931       95944        20         -32.0000         -38.7692     21.15%
57080.53/2878.57	c      2879         446421       96022        20         -32.0000         -38.7692     21.15%
57181.66/2883.61	c      2884         446860       96112        20         -32.0000         -38.7692     21.15%
57282.78/2888.70	c      2889         447360       96376        20         -32.0000         -38.7692     21.15%
57383.97/2893.85	c      2894         447897       96436        20         -32.0000         -38.7692     21.15%
57485.15/2898.90	c      2899         448339       96450        20         -32.0000         -38.7692     21.15%
57584.35/2903.95	c      2904         448746       96474        20         -32.0000         -38.7692     21.15%
57683.48/2909.00	c      2909         449172       96490        20         -32.0000         -38.7692     21.15%
57785.37/2914.05	c      2914         449649       96511        20         -32.0000         -38.7692     21.15%
57884.45/2919.08	c      2919         450152       96572        20         -32.0000         -38.7692     21.15%
57983.80/2924.10	c      2924         450621       96689        20         -32.0000         -38.7692     21.15%
58082.59/2929.11	c      2929         451003       96785        20         -32.0000         -38.7692     21.15%
58182.10/2934.12	c      2934         451479       96825        20         -32.0000         -38.7692     21.15%
58283.27/2939.20	c      2939         451891       96817        20         -32.0000         -38.7692     21.15%
58385.71/2944.34	c      2944         452324       96960        20         -32.0000         -38.7692     21.15%
58484.89/2949.36	c      2949         452739       96975        20         -32.0000         -38.7692     21.15%
58586.03/2954.45	c      2954         453204       97002        20         -32.0000         -38.7692     21.15%
58687.21/2959.50	c      2960         453648       97022        20         -32.0000         -38.7692     21.15%
58786.42/2964.55	c      2965         454086       97090        20         -32.0000         -38.7692     21.15%
58887.55/2969.60	c      2970         454521       97315        20         -32.0000         -38.7692     21.15%
58986.77/2974.65	c      2975         455100       97539        20         -32.0000         -38.7692     21.15%
59087.94/2979.70	c      2980         455465       97820        20         -32.0000         -38.7692     21.15%
59187.15/2984.74	c      2985         456029       98037        20         -32.0000         -38.7692     21.15%
59286.36/2989.77	c      2990         456400       98239        20         -32.0000         -38.7692     21.15%
59387.50/2994.80	c      2995         456963       98412        20         -32.0000         -38.7692     21.15%
59486.72/2999.90	c      3000         457508       98571        20         -32.0000         -38.7692     21.15%
59587.85/3004.95	c      3005         457997       98786        20         -32.0000         -38.7692     21.15%
59687.04/3010.00	c      3010         458459       99048        20         -32.0000         -38.7692     21.15%
59786.25/3015.03	c      3015         458979       99213        20         -32.0000         -38.7692     21.15%
59888.16/3020.05	c      3020         459469       99384        20         -32.0000         -38.7692     21.15%
59989.07/3025.15	c      3025         459895       99605        20         -32.0000         -38.7692     21.15%
60088.29/3030.16	c      3030         460346       99796        20         -32.0000         -38.7692     21.15%
60188.82/3035.25	c      3035         460794       99964        20         -32.0000         -38.7692     21.15%
60289.97/3040.30	c      3040         461325      100135        20         -32.0000         -38.7692     21.15%
60389.10/3045.35	c      3045         461810      100306        20         -32.0000         -38.7692     21.15%
60490.26/3050.40	c      3050         462329      100464        20         -32.0000         -38.7692     21.15%
60589.33/3055.42	c      3055         462720      100697        20         -32.0000         -38.7692     21.15%
60688.47/3060.47	c      3060         463140      100844        20         -32.0000         -38.7692     21.15%
60787.75/3065.48	c      3065         463454      100898        20         -32.0000         -38.7692     21.15%
60888.78/3070.60	c      3071         463829      100975        20         -32.0000         -38.7692     21.15%
60989.94/3075.64	c      3076         464224      101072        20         -32.0000         -38.7692     21.15%
61089.05/3080.64	c      3081         464714      101242        20         -32.0000         -38.7692     21.15%
61188.20/3085.65	c      3086         465159      101287        20         -32.0000         -38.7692     21.15%
61291.37/3090.80	c      3091         465494      101342        20         -32.0000         -38.7692     21.15%
61390.58/3095.85	c      3096         465910      101416        20         -32.0000         -38.7692     21.15%
61491.69/3100.90	c      3101         466269      101475        20         -32.0000         -38.7692     21.15%
61590.76/3105.93	c      3106         466802      101570        20         -32.0000         -38.7692     21.15%
61689.96/3110.98	c      3111         467214      101617        20         -32.0000         -38.7692     21.15%
61791.81/3116.05	c      3116         467694      101735        20         -32.0000         -38.7692     21.15%
61890.96/3121.10	c      3121         468116      101751        20         -32.0000         -38.7692     21.15%
61992.12/3126.13	c      3126         468486      101799        20         -32.0000         -38.7692     21.15%
62092.74/3131.20	c      3131         468914      101810        20         -32.0000         -38.7692     21.15%
62191.94/3136.25	c      3136         469274      101946        20         -32.0000         -38.7692     21.15%
62293.13/3141.30	c      3141         469649      102008        20         -32.0000         -38.7692     21.15%
62392.34/3146.35	c      3146         470071      102043        20         -32.0000         -38.7692     21.15%
62491.53/3151.36	c      3151         470452      102070        20         -32.0000         -38.7692     21.15%
62592.63/3156.45	c      3156         470854      102100        20         -32.0000         -38.7692     21.15%
62691.83/3161.49	c      3162         471249      102301        20         -32.0000         -38.7692     21.15%
62792.97/3166.53	c      3167         471558      102555        20         -32.0000         -38.7692     21.15%
62894.17/3171.60	c      3172         471860      102635        20         -32.0000         -38.7692     21.15%
62993.31/3176.64	c      3177         472349      102764        20         -32.0000         -38.7692     21.15%
63092.53/3181.67	c      3182         472839      102906        20         -32.0000         -38.7692     21.15%
63193.67/3186.71	c      3187         473354      103118        20         -32.0000         -38.7692     21.15%
63292.82/3191.73	c      3192         473790      103286        20         -32.0000         -38.7692     21.15%
63392.02/3196.74	c      3197         474193      103366        20         -32.0000         -38.7692     21.15%
63493.23/3201.88	c      3202         474702      103491        20         -32.0000         -38.7692     21.15%
63594.42/3206.93	c      3207         475145      103661        20         -32.0000         -38.7692     21.15%
63693.62/3211.97	c      3212         475621      103774        20         -32.0000         -38.7692     21.15%
63795.28/3217.05	c      3217         476070      103775        20         -32.0000         -38.7692     21.15%
63894.41/3222.10	c      3222         476521      103840        20         -32.0000         -38.7667     21.15%
63993.61/3227.11	c      3227         477040      103985        20         -32.0000         -38.7634     21.14%
64092.92/3232.13	c      3232         477507      104047        20         -32.0000         -38.7628     21.13%
64195.33/3237.25	c      3237         477923      104031        20         -32.0000         -38.7628     21.13%
64296.38/3242.30	c      3242         478490      104089        20         -32.0000         -38.7628     21.13%
64395.58/3247.35	c      3247         478972      104043        20         -32.0000         -38.7628     21.13%
64496.79/3252.40	c      3252         479394      104039        20         -32.0000         -38.7628     21.13%
64596.15/3257.45	c      3257         479911      104103        20         -32.0000         -38.7628     21.13%
64697.08/3262.50	c      3263         480370      104103        20         -32.0000         -38.7628     21.13%
64796.29/3267.51	c      3268         480675      104136        20         -32.0000         -38.7628     21.13%
64895.48/3272.56	c      3273         481094      104124        20         -32.0000         -38.7619     21.13%
64994.69/3277.58	c      3278         481610      104158        20         -32.0000         -38.7607     21.13%
65097.87/3282.70	c      3283         482000      104143        20         -32.0000         -38.7543     21.11%
65196.96/3287.75	c      3288         482420      104163        20         -32.0000         -38.7543     21.11%
65296.18/3292.80	c      3293         482922      104129        20         -32.0000         -38.7500     21.09%
65397.37/3297.85	c      3298         483326      104087        20         -32.0000         -38.7500     21.09%
65498.55/3302.90	c      3303         483745      104132        20         -32.0000         -38.7500     21.09%
65597.76/3307.92	c      3308         484250      104124        20         -32.0000         -38.7500     21.09%
65696.91/3313.00	c      3313         484590      104161        20         -32.0000         -38.7350     21.05%
65798.81/3318.05	c      3318         484990      104136        20         -32.0000         -38.7350     21.05%
65897.85/3323.08	c      3323         485357      104205        20         -32.0000         -38.7286     21.03%
65997.13/3328.09	c      3328         485925      104269        20         -32.0000         -38.7286     21.03%
66096.18/3333.12	c      3333         486604      104382        20         -32.0000         -38.7286     21.03%
66197.29/3338.16	c      3338         487074      104425        20         -32.0000         -38.7286     21.03%
66296.65/3343.17	c      3343         487434      104505        20         -32.0000         -38.7286     21.03%
66397.00/3348.26	c      3348         487806      104504        20         -32.0000         -38.7286     21.03%
66498.19/3353.30	c      3353         488164      104550        20         -32.0000         -38.7286     21.03%
66599.30/3358.43	c      3358         488541      104653        20         -32.0000         -38.7286     21.03%
66698.50/3363.48	c      3363         488918      104830        20         -32.0000         -38.7286     21.03%
66799.66/3368.55	c      3369         489306      104859        20         -32.0000         -38.7286     21.03%
66900.88/3373.60	c      3374         489690      104856        20         -32.0000         -38.7286     21.03%
67000.02/3378.65	c      3379         490203      104983        20         -32.0000         -38.7286     21.03%
67101.15/3383.70	c      3384         490664      104956        20         -32.0000         -38.7286     21.03%
67200.29/3388.72	c      3389         490996      105020        20         -32.0000         -38.7286     21.03%
67301.39/3393.80	c      3394         491441      105089        20         -32.0000         -38.7286     21.03%
67400.58/3398.85	c      3399         491826      105248        20         -32.0000         -38.7286     21.03%
67499.78/3403.87	c      3404         492214      105374        20         -32.0000         -38.7286     21.03%
67600.98/3408.95	c      3409         492582      105489        20         -32.0000         -38.7286     21.03%
67700.17/3413.97	c      3414         493076      105532        20         -32.0000         -38.7286     21.03%
67799.35/3419.02	c      3419         493524      105583        20         -32.0000         -38.7286     21.03%
67898.45/3424.03	c      3424         494279      105764        20         -32.0000         -38.7286     21.03%
68000.16/3429.04	c      3429         494775      105804        20         -32.0000         -38.7286     21.03%
68099.52/3434.06	c      3434         495360      105869        20         -32.0000         -38.7286     21.03%
68200.48/3439.17	c      3439         496000      105863        20         -32.0000         -38.7286     21.03%
68303.06/3444.30	c      3444         496506      105847        20         -32.0000         -38.7286     21.03%
68402.27/3449.35	c      3449         497112      105970        20         -32.0000         -38.7286     21.03%
68503.45/3454.40	c      3454         497716      106033        20         -32.0000         -38.7286     21.03%
68602.64/3459.45	c      3459         498163      106074        20         -32.0000         -38.7231     21.01%
68701.65/3464.46	c      3464         498540      106088        20         -32.0000         -38.7231     21.01%
68802.84/3469.51	c      3470         499120      106187        20         -32.0000         -38.7212     21.00%
68901.98/3474.58	c      3475         499799      106286        20         -32.0000         -38.7147     20.98%
69003.11/3479.65	c      3480         500330      106275        20         -32.0000         -38.7000     20.94%
69104.29/3484.70	c      3485         500790      106276        20         -32.0000         -38.6889     20.90%
69203.51/3489.75	c      3490         501469      106636        20         -32.0000         -38.6731     20.85%
69304.70/3494.80	c      3495         502378      106928        20         -32.0000         -38.6667     20.83%
69403.89/3499.85	c      3500         503100      107191        20         -32.0000         -38.6667     20.83%
69505.08/3504.90	c      3505         503699      107295        20         -32.0000         -38.6667     20.83%
69604.28/3509.95	c      3510         504365      107388        20         -32.0000         -38.6667     20.83%
69703.40/3514.97	c      3515         505030      107594        20         -32.0000         -38.6648     20.83%
69802.57/3520.03	c      3520         505750      107662        20         -32.0000         -38.6462     20.77%
69904.45/3525.10	c      3525         506410      107736        20         -32.0000         -38.6000     20.63%
70003.41/3530.12	c      3530         506944      107868        20         -32.0000         -38.6000     20.63%
70106.00/3535.20	c      3535         507455      107981        20         -32.0000         -38.6000     20.63%
70205.17/3540.25	c      3540         507719      108085        20         -32.0000         -38.6000     20.63%
70306.30/3545.30	c      3545         508154      108252        20         -32.0000         -38.6000     20.63%
70405.48/3550.34	c      3550         508624      108360        20         -32.0000         -38.6000     20.63%
70506.70/3555.40	c      3555         509201      108507        20         -32.0000         -38.6000     20.63%
70605.91/3560.41	c      3560         509691      108601        20         -32.0000         -38.6000     20.63%
70707.04/3565.50	c      3566         510342      108746        20         -32.0000         -38.6000     20.63%
70806.27/3570.55	c      3571         510704      108920        20         -32.0000         -38.6000     20.63%
70905.41/3575.60	c      3576         511149      109021        20         -32.0000         -38.6000     20.63%
71006.59/3580.64	c      3581         511734      109096        20         -32.0000         -38.6000     20.63%
71107.77/3585.71	c      3586         512024      109242        20         -32.0000         -38.6000     20.63%
71206.91/3590.74	c      3591         512536      109468        20         -32.0000         -38.6000     20.63%
71308.11/3595.80	c      3596         513070      109646        20         -32.0000         -38.6000     20.63%
71407.31/3600.84	c      3601         513497      109815        20         -32.0000         -38.6000     20.63%
71506.52/3605.89	c      3606         513954      109970        20         -32.0000         -38.6000     20.63%
71607.70/3610.94	c      3611         514236      110142        20         -32.0000         -38.6000     20.63%
71706.86/3615.98	c      3616         514724      110338        20         -32.0000         -38.6000     20.63%
71806.10/3621.03	c      3621         515154      110540        20         -32.0000         -38.6000     20.63%
71907.74/3626.11	c      3626         515504      110746        20         -32.0000         -38.6000     20.63%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (187472 MiB free)
  memory of node 1: 193531 MiB (191251 MiB free)
  memory of node 2: 193531 MiB (192630 MiB free)
  memory of node 3: 193493 MiB (191948 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-4465968-1722617519/watcher-4465968-1722617519 -o /tmp/evaluation-result-4465968-1722617519/solver-4465968-1722617519 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722617518-181552 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465968-1722617519.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100092 s]*
/proc/loadavg: 0.94 6.65 28.45 8/944 182125
/proc/meminfo: memFree=781372708/790760800 swapFree=131071996/131071996
[pid=182058] ppid=182055 vsize=1678140 memory=145536 CPUtime=0.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/stat : 182058 (fscip) S 182055 182058 174940 0 -1 1077936128 32828 0 0 0 34 10 0 0 20 0 41 0 28331370 1718415360 36384 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
/proc/182058/statm: 419535 36384 2806 3035 0 122136 0
[pid=182058/tid=182066] ppid=182055 vsize=1678140 memory=4026532252 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182066/stat : 182066 (fscip) D 182055 182058 174940 0 -1 4194368 1437 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36384 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182067] ppid=182055 vsize=1678140 memory=211359661321 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182067/stat : 182067 (fscip) D 182055 182058 174940 0 -1 4194368 1469 0 0 0 1 1 0 0 20 0 41 0 28331373 1718415360 36384 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182068] ppid=182055 vsize=1678140 memory=32663 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182068/stat : 182068 (fscip) R 182055 182058 174940 0 -1 4194368 1398 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36384 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182069] ppid=182055 vsize=1678140 memory=33015 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182069/stat : 182069 (fscip) D 182055 182058 174940 0 -1 4194368 1399 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36384 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182070] ppid=182055 vsize=1678140 memory=33365 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182070/stat : 182070 (fscip) R 182055 182058 174940 0 -1 4194368 1398 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36384 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182071] ppid=182055 vsize=1678140 memory=86494 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182071/stat : 182071 (fscip) R 182055 182058 174940 0 -1 4194368 1399 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36384 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182072] ppid=182055 vsize=1678140 memory=49027 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182072/stat : 182072 (fscip) R 182055 182058 174940 0 -1 4194368 1406 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36450 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182073] ppid=182055 vsize=1678140 memory=75536 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182073/stat : 182073 (fscip) R 182055 182058 174940 0 -1 4194368 1398 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36450 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182074] ppid=182055 vsize=1678140 memory=4122819187918133082 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182074/stat : 182074 (fscip) R 182055 182058 174940 0 -1 4194368 1496 0 0 0 2 0 0 0 20 0 41 0 28331373 1718415360 36450 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182075] ppid=182055 vsize=1678140 memory=3833470617030934007 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182075/stat : 182075 (fscip) R 182055 182058 174940 0 -1 4194368 1395 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182076] ppid=182055 vsize=1678140 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182076/stat : 182076 (fscip) D 182055 182058 174940 0 -1 4194368 1452 0 0 0 2 0 0 0 20 0 41 0 28331373 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182077] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182077/stat : 182077 (fscip) R 182055 182058 174940 0 -1 4194368 1399 0 0 0 0 0 0 0 20 0 41 0 28331373 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182078] ppid=182055 vsize=1678140 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182078/stat : 182078 (fscip) D 182055 182058 174940 0 -1 4194368 1435 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182079] ppid=182055 vsize=1678140 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182079/stat : 182079 (fscip) R 182055 182058 174940 0 -1 4194368 1423 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182080] ppid=182055 vsize=1678140 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182080/stat : 182080 (fscip) R 182055 182058 174940 0 -1 4194368 1529 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182081] ppid=182055 vsize=1678140 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182081/stat : 182081 (fscip) R 182055 182058 174940 0 -1 4194368 1496 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182082] ppid=182055 vsize=1678140 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182082/stat : 182082 (fscip) R 182055 182058 174940 0 -1 4194368 1397 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182083] ppid=182055 vsize=1678140 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182083/stat : 182083 (fscip) R 182055 182058 174940 0 -1 4194368 1465 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182084] ppid=182055 vsize=1678140 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182084/stat : 182084 (fscip) R 182055 182058 174940 0 -1 4194368 1487 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182085] ppid=182055 vsize=1678140 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182085/stat : 182085 (fscip) R 182055 182058 174940 0 -1 4194368 1398 0 0 0 1 0 0 0 20 0 41 0 28331373 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182106] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182106/stat : 182106 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182107] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182107/stat : 182107 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182108] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182108/stat : 182108 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182109] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182109/stat : 182109 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182110] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182110/stat : 182110 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182111] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182111/stat : 182111 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182112] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182112/stat : 182112 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182113] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182113/stat : 182113 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182114] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182114/stat : 182114 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182115] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182115/stat : 182115 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182116] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182116/stat : 182116 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36516 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182117] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182117/stat : 182117 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36582 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182118] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182118/stat : 182118 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36582 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182119] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182119/stat : 182119 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36582 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182120] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182120/stat : 182120 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36582 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182121] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182121/stat : 182121 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36582 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182122] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182122/stat : 182122 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36582 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182123] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182123/stat : 182123 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36582 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182124] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182124/stat : 182124 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36582 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182125] ppid=182055 vsize=1678140 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182125/stat : 182125 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1718415360 36582 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 1678140 KiB
Current children cumulated memory: 145536 KiB

[startup+0.226137 s]*
/proc/loadavg: 0.94 6.65 28.45 27/961 182165
/proc/meminfo: memFree=780878832/790760800 swapFree=131071996/131071996
[pid=182058] ppid=182055 vsize=1682864 memory=328276 CPUtime=2.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/stat : 182058 (fscip) S 182055 182058 174940 0 -1 1077936128 82897 0 0 0 214 28 0 0 20 0 41 0 28331370 1723252736 82069 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
/proc/182058/statm: 420716 82069 2950 3035 0 173420 0
[pid=182058/tid=182066] ppid=182055 vsize=1682864 memory=4026532252 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182066/stat : 182066 (fscip) D 182055 182058 174940 0 -1 4194368 3003 0 0 0 10 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182067] ppid=182055 vsize=1682864 memory=211359661321 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182067/stat : 182067 (fscip) R 182055 182058 174940 0 -1 4194368 4066 0 0 0 11 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182068] ppid=182055 vsize=1682864 memory=32663 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182068/stat : 182068 (fscip) R 182055 182058 174940 0 -1 4194368 4446 0 0 0 9 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182069] ppid=182055 vsize=1682864 memory=33015 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182069/stat : 182069 (fscip) D 182055 182058 174940 0 -1 4194368 3908 0 0 0 9 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182070] ppid=182055 vsize=1682864 memory=33365 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182070/stat : 182070 (fscip) R 182055 182058 174940 0 -1 4194368 3963 0 0 0 11 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182071] ppid=182055 vsize=1682864 memory=86494 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182071/stat : 182071 (fscip) R 182055 182058 174940 0 -1 4194368 4746 0 0 0 9 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182072] ppid=182055 vsize=1682864 memory=49027 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182072/stat : 182072 (fscip) D 182055 182058 174940 0 -1 4194368 4174 0 0 0 9 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182073] ppid=182055 vsize=1682864 memory=75536 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182073/stat : 182073 (fscip) R 182055 182058 174940 0 -1 4194368 2911 0 0 0 10 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182074] ppid=182055 vsize=1682864 memory=4122819187918133082 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182074/stat : 182074 (fscip) D 182055 182058 174940 0 -1 4194368 4587 0 0 0 10 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182075] ppid=182055 vsize=1682864 memory=3833470617030934007 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182075/stat : 182075 (fscip) R 182055 182058 174940 0 -1 4194368 3727 0 0 0 12 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182076] ppid=182055 vsize=1682864 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182076/stat : 182076 (fscip) R 182055 182058 174940 0 -1 4194368 4288 0 0 0 11 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182077] ppid=182055 vsize=1682864 memory=0 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182077/stat : 182077 (fscip) R 182055 182058 174940 0 -1 4194368 4632 0 0 0 9 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182078] ppid=182055 vsize=1682864 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182078/stat : 182078 (fscip) R 182055 182058 174940 0 -1 4194368 4278 0 0 0 11 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182079] ppid=182055 vsize=1682864 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182079/stat : 182079 (fscip) D 182055 182058 174940 0 -1 4194368 2749 0 0 0 10 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182080] ppid=182055 vsize=1682864 memory=0 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182080/stat : 182080 (fscip) D 182055 182058 174940 0 -1 4194368 4486 0 0 0 9 1 0 0 20 0 41 0 28331373 1723252736 82135 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182081] ppid=182055 vsize=1682864 memory=0 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182081/stat : 182081 (fscip) R 182055 182058 174940 0 -1 4194368 4279 0 0 0 12 1 0 0 20 0 41 0 28331373 1723252736 82200 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182082] ppid=182055 vsize=1682864 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182082/stat : 182082 (fscip) D 182055 182058 174940 0 -1 4194368 2943 0 0 0 10 1 0 0 20 0 41 0 28331373 1723252736 82200 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182083] ppid=182055 vsize=1682864 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182083/stat : 182083 (fscip) D 182055 182058 174940 0 -1 4194368 4546 0 0 0 10 1 0 0 20 0 41 0 28331373 1723252736 82200 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182084] ppid=182055 vsize=1682864 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182084/stat : 182084 (fscip) R 182055 182058 174940 0 -1 4194368 3027 0 0 0 10 1 0 0 20 0 41 0 28331373 1723252736 82266 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182085] ppid=182055 vsize=1682864 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182085/stat : 182085 (fscip) R 182055 182058 174940 0 -1 4194368 3963 0 0 0 10 1 0 0 20 0 41 0 28331373 1723252736 82266 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182106] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182106/stat : 182106 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82266 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182107] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182107/stat : 182107 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82266 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182108] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182108/stat : 182108 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82266 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182109] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182109/stat : 182109 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82332 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182110] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182110/stat : 182110 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82332 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182111] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182111/stat : 182111 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82332 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182112] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182112/stat : 182112 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82332 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182113] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182113/stat : 182113 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82332 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182114] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182114/stat : 182114 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82332 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182115] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182115/stat : 182115 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82332 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182116] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182116/stat : 182116 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82332 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182117] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182117/stat : 182117 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82332 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182118] ppid=182055 vsize=1682864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182118/stat : 182118 (fscip) S 182055 182058 174940 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28331379 1723252736 82332 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0

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

/proc/182058/task/182085/stat : 182085 (fscip) R 182055 182058 174940 0 -1 4194368 1966969 0 0 0 354856 377 0 0 20 0 41 0 28331373 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182106] ppid=182055 vsize=8318436 memory=11572 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182106/stat : 182106 (fscip) S 182055 182058 174940 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182107] ppid=182055 vsize=8318436 memory=198340509722 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182107/stat : 182107 (fscip) S 182055 182058 174940 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182108] ppid=182055 vsize=8318436 memory=7063424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182108/stat : 182108 (fscip) S 182055 182058 174940 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182109] ppid=182055 vsize=8318436 memory=7173296 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182109/stat : 182109 (fscip) S 182055 182058 174940 0 -1 1077936192 123 0 0 0 1 1 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182110] ppid=182055 vsize=8318436 memory=2212 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182110/stat : 182110 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182111] ppid=182055 vsize=8318436 memory=11572 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182111/stat : 182111 (fscip) S 182055 182058 174940 0 -1 1077936192 123 0 0 0 0 2 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182112] ppid=182055 vsize=8318436 memory=7187944 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182112/stat : 182112 (fscip) S 182055 182058 174940 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182113] ppid=182055 vsize=8318436 memory=7221508 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182113/stat : 182113 (fscip) S 182055 182058 174940 0 -1 1077936192 122 0 0 0 0 1 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182114] ppid=182055 vsize=8318436 memory=17784 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182114/stat : 182114 (fscip) S 182055 182058 174940 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182115] ppid=182055 vsize=8318436 memory=7221512 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182115/stat : 182115 (fscip) S 182055 182058 174940 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182116] ppid=182055 vsize=8318436 memory=7225784 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182116/stat : 182116 (fscip) S 182055 182058 174940 0 -1 1077936192 61 0 0 0 2 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182117] ppid=182055 vsize=8318436 memory=7186084 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182117/stat : 182117 (fscip) S 182055 182058 174940 0 -1 1077936192 123 0 0 0 1 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182118] ppid=182055 vsize=8318436 memory=7225188 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182118/stat : 182118 (fscip) S 182055 182058 174940 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182119] ppid=182055 vsize=8318436 memory=20656 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182119/stat : 182119 (fscip) S 182055 182058 174940 0 -1 1077936192 123 0 0 0 0 2 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182120] ppid=182055 vsize=8318436 memory=7225028 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182120/stat : 182120 (fscip) S 182055 182058 174940 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182121] ppid=182055 vsize=8318436 memory=17784 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182121/stat : 182121 (fscip) S 182055 182058 174940 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182122] ppid=182055 vsize=8318436 memory=10824 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182122/stat : 182122 (fscip) S 182055 182058 174940 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182123] ppid=182055 vsize=8318436 memory=11632 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182123/stat : 182123 (fscip) S 182055 182058 174940 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182124] ppid=182055 vsize=8318436 memory=2812 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182124/stat : 182124 (fscip) S 182055 182058 174940 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182125] ppid=182055 vsize=8318436 memory=7225816 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182125/stat : 182125 (fscip) S 182055 182058 174940 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 28331379 8518078464 1806454 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
Current children cumulated CPU time: 71040.3 s
Current children cumulated vsize: 8318436 KiB
Current children cumulated memory: 7225816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.7 s]
/proc/loadavg: 61.19 60.52 57.04 64/983 186035
/proc/meminfo: memFree=725373316/790760800 swapFree=131071996/131071996
[pid=182058] ppid=182055 vsize=8388172 memory=7270044 CPUtime=72000.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/stat : 182058 (fscip) S 182055 182058 174940 0 -1 1077936128 28717550 0 0 0 7167284 32759 0 0 20 0 41 0 28331370 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
/proc/182058/statm: 2097043 1817511 3334 3035 0 1915597 0
[pid=182058/tid=182066] ppid=182055 vsize=8388172 memory=1564295809044150 CPUtime=3589.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182066/stat : 182066 (fscip) R 182055 182058 174940 0 -1 4194368 2050365 0 0 0 358457 516 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182067] ppid=182055 vsize=8388172 memory=280904285074240 CPUtime=3595.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182067/stat : 182067 (fscip) R 182055 182058 174940 0 -1 4194368 2143489 0 0 0 358910 638 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182068] ppid=182055 vsize=8388172 memory=6096 CPUtime=3601.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182068/stat : 182068 (fscip) R 182055 182058 174940 0 -1 4194368 166870 0 0 0 355696 4488 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182069] ppid=182055 vsize=8388172 memory=280904284915624 CPUtime=3594.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182069/stat : 182069 (fscip) R 182055 182058 174940 0 -1 4194368 2138812 0 0 0 358852 584 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182070] ppid=182055 vsize=8388172 memory=922458313850715 CPUtime=3599.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182070/stat : 182070 (fscip) R 182055 182058 174940 0 -1 4194368 1659147 0 0 0 359592 400 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182071] ppid=182055 vsize=8388172 memory=25333125866717268 CPUtime=3605.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182071/stat : 182071 (fscip) R 182055 182058 174940 0 -1 4194368 166941 0 0 0 356204 4333 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182072] ppid=182055 vsize=8388172 memory=7244704 CPUtime=3597.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182072/stat : 182072 (fscip) R 182055 182058 174940 0 -1 4194368 2058663 0 0 0 359228 569 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182073] ppid=182055 vsize=8388172 memory=10824 CPUtime=3595.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182073/stat : 182073 (fscip) R 182055 182058 174940 0 -1 4194368 1814295 0 0 0 359242 334 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182074] ppid=182055 vsize=8388172 memory=6096 CPUtime=3603.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182074/stat : 182074 (fscip) R 182055 182058 174940 0 -1 4194368 166124 0 0 0 355931 4461 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182075] ppid=182055 vsize=8388172 memory=16088 CPUtime=3600.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182075/stat : 182075 (fscip) R 182055 182058 174940 0 -1 4194368 1980518 0 0 0 359508 557 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182076] ppid=182055 vsize=8388172 memory=7265704 CPUtime=3595.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182076/stat : 182076 (fscip) R 182055 182058 174940 0 -1 4194368 1833834 0 0 0 359154 438 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182077] ppid=182055 vsize=8388172 memory=11572 CPUtime=3607.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182077/stat : 182077 (fscip) R 182055 182058 174940 0 -1 4194368 166994 0 0 0 356631 4075 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182078] ppid=182055 vsize=8388172 memory=280904283146016 CPUtime=3597.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182078/stat : 182078 (fscip) R 182055 182058 174940 0 -1 4194368 2277318 0 0 0 359231 551 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182079] ppid=182055 vsize=8388172 memory=6720665449983525481 CPUtime=3600.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182079/stat : 182079 (fscip) R 182055 182058 174940 0 -1 4194368 1960845 0 0 0 359500 546 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182080] ppid=182055 vsize=8388172 memory=25333125866717268 CPUtime=3606.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182080/stat : 182080 (fscip) R 182055 182058 174940 0 -1 4194368 167322 0 0 0 356406 4203 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182081] ppid=182055 vsize=8388172 memory=7261532 CPUtime=3599.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182081/stat : 182081 (fscip) R 182055 182058 174940 0 -1 4194368 1822252 0 0 0 359363 571 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182082] ppid=182055 vsize=8388172 memory=11456 CPUtime=3601.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182082/stat : 182082 (fscip) R 182055 182058 174940 0 -1 4194368 1745071 0 0 0 359772 371 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182083] ppid=182055 vsize=8388172 memory=0 CPUtime=3604.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182083/stat : 182083 (fscip) R 182055 182058 174940 0 -1 4194368 166070 0 0 0 356300 4163 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182084] ppid=182055 vsize=8388172 memory=7173296 CPUtime=3599.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182084/stat : 182084 (fscip) R 182055 182058 174940 0 -1 4194368 2229009 0 0 0 359458 534 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182085] ppid=182055 vsize=8388172 memory=2212 CPUtime=3600.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182085/stat : 182085 (fscip) R 182055 182058 174940 0 -1 4194368 1995873 0 0 0 359661 380 0 0 20 0 41 0 28331373 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182106] ppid=182055 vsize=8388172 memory=7258976 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182106/stat : 182106 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182107] ppid=182055 vsize=8388172 memory=100 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182107/stat : 182107 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182108] ppid=182055 vsize=8388172 memory=3664 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182108/stat : 182108 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182109] ppid=182055 vsize=8388172 memory=39996 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182109/stat : 182109 (fscip) S 182055 182058 174940 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182110] ppid=182055 vsize=8388172 memory=28716 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182110/stat : 182110 (fscip) S 182055 182058 174940 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182111] ppid=182055 vsize=8388172 memory=32852 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182111/stat : 182111 (fscip) S 182055 182058 174940 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182112] ppid=182055 vsize=8388172 memory=7258576 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182112/stat : 182112 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182113] ppid=182055 vsize=8388172 memory=7257116 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182113/stat : 182113 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182114] ppid=182055 vsize=8388172 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182114/stat : 182114 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182115] ppid=182055 vsize=8388172 memory=280904285266080 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182115/stat : 182115 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182116] ppid=182055 vsize=8388172 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182116/stat : 182116 (fscip) S 182055 182058 174940 0 -1 1077936192 62 0 0 0 2 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182117] ppid=182055 vsize=8388172 memory=5862913072047739217 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182117/stat : 182117 (fscip) S 182055 182058 174940 0 -1 1077936192 125 0 0 0 1 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182118] ppid=182055 vsize=8388172 memory=198340509722 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182118/stat : 182118 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182119] ppid=182055 vsize=8388172 memory=7063424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182119/stat : 182119 (fscip) S 182055 182058 174940 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182120] ppid=182055 vsize=8388172 memory=17784 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182120/stat : 182120 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182121] ppid=182055 vsize=8388172 memory=7269008 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182121/stat : 182121 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182122] ppid=182055 vsize=8388172 memory=11572 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182122/stat : 182122 (fscip) S 182055 182058 174940 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182123] ppid=182055 vsize=8388172 memory=17784 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182123/stat : 182123 (fscip) S 182055 182058 174940 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182124] ppid=182055 vsize=8388172 memory=10824 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182124/stat : 182124 (fscip) S 182055 182058 174940 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
[pid=182058/tid=182125] ppid=182055 vsize=8388172 memory=11688 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/182058/task/182125/stat : 182125 (fscip) S 182055 182058 174940 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 28331379 8589488128 1817511 809668444160 4194304 16623229 140734646950896 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38125568 140734646952969 140734646953087 140734646953087 140734646960112 0
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 8388172 KiB
Current children cumulated memory: 7270044 KiB

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

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

# cumulated CPU time of all completed processes:  user=71673.1 s, system=327.786 s

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

[startup+3630.81 s]*
/proc/loadavg: 61.19 60.52 57.04 43/944 186035
/proc/meminfo: memFree=730483656/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3630.91
CPU time (s): 72000.9
CPU user time (s): 71673.1
CPU system time (s): 327.786
CPU usage (%): 1983
Max. virtual memory (cumulated for all children) (KiB): 8388172
Max. memory (cumulated for all children) (KiB): 7270044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71673.1
system time used= 327.786
maximum resident set size= 7270052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28717556
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= 1375087
involuntary context switches= 206016


# summary of solver processes directly reported to runsolver:
#   pid: 182058
#   total CPU time (s): 72000.9
#   total CPU user time (s): 71673.1
#   total CPU system time (s): 327.786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.533 second user time and 77.0632 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 18:52:00
IDJOB=4465968
IDBENCH=177485
IDSOLVER=3094
FILE ID=nodeD104/4465968-1722617519
RUNJOBID= nodeD104-1722617518-181552
SLURM_JOB_ID= 8254309
Free space on /tmp= 8622868 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_4layers_maxall_lastlayerdiv2/normalized-injcomp_opt_4layers_maxall_lastlayerdiv2_size_16.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465968-1722617519/watcher-4465968-1722617519 -o /tmp/evaluation-result-4465968-1722617519/solver-4465968-1722617519 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722617518-181552 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465968-1722617519.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 678da6339402b89815c46f6042afd950
RANDOM SEED=1057444319

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        781666692 kB
MemAvailable:   784156652 kB
Buffers:          415600 kB
Cached:          5387388 kB
SwapCached:            0 kB
Active:           592540 kB
Inactive:        5868596 kB
Active(anon):       2188 kB
Inactive(anon):   686760 kB
Active(file):     590352 kB
Inactive(file):  5181836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            113748 kB
Writeback:            40 kB
AnonPages:        653932 kB
Mapped:           114508 kB
Shmem:             30728 kB
KReclaimable:     274972 kB
Slab:             647020 kB
SReclaimable:     274972 kB
SUnreclaim:       372048 kB
KernelStack:       15120 kB
PageTables:        11120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1102540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           319872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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:      749568 kB
DirectMap2M:    67905536 kB
DirectMap1G:    737148928 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD104 at 2024-08-02 19:52:31