Trace number 4465414

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped3.G.recomb10-0.01-1.opb
MD5SUM7e2c106ff094e7f384cacaf96c9fd4dc
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 benchmark15748
Best CPU time to get the best result obtained on this benchmark5.20977
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables80098
Total number of constraints528830
Number of constraints which are clauses528830
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint339
Number of terms in the objective function 10460
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 3451260
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 3451260
Number of bits of the biggest sum of numbers22
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)
1.49/1.51	c Default LC presolving (default).
1.49/1.52	c ** Before presolving: virtualMemUsedAtLc = 1357150781, getVmSize() = 837136384, SCIPgetMemUsed() = 738516271, SCIPgetMemTotal() = 774908647, SCIPgetMemExternEstim() = 582242134
1.49/1.52	c ** set memory limit for presolving in LC to 8.79182e+12 for SCIP **
15.35/15.43	c ** Estimated virtualMemUsedAtSolver = 1006329517, getVmSize() = 1174835200, SCIPgetMemUsed() = 650356710, SCIPgetMemTotal() = 927252142, SCIPgetMemExternEstim() = 582242134
15.35/15.43	c ** set memory limit for solvers to 4.18545e+11 for each SCIP **
15.35/15.43	c Original Problem   :
15.35/15.43	c   Problem name     : instance-4465414-1723647987
15.35/15.43	c   Variables        : 80098 (80098 binary, 0 integer, 0 implicit integer, 0 continuous)
15.35/15.43	c   Constraints      : 528830
15.35/15.43	c   Objective sense  : minimize
15.35/15.43	c Presolved Problem  :
15.35/15.43	c   Variables        : 22010 (22010 binary, 0 integer, 0 implicit integer, 0 continuous)
15.35/15.43	c   Constraints      : 126074
15.35/15.43	c Constraints        : Number
15.35/15.43	c   setppc           : 81032 
15.35/15.43	c   linear           : 82 
15.35/15.43	c   logicor          : 44960 
15.35/15.43	c ** Instance transfer method used: 0
15.55/15.62	c ** ParaScipInstance copy does not increase the number of variables. **
18.76/18.89	c LC is working with racing ramp-up and with rebuilding tree after racing.
18.76/18.89	c                                Nodes    Active                                            
18.76/18.89	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
54.77/20.89	c *      21              0           1        20     2116463.0000                -          -
54.77/20.89	c        21              0           1        20     2116463.0000                -          -
56.45/20.91	c *      21              0           1        20     2116122.0000                -          -
144.32/25.53	c *      26              0           1        20     1465461.0000                -          -
148.26/25.74	c *      26              0           1        20     1454208.0000                -          -
148.26/25.78	c *      26              0           1        20     1442623.0000                -          -
149.89/25.82	c *      26              0           1        20      120155.0000                -          -
151.60/25.91	c        26              0           1        20      120155.0000                -          -
258.70/31.40	c        31              2           1        20      120155.0000        3756.0000          -
282.48/32.63	c *      33              2           1        20      118785.0000        3756.0000          -
284.42/32.72	c *      33              2           1        20      118444.0000        3756.0000          -
288.41/32.94	c *      33              2           1        20      118106.0000        3756.0000          -
288.41/33.01	c *      33              2           1        20      117424.0000        3756.0000          -
359.67/36.56	c        37            102         101        20      117424.0000        3756.0000          -
469.33/42.11	c        42            104         103        20      117424.0000        3756.0000          -
514.17/44.31	c *      44             41          42        20      116054.0000        3756.0000          -
573.67/47.38	c        47            122         121        20      116054.0000        3756.0000          -
659.02/51.66	c *      52             62          61        20      114688.0000        3756.0000          -
661.01/51.75	c *      52             62          61        20      114347.0000        3756.0000          -
663.00/51.82	c *      52             62          61        20      114006.0000        3756.0000          -
684.86/52.90	c        53             62          61        20      114006.0000        3756.0000          -
784.01/57.99	c        58            162         161        20      114006.0000        3756.0000          -
817.61/59.62	c *      60            182         181        20      112640.0000        3756.0000          -
819.59/59.70	c *      60            182         181        20      112299.0000        3756.0000          -
819.59/59.77	c *      60            182         181        20      111958.0000        3756.0000          -
863.15/61.96	c *      62            132         131        20      110595.0000        3756.0000          -
892.81/63.42	c        63            192         191        20      110595.0000        3756.0000          -
930.42/65.30	c *      65            201         202        20      103091.0000        3756.0000          -
932.37/65.46	c *      65            201         202        20      102750.0000        3756.0000          -
934.33/65.55	c *      66            201         202        20      102068.0000        3756.0000          -
966.44/67.13	c *      67            223         222        20      100021.0000        3756.0000          -
967.86/67.23	c *      67            223         222        20       99339.0000        3756.0000          -
984.21/68.06	c *      68            223         222        20       98998.0000        3756.0000          -
993.50/68.53	c        69            302         301        20       98998.0000        3756.0000          -
995.50/68.62	c *      69            302         301        20       97634.0000        3756.0000          -
1048.86/71.35	c *      71            343         342        20       96650.0000        3756.0000          -
1084.89/73.14	c *      73            343         342        20       95587.0000        3756.0000          -
1092.29/73.58	c        74            343         342        20       95587.0000        3756.0000          -
1139.77/75.94	c *      76            364         363        20       94564.0000        3756.0000          -
1173.27/77.69	c *      78            441         442        20       93199.0000        3756.0000          -
1196.98/78.82	c        79            442         441        20       93199.0000        3756.0000          -
1303.76/84.25	c        84            561         562        20       93199.0000        3756.0000          -
1419.00/90.06	c        90            562         561        20       93199.0000        3756.0000          -
1460.64/92.15	c *      92            582         581        20       92174.0000        3756.0000          -
1461.93/92.23	c *      92            582         581        20       91833.0000        3756.0000          -
1483.69/93.38	c *      93            582         581        20       90810.0000        3756.0000          -
1518.07/95.11	c        95            582         581        20       90810.0000        3756.0000          -
1616.77/100.12	c       100            643         642        20       90810.0000        3756.0000          -
1721.03/105.37	c       105            695         688        20       90810.0000        3756.0000          -
1819.90/110.31	c *     110            756         749        20       89787.0000        3756.0000          -
1837.70/111.21	c       111            962         961        20       89787.0000        3756.0000          -
1867.37/112.78	c *     113            962         961        20       88764.0000        3756.0000          -
1940.55/116.48	c       116            945         938        20       88764.0000        3756.0000          -
2045.41/121.74	c       122           1045        1038        20       88764.0000        3756.0000          -
2055.29/122.20	c *     122           1045        1038        20       87738.0000        3756.0000          -
2063.23/122.64	c *     123           1411         361        20       87398.0000        3756.0000          -
2146.31/126.83	c       127           1165        1158        20       87398.0000        3756.0000          -
2190.50/129.12	c *     129           1245        1238        20       86374.0000        3756.0000          -
2249.79/132.09	c       132           1345        1338        20       86374.0000        3756.0000          -
2338.37/136.56	c *     137           1464        1459        20       85010.0000        3756.0000          -
2356.17/137.40	c       137           2519        1469        20       85010.0000        3756.0000          -
2461.19/142.80	c       143           2951        1901        20       85010.0000        3756.0000          -
2568.92/148.20	c       148           2479        2472        20       85010.0000        3756.0000          -
2677.08/153.64	c       154           4031        2981        20       85010.0000        3756.0000          -
2786.62/159.16	c       159           4411        3361        20       85010.0000        3756.0000          -
2885.70/164.17	c       164           4975        3754        20       85010.0000        3756.0000          -
2950.27/167.44	c *     167           5191        3747        20       83986.0000        3756.0000          -
2952.17/167.52	c *     168           5191        3747        20       83645.0000        3756.0000          -
2954.09/167.60	c *     168           5191        3747        20       83304.0000        3756.0000          -
2984.51/169.19	c       169           5191        3747        20       83304.0000        3756.0000          -
3084.83/174.22	c       174           5475         221        20       83304.0000        3756.0000          -
3185.85/179.39	c       179           4742         441        20       83304.0000        3756.0000          -
3203.67/180.26	c *     180           4802         501        20       82281.0000        3756.0000          -
3290.70/184.62	c       185           6015         761        20       82281.0000        3756.0000          -
3395.66/190.03	c       190           5285         984        20       82281.0000        3756.0000          -
3497.42/195.05	c       195           6635        1381        20       82281.0000        3756.0000          -
3598.31/200.18	c       200           6975        1721        20       82281.0000        3756.0000          -
3704.42/205.55	c       206           7282        1980        20       82281.0000        3756.0000          -
3811.26/211.03	c       211           7682        2380        20       82281.0000        3756.0000          -
3914.88/216.15	c       216           6831        1481        20       82281.0000        3756.0000          -
4017.10/221.33	c       221           7231        1881        20       82281.0000        3756.0000          -
4118.11/226.42	c       226           8870        2015        20       82281.0000        3756.0000          -
4219.14/231.55	c       232           9190        2335        20       82281.0000        3756.0000          -
4320.05/236.61	c       237           9570        2715        20       82281.0000        3756.0000          -
4419.12/241.65	c       242           8645        1419        20       82281.0000        3756.0000          -
4520.17/246.71	c       247          10390        3535        20       82281.0000        3756.0000          -
4603.30/250.96	c *     251          10790        3935        20       81254.0000        3756.0000          -
4621.08/251.80	c       252           9365        2139        20       81254.0000        3756.0000          -
4724.63/257.08	c       257          10922        4067        20       81254.0000        3756.0000          -
4773.44/259.59	c *     260          10991        4136        20       80572.0000        3756.0000          -
4834.87/262.61	c       263           9867        2643        20       80572.0000        3756.0000          -
4937.73/267.80	c       268          11009        4156        20       80572.0000        3756.0000          -
5021.65/272.07	c *     272           9984        2760        20       79549.0000        3756.0000          -
5043.45/273.17	c       273           9984        2760        20       79549.0000        3756.0000          -
5142.46/278.18	c       278          10125        2899        20       79549.0000        3756.0000          -
5250.36/283.65	c       284          11550        3974        20       79549.0000        3756.0000          -
5358.01/289.07	c       289          11551        3973        20       79549.0000        3756.0000          -
5408.86/291.69	c *     292          11631        4053        20       78525.0000        3756.0000          -
5460.37/294.24	c       294          11631        4053        20       78525.0000        3756.0000          -
5559.46/299.26	c       299          11751        4173        20       78525.0000        3756.0000          -
5660.56/304.35	c       304          11772        4192        20       78525.0000        3756.0000          -
5761.66/309.41	c       309          11832        4254        20       78525.0000        3756.0000          -
5862.85/314.54	c       315          11860        4280        20       78525.0000        3756.0000          -
5915.15/317.15	c *     317          11880        4300        20       77502.0000        3756.0000          -
5961.94/319.57	c       320          12232        4652        20       77502.0000        3756.0000          -
6074.84/325.22	c       325          15387        3927        20       77502.0000        3756.0000          -
6179.61/330.52	c       331          15714         264        20       77502.0000        3756.0000          -
6278.61/335.57	c       336          14092        2074        20       77502.0000        3756.0000          -
6377.77/340.59	c       341          14593        2573        20       77502.0000        3756.0000          -
6480.93/345.71	c       346          17147        1690        20       77502.0000        3756.0000          -
6580.09/350.74	c       351          17747        2290        20       77502.0000        3756.0000          -
6683.26/355.98	c       356          18363        2340        20       77502.0000        3756.0000          -
6785.08/361.10	c       361          18730        2336        20       77502.0000        3756.0000          -
6887.49/366.22	c       366          16826        1578        20       77502.0000        3756.0000          -
6990.66/371.41	c       371          19556         720        20       77502.0000        3756.0000          -
7093.83/376.67	c       377          20176        1340        20       77502.0000        3756.0000          -
7194.82/381.80	c       382          18494        2528        20       77502.0000        3756.0000          -
7297.98/387.01	c       387          18790        2529        20       77502.0000        3756.0000          -
7403.10/392.21	c       392          18991         181        20       77502.0000        3756.0000          -
7502.26/397.23	c       397          19531         721        20       77502.0000        3756.0000          -
7601.40/402.26	c       402          20091        1281        20       77502.0000        3756.0000          -
7702.59/407.31	c       407          22995        2433        20       77502.0000        3756.0000          -
7801.66/412.36	c       412          23123           1        20       77502.0000        4097.0000          -
7908.33/417.76	c       418          23423         301        20       77502.0000        4097.0000          -
8013.89/423.07	c       423          24043         921        20       77502.0000        4097.0000          -
8116.19/428.20	c       428          24863        1660        20       77502.0000        4097.0000          -
8219.16/433.48	c       433          25258        1596        20       77502.0000        4097.0000          -
8326.18/438.86	c       439          25852        1596        20       77502.0000        4097.0000          -
8427.35/444.03	c       444          26129        1595        20       77502.0000        4097.0000          -
8532.41/449.20	c       449          26595        1598        20       77502.0000        4097.0000          -
8633.60/454.31	c       454          22809         162        20       77502.0000        4097.0000          -
8732.75/459.37	c       459          27380        1597        20       77502.0000        4097.0000          -
8835.82/464.53	c       465          23868        1221        20       77502.0000        4097.0000          -
8945.49/470.08	c       470          28278        1590        20       77502.0000        4097.0000          -
9046.66/475.17	c       475          24567        1349        20       77502.0000        4097.0000          -
9150.92/480.46	c       480          25092        1344        20       77502.0000        4097.0000          -
9252.06/485.59	c       486          25646        1341        20       77502.0000        4097.0000          -
9353.10/490.61	c       491          30672        1596        20       77502.0000        4097.0000          -
9454.25/495.77	c       496          31317        1587        20       77502.0000        4097.0000          -
9553.41/500.78	c       501          27211        1345        20       77502.0000        4097.0000          -
9654.67/505.89	c       506          32315        1577        20       77502.0000        4097.0000          -
9760.38/511.15	c       511          27823         549        20       77502.0000        4097.0000          -
9860.80/516.22	c       516          33269        1571        20       77502.0000        4097.0000          -
9961.82/521.32	c       521          33815        1568        20       77502.0000        4097.0000          -
10064.89/526.50	c       526          34325        1557        20       77502.0000        4097.0000          -
10165.97/531.66	c       532          29652        1535        20       77502.0000        4097.0000          -
10267.11/536.76	c       537          35108        1557        20       77502.0000        4097.0000          -
10368.27/541.88	c       542          30472        1533        20       77502.0000        4097.0000          -
10469.22/546.92	c       547          35921        1558        20       77502.0000        4097.0000          -
10568.33/552.01	c       552          36459        1558        20       77502.0000        4097.0000          -
10673.45/557.21	c       557          31567        1535        20       77502.0000        4097.0000          -
10772.60/562.27	c       562          37546        1560        20       77502.0000        4097.0000          -
10877.77/567.55	c       568          32197        1496        20       77502.0000        4097.0000          -
10978.89/572.66	c       573          32536        1492        20       77502.0000        4097.0000          -
11080.04/577.70	c       578          38888        1277        20       77502.0000        4097.0000          -
11181.12/582.84	c       583          39695        2078        20       77502.0000        4097.0000          -
11282.23/587.94	c       588          33771        1490        20       77502.0000        4097.0000          -
11381.47/593.00	c       593          40928        1803        20       77502.0000        4097.0000          -
11483.13/598.12	c       598          41500        1803        20       77502.0000        4097.0000          -
11585.39/603.23	c       603          42145        1973        20       77502.0000        4097.0000          -
11684.38/608.30	c       608          42746        2572        20       77502.0000        4097.0000          -
11789.27/613.52	c       614          35160        1493        20       77502.0000        4097.0000          -
11890.19/618.60	c       619          35439        1488        20       77502.0000        4097.0000          -
11989.19/623.67	c       624          43402        1796        20       77502.0000        4097.0000          -
12090.17/628.76	c       629          43649        1791        20       77502.0000        4097.0000          -
12191.32/633.86	c       634          43903        1793        20       77502.0000        4097.0000          -
12292.20/638.96	c       639          44096        1790        20       77502.0000        4097.0000          -
12399.17/644.38	c       644          36707          41        20       77502.0000        4097.0000          -
12504.02/649.61	c       650          44682        1793        20       77502.0000        4097.0000          -
12605.04/654.71	c       655          45107        1797        20       77502.0000        4097.0000          -
12708.00/659.97	c       660          45597        1804        20       77502.0000        4097.0000          -
12811.83/665.14	c       665          46258        1797        20       77502.0000        4097.0000          -
12910.96/670.19	c       670          46693        1797        20       77502.0000        4097.0000          -
13011.14/675.26	c       675          47224        1794        20       77502.0000        4097.0000          -
13110.28/680.28	c       680          39904        1604        20       77502.0000        4097.0000          -
13213.32/685.40	c       685          40330        1576        20       77502.0000        4097.0000          -
13312.39/690.46	c       690          40727        1574        20       77502.0000        4097.0000          -
13413.48/695.59	c       696          41023        1571        20       77502.0000        4097.0000          -
13514.58/700.61	c       701          41277        1570        20       77502.0000        4097.0000          -
13613.71/705.63	c       706          41567        1570        20       77502.0000        4097.0000          -
13712.82/710.64	c       711          49756        1799        20       77502.0000        4097.0000          -
13817.89/716.03	c       716          50189        1795        20       77502.0000        4097.0000          -
13921.56/721.15	c       721          42416        1569        20       77502.0000        4097.0000          -
14023.92/726.35	c       726          42713        1571        20       77502.0000        4097.0000          -
14125.05/731.42	c       731          43050        1569        20       77502.0000        4097.0000          -
14224.20/736.43	c       736          43512        1567        20       77502.0000        4097.0000          -
14325.25/741.52	c       742          44016        1568        20       77502.0000        4097.0000          -
14424.37/746.58	c       747          44417        1567        20       77502.0000        4097.0000          -
14523.47/751.59	c       752          53766        1801        20       77502.0000        4097.0000          -
14626.57/756.74	c       757          54156        1802        20       77502.0000        4097.0000          -
14725.64/761.78	c       762          45433        1570        20       77502.0000        4097.0000          -
14826.66/766.82	c       767          54966         741        20       77502.0000        4097.0000          -
14927.64/771.99	c       772          55766        1541        20       77502.0000        4097.0000          -
15029.50/777.04	c       777          56397        1586        20       77502.0000        4097.0000          -
15131.91/782.22	c       782          46814        1565        20       77502.0000        4097.0000          -
15233.07/787.31	c       787          47329        1564        20       77502.0000        4097.0000          -
15334.24/792.43	c       792          47872        1564        20       77502.0000        4097.0000          -
15437.42/797.66	c       798          48260        1566        20       77502.0000        4097.0000          -
15538.58/802.75	c       803          58651        1555        20       77502.0000        4097.0000          -
15637.79/807.80	c       808          59118        1548        20       77502.0000        4097.0000          -
15740.94/812.97	c       813          59540        1555        20       77502.0000        4097.0000          -
15842.80/818.10	c       818          59847        1552        20       77502.0000        4097.0000          -
15943.90/823.18	c       823          60187        1555        20       77502.0000        4097.0000          -
16046.33/828.31	c       828          60450        1551        20       77502.0000        4097.0000          -
16147.39/833.46	c       833          60726        1551        20       77502.0000        4097.0000          -
16248.55/838.57	c       839          60986        1551        20       77502.0000        4097.0000          -
16349.71/843.66	c       844          61434        1552        20       77502.0000        4097.0000          -
16450.86/848.71	c       849          52909        1565        20       77502.0000        4097.0000          -
16550.03/853.77	c       854          53027          41        20       77502.0000        4097.0000          -
16653.12/858.93	c       859          53387         401        20       77502.0000        4097.0000          -
16752.28/864.03	c       864          53969         983        20       77502.0000        4097.0000          -
16854.31/869.14	c       869          63358        1551        20       77502.0000        4097.0000          -
16955.25/874.19	c       874          63713        1551        20       77502.0000        4097.0000          -
17055.58/879.27	c       879          55727        2741        20       77502.0000        4097.0000          -
17156.74/884.33	c       884          56327        3341        20       77502.0000        4097.0000          -
17257.80/889.41	c       889          56923        3894        20       77502.0000        4097.0000          -
17356.92/894.47	c       894          57139        3494        20       77502.0000        4097.0000          -
17458.14/899.57	c       900          66076        1555        20       77502.0000        4097.0000          -
17559.25/904.64	c       905          57718        3331        20       77502.0000        4097.0000          -
17660.32/909.75	c       910          57973        3337        20       77502.0000        4097.0000          -
17761.44/914.85	c       915          58292        3340        20       77502.0000        4097.0000          -
17862.58/919.95	c       920          58590        3341        20       77502.0000        4097.0000          -
17961.70/925.03	c       925          58913        3338        20       77502.0000        4097.0000          -
18063.58/930.13	c       930          59222        3339        20       77502.0000        4097.0000          -
18164.70/935.19	c       935          59521        3329        20       77502.0000        4097.0000          -
18265.07/940.25	c       940          59866        3259        20       77502.0000        4097.0000          -
18368.19/945.41	c       945          71135        1552        20       77502.0000        4097.0000          -
18467.31/950.49	c       950          60606        3257        20       77502.0000        4097.0000          -
18566.42/955.50	c       956              2           1        20       77502.0000        9334.5508          -
18655.49/959.91	c *     960              3           2        20       76476.0000        9334.5508          -
18667.34/960.51	c       961              3           2        20       76476.0000        9334.5508          -
18770.32/965.76	c       966              3           2        20       76476.0000        9334.5508          -
18873.37/970.97	c       971              4           3        20       76476.0000        9789.0476          -
18976.98/976.16	c       976              4           3        20       76476.0000        9789.0476          -
19077.46/981.23	c       981              5           4        20       76476.0000        9789.0476          -
19178.70/986.36	c       986              6           5        20       76476.0000        9789.0476          -
19279.70/991.47	c       991              7           6        20       76476.0000        9827.1111          -
19382.77/996.63	c       997              7           6        20       76476.0000        9827.1111          -
19483.88/1001.72	c      1002              8           7        20       76476.0000       10017.0476          -
19582.91/1006.79	c      1007              9           8        20       76476.0000       10017.7143          -
19683.93/1011.83	c      1012             10           9        20       76476.0000       10055.1111          -
19785.04/1016.92	c      1017             11          10        20       76476.0000       10055.7778          -
19886.71/1022.04	c      1022             12          11        20       76476.0000       10243.7167          -
19991.07/1027.39	c      1027             12          11        20       76476.0000       10243.7167          -
20094.10/1032.52	c      1033             13          12        20       76476.0000       10243.7167          -
20197.02/1037.71	c      1038             14          13        20       76476.0000       10281.7778          -
20296.10/1042.79	c      1043             15          14        20       76476.0000       10281.7778          -
20397.16/1047.87	c      1048             15          14        20       76476.0000       10281.7778          -
20498.20/1053.02	c      1053             16          15        20       76476.0000       10281.7778          -
20599.90/1058.05	c      1058             17          16        20       76476.0000       10281.7778          -
20702.24/1063.20	c      1063             18          17        20       76476.0000       10281.7778          -
20801.30/1068.23	c      1068             18          17        20       76476.0000       10281.7778          -
20904.35/1073.41	c      1073             20          19        20       76476.0000       10283.1111          -
21003.17/1078.50	c      1078             20          19        20       76476.0000       10283.1111          -
21104.16/1083.58	c      1084             21          20        20       76476.0000       10283.1111          -
21204.92/1088.68	c      1089             22          21        20       76476.0000       10283.1111          -
21303.84/1093.69	c      1094              2           1        20       76476.0000       11040.9222          -
21404.92/1098.70	c      1099              2           1        20       76476.0000       11040.9222          -
21505.97/1103.82	c      1104              3           2        20       76476.0000       11040.9222          -
21611.65/1109.19	c      1109              3           2        20       76476.0000       11040.9222          -
21711.98/1114.22	c      1114              4           3        20       76476.0000       11381.9167          -
21814.85/1119.48	c      1119              4           3        20       76476.0000       11381.9167          -
21917.97/1124.68	c      1125              5           4        20       76476.0000       11381.9167          -
22022.98/1129.96	c      1130              5           4        20       76476.0000       11381.9167          -
22122.11/1135.03	c      1135              6           5        20       76476.0000       11381.9167          -
22227.21/1140.29	c      1140              6           5        20       76476.0000       11381.9167          -
22231.16/1140.46	c *    1140              6           5        20       71020.0000       11381.9167          -
22332.14/1145.53	c      1146              7           6        20       71020.0000       11381.9167          -
22431.34/1150.58	c      1151              7           6        20       71020.0000       11381.9167          -
22494.83/1153.76	c *    1154              8           7        20       52265.0000       11609.9167    350.18%
22538.32/1156.03	c      1156              8           7        20       52265.0000       11609.9167    350.18%
22611.72/1159.68	c *    1160              8           7        20       33160.0000       11609.9167    185.62%
22613.59/1159.74	c *    1160              8           7        20       32819.0000       11609.9167    182.68%
22647.13/1161.45	c      1161              9           8        20       32819.0000       11609.9167    182.68%
22666.91/1162.44	c *    1162              9           8        20       25321.0000       11609.9167    118.10%
22674.73/1162.81	c *    1163              9           8        20       24980.0000       11609.9167    115.16%
22752.09/1166.79	c      1167              9           8        20       24980.0000       11609.9167    115.16%
22760.73/1167.19	c *    1167              9           8        20       24972.0000       11609.9167    115.09%
22761.89/1167.29	c *    1167              9           8        20       24631.0000       11609.9167    112.15%
22765.70/1167.42	c *    1167              9           8        20       24629.0000       11609.9167    112.14%
22781.52/1168.21	c *    1168             10           9        20       24289.0000       11609.9167    109.21%
22783.50/1168.33	c *    1168             10           9        20       23946.0000       11609.9167    106.25%
22852.94/1171.86	c      1172             10           9        20       23946.0000       11609.9167    106.25%
22954.13/1177.02	c      1177             11          10        20       23946.0000       11609.9167    106.25%
23056.03/1182.06	c      1182             11          10        20       23946.0000       11609.9167    106.25%
23090.98/1183.83	c *    1184             12          11        20       23614.0000       11609.9167    103.40%
23100.81/1184.31	c *    1184             12          11        20       23607.0000       11609.9167    103.33%
23154.76/1187.06	c      1187             12          11        20       23607.0000       11609.9167    103.33%
23205.62/1189.62	c *    1190             13          12        20       23606.0000       11609.9167    103.33%
23233.67/1191.03	c *    1191             13          12        20       21904.0000       11609.9167     88.67%
23241.05/1191.46	c *    1191             13          12        20       21563.0000       11609.9167     85.73%
23260.82/1192.43	c      1192             13          12        20       21563.0000       11609.9167     85.73%
23365.86/1197.76	c      1198             13          12        20       21563.0000       11609.9167     85.73%
23389.56/1198.94	c *    1199             14          13        20       21558.0000       11609.9167     85.69%
23471.58/1203.04	c      1203             14          13        20       21558.0000       11609.9167     85.69%
23570.66/1208.10	c      1208             15          14        20       21558.0000       11610.5833     85.68%
23670.07/1213.11	c      1213             15          14        20       21558.0000       11610.5833     85.68%
23771.12/1218.16	c      1218             16          15        20       21558.0000       11610.5833     85.68%
23877.47/1223.51	c      1224             17          16        20       21558.0000       11610.5833     85.68%
23980.46/1228.75	c      1229             18          17        20       21558.0000       11610.5833     85.68%
24055.98/1232.59	c *    1233             19          18        20       21222.0000       11610.5833     82.78%
24079.45/1233.73	c *    1234             19          18        20       20881.0000       11610.5833     79.84%
24081.53/1233.84	c      1234             19          18        20       20881.0000       11610.5833     79.84%
24182.51/1238.98	c      1239             20          19        20       20881.0000       11610.5833     79.84%
24281.66/1243.99	c      1244             20          19        20       20881.0000       11610.5833     79.84%
24358.89/1247.81	c *    1248             21          20        20       20880.0000       11610.5833     79.84%
24366.79/1248.26	c *    1248             21          20        20       20879.0000       11610.5833     79.83%
24385.22/1249.14	c      1249             21          20        20       20879.0000       11610.5833     79.83%
24485.65/1254.21	c      1254             21          20        20       20879.0000       11610.5833     79.83%
24590.83/1259.53	c      1260             22          21        20       20879.0000       11610.5833     79.83%
24668.18/1263.46	c *    1263             23          22        20       20543.0000       11610.5833     76.93%
24691.86/1264.64	c      1265             23          22        20       20543.0000       11610.5833     76.93%
24794.93/1269.89	c      1270             24          23        20       20543.0000       11610.5833     76.93%
24814.78/1270.82	c *    1271             24          23        20       19855.0000       11610.5833     71.01%
24895.94/1275.01	c      1275             25          24        20       19855.0000       11610.5833     71.01%
24999.79/1280.14	c      1280             25          24        20       19855.0000       11610.5833     71.01%
25098.90/1285.15	c      1285             34          33        20       19855.0000       11611.1667     71.00%
25147.84/1287.62	c *    1288             34          33        20       19509.0000       11611.1667     68.02%
25147.84/1287.68	c *    1288             34          33        20       18146.0000       11611.1667     56.28%
25149.71/1287.73	c *    1288             34          33        20       17804.0000       11611.1667     53.34%
25199.18/1290.26	c      1290             34          33        20       17804.0000       11611.1667     53.34%
25232.95/1291.97	c *    1292             34          33        20       17129.0000       11611.1667     47.52%
25298.02/1295.27	c      1295             34          33        20       17129.0000       11611.1667     47.52%
25399.17/1300.35	c      1300             38          37        20       17129.0000       11611.1667     47.52%
25506.34/1305.80	c      1306             45          44        20       17129.0000       11611.1667     47.52%
25609.52/1310.91	c      1311             45          44        20       17129.0000       11611.1667     47.52%
25708.67/1315.98	c      1316             45          44        20       17129.0000       11611.1667     47.52%
25812.55/1321.16	c      1321             50          49        20       17129.0000       11611.1667     47.52%
25869.86/1324.12	c *    1324             53          52        20       16785.0000       11611.1667     44.56%
25871.81/1324.18	c *    1324             53          52        20       16783.0000       11611.1667     44.54%
25873.14/1324.25	c *    1324             53          52        20       16782.0000       11611.1667     44.53%
25912.72/1326.20	c      1326             57          56        20       16782.0000       11611.1667     44.53%
26013.86/1331.35	c      1331             57          56        20       16782.0000       11611.1667     44.53%
26112.95/1336.39	c      1336             62          61        20       16782.0000       11611.1667     44.53%
26214.10/1341.43	c      1341             85          84        20       16782.0000       11611.1667     44.53%
26315.28/1346.57	c      1347             92          91        20       16782.0000       11611.1667     44.53%
26420.35/1351.84	c      1352             92          91        20       16782.0000       11611.1667     44.53%
26521.46/1356.97	c      1357             95          94        20       16782.0000       11611.1667     44.53%
26616.56/1361.76	c *    1362            118         109        20       16433.0000       11725.2500     40.15%
26623.22/1362.12	c      1362            118         109        20       16433.0000       11725.2500     40.15%
26724.07/1367.19	c      1367            124         113        20       16433.0000       11725.2500     40.15%
26824.55/1372.21	c      1372            148         113        20       16433.0000       11725.2500     40.15%
26925.73/1377.34	c      1377            148         113        20       16433.0000       11725.2500     40.15%
27026.89/1382.41	c      1382            148         113        20       16433.0000       11725.2500     40.15%
27128.04/1387.59	c      1388            151         111        20       16433.0000       11725.2500     40.15%
27229.16/1392.70	c      1393            151         111        20       16433.0000       11725.2500     40.15%
27297.21/1396.09	c *    1396            156         108        20       16092.0000       11725.2500     37.24%
27299.13/1396.15	c *    1396            156         108        20       16091.0000       11725.2500     37.23%
27330.19/1397.78	c      1398            161         102        20       16091.0000       11725.2500     37.23%
27431.25/1402.81	c      1403            166         107        20       16091.0000       11725.2500     37.23%
27532.34/1407.97	c      1408            174         107        20       16091.0000       11725.2500     37.23%
27637.41/1413.25	c      1413            186         115        20       16091.0000       11725.2500     37.23%
27738.45/1418.34	c      1418            228         127        20       16091.0000       11725.2500     37.23%
27837.57/1423.36	c      1423            228         127        20       16091.0000       11725.2500     37.23%
27940.72/1428.50	c      1428            233         130        20       16091.0000       11725.2500     37.23%
28039.93/1433.55	c      1434            233         130        20       16091.0000       11725.2500     37.23%
28147.03/1438.95	c      1439            233         130        20       16091.0000       11725.2500     37.23%
28250.75/1444.14	c      1444            233         130        20       16091.0000       11725.2500     37.23%
28353.19/1449.35	c      1449            233         130        20       16091.0000       11725.2500     37.23%
28407.29/1452.07	c *    1452            233         130        20       15750.0000       11725.2500     34.33%
28456.17/1454.59	c      1455            233         130        20       15750.0000       11725.2500     34.33%
28565.81/1460.06	c      1460            233         130        20       15750.0000       11725.2500     34.33%
28668.37/1465.29	c      1465            233         130        20       15750.0000       11725.2500     34.33%
28769.53/1470.34	c      1470            233         130        20       15750.0000       11725.2500     34.33%
28872.61/1475.50	c      1476            233         130        20       15750.0000       11725.2500     34.33%
28975.76/1480.73	c      1481            233         130        20       15750.0000       11725.2500     34.33%
29078.85/1485.96	c      1486            234         131        20       15750.0000       11725.2500     34.33%
29180.52/1491.09	c      1491            234         131        20       15750.0000       11725.2500     34.33%
29281.78/1496.16	c      1496            234         131        20       15750.0000       11725.2500     34.33%
29384.11/1501.31	c      1501            251         116        20       15750.0000       11725.2500     34.33%
29483.20/1506.38	c      1506            274         117        20       15750.0000       11725.2500     34.33%
29584.37/1511.46	c      1511            327         142        20       15750.0000       11725.2500     34.33%
29691.50/1516.83	c      1517            362         155        20       15750.0000       11725.2500     34.33%
29792.62/1521.98	c      1522            368         161        20       15750.0000       11725.2500     34.33%
29897.63/1527.21	c      1527            368         161        20       15750.0000       11725.2500     34.33%
29996.81/1532.27	c      1532            368         161        20       15750.0000       11725.2500     34.33%
30099.95/1537.47	c      1537            377         170        20       15750.0000       11837.5833     33.05%
30201.08/1542.59	c      1543            377         170        20       15750.0000       11837.5833     33.05%
30302.41/1547.68	c      1548            382         175        20       15750.0000       11837.7051     33.05%
30403.30/1552.71	c      1553            387         180        20       15750.0000       11837.7051     33.05%
30502.54/1557.77	c      1558            387         180        20       15750.0000       11837.7051     33.05%
30605.70/1562.92	c      1563            392         185        20       15750.0000       11837.9167     33.05%
30707.55/1568.10	c      1568            401         194        20       15750.0000       11837.9167     33.05%
30809.99/1573.26	c      1573            401         194        20       15750.0000       11837.9167     33.05%
30909.12/1578.27	c      1578            401         194        20       15750.0000       11837.9167     33.05%
31008.28/1583.28	c      1583            412         205        20       15750.0000       11838.0000     33.05%
31115.44/1588.67	c      1589            421         214        20       15750.0000       11838.0000     33.05%
31216.65/1593.74	c      1594            421         214        20       15750.0000       11838.0000     33.05%
31317.83/1598.82	c      1599            428         221        20       15750.0000       11838.0000     33.05%
31421.81/1604.04	c      1604            431         224        20       15750.0000       11838.0000     33.05%
31526.20/1609.33	c      1609            438         231        20       15750.0000       11838.0000     33.05%
31627.40/1614.48	c      1614            441         234        20       15750.0000       11838.0000     33.05%
31728.59/1619.59	c      1620            448         241        20       15750.0000       11838.0000     33.05%
31829.80/1624.66	c      1625            448         241        20       15750.0000       11838.0000     33.05%
31931.00/1629.72	c      1630            451         244        20       15750.0000       11838.0000     33.05%
32032.19/1634.81	c      1635            457         250        20       15750.0000       11838.0000     33.05%
32051.95/1635.80	c *    1636            457         250        20       15748.0000       11838.0000     33.03%
32131.28/1639.88	c      1640            462         255        20       15748.0000       11838.0833     33.03%
32232.48/1645.03	c      1645            467         260        20       15748.0000       11838.0833     33.03%
32337.65/1650.21	c      1650            468         261        20       15748.0000       11838.0833     33.03%
32436.86/1655.29	c      1655            468         261        20       15748.0000       11838.0833     33.03%
32536.00/1660.30	c      1660            468         261        20       15748.0000       11838.0833     33.03%
32637.23/1665.36	c      1665            468         261        20       15748.0000       11838.0833     33.03%
32738.34/1670.42	c      1670            468         261        20       15748.0000       11838.0833     33.03%
32841.53/1675.61	c      1676            468         261        20       15748.0000       11838.0833     33.03%
32944.71/1680.86	c      1681            468         261        20       15748.0000       11838.0833     33.03%
33045.88/1685.91	c      1686            468         261        20       15748.0000       11838.0833     33.03%
33145.04/1691.02	c      1691            468         261        20       15748.0000       11838.0833     33.03%
33246.87/1696.13	c      1696            468         261        20       15748.0000       11838.0833     33.03%
33348.16/1701.15	c      1701            468         261        20       15748.0000       11838.0833     33.03%
33454.49/1706.56	c      1707            468         261        20       15748.0000       11838.0833     33.03%
33555.65/1711.68	c      1712            468         261        20       15748.0000       11838.0833     33.03%
33656.85/1716.78	c      1717            468         261        20       15748.0000       11838.0833     33.03%
33758.11/1721.86	c      1722            468         261        20       15748.0000       11838.0833     33.03%
33859.02/1727.03	c      1727            468         261        20       15748.0000       11838.0833     33.03%
33966.02/1732.34	c      1732            468         261        20       15748.0000       11838.0833     33.03%
34071.09/1737.67	c      1738            468         261        20       15748.0000       11838.0833     33.03%
34172.22/1742.73	c      1743            468         261        20       15748.0000       11838.0833     33.03%
34271.34/1747.74	c      1748            468         261        20       15748.0000       11838.0833     33.03%
34370.51/1752.79	c      1753            468         261        20       15748.0000       11838.0833     33.03%
34478.21/1758.16	c      1758            468         261        20       15748.0000       11838.0833     33.03%
34582.51/1763.42	c      1763            468         261        20       15748.0000       11838.0833     33.03%
34683.64/1768.54	c      1769            468         261        20       15748.0000       11838.0833     33.03%
34784.77/1773.63	c      1774            468         261        20       15748.0000       11838.0833     33.03%
34883.88/1778.69	c      1779            468         261        20       15748.0000       11838.0833     33.03%
34986.95/1783.89	c      1784            468         261        20       15748.0000       11838.0833     33.03%
35088.10/1788.91	c      1789            468         261        20       15748.0000       11838.0833     33.03%
35187.22/1794.01	c      1794            468         261        20       15748.0000       11838.0833     33.03%
35289.03/1799.13	c      1799            468         261        20       15748.0000       11838.0833     33.03%
35393.42/1804.37	c      1804            468         261        20       15748.0000       11838.0833     33.03%
35496.54/1809.52	c      1810            468         261        20       15748.0000       11838.0833     33.03%
35597.54/1814.63	c      1815            468         261        20       15748.0000       11838.0833     33.03%
35698.63/1819.75	c      1820            468         261        20       15748.0000       11838.0833     33.03%
35799.75/1824.86	c      1825            468         261        20       15748.0000       11838.0833     33.03%
35903.58/1830.05	c      1830            468         261        20       15748.0000       11838.0833     33.03%
36004.49/1835.14	c      1835            468         261        20       15748.0000       11838.0833     33.03%
36103.47/1840.19	c      1840            468         261        20       15748.0000       11838.0833     33.03%
36203.97/1845.27	c      1845            468         261        20       15748.0000       11838.0833     33.03%
36303.12/1850.30	c      1850            468         261        20       15748.0000       11838.0833     33.03%
36406.29/1855.44	c      1855            468         261        20       15748.0000       11838.0833     33.03%
36509.34/1860.63	c      1861            468         261        20       15748.0000       11838.0833     33.03%
36612.55/1865.88	c      1866            468         261        20       15748.0000       11838.0833     33.03%
36713.43/1870.93	c      1871            468         261        20       15748.0000       11838.0833     33.03%
36818.50/1876.29	c      1876            468         261        20       15748.0000       11838.0833     33.03%
36919.64/1881.39	c      1881            468         261        20       15748.0000       11838.0833     33.03%
37022.75/1886.59	c      1887            468         261        20       15748.0000       11838.0833     33.03%
37127.80/1891.83	c      1892            468         261        20       15748.0000       11838.0833     33.03%
37228.93/1896.95	c      1897            468         261        20       15748.0000       11838.0833     33.03%
37328.08/1902.04	c      1902            468         261        20       15748.0000       11838.0833     33.03%
37429.90/1907.09	c      1907            468         261        20       15748.0000       11838.0833     33.03%
37529.02/1912.13	c      1912            468         261        20       15748.0000       11838.0833     33.03%
37633.14/1917.35	c      1917            468         261        20       15748.0000       11838.0833     33.03%
37734.28/1922.43	c      1922            468         261        20       15748.0000       11838.0833     33.03%
37839.37/1927.73	c      1928            468         261        20       15748.0000       11838.0833     33.03%
37940.48/1932.82	c      1933            468         261        20       15748.0000       11838.0833     33.03%
38044.26/1938.06	c      1938            468         261        20       15748.0000       11838.0833     33.03%
38145.38/1943.14	c      1943            468         261        20       15748.0000       11838.0833     33.03%
38245.88/1948.20	c      1948            468         261        20       15748.0000       11838.0833     33.03%
38345.07/1953.27	c      1953            468         261        20       15748.0000       11838.0833     33.03%
38446.20/1958.31	c      1958            468         261        20       15748.0000       11838.0833     33.03%
38549.29/1963.55	c      1964            468         261        20       15748.0000       11838.0833     33.03%
38650.42/1968.61	c      1969            468         261        20       15748.0000       11838.0833     33.03%
38751.56/1973.73	c      1974            468         261        20       15748.0000       11838.0833     33.03%
38852.70/1978.81	c      1979            468         261        20       15748.0000       11838.0833     33.03%
38953.83/1983.91	c      1984            472         265        20       15748.0000       11838.9167     33.02%
39052.93/1988.98	c      1989            472         265        20       15748.0000       11838.9167     33.02%
39154.68/1994.12	c      1994            477         270        20       15748.0000       11838.9167     33.02%
39257.13/1999.20	c      1999            488         281        20       15748.0000       11838.9167     33.02%
39356.28/2004.21	c      2004            489         282        20       15748.0000       11838.9167     33.02%
39461.42/2009.53	c      2010            489         282        20       15748.0000       11838.9167     33.02%
39564.44/2014.74	c      2015            498         291        20       15748.0000       11838.9167     33.02%
39663.58/2019.79	c      2020            502         295        20       15748.0000       11839.0000     33.02%
39772.67/2025.22	c      2025            507         300        20       15748.0000       11839.0000     33.02%
39871.87/2030.27	c      2030            512         305        20       15748.0000       11839.0435     33.02%
39974.99/2035.46	c      2035            517         310        20       15748.0000       11839.0435     33.02%
40080.09/2040.78	c      2041            520         313        20       15748.0000       11839.0435     33.02%
40181.18/2045.81	c      2046            522         315        20       15748.0000       11839.1863     33.02%
40282.30/2050.99	c      2051            527         320        20       15748.0000       11839.1863     33.02%
40386.02/2056.19	c      2056            528         321        20       15748.0000       11839.1863     33.02%
40486.36/2061.21	c      2061            536         329        20       15748.0000       11839.5000     33.01%
40589.46/2066.42	c      2066            536         329        20       15748.0000       11839.5000     33.01%
40696.55/2071.88	c      2072            542         335        20       15748.0000       11840.5200     33.00%
40800.32/2077.05	c      2077            547         340        20       15748.0000       11840.5200     33.00%
40901.47/2082.18	c      2082            551         344        20       15748.0000       11840.5200     33.00%
41001.88/2087.24	c      2087            551         344        20       15748.0000       11840.5200     33.00%
41102.97/2092.39	c      2092            557         350        20       15748.0000       11840.5200     33.00%
41206.09/2097.56	c      2098            566         359        20       15748.0000       11841.2500     32.99%
41311.11/2102.85	c      2103            569         362        20       15748.0000       11841.2500     32.99%
41412.23/2107.92	c      2108            572         365        20       15748.0000       11841.5000     32.99%
41519.29/2113.33	c      2113            577         370        20       15748.0000       11841.5000     32.99%
41620.42/2118.49	c      2118            586         379        20       15748.0000       11842.0833     32.98%
41723.58/2123.65	c      2124            586         379        20       15748.0000       11842.0833     32.98%
41826.68/2128.87	c      2129            586         379        20       15748.0000       11842.0833     32.98%
41927.81/2133.93	c      2134            592         385        20       15748.0000       11878.6496     32.57%
42032.81/2139.27	c      2139            597         390        20       15748.0000       11878.6496     32.57%
42133.92/2144.38	c      2144            607         400        20       15748.0000       11880.1546     32.56%
42238.97/2149.69	c      2150            612         405        20       15748.0000       11881.1111     32.55%
42342.09/2154.88	c      2155            612         405        20       15748.0000       11881.1111     32.55%
42443.24/2159.96	c      2160            616         409        20       15748.0000       11881.1111     32.55%
42542.39/2164.99	c      2165            626         419        20       15748.0000       12013.2083     31.09%
42641.53/2170.02	c      2170            627         420        20       15748.0000       12013.2083     31.09%
42745.33/2175.15	c      2175            632         425        20       15748.0000       12064.6667     30.53%
42851.73/2180.51	c      2181            632         425        20       15748.0000       12064.6667     30.53%
42952.87/2185.61	c      2186            636         429        20       15748.0000       12064.6667     30.53%
43054.01/2190.76	c      2191            642         435        20       15748.0000       12065.0385     30.53%
43155.18/2195.82	c      2196            646         439        20       15748.0000       12065.0385     30.53%
43254.39/2200.88	c      2201            652         445        20       15748.0000       12065.4167     30.52%
43355.44/2205.93	c      2206            652         445        20       15748.0000       12065.4167     30.52%
43457.29/2211.10	c      2211            652         445        20       15748.0000       12065.4167     30.52%
43558.27/2216.19	c      2216            656         449        20       15748.0000       12065.4167     30.52%
43660.74/2221.36	c      2221            662         455        20       15748.0000       12065.6268     30.52%
43761.87/2226.44	c      2226            662         455        20       15748.0000       12065.6268     30.52%
43862.94/2231.51	c      2232            668         461        20       15748.0000       12065.6268     30.52%
43962.02/2236.53	c      2237            670         463        20       15748.0000       12065.6268     30.52%
44063.16/2241.61	c      2242            672         465        20       15748.0000       12066.0385     30.52%
44168.26/2246.93	c      2247            675         468        20       15748.0000       12066.0385     30.52%
44269.91/2252.07	c      2252            677         470        20       15748.0000       12066.0385     30.52%
44372.40/2257.24	c      2257            681         474        20       15748.0000       12066.0385     30.52%
44473.51/2262.33	c      2262            683         476        20       15748.0000       12066.0385     30.52%
44572.61/2267.40	c      2267            683         476        20       15748.0000       12066.0385     30.52%
44673.76/2272.46	c      2272            685         478        20       15748.0000       12066.0385     30.52%
44774.88/2277.57	c      2278            692         485        20       15748.0000       12066.3333     30.51%
44876.02/2282.66	c      2283            693         486        20       15748.0000       12066.3333     30.51%
44977.15/2287.77	c      2288            694         487        20       15748.0000       12066.3333     30.51%
45078.30/2292.83	c      2293            699         492        20       15748.0000       12066.3333     30.51%
45179.37/2297.93	c      2298            701         494        20       15748.0000       12066.3333     30.51%
45280.87/2303.04	c      2303            702         495        20       15748.0000       12066.3333     30.51%
45389.27/2308.56	c      2309            705         498        20       15748.0000       12066.3333     30.51%
45492.40/2313.77	c      2314            712         505        20       15748.0000       12066.3768     30.51%
45593.55/2318.84	c      2319            712         505        20       15748.0000       12066.3768     30.51%
45694.68/2324.01	c      2324            716         509        20       15748.0000       12066.3768     30.51%
45796.38/2329.10	c      2329            726         519        20       15748.0000       12066.5196     30.51%
45897.60/2334.18	c      2334            726         519        20       15748.0000       12066.5196     30.51%
46002.01/2339.44	c      2339           1042           1        20       15748.0000       14230.3333     10.67%
46105.16/2344.65	c      2345           1042           1        20       15748.0000       14230.3333     10.67%
46206.17/2349.77	c      2350           1042           1        20       15748.0000       14230.3333     10.67%
46311.90/2355.03	c      2355           1043           2        20       15748.0000       14230.3333     10.67%
46408.38/2360.04	c      2360           1043           2        20       15748.0000       14230.3333     10.67%
46515.41/2365.30	c      2365           1043           2        20       15748.0000       14230.3333     10.67%
46614.56/2370.32	c      2370           1043           2        20       15748.0000       14230.3333     10.67%
46713.66/2375.40	c      2375           1044           3        20       15748.0000       14230.3333     10.67%
46814.66/2380.48	c      2380           1044           3        20       15748.0000       14230.3333     10.67%
46921.81/2385.81	c      2386           1045           4        20       15748.0000       14230.3333     10.67%
47020.82/2390.88	c      2391           1046           5        20       15748.0000       14342.0513      9.80%
47121.96/2396.00	c      2396           1046           5        20       15748.0000       14342.0513      9.80%
47221.10/2401.03	c      2401           1046           5        20       15748.0000       14342.0513      9.80%
47322.78/2406.08	c      2406           1048           7        20       15748.0000       14343.0520      9.80%
47425.27/2411.20	c      2411           1052          11        20       15748.0000       14343.0526      9.80%
47526.42/2416.35	c      2416           1053          12        20       15748.0000       14343.0526      9.80%
47627.55/2421.48	c      2421           1056          15        20       15748.0000       14343.0526      9.80%
47730.66/2426.62	c      2427           1056          15        20       15748.0000       14343.0526      9.80%
47829.82/2431.65	c      2432           1061          20        20       15748.0000       14343.0526      9.80%
47934.90/2436.90	c      2437           1062          21        20       15748.0000       14343.0526      9.80%
48036.86/2442.12	c      2442           1062          21        20       15748.0000       14343.0526      9.80%
48139.08/2447.21	c      2447           1062          21        20       15748.0000       14343.0526      9.80%
48240.22/2452.31	c      2452           1066          25        20       15748.0000       14343.0526      9.80%
48339.24/2457.33	c      2457           1072          31        20       15748.0000       14343.0526      9.80%
48440.39/2462.45	c      2462           1072          31        20       15748.0000       14343.0526      9.80%
48539.49/2467.47	c      2467           1090          49        20       15748.0000       14343.0526      9.80%
48642.60/2472.65	c      2473           1090          49        20       15748.0000       14343.0526      9.80%
48741.69/2477.67	c      2478           1105          64        20       15748.0000       14343.0526      9.80%
48842.82/2482.75	c      2483           1112          65        20       15748.0000       14343.0526      9.80%
48941.99/2487.79	c      2488           1175          78        20       15748.0000       14343.0526      9.80%
49047.82/2493.11	c      2493           1185          72        20       15748.0000       14343.0526      9.80%
49152.13/2498.31	c      2498           1196          71        20       15748.0000       14343.0526      9.80%
49253.22/2503.50	c      2504           1218          75        20       15748.0000       14343.0526      9.80%
49354.19/2508.52	c      2509           1261          74        20       15748.0000       14343.0526      9.80%
49453.34/2513.53	c      2514           1264          77        20       15748.0000       14343.0770      9.80%
49552.53/2518.57	c      2519           1264          77        20       15748.0000       14343.0770      9.80%
49651.67/2523.58	c      2524           1264          77        20       15748.0000       14343.0770      9.80%
49752.81/2528.69	c      2529           1264          77        20       15748.0000       14343.0770      9.80%
49853.94/2533.75	c      2534           1264          77        20       15748.0000       14343.0770      9.80%
49952.96/2538.76	c      2539           1270          83        20       15748.0000       14343.0770      9.80%
50054.14/2543.80	c      2544           1271          84        20       15748.0000       14343.0770      9.80%
50155.19/2548.96	c      2549           1277          88        20       15748.0000       14343.0770      9.80%
50258.96/2554.14	c      2554           1277          88        20       15748.0000       14343.0770      9.80%
50359.43/2559.22	c      2559           1277          88        20       15748.0000       14343.0770      9.80%
50458.62/2564.24	c      2564           1277          88        20       15748.0000       14343.0770      9.80%
50563.78/2569.53	c      2570           1291          94        20       15748.0000       14343.0770      9.80%
50664.93/2574.66	c      2575           1308          99        20       15748.0000       14345.0000      9.78%
50764.05/2579.68	c      2580           1308          99        20       15748.0000       14345.0000      9.78%
50867.18/2584.81	c      2585           1308          99        20       15748.0000       14345.0000      9.78%
50971.14/2590.05	c      2590           1309         100        20       15748.0000       14345.0000      9.78%
51073.44/2595.25	c      2595           1318         105        20       15748.0000       14345.0000      9.78%
51176.62/2600.40	c      2600           1318         105        20       15748.0000       14345.0000      9.78%
51277.78/2605.50	c      2606           1322         107        20       15748.0000       14570.5548      8.08%
51376.92/2610.56	c      2611           1322         107        20       15748.0000       14570.5548      8.08%
51478.04/2615.63	c      2616           1324         109        20       15748.0000       14570.5548      8.08%
51579.22/2620.70	c      2621           1328         113        20       15748.0000       14570.5548      8.08%
51678.37/2625.78	c      2626           1328         113        20       15748.0000       14570.5548      8.08%
51779.45/2630.84	c      2631           1330         115        20       15748.0000       14570.5548      8.08%
51880.64/2635.93	c      2636           1337         112        20       15748.0000       14570.5548      8.08%
51982.41/2641.03	c      2641           1341         114        20       15748.0000       14570.5548      8.08%
52081.60/2646.10	c      2646           1349         116        20       15748.0000       14570.5548      8.08%
52180.97/2651.13	c      2651           1363         118        20       15748.0000       14570.5548      8.08%
52281.98/2656.15	c      2656           1363         118        20       15748.0000       14570.5548      8.08%
52381.06/2661.17	c      2661           1367         122        20       15748.0000       14570.5548      8.08%
52485.56/2666.41	c      2666           1372         125        20       15748.0000       14571.0548      8.08%
52586.67/2671.52	c      2672           1374         127        20       15748.0000       14571.0548      8.08%
52687.75/2676.64	c      2677           1377         130        20       15748.0000       14571.0548      8.08%
52790.97/2681.88	c      2682           1377         130        20       15748.0000       14571.0548      8.08%
52891.91/2686.94	c      2687           1381         134        20       15748.0000       14571.0548      8.08%
52991.10/2691.99	c      2692           1385         136        20       15748.0000       14571.0548      8.08%
53093.03/2697.08	c      2697           1436         137        20       15748.0000       14571.0548      8.08%
53194.03/2702.14	c      2702           1466         143        20       15748.0000       14571.0548      8.08%
53294.44/2707.22	c      2707           1472         139        20       15748.0000       14571.0548      8.08%
53393.42/2712.29	c      2712           1473         140        20       15748.0000       14571.0548      8.08%
53494.50/2717.39	c      2717           1478         145        20       15748.0000       14571.0548      8.08%
53595.63/2722.40	c      2722           1478         145        20       15748.0000       14571.0548      8.08%
53696.61/2727.55	c      2728           1479         146        20       15748.0000       14571.0548      8.08%
53803.70/2732.96	c      2733           1482         149        20       15748.0000       14571.0548      8.08%
53905.35/2738.05	c      2738           1531         152        20       15748.0000       14571.0548      8.08%
54004.47/2743.11	c      2743           1533         154        20       15748.0000       14571.0548      8.08%
54106.85/2748.22	c      2748           1533         154        20       15748.0000       14571.0548      8.08%
54205.95/2753.29	c      2753           1533         154        20       15748.0000       14571.0548      8.08%
54305.04/2758.30	c      2758           1533         154        20       15748.0000       14571.0548      8.08%
54408.16/2763.43	c      2763           1533         154        20       15748.0000       14571.0548      8.08%
54509.23/2768.59	c      2769           1536         157        20       15748.0000       14571.0548      8.08%
54610.39/2773.67	c      2774           1538         159        20       15748.0000       14571.0548      8.08%
54713.32/2778.80	c      2779           1552         161        20       15748.0000       14571.3881      8.07%
54817.06/2784.07	c      2784           1552         161        20       15748.0000       14571.3881      8.07%
54918.38/2789.19	c      2789           1556         165        20       15748.0000       14571.3881      8.07%
55020.61/2794.36	c      2794           1557         166        20       15748.0000       14571.3881      8.07%
55121.72/2799.42	c      2799           1558         167        20       15748.0000       14571.3881      8.07%
55222.84/2804.59	c      2805           1558         167        20       15748.0000       14571.3881      8.07%
55323.95/2809.60	c      2810           1573         170        20       15748.0000       14571.3881      8.07%
55427.08/2814.89	c      2815           1576         173        20       15748.0000       14571.3881      8.07%
55528.22/2819.92	c      2820           1579         176        20       15748.0000       14571.3881      8.07%
55633.29/2825.23	c      2825           1031          11        20       15748.0000       14624.0833      7.69%
55734.34/2830.33	c      2830           1031          11        20       15748.0000       14624.0833      7.69%
55833.48/2835.36	c      2835           1031          11        20       15748.0000       14624.0833      7.69%
55934.67/2840.43	c      2840           1032          12        20       15748.0000       14624.0833      7.69%
56035.78/2845.59	c      2846           1039          19        20       15748.0000       14624.0833      7.69%
56136.89/2850.62	c      2851           1039          19        20       15748.0000       14624.0833      7.69%
56238.03/2855.71	c      2856           1039          19        20       15748.0000       14624.0833      7.69%
56339.20/2860.85	c      2861           1040          20        20       15748.0000       14624.0833      7.69%
56443.00/2866.09	c      2866           1040          20        20       15748.0000       14624.0833      7.69%
56547.39/2871.36	c      2871           1043          23        20       15748.0000       14624.5833      7.68%
56648.53/2876.48	c      2876           1045          25        20       15748.0000       14624.5833      7.68%
56749.69/2881.57	c      2882           1045          25        20       15748.0000       14624.5833      7.68%
56850.81/2886.66	c      2887           1045          25        20       15748.0000       14624.5833      7.68%
56951.90/2891.78	c      2892           1050          30        20       15748.0000       14624.5833      7.68%
57054.91/2896.96	c      2897           1050          30        20       15748.0000       14624.5833      7.68%
57154.04/2901.99	c      2902           1051          31        20       15748.0000       14624.5833      7.68%
57256.01/2907.12	c      2907           1051          31        20       15748.0000       14624.5833      7.68%
57358.28/2912.24	c      2912           1051          31        20       15748.0000       14624.5833      7.68%
57459.09/2917.34	c      2917           1066          42        20       15748.0000       14624.5833      7.68%
57558.26/2922.37	c      2922           1067          43        20       15748.0000       14624.5833      7.68%
57661.42/2927.52	c      2928           1067          43        20       15748.0000       14624.5833      7.68%
57764.57/2932.71	c      2933           1070          46        20       15748.0000       14624.5833      7.68%
57863.77/2937.77	c      2938           1072          48        20       15748.0000       14624.5833      7.68%
57966.78/2942.98	c      2943           1076          52        20       15748.0000       14624.5833      7.68%
58068.51/2948.09	c      2948           1077          53        20       15748.0000       14624.5833      7.68%
58169.92/2953.15	c      2953           1077          53        20       15748.0000       14624.5833      7.68%
58268.87/2958.16	c      2958           1080          56        20       15748.0000       14624.5833      7.68%
58368.21/2963.19	c      2963           1081          57        20       15748.0000       14624.5833      7.68%
58470.57/2968.34	c      2968           1083          59        20       15748.0000       14624.5833      7.68%
58571.68/2973.43	c      2973           1086          62        20       15748.0000       14624.5833      7.68%
58670.86/2978.44	c      2978           1087          63        20       15748.0000       14624.5833      7.68%
58772.01/2983.56	c      2984           1088          64        20       15748.0000       14624.5833      7.68%
58873.16/2988.66	c      2989           1090          66        20       15748.0000       14624.5833      7.68%
58974.35/2993.75	c      2994           1104          76        20       15748.0000       14624.5833      7.68%
59077.51/2998.96	c      2999           1107          77        20       15748.0000       14624.5833      7.68%
59179.34/3004.04	c      3004           1107          77        20       15748.0000       14624.5833      7.68%
59278.52/3009.06	c      3009           1115          81        20       15748.0000       14624.5833      7.68%
59377.69/3014.07	c      3014           1123          85        20       15748.0000       14624.5833      7.68%
59482.08/3019.34	c      3019           1148          94        20       15748.0000       14624.5833      7.68%
59583.06/3024.45	c      3024           1217         117        20       15748.0000       14624.5833      7.68%
59683.95/3029.53	c      3030           1221         117        20       15748.0000       14624.5833      7.68%
59783.09/3034.58	c      3035           1222         118        20       15748.0000       14624.5833      7.68%
59884.23/3039.64	c      3040           1227         123        20       15748.0000       14624.5833      7.68%
59987.26/3044.87	c      3045           1227         123        20       15748.0000       14624.5833      7.68%
60086.54/3049.88	c      3050           1245         127        20       15748.0000       14624.5833      7.68%
60187.53/3054.94	c      3055           1304         130        20       15748.0000       14624.5833      7.68%
60286.66/3059.95	c      3060           1329         123        20       15748.0000       14624.5833      7.68%
60385.79/3064.98	c      3065           1371         131        20       15748.0000       14624.5833      7.68%
60484.88/3070.02	c      3070           1411         129        20       15748.0000       14624.5833      7.68%
60586.57/3075.08	c      3075           1445         127        20       15748.0000       14624.5833      7.68%
60690.86/3080.37	c      3080           1476         124        20       15748.0000       14624.5833      7.68%
60791.86/3085.49	c      3085           1489         123        20       15748.0000       14624.5833      7.68%
60894.63/3090.69	c      3091           1491         123        20       15748.0000       14624.6268      7.68%
60999.27/3095.94	c      3096           1492         124        20       15748.0000       14624.6268      7.68%
61100.94/3101.05	c      3101           1492         124        20       15748.0000       14624.6268      7.68%
61199.91/3106.09	c      3106           1496         128        20       15748.0000       14624.6268      7.68%
61301.09/3111.16	c      3111           1496         128        20       15748.0000       14624.6268      7.68%
61401.28/3116.20	c      3116           1517         143        20       15748.0000       14624.6268      7.68%
61500.38/3121.27	c      3121           1527         145        20       15748.0000       14624.6268      7.68%
61603.48/3126.47	c      3126           1531         143        20       15748.0000       14624.6268      7.68%
61704.60/3131.52	c      3132           1532         144        20       15748.0000       14624.6268      7.68%
61803.63/3136.59	c      3137           1532         144        20       15748.0000       14624.6268      7.68%
61904.78/3141.66	c      3142           1532         144        20       15748.0000       14624.6268      7.68%
62003.89/3146.68	c      3147           1537         149        20       15748.0000       14624.6268      7.68%
62105.12/3151.75	c      3152           1546         156        20       15748.0000       14624.6268      7.68%
62206.10/3156.81	c      3157           1563         157        20       15748.0000       14624.6268      7.68%
62305.14/3161.84	c      3162           1571         157        20       15748.0000       14624.6268      7.68%
62406.25/3166.91	c      3167           1572         158        20       15748.0000       14624.6268      7.68%
62505.43/3171.99	c      3172           1572         158        20       15748.0000       14624.6268      7.68%
62607.14/3177.07	c      3177           1572         158        20       15748.0000       14624.6268      7.68%
62706.47/3182.13	c      3182           1577         163        20       15748.0000       14624.6268      7.68%
62808.70/3187.20	c      3187           1578         164        20       15748.0000       14624.6268      7.68%
62909.85/3192.33	c      3192           1612         172        20       15748.0000       14624.6268      7.68%
63009.00/3197.39	c      3197           1690         172        20       15748.0000       14624.6268      7.68%
63110.12/3202.47	c      3202           1774         172        20       15748.0000       14624.6268      7.68%
63211.20/3207.53	c      3208           1791         173        20       15748.0000       14625.0754      7.68%
63312.30/3212.62	c      3213           1792         174        20       15748.0000       14625.0754      7.68%
63411.34/3217.67	c      3218           1792         174        20       15748.0000       14625.0754      7.68%
63514.36/3222.82	c      3223           1792         174        20       15748.0000       14625.0754      7.68%
63613.41/3227.89	c      3228           1798         178        20       15748.0000       14625.0754      7.68%
63714.54/3232.94	c      3233           1803         183        20       15748.0000       14625.0754      7.68%
63818.39/3238.19	c      3238           1804         184        20       15748.0000       14625.0754      7.68%
63918.75/3243.29	c      3243           1824         186        20       15748.0000       14625.0754      7.68%
64021.88/3248.48	c      3248           1825         187        20       15748.0000       14625.0754      7.68%
64122.99/3253.56	c      3254           1841         187        20       15748.0000       14625.0833      7.68%
64222.08/3258.59	c      3259           1841         187        20       15748.0000       14625.0833      7.68%
64323.21/3263.60	c      3264           1841         187        20       15748.0000       14625.0833      7.68%
64426.26/3268.85	c      3269           1841         187        20       15748.0000       14625.0833      7.68%
64535.34/3274.31	c      3274           1841         187        20       15748.0000       14625.0833      7.68%
64636.43/3279.41	c      3279           1841         187        20       15748.0000       14625.0833      7.68%
64737.55/3284.58	c      3285           1841         187        20       15748.0000       14625.0833      7.68%
64840.69/3289.74	c      3290           1841         187        20       15748.0000       14625.0833      7.68%
64941.71/3294.81	c      3295           1841         187        20       15748.0000       14625.0833      7.68%
65040.87/3299.86	c      3300           1848         194        20       15748.0000       14625.0833      7.68%
65141.98/3305.01	c      3305           1850         196        20       15748.0000       14625.0833      7.68%
65243.74/3310.09	c      3310           1860         200        20       15748.0000       14625.0833      7.68%
65344.82/3315.16	c      3315           1860         200        20       15748.0000       14625.0833      7.68%
65447.17/3320.30	c      3320           1861         201        20       15748.0000       14625.0833      7.68%
65548.29/3325.45	c      3325           1863         203        20       15748.0000       14625.0833      7.68%
65653.40/3330.73	c      3331           1863         203        20       15748.0000       14625.0833      7.68%
65752.55/3335.78	c      3336           1863         203        20       15748.0000       14625.0833      7.68%
65855.69/3340.90	c      3341           1863         203        20       15748.0000       14625.0833      7.68%
65954.80/3346.00	c      3346           1863         203        20       15748.0000       14625.0833      7.68%
66058.38/3351.18	c      3351           1873         213        20       15748.0000       14625.0833      7.68%
66159.05/3356.29	c      3356           1883         215        20       15748.0000       14625.0833      7.68%
66260.18/3361.36	c      3361           1935         209        20       15748.0000       14625.0833      7.68%
66365.23/3366.61	c      3367           1962         212        20       15748.0000       14625.0833      7.68%
66468.35/3371.84	c      3372           1962         212        20       15748.0000       14625.0833      7.68%
66567.49/3376.90	c      3377           1971         211        20       15748.0000       14625.0833      7.68%
66671.41/3382.05	c      3382           1973         213        20       15748.0000       14625.0833      7.68%
66770.43/3387.12	c      3387           1973         213        20       15748.0000       14625.0833      7.68%
66871.61/3392.19	c      3392           1973         213        20       15748.0000       14625.0833      7.68%
66972.00/3397.26	c      3397           1973         213        20       15748.0000       14625.0833      7.68%
67075.14/3402.42	c      3402           1977         217        20       15748.0000       14625.0833      7.68%
67174.25/3407.48	c      3407           2010         222        20       15748.0000       14625.0833      7.68%
67275.38/3412.50	c      3412           2010         222        20       15748.0000       14625.0833      7.68%
67376.52/3417.62	c      3418           2013         225        20       15748.0000       14625.0837      7.68%
67477.65/3422.75	c      3423           2014         226        20       15748.0000       14625.0837      7.68%
67578.75/3427.83	c      3428           2014         226        20       15748.0000       14625.0837      7.68%
67679.91/3432.97	c      3433           2014         226        20       15748.0000       14625.0837      7.68%
67781.60/3438.08	c      3438           2014         226        20       15748.0000       14625.0837      7.68%
67883.00/3443.18	c      3443           2014         226        20       15748.0000       14625.0837      7.68%
67983.20/3448.29	c      3448           2014         226        20       15748.0000       14625.0837      7.68%
68086.33/3453.49	c      3453           2021         233        20       15748.0000       14625.0837      7.68%
68187.45/3458.55	c      3459           2039         239        20       15748.0000       14625.0837      7.68%
68288.62/3463.63	c      3464           2051         237        20       15748.0000       14625.0870      7.68%
68389.70/3468.80	c      3469           2052         238        20       15748.0000       14625.0870      7.68%
68491.00/3473.85	c      3474           2055         241        20       15748.0000       14625.0870      7.68%
68592.01/3478.95	c      3479           2055         241        20       15748.0000       14625.0870      7.68%
68694.00/3484.14	c      3484           2055         241        20       15748.0000       14625.0870      7.68%
68796.25/3489.25	c      3489           2055         241        20       15748.0000       14625.0870      7.68%
68897.36/3494.34	c      3494           2055         241        20       15748.0000       14625.0870      7.68%
68996.45/3499.35	c      3499           2056         242        20       15748.0000       14625.0870      7.68%
69099.43/3504.51	c      3505           2058         244        20       15748.0000       14625.0870      7.68%
69198.55/3509.56	c      3510           2065         251        20       15748.0000       14625.0870      7.68%
69299.65/3514.64	c      3515           2080         248        20       15748.0000       14625.0870      7.68%
69398.77/3519.67	c      3520           2081         249        20       15748.0000       14625.1288      7.68%
69501.91/3524.82	c      3525           2082         250        20       15748.0000       14625.1288      7.68%
69601.16/3529.88	c      3530           2082         250        20       15748.0000       14625.1288      7.68%
69702.18/3534.99	c      3535           2082         250        20       15748.0000       14625.1288      7.68%
69805.99/3540.16	c      3540           2082         250        20       15748.0000       14625.1288      7.68%
69906.38/3545.24	c      3545           2082         250        20       15748.0000       14625.1288      7.68%
70007.55/3550.33	c      3550           2082         250        20       15748.0000       14625.1288      7.68%
70106.62/3555.35	c      3555           2086         252        20       15748.0000       14625.1288      7.68%
70207.41/3560.49	c      3560           2087         251        20       15748.0000       14625.1288      7.68%
70312.29/3565.77	c      3566           2089         253        20       15748.0000       14625.1288      7.68%
70413.35/3570.88	c      3571           2091         255        20       15748.0000       14625.1288      7.68%
70516.80/3576.07	c      3576           2091         255        20       15748.0000       14625.1288      7.68%
70617.97/3581.14	c      3581           2091         255        20       15748.0000       14625.1288      7.68%
70718.34/3586.24	c      3586           2094         258        20       15748.0000       14625.1288      7.68%
70817.22/3591.29	c      3591           2133         259        20       15748.0000       14625.1288      7.68%
70920.33/3596.41	c      3596           2141         259        20       15748.0000       14625.1288      7.68%
71019.53/3601.49	c      3601           2141         259        20       15748.0000       14625.1288      7.68%
71120.55/3606.57	c      3607           2141         259        20       15748.0000       14625.1288      7.68%
71221.59/3611.64	c      3612           2141         259        20       15748.0000       14625.1288      7.68%
71322.64/3616.72	c      3617           2141         259        20       15748.0000       14625.1288      7.68%
71421.77/3621.79	c      3622           2141         259        20       15748.0000       14625.1288      7.68%
71524.77/3626.91	c      3627           2141         259        20       15748.0000       14625.1288      7.68%
71623.94/3631.92	c      3632           2141         259        20       15748.0000       14625.1288      7.68%
71723.02/3636.95	c      3637           2145         263        20       15748.0000       14625.1288      7.68%
71822.15/3641.98	c      3642           2155         271        20       15748.0000       14625.1288      7.68%
71923.87/3647.05	c      3647           2186         270        20       15748.0000       14625.1288      7.68%

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: 191633 MiB (173511 MiB free)
  memory of node 1: 193531 MiB (167072 MiB free)
  memory of node 2: 193531 MiB (186523 MiB free)
  memory of node 3: 193531 MiB (179920 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-4465414-1723647987/watcher-4465414-1723647987 -o /tmp/evaluation-result-4465414-1723647987/solver-4465414-1723647987 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723640577-741481 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465414-1723647987.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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=746098, runsolver pid=746095
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 74.10 79.01 79.70 5/861 746099
/proc/meminfo: memFree=723786696/790760800 swapFree=131071996/131071996
[pid=746098] ppid=746095 vsize=87428 memory=75316 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/746098/stat : 746098 (fscip) R 746095 746098 741471 0 -1 4194304 16695 0 0 0 9 2 0 0 20 0 1 0 131385468 89526272 18829 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
/proc/746098/statm: 21857 18829 2347 3035 0 18253 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 87428 KiB
Current children cumulated memory: 75316 KiB

[startup+0.224951 s]*
/proc/loadavg: 74.10 79.01 79.70 5/861 746099
/proc/meminfo: memFree=723561352/790760800 swapFree=131071996/131071996
[pid=746098] ppid=746095 vsize=136372 memory=124348 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/stat : 746098 (fscip) R 746095 746098 741471 0 -1 4194304 29006 0 0 0 19 4 0 0 20 0 1 0 131385468 139644928 31087 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
/proc/746098/statm: 34093 31087 2347 3035 0 30489 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 136372 KiB
Current children cumulated memory: 124348 KiB

[startup+0.318645 s]*
/proc/loadavg: 74.10 79.01 79.70 5/861 746099
/proc/meminfo: memFree=723400200/790760800 swapFree=131071996/131071996
[pid=746098] ppid=746095 vsize=174184 memory=162220 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/stat : 746098 (fscip) R 746095 746098 741471 0 -1 4194304 38449 0 0 0 27 5 0 0 20 0 1 0 131385468 178364416 40555 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
/proc/746098/statm: 43546 40555 2347 3035 0 39942 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 174184 KiB
Current children cumulated memory: 162220 KiB

[startup+0.700275 s]
/proc/loadavg: 74.10 79.01 79.70 5/861 746099
/proc/meminfo: memFree=723075648/790760800 swapFree=131071996/131071996
[pid=746098] ppid=746095 vsize=329428 memory=309112 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/stat : 746098 (fscip) R 746095 746098 741471 0 -1 4194304 74112 0 0 0 58 11 0 0 20 0 1 0 131385468 337334272 77278 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
/proc/746098/statm: 82357 77278 2347 3035 0 78753 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 329428 KiB
Current children cumulated memory: 309112 KiB

[startup+1.5002 s]
/proc/loadavg: 74.10 79.01 79.70 5/861 746099
/proc/meminfo: memFree=722343684/790760800 swapFree=131071996/131071996
[pid=746098] ppid=746095 vsize=815056 memory=802040 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/stat : 746098 (fscip) R 746095 746098 741471 0 -1 4194304 190295 0 0 0 120 29 0 0 20 0 1 0 131385468 834617344 200510 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
/proc/746098/statm: 203764 200510 2555 3035 0 200160 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 815056 KiB
Current children cumulated memory: 802040 KiB

[startup+3.11837 s]
/proc/loadavg: 74.10 79.01 79.70 5/861 746099
/proc/meminfo: memFree=720264124/790760800 swapFree=131071996/131071996
[pid=746098] ppid=746095 vsize=947544 memory=927260 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/stat : 746098 (fscip) R 746095 746098 741471 0 -1 4194304 213906 0 0 0 277 33 0 0 20 0 1 0 131385468 970285056 231815 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
/proc/746098/statm: 236886 231815 2678 3035 0 233282 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 947544 KiB
Current children cumulated memory: 927260 KiB

[startup+6.30024 s]
/proc/loadavg: 68.48 77.76 79.29 5/861 746101
/proc/meminfo: memFree=716894588/790760800 swapFree=131071996/131071996
[pid=746098] ppid=746095 vsize=926792 memory=906680 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/stat : 746098 (fscip) R 746095 746098 741471 0 -1 4194304 226867 0 0 0 591 36 0 0 20 0 1 0 131385468 949035008 226670 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
/proc/746098/statm: 231698 226670 2758 3035 0 228094 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 926792 KiB
Current children cumulated memory: 906680 KiB

[startup+12.7001 s]
/proc/loadavg: 63.32 76.54 78.89 24/901 746141
/proc/meminfo: memFree=709770704/790760800 swapFree=131071996/131071996
[pid=746098] ppid=746095 vsize=1147300 memory=1084492 CPUtime=12.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/stat : 746098 (fscip) R 746095 746098 741471 0 -1 4194304 257778 0 0 0 1222 43 0 0 20 0 1 0 131385468 1174835200 271123 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
/proc/746098/statm: 286825 271123 2790 3035 0 283221 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1147300 KiB
Current children cumulated memory: 1084492 KiB

[startup+25.5018 s]
/proc/loadavg: 55.70 74.18 78.08 43/941 746184
/proc/meminfo: memFree=695555548/790760800 swapFree=131071996/131071996
[pid=746098] ppid=746095 vsize=11473896 memory=10126264 CPUtime=144.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/stat : 746098 (fscip) S 746095 746098 741471 0 -1 1077936128 2481583 0 0 0 13493 939 0 0 20 0 41 0 131385468 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
/proc/746098/statm: 2868474 2531566 3014 3035 0 2678928 0
[pid=746098/tid=746143] ppid=746095 vsize=11473896 memory=10109380 CPUtime=6.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746143/stat : 746143 (fscip) R 746095 746098 741471 0 -1 4194368 114782 0 0 0 557 90 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746144] ppid=746095 vsize=11473896 memory=0 CPUtime=6.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746144/stat : 746144 (fscip) R 746095 746098 741471 0 -1 4194368 110023 0 0 0 616 21 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746145] ppid=746095 vsize=11473896 memory=2268 CPUtime=6.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746145/stat : 746145 (fscip) R 746095 746098 741471 0 -1 4194368 111036 0 0 0 624 21 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746146] ppid=746095 vsize=11473896 memory=1996 CPUtime=6.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746146/stat : 746146 (fscip) R 746095 746098 741471 0 -1 4194368 113995 0 0 0 563 85 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746147] ppid=746095 vsize=11473896 memory=0 CPUtime=6.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746147/stat : 746147 (fscip) R 746095 746098 741471 0 -1 4194368 110560 0 0 0 614 23 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746148] ppid=746095 vsize=11473896 memory=0 CPUtime=6.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746148/stat : 746148 (fscip) R 746095 746098 741471 0 -1 4194368 110457 0 0 0 612 21 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746149] ppid=746095 vsize=11473896 memory=1084492 CPUtime=6.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746149/stat : 746149 (fscip) R 746095 746098 741471 0 -1 4194368 115863 0 0 0 554 92 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746150] ppid=746095 vsize=11473896 memory=2268 CPUtime=6.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746150/stat : 746150 (fscip) R 746095 746098 741471 0 -1 4194368 108648 0 0 0 613 22 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746151] ppid=746095 vsize=11473896 memory=0 CPUtime=6.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746151/stat : 746151 (fscip) R 746095 746098 741471 0 -1 4194368 105418 0 0 0 634 22 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746152] ppid=746095 vsize=11473896 memory=281028971215798 CPUtime=6.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746152/stat : 746152 (fscip) R 746095 746098 741471 0 -1 4194368 120579 0 0 0 566 83 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746153] ppid=746095 vsize=11473896 memory=1200768 CPUtime=6.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746153/stat : 746153 (fscip) R 746095 746098 741471 0 -1 4194368 106889 0 0 0 615 22 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746154] ppid=746095 vsize=11473896 memory=281029642453600 CPUtime=6.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746154/stat : 746154 (fscip) R 746095 746098 741471 0 -1 4194368 104907 0 0 0 631 22 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746155] ppid=746095 vsize=11473896 memory=906680 CPUtime=6.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746155/stat : 746155 (fscip) R 746095 746098 741471 0 -1 4194368 113746 0 0 0 560 88 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746156] ppid=746095 vsize=11473896 memory=10392 CPUtime=6.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746156/stat : 746156 (fscip) R 746095 746098 741471 0 -1 4194368 109857 0 0 0 615 22 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746157] ppid=746095 vsize=11473896 memory=5432 CPUtime=6.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746157/stat : 746157 (fscip) R 746095 746098 741471 0 -1 4194368 107696 0 0 0 637 23 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746158] ppid=746095 vsize=11473896 memory=0 CPUtime=6.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746158/stat : 746158 (fscip) R 746095 746098 741471 0 -1 4194368 117400 0 0 0 548 86 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746159] ppid=746095 vsize=11473896 memory=74143 CPUtime=6.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746159/stat : 746159 (fscip) R 746095 746098 741471 0 -1 4194368 105001 0 0 0 615 19 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746160] ppid=746095 vsize=11473896 memory=0 CPUtime=6.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746160/stat : 746160 (fscip) R 746095 746098 741471 0 -1 4194368 108023 0 0 0 615 22 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746161] ppid=746095 vsize=11473896 memory=0 CPUtime=6.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746161/stat : 746161 (fscip) R 746095 746098 741471 0 -1 4194368 117101 0 0 0 559 83 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746162] ppid=746095 vsize=11473896 memory=281029642590544 CPUtime=6.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746162/stat : 746162 (fscip) R 746095 746098 741471 0 -1 4194368 109250 0 0 0 616 21 0 0 20 0 41 0 131387011 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746163] ppid=746095 vsize=11473896 memory=8208353592833 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746163/stat : 746163 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387357 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746164] ppid=746095 vsize=11473896 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746164/stat : 746164 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387357 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746165] ppid=746095 vsize=11473896 memory=-8951326923256637979 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746165/stat : 746165 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746166] ppid=746095 vsize=11473896 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/746098/task/746166/stat : 746166 (fscip) S 746095 746098 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746167] ppid=746095 vsize=11473896 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/746098/task/746167/stat : 746167 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746168] ppid=746095 vsize=11473896 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/746098/task/746168/stat : 746168 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746169] ppid=746095 vsize=11473896 memory=281029642694672 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746169/stat : 746169 (fscip) S 746095 746098 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746170] ppid=746095 vsize=11473896 memory=8221238494721 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746170/stat : 746170 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746171] ppid=746095 vsize=11473896 memory=8229828429057 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746171/stat : 746171 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746172] ppid=746095 vsize=11473896 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/746098/task/746172/stat : 746172 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746173] ppid=746095 vsize=11473896 memory=140518445025161 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746173/stat : 746173 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746174] ppid=746095 vsize=11473896 memory=140518445025167 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746174/stat : 746174 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746175] ppid=746095 vsize=11473896 memory=31356 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746175/stat : 746175 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746176] ppid=746095 vsize=11473896 memory=3672 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746176/stat : 746176 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746177] ppid=746095 vsize=11473896 memory=40436 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746177/stat : 746177 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746178] ppid=746095 vsize=11473896 memory=8240 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746178/stat : 746178 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746179] ppid=746095 vsize=11473896 memory=4638778406922633312 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746179/stat : 746179 (fscip) S 746095 746098 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746180] ppid=746095 vsize=11473896 memory=4638778406922633312 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746180/stat : 746180 (fscip) S 746095 746098 741471 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 131387358 11749269504 2531566 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0

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

[pid=746098/tid=746173] ppid=746095 vsize=83623100 memory=46854732 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/746098/task/746173/stat : 746173 (fscip) S 746095 746098 741471 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 131387358 85630054400 11798039 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746174] ppid=746095 vsize=83623100 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746174/stat : 746174 (fscip) S 746095 746098 741471 0 -1 1077936192 286 0 0 0 0 4 0 0 20 0 41 0 131387358 85630054400 11798039 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746175] ppid=746095 vsize=83623100 memory=11424 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/746098/task/746175/stat : 746175 (fscip) S 746095 746098 741471 0 -1 1077936192 173 0 0 0 1 1 0 0 20 0 41 0 131387358 85630054400 11798039 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746176] ppid=746095 vsize=83623100 memory=11424 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746176/stat : 746176 (fscip) S 746095 746098 741471 0 -1 1077936192 825 0 0 0 5 0 0 0 20 0 41 0 131387358 85630054400 11798039 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746177] ppid=746095 vsize=83623100 memory=28356 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/746098/task/746177/stat : 746177 (fscip) S 746095 746098 741471 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 131387358 85630054400 11798039 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746178] ppid=746095 vsize=83623100 memory=31860 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/746098/task/746178/stat : 746178 (fscip) S 746095 746098 741471 0 -1 1077936192 167 0 0 0 2 0 0 0 20 0 41 0 131387358 85630054400 11798039 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746179] ppid=746095 vsize=83623100 memory=47148972 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746179/stat : 746179 (fscip) S 746095 746098 741471 0 -1 1077936192 378 0 0 0 1 3 0 0 20 0 41 0 131387358 85630054400 11798039 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746180] ppid=746095 vsize=83623100 memory=47181352 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746180/stat : 746180 (fscip) S 746095 746098 741471 0 -1 1077936192 480 0 0 0 4 0 0 0 20 0 41 0 131387358 85630054400 11798039 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746181] ppid=746095 vsize=83623100 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746181/stat : 746181 (fscip) S 746095 746098 741471 0 -1 1077936192 547 0 0 0 5 0 0 0 20 0 41 0 131387358 85630054400 11798039 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746182] ppid=746095 vsize=83623100 memory=47186264 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/746098/task/746182/stat : 746182 (fscip) S 746095 746098 741471 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 131387358 85630054400 11798039 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
Current children cumulated CPU time: 71830 s
Current children cumulated vsize: 83623100 KiB
Current children cumulated memory: 47192156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3650.9 s]
/proc/loadavg: 77.02 79.66 80.03 62/974 748200
/proc/meminfo: memFree=547522248/790760800 swapFree=131071996/131071996
[pid=746098] ppid=746095 vsize=83623988 memory=47264692 CPUtime=72000.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/stat : 746098 (fscip) S 746095 746098 741471 0 -1 1077936128 70487411 0 0 0 7186328 13739 0 0 20 0 41 0 131385468 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
/proc/746098/statm: 20905997 11816173 3030 3035 0 20621110 0
[pid=746098/tid=746143] ppid=746095 vsize=83623988 memory=46179072 CPUtime=3601.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746143/stat : 746143 (fscip) R 746095 746098 741471 0 -1 4194368 3705017 0 0 0 359715 461 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746144] ppid=746095 vsize=83623988 memory=1200768 CPUtime=3595.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746144/stat : 746144 (fscip) R 746095 746098 741471 0 -1 4194368 2478367 0 0 0 358779 814 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746145] ppid=746095 vsize=83623988 memory=0 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/746098/task/746145/stat : 746145 (fscip) R 746095 746098 741471 0 -1 4194368 4213387 0 0 0 359365 676 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746146] ppid=746095 vsize=83623988 memory=26960 CPUtime=3597.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746146/stat : 746146 (fscip) R 746095 746098 741471 0 -1 4194368 3885410 0 0 0 359236 524 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746147] ppid=746095 vsize=83623988 memory=47186264 CPUtime=3605.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746147/stat : 746147 (fscip) R 746095 746098 741471 0 -1 4194368 2410118 0 0 0 359774 771 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746148] ppid=746095 vsize=83623988 memory=7640 CPUtime=3592.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746148/stat : 746148 (fscip) R 746095 746098 741471 0 -1 4194368 4170262 0 0 0 358510 708 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746149] ppid=746095 vsize=83623988 memory=47065964 CPUtime=3592.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746149/stat : 746149 (fscip) R 746095 746098 741471 0 -1 4194368 4541161 0 0 0 358411 829 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746150] ppid=746095 vsize=83623988 memory=47111224 CPUtime=3587.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746150/stat : 746150 (fscip) R 746095 746098 741471 0 -1 4194368 2402938 0 0 0 357971 789 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746151] ppid=746095 vsize=83623988 memory=281029644571056 CPUtime=3599.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746151/stat : 746151 (fscip) R 746095 746098 741471 0 -1 4194368 4088325 0 0 0 359243 742 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746152] ppid=746095 vsize=83623988 memory=34715076 CPUtime=3600.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746152/stat : 746152 (fscip) R 746095 746098 741471 0 -1 4194368 4393628 0 0 0 359424 606 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746153] ppid=746095 vsize=83623988 memory=281029644753888 CPUtime=3598.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746153/stat : 746153 (fscip) R 746095 746098 741471 0 -1 4194368 2390322 0 0 0 359073 737 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746154] ppid=746095 vsize=83623988 memory=281029644393792 CPUtime=3597.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746154/stat : 746154 (fscip) R 746095 746098 741471 0 -1 4194368 4946552 0 0 0 358959 803 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746155] ppid=746095 vsize=83623988 memory=281029643925184 CPUtime=3601.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746155/stat : 746155 (fscip) R 746095 746098 741471 0 -1 4194368 3702240 0 0 0 359655 485 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746156] ppid=746095 vsize=83623988 memory=47241652 CPUtime=3606.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746156/stat : 746156 (fscip) R 746095 746098 741471 0 -1 4194368 2496665 0 0 0 359902 719 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746157] ppid=746095 vsize=83623988 memory=46567656 CPUtime=3598.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746157/stat : 746157 (fscip) R 746095 746098 741471 0 -1 4194368 4400729 0 0 0 359022 792 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746158] ppid=746095 vsize=83623988 memory=60984 CPUtime=3600.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746158/stat : 746158 (fscip) R 746095 746098 741471 0 -1 4194368 3202764 0 0 0 359576 444 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746159] ppid=746095 vsize=83623988 memory=25333125866717268 CPUtime=3605.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746159/stat : 746159 (fscip) R 746095 746098 741471 0 -1 4194368 2226532 0 0 0 359882 675 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746160] ppid=746095 vsize=83623988 memory=281029643505680 CPUtime=3600.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746160/stat : 746160 (fscip) R 746095 746098 741471 0 -1 4194368 4528611 0 0 0 359247 847 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746161] ppid=746095 vsize=83623988 memory=25333125866717268 CPUtime=3597.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746161/stat : 746161 (fscip) R 746095 746098 741471 0 -1 4194368 3630127 0 0 0 359184 549 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746162] ppid=746095 vsize=83623988 memory=47059092 CPUtime=3604.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746162/stat : 746162 (fscip) R 746095 746098 741471 0 -1 4194368 2357357 0 0 0 359724 681 0 0 20 0 41 0 131387011 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746163] ppid=746095 vsize=83623988 memory=1704 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/746098/task/746163/stat : 746163 (fscip) S 746095 746098 741471 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 131387357 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746164] ppid=746095 vsize=83623988 memory=11424 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/746098/task/746164/stat : 746164 (fscip) S 746095 746098 741471 0 -1 1077936192 158 0 0 0 2 0 0 0 20 0 41 0 131387357 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746165] ppid=746095 vsize=83623988 memory=281029646101536 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/746098/task/746165/stat : 746165 (fscip) S 746095 746098 741471 0 -1 1077936192 66 0 0 0 2 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746166] ppid=746095 vsize=83623988 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746166/stat : 746166 (fscip) S 746095 746098 741471 0 -1 1077936192 349 0 0 0 4 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746167] ppid=746095 vsize=83623988 memory=47234424 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/746098/task/746167/stat : 746167 (fscip) S 746095 746098 741471 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746168] ppid=746095 vsize=83623988 memory=35732 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746168/stat : 746168 (fscip) S 746095 746098 741471 0 -1 1077936192 333 0 0 0 4 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746169] ppid=746095 vsize=83623988 memory=281029643509504 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/746098/task/746169/stat : 746169 (fscip) S 746095 746098 741471 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746170] ppid=746095 vsize=83623988 memory=47252560 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/746098/task/746170/stat : 746170 (fscip) S 746095 746098 741471 0 -1 1077936192 158 0 0 0 2 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746171] ppid=746095 vsize=83623988 memory=104 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/746098/task/746171/stat : 746171 (fscip) S 746095 746098 741471 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746172] ppid=746095 vsize=83623988 memory=33100 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/746098/task/746172/stat : 746172 (fscip) S 746095 746098 741471 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746173] ppid=746095 vsize=83623988 memory=18472 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/746098/task/746173/stat : 746173 (fscip) S 746095 746098 741471 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746174] ppid=746095 vsize=83623988 memory=20284 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746174/stat : 746174 (fscip) S 746095 746098 741471 0 -1 1077936192 286 0 0 0 0 4 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746175] ppid=746095 vsize=83623988 memory=46551652 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/746098/task/746175/stat : 746175 (fscip) S 746095 746098 741471 0 -1 1077936192 173 0 0 0 1 1 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746176] ppid=746095 vsize=83623988 memory=46464656 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746176/stat : 746176 (fscip) S 746095 746098 741471 0 -1 1077936192 828 0 0 0 5 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746177] ppid=746095 vsize=83623988 memory=54680 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/746098/task/746177/stat : 746177 (fscip) S 746095 746098 741471 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746178] ppid=746095 vsize=83623988 memory=28496 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/746098/task/746178/stat : 746178 (fscip) S 746095 746098 741471 0 -1 1077936192 167 0 0 0 2 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746179] ppid=746095 vsize=83623988 memory=46854732 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746179/stat : 746179 (fscip) S 746095 746098 741471 0 -1 1077936192 378 0 0 0 1 3 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746180] ppid=746095 vsize=83623988 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746180/stat : 746180 (fscip) S 746095 746098 741471 0 -1 1077936192 480 0 0 0 4 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746181] ppid=746095 vsize=83623988 memory=11424 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/746098/task/746181/stat : 746181 (fscip) S 746095 746098 741471 0 -1 1077936192 547 0 0 0 5 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
[pid=746098/tid=746182] ppid=746095 vsize=83623988 memory=11424 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/746098/task/746182/stat : 746182 (fscip) S 746095 746098 741471 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 131387358 85630963712 11816173 809668444160 4194304 16623229 140722464495520 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 52019200 140722464502790 140722464502908 140722464502908 140722464509936 0
Current children cumulated CPU time: 72000.7 s
Current children cumulated vsize: 83623988 KiB
Current children cumulated memory: 47264692 KiB

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

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

# cumulated CPU time of all completed processes:  user=71863.5 s, system=138.806 s

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

[startup+3651.2 s]
/proc/loadavg: 77.02 79.66 80.03 42/935 748200
/proc/meminfo: memFree=551515548/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3652 s]*
/proc/loadavg: 77.02 79.66 80.03 42/935 748200
/proc/meminfo: memFree=587232464/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3652.2 s]
/proc/loadavg: 77.02 79.66 80.03 42/935 748200
/proc/meminfo: memFree=587232464/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3652.3 s]
/proc/loadavg: 77.02 79.66 80.03 42/935 748200
/proc/meminfo: memFree=587232464/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): 3652.33
CPU time (s): 72002.3
CPU user time (s): 71863.5
CPU system time (s): 138.806
CPU usage (%): 1971.41
Max. virtual memory (cumulated for all children) (KiB): 83740868
Max. memory (cumulated for all children) (KiB): 47264692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71863.5
system time used= 138.806
maximum resident set size= 47266740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70487503
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= 1448279
involuntary context switches= 289843


# summary of solver processes directly reported to runsolver:
#   pid: 746098
#   total CPU time (s): 72002.3
#   total CPU user time (s): 71863.5
#   total CPU system time (s): 138.806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.3705 second user time and 86.3655 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 17:06:27
IDJOB=4465414
IDBENCH=158230
IDSOLVER=3094
FILE ID=nodeD101/4465414-1723647987
RUNJOBID= nodeD101-1723640577-741481
SLURM_JOB_ID= 8267917
Free space on /tmp= 8622616 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped3.G.recomb10-0.01-1.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-4465414-1723647987/watcher-4465414-1723647987 -o /tmp/evaluation-result-4465414-1723647987/solver-4465414-1723647987 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723640577-741481 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465414-1723647987.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 7e2c106ff094e7f384cacaf96c9fd4dc
RANDOM SEED=381830572

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        724069468 kB
MemAvailable:   782090668 kB
Buffers:         1182708 kB
Cached:         60090492 kB
SwapCached:            0 kB
Active:         18914700 kB
Inactive:       44238888 kB
Active(anon):       2128 kB
Inactive(anon):  1917200 kB
Active(file):   18912572 kB
Inactive(file): 42321688 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            341552 kB
Writeback:             0 kB
AnonPages:       1879556 kB
Mapped:           129920 kB
Shmem:             38920 kB
KReclaimable:     412936 kB
Slab:             830196 kB
SReclaimable:     412936 kB
SUnreclaim:       417260 kB
KernelStack:       15024 kB
PageTables:        13576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2195096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1154304 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 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:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622628 MiB
End job on nodeD101 at 2024-08-14 18:07:20