Trace number 4465477

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug5.5.opb
MD5SUM14fbf9ee541b990313b1cac62bdb8872
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark101
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27553
Number of constraints which are cardinality constraints (but not clauses)247
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 102684826, getVmSize() = 88698880, SCIPgetMemUsed() = 55741004, SCIPgetMemTotal() = 64786228, SCIPgetMemExternEstim() = 37898598
0.00/0.09	c ** set memory limit for presolving in LC to 8.79577e+12 for SCIP **
2.28/2.34	c ** Estimated virtualMemUsedAtSolver = 150426476, getVmSize() = 216256512, SCIPgetMemUsed() = 137843349, SCIPgetMemTotal() = 187741117, SCIPgetMemExternEstim() = 37898598
2.28/2.34	c ** set memory limit for solvers to 4.18814e+11 for each SCIP **
2.28/2.34	c Original Problem   :
2.28/2.34	c   Problem name     : instance-4465477-1722543894
2.28/2.34	c   Variables        : 9632 (9632 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.34	c   Constraints      : 29620
2.28/2.34	c   Objective sense  : minimize
2.28/2.34	c Presolved Problem  :
2.28/2.34	c   Variables        : 9561 (9561 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.34	c   Constraints      : 27419
2.28/2.34	c Constraints        : Number
2.28/2.34	c   knapsack         : 1143 
2.28/2.34	c   setppc           : 16027 
2.28/2.34	c   linear           : 28 
2.28/2.34	c   logicor          : 10221 
2.28/2.34	c ** Instance transfer method used: 0
2.28/2.39	c ** ParaScipInstance copy does not increase the number of variables. **
3.13/3.16	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.13/3.16	c                                Nodes    Active                                            
3.13/3.16	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
26.61/4.49	c *       4              0           1        20         211.0000                -          -
214.03/13.95	c        14              2           1        20         211.0000           0.0000          -
313.13/18.97	c        19             42          41        20         211.0000           0.0000          -
422.27/24.41	c        24            445          20        20         211.0000           0.0000          -
521.39/29.48	c        29           2179         252        20         211.0000           0.0000          -
622.56/34.54	c        35           4001         494        20         211.0000           0.0000          -
721.73/39.59	c        40           4486        1337        20         211.0000           0.0000          -
822.87/44.65	c        45           5891        1642        20         211.0000           0.0000          -
924.00/49.70	c        50           8359          58        20         211.0000           0.0000          -
1023.11/54.76	c        55           9927          55        20         211.0000           0.0000          -
1132.03/60.26	c        60          11539          52        20         211.0000           0.0000          -
1235.11/65.46	c        65          13165          50        20         211.0000           0.0000          -
1336.01/70.51	c        71          14503          38        20         211.0000           0.0000          -
1435.10/75.56	c        76          15691          34        20         211.0000           0.0000          -
1536.14/80.64	c        81          16786          39        20         211.0000           0.0000          -
1635.25/85.69	c        86          18489          81        20         211.0000           0.0000          -
1736.29/90.77	c        91          20445          70        20         211.0000           0.0000          -
1837.32/95.81	c        96          22218          76        20         211.0000           0.0000          -
1936.50/100.88	c       101          23842        1462        20         211.0000           0.0000          -
2037.44/105.95	c       106          25011          71        20         211.0000           0.0000          -
2139.65/111.11	c       111          26107          70        20         211.0000           0.0000          -
2238.70/116.16	c       116          27301          74        20         211.0000           0.0000          -
2340.48/121.22	c       121          28423          58        20         211.0000           0.0000          -
2439.56/126.27	c       126          30083          28        20         211.0000           0.0000          -
2540.56/131.31	c       131          31367           0        20         211.0000           0.0000          -
2639.64/136.36	c       136          33144          96        20         211.0000           0.0000          -
2740.67/141.40	c       141          34771          98        20         211.0000           0.0000          -
2843.74/146.69	c       147          36355          96        20         211.0000           0.0000          -
2944.72/151.76	c       152          37258         143        20         211.0000           0.0000          -
3045.85/156.81	c       157          38426         144        20         211.0000           0.0000          -
3144.80/161.87	c       162          40165         144        20         211.0000           0.0000          -
3245.85/166.91	c       167          41757         143        20         211.0000           0.0000          -
3344.91/171.96	c       172          46297         169        20         211.0000           0.0000          -
3443.96/177.03	c       177          44242         139        20         211.0000           0.0000          -
3546.37/182.08	c       182          49456         172        20         211.0000           0.0000          -
3645.14/187.12	c       187          46626         136        20         211.0000           0.0000          -
3746.86/192.25	c       192          50042          95        20         211.0000           0.0000          -
3847.93/197.31	c       197          49162         132        20         211.0000           0.0000          -
3946.97/202.36	c       202          52401          94        20         211.0000           0.0000          -
4046.02/207.39	c       207          55998          56        20         211.0000           0.0000          -
4147.06/212.47	c       212          57094          55        20         211.0000           0.0000          -
4248.12/217.55	c       218          56251         691        20         211.0000           0.0000          -
4349.18/222.60	c       223          57740         961        20         211.0000           0.0000          -
4448.24/227.67	c       228          59530         937        20         211.0000           0.0000          -
4549.31/232.71	c       233          61156         932        20         211.0000           0.0000          -
4648.40/237.77	c       238          62678         934        20         211.0000           0.0000          -
4749.43/242.83	c       243          64142         933        20         211.0000           0.0000          -
4848.50/247.87	c       248          65628         928        20         211.0000           0.0000          -
4949.55/252.93	c       253          67093         930        20         211.0000           0.0000          -
5048.63/257.97	c       258          68438         928        20         211.0000           0.0000          -
5147.68/263.02	c       263          69890         930        20         211.0000           0.0000          -
5249.53/268.07	c       268          71475         931        20         211.0000           0.0000          -
5348.58/273.14	c       273          72891         926        20         211.0000           0.0000          -
5449.85/278.19	c       278          74380         930        20         211.0000           0.0000          -
5551.79/283.35	c       283          78199         777        20         211.0000           0.0000          -
5652.85/288.40	c       288          71400         131        20         211.0000           0.0000          -
5751.84/293.45	c       293          73141         130        20         211.0000           0.0000          -
5852.85/298.51	c       299          74680         129        20         211.0000           0.0000          -
5951.82/303.56	c       304          76675         124        20         211.0000           0.0000          -
6052.83/308.62	c       309          78741         122        20         211.0000           0.0000          -
6151.90/313.63	c       314          86061        1040        20         211.0000           0.0000          -
6250.98/318.68	c       319              2           1        20         211.0000          24.0000          -
6352.05/323.73	c       324              2           1        20         211.0000          24.0000          -
6451.12/328.79	c       329              2           1        20         211.0000          24.0000          -
6552.16/333.84	c       334              5           4        20         211.0000          24.0000          -
6653.23/339.00	c       339              5           4        20         211.0000          24.0000          -
6752.30/344.04	c       344              5           4        20         211.0000          24.0000          -
6854.17/349.09	c       349              5           4        20         211.0000          24.0000          -
6953.65/354.14	c       354              5           4        20         211.0000          24.0000          -
7054.32/359.20	c       359              5           4        20         211.0000          24.0000          -
7154.44/364.24	c       364              5           4        20         211.0000          24.0000          -
7253.51/369.28	c       369              5           4        20         211.0000          24.0000          -
7356.55/374.46	c       374              5           4        20         211.0000          24.0000          -
7457.61/379.52	c       380              5           4        20         211.0000          24.0000          -
7558.64/384.69	c       385              6           5        20         211.0000          24.0000          -
7659.70/389.76	c       390              6           5        20         211.0000          24.0000          -
7760.75/394.80	c       395              6           5        20         211.0000          24.0000          -
7859.82/399.87	c       400              7           6        20         211.0000          24.0000          -
7960.89/404.92	c       405              7           6        20         211.0000          24.0000          -
8059.92/409.97	c       410              7           6        20         211.0000          24.0000          -
8158.90/415.02	c       415              7           6        20         211.0000          24.0000          -
8260.77/420.07	c       420              7           6        20         211.0000          24.0000          -
8359.51/425.12	c       425              7           6        20         211.0000          24.0000          -
8460.66/430.17	c       430              7           6        20         211.0000          24.0000          -
8560.57/435.22	c       435              7           6        20         211.0000          24.0000          -
8659.51/440.28	c       440              9           8        20         211.0000          24.0000          -
8760.42/445.33	c       445              9           8        20         211.0000          24.0000          -
8859.31/450.37	c       450              9           8        20         211.0000          24.0000          -
8960.31/455.42	c       455              9           8        20         211.0000          24.0000          -
9059.19/460.47	c       460              9           8        20         211.0000          24.0000          -
9160.19/465.53	c       466              9           8        20         211.0000          24.0000          -
9259.17/470.57	c       471              9           8        20         211.0000          24.0000          -
9360.13/475.62	c       476             11          10        20         211.0000          24.0000          -
9459.10/480.68	c       481             11          10        20         211.0000          24.0000          -
9560.07/485.72	c       486             11          10        20         211.0000          24.0000          -
9659.10/490.77	c       491             11          10        20         211.0000          24.0000          -
9760.08/495.83	c       496             11          10        20         211.0000          24.0000          -
9859.21/500.84	c       501             11          10        20         211.0000          24.0000          -
9960.12/505.92	c       506             11          10        20         211.0000          24.0000          -
10059.14/510.98	c       511             11          10        20         211.0000          24.0000          -
10158.20/516.03	c       516             11          10        20         211.0000          24.0000          -
10265.15/521.32	c       521             14          13        20         211.0000          24.0000          -
10364.20/526.37	c       526             14          13        20         211.0000          24.0000          -
10465.24/531.42	c       531             14          13        20         211.0000          24.0000          -
10564.29/536.46	c       536             14          13        20         211.0000          24.0000          -
10665.33/541.51	c       542             14          13        20         211.0000          24.0000          -
10764.35/546.57	c       547             14          13        20         211.0000          24.0000          -
10865.42/551.62	c       552             14          13        20         211.0000          24.0000          -
10964.51/556.68	c       557             15          14        20         211.0000          24.0000          -
11063.61/561.69	c       562              2           1        20         211.0000          51.6667    308.39%
11164.70/566.79	c       567              3           2        20         211.0000          51.6667    308.39%
11265.81/571.84	c       572              4           3        20         211.0000          52.3333    303.18%
11365.05/576.89	c       577              4           3        20         211.0000          52.3333    303.18%
11466.03/581.94	c       582              6           5        20         211.0000          53.0000    298.11%
11565.17/586.99	c       587              7           6        20         211.0000          53.0000    298.11%
11667.29/592.11	c       592              7           6        20         211.0000          53.0000    298.11%
11768.26/597.15	c       597              7           6        20         211.0000          53.0000    298.11%
11868.19/602.21	c       602              7           6        20         211.0000          53.0000    298.11%
11973.27/607.51	c       608              7           6        20         211.0000          53.0000    298.11%
12072.22/612.57	c       613              7           6        20         211.0000          53.0000    298.11%
12175.38/617.72	c       618              7           6        20         211.0000          53.0000    298.11%
12274.56/622.79	c       623              7           6        20         211.0000          53.0000    298.11%
12375.70/627.84	c       628              9           8        20         211.0000          53.0000    298.11%
12474.98/632.88	c       633              9           8        20         211.0000          53.0000    298.11%
12576.02/637.92	c       638              9           8        20         211.0000          53.0000    298.11%
12675.18/642.96	c       643              9           8        20         211.0000          53.0000    298.11%
12774.31/648.01	c       648             10           9        20         211.0000          53.0000    298.11%
12879.36/653.22	c       653             10           9        20         211.0000          53.0000    298.11%
12978.50/658.28	c       658             10           9        20         211.0000          53.0000    298.11%
13081.58/663.49	c       664             10           9        20         211.0000          53.0000    298.11%
13186.60/668.76	c       669             10           9        20         211.0000          53.0000    298.11%
13287.69/673.83	c       674             10           9        20         211.0000          53.0000    298.11%
13386.80/678.88	c       679             11          10        20         211.0000          53.0000    298.11%
13487.85/683.93	c       684             11          10        20         211.0000          53.0000    298.11%
13586.80/689.00	c       689             11          10        20         211.0000          53.0000    298.11%
13636.21/691.41	c *     691             11          10        20         204.0000          53.0000    284.91%
13695.59/694.45	c       694             11          10        20         204.0000          53.0000    284.91%
13796.57/699.57	c       700             11          10        20         204.0000          53.0000    284.91%
13897.48/704.62	c       705             12          11        20         204.0000          53.0000    284.91%
13996.39/709.68	c       710             12          11        20         204.0000          53.0000    284.91%
14097.34/714.72	c       715             12          11        20         204.0000          53.0000    284.91%
14196.30/719.78	c       720             12          11        20         204.0000          53.0000    284.91%
14302.07/725.08	c       725             12          11        20         204.0000          53.0000    284.91%
14413.88/730.72	c       731             12          11        20         204.0000          53.0000    284.91%
14512.87/735.76	c       736             12          11        20         204.0000          53.0000    284.91%
14613.91/740.82	c       741             12          11        20         204.0000          53.0000    284.91%
14712.75/745.86	c       746             12          11        20         204.0000          53.0000    284.91%
14823.66/751.40	c       751             12          11        20         204.0000          53.0000    284.91%
14922.56/756.46	c       756             12          11        20         204.0000          53.0000    284.91%
15023.58/761.50	c       762             12          11        20         204.0000          53.0000    284.91%
15122.60/766.58	c       767             12          11        20         204.0000          53.0000    284.91%
15223.57/771.63	c       772             12          11        20         204.0000          53.0000    284.91%
15322.58/776.66	c       777             12          11        20         204.0000          53.0000    284.91%
15368.09/778.99	c *     779             12          11        20         192.0000          53.0000    262.26%
15435.35/782.35	c       782             12          11        20         192.0000          53.0000    262.26%
15540.16/787.66	c       788             12          11        20         192.0000          53.0000    262.26%
15643.16/792.81	c       793             12          11        20         192.0000          53.0000    262.26%
15742.04/797.85	c       798             12          11        20         192.0000          53.0000    262.26%
15842.95/802.94	c       803             12          11        20         192.0000          53.0000    262.26%
15941.91/807.98	c       808             12          11        20         192.0000          53.0000    262.26%
16046.79/813.25	c       813             12          11        20         192.0000          53.0000    262.26%
16147.68/818.30	c       818             12          11        20         192.0000          53.0000    262.26%
16246.68/823.36	c       823             12          11        20         192.0000          53.0000    262.26%
16347.64/828.41	c       828             12          11        20         192.0000          53.0000    262.26%
16448.56/833.52	c       834             12          11        20         192.0000          53.0000    262.26%
16553.46/838.82	c       839             12          11        20         192.0000          53.0000    262.26%
16657.43/844.12	c       844             12          11        20         192.0000          53.0000    262.26%
16758.26/849.16	c       849             12          11        20         192.0000          53.0000    262.26%
16858.21/854.22	c       854             12          11        20         192.0000          53.0000    262.26%
16957.23/859.26	c       859             12          11        20         192.0000          53.0000    262.26%
17058.32/864.31	c       864             12          11        20         192.0000          53.0000    262.26%
17157.46/869.36	c       869             12          11        20         192.0000          53.0000    262.26%
17258.58/874.41	c       874             12          11        20         192.0000          53.0000    262.26%
17357.69/879.47	c       879             12          11        20         192.0000          53.0000    262.26%
17363.58/879.78	c *     880             12          11        20         177.0000          53.0000    233.96%
17460.50/884.64	c       885             12          11        20         177.0000          53.0000    233.96%
17561.56/889.70	c       890             12          11        20         177.0000          53.0000    233.96%
17660.65/894.75	c       895             12          11        20         177.0000          53.0000    233.96%
17761.69/899.80	c       900             12          11        20         177.0000          53.0000    233.96%
17860.78/904.85	c       905             12          11        20         177.0000          53.0000    233.96%
17961.74/909.90	c       910             12          11        20         177.0000          53.0000    233.96%
18060.85/914.95	c       915             12          11        20         177.0000          53.0000    233.96%
18159.99/920.00	c       920             12          11        20         177.0000          53.0000    233.96%
18259.10/925.05	c       925             12          11        20         177.0000          53.0000    233.96%
18361.27/930.10	c       930             12          11        20         177.0000          53.0000    233.96%
18462.17/935.15	c       935             12          11        20         177.0000          53.0000    233.96%
18562.50/940.21	c       940             12          11        20         177.0000          53.0000    233.96%
18661.53/945.26	c       945             12          11        20         177.0000          53.0000    233.96%
18762.53/950.33	c       950             12          11        20         177.0000          53.0000    233.96%
18861.50/955.40	c       955             12          11        20         177.0000          53.0000    233.96%
18962.59/960.44	c       960             12          11        20         177.0000          53.0000    233.96%
19061.70/965.49	c       966             12          11        20         177.0000          53.0000    233.96%
19162.82/970.54	c       971             12          11        20         177.0000          53.0000    233.96%
19261.91/975.59	c       976             12          11        20         177.0000          53.0000    233.96%
19363.01/980.64	c       981             12          11        20         177.0000          53.0000    233.96%
19462.12/985.69	c       986             12          11        20         177.0000          53.0000    233.96%
19563.25/990.76	c       991             12          11        20         177.0000          53.0000    233.96%
19664.31/995.80	c       996             12          11        20         177.0000          53.0000    233.96%
19763.42/1000.85	c      1001             12          11        20         177.0000          53.0000    233.96%
19864.22/1005.91	c      1006             12          11        20         177.0000          53.0000    233.96%
19963.17/1010.96	c      1011             12          11        20         177.0000          53.0000    233.96%
20062.22/1016.02	c      1016             12          11        20         177.0000          53.0000    233.96%
20164.18/1021.07	c      1021             12          11        20         177.0000          53.0000    233.96%
20263.37/1026.11	c      1026             12          11        20         177.0000          53.0000    233.96%
20322.67/1029.10	c *    1029             12          11        20         167.0000          53.0000    215.09%
20364.23/1031.20	c      1031             12          11        20         167.0000          53.0000    215.09%
20470.22/1036.57	c      1037             12          11        20         167.0000          53.0000    215.09%
20571.17/1041.66	c      1042             12          11        20         167.0000          53.0000    215.09%
20670.29/1046.68	c      1047             12          11        20         167.0000          53.0000    215.09%
20771.38/1051.73	c      1052             12          11        20         167.0000          53.0000    215.09%
20870.48/1056.78	c      1057             12          11        20         167.0000          53.0000    215.09%
20971.55/1061.84	c      1062             12          11        20         167.0000          53.0000    215.09%
21075.46/1067.07	c      1067             12          11        20         167.0000          53.0000    215.09%
21174.65/1072.12	c      1072             12          11        20         167.0000          53.0000    215.09%
21276.76/1077.26	c      1077             12          11        20         167.0000          53.0000    215.09%
21377.91/1082.32	c      1082             12          11        20         167.0000          53.0000    215.09%
21476.94/1087.37	c      1087             12          11        20         167.0000          53.0000    215.09%
21577.96/1092.43	c      1092             12          11        20         167.0000          53.0000    215.09%
21677.11/1097.47	c      1097             12          11        20         167.0000          53.0000    215.09%
21778.17/1102.54	c      1103             12          11        20         167.0000          53.0000    215.09%
21877.26/1107.58	c      1108             12          11        20         167.0000          53.0000    215.09%
21978.32/1112.64	c      1113             12          11        20         167.0000          53.0000    215.09%
22079.38/1117.73	c      1118             12          11        20         167.0000          53.0000    215.09%
22180.34/1122.86	c      1123             12          11        20         167.0000          53.0000    215.09%
22281.31/1127.94	c      1128             12          11        20         167.0000          53.0000    215.09%
22374.33/1132.61	c *    1133             12          11        20         160.0000          53.0000    201.89%
22380.27/1132.98	c      1133             12          11        20         160.0000          53.0000    201.89%
22493.19/1138.65	c      1139             12          11        20         160.0000          53.0000    201.89%
22592.29/1143.67	c      1144             12          11        20         160.0000          53.0000    201.89%
22693.29/1148.75	c      1149             12          11        20         160.0000          53.0000    201.89%
22794.14/1153.80	c      1154             12          11        20         160.0000          53.0000    201.89%
22893.09/1158.85	c      1159             12          11        20         160.0000          53.0000    201.89%
22994.12/1163.91	c      1164             12          11        20         160.0000          53.0000    201.89%
23099.00/1169.29	c      1169             12          11        20         160.0000          53.0000    201.89%
23205.87/1174.61	c      1175             12          11        20         160.0000          53.0000    201.89%
23306.79/1179.79	c      1180             12          11        20         160.0000          53.0000    201.89%
23407.86/1184.84	c      1185             12          11        20         160.0000          53.0000    201.89%
23508.73/1189.90	c      1190             12          11        20         160.0000          53.0000    201.89%
23607.78/1194.95	c      1195             12          11        20         160.0000          53.0000    201.89%
23706.83/1199.99	c      1200             12          11        20         160.0000          53.0000    201.89%
23805.87/1205.05	c      1205             12          11        20         160.0000          53.0000    201.89%
23907.85/1210.09	c      1210             12          11        20         160.0000          53.0000    201.89%
24006.58/1215.15	c      1215             12          11        20         160.0000          53.0000    201.89%
24108.66/1220.23	c      1220             12          11        20         160.0000          53.0000    201.89%
24211.76/1225.41	c      1225             12          11        20         160.0000          53.0000    201.89%
24310.84/1230.47	c      1230             12          11        20         160.0000          53.0000    201.89%
24411.91/1235.54	c      1236             12          11        20         160.0000          53.0000    201.89%
24514.97/1240.74	c      1241             12          11        20         160.0000          53.0000    201.89%
24614.05/1245.79	c      1246             12          11        20         160.0000          53.0000    201.89%
24715.02/1250.88	c      1251             12          11        20         160.0000          53.0000    201.89%
24816.11/1256.02	c      1256             12          11        20         160.0000          53.0000    201.89%
24918.15/1261.08	c      1261             12          11        20         160.0000          53.0000    201.89%
25022.24/1266.30	c      1266             12          11        20         160.0000          53.0000    201.89%
25121.33/1271.31	c      1271             12          11        20         160.0000          53.0000    201.89%
25220.38/1276.36	c      1276             12          11        20         160.0000          53.0000    201.89%
25325.38/1281.64	c      1282             12          11        20         160.0000          53.0000    201.89%
25426.46/1286.74	c      1287             12          11        20         160.0000          53.0000    201.89%
25515.54/1291.20	c *    1291             12          11        20         155.0000          53.0000    192.45%
25525.50/1291.78	c      1292             12          11        20         155.0000          53.0000    192.45%
25631.58/1297.07	c      1297             12          11        20         155.0000          53.0000    192.45%
25735.67/1302.32	c      1302             12          11        20         155.0000          53.0000    192.45%
25849.69/1308.07	c      1308             12          11        20         155.0000          53.0000    192.45%
25951.82/1313.24	c      1313             12          11        20         155.0000          53.0000    192.45%
26056.95/1318.50	c      1319             12          11        20         155.0000          53.0000    192.45%
26156.10/1323.55	c      1324             12          11        20         155.0000          53.0000    192.45%
26257.19/1328.61	c      1329             12          11        20         155.0000          53.0000    192.45%
26358.28/1333.77	c      1334             12          11        20         155.0000          53.0000    192.45%
26461.40/1338.93	c      1339             12          11        20         155.0000          53.0000    192.45%
26563.65/1344.10	c      1344             12          11        20         155.0000          53.0000    192.45%
26662.71/1349.14	c      1349             12          11        20         155.0000          53.0000    192.45%
26763.88/1354.19	c      1354             12          11        20         155.0000          53.0000    192.45%
26863.87/1359.24	c      1359             12          11        20         155.0000          53.0000    192.45%
26968.99/1364.53	c      1365             12          11        20         155.0000          53.0000    192.45%
27068.10/1369.58	c      1370             12          11        20         155.0000          53.0000    192.45%
27171.20/1374.72	c      1375             12          11        20         155.0000          53.0000    192.45%
27272.31/1379.83	c      1380             12          11        20         155.0000          53.0000    192.45%
27373.47/1384.92	c      1385             12          11        20         155.0000          53.0000    192.45%
27475.47/1390.14	c      1390             12          11        20         155.0000          53.0000    192.45%
27576.41/1395.19	c      1395             12          11        20         155.0000          53.0000    192.45%
27676.63/1400.25	c      1400             12          11        20         155.0000          53.0000    192.45%
27777.83/1405.30	c      1405             12          11        20         155.0000          53.0000    192.45%
27876.88/1410.35	c      1410             12          11        20         155.0000          53.0000    192.45%
27976.07/1415.39	c      1415             12          11        20         155.0000          53.0000    192.45%
28077.21/1420.46	c      1420             12          11        20         155.0000          53.0000    192.45%
28178.38/1425.51	c      1426             12          11        20         155.0000          53.0000    192.45%
28277.52/1430.57	c      1431             12          11        20         155.0000          53.0000    192.45%
28378.63/1435.63	c      1436             12          11        20         155.0000          53.0000    192.45%
28477.81/1440.68	c      1441             12          11        20         155.0000          53.0000    192.45%
28579.09/1445.75	c      1446             12          11        20         155.0000          53.0000    192.45%
28679.98/1450.80	c      1451             12          11        20         155.0000          53.0000    192.45%
28779.13/1455.84	c      1456             12          11        20         155.0000          53.0000    192.45%
28880.15/1460.91	c      1461             12          11        20         155.0000          53.0000    192.45%
28982.24/1466.09	c      1466             12          11        20         155.0000          53.0000    192.45%
29081.31/1471.12	c      1471             12          11        20         155.0000          53.0000    192.45%
29183.32/1476.28	c      1476             12          11        20         155.0000          53.0000    192.45%
29288.32/1481.58	c      1482             12          11        20         155.0000          53.0000    192.45%
29389.46/1486.65	c      1487             12          11        20         155.0000          53.0000    192.45%
29490.61/1491.71	c      1492             12          11        20         155.0000          53.0000    192.45%
29589.72/1496.75	c      1497             12          11        20         155.0000          53.0000    192.45%
29690.73/1501.81	c      1502             12          11        20         155.0000          53.0000    192.45%
29789.85/1506.87	c      1507             12          11        20         155.0000          53.0000    192.45%
29890.74/1511.93	c      1512             12          11        20         155.0000          53.0000    192.45%
29989.86/1516.98	c      1517             12          11        20         155.0000          53.0000    192.45%
30091.81/1522.14	c      1522             12          11        20         155.0000          53.0000    192.45%
30193.12/1527.19	c      1527             12          11        20         155.0000          53.0000    192.45%
30206.03/1527.84	c *    1528             12          11        20         148.0000          53.0000    179.25%
30296.95/1532.40	c      1532             12          11        20         148.0000          53.0000    179.25%
30408.85/1538.08	c      1538             12          11        20         148.0000          53.0000    179.25%
30524.98/1544.01	c      1544             12          11        20         148.0000          53.0000    179.25%
30663.76/1551.03	c      1551             12          11        20         148.0000          53.0000    179.25%
30780.80/1556.86	c      1557             12          11        20         148.0000          53.0000    179.25%
30899.61/1562.85	c      1563             12          11        20         148.0000          53.0000    179.25%
31003.68/1568.09	c      1568             12          11        20         148.0000          53.0000    179.25%
31109.59/1573.40	c      1573             12          11        20         148.0000          53.0000    179.25%
31210.75/1578.53	c      1579             12          11        20         148.0000          53.0000    179.25%
31311.90/1583.61	c      1584             12          11        20         148.0000          53.0000    179.25%
31411.02/1588.69	c      1589             12          11        20         148.0000          53.0000    179.25%
31514.12/1593.82	c      1594             12          11        20         148.0000          53.0000    179.25%
31618.18/1599.09	c      1599             12          11        20         148.0000          53.0000    179.25%
31717.39/1604.13	c      1604             12          11        20         148.0000          53.0000    179.25%
31818.47/1609.18	c      1609             12          11        20         148.0000          53.0000    179.25%
31918.49/1614.24	c      1614             12          11        20         148.0000          53.0000    179.25%
32023.61/1619.51	c      1620             12          11        20         148.0000          53.0000    179.25%
32122.77/1624.56	c      1625             12          11        20         148.0000          53.0000    179.25%
32229.73/1630.00	c      1630             12          11        20         148.0000          53.0000    179.25%
32333.96/1635.16	c      1635             12          11        20         148.0000          53.0000    179.25%
32434.03/1640.23	c      1640             12          11        20         148.0000          53.0000    179.25%
32533.23/1645.29	c      1645             12          11        20         148.0000          53.0000    179.25%
32636.31/1650.47	c      1650             12          11        20         148.0000          53.0000    179.25%
32737.48/1655.52	c      1656             12          11        20         148.0000          53.0000    179.25%
32836.65/1660.57	c      1661             12          11        20         148.0000          53.0000    179.25%
32943.78/1665.99	c      1666             12          11        20         148.0000          53.0000    179.25%
33045.70/1671.06	c      1671             12          11        20         148.0000          53.0000    179.25%
33147.75/1676.29	c      1676             12          11        20         148.0000          53.0000    179.25%
33181.46/1677.91	c *    1678             12          11        20         143.0000          53.0000    169.81%
33256.74/1681.70	c      1682             12          11        20         143.0000          53.0000    169.81%
33369.79/1687.47	c      1687             12          11        20         143.0000          53.0000    169.81%
33492.58/1693.69	c      1694             12          11        20         143.0000          53.0000    169.81%
33605.57/1699.31	c      1699             12          11        20         143.0000          53.0000    169.81%
33742.38/1706.25	c      1706             12          11        20         143.0000          53.0000    169.81%
33847.46/1711.59	c      1712             12          11        20         143.0000          53.0000    169.81%
33959.57/1717.18	c      1717             12          11        20         143.0000          53.0000    169.81%
34059.51/1722.25	c      1722             12          11        20         143.0000          53.0000    169.81%
34160.64/1727.37	c      1727             12          11        20         143.0000          53.0000    169.81%
34261.67/1732.43	c      1732             12          11        20         143.0000          53.0000    169.81%
34360.78/1737.49	c      1737             12          11        20         143.0000          53.0000    169.81%
34461.81/1742.53	c      1743             12          11        20         143.0000          53.0000    169.81%
34562.93/1747.69	c      1748             12          11        20         143.0000          53.0000    169.81%
34663.96/1752.73	c      1753             12          11        20         143.0000          53.0000    169.81%
34763.10/1757.77	c      1758             12          11        20         143.0000          53.0000    169.81%
34864.09/1762.82	c      1763             12          11        20         143.0000          53.0000    169.81%
34963.09/1767.87	c      1768             12          11        20         143.0000          53.0000    169.81%
35064.14/1772.94	c      1773             12          11        20         143.0000          53.0000    169.81%
35166.06/1778.12	c      1778             12          11        20         143.0000          53.0000    169.81%
35267.12/1783.17	c      1783             12          11        20         143.0000          53.0000    169.81%
35367.36/1788.20	c      1788             12          11        20         143.0000          53.0000    169.81%
35466.48/1793.24	c      1793             12          11        20         143.0000          53.0000    169.81%
35569.63/1798.40	c      1798             12          11        20         143.0000          53.0000    169.81%
35670.81/1803.51	c      1804             12          11        20         143.0000          53.0000    169.81%
35773.81/1808.71	c      1809             12          11        20         143.0000          53.0000    169.81%
35872.76/1813.79	c      1814             12          11        20         143.0000          53.0000    169.81%
35973.85/1818.83	c      1819             12          11        20         143.0000          53.0000    169.81%
36073.04/1823.86	c      1824             12          11        20         143.0000          53.0000    169.81%
36174.21/1828.97	c      1829             12          11        20         143.0000          53.0000    169.81%
36273.46/1834.02	c      1834             12          11        20         143.0000          53.0000    169.81%
36378.59/1839.21	c      1839             12          11        20         143.0000          53.0000    169.81%
36477.73/1844.27	c      1844             12          11        20         143.0000          53.0000    169.81%
36578.87/1849.36	c      1849             12          11        20         143.0000          53.0000    169.81%
36679.91/1854.46	c      1854             12          11        20         143.0000          53.0000    169.81%
36780.98/1859.50	c      1860             12          11        20         143.0000          53.0000    169.81%
36880.12/1864.55	c      1865             12          11        20         143.0000          53.0000    169.81%
36981.20/1869.62	c      1870             12          11        20         143.0000          53.0000    169.81%
37080.34/1874.64	c      1875             12          11        20         143.0000          53.0000    169.81%
37179.49/1879.66	c      1880             12          11        20         143.0000          53.0000    169.81%
37280.62/1884.72	c      1885             12          11        20         143.0000          53.0000    169.81%
37379.75/1889.76	c      1890             12          11        20         143.0000          53.0000    169.81%
37480.71/1894.83	c      1895             12          11        20         143.0000          53.0000    169.81%
37538.19/1897.72	c *    1898             12          11        20         136.0000          53.0000    156.60%
37587.66/1900.25	c      1900             12          11        20         136.0000          53.0000    156.60%
37692.74/1905.56	c      1906             12          11        20         136.0000          53.0000    156.60%
37807.75/1911.37	c      1911             12          11        20         136.0000          53.0000    156.60%
37914.83/1916.78	c      1917             12          11        20         136.0000          53.0000    156.60%
38053.64/1923.72	c      1924             12          11        20         136.0000          53.0000    156.60%
38176.57/1929.90	c      1930             12          11        20         136.0000          53.0000    156.60%
38275.68/1934.93	c      1935             12          11        20         136.0000          53.0000    156.60%
38382.80/1940.32	c      1940             12          11        20         136.0000          53.0000    156.60%
38487.83/1945.61	c      1946             12          11        20         136.0000          53.0000    156.60%
38590.97/1950.81	c      1951             12          11        20         136.0000          53.0000    156.60%
38690.14/1955.89	c      1956             12          11        20         136.0000          53.0000    156.60%
38791.28/1960.98	c      1961             12          11        20         136.0000          53.0000    156.60%
38890.45/1966.02	c      1966             12          11        20         136.0000          53.0000    156.60%
38992.57/1971.07	c      1971             12          11        20         136.0000          53.0000    156.60%
39093.63/1976.19	c      1976             12          11        20         136.0000          53.0000    156.60%
39193.80/1981.25	c      1981             12          11        20         136.0000          53.0000    156.60%
39292.95/1986.29	c      1986             12          11        20         136.0000          53.0000    156.60%
39396.04/1991.46	c      1991             12          11        20         136.0000          53.0000    156.60%
39497.11/1996.52	c      1997             12          11        20         136.0000          53.0000    156.60%
39602.26/2001.89	c      2002             12          11        20         136.0000          53.0000    156.60%
39703.36/2006.94	c      2007             12          11        20         136.0000          53.0000    156.60%
39805.44/2012.05	c      2012             12          11        20         136.0000          53.0000    156.60%
39904.62/2017.10	c      2017             12          11        20         136.0000          53.0000    156.60%
40005.81/2022.16	c      2022             12          11        20         136.0000          53.0000    156.60%
40105.95/2027.20	c      2027             12          11        20         136.0000          53.0000    156.60%
40207.12/2032.31	c      2032             12          11        20         136.0000          53.0000    156.60%
40308.26/2037.41	c      2037             12          11        20         136.0000          53.0000    156.60%
40407.42/2042.47	c      2042             12          11        20         136.0000          53.0000    156.60%
40510.56/2047.61	c      2048             12          11        20         136.0000          53.0000    156.60%
40609.71/2052.67	c      2053             12          11        20         136.0000          53.0000    156.60%
40710.92/2057.73	c      2058             12          11        20         136.0000          53.0000    156.60%
40810.11/2062.75	c      2063             12          11        20         136.0000          53.0000    156.60%
40911.29/2067.85	c      2068             12          11        20         136.0000          53.0000    156.60%
41012.43/2072.91	c      2073             12          11        20         136.0000          53.0000    156.60%
41111.57/2077.96	c      2078             12          11        20         136.0000          53.0000    156.60%
41210.72/2083.01	c      2083             12          11        20         136.0000          53.0000    156.60%
41312.79/2088.06	c      2088             12          11        20         136.0000          53.0000    156.60%
41414.07/2093.17	c      2093             12          11        20         136.0000          53.0000    156.60%
41514.11/2098.23	c      2098             12          11        20         136.0000          53.0000    156.60%
41613.22/2103.27	c      2103             12          11        20         136.0000          53.0000    156.60%
41714.35/2108.32	c      2108             12          11        20         136.0000          53.0000    156.60%
41817.37/2113.58	c      2114             13          12        20         136.0000          53.0000    156.60%
41918.43/2118.63	c      2119             13          12        20         136.0000          53.0000    156.60%
42017.60/2123.67	c      2124             13          12        20         136.0000          53.0000    156.60%
42120.82/2128.84	c      2129             13          12        20         136.0000          53.0000    156.60%
42221.89/2133.91	c      2134             14          13        20         136.0000          53.0000    156.60%
42321.02/2138.98	c      2139             14          13        20         136.0000          53.0000    156.60%
42420.18/2144.04	c      2144             14          13        20         136.0000          53.0000    156.60%
42522.48/2149.15	c      2149             14          13        20         136.0000          53.0000    156.60%
42624.46/2154.21	c      2154             14          13        20         136.0000          53.0000    156.60%
42725.49/2159.37	c      2159             15          14        20         136.0000          53.0000    156.60%
42826.62/2164.47	c      2164             15          14        20         136.0000          53.0000    156.60%
42927.83/2169.54	c      2170             15          14        20         136.0000          53.0000    156.60%
43026.89/2174.58	c      2175             15          14        20         136.0000          53.0000    156.60%
43127.96/2179.64	c      2180             15          14        20         136.0000          53.0000    156.60%
43203.39/2183.41	c *    2183             15          14        20         133.0000          53.0000    150.94%
43242.87/2185.47	c      2185             15          14        20         133.0000          53.0000    150.94%
43345.97/2190.62	c      2191             21          20        20         133.0000          53.0000    150.94%
43451.07/2195.92	c      2196             29          28        20         133.0000          53.6667    147.83%
43569.97/2202.00	c      2202             31          30        20         133.0000          53.6667    147.83%
43680.87/2207.54	c      2208             31          30        20         133.0000          53.6667    147.83%
43827.57/2215.04	c      2215             31          30        20         133.0000          53.6667    147.83%
43946.51/2221.02	c      2221             31          30        20         133.0000          53.6667    147.83%
44063.52/2226.82	c      2227             31          30        20         133.0000          53.6667    147.83%
44162.56/2231.87	c      2232             31          30        20         133.0000          53.6667    147.83%
44273.57/2237.46	c      2237             31          30        20         133.0000          53.6667    147.83%
44372.72/2242.48	c      2242             31          30        20         133.0000          53.6667    147.83%
44475.94/2247.62	c      2248             32          31        20         133.0000          53.6667    147.83%
44579.06/2252.80	c      2253             33          32        20         133.0000          53.6667    147.83%
44678.11/2257.85	c      2258             33          32        20         133.0000          53.6667    147.83%
44779.26/2262.90	c      2263             33          32        20         133.0000          53.6667    147.83%
44886.31/2268.35	c      2268             33          32        20         133.0000          53.6667    147.83%
44985.47/2273.40	c      2273             33          32        20         133.0000          53.6667    147.83%
45086.55/2278.48	c      2278             33          32        20         133.0000          53.6667    147.83%
45187.69/2283.54	c      2284             33          32        20         133.0000          53.6667    147.83%
45288.74/2288.60	c      2289             36          35        20         133.0000          53.6667    147.83%
45387.83/2293.63	c      2294             36          35        20         133.0000          53.6667    147.83%
45488.98/2298.73	c      2299             36          35        20         133.0000          53.6667    147.83%
45592.10/2303.95	c      2304             36          35        20         133.0000          53.6667    147.83%
45691.20/2308.95	c      2309             36          35        20         133.0000          53.6667    147.83%
45790.34/2314.01	c      2314             36          35        20         133.0000          53.6667    147.83%
45892.30/2319.13	c      2319             36          35        20         133.0000          53.6667    147.83%
45994.48/2324.22	c      2324             40          39        20         133.0000          53.6667    147.83%
46095.58/2329.40	c      2329             40          39        20         133.0000          53.6667    147.83%
46196.60/2334.45	c      2334             40          39        20         133.0000          53.6667    147.83%
46301.67/2339.79	c      2340             42          41        20         133.0000          53.6667    147.83%
46402.86/2344.83	c      2345             42          41        20         133.0000          53.6667    147.83%
46503.70/2350.05	c      2350             42          41        20         133.0000          53.6667    147.83%
46605.53/2355.09	c      2355             42          41        20         133.0000          53.6667    147.83%
46704.68/2360.14	c      2360             42          41        20         133.0000          53.6667    147.83%
46808.91/2365.31	c      2365             42          41        20         133.0000          53.6667    147.83%
46908.01/2370.35	c      2370             42          41        20         133.0000          53.6667    147.83%
47007.12/2375.40	c      2375             42          41        20         133.0000          53.6667    147.83%
47112.18/2380.64	c      2381             46          45        20         133.0000          53.6667    147.83%
47213.31/2385.74	c      2386             52          51        20         133.0000          53.6667    147.83%
47312.38/2390.80	c      2391             52          51        20         133.0000          53.6667    147.83%
47413.48/2395.88	c      2396             52          51        20         133.0000          53.6667    147.83%
47514.56/2400.93	c      2401             52          51        20         133.0000          53.6667    147.83%
47613.79/2405.97	c      2406             52          51        20         133.0000          53.6667    147.83%
47715.49/2411.06	c      2411             52          51        20         133.0000          53.6667    147.83%
47814.49/2416.13	c      2416             52          51        20         133.0000          53.6667    147.83%
47915.62/2421.17	c      2421             54          53        20         133.0000          53.6667    147.83%
48015.87/2426.25	c      2426             55          54        20         133.0000          53.6667    147.83%
48114.99/2431.29	c      2431             57          56        20         133.0000          53.6667    147.83%
48218.10/2436.40	c      2436             59          58        20         133.0000          53.6667    147.83%
48317.26/2441.45	c      2441             59          58        20         133.0000          53.6667    147.83%
48418.39/2446.50	c      2447             61          60        20         133.0000          53.6667    147.83%
48519.50/2451.67	c      2452             63          62        20         133.0000          53.6667    147.83%
48620.66/2456.72	c      2457             64          63        20         133.0000          53.6667    147.83%
48719.80/2461.77	c      2462             64          63        20         133.0000          53.6667    147.83%
48820.90/2466.82	c      2467             64          63        20         133.0000          53.6667    147.83%
48919.89/2471.89	c      2472             64          63        20         133.0000          53.6667    147.83%
49020.87/2476.95	c      2477             64          63        20         133.0000          53.6667    147.83%
49122.96/2482.09	c      2482             64          63        20         133.0000          53.6667    147.83%
49222.20/2487.14	c      2487             64          63        20         133.0000          53.6667    147.83%
49326.17/2492.33	c      2492             64          63        20         133.0000          53.6667    147.83%
49427.32/2497.45	c      2497             64          63        20         133.0000          53.6667    147.83%
49526.49/2502.50	c      2502             66          65        20         133.0000          53.6667    147.83%
49629.61/2507.60	c      2508             66          65        20         133.0000          53.6667    147.83%
49728.75/2512.65	c      2513             66          65        20         133.0000          53.6667    147.83%
49829.85/2517.70	c      2518             66          65        20         133.0000          53.6667    147.83%
49928.96/2522.75	c      2523             66          65        20         133.0000          53.6667    147.83%
50032.04/2528.01	c      2528             66          65        20         133.0000          53.6667    147.83%
50135.80/2533.15	c      2533             72          71        20         133.0000          53.6667    147.83%
50239.98/2538.44	c      2538             72          71        20         133.0000          53.6667    147.83%
50341.09/2543.56	c      2544             72          71        20         133.0000          53.6667    147.83%
50442.22/2548.62	c      2549             72          71        20         133.0000          53.6667    147.83%
50541.36/2553.68	c      2554             73          72        20         133.0000          53.6667    147.83%
50642.45/2558.76	c      2559             74          73        20         133.0000          53.6667    147.83%
50750.55/2564.17	c      2564             74          73        20         133.0000          53.6667    147.83%
50850.55/2569.21	c      2569             74          73        20         133.0000          53.6667    147.83%
50949.70/2574.29	c      2574             74          73        20         133.0000          53.6667    147.83%
51050.82/2579.34	c      2579             74          73        20         133.0000          53.6667    147.83%
51151.95/2584.47	c      2584             76          75        20         133.0000          53.6667    147.83%
51252.93/2589.56	c      2590             78          77        20         133.0000          53.6667    147.83%
51354.04/2594.62	c      2595             78          77        20         133.0000          53.6667    147.83%
51453.13/2599.68	c      2600             78          77        20         133.0000          53.6667    147.83%
51554.25/2604.73	c      2605             78          77        20         133.0000          53.6667    147.83%
51653.36/2609.78	c      2610             78          77        20         133.0000          53.6667    147.83%
51754.48/2614.83	c      2615             78          77        20         133.0000          53.6667    147.83%
51855.52/2619.93	c      2620             79          78        20         133.0000          53.6667    147.83%
51954.65/2624.98	c      2625             80          79        20         133.0000          53.6667    147.83%
52053.79/2630.04	c      2630             80          79        20         133.0000          53.6667    147.83%
52155.72/2635.08	c      2635             80          79        20         133.0000          53.6667    147.83%
52254.84/2640.13	c      2640             80          79        20         133.0000          53.6667    147.83%
52358.91/2645.36	c      2645             80          79        20         133.0000          53.6667    147.83%
52459.98/2650.43	c      2650             80          79        20         133.0000          53.6667    147.83%
52561.17/2655.51	c      2656             82          81        20         133.0000          53.6667    147.83%
52660.20/2660.55	c      2661             87          86        20         133.0000          53.6667    147.83%
52761.30/2665.62	c      2666             87          86        20         133.0000          53.6667    147.83%
52862.42/2670.78	c      2671             87          86        20         133.0000          53.6667    147.83%
52963.51/2675.85	c      2676             88          87        20         133.0000          53.6667    147.83%
53064.57/2680.95	c      2681             89          88        20         133.0000          53.6667    147.83%
53166.65/2686.07	c      2686             91          90        20         133.0000          53.6667    147.83%
53265.77/2691.13	c      2691             91          90        20         133.0000          53.6667    147.83%
53367.88/2696.21	c      2696             91          90        20         133.0000          53.6667    147.83%
53467.12/2701.27	c      2701             91          90        20         133.0000          53.6667    147.83%
53568.11/2706.33	c      2706             91          90        20         133.0000          53.6667    147.83%
53667.18/2711.40	c      2711             92          91        20         133.0000          53.6667    147.83%
53768.24/2716.46	c      2716             96          95        20         133.0000          53.6667    147.83%
53867.33/2721.49	c      2721             98          97        20         133.0000          53.6667    147.83%
53968.46/2726.53	c      2727             98          97        20         133.0000          53.6667    147.83%
54069.58/2731.63	c      2732             98          97        20         133.0000          53.6667    147.83%
54168.73/2736.69	c      2737             99          98        20         133.0000          53.6667    147.83%
54269.86/2741.74	c      2742            102         101        20         133.0000          53.6667    147.83%
54371.00/2746.80	c      2747            103         102        20         133.0000          53.6667    147.83%
54470.11/2751.85	c      2752            105         104        20         133.0000          53.6667    147.83%
54571.20/2756.91	c      2757            105         104        20         133.0000          53.6667    147.83%
54670.33/2761.99	c      2762            105         104        20         133.0000          53.6667    147.83%
54775.35/2767.22	c      2767            105         104        20         133.0000          53.6667    147.83%
54874.47/2772.27	c      2772            105         104        20         133.0000          53.6667    147.83%
54975.60/2777.35	c      2777            105         104        20         133.0000          53.6667    147.83%
55076.70/2782.40	c      2782            105         104        20         133.0000          53.6667    147.83%
55175.84/2787.45	c      2787            105         104        20         133.0000          53.6667    147.83%
55276.98/2792.51	c      2793            107         106        20         133.0000          53.6667    147.83%
55376.14/2797.54	c      2798            110         109        20         133.0000          53.6667    147.83%
55477.25/2802.61	c      2803            114         113        20         133.0000          53.6667    147.83%
55576.41/2807.67	c      2808            114         113        20         133.0000          53.6667    147.83%
55677.51/2812.72	c      2813            114         113        20         133.0000          53.6667    147.83%
55780.63/2817.93	c      2818            114         113        20         133.0000          53.6667    147.83%
55879.75/2822.99	c      2823            118         117        20         133.0000          53.6667    147.83%
55981.85/2828.05	c      2828            118         117        20         133.0000          53.6667    147.83%
56081.04/2833.12	c      2833            121         120        20         133.0000          53.6667    147.83%
56181.71/2838.16	c      2838            121         120        20         133.0000          53.6667    147.83%
56282.03/2843.21	c      2843            121         120        20         133.0000          53.6667    147.83%
56381.14/2848.27	c      2848            121         120        20         133.0000          53.6667    147.83%
56482.27/2853.31	c      2853            121         120        20         133.0000          53.6667    147.83%
56583.32/2858.45	c      2858            123         122        20         133.0000          53.6667    147.83%
56684.47/2863.51	c      2864            128         127        20         133.0000          53.6667    147.83%
56783.58/2868.56	c      2869            132         131        20         133.0000          53.6667    147.83%
56886.71/2873.76	c      2874            132         131        20         133.0000          53.6667    147.83%
56987.72/2878.84	c      2879            132         131        20         133.0000          53.6667    147.83%
57088.79/2883.91	c      2884            132         131        20         133.0000          53.6667    147.83%
57187.89/2888.97	c      2889            136         135        20         133.0000          53.6667    147.83%
57287.04/2894.03	c      2894            136         135        20         133.0000          53.6667    147.83%
57389.02/2899.08	c      2899            136         135        20         133.0000          53.6667    147.83%
57490.26/2904.15	c      2904            136         135        20         133.0000          53.6667    147.83%
57592.29/2909.38	c      2909            136         135        20         133.0000          53.6667    147.83%
57693.39/2914.45	c      2914            136         135        20         133.0000          53.6667    147.83%
57796.47/2919.65	c      2920            136         135        20         133.0000          53.6667    147.83%
57897.60/2924.70	c      2925            136         135        20         133.0000          53.6667    147.83%
57996.70/2929.76	c      2930            137         136        20         133.0000          53.6667    147.83%
58102.69/2935.07	c      2935            138         137        20         133.0000          53.6667    147.83%
58203.80/2940.18	c      2940            138         137        20         133.0000          53.6667    147.83%
58303.86/2945.23	c      2945            138         137        20         133.0000          53.6667    147.83%
58402.92/2950.27	c      2950            141         140        20         133.0000          53.6667    147.83%
58504.03/2955.34	c      2955            141         140        20         133.0000          53.6667    147.83%
58603.10/2960.38	c      2960            141         140        20         133.0000          53.6667    147.83%
58706.18/2965.59	c      2966            143         142        20         133.0000          53.6667    147.83%
58807.09/2970.64	c      2971            144         143        20         133.0000          53.6667    147.83%
58906.19/2975.69	c      2976            145         144        20         133.0000          53.6667    147.83%
59007.30/2980.77	c      2981            147         146        20         133.0000          53.6667    147.83%
59108.40/2985.84	c      2986            147         146        20         133.0000          53.6667    147.83%
59212.32/2991.11	c      2991            148         147        20         133.0000          53.6667    147.83%
59314.45/2996.21	c      2996            148         147        20         133.0000          53.6667    147.83%
59413.48/3001.26	c      3001            148         147        20         133.0000          53.6667    147.83%
59518.52/3006.50	c      3006            148         147        20         133.0000          53.6667    147.83%
59617.63/3011.55	c      3012            148         147        20         133.0000          53.6667    147.83%
59718.73/3016.61	c      3017            149         148        20         133.0000          53.6667    147.83%
59817.71/3021.65	c      3022            149         148        20         133.0000          53.6667    147.83%
59918.80/3026.71	c      3027            150         149        20         133.0000          53.6667    147.83%
60019.86/3031.81	c      3032            152         151        20         133.0000          53.6667    147.83%
60119.09/3036.88	c      3037            152         151        20         133.0000          53.6667    147.83%
60222.98/3042.06	c      3042            152         151        20         133.0000          53.6667    147.83%
60322.10/3047.11	c      3047            152         151        20         133.0000          53.6667    147.83%
60423.09/3052.18	c      3052            153         152        20         133.0000          53.6667    147.83%
60523.37/3057.26	c      3057            154         153        20         133.0000          53.6667    147.83%
60624.50/3062.32	c      3062            154         153        20         133.0000          53.6667    147.83%
60725.62/3067.41	c      3067            155         154        20         133.0000          53.6667    147.83%
60824.72/3072.49	c      3072            156         155        20         133.0000          53.6667    147.83%
60925.84/3077.55	c      3078            156         155        20         133.0000          53.6667    147.83%
61026.88/3082.62	c      3083            156         155        20         133.0000          53.6667    147.83%
61126.00/3087.68	c      3088            156         155        20         133.0000          53.6667    147.83%
61227.11/3092.72	c      3093            156         155        20         133.0000          53.6667    147.83%
61326.23/3097.78	c      3098            156         155        20         133.0000          53.6667    147.83%
61427.32/3102.88	c      3103            157         156        20         133.0000          53.6667    147.83%
61526.44/3107.89	c      3108            158         157        20         133.0000          53.6667    147.83%
61627.52/3112.91	c      3113            159         158        20         133.0000          53.6667    147.83%
61726.67/3117.96	c      3118            160         159        20         133.0000          53.6667    147.83%
61825.78/3123.01	c      3123            160         159        20         133.0000          53.6667    147.83%
61927.70/3128.06	c      3128            161         160        20         133.0000          53.6667    147.83%
62026.78/3133.11	c      3133            162         161        20         133.0000          53.6667    147.83%
62129.03/3138.27	c      3138            164         163        20         133.0000          53.6667    147.83%
62232.22/3143.40	c      3143            164         163        20         133.0000          53.6667    147.83%
62331.28/3148.45	c      3148            164         163        20         133.0000          53.6667    147.83%
62432.40/3153.50	c      3154            164         163        20         133.0000          53.6667    147.83%
62535.50/3158.71	c      3159            166         165        20         133.0000          53.6667    147.83%
62634.64/3163.77	c      3164            166         165        20         133.0000          53.6667    147.83%
62735.84/3168.83	c      3169            166         165        20         133.0000          53.6667    147.83%
62834.87/3173.89	c      3174            166         165        20         133.0000          53.6667    147.83%
62935.97/3178.94	c      3179            166         165        20         133.0000          53.6667    147.83%
63035.11/3183.99	c      3184            169         168        20         133.0000          53.6667    147.83%
63139.12/3189.17	c      3189            170         169        20         133.0000          53.6667    147.83%
63239.23/3194.21	c      3194            171         170        20         133.0000          53.6667    147.83%
63338.30/3199.27	c      3199            171         170        20         133.0000          53.6667    147.83%
63439.45/3204.33	c      3204            171         170        20         133.0000          53.6667    147.83%
63538.55/3209.38	c      3209            171         170        20         133.0000          53.6667    147.83%
63639.64/3214.43	c      3214            171         170        20         133.0000          53.6667    147.83%
63738.75/3219.46	c      3219            174         173        20         133.0000          53.6667    147.83%
63839.82/3224.50	c      3225            174         173        20         133.0000          53.6667    147.83%
63938.92/3229.55	c      3230            175         174        20         133.0000          53.6667    147.83%
64040.04/3234.61	c      3235            176         175        20         133.0000          53.6667    147.83%
64139.14/3239.67	c      3240            176         175        20         133.0000          53.6667    147.83%
64240.31/3244.78	c      3245            176         175        20         133.0000          53.6667    147.83%
64341.33/3249.85	c      3250            176         175        20         133.0000          53.6667    147.83%
64442.49/3254.96	c      3255            179         178        20         133.0000          53.6667    147.83%
64541.62/3260.01	c      3260            182         181        20         133.0000          53.6667    147.83%
64643.63/3265.07	c      3265            190         189        20         133.0000          53.6667    147.83%
64742.92/3270.13	c      3270            193         192        20         133.0000          53.6667    147.83%
64844.11/3275.18	c      3275            194         193        20         133.0000          53.6667    147.83%
64944.18/3280.25	c      3280            194         193        20         133.0000          53.6667    147.83%
65045.30/3285.32	c      3285            194         193        20         133.0000          53.6667    147.83%
65144.49/3290.37	c      3290            194         193        20         133.0000          53.6667    147.83%
65245.73/3295.42	c      3295            194         193        20         133.0000          53.6667    147.83%
65344.84/3300.45	c      3300            195         194        20         133.0000          53.6667    147.83%
65446.01/3305.54	c      3306            198         197        20         133.0000          53.6667    147.83%
65544.95/3310.59	c      3311            198         197        20         133.0000          53.6667    147.83%
65646.08/3315.66	c      3316            198         197        20         133.0000          53.6667    147.83%
65747.21/3320.70	c      3321            198         197        20         133.0000          53.6667    147.83%
65846.38/3325.76	c      3326            198         197        20         133.0000          53.6667    147.83%
65947.52/3330.81	c      3331            198         197        20         133.0000          53.6667    147.83%
66046.70/3335.86	c      3336            198         197        20         133.0000          53.6667    147.83%
66147.82/3340.91	c      3341            201         200        20         133.0000          53.6667    147.83%
66246.96/3345.96	c      3346            203         202        20         133.0000          53.6667    147.83%
66346.13/3350.97	c      3351            204         203        20         133.0000          53.6667    147.83%
66451.21/3356.23	c      3356            204         203        20         133.0000          53.6667    147.83%
66552.30/3361.35	c      3361            204         203        20         133.0000          53.6667    147.83%
66653.46/3366.40	c      3366            204         203        20         133.0000          53.6667    147.83%
66756.47/3371.62	c      3372            204         203        20         133.0000          53.6667    147.83%
66855.64/3376.67	c      3377            204         203        20         133.0000          53.6667    147.83%
66956.45/3381.76	c      3382            204         203        20         133.0000          53.6667    147.83%
67057.60/3386.81	c      3387            204         203        20         133.0000          53.6667    147.83%
67156.75/3391.87	c      3392            204         203        20         133.0000          53.6667    147.83%
67257.91/3396.93	c      3397            205         204        20         133.0000          53.6667    147.83%
67357.02/3401.98	c      3402            207         206        20         133.0000          53.6667    147.83%
67458.94/3407.05	c      3407            213         212        20         133.0000          53.6667    147.83%
67558.41/3412.09	c      3412            214         213        20         133.0000          53.6667    147.83%
67657.53/3417.14	c      3417            214         213        20         133.0000          53.6667    147.83%
67758.63/3422.19	c      3422            217         216        20         133.0000          53.6667    147.83%
67858.73/3427.24	c      3427            219         218        20         133.0000          53.6667    147.83%
67957.79/3432.29	c      3432            220         219        20         133.0000          53.6667    147.83%
68058.88/3437.36	c      3437            220         219        20         133.0000          53.6667    147.83%
68159.98/3442.40	c      3442            221         222        20         133.0000          53.6667    147.83%
68259.25/3447.45	c      3447            221         222        20         133.0000          53.6667    147.83%
68360.32/3452.50	c      3453            221         222        20         133.0000          53.6667    147.83%
68459.50/3457.56	c      3458            221         222        20         133.0000          53.6667    147.83%
68560.64/3462.61	c      3463            221         222        20         133.0000          53.6667    147.83%
68659.80/3467.66	c      3468            221         222        20         133.0000          53.6667    147.83%
68760.87/3472.78	c      3473            221         222        20         133.0000          53.6667    147.83%
68862.00/3477.82	c      3478            221         222        20         133.0000          53.6667    147.83%
68961.14/3482.88	c      3483            221         222        20         133.0000          53.6667    147.83%
69062.30/3487.92	c      3488            221         222        20         133.0000          53.6667    147.83%
69161.37/3492.98	c      3493            221         222        20         133.0000          53.6667    147.83%
69260.53/3498.02	c      3498            221         222        20         133.0000          53.6667    147.83%
69362.44/3503.08	c      3503            221         222        20         133.0000          53.6667    147.83%
69461.61/3508.12	c      3508            221         222        20         133.0000          53.6667    147.83%
69563.84/3513.24	c      3513            221         222        20         133.0000          53.6667    147.83%
69662.93/3518.28	c      3518            221         222        20         133.0000          53.6667    147.83%
69766.05/3523.43	c      3523            221         222        20         133.0000          53.6667    147.83%
69867.13/3528.55	c      3529            221         222        20         133.0000          53.6667    147.83%
69966.20/3533.56	c      3534            221         222        20         133.0000          53.6667    147.83%
70073.27/3539.02	c      3539            221         222        20         133.0000          53.6667    147.83%
70175.20/3544.09	c      3544            221         222        20         133.0000          53.6667    147.83%
70274.37/3549.13	c      3549            222         221        20         133.0000          53.6667    147.83%
70375.70/3554.18	c      3554            222         221        20         133.0000          53.6667    147.83%
70479.87/3559.47	c      3559            222         221        20         133.0000          53.6667    147.83%
70580.91/3564.52	c      3565            222         221        20         133.0000          53.6667    147.83%
70680.05/3569.56	c      3570            222         221        20         133.0000          53.6667    147.83%
70781.19/3574.61	c      3575            222         221        20         133.0000          53.6667    147.83%
70880.35/3579.67	c      3580            222         221        20         133.0000          53.6667    147.83%
70981.52/3584.73	c      3585            222         221        20         133.0000          53.6667    147.83%
71084.57/3589.91	c      3590            222         221        20         133.0000          53.6667    147.83%
71183.70/3594.93	c      3595            222         221        20         133.0000          53.6667    147.83%
71282.88/3600.00	c      3600            222         221        20         133.0000          53.6667    147.83%
71384.77/3605.05	c      3605            222         221        20         133.0000          53.6667    147.83%
71486.16/3610.17	c      3610            222         221        20         133.0000          53.6667    147.83%
71586.41/3615.24	c      3615            222         221        20         133.0000          53.6667    147.83%
71687.62/3620.33	c      3620            222         221        20         133.0000          53.6667    147.83%
71786.79/3625.39	c      3625            222         221        20         133.0000          53.6667    147.83%
71888.02/3630.45	c      3630            222         221        20         133.0000          53.6667    147.83%
71989.25/3635.52	c      3636            222         221        20         133.0000          53.6667    147.83%

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 (188504 MiB free)
  memory of node 1: 193531 MiB (191611 MiB free)
  memory of node 2: 193531 MiB (193028 MiB free)
  memory of node 3: 193493 MiB (192158 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-4465477-1722543894/watcher-4465477-1722543894 -o /tmp/evaluation-result-4465477-1722543894/solver-4465477-1722543894 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722543894-128204 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465477-1722543894.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100106 s]*
/proc/loadavg: 69.80 80.90 83.19 7/865 128265
/proc/meminfo: memFree=783409332/790760800 swapFree=131071996/131071996
[pid=128257] ppid=128249 vsize=91264 memory=79056 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/stat : 128257 (fscip) R 128249 128257 128191 0 -1 4194304 17519 0 0 0 10 2 0 0 20 0 1 0 20968812 93454336 19764 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
/proc/128257/statm: 22816 19764 2630 3035 0 19212 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 91264 KiB
Current children cumulated memory: 79056 KiB

[startup+0.232649 s]*
/proc/loadavg: 69.80 80.90 83.19 8/865 128265
/proc/meminfo: memFree=783331252/790760800 swapFree=131071996/131071996
[pid=128257] ppid=128249 vsize=107876 memory=96356 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/stat : 128257 (fscip) R 128249 128257 128191 0 -1 4194304 25549 0 0 0 22 4 0 0 20 0 1 0 20968812 110465024 24089 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
/proc/128257/statm: 26969 24089 2726 3035 0 23365 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 107876 KiB
Current children cumulated memory: 96356 KiB

[startup+0.331711 s]*
/proc/loadavg: 69.80 80.90 83.19 6/865 128265
/proc/meminfo: memFree=783299756/790760800 swapFree=131071996/131071996
[pid=128257] ppid=128249 vsize=118528 memory=106632 CPUtime=0.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/stat : 128257 (fscip) R 128249 128257 128191 0 -1 4194304 28856 0 0 0 31 4 0 0 20 0 1 0 20968812 121372672 26658 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
/proc/128257/statm: 29632 26658 2774 3035 0 26028 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 118528 KiB
Current children cumulated memory: 106632 KiB

[startup+0.700201 s]
/proc/loadavg: 69.80 80.90 83.19 6/865 128265
/proc/meminfo: memFree=783286304/790760800 swapFree=131071996/131071996
[pid=128257] ppid=128249 vsize=120560 memory=108216 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/stat : 128257 (fscip) R 128249 128257 128191 0 -1 4194304 29279 0 0 0 65 4 0 0 20 0 1 0 20968812 123453440 27054 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
/proc/128257/statm: 30140 27054 2774 3035 0 26536 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 120560 KiB
Current children cumulated memory: 108216 KiB

[startup+1.50019 s]
/proc/loadavg: 69.80 80.90 83.19 6/865 128265
/proc/meminfo: memFree=783283244/790760800 swapFree=131071996/131071996
[pid=128257] ppid=128249 vsize=122264 memory=110064 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/128257/stat : 128257 (fscip) R 128249 128257 128191 0 -1 4194304 29702 0 0 0 144 4 0 0 20 0 1 0 20968812 125198336 27516 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
/proc/128257/statm: 30566 27516 2774 3035 0 26962 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 122264 KiB
Current children cumulated memory: 110064 KiB

[startup+3.13683 s]
/proc/loadavg: 69.80 80.90 83.19 7/945 128345
/proc/meminfo: memFree=781109872/790760800 swapFree=131071996/131071996
[pid=128257] ppid=128249 vsize=1688596 memory=715204 CPUtime=3.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/stat : 128257 (fscip) S 128249 128257 128191 0 -1 1077936128 185988 0 0 0 283 30 0 0 20 0 21 0 20968812 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
/proc/128257/statm: 422149 178801 2790 3035 0 229466 0
[pid=128257/tid=128326] ppid=128249 vsize=1688596 memory=11572 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/128257/task/128326/stat : 128326 (fscip) S 128249 128257 128191 0 -1 1077936192 6886 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128327] ppid=128249 vsize=1688596 memory=331668 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/128257/task/128327/stat : 128327 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128328] ppid=128249 vsize=1688596 memory=108744 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/128257/task/128328/stat : 128328 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128329] ppid=128249 vsize=1688596 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/128257/task/128329/stat : 128329 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128330] ppid=128249 vsize=1688596 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/128257/task/128330/stat : 128330 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128331] ppid=128249 vsize=1688596 memory=15068 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128331/stat : 128331 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 0 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128332] ppid=128249 vsize=1688596 memory=10824 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/128257/task/128332/stat : 128332 (fscip) S 128249 128257 128191 0 -1 1077936192 6884 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128333] ppid=128249 vsize=1688596 memory=1968 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/128257/task/128333/stat : 128333 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128334] ppid=128249 vsize=1688596 memory=54204 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/128257/task/128334/stat : 128334 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128335] ppid=128249 vsize=1688596 memory=279632838542880 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/128257/task/128335/stat : 128335 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128336] ppid=128249 vsize=1688596 memory=8356060202241 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/128257/task/128336/stat : 128336 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128337] ppid=128249 vsize=1688596 memory=33196 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/128257/task/128337/stat : 128337 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128338] ppid=128249 vsize=1688596 memory=21532 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/128257/task/128338/stat : 128338 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128339] ppid=128249 vsize=1688596 memory=100 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/128257/task/128339/stat : 128339 (fscip) S 128249 128257 128191 0 -1 1077936192 6884 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128340] ppid=128249 vsize=1688596 memory=1836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128340/stat : 128340 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 0 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128341] ppid=128249 vsize=1688596 memory=25988 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/128257/task/128341/stat : 128341 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128342] ppid=128249 vsize=1688596 memory=2244 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/128257/task/128342/stat : 128342 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128343] ppid=128249 vsize=1688596 memory=31232 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/128257/task/128343/stat : 128343 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128344] ppid=128249 vsize=1688596 memory=28656 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128344/stat : 128344 (fscip) R 128249 128257 128191 0 -1 4194368 3401 0 0 0 0 0 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128345] ppid=128249 vsize=1688596 memory=7492 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/128257/task/128345/stat : 128345 (fscip) S 128249 128257 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729122304 178801 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 1688596 KiB
Current children cumulated memory: 715204 KiB

[startup+6.30184 s]
/proc/loadavg: 70.62 80.89 83.17 85/1025 128425
/proc/meminfo: memFree=771570924/790760800 swapFree=131071996/131071996
[pid=128257] ppid=128249 vsize=4081000 memory=3058332 CPUtime=64.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/stat : 128257 (fscip) S 128249 128257 128191 0 -1 1077936128 873927 0 0 0 6122 289 0 0 20 0 41 0 20968812 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
/proc/128257/statm: 1020250 764583 2998 3035 0 885812 0
[pid=128257/tid=128326] ppid=128249 vsize=4081000 memory=474208 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128326/stat : 128326 (fscip) R 128249 128257 128191 0 -1 4194368 24727 0 0 0 305 6 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128327] ppid=128249 vsize=4081000 memory=3058892 CPUtime=3.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128327/stat : 128327 (fscip) R 128249 128257 128191 0 -1 4194368 49593 0 0 0 283 22 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128328] ppid=128249 vsize=4081000 memory=293 CPUtime=3.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128328/stat : 128328 (fscip) R 128249 128257 128191 0 -1 4194368 39377 0 0 0 298 9 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128329] ppid=128249 vsize=4081000 memory=108744 CPUtime=2.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128329/stat : 128329 (fscip) R 128249 128257 128191 0 -1 4194368 26764 0 0 0 291 7 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128330] ppid=128249 vsize=4081000 memory=0 CPUtime=3.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128330/stat : 128330 (fscip) R 128249 128257 128191 0 -1 4194368 59653 0 0 0 281 25 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128331] ppid=128249 vsize=4081000 memory=0 CPUtime=3.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128331/stat : 128331 (fscip) R 128249 128257 128191 0 -1 4194368 40347 0 0 0 298 10 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128332] ppid=128249 vsize=4081000 memory=3099888 CPUtime=3.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128332/stat : 128332 (fscip) R 128249 128257 128191 0 -1 4194368 26508 0 0 0 306 6 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128333] ppid=128249 vsize=4081000 memory=3472275541225374034 CPUtime=3.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128333/stat : 128333 (fscip) R 128249 128257 128191 0 -1 4194368 59818 0 0 0 282 24 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128334] ppid=128249 vsize=4081000 memory=25333125866717268 CPUtime=3.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128334/stat : 128334 (fscip) R 128249 128257 128191 0 -1 4194368 41651 0 0 0 298 9 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128335] ppid=128249 vsize=4081000 memory=22788048505337235 CPUtime=3.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128335/stat : 128335 (fscip) R 128249 128257 128191 0 -1 4194368 26538 0 0 0 305 7 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128336] ppid=128249 vsize=4081000 memory=279632838397056 CPUtime=3.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128336/stat : 128336 (fscip) R 128249 128257 128191 0 -1 4194368 54754 0 0 0 280 25 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128337] ppid=128249 vsize=4081000 memory=279632839186240 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/128257/task/128337/stat : 128337 (fscip) R 128249 128257 128191 0 -1 4194368 40191 0 0 0 300 10 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128338] ppid=128249 vsize=4081000 memory=0 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128338/stat : 128338 (fscip) R 128249 128257 128191 0 -1 4194368 26513 0 0 0 305 6 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128339] ppid=128249 vsize=4081000 memory=279632838542880 CPUtime=3.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128339/stat : 128339 (fscip) R 128249 128257 128191 0 -1 4194368 57377 0 0 0 281 23 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128340] ppid=128249 vsize=4081000 memory=8356060202241 CPUtime=3.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128340/stat : 128340 (fscip) R 128249 128257 128191 0 -1 4194368 42506 0 0 0 299 10 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128341] ppid=128249 vsize=4081000 memory=3056816 CPUtime=3.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128341/stat : 128341 (fscip) R 128249 128257 128191 0 -1 4194368 25235 0 0 0 305 7 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128342] ppid=128249 vsize=4081000 memory=0 CPUtime=3.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128342/stat : 128342 (fscip) R 128249 128257 128191 0 -1 4194368 61459 0 0 0 280 26 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128343] ppid=128249 vsize=4081000 memory=25333125866717268 CPUtime=3.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128343/stat : 128343 (fscip) R 128249 128257 128191 0 -1 4194368 41656 0 0 0 296 10 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128344] ppid=128249 vsize=4081000 memory=0 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128344/stat : 128344 (fscip) R 128249 128257 128191 0 -1 4194368 25218 0 0 0 307 4 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128345] ppid=128249 vsize=4081000 memory=1968 CPUtime=3.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128345/stat : 128345 (fscip) R 128249 128257 128191 0 -1 4194368 51915 0 0 0 280 25 0 0 20 0 41 0 20969047 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128386] ppid=128249 vsize=4081000 memory=54204 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128386/stat : 128386 (fscip) S 128249 128257 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969129 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128387] ppid=128249 vsize=4081000 memory=15068 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128387/stat : 128387 (fscip) S 128249 128257 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 20969129 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128388] ppid=128249 vsize=4081000 memory=10824 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128388/stat : 128388 (fscip) S 128249 128257 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 20969129 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128389] ppid=128249 vsize=4081000 memory=11572 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128389/stat : 128389 (fscip) S 128249 128257 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969129 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128390] ppid=128249 vsize=4081000 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/128257/task/128390/stat : 128390 (fscip) S 128249 128257 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969129 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128391] ppid=128249 vsize=4081000 memory=690639331387979 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128391/stat : 128391 (fscip) S 128249 128257 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969129 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128392] ppid=128249 vsize=4081000 memory=2244 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128392/stat : 128392 (fscip) S 128249 128257 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969129 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128393] ppid=128249 vsize=4081000 memory=31232 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128393/stat : 128393 (fscip) S 128249 128257 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969129 4178944000 764583 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0

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

[pid=128257/tid=128389] ppid=128249 vsize=16884316 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128389/stat : 128389 (fscip) S 128249 128257 128191 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128390] ppid=128249 vsize=16884316 memory=12474508 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128390/stat : 128390 (fscip) S 128249 128257 128191 0 -1 1077936192 184 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128391] ppid=128249 vsize=16884316 memory=8148 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128391/stat : 128391 (fscip) S 128249 128257 128191 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128392] ppid=128249 vsize=16884316 memory=3428 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128392/stat : 128392 (fscip) S 128249 128257 128191 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128393] ppid=128249 vsize=16884316 memory=6720669843769015400 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128393/stat : 128393 (fscip) S 128249 128257 128191 0 -1 1077936192 105 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128394] ppid=128249 vsize=16884316 memory=4764 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128394/stat : 128394 (fscip) S 128249 128257 128191 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128395] ppid=128249 vsize=16884316 memory=22376661703316425 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128395/stat : 128395 (fscip) S 128249 128257 128191 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128396] ppid=128249 vsize=16884316 memory=-3273677521235378886 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128396/stat : 128396 (fscip) S 128249 128257 128191 0 -1 1077936192 208 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128397] ppid=128249 vsize=16884316 memory=12482816 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128397/stat : 128397 (fscip) S 128249 128257 128191 0 -1 1077936192 105 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128398] ppid=128249 vsize=16884316 memory=4420 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/128257/task/128398/stat : 128398 (fscip) S 128249 128257 128191 0 -1 1077936192 191 0 0 0 3 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128399] ppid=128249 vsize=16884316 memory=12497744 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128399/stat : 128399 (fscip) S 128249 128257 128191 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128400] ppid=128249 vsize=16884316 memory=553035222747370 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128400/stat : 128400 (fscip) S 128249 128257 128191 0 -1 1077936192 161 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128401] ppid=128249 vsize=16884316 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128401/stat : 128401 (fscip) S 128249 128257 128191 0 -1 1077936192 105 0 0 0 0 2 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128402] ppid=128249 vsize=16884316 memory=12482816 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128402/stat : 128402 (fscip) S 128249 128257 128191 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128403] ppid=128249 vsize=16884316 memory=12482888 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128403/stat : 128403 (fscip) S 128249 128257 128191 0 -1 1077936192 202 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128404] ppid=128249 vsize=16884316 memory=12482888 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128404/stat : 128404 (fscip) S 128249 128257 128191 0 -1 1077936192 165 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128405] ppid=128249 vsize=16884316 memory=31232 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/128257/task/128405/stat : 128405 (fscip) S 128249 128257 128191 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 20969129 17289539584 3120722 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
Current children cumulated CPU time: 70933.9 s
Current children cumulated vsize: 16884316 KiB
Current children cumulated memory: 12482888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636 s]*
/proc/loadavg: 75.05 78.87 79.95 28/944 130693
/proc/meminfo: memFree=750726964/790760800 swapFree=131071996/131071996
[pid=128257] ppid=128249 vsize=16884316 memory=12486080 CPUtime=72000.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/stat : 128257 (fscip) S 128249 128257 128191 0 -1 1077936128 36388589 0 0 0 7191090 8931 0 0 20 0 41 0 20968812 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 17 79 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
/proc/128257/statm: 4221079 3121520 3030 3035 0 4152053 0
[pid=128257/tid=128326] ppid=128249 vsize=16884316 memory=16088 CPUtime=3605.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128326/stat : 128326 (fscip) R 128249 128257 128191 0 -1 4194368 966273 0 0 0 360452 94 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128327] ppid=128249 vsize=16884316 memory=-4421386526245481316 CPUtime=3588.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128327/stat : 128327 (fscip) R 128249 128257 128191 0 -1 4194368 1896588 0 0 0 358556 320 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128328] ppid=128249 vsize=16884316 memory=-2897801490638248215 CPUtime=3599.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128328/stat : 128328 (fscip) R 128249 128257 128191 0 -1 4194368 2574862 0 0 0 358988 992 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128329] ppid=128249 vsize=16884316 memory=6944656592455360604 CPUtime=3577.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128329/stat : 128329 (fscip) R 128249 128257 128191 0 -1 4194368 1131598 0 0 0 357676 114 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128330] ppid=128249 vsize=16884316 memory=6944656575208382560 CPUtime=3595.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128330/stat : 128330 (fscip) R 128249 128257 128191 0 -1 4194368 1744746 0 0 0 359243 296 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128331] ppid=128249 vsize=16884316 memory=30962685530996822 CPUtime=3603.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128331/stat : 128331 (fscip) R 128249 128257 128191 0 -1 4194368 3050355 0 0 0 359422 939 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128332] ppid=128249 vsize=16884316 memory=6656426216303648864 CPUtime=3606.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128332/stat : 128332 (fscip) R 128249 128257 128191 0 -1 4194368 847307 0 0 0 360554 89 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128333] ppid=128249 vsize=16884316 memory=6656426216303648864 CPUtime=3603.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128333/stat : 128333 (fscip) R 128249 128257 128191 0 -1 4194368 2547853 0 0 0 359964 429 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128334] ppid=128249 vsize=16884316 memory=6943526294502006832 CPUtime=3594.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128334/stat : 128334 (fscip) R 128249 128257 128191 0 -1 4194368 2695379 0 0 0 358646 850 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128335] ppid=128249 vsize=16884316 memory=9172 CPUtime=3605.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128335/stat : 128335 (fscip) R 128249 128257 128191 0 -1 4194368 846351 0 0 0 360503 90 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128336] ppid=128249 vsize=16884316 memory=28716 CPUtime=3603.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128336/stat : 128336 (fscip) R 128249 128257 128191 0 -1 4194368 1998231 0 0 0 359986 323 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128337] ppid=128249 vsize=16884316 memory=32852 CPUtime=3596.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128337/stat : 128337 (fscip) R 128249 128257 128191 0 -1 4194368 2572466 0 0 0 358551 1053 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128338] ppid=128249 vsize=16884316 memory=6988 CPUtime=3604.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128338/stat : 128338 (fscip) R 128249 128257 128191 0 -1 4194368 790450 0 0 0 360341 79 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128339] ppid=128249 vsize=16884316 memory=36312 CPUtime=3596.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128339/stat : 128339 (fscip) R 128249 128257 128191 0 -1 4194368 1755360 0 0 0 359372 294 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128340] ppid=128249 vsize=16884316 memory=7044 CPUtime=3599.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128340/stat : 128340 (fscip) R 128249 128257 128191 0 -1 4194368 2459717 0 0 0 358865 1037 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128341] ppid=128249 vsize=16884316 memory=28184 CPUtime=3607.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128341/stat : 128341 (fscip) R 128249 128257 128191 0 -1 4194368 1086922 0 0 0 360660 112 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128342] ppid=128249 vsize=16884316 memory=33772 CPUtime=3605.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128342/stat : 128342 (fscip) R 128249 128257 128191 0 -1 4194368 2099206 0 0 0 360146 359 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128343] ppid=128249 vsize=16884316 memory=65800 CPUtime=3593.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128343/stat : 128343 (fscip) R 128249 128257 128191 0 -1 4194368 2601335 0 0 0 358314 1043 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128344] ppid=128249 vsize=16884316 memory=6096 CPUtime=3601.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128344/stat : 128344 (fscip) R 128249 128257 128191 0 -1 4194368 748392 0 0 0 360031 72 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128345] ppid=128249 vsize=16884316 memory=1968 CPUtime=3608.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128345/stat : 128345 (fscip) R 128249 128257 128191 0 -1 4194368 1903039 0 0 0 360494 307 0 0 20 0 41 0 20969047 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128386] ppid=128249 vsize=16884316 memory=54204 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128386/stat : 128386 (fscip) S 128249 128257 128191 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128387] ppid=128249 vsize=16884316 memory=33196 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/128257/task/128387/stat : 128387 (fscip) S 128249 128257 128191 0 -1 1077936192 250 0 0 0 3 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128388] ppid=128249 vsize=16884316 memory=21532 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128388/stat : 128388 (fscip) S 128249 128257 128191 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128389] ppid=128249 vsize=16884316 memory=6720669843769015400 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128389/stat : 128389 (fscip) S 128249 128257 128191 0 -1 1077936192 160 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128390] ppid=128249 vsize=16884316 memory=6988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128390/stat : 128390 (fscip) S 128249 128257 128191 0 -1 1077936192 187 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128391] ppid=128249 vsize=16884316 memory=36312 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128391/stat : 128391 (fscip) S 128249 128257 128191 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128392] ppid=128249 vsize=16884316 memory=6720669843769015400 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128392/stat : 128392 (fscip) S 128249 128257 128191 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128393] ppid=128249 vsize=16884316 memory=6720669843769015400 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128393/stat : 128393 (fscip) S 128249 128257 128191 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128394] ppid=128249 vsize=16884316 memory=28184 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128394/stat : 128394 (fscip) S 128249 128257 128191 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128395] ppid=128249 vsize=16884316 memory=33772 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128395/stat : 128395 (fscip) S 128249 128257 128191 0 -1 1077936192 193 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128396] ppid=128249 vsize=16884316 memory=66368 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128396/stat : 128396 (fscip) S 128249 128257 128191 0 -1 1077936192 210 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128397] ppid=128249 vsize=16884316 memory=7964 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128397/stat : 128397 (fscip) S 128249 128257 128191 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128398] ppid=128249 vsize=16884316 memory=18736 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/128257/task/128398/stat : 128398 (fscip) S 128249 128257 128191 0 -1 1077936192 194 0 0 0 3 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128399] ppid=128249 vsize=16884316 memory=20608 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128399/stat : 128399 (fscip) S 128249 128257 128191 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128400] ppid=128249 vsize=16884316 memory=12482544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128400/stat : 128400 (fscip) S 128249 128257 128191 0 -1 1077936192 165 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128401] ppid=128249 vsize=16884316 memory=33196 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128401/stat : 128401 (fscip) S 128249 128257 128191 0 -1 1077936192 107 0 0 0 0 2 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128402] ppid=128249 vsize=16884316 memory=21532 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128402/stat : 128402 (fscip) S 128249 128257 128191 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128403] ppid=128249 vsize=16884316 memory=15216 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128403/stat : 128403 (fscip) S 128249 128257 128191 0 -1 1077936192 205 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128404] ppid=128249 vsize=16884316 memory=10824 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128257/task/128404/stat : 128404 (fscip) S 128249 128257 128191 0 -1 1077936192 168 0 0 0 2 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
[pid=128257/tid=128405] ppid=128249 vsize=16884316 memory=5556 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/128257/task/128405/stat : 128405 (fscip) S 128249 128257 128191 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 20969129 17289539584 3121520 809668444160 4194304 16623229 140727877799680 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 53141504 140727877805065 140727877805183 140727877805183 140727877812208 0
Current children cumulated CPU time: 72000.2 s
Current children cumulated vsize: 16884316 KiB
Current children cumulated memory: 12486080 KiB

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

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

# cumulated CPU time of all completed processes:  user=71911.1 s, system=89.7523 s

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

[startup+3636.4 s]
/proc/loadavg: 75.05 78.87 79.95 7/904 130706
/proc/meminfo: memFree=753313108/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3636.5 s]
/proc/loadavg: 75.05 78.87 79.95 7/904 130706
/proc/meminfo: memFree=753313108/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3636.51
CPU time (s): 72000.9
CPU user time (s): 71911.1
CPU system time (s): 89.7523
CPU usage (%): 1979.94
Max. virtual memory (cumulated for all children) (KiB): 17801820
Max. memory (cumulated for all children) (KiB): 13459024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71911.1
system time used= 89.7523
maximum resident set size= 13459024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36388591
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= 325443
involuntary context switches= 226183


# summary of solver processes directly reported to runsolver:
#   pid: 128257
#   total CPU time (s): 72000.9
#   total CPU user time (s): 71911.1
#   total CPU system time (s): 89.7523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.5755 second user time and 114.925 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-01 22:24:54
IDJOB=4465477
IDBENCH=158385
IDSOLVER=3094
FILE ID=nodeD104/4465477-1722543894
RUNJOBID= nodeD104-1722543894-128204
SLURM_JOB_ID= 8254279
Free space on /tmp= 8622920 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug5.5.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-4465477-1722543894/watcher-4465477-1722543894 -o /tmp/evaluation-result-4465477-1722543894/solver-4465477-1722543894 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722543894-128204 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465477-1722543894.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 14fbf9ee541b990313b1cac62bdb8872
RANDOM SEED=791112985

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        783673144 kB
MemAvailable:   784507496 kB
Buffers:          286648 kB
Cached:          3878580 kB
SwapCached:            0 kB
Active:           456448 kB
Inactive:        4119976 kB
Active(anon):       2104 kB
Inactive(anon):   431640 kB
Active(file):     454344 kB
Inactive(file):  3688336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            117380 kB
Writeback:             0 kB
AnonPages:        410540 kB
Mapped:            89280 kB
Shmem:             22536 kB
KReclaimable:     222776 kB
Slab:             578584 kB
SReclaimable:     222776 kB
SUnreclaim:       355808 kB
KernelStack:       14640 kB
PageTables:         9536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     532040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           258816 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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:      552960 kB
DirectMap2M:    53422080 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD104 at 2024-08-01 23:25:31