Trace number 4466033

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) 72003.7 3645.03

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern60-60.opb
MD5SUM93ed2607cb9e7eaa6de474e9ba688804
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-82737
Best CPU time to get the best result obtained on this benchmark3600.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 52575
Biggest coefficient in the objective function 13565
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 6490280
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 13565
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 6490280
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)52515
Sum of products size (including duplicates)172450
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.11/0.20	c Default LC presolving (default).
0.11/0.20	c ** Before presolving: virtualMemUsedAtLc = 267824534, getVmSize() = 198115328, SCIPgetMemUsed() = 148469994, SCIPgetMemTotal() = 170864258, SCIPgetMemExternEstim() = 96960276
0.11/0.20	c ** set memory limit for presolving in LC to 8.79525e+12 for SCIP **
7.97/8.06	c ** Estimated virtualMemUsedAtSolver = 474755928, getVmSize() = 651026432, SCIPgetMemUsed() = 442682392, SCIPgetMemTotal() = 615173616, SCIPgetMemExternEstim() = 96960276
7.97/8.06	c ** set memory limit for solvers to 4.18712e+11 for each SCIP **
7.97/8.06	c Original Problem   :
7.97/8.06	c   Problem name     : instance-4466033-1723657237
7.97/8.06	c   Variables        : 52575 (60 binary, 0 integer, 52515 implicit integer, 0 continuous)
7.97/8.06	c   Constraints      : 52515
7.97/8.06	c   Objective sense  : minimize
7.97/8.06	c Presolved Problem  :
7.97/8.06	c   Variables        : 52575 (60 binary, 0 integer, 52515 implicit integer, 0 continuous)
7.97/8.06	c   Constraints      : 52515
7.97/8.06	c Constraints        : Number
7.97/8.06	c   and              : 52515 
7.97/8.06	c ** Instance transfer method used: 0
8.07/8.18	c ** ParaScipInstance copy does not increase the number of variables. **
9.80/9.87	c LC is working with racing ramp-up and with rebuilding tree after racing.
9.80/9.87	c                                Nodes    Active                                            
9.80/9.87	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
589.42/39.31	c *      39              0           1        20       -1711.0000                -          -
589.42/39.31	c        39              0           1        20       -1711.0000                -          -
1135.61/67.04	c *      67              0           1        20      -12285.0000                -          -
1135.61/67.04	c        67              0           1        20      -12285.0000                -          -
1150.49/67.85	c *      68              0           1        20      -12783.0000                -          -
1158.31/68.27	c *      68              0           1        20      -13561.0000                -          -
1207.73/70.73	c *      71              2           1        20      -18283.0000    -3245140.0000          -
1209.70/70.90	c *      71              2           1        20      -52399.0000    -3245140.0000          -
1219.60/71.38	c *      71              2           1        20      -58829.0000    -3245140.0000          -
1234.32/72.13	c        72              2           3        20      -58829.0000    -3245140.0000          -
1290.72/74.97	c *      75              2           3        20      -63187.0000    -3245140.0000          -
1338.03/77.38	c *      77              2           3        20      -75699.0000    -3245140.0000          -
1338.03/77.38	c        77              2           3        20      -75699.0000    -3245140.0000          -
1476.04/84.36	c        84              2           3        20      -75699.0000    -3245140.0000          -
1519.42/86.55	c *      87              2           3        20      -81117.0000    -3245140.0000          -
1584.36/89.88	c        90              2           3        20      -81117.0000    -3245140.0000          -
1685.20/94.92	c        95             22          21        20      -81117.0000    -3245140.0000          -
1783.96/100.02	c *     100             32          31        20      -82016.0000    -3245140.0000          -
1783.96/100.02	c       100             32          31        20      -82016.0000    -3245140.0000          -
1890.78/105.38	c       105             99          48        20      -82016.0000    -3245140.0000          -
1922.43/106.99	c *     107             78          49        20      -82446.0000    -3245140.0000          -
1993.55/110.51	c       111            137          46        20      -82446.0000    -3245140.0000          -
2100.48/115.99	c       116            220          46        20      -82446.0000    -3245140.0000          -
2207.27/121.38	c       121            300          45        20      -82446.0000    -3245140.0000          -
2312.34/126.66	c       127            309          46        20      -82446.0000    -3245140.0000          -
2417.39/131.91	c       132            279          47        20      -82446.0000    -3245140.0000          -
2521.25/137.16	c       137            451          46        20      -82446.0000    -3245140.0000          -
2629.68/142.62	c       143            628          44        20      -82446.0000    -3245140.0000          -
2730.62/147.77	c       148            863          45        20      -82446.0000    -3245140.0000          -
2829.79/152.79	c       153           1246          46        20      -82446.0000    -3245140.0000          -
2932.81/158.01	c       158           1474          45        20      -82446.0000    -3245140.0000          -
3043.81/163.50	c       164           1686          45        20      -82446.0000    -3245140.0000          -
3144.68/168.61	c       169           1616          44        20      -82446.0000    -3245140.0000          -
3243.63/173.68	c       174           1816          45        20      -82446.0000    -3245140.0000          -
3348.70/179.03	c       179           2187          44        20      -82446.0000    -3245140.0000          -
3457.59/184.42	c       184           2071          44        20      -82446.0000    -3245140.0000          -
3558.68/189.57	c       190           2606          46        20      -82446.0000    -3245140.0000          -
3659.81/194.64	c       195           2765          46        20      -82446.0000    -3245140.0000          -
3758.92/199.68	c       200           2874          45        20      -82446.0000    -3245140.0000          -
3864.03/204.99	c       205           2746          47        20      -82446.0000    -3245140.0000          -
3976.93/210.62	c       211           3387          44        20      -82446.0000    -3245140.0000          -
4077.98/215.75	c       216           3093          44        20      -82446.0000    -3245140.0000          -
4183.84/221.06	c       221           3291          46        20      -82446.0000    -3245140.0000          -
4284.59/226.17	c       226           4055          44        20      -82446.0000    -3245140.0000          -
4384.88/231.27	c       231           3645          43        20      -82446.0000    -3245140.0000          -
4392.72/231.63	c *     232           4262          48        20      -82606.0000    -3245140.0000          -
4483.84/236.28	c       236           3733          45        20      -82606.0000    -3245140.0000          -
4584.45/241.37	c       241           4661          44        20      -82606.0000    -3245140.0000          -
4689.62/246.61	c       247           4031          43        20      -82606.0000    -3245140.0000          -
4788.69/251.66	c       252           4912          44        20      -82606.0000    -3245140.0000          -
4893.70/256.95	c       257           5093          43        20      -82606.0000    -3245140.0000          -
4956.04/260.12	c *     260           5117          45        20      -83364.0000    -3245140.0000          -
4995.58/262.04	c       262           4460          43        20      -83364.0000    -3245140.0000          -
5094.47/267.09	c       267           4640          45        20      -83364.0000    -3245140.0000          -
5198.78/272.35	c       272           4789          44        20      -83364.0000    -3245140.0000          -
5307.60/277.81	c       278           5596          45        20      -83364.0000    -3245140.0000          -
5408.74/283.00	c       283           5044          44        20      -83364.0000    -3245140.0000          -
5515.91/288.38	c       288           5210          43        20      -83364.0000    -3245140.0000          -
5616.88/293.48	c       293           6068          46        20      -83364.0000    -3245140.0000          -
5716.06/298.49	c       298           5488          45        20      -83364.0000    -3245140.0000          -
5825.07/303.95	c       304           6394          44        20      -83364.0000    -3245140.0000          -
5928.94/309.18	c       309           6595          42        20      -83364.0000    -3245140.0000          -
6029.35/314.23	c       314           6670          45        20      -83364.0000    -3245140.0000          -
6130.52/319.37	c       319           6230          47        20      -83364.0000    -3245140.0000          -
6231.60/324.43	c       324           7029          43        20      -83364.0000    -3245140.0000          -
6340.69/329.94	c       330           6601          45        20      -83364.0000    -3245140.0000          -
6439.88/335.02	c       335           6750          45        20      -83364.0000    -3245140.0000          -
6546.81/340.37	c       340           6924          43        20      -83364.0000    -3245140.0000          -
6647.92/345.49	c       345           7824          48        20      -83364.0000    -3245140.0000          -
6751.18/350.61	c       351           7301          45        20      -83364.0000    -3245140.0000          -
6864.15/356.31	c       356           7521          45        20      -83364.0000    -3245140.0000          -
6971.32/361.79	c       362           8403          48        20      -83364.0000    -3245140.0000          -
7076.70/367.05	c       367           8557          48        20      -83364.0000    -3245140.0000          -
7175.59/372.06	c       372           8745          47        20      -83364.0000    -3245140.0000          -
7274.83/377.09	c       377           8113          45        20      -83364.0000    -3245140.0000          -
7374.04/382.10	c       382           8249          45        20      -83364.0000    -3245140.0000          -
7478.44/387.32	c       387           9298          45        20      -83364.0000    -3245140.0000          -
7579.65/392.47	c       392           9482          47        20      -83364.0000    -3245140.0000          -
7688.15/397.99	c       398           9690          45        20      -83364.0000    -3245140.0000          -
7795.29/403.30	c       403           8965          45        20      -83364.0000    -3245140.0000          -
7894.49/408.36	c       408          10060          46        20      -83364.0000    -3245140.0000          -
7995.68/413.43	c       413          10215          44        20      -83364.0000    -3245140.0000          -
8094.86/418.47	c       418           9456          44        20      -83364.0000    -3245140.0000          -
8196.00/423.56	c       424           9680          43        20      -83364.0000    -3245140.0000          -
8297.15/428.63	c       429          10729          44        20      -83364.0000    -3245140.0000          -
8395.80/433.66	c       434          10119          44        20      -83364.0000    -3245140.0000          -
8494.90/438.67	c       439          11019          46        20      -83364.0000    -3245140.0000          -
8593.98/443.68	c       444          10381          44        20      -83364.0000    -3245140.0000          -
8704.97/449.30	c       449          11389          43        20      -83364.0000    -3245140.0000          -
8807.96/454.40	c       454          10791          43        20      -83364.0000    -3245140.0000          -
8916.93/460.00	c       460          11777          44        20      -83364.0000    -3245140.0000          -
9022.08/465.25	c       465          11155          45        20      -83364.0000    -3245140.0000          -
9125.26/470.40	c       470          11327          44        20      -83364.0000    -3245140.0000          -
9226.40/475.54	c       476          11446          44        20      -83364.0000    -3245140.0000          -
9325.47/480.58	c       481          12424          44        20      -83364.0000    -3245140.0000          -
9426.62/485.67	c       486          12666          46        20      -83364.0000    -3245140.0000          -
9529.81/490.82	c       491          12115          44        20      -83364.0000    -3245140.0000          -
9631.02/495.94	c       496          12278          44        20      -83364.0000    -3245140.0000          -
9736.15/501.21	c       501          12462          44        20      -83364.0000    -3245140.0000          -
9837.28/506.34	c       506          12787          43        20      -83364.0000    -3245140.0000          -
9946.41/511.89	c       512          13653          44        20      -83364.0000    -3245140.0000          -
10047.60/516.91	c       517          13891          44        20      -83364.0000    -3245140.0000          -
10146.80/522.02	c       522          13538          47        20      -83364.0000    -3245140.0000          -
10248.75/527.13	c       527          13754          44        20      -83364.0000    -3245140.0000          -
10349.81/532.16	c       532          13864          43        20      -83364.0000    -3245140.0000          -
10456.06/537.56	c       538          14177          47        20      -83364.0000    -3245140.0000          -
10559.23/542.71	c       543          14239          50        20      -83364.0000    -3245140.0000          -
10666.56/548.19	c       548          14356          43        20      -83364.0000    -3245140.0000          -
10768.97/553.31	c       553          14522          43        20      -83364.0000    -3245140.0000          -
10880.04/559.01	c       559          14383          49        20      -83364.0000    -3245140.0000          -
10985.12/564.25	c       564          14417          48        20      -83364.0000    -3245140.0000          -
11084.12/569.27	c       569          15002          40        20      -83364.0000    -3245140.0000          -
11189.17/574.55	c       575          15005          41        20      -83364.0000    -3245140.0000          -
11290.17/579.62	c       580          15005          41        20      -83364.0000    -3245140.0000          -
11395.33/584.90	c       585          15005          41        20      -83364.0000    -3245140.0000          -
11497.06/590.08	c       590              2           1        20      -83364.0000    -1588021.5000          -
11596.23/595.09	c       595              2           1        20      -83364.0000    -1588021.5000          -
11698.64/600.20	c       600              2           1        20      -83364.0000    -1586867.8333          -
11797.80/605.21	c       605              2           1        20      -83364.0000    -1586867.8333          -
11898.97/610.39	c       610              2           1        20      -83364.0000    -1586867.8333          -
12000.00/615.40	c       615              2           1        20      -83364.0000    -1586867.8333          -
12099.19/620.42	c       620              2           1        20      -83364.0000    -1586867.8333          -
12198.39/625.47	c       625              2           1        20      -83364.0000    -1586867.8333          -
12303.47/630.71	c       631              2           1        20      -83364.0000    -1586867.8333          -
12402.57/635.75	c       636              3           2        20      -83364.0000    -1586867.8333          -
12503.52/640.89	c       641              2           1        20      -83364.0000    -1586538.1667          -
12604.61/645.90	c       646              2           1        20      -83364.0000    -1586538.1667          -
12703.82/650.96	c       651              2           1        20      -83364.0000    -1586538.1667          -
12803.02/655.97	c       656              2           1        20      -83364.0000    -1586538.1667          -
12912.13/661.42	c       661              2           1        20      -83364.0000    -1586538.1667          -
13013.10/666.54	c       667              3           4        20      -83364.0000    -1581811.6667          -
13114.17/671.62	c       672              3           4        20      -83364.0000    -1581811.6667          -
13215.32/676.70	c       677              3           4        20      -83364.0000    -1581811.6667          -
13314.50/681.77	c       682              3           4        20      -83364.0000    -1581811.6667          -
13417.30/686.92	c       687              3           4        20      -83364.0000    -1581811.6667          -
13522.18/692.24	c       692              3           4        20      -83364.0000    -1581811.6667          -
13621.08/697.29	c       697              3           4        20      -83364.0000    -1581811.6667          -
13722.09/702.38	c       702              3           4        20      -83364.0000    -1581811.6667          -
13828.95/707.78	c       708              3           4        20      -83364.0000    -1581811.6667          -
13929.97/712.80	c       713              3           4        20      -83364.0000    -1581479.3333          -
14028.69/717.83	c       718              3           4        20      -83364.0000    -1581479.3333          -
14129.51/722.96	c       723              3           4        20      -83364.0000    -1581479.3333          -
14228.18/727.97	c       728              3           4        20      -83364.0000    -1581479.3333          -
14329.75/733.08	c       733              3           4        20      -83364.0000    -1581479.3333          -
14428.50/738.09	c       738              3           4        20      -83364.0000    -1581479.3333          -
14529.77/743.19	c       743              3           4        20      -83364.0000    -1581479.3333          -
14629.79/748.28	c       748              3           4        20      -83364.0000    -1581479.3333          -
14736.67/753.63	c       754              3           4        20      -83364.0000    -1581479.3333          -
14837.62/758.79	c       759              3           4        20      -83364.0000    -1581479.3333          -
14940.51/763.90	c       764              3           4        20      -83364.0000    -1581479.3333          -
15042.09/769.06	c       769              3           4        20      -83364.0000    -1581479.3333          -
15146.24/774.39	c       774              3           4        20      -83364.0000    -1581479.3333          -
15253.11/779.74	c       780              3           4        20      -83364.0000    -1581479.3333          -
15351.96/784.77	c       785              3           4        20      -83364.0000    -1581479.3333          -
15457.78/790.06	c       790              3           4        20      -83364.0000    -1581479.3333          -
15558.78/795.19	c       795              3           4        20      -83364.0000    -1581479.3333          -
15658.84/800.23	c       800              3           4        20      -83364.0000    -1581479.3333          -
15757.90/805.30	c       805              3           4        20      -83364.0000    -1581479.3333          -
15860.90/810.44	c       810              3           4        20      -83364.0000    -1581479.3333          -
15963.87/815.60	c       816              3           4        20      -83364.0000    -1581479.3333          -
16062.83/820.64	c       821              3           4        20      -83364.0000    -1581479.3333          -
16165.87/825.87	c       826              3           4        20      -83364.0000    -1581479.3333          -
16266.91/830.96	c       831              3           4        20      -83364.0000    -1581479.3333          -
16368.79/836.06	c       836              2           1        20      -83364.0000    -1581383.4800          -
16473.00/841.31	c       841              2           1        20      -83364.0000    -1581383.4800          -
16572.01/846.32	c       846              2           1        20      -83364.0000    -1581383.4800          -
16673.10/851.43	c       851              2           1        20      -83364.0000    -1581383.4800          -
16776.17/856.61	c       857              2           1        20      -83364.0000    -1581383.4800          -
16879.13/861.80	c       862              2           1        20      -83364.0000    -1581383.4800          -
16983.05/867.12	c       867              2           1        20      -83364.0000    -1581383.4800          -
17085.24/872.25	c       872              2           1        20      -83364.0000    -1581383.4800          -
17185.93/877.38	c       877              2           1        20      -83364.0000    -1581383.4800          -
17286.95/882.49	c       882              4           3        20      -83364.0000    -1557382.0333          -
17391.92/887.72	c       888              4           3        20      -83364.0000    -1557382.0333          -
17492.98/892.87	c       893              4           3        20      -83364.0000    -1557382.0333          -
17596.81/898.07	c       898              4           3        20      -83364.0000    -1557382.0333          -
17696.10/903.09	c       903              4           3        20      -83364.0000    -1557382.0333          -
17797.09/908.19	c       908              4           3        20      -83364.0000    -1557382.0333          -
17897.38/913.25	c       913              4           3        20      -83364.0000    -1557382.0333          -
18004.53/918.67	c       919              4           3        20      -83364.0000    -1557382.0333          -
18107.55/923.83	c       924              4           3        20      -83364.0000    -1557382.0333          -
18206.68/928.89	c       929              4           3        20      -83364.0000    -1557382.0333          -
18313.71/934.21	c       934              4           3        20      -83364.0000    -1551362.8333          -
18414.64/939.38	c       939              4           3        20      -83364.0000    -1551362.8333          -
18515.76/944.41	c       944              4           3        20      -83364.0000    -1551362.8333          -
18618.75/949.70	c       950              4           3        20      -83364.0000    -1551362.8333          -
18719.53/954.77	c       955              4           3        20      -83364.0000    -1551362.8333          -
18828.55/960.25	c       960              4           3        20      -83364.0000    -1551362.8333          -
18935.52/965.64	c       966              4           3        20      -83364.0000    -1551362.8333          -
19036.08/970.73	c       971              4           3        20      -83364.0000    -1551362.8333          -
19144.06/976.17	c       976              4           3        20      -83364.0000    -1551362.8333          -
19242.98/981.19	c       981              4           3        20      -83364.0000    -1551362.8333          -
19345.24/986.30	c       986              4           3        20      -83364.0000    -1551362.8333          -
19444.43/991.36	c       991              4           3        20      -83364.0000    -1551362.8333          -
19543.57/996.37	c       996              4           3        20      -83364.0000    -1551362.8333          -
19654.52/1001.92	c      1002              4           3        20      -83364.0000    -1549133.0630          -
19763.50/1007.46	c      1007              4           3        20      -83364.0000    -1549133.0630          -
19866.58/1012.69	c      1013              4           3        20      -83364.0000    -1549133.0630          -
19971.62/1017.96	c      1018              4           3        20      -83364.0000    -1549133.0630          -
20075.49/1023.18	c      1023              4           3        20      -83364.0000    -1549133.0630          -
20174.68/1028.18	c      1028              4           3        20      -83364.0000    -1549133.0630          -
20276.82/1033.30	c      1033              4           3        20      -83364.0000    -1549133.0630          -
20379.90/1038.50	c      1038              4           3        20      -83364.0000    -1549133.0630          -
20480.99/1043.69	c      1044              4           3        20      -83364.0000    -1549133.0630          -
20586.00/1048.99	c      1049              4           3        20      -83364.0000    -1549133.0630          -
20689.99/1054.16	c      1054              4           3        20      -83364.0000    -1549133.0630          -
20793.96/1059.49	c      1059              4           3        20      -83364.0000    -1549133.0630          -
20897.04/1064.64	c      1065              4           3        20      -83364.0000    -1549133.0630          -
21000.08/1069.81	c      1070              4           3        20      -83364.0000    -1549133.0630          -
21103.98/1075.07	c      1075              4           3        20      -83364.0000    -1549133.0630          -
21204.88/1080.16	c      1080              4           3        20      -83364.0000    -1549133.0630          -
21313.11/1085.61	c      1086              4           3        20      -83364.0000    -1549133.0630          -
21412.13/1090.63	c      1091              4           3        20      -83364.0000    -1549133.0630          -
21523.09/1096.26	c      1096              4           3        20      -83364.0000    -1549133.0630          -
21630.14/1101.65	c      1102              4           3        20      -83364.0000    -1549133.0630          -
21733.22/1106.83	c      1107              4           3        20      -83364.0000    -1549133.0630          -
21842.14/1112.30	c      1112              5           4        20      -83364.0000    -1549133.0630          -
21947.20/1117.64	c      1118              5           4        20      -83364.0000    -1549133.0630          -
21965.04/1118.52	c *    1119              5           4        20      -84236.0000    -1549133.0630          -
22046.25/1122.64	c      1123              5           4        20      -84236.0000    -1549133.0630          -
22149.33/1127.81	c      1128              5           4        20      -84236.0000    -1549133.0630          -
22253.10/1133.10	c      1133              5           4        20      -84236.0000    -1549133.0630          -
22355.50/1138.28	c      1138              5           4        20      -84236.0000    -1549133.0630          -
22458.64/1143.47	c      1143              7           6        20      -84236.0000    -1518866.1667          -
22559.78/1148.57	c      1149              7           6        20      -84236.0000    -1518866.1667          -
22660.84/1153.61	c      1154              7           6        20      -84236.0000    -1518866.1667          -
22760.07/1158.64	c      1159              7           6        20      -84236.0000    -1518866.1667          -
22867.77/1164.04	c      1164              7           6        20      -84236.0000    -1518866.1667          -
22972.09/1169.36	c      1169              7           6        20      -84236.0000    -1518866.1667          -
23079.21/1174.73	c      1175              8           7        20      -84236.0000    -1518866.1667          -
23178.38/1179.77	c      1180              8           7        20      -84236.0000    -1518866.1667          -
23277.57/1184.78	c      1185              8           7        20      -84236.0000    -1518866.1667          -
23380.72/1189.93	c      1190              8           7        20      -84236.0000    -1518866.1667          -
23487.82/1195.31	c      1195              8           7        20      -84236.0000    -1518866.1667          -
23586.73/1200.38	c      1200              8           7        20      -84236.0000    -1518866.1667          -
23689.73/1205.52	c      1206              8           7        20      -84236.0000    -1518866.1667          -
23799.15/1211.05	c      1211              8           7        20      -84236.0000    -1518866.1667          -
23898.53/1216.07	c      1216              8           7        20      -84236.0000    -1518866.1667          -
23997.48/1221.12	c      1221              8           7        20      -84236.0000    -1518866.1667          -
24103.89/1226.43	c      1226              8           7        20      -84236.0000    -1518866.1667          -
24208.95/1231.73	c      1232              8           7        20      -84236.0000    -1518866.1667          -
24316.69/1237.20	c      1237              9           8        20      -84236.0000    -1518866.1667          -
24422.96/1242.51	c      1243              9           8        20      -84236.0000    -1518866.1667          -
24528.07/1247.84	c      1248              9           8        20      -84236.0000    -1518866.1667          -
24631.83/1253.10	c      1253              9           8        20      -84236.0000    -1518866.1667          -
24736.23/1258.32	c      1258              9           8        20      -84236.0000    -1518866.1667          -
24837.39/1263.48	c      1263              9           8        20      -84236.0000    -1518866.1667          -
24942.49/1268.75	c      1269              9           8        20      -84236.0000    -1518866.1667          -
25043.57/1273.84	c      1274              9           8        20      -84236.0000    -1518866.1667          -
25147.36/1279.04	c      1279              9           8        20      -84236.0000    -1518866.1667          -
25243.69/1283.99	c *    1284              9           8        20      -85000.0000    -1518866.1667          -
25246.46/1284.14	c      1284              9           8        20      -85000.0000    -1518866.1667          -
25358.63/1289.70	c      1290              9           8        20      -85000.0000    -1518866.1667          -
25459.79/1294.81	c      1295              9           8        20      -85000.0000    -1518866.1667          -
25558.77/1299.90	c      1300             12          11        20      -85000.0000    -1509528.3333          -
25659.90/1304.97	c      1305             12          11        20      -85000.0000    -1509528.3333          -
25764.96/1310.23	c      1310             12          11        20      -85000.0000    -1509528.3333          -
25863.99/1315.28	c      1315             13          12        20      -85000.0000    -1509528.3333          -
25965.10/1320.33	c      1320             13          12        20      -85000.0000    -1509528.3333          -
26068.15/1325.57	c      1326             14          13        20      -85000.0000    -1501078.1667          -
26169.27/1330.61	c      1331             14          13        20      -85000.0000    -1501078.1667          -
26276.95/1336.09	c      1336             14          13        20      -85000.0000    -1501078.1667          -
26379.08/1341.22	c      1341             14          13        20      -85000.0000    -1501078.1667          -
26489.89/1346.89	c      1347             12          11        20      -85000.0000    -1491934.2000          -
26604.82/1352.67	c      1353             12          11        20      -85000.0000    -1491934.2000          -
26712.50/1358.12	c      1358             13          12        20      -85000.0000    -1491934.2000          -
26811.65/1363.13	c      1363             13          12        20      -85000.0000    -1491934.2000          -
26917.91/1368.44	c      1368             13          12        20      -85000.0000    -1491934.2000          -
27024.89/1373.85	c      1374             13          12        20      -85000.0000    -1491934.2000          -
27133.88/1379.33	c      1379             14          13        20      -85000.0000    -1491934.2000          -
27234.96/1384.43	c      1384             14          13        20      -85000.0000    -1491934.2000          -
27338.04/1389.64	c      1390             12          11        20      -85000.0000    -1490144.1667          -
27437.14/1394.68	c      1395             12          11        20      -85000.0000    -1490144.1667          -
27540.19/1399.83	c      1400             12          11        20      -85000.0000    -1490144.1667          -
27639.31/1404.90	c      1405             12          11        20      -85000.0000    -1490144.1667          -
27740.35/1409.92	c      1410             12          11        20      -85000.0000    -1490144.1667          -
27839.41/1414.99	c      1415             12          11        20      -85000.0000    -1490144.1667          -
27941.16/1420.05	c      1420             12          11        20      -85000.0000    -1490144.1667          -
28042.15/1425.18	c      1425             12          11        20      -85000.0000    -1490144.1667          -
28144.61/1430.38	c      1430             12          11        20      -85000.0000    -1490144.1667          -
28253.62/1435.80	c      1436             12          11        20      -85000.0000    -1490144.1667          -
28357.35/1441.07	c      1441             12          11        20      -85000.0000    -1490144.1667          -
28459.66/1446.27	c      1446             12          11        20      -85000.0000    -1490144.1667          -
28566.67/1451.61	c      1452             13          12        20      -85000.0000    -1490144.1667          -
28669.67/1456.86	c      1457             13          12        20      -85000.0000    -1490144.1667          -
28768.76/1461.87	c      1462             14          13        20      -85000.0000    -1490144.1667          -
28867.87/1466.88	c      1467             14          13        20      -85000.0000    -1490144.1667          -
28968.90/1472.04	c      1472             15          14        20      -85000.0000    -1490144.1667          -
29070.73/1477.13	c      1477             15          14        20      -85000.0000    -1490144.1667          -
29174.85/1482.33	c      1482             16          15        20      -85000.0000    -1490144.1667          -
29275.90/1487.43	c      1487             16          15        20      -85000.0000    -1490144.1667          -
29375.01/1492.47	c      1492             16          15        20      -85000.0000    -1490144.1667          -
29476.10/1497.53	c      1498             16          15        20      -85000.0000    -1490144.1667          -
29575.22/1502.60	c      1503             16          15        20      -85000.0000    -1490144.1667          -
29676.30/1507.61	c      1508             16          15        20      -85000.0000    -1490144.1667          -
29781.35/1512.92	c      1513             17          16        20      -85000.0000    -1490144.1667          -
29880.44/1517.98	c      1518             17          16        20      -85000.0000    -1490144.1667          -
29979.55/1523.01	c      1523             18          17        20      -85000.0000    -1490144.1667          -
30084.62/1528.22	c      1528             18          17        20      -85000.0000    -1490144.1667          -
30185.69/1533.36	c      1533             18          17        20      -85000.0000    -1490144.1667          -
30286.78/1538.46	c      1538             18          17        20      -85000.0000    -1490144.1667          -
30393.75/1543.80	c      1544             18          17        20      -85000.0000    -1490144.1667          -
30492.86/1548.86	c      1549             18          17        20      -85000.0000    -1490144.1667          -
30593.92/1553.97	c      1554             18          17        20      -85000.0000    -1490144.1667          -
30706.84/1559.67	c      1560             18          17        20      -85000.0000    -1490144.1667          -
30807.83/1564.75	c      1565             18          17        20      -85000.0000    -1490144.1667          -
30906.93/1569.76	c      1570             18          17        20      -85000.0000    -1490144.1667          -
31006.02/1574.77	c      1575             18          17        20      -85000.0000    -1490144.1667          -
31109.09/1579.93	c      1580             15          14        20      -85000.0000    -1478936.2000          -
31208.11/1584.95	c      1585             15          14        20      -85000.0000    -1478936.2000          -
31307.04/1589.98	c      1590             15          14        20      -85000.0000    -1478936.2000          -
31408.84/1595.07	c      1595             15          14        20      -85000.0000    -1478936.2000          -
31515.03/1600.40	c      1600             16          15        20      -85000.0000    -1478936.2000          -
31618.06/1605.67	c      1606             16          15        20      -85000.0000    -1478936.2000          -
31721.13/1610.85	c      1611             16          15        20      -85000.0000    -1478936.2000          -
31828.14/1616.23	c      1616             17          16        20      -85000.0000    -1478936.2000          -
31933.20/1621.55	c      1622             17          16        20      -85000.0000    -1478936.2000          -
32034.29/1626.67	c      1627             17          16        20      -85000.0000    -1478936.2000          -
32135.54/1631.77	c      1632             17          16        20      -85000.0000    -1478936.2000          -
32236.56/1636.83	c      1637             17          16        20      -85000.0000    -1478936.2000          -
32335.70/1641.89	c      1642             17          16        20      -85000.0000    -1478936.2000          -
32439.51/1647.10	c      1647             17          16        20      -85000.0000    -1478936.2000          -
32540.73/1652.16	c      1652             17          16        20      -85000.0000    -1478936.2000          -
32639.72/1657.18	c      1657             17          16        20      -85000.0000    -1478936.2000          -
32744.09/1662.41	c      1662             18          17        20      -85000.0000    -1478936.2000          -
32847.16/1667.66	c      1668             18          17        20      -85000.0000    -1478936.2000          -
32948.25/1672.79	c      1673             24          23        20      -85000.0000    -1475443.7000          -
33054.00/1678.14	c      1678             24          23        20      -85000.0000    -1475443.7000          -
33158.31/1683.32	c      1683             25          24        20      -85000.0000    -1475443.7000          -
33259.40/1688.49	c      1688             25          24        20      -85000.0000    -1475443.7000          -
33366.29/1693.82	c      1694             25          24        20      -85000.0000    -1475443.7000          -
33467.19/1698.99	c      1699             22          21        20      -85000.0000    -1472127.2500          -
33568.87/1704.07	c      1704             21          20        20      -85000.0000    -1469036.2500          -
33673.16/1709.32	c      1709             21          20        20      -85000.0000    -1469036.2500          -
33776.30/1714.58	c      1715             21          20        20      -85000.0000    -1469036.2500          -
33881.18/1719.87	c      1720             21          20        20      -85000.0000    -1469036.2500          -
33982.26/1724.95	c      1725             22          21        20      -85000.0000    -1466088.1667          -
34087.29/1730.28	c      1730             22          21        20      -85000.0000    -1466088.1667          -
34190.35/1735.43	c      1735             23          22        20      -85000.0000    -1466088.1667          -
34297.38/1740.80	c      1741             23          22        20      -85000.0000    -1466088.1667          -
34396.46/1745.84	c      1746             23          22        20      -85000.0000    -1466088.1667          -
34497.52/1751.04	c      1751             23          22        20      -85000.0000    -1466088.1667          -
34599.51/1756.10	c      1756             23          22        20      -85000.0000    -1466088.1667          -
34703.51/1761.31	c      1761             23          22        20      -85000.0000    -1466088.1667          -
34802.54/1766.39	c      1766             23          22        20      -85000.0000    -1466088.1667          -
34913.55/1771.98	c      1772             23          22        20      -85000.0000    -1466088.1667          -
35012.22/1777.00	c      1777             23          22        20      -85000.0000    -1466088.1667          -
35111.28/1782.01	c      1782             23          22        20      -85000.0000    -1466088.1667          -
35216.27/1787.25	c      1787             23          22        20      -85000.0000    -1466088.1667          -
35315.31/1792.28	c      1792             23          22        20      -85000.0000    -1466088.1667          -
35414.30/1797.29	c      1797             24          23        20      -85000.0000    -1466088.1667          -
35517.35/1802.43	c      1802             24          23        20      -85000.0000    -1466088.1667          -
35618.29/1807.52	c      1808             24          23        20      -85000.0000    -1466088.1667          -
35723.16/1812.87	c      1813             24          23        20      -85000.0000    -1466088.1667          -
35824.11/1818.01	c      1818             24          23        20      -85000.0000    -1466088.1667          -
35925.90/1823.11	c      1823             24          23        20      -85000.0000    -1466088.1667          -
36030.18/1828.39	c      1828             25          24        20      -85000.0000    -1466088.1667          -
36129.17/1833.40	c      1833             25          24        20      -85000.0000    -1466088.1667          -
36234.25/1838.61	c      1839             25          24        20      -85000.0000    -1466088.1667          -
36333.23/1843.66	c      1844             26          25        20      -85000.0000    -1466088.1667          -
36434.29/1848.78	c      1849             26          25        20      -85000.0000    -1466088.1667          -
36535.34/1853.84	c      1854             26          25        20      -85000.0000    -1466088.1667          -
36641.02/1859.19	c      1859             26          25        20      -85000.0000    -1466088.1667          -
36741.31/1864.29	c      1864             26          25        20      -85000.0000    -1466088.1667          -
36842.24/1869.33	c      1869             26          25        20      -85000.0000    -1466088.1667          -
36943.34/1874.41	c      1874             26          25        20      -85000.0000    -1466088.1667          -
37042.31/1879.44	c      1879             26          25        20      -85000.0000    -1466088.1667          -
37145.35/1884.68	c      1885             26          25        20      -85000.0000    -1466088.1667          -
37248.41/1889.88	c      1890             26          25        20      -85000.0000    -1466088.1667          -
37349.30/1894.96	c      1895             26          25        20      -85000.0000    -1466088.1667          -
37448.36/1900.01	c      1900             27          26        20      -85000.0000    -1466088.1667          -
37550.13/1905.06	c      1905             27          26        20      -85000.0000    -1466088.1667          -
37652.33/1910.29	c      1910             27          26        20      -85000.0000    -1466088.1667          -
37755.36/1915.48	c      1915             27          26        20      -85000.0000    -1466088.1667          -
37856.32/1920.52	c      1921             27          26        20      -85000.0000    -1466088.1667          -
37966.03/1926.08	c      1926             27          26        20      -85000.0000    -1466088.1667          -
38066.97/1931.18	c      1931             27          26        20      -85000.0000    -1466088.1667          -
38167.27/1936.25	c      1936             28          27        20      -85000.0000    -1466088.1667          -
38268.32/1941.38	c      1941             28          27        20      -85000.0000    -1466088.1667          -
38369.37/1946.46	c      1946             28          27        20      -85000.0000    -1466088.1667          -
38474.36/1951.71	c      1952             28          27        20      -85000.0000    -1466088.1667          -
38573.44/1956.74	c      1957             28          27        20      -85000.0000    -1466088.1667          -
38674.55/1961.83	c      1962             29          28        20      -85000.0000    -1466088.1667          -
38773.69/1966.85	c      1967             29          28        20      -85000.0000    -1466088.1667          -
38882.73/1972.37	c      1972             29          28        20      -85000.0000    -1466088.1667          -
38983.78/1977.43	c      1977             29          28        20      -85000.0000    -1466088.1667          -
39088.87/1982.70	c      1983             30          29        20      -85000.0000    -1466088.1667          -
39191.99/1988.01	c      1988             30          29        20      -85000.0000    -1466088.1667          -
39293.80/1993.08	c      1993             30          29        20      -85000.0000    -1466088.1667          -
39402.08/1998.54	c      1999             22          21        20      -85000.0000    -1461024.6667          -
39501.21/2003.57	c      2004             22          21        20      -85000.0000    -1461024.6667          -
39604.25/2008.74	c      2009             22          21        20      -85000.0000    -1461024.6667          -
39705.27/2013.87	c      2014             22          21        20      -85000.0000    -1461024.6667          -
39806.39/2019.03	c      2019             22          21        20      -85000.0000    -1461024.6667          -
39913.33/2024.32	c      2024             22          21        20      -85000.0000    -1461024.6667          -
40012.47/2029.33	c      2029             22          21        20      -85000.0000    -1461024.6667          -
40113.58/2034.44	c      2034             22          21        20      -85000.0000    -1461024.6667          -
40214.70/2039.57	c      2040             23          22        20      -85000.0000    -1461024.6667          -
40324.39/2045.04	c      2045             23          22        20      -85000.0000    -1461024.6667          -
40426.78/2050.27	c      2050             24          23        20      -85000.0000    -1461024.6667          -
40537.81/2055.83	c      2056             24          23        20      -85000.0000    -1461024.6667          -
40638.90/2060.99	c      2061             24          23        20      -85000.0000    -1461024.6667          -
40738.00/2066.01	c      2066             24          23        20      -85000.0000    -1461024.6667          -
40849.02/2071.57	c      2072             24          23        20      -85000.0000    -1461024.6667          -
40952.00/2076.70	c      2077             24          23        20      -85000.0000    -1461024.6667          -
41057.79/2082.05	c      2082             25          24        20      -85000.0000    -1448091.5000          -
41156.92/2087.13	c      2087             25          24        20      -85000.0000    -1448091.5000          -
41258.19/2092.15	c      2092             25          24        20      -85000.0000    -1448091.5000          -
41358.40/2097.25	c      2097             25          24        20      -85000.0000    -1448091.5000          -
41463.35/2102.53	c      2103             26          25        20      -85000.0000    -1448091.5000          -
41564.40/2107.61	c      2108             26          25        20      -85000.0000    -1448091.5000          -
41663.52/2112.64	c      2113             27          26        20      -85000.0000    -1448091.5000          -
41776.59/2118.33	c      2118             27          26        20      -85000.0000    -1448091.5000          -
41883.39/2123.77	c      2124             27          26        20      -85000.0000    -1448091.5000          -
41989.16/2129.13	c      2129             27          26        20      -85000.0000    -1448091.5000          -
42093.37/2134.32	c      2134             27          26        20      -85000.0000    -1448091.5000          -
42200.47/2139.76	c      2140             27          26        20      -85000.0000    -1448091.5000          -
42301.60/2144.86	c      2145             28          27        20      -85000.0000    -1446636.5000          -
42400.72/2149.87	c      2150             28          27        20      -85000.0000    -1446636.5000          -
42504.67/2155.05	c      2155             28          27        20      -85000.0000    -1446636.5000          -
42606.91/2160.28	c      2160             29          28        20      -85000.0000    -1446636.5000          -
42708.05/2165.35	c      2165             29          28        20      -85000.0000    -1446636.5000          -
42807.18/2170.39	c      2170             29          28        20      -85000.0000    -1446636.5000          -
42914.14/2175.80	c      2176             29          28        20      -85000.0000    -1446636.5000          -
43023.17/2181.21	c      2181             29          28        20      -85000.0000    -1446636.5000          -
43124.37/2186.31	c      2186             29          28        20      -85000.0000    -1446636.5000          -
43225.27/2191.47	c      2191             29          28        20      -85000.0000    -1446636.5000          -
43326.29/2196.52	c      2197             29          28        20      -85000.0000    -1446636.5000          -
43429.32/2201.72	c      2202             29          28        20      -85000.0000    -1446636.5000          -
43528.30/2206.76	c      2207             30          29        20      -85000.0000    -1446636.5000          -
43629.36/2211.89	c      2212             30          29        20      -85000.0000    -1446636.5000          -
43736.38/2217.24	c      2217             30          29        20      -85000.0000    -1446636.5000          -
43839.46/2222.44	c      2222             30          29        20      -85000.0000    -1446636.5000          -
43948.47/2227.93	c      2228             30          29        20      -85000.0000    -1446636.5000          -
44052.27/2233.14	c      2233             30          29        20      -85000.0000    -1446636.5000          -
44158.45/2238.52	c      2239             30          29        20      -85000.0000    -1446636.5000          -
44257.23/2243.55	c      2244             30          29        20      -85000.0000    -1446636.5000          -
44358.30/2248.60	c      2249             30          29        20      -85000.0000    -1446636.5000          -
44461.35/2253.89	c      2254             30          29        20      -85000.0000    -1446636.5000          -
44562.36/2258.96	c      2259             30          29        20      -85000.0000    -1446636.5000          -
44669.17/2264.38	c      2264             30          29        20      -85000.0000    -1446636.5000          -
44768.19/2269.39	c      2269             30          29        20      -85000.0000    -1446636.5000          -
44869.17/2274.47	c      2274             30          29        20      -85000.0000    -1446636.5000          -
44972.21/2279.65	c      2280             30          29        20      -85000.0000    -1446636.5000          -
45071.18/2284.67	c      2285             30          29        20      -85000.0000    -1446636.5000          -
45176.21/2289.96	c      2290             30          29        20      -85000.0000    -1446636.5000          -
45275.35/2295.02	c      2295             42          41        20      -85000.0000    -1441176.7500          -
45388.29/2300.61	c      2301             42          41        20      -85000.0000    -1441176.7500          -
45493.24/2306.02	c      2306             43          42        20      -85000.0000    -1441176.7500          -
45598.20/2311.23	c      2311             44          43        20      -85000.0000    -1441176.7500          -
45703.11/2316.50	c      2316             44          43        20      -85000.0000    -1441176.7500          -
45804.17/2321.63	c      2322             44          43        20      -85000.0000    -1441176.7500          -
45907.25/2326.81	c      2327             44          43        20      -85000.0000    -1441176.7500          -
46008.37/2331.95	c      2332             44          43        20      -85000.0000    -1441176.7500          -
46113.35/2337.22	c      2337             44          43        20      -85000.0000    -1441176.7500          -
46212.42/2342.23	c      2342             44          43        20      -85000.0000    -1441176.7500          -
46311.51/2347.24	c      2347             44          43        20      -85000.0000    -1441176.7500          -
46412.60/2352.31	c      2352             44          43        20      -85000.0000    -1441176.7500          -
46517.60/2357.69	c      2358             44          43        20      -85000.0000    -1441176.7500          -
46622.64/2362.99	c      2363             44          43        20      -85000.0000    -1441176.7500          -
46724.40/2368.07	c      2368             44          43        20      -85000.0000    -1441176.7500          -
46823.44/2373.14	c      2373             45          44        20      -85000.0000    -1441176.7500          -
46925.67/2378.24	c      2378             45          44        20      -85000.0000    -1441176.7500          -
47032.75/2383.65	c      2384             45          44        20      -85000.0000    -1441176.7500          -
47133.85/2388.77	c      2389             45          44        20      -85000.0000    -1441176.7500          -
47234.93/2393.80	c      2394             45          44        20      -85000.0000    -1441176.7500          -
47336.00/2398.96	c      2399             45          44        20      -85000.0000    -1441176.7500          -
47439.76/2404.14	c      2404             45          44        20      -85000.0000    -1441176.7500          -
47542.02/2409.38	c      2409             45          44        20      -85000.0000    -1441176.7500          -
47653.03/2414.93	c      2415             45          44        20      -85000.0000    -1441176.7500          -
47752.06/2419.95	c      2420             45          44        20      -85000.0000    -1441176.7500          -
47855.84/2425.14	c      2425             45          44        20      -85000.0000    -1441176.7500          -
47954.98/2430.16	c      2430             45          44        20      -85000.0000    -1441176.7500          -
48055.19/2435.21	c      2435             45          44        20      -85000.0000    -1441176.7500          -
48154.16/2440.26	c      2440             45          44        20      -85000.0000    -1441176.7500          -
48255.27/2445.36	c      2445             45          44        20      -85000.0000    -1441176.7500          -
48358.27/2450.55	c      2451             46          45        20      -85000.0000    -1441176.7500          -
48461.30/2455.71	c      2456             46          45        20      -85000.0000    -1441176.7500          -
48560.41/2460.79	c      2461             47          46        20      -85000.0000    -1441176.7500          -
48661.49/2465.81	c      2466             47          46        20      -85000.0000    -1441176.7500          -
48768.51/2471.24	c      2471             47          46        20      -85000.0000    -1441176.7500          -
48867.59/2476.28	c      2476             47          46        20      -85000.0000    -1441176.7500          -
48970.66/2481.43	c      2481             47          46        20      -85000.0000    -1441176.7500          -
49079.66/2486.91	c      2487             47          46        20      -85000.0000    -1441176.7500          -
49181.48/2492.05	c      2492             47          46        20      -85000.0000    -1441176.7500          -
49283.74/2497.22	c      2497             47          46        20      -85000.0000    -1441176.7500          -
49384.77/2502.31	c      2502             47          46        20      -85000.0000    -1441176.7500          -
49493.82/2507.81	c      2508             47          46        20      -85000.0000    -1441176.7500          -
49600.73/2513.29	c      2513             48          47        20      -85000.0000    -1441176.7500          -
49711.66/2518.87	c      2519             48          47        20      -85000.0000    -1441176.7500          -
49812.75/2523.93	c      2524             36          35        20      -85000.0000    -1436607.2556          -
49916.56/2529.15	c      2529             37          36        20      -85000.0000    -1436607.2556          -
50016.90/2534.25	c      2534             37          36        20      -85000.0000    -1436607.2556          -
50118.02/2539.31	c      2539             37          36        20      -85000.0000    -1436607.2556          -
50219.12/2544.41	c      2544             37          36        20      -85000.0000    -1436607.2556          -
50318.23/2549.44	c      2549             37          36        20      -85000.0000    -1436607.2556          -
50423.30/2554.76	c      2555             37          36        20      -85000.0000    -1436607.2556          -
50522.37/2559.79	c      2560             37          36        20      -85000.0000    -1436607.2556          -
50628.17/2565.10	c      2565             38          37        20      -85000.0000    -1436607.2556          -
50732.47/2570.31	c      2570             38          37        20      -85000.0000    -1436607.2556          -
50831.55/2575.32	c      2575             38          37        20      -85000.0000    -1436607.2556          -
50932.68/2580.45	c      2580             38          37        20      -85000.0000    -1436607.2556          -
51039.59/2585.86	c      2586             39          38        20      -85000.0000    -1436607.2556          -
51148.58/2591.34	c      2591             40          39        20      -85000.0000    -1436607.2556          -
51249.67/2596.49	c      2596             40          39        20      -85000.0000    -1436607.2556          -
51350.75/2601.51	c      2602             41          40        20      -85000.0000    -1436607.2556          -
51453.76/2606.71	c      2607             41          40        20      -85000.0000    -1436607.2556          -
51556.82/2611.95	c      2612             41          40        20      -85000.0000    -1436607.2556          -
51658.59/2617.08	c      2617             41          40        20      -85000.0000    -1436607.2556          -
51759.90/2622.15	c      2622             41          40        20      -85000.0000    -1436607.2556          -
51861.96/2627.35	c      2627             41          40        20      -85000.0000    -1436607.2556          -
51966.97/2632.64	c      2633             41          40        20      -85000.0000    -1436607.2556          -
52072.02/2638.00	c      2638             42          41        20      -85000.0000    -1436607.2556          -
52175.97/2643.16	c      2643             42          41        20      -85000.0000    -1436607.2556          -
52276.07/2648.25	c      2648             42          41        20      -85000.0000    -1436607.2556          -
52383.11/2653.62	c      2654             43          42        20      -85000.0000    -1436607.2556          -
52490.86/2659.11	c      2659             43          42        20      -85000.0000    -1436607.2556          -
52591.99/2664.15	c      2664             43          42        20      -85000.0000    -1436607.2556          -
52692.34/2669.29	c      2669             43          42        20      -85000.0000    -1436607.2556          -
52793.47/2674.30	c      2674             44          43        20      -85000.0000    -1436607.2556          -
52899.99/2679.75	c      2680             45          44        20      -85000.0000    -1436607.2556          -
53003.09/2684.91	c      2685             45          44        20      -85000.0000    -1436607.2556          -
53102.22/2689.95	c      2690             45          44        20      -85000.0000    -1436607.2556          -
53207.29/2695.24	c      2695             45          44        20      -85000.0000    -1436607.2556          -
53314.38/2700.66	c      2701             45          44        20      -85000.0000    -1436607.2556          -
53427.38/2706.30	c      2706             45          44        20      -85000.0000    -1436607.2556          -
53530.49/2711.58	c      2712             45          44        20      -85000.0000    -1436607.2556          -
53631.61/2716.64	c      2717             45          44        20      -85000.0000    -1436607.2556          -
53734.70/2721.83	c      2722             46          45        20      -85000.0000    -1436607.2556          -
53838.47/2727.04	c      2727             47          46        20      -85000.0000    -1436607.2556          -
53944.73/2732.43	c      2732             47          46        20      -85000.0000    -1436607.2556          -
54053.70/2737.97	c      2738             47          46        20      -85000.0000    -1436607.2556          -
54166.67/2743.64	c      2744             47          46        20      -85000.0000    -1436607.2556          -
54271.74/2748.91	c      2749             47          46        20      -85000.0000    -1436607.2556          -
54370.87/2753.96	c      2754             47          46        20      -85000.0000    -1436607.2556          -
54472.46/2759.07	c      2759             47          46        20      -85000.0000    -1436607.2556          -
54574.78/2764.23	c      2764             47          46        20      -85000.0000    -1436607.2556          -
54677.75/2769.44	c      2769             47          46        20      -85000.0000    -1436607.2556          -
54778.86/2774.52	c      2775             48          47        20      -85000.0000    -1436607.2556          -
54878.00/2779.55	c      2780             48          47        20      -85000.0000    -1436607.2556          -
54979.09/2784.66	c      2785             48          47        20      -85000.0000    -1436607.2556          -
55084.09/2789.91	c      2790             48          47        20      -85000.0000    -1436607.2556          -
55183.22/2795.01	c      2795             48          47        20      -85000.0000    -1436607.2556          -
55288.23/2800.29	c      2800             48          47        20      -85000.0000    -1436607.2556          -
55399.26/2805.89	c      2806             48          47        20      -85000.0000    -1436607.2556          -
55503.01/2811.12	c      2811             48          47        20      -85000.0000    -1436607.2556          -
55607.41/2816.38	c      2816             48          47        20      -85000.0000    -1436607.2556          -
55708.50/2821.48	c      2821             48          47        20      -85000.0000    -1436607.2556          -
55807.50/2826.49	c      2826             48          47        20      -85000.0000    -1436607.2556          -
55908.57/2831.50	c      2832             48          47        20      -85000.0000    -1436607.2556          -
56007.68/2836.53	c      2837             48          47        20      -85000.0000    -1436607.2556          -
56120.63/2842.21	c      2842             48          47        20      -85000.0000    -1436607.2556          -
56221.72/2847.33	c      2847             48          47        20      -85000.0000    -1436607.2556          -
56322.77/2852.40	c      2852             48          47        20      -85000.0000    -1436607.2556          -
56425.57/2857.69	c      2858             48          47        20      -85000.0000    -1436607.2556          -
56526.59/2862.73	c      2863             48          47        20      -85000.0000    -1436607.2556          -
56629.69/2867.92	c      2868             48          47        20      -85000.0000    -1436607.2556          -
56728.73/2872.96	c      2873             48          47        20      -85000.0000    -1436607.2556          -
56827.86/2877.98	c      2878             48          47        20      -85000.0000    -1436607.2556          -
56929.72/2883.09	c      2883             48          47        20      -85000.0000    -1436607.2556          -
57028.86/2888.12	c      2888             49          48        20      -85000.0000    -1436607.2556          -
57133.23/2893.31	c      2893             49          48        20      -85000.0000    -1436607.2556          -
57234.37/2898.50	c      2898             49          48        20      -85000.0000    -1436607.2556          -
57337.48/2903.65	c      2904             50          49        20      -85000.0000    -1436607.2556          -
57438.60/2908.74	c      2909             50          49        20      -85000.0000    -1436607.2556          -
57541.70/2913.98	c      2914             51          50        20      -85000.0000    -1436607.2556          -
57643.46/2919.10	c      2919             51          50        20      -85000.0000    -1436607.2556          -
57742.55/2924.11	c      2924             51          50        20      -85000.0000    -1436607.2556          -
57844.74/2929.23	c      2929             51          50        20      -85000.0000    -1436607.2556          -
57943.80/2934.26	c      2934             51          50        20      -85000.0000    -1436607.2556          -
58052.78/2939.77	c      2940             51          50        20      -85000.0000    -1436607.2556          -
58153.89/2944.81	c      2945             52          51        20      -85000.0000    -1423088.6667          -
58260.96/2950.22	c      2950             52          51        20      -85000.0000    -1423088.6667          -
58362.08/2955.35	c      2955             52          51        20      -85000.0000    -1423088.6667          -
58467.18/2960.60	c      2961             52          51        20      -85000.0000    -1423088.6667          -
58568.19/2965.74	c      2966             52          51        20      -85000.0000    -1423088.6667          -
58667.35/2970.77	c      2971             52          51        20      -85000.0000    -1423088.6667          -
58768.44/2975.84	c      2976             52          51        20      -85000.0000    -1423088.6667          -
58869.37/2980.96	c      2981             52          51        20      -85000.0000    -1423088.6667          -
58974.31/2986.21	c      2986             52          51        20      -85000.0000    -1423088.6667          -
59075.35/2991.31	c      2991             52          51        20      -85000.0000    -1423088.6667          -
59178.44/2996.54	c      2997             52          51        20      -85000.0000    -1423088.6667          -
59283.60/3001.85	c      3002             52          51        20      -85000.0000    -1423088.6667          -
59382.60/3006.87	c      3007             52          51        20      -85000.0000    -1423088.6667          -
59483.68/3011.95	c      3012             53          52        20      -85000.0000    -1423088.6667          -
59582.82/3017.01	c      3017             53          52        20      -85000.0000    -1423088.6667          -
59687.89/3022.20	c      3022             53          52        20      -85000.0000    -1423088.6667          -
59790.99/3027.48	c      3027             53          52        20      -85000.0000    -1423088.6667          -
59894.03/3032.60	c      3033             53          52        20      -85000.0000    -1423088.6667          -
59993.04/3037.63	c      3038             53          52        20      -85000.0000    -1423088.6667          -
60092.12/3042.67	c      3043             53          52        20      -85000.0000    -1423088.6667          -
60195.23/3047.81	c      3048             53          52        20      -85000.0000    -1423088.6667          -
60294.30/3052.87	c      3053             53          52        20      -85000.0000    -1423088.6667          -
60395.41/3057.92	c      3058             53          52        20      -85000.0000    -1423088.6667          -
60497.23/3063.08	c      3063             53          52        20      -85000.0000    -1423088.6667          -
60598.31/3068.20	c      3068             53          52        20      -85000.0000    -1423088.6667          -
60702.61/3073.43	c      3073             53          52        20      -85000.0000    -1423088.6667          -
60801.71/3078.45	c      3078             53          52        20      -85000.0000    -1423088.6667          -
60900.83/3083.47	c      3083             53          52        20      -85000.0000    -1423088.6667          -
61009.80/3089.02	c      3089             53          52        20      -85000.0000    -1423088.6667          -
61111.82/3094.10	c      3094             53          52        20      -85000.0000    -1423088.6667          -
61213.94/3099.29	c      3099             53          52        20      -85000.0000    -1423088.6667          -
61315.02/3104.38	c      3104             53          52        20      -85000.0000    -1423088.6667          -
61416.14/3109.41	c      3109             53          52        20      -85000.0000    -1423088.6667          -
61519.22/3114.65	c      3115             53          52        20      -85000.0000    -1423088.6667          -
61620.34/3119.80	c      3120             53          52        20      -85000.0000    -1423088.6667          -
61723.44/3124.96	c      3125             54          53        20      -85000.0000    -1423088.6667          -
61832.46/3130.42	c      3130             54          53        20      -85000.0000    -1423088.6667          -
61933.53/3135.58	c      3136             54          53        20      -85000.0000    -1423088.6667          -
62036.59/3140.73	c      3141             54          53        20      -85000.0000    -1423088.6667          -
62137.81/3145.84	c      3146             54          53        20      -85000.0000    -1423088.6667          -
62241.51/3151.11	c      3151             54          53        20      -85000.0000    -1423088.6667          -
62345.84/3156.40	c      3156             54          53        20      -85000.0000    -1423088.6667          -
62446.91/3161.42	c      3161             54          53        20      -85000.0000    -1423088.6667          -
62550.08/3166.62	c      3167             55          54        20      -85000.0000    -1423088.6667          -
62649.10/3171.65	c      3172             55          54        20      -85000.0000    -1423088.6667          -
62748.23/3176.66	c      3177             55          54        20      -85000.0000    -1423088.6667          -
62847.50/3181.68	c      3182             55          54        20      -85000.0000    -1423088.6667          -
62948.37/3186.74	c      3187             55          54        20      -85000.0000    -1423088.6667          -
63049.46/3191.84	c      3192             55          54        20      -85000.0000    -1423088.6667          -
63148.58/3196.85	c      3197             55          54        20      -85000.0000    -1423088.6667          -
63249.67/3201.93	c      3202             55          54        20      -85000.0000    -1423088.6667          -
63348.79/3207.03	c      3207             56          55        20      -85000.0000    -1423088.6667          -
63453.81/3212.21	c      3212             56          55        20      -85000.0000    -1423088.6667          -
63552.94/3217.23	c      3217             56          55        20      -85000.0000    -1423088.6667          -
63654.00/3222.37	c      3222             56          55        20      -85000.0000    -1423088.6667          -
63759.05/3227.62	c      3228             56          55        20      -85000.0000    -1423088.6667          -
63858.23/3232.68	c      3233             56          55        20      -85000.0000    -1423088.6667          -
63966.05/3238.07	c      3238             56          55        20      -85000.0000    -1423088.6667          -
64072.15/3243.40	c      3243             56          55        20      -85000.0000    -1423088.6667          -
64171.25/3248.41	c      3248             56          55        20      -85000.0000    -1423088.6667          -
64270.35/3253.46	c      3253             56          55        20      -85000.0000    -1423088.6667          -
64377.37/3258.90	c      3259             56          55        20      -85000.0000    -1423088.6667          -
64478.43/3264.03	c      3264             56          55        20      -85000.0000    -1423088.6667          -
64580.35/3269.04	c      3269             56          55        20      -85000.0000    -1423088.6667          -
64679.32/3274.06	c      3274             56          55        20      -85000.0000    -1423088.6667          -
64778.49/3279.12	c      3279             56          55        20      -85000.0000    -1423088.6667          -
64880.79/3284.23	c      3284             56          55        20      -85000.0000    -1423088.6667          -
64981.82/3289.36	c      3289             57          56        20      -85000.0000    -1423088.6667          -
65080.95/3294.39	c      3294             57          56        20      -85000.0000    -1423088.6667          -
65182.07/3299.49	c      3299             57          56        20      -85000.0000    -1423088.6667          -
65283.17/3304.53	c      3305             57          56        20      -85000.0000    -1423088.6667          -
65386.25/3309.75	c      3310             57          56        20      -85000.0000    -1423088.6667          -
65485.37/3314.78	c      3315             57          56        20      -85000.0000    -1423088.6667          -
65588.46/3319.93	c      3320             57          56        20      -85000.0000    -1423088.6667          -
65687.57/3324.97	c      3325             57          56        20      -85000.0000    -1423088.6667          -
65796.59/3330.47	c      3330             57          56        20      -85000.0000    -1423088.6667          -
65897.66/3335.54	c      3336             57          56        20      -85000.0000    -1423088.6667          -
65998.76/3340.61	c      3341             57          56        20      -85000.0000    -1423088.6667          -
66097.83/3345.66	c      3346             57          56        20      -85000.0000    -1423088.6667          -
66202.90/3350.99	c      3351             57          56        20      -85000.0000    -1423088.6667          -
66304.67/3356.11	c      3356             57          56        20      -85000.0000    -1423088.6667          -
66408.98/3361.31	c      3361             57          56        20      -85000.0000    -1423088.6667          -
66510.10/3366.46	c      3366             57          56        20      -85000.0000    -1423088.6667          -
66611.23/3371.50	c      3372             57          56        20      -85000.0000    -1423088.6667          -
66710.35/3376.58	c      3377             57          56        20      -85000.0000    -1423088.6667          -
66817.41/3381.94	c      3382             57          56        20      -85000.0000    -1423088.6667          -
66919.16/3387.12	c      3387             58          57        20      -85000.0000    -1423088.6667          -
67020.48/3392.19	c      3392             58          57        20      -85000.0000    -1423088.6667          -
67122.67/3397.38	c      3397             58          57        20      -85000.0000    -1423088.6667          -
67225.70/3402.53	c      3403             58          57        20      -85000.0000    -1423088.6667          -
67326.78/3407.62	c      3408             58          57        20      -85000.0000    -1423088.6667          -
67427.89/3412.74	c      3413             58          57        20      -85000.0000    -1423088.6667          -
67530.97/3417.92	c      3418             82          81        20      -85000.0000    -1416043.5000          -
67630.10/3422.97	c      3423             82          81        20      -85000.0000    -1416043.5000          -
67729.02/3427.99	c      3428             82          81        20      -85000.0000    -1416043.5000          -
67834.07/3433.22	c      3433             83          82        20      -85000.0000    -1416043.5000          -
67935.11/3438.36	c      3438             83          82        20      -85000.0000    -1416043.5000          -
68038.21/3443.51	c      3444             83          82        20      -85000.0000    -1416043.5000          -
68137.33/3448.57	c      3449             83          82        20      -85000.0000    -1416043.5000          -
68240.59/3453.76	c      3454             83          82        20      -85000.0000    -1416043.5000          -
68343.52/3458.94	c      3459             83          82        20      -85000.0000    -1416043.5000          -
68445.17/3464.13	c      3464             83          82        20      -85000.0000    -1416043.5000          -
68549.53/3469.31	c      3469             83          82        20      -85000.0000    -1416043.5000          -
68656.59/3474.72	c      3475             83          82        20      -85000.0000    -1416043.5000          -
68759.63/3480.03	c      3480             83          82        20      -85000.0000    -1416043.5000          -
68861.46/3485.08	c      3485             84          83        20      -85000.0000    -1416043.5000          -
68962.55/3490.17	c      3490             84          83        20      -85000.0000    -1416043.5000          -
69062.96/3495.26	c      3495             84          83        20      -85000.0000    -1416043.5000          -
69164.07/3500.39	c      3500             84          83        20      -85000.0000    -1416043.5000          -
69267.07/3505.51	c      3506             84          83        20      -85000.0000    -1416043.5000          -
69372.16/3510.83	c      3511             85          84        20      -85000.0000    -1416043.5000          -
69473.30/3515.96	c      3516             86          85        20      -85000.0000    -1416043.5000          -
69575.13/3521.12	c      3521             86          85        20      -85000.0000    -1416043.5000          -
69679.18/3526.37	c      3526             87          86        20      -85000.0000    -1416043.5000          -
69782.29/3531.51	c      3532             87          86        20      -85000.0000    -1416043.5000          -
69883.41/3536.67	c      3537             87          86        20      -85000.0000    -1416043.5000          -
69984.52/3541.77	c      3542             87          86        20      -85000.0000    -1416043.5000          -
70085.62/3546.83	c      3547             87          86        20      -85000.0000    -1416043.5000          -
70186.72/3552.00	c      3552             87          86        20      -85000.0000    -1416043.5000          -
70293.74/3557.32	c      3557             87          86        20      -85000.0000    -1416043.5000          -
70392.86/3562.35	c      3562             87          86        20      -85000.0000    -1416043.5000          -
70495.93/3567.52	c      3568             87          86        20      -85000.0000    -1416043.5000          -
70595.03/3572.56	c      3573             87          86        20      -85000.0000    -1416043.5000          -
70701.98/3578.01	c      3578             87          86        20      -85000.0000    -1416043.5000          -
70800.91/3583.02	c      3583             87          86        20      -85000.0000    -1416043.5000          -
70902.52/3588.05	c      3588             87          86        20      -85000.0000    -1416043.5000          -
71001.82/3593.06	c      3593             87          86        20      -85000.0000    -1416043.5000          -
71102.95/3598.15	c      3598             87          86        20      -85000.0000    -1416043.5000          -
71201.99/3603.18	c      3603             87          86        20      -85000.0000    -1416043.5000          -
71304.31/3608.38	c      3608             87          86        20      -85000.0000    -1416043.5000          -
71407.38/3613.56	c      3614             87          86        20      -85000.0000    -1416043.5000          -
71512.42/3618.80	c      3619             87          86        20      -85000.0000    -1416043.5000          -
71613.52/3624.02	c      3624             88          87        20      -85000.0000    -1416043.5000          -
71722.53/3629.49	c      3629             88          87        20      -85000.0000    -1416043.5000          -
71825.61/3634.61	c      3635             89          88        20      -85000.0000    -1416043.5000          -
71926.70/3639.75	c      3640             89          88        20      -85000.0000    -1416043.5000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (140796 MiB free)
  memory of node 1: 193494 MiB (115379 MiB free)
  memory of node 2: 193531 MiB (146030 MiB free)
  memory of node 3: 193531 MiB (190301 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-4466033-1723657237/watcher-4466033-1723657237 -o /tmp/evaluation-result-4466033-1723657237/solver-4466033-1723657237 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779824 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4466033-1723657237.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=781395, runsolver pid=781392
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 72.81 59.53 48.07 62/983 781396
/proc/meminfo: memFree=606641456/790760804 swapFree=131071996/131071996
[pid=781395] ppid=781392 vsize=129200 memory=118084 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/stat : 781395 (fscip) R 781392 781395 779811 0 -1 4194304 30056 0 0 0 7 4 0 0 20 0 1 0 132306793 132300800 29521 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
/proc/781395/statm: 32300 29521 2555 3035 0 28696 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 129200 KiB
Current children cumulated memory: 118084 KiB

[startup+0.220477 s]*
/proc/loadavg: 72.81 59.53 48.07 62/983 781396
/proc/meminfo: memFree=606546584/790760804 swapFree=131071996/131071996
[pid=781395] ppid=781392 vsize=208636 memory=188588 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/stat : 781395 (fscip) R 781392 781395 779811 0 -1 4194304 47699 0 0 0 15 7 0 0 20 0 1 0 132306793 213643264 47147 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
/proc/781395/statm: 52159 47147 2598 3035 0 48555 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 208636 KiB
Current children cumulated memory: 188588 KiB

[startup+0.320637 s]*
/proc/loadavg: 72.81 59.53 48.07 62/983 781396
/proc/meminfo: memFree=606509744/790760804 swapFree=131071996/131071996
[pid=781395] ppid=781392 vsize=245540 memory=223588 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/stat : 781395 (fscip) R 781392 781395 779811 0 -1 4194304 56497 0 0 0 24 9 0 0 20 0 1 0 132306793 251432960 55897 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
/proc/781395/statm: 61385 55897 2598 3035 0 57781 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 245540 KiB
Current children cumulated memory: 223588 KiB

[startup+0.700281 s]
/proc/loadavg: 72.81 59.53 48.07 62/983 781396
/proc/meminfo: memFree=606327816/790760804 swapFree=131071996/131071996
[pid=781395] ppid=781392 vsize=252340 memory=230464 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/stat : 781395 (fscip) R 781392 781395 779811 0 -1 4194304 58253 0 0 0 59 9 0 0 20 0 1 0 132306793 258396160 57616 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
/proc/781395/statm: 63085 57616 2614 3035 0 59481 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 252340 KiB
Current children cumulated memory: 230464 KiB

[startup+1.50028 s]
/proc/loadavg: 72.81 59.53 48.07 63/983 781396
/proc/meminfo: memFree=606071752/790760804 swapFree=131071996/131071996
[pid=781395] ppid=781392 vsize=253788 memory=231784 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/stat : 781395 (fscip) R 781392 781395 779811 0 -1 4194304 58526 0 0 0 139 9 0 0 20 0 1 0 132306793 259878912 57946 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
/proc/781395/statm: 63447 57946 2614 3035 0 59843 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 253788 KiB
Current children cumulated memory: 231784 KiB

[startup+3.1199 s]
/proc/loadavg: 71.86 59.55 48.14 62/983 781396
/proc/meminfo: memFree=604977256/790760804 swapFree=131071996/131071996
[pid=781395] ppid=781392 vsize=254300 memory=232312 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/stat : 781395 (fscip) R 781392 781395 779811 0 -1 4194304 58694 0 0 0 300 10 0 0 20 0 1 0 132306793 260403200 58078 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
/proc/781395/statm: 63575 58078 2614 3035 0 59971 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 254300 KiB
Current children cumulated memory: 232312 KiB

[startup+6.30025 s]
/proc/loadavg: 71.86 59.55 48.14 62/983 781396
/proc/meminfo: memFree=605167420/790760804 swapFree=131071996/131071996
[pid=781395] ppid=781392 vsize=254300 memory=232312 CPUtime=6.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/stat : 781395 (fscip) R 781392 781395 779811 0 -1 4194304 58701 0 0 0 616 10 0 0 20 0 1 0 132306793 260403200 58078 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
/proc/781395/statm: 63575 58078 2614 3035 0 59971 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 254300 KiB
Current children cumulated memory: 232312 KiB

[startup+12.7012 s]
/proc/loadavg: 71.79 59.93 48.39 81/1023 781437
/proc/meminfo: memFree=600395724/790760804 swapFree=131071996/131071996
[pid=781395] ppid=781392 vsize=6205668 memory=4997008 CPUtime=64.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/stat : 781395 (fscip) S 781392 781395 779811 0 -1 1077936128 1280867 0 0 0 6210 269 0 0 20 0 41 0 132306793 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 17 59 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
/proc/781395/statm: 1551417 1249252 2710 3035 0 1428721 0
[pid=781395/tid=781398] ppid=781392 vsize=6205668 memory=4983664 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781398/stat : 781398 (fscip) R 781392 781395 779811 0 -1 4194368 55689 0 0 0 270 12 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781399] ppid=781392 vsize=6205668 memory=0 CPUtime=2.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781399/stat : 781399 (fscip) R 781392 781395 779811 0 -1 4194368 56835 0 0 0 271 13 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781400] ppid=781392 vsize=6205668 memory=279577406715392 CPUtime=2.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781400/stat : 781400 (fscip) R 781392 781395 779811 0 -1 4194368 57001 0 0 0 265 11 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781401] ppid=781392 vsize=6205668 memory=0 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781401/stat : 781401 (fscip) R 781392 781395 779811 0 -1 4194368 55810 0 0 0 269 13 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781402] ppid=781392 vsize=6205668 memory=0 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781402/stat : 781402 (fscip) R 781392 781395 779811 0 -1 4194368 56937 0 0 0 272 11 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781403] ppid=781392 vsize=6205668 memory=0 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781403/stat : 781403 (fscip) R 781392 781395 779811 0 -1 4194368 56872 0 0 0 271 11 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781404] ppid=781392 vsize=6205668 memory=0 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781404/stat : 781404 (fscip) R 781392 781395 779811 0 -1 4194368 55829 0 0 0 272 11 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781405] ppid=781392 vsize=6205668 memory=5512 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781405/stat : 781405 (fscip) R 781392 781395 779811 0 -1 4194368 56907 0 0 0 270 12 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781406] ppid=781392 vsize=6205668 memory=1546952 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781406/stat : 781406 (fscip) R 781392 781395 779811 0 -1 4194368 56958 0 0 0 272 11 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781407] ppid=781392 vsize=6205668 memory=33000 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781407/stat : 781407 (fscip) R 781392 781395 779811 0 -1 4194368 55701 0 0 0 271 12 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781408] ppid=781392 vsize=6205668 memory=279577407306160 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781408/stat : 781408 (fscip) R 781392 781395 779811 0 -1 4194368 56944 0 0 0 270 12 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781409] ppid=781392 vsize=6205668 memory=51344 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781409/stat : 781409 (fscip) R 781392 781395 779811 0 -1 4194368 60421 0 0 0 270 12 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781410] ppid=781392 vsize=6205668 memory=0 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781410/stat : 781410 (fscip) R 781392 781395 779811 0 -1 4194368 55723 0 0 0 271 12 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781411] ppid=781392 vsize=6205668 memory=0 CPUtime=2.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781411/stat : 781411 (fscip) R 781392 781395 779811 0 -1 4194368 59768 0 0 0 269 12 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781412] ppid=781392 vsize=6205668 memory=30399726987509844 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781412/stat : 781412 (fscip) R 781392 781395 779811 0 -1 4194368 56987 0 0 0 272 11 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781413] ppid=781392 vsize=6205668 memory=6048 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781413/stat : 781413 (fscip) R 781392 781395 779811 0 -1 4194368 55956 0 0 0 271 12 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781414] ppid=781392 vsize=6205668 memory=25333125866717268 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781414/stat : 781414 (fscip) R 781392 781395 779811 0 -1 4194368 57002 0 0 0 270 12 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781415] ppid=781392 vsize=6205668 memory=279577407821376 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781415/stat : 781415 (fscip) R 781392 781395 779811 0 -1 4194368 60021 0 0 0 270 13 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781416] ppid=781392 vsize=6205668 memory=3358239626365162 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781416/stat : 781416 (fscip) R 781392 781395 779811 0 -1 4194368 55742 0 0 0 272 11 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781417] ppid=781392 vsize=6205668 memory=0 CPUtime=2.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781417/stat : 781417 (fscip) R 781392 781395 779811 0 -1 4194368 57040 0 0 0 269 13 0 0 20 0 41 0 132307600 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781418] ppid=781392 vsize=6205668 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781418/stat : 781418 (fscip) S 781392 781395 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781419] ppid=781392 vsize=6205668 memory=2036 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781419/stat : 781419 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781420] ppid=781392 vsize=6205668 memory=31572 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781420/stat : 781420 (fscip) S 781392 781395 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781421] ppid=781392 vsize=6205668 memory=28568 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781421/stat : 781421 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781422] ppid=781392 vsize=6205668 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781422/stat : 781422 (fscip) S 781392 781395 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781423] ppid=781392 vsize=6205668 memory=7318452475133972 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781423/stat : 781423 (fscip) S 781392 781395 779811 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781424] ppid=781392 vsize=6205668 memory=3470692292451393600 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781424/stat : 781424 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781425] ppid=781392 vsize=6205668 memory=279577407496896 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781425/stat : 781425 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781426] ppid=781392 vsize=6205668 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781426/stat : 781426 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781427] ppid=781392 vsize=6205668 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781427/stat : 781427 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781428] ppid=781392 vsize=6205668 memory=279577408419520 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781428/stat : 781428 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781429] ppid=781392 vsize=6205668 memory=3358239223710698 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781429/stat : 781429 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781430] ppid=781392 vsize=6205668 memory=3358239223710698 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781430/stat : 781430 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781431] ppid=781392 vsize=6205668 memory=233632 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781431/stat : 781431 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781432] ppid=781392 vsize=6205668 memory=30962685530996822 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781432/stat : 781432 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781433] ppid=781392 vsize=6205668 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781433/stat : 781433 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781434] ppid=781392 vsize=6205668 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781434/stat : 781434 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781435] ppid=781392 vsize=6205668 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781435/stat : 781435 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781436] ppid=781392 vsize=6205668 memory=19 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781436/stat : 781436 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781437] ppid=781392 vsize=6205668 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781437/stat : 781437 (fscip) S 781392 781395 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132307781 6354604032 1249252 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
Current children cumulated CPU time: 64.79 s
Current children cumulated vsize: 6205668 KiB
Current children cumulated memory: 4997008 KiB

[startup+25.5012 s]
/proc/loadavg: 73.20 60.63 48.73 83/1023 781439

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

/proc/781395/task/781424/stat : 781424 (fscip) S 781392 781395 779811 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781425] ppid=781392 vsize=50489188 memory=1804 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781425/stat : 781425 (fscip) S 781392 781395 779811 0 -1 1077936192 124 0 0 0 2 1 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781426] ppid=781392 vsize=50489188 memory=46684712 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781426/stat : 781426 (fscip) S 781392 781395 779811 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781427] ppid=781392 vsize=50489188 memory=7883387768521583718 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781427/stat : 781427 (fscip) S 781392 781395 779811 0 -1 1077936192 132 0 0 0 4 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781428] ppid=781392 vsize=50489188 memory=46695172 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781428/stat : 781428 (fscip) S 781392 781395 779811 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781429] ppid=781392 vsize=50489188 memory=5789211670091162176 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781429/stat : 781429 (fscip) S 781392 781395 779811 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781430] ppid=781392 vsize=50489188 memory=42004 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781430/stat : 781430 (fscip) S 781392 781395 779811 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781431] ppid=781392 vsize=50489188 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781431/stat : 781431 (fscip) S 781392 781395 779811 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781432] ppid=781392 vsize=50489188 memory=2316 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781432/stat : 781432 (fscip) S 781392 781395 779811 0 -1 1077936192 171 0 0 0 4 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781433] ppid=781392 vsize=50489188 memory=33000 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781433/stat : 781433 (fscip) S 781392 781395 779811 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781434] ppid=781392 vsize=50489188 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781434/stat : 781434 (fscip) S 781392 781395 779811 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781435] ppid=781392 vsize=50489188 memory=30962685530996822 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781435/stat : 781435 (fscip) S 781392 781395 779811 0 -1 1077936192 173 0 0 0 1 2 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781436] ppid=781392 vsize=50489188 memory=46606364 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781436/stat : 781436 (fscip) S 781392 781395 779811 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781437] ppid=781392 vsize=50489188 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781437/stat : 781437 (fscip) S 781392 781395 779811 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11673858 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
Current children cumulated CPU time: 71978.2 s
Current children cumulated vsize: 50489188 KiB
Current children cumulated memory: 46695432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3643.5 s]
/proc/loadavg: 80.11 80.16 79.69 82/1023 784067
/proc/meminfo: memFree=660174052/790760804 swapFree=131071996/131071996
[pid=781395] ppid=781392 vsize=50489188 memory=46696488 CPUtime=72002 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/stat : 781395 (fscip) S 781392 781395 779811 0 -1 1077936128 115050148 0 0 0 7185076 15121 0 0 20 0 41 0 132306793 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
/proc/781395/statm: 12622297 11674122 3014 3035 0 12461923 0
[pid=781395/tid=781398] ppid=781392 vsize=50489188 memory=51344 CPUtime=3599.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781398/stat : 781398 (fscip) R 781392 781395 779811 0 -1 4194368 4746132 0 0 0 359366 568 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781399] ppid=781392 vsize=50489188 memory=279577406794640 CPUtime=3596.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781399/stat : 781399 (fscip) R 781392 781395 779811 0 -1 4194368 4486216 0 0 0 359073 553 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781400] ppid=781392 vsize=50489188 memory=1668 CPUtime=3597.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781400/stat : 781400 (fscip) R 781392 781395 779811 0 -1 4194368 7953588 0 0 0 358624 1118 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781401] ppid=781392 vsize=50489188 memory=46677872 CPUtime=3605.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781401/stat : 781401 (fscip) R 781392 781395 779811 0 -1 4194368 4778268 0 0 0 359986 568 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781402] ppid=781392 vsize=50489188 memory=0 CPUtime=3600.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781402/stat : 781402 (fscip) R 781392 781395 779811 0 -1 4194368 4639303 0 0 0 359440 585 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781403] ppid=781392 vsize=50489188 memory=7452164707317934189 CPUtime=3602.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781403/stat : 781403 (fscip) R 781392 781395 779811 0 -1 4194368 7729279 0 0 0 359169 1089 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781404] ppid=781392 vsize=50489188 memory=25333125866717268 CPUtime=3597.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781404/stat : 781404 (fscip) R 781392 781395 779811 0 -1 4194368 5001343 0 0 0 359142 622 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781405] ppid=781392 vsize=50489188 memory=279577407053600 CPUtime=3604.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781405/stat : 781405 (fscip) R 781392 781395 779811 0 -1 4194368 4791503 0 0 0 359789 667 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781406] ppid=781392 vsize=50489188 memory=6720662168678777452 CPUtime=3600.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781406/stat : 781406 (fscip) R 781392 781395 779811 0 -1 4194368 7815864 0 0 0 358989 1034 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781407] ppid=781392 vsize=50489188 memory=279577407317072 CPUtime=3598.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781407/stat : 781407 (fscip) R 781392 781395 779811 0 -1 4194368 4684917 0 0 0 359347 537 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781408] ppid=781392 vsize=50489188 memory=46695432 CPUtime=3602.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781408/stat : 781408 (fscip) R 781392 781395 779811 0 -1 4194368 4591079 0 0 0 359658 545 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781409] ppid=781392 vsize=50489188 memory=25333125866717268 CPUtime=3600.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781409/stat : 781409 (fscip) R 781392 781395 779811 0 -1 4194368 7887797 0 0 0 359006 1078 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781410] ppid=781392 vsize=50489188 memory=11448 CPUtime=3598.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781410/stat : 781410 (fscip) R 781392 781395 779811 0 -1 4194368 4820695 0 0 0 359245 581 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781411] ppid=781392 vsize=50489188 memory=6712346690443478 CPUtime=3595.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781411/stat : 781411 (fscip) R 781392 781395 779811 0 -1 4194368 4676393 0 0 0 358885 650 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781412] ppid=781392 vsize=50489188 memory=7170668 CPUtime=3593.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781412/stat : 781412 (fscip) R 781392 781395 779811 0 -1 4194368 8740327 0 0 0 358153 1219 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781413] ppid=781392 vsize=50489188 memory=5512 CPUtime=3602.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781413/stat : 781413 (fscip) R 781392 781395 779811 0 -1 4194368 4769226 0 0 0 359680 561 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781414] ppid=781392 vsize=50489188 memory=46606364 CPUtime=3594.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781414/stat : 781414 (fscip) R 781392 781395 779811 0 -1 4194368 4696199 0 0 0 358818 665 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781415] ppid=781392 vsize=50489188 memory=11448 CPUtime=3597.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781415/stat : 781415 (fscip) R 781392 781395 779811 0 -1 4194368 8581444 0 0 0 358518 1198 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781416] ppid=781392 vsize=50489188 memory=123 CPUtime=3603.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781416/stat : 781416 (fscip) R 781392 781395 779811 0 -1 4194368 4853469 0 0 0 359753 604 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781417] ppid=781392 vsize=50489188 memory=46253908 CPUtime=3601.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781417/stat : 781417 (fscip) R 781392 781395 779811 0 -1 4194368 4613726 0 0 0 359510 616 0 0 20 0 41 0 132307600 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781418] ppid=781392 vsize=50489188 memory=5512 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781418/stat : 781418 (fscip) S 781392 781395 779811 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781419] ppid=781392 vsize=50489188 memory=16164 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781419/stat : 781419 (fscip) S 781392 781395 779811 0 -1 1077936192 169 0 0 0 4 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781420] ppid=781392 vsize=50489188 memory=46681140 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781420/stat : 781420 (fscip) S 781392 781395 779811 0 -1 1077936192 170 0 0 0 4 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781421] ppid=781392 vsize=50489188 memory=11448 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781421/stat : 781421 (fscip) S 781392 781395 779811 0 -1 1077936192 187 0 0 0 4 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781422] ppid=781392 vsize=50489188 memory=3776 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781422/stat : 781422 (fscip) S 781392 781395 779811 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781423] ppid=781392 vsize=50489188 memory=40480 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781423/stat : 781423 (fscip) S 781392 781395 779811 0 -1 1077936192 79 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781424] ppid=781392 vsize=50489188 memory=164 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781424/stat : 781424 (fscip) S 781392 781395 779811 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781425] ppid=781392 vsize=50489188 memory=279577407774944 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781425/stat : 781425 (fscip) S 781392 781395 779811 0 -1 1077936192 124 0 0 0 2 1 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781426] ppid=781392 vsize=50489188 memory=46684712 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781426/stat : 781426 (fscip) S 781392 781395 779811 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781427] ppid=781392 vsize=50489188 memory=7883387768521583718 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781427/stat : 781427 (fscip) S 781392 781395 779811 0 -1 1077936192 132 0 0 0 4 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781428] ppid=781392 vsize=50489188 memory=2316 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781428/stat : 781428 (fscip) S 781392 781395 779811 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781429] ppid=781392 vsize=50489188 memory=33000 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781429/stat : 781429 (fscip) S 781392 781395 779811 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781430] ppid=781392 vsize=50489188 memory=42004 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781430/stat : 781430 (fscip) S 781392 781395 779811 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781431] ppid=781392 vsize=50489188 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781431/stat : 781431 (fscip) S 781392 781395 779811 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781432] ppid=781392 vsize=50489188 memory=46695172 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781432/stat : 781432 (fscip) S 781392 781395 779811 0 -1 1077936192 171 0 0 0 4 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781433] ppid=781392 vsize=50489188 memory=5789211670091162176 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781433/stat : 781433 (fscip) S 781392 781395 779811 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781434] ppid=781392 vsize=50489188 memory=11744 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781434/stat : 781434 (fscip) S 781392 781395 779811 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781435] ppid=781392 vsize=50489188 memory=11700 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781435/stat : 781435 (fscip) S 781392 781395 779811 0 -1 1077936192 173 0 0 0 1 2 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781436] ppid=781392 vsize=50489188 memory=46695764 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781436/stat : 781436 (fscip) S 781392 781395 779811 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
[pid=781395/tid=781437] ppid=781392 vsize=50489188 memory=2264 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/781395/task/781437/stat : 781437 (fscip) S 781392 781395 779811 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 132307781 51700928512 11674122 809668444160 4194304 16623229 140733317770320 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 41435136 140733317776390 140733317776508 140733317776508 140733317783536 0
Current children cumulated CPU time: 72002 s
Current children cumulated vsize: 50489188 KiB
Current children cumulated memory: 46696488 KiB

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

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

# cumulated CPU time of all completed processes:  user=71851 s, system=152.661 s

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

[startup+3644 s]*
/proc/loadavg: 80.11 80.16 79.69 59/984 784067
/proc/meminfo: memFree=676015608/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3644.8 s]
/proc/loadavg: 80.11 80.16 79.69 59/984 784067
/proc/meminfo: memFree=676015608/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3645 s]*
/proc/loadavg: 80.11 80.16 79.69 62/984 784067
/proc/meminfo: memFree=707237908/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3645.03
CPU time (s): 72003.7
CPU user time (s): 71851
CPU system time (s): 152.661
CPU usage (%): 1975.39
Max. virtual memory (cumulated for all children) (KiB): 50620260
Max. memory (cumulated for all children) (KiB): 46788152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71851
system time used= 152.661
maximum resident set size= 46790200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115051185
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= 1672817
involuntary context switches= 330691


# summary of solver processes directly reported to runsolver:
#   pid: 781395
#   total CPU time (s): 72003.7
#   total CPU user time (s): 71851
#   total CPU system time (s): 152.661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.1057 second user time and 89.1534 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 19:40:37
IDJOB=4466033
IDBENCH=160558
IDSOLVER=3094
FILE ID=nodeD105/4466033-1723657237
RUNJOBID= nodeD105-1723654518-779824
SLURM_JOB_ID= 8267924
Free space on /tmp= 8622792 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-60.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-4466033-1723657237/watcher-4466033-1723657237 -o /tmp/evaluation-result-4466033-1723657237/solver-4466033-1723657237 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779824 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4466033-1723657237.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 93ed2607cb9e7eaa6de474e9ba688804
RANDOM SEED=867343207

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        606728180 kB
MemAvailable:   611547772 kB
Buffers:         1251832 kB
Cached:          6854208 kB
SwapCached:            0 kB
Active:          1740012 kB
Inactive:       178449228 kB
Active(anon):       2168 kB
Inactive(anon): 172119976 kB
Active(file):    1737844 kB
Inactive(file):  6329252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29884 kB
Writeback:             0 kB
AnonPages:      172082248 kB
Mapped:           139996 kB
Shmem:             38920 kB
KReclaimable:     344400 kB
Slab:             783432 kB
SReclaimable:     344400 kB
SUnreclaim:       439032 kB
KernelStack:       16880 kB
PageTables:       352792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   16643104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1171584 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21647360 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:     1351680 kB
DirectMap2M:    191035392 kB
DirectMap1G:    613416960 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD105 at 2024-08-14 20:41:22