Trace number 4465399

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) 72001.7 3664.38

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_11_shg.opb
MD5SUM1fbef458f61b2221fcf0474a376c4852
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 benchmark64
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 variables15008
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint65
Maximum length of a constraint90
Number of terms in the objective function 15008
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 15008
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15008
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.78/1.88	c Default LC presolving (default).
1.78/1.88	c ** Before presolving: virtualMemUsedAtLc = 1045323018, getVmSize() = 809316352, SCIPgetMemUsed() = 552543609, SCIPgetMemTotal() = 777954593, SCIPgetMemExternEstim() = 267368425
1.78/1.88	c ** set memory limit for presolving in LC to 8.7928e+12 for SCIP **
19.95/20.03	c ** Estimated virtualMemUsedAtSolver = 2990189629, getVmSize() = 4490604544, SCIPgetMemUsed() = 2344491187, SCIPgetMemTotal() = 4217916019, SCIPgetMemExternEstim() = 267368425
19.95/20.03	c ** set memory limit for solvers to 4.1792e+11 for each SCIP **
19.95/20.03	c Original Problem   :
19.95/20.03	c   Problem name     : instance-4465399-1723611987
19.95/20.03	c   Variables        : 15008 (15008 binary, 0 integer, 0 implicit integer, 0 continuous)
19.95/20.03	c   Constraints      : 65280
19.95/20.03	c   Objective sense  : minimize
19.95/20.03	c Presolved Problem  :
19.95/20.03	c   Variables        : 15008 (15008 binary, 0 integer, 0 implicit integer, 0 continuous)
19.95/20.03	c   Constraints      : 65280
19.95/20.03	c Constraints        : Number
19.95/20.03	c   logicor          : 65280 
19.95/20.03	c ** Instance transfer method used: 0
20.33/20.42	c ** ParaScipInstance copy does not increase the number of variables. **
27.32/27.45	c LC is working with racing ramp-up and with rebuilding tree after racing.
27.32/27.45	c                                Nodes    Active                                            
27.32/27.45	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
340.10/43.78	c *      44              0           1        20          80.0000                -          -
340.10/43.78	c        44              0           1        20          80.0000                -          -
455.40/49.60	c        50              2           1        20          80.0000           0.0000          -
953.95/74.97	c        75              2           1        20          80.0000           0.0000          -
1478.87/101.44	c       101              4           3        20          80.0000           0.0000          -
1585.71/106.89	c       107             22          21        20          80.0000           0.0000          -
2011.72/128.33	c       128             22          21        20          80.0000           0.0000          -
2116.75/133.62	c       134             51          52        20          80.0000           0.0000          -
2219.82/138.84	c       139             82          81        20          80.0000           0.0000          -
2618.07/158.93	c       159            101         102        20          80.0000           0.0000          -
2722.07/164.19	c       164            182         181        20          80.0000           0.0000          -
3143.21/185.46	c       185            122         121        20          80.0000           0.0000          -
3242.27/190.49	c       190            202         203        20          80.0000           0.0000          -
3349.16/195.80	c       196            202         203        20          80.0000           0.0000          -
3459.86/201.41	c       201            491         490        20          80.0000           0.0000          -
3568.83/206.98	c       207           1002        1001        20          80.0000           0.0000          -
3730.00/215.09	c       215           1042        1041        20          80.0000           0.0000          -
3829.44/220.10	c       220           1050           0        20          80.0000           0.0000          -
3931.56/225.24	c       225           1331         281        20          80.0000           0.0000          -
4032.54/230.33	c       230           2050        1000        20          80.0000           0.0000          -
4133.60/235.49	c       235           2351        1301        20          80.0000           0.0000          -
4238.57/240.77	c       241           2971        1921        20          80.0000           0.0000          -
4339.62/245.82	c       246           2611        1561        20          80.0000           0.0000          -
4440.86/251.00	c       251           3831        2781        20          80.0000           0.0000          -
4551.71/256.54	c       257           4311        3261        20          80.0000           0.0000          -
4650.87/261.60	c       262           4311        3261        20          80.0000           0.0000          -
4753.95/266.74	c       267           5514        4464        20          80.0000           1.0000          -
4855.04/271.89	c       272           5514        4464        20          80.0000           1.0000          -
4963.99/277.30	c       277           5514        4464        20          80.0000           1.0000          -
5209.30/289.70	c       290           5491        4441        20          80.0000           1.0000          -
5320.21/295.35	c       295           5491        4441        20          80.0000           1.0000          -
5419.02/300.37	c       300           7411        6361        20          80.0000           1.0000          -
5520.06/305.42	c       305           8331        7281        20          80.0000           1.0000          -
5622.99/310.61	c       311           8611        7561        20          80.0000           1.0000          -
5721.95/315.67	c       316           8551        7501        20          80.0000           1.0000          -
5822.99/320.71	c       321          12851       11801        20          80.0000           1.0000          -
5928.50/326.06	c       326          12851       11801        20          80.0000           1.0000          -
6030.76/331.26	c       331          12851       11801        20          80.0000           1.0000          -
6202.91/339.98	c       340          12363       11313        20          80.0000           1.0000          -
6311.76/345.40	c       345          12363       11313        20          80.0000           1.0000          -
6416.77/350.73	c       351          13090       12042        20          80.0000           1.0000          -
6519.66/356.00	c       356          15882       14626        20          80.0000           1.0000          -
6623.44/361.18	c       361          16107       14612        20          80.0000           1.0000          -
6729.67/366.56	c       367          16107       14612        20          80.0000           1.0000          -
6836.73/372.02	c       372          16023       14606        20          80.0000           1.0000          -
6941.81/377.25	c       377          16023       14606        20          80.0000           1.0000          -
7040.95/382.26	c       382          16023       14606        20          80.0000           1.0000          -
7150.00/387.72	c       388          16007       14613        20          80.0000           1.0000          -
7255.79/393.09	c       393          16007       14613        20          80.0000           1.0000          -
7358.12/398.20	c       398          18886        2761        20          80.0000           1.0000          -
7461.19/403.41	c       403          18343        2226        20          80.0000           1.0000          -
7560.16/408.50	c       408          16951         881        20          80.0000           1.0000          -
7663.24/413.61	c       414          17491        1421        20          80.0000           1.0000          -
7766.07/418.85	c       419          22026        5901        20          80.0000           1.0000          -
7875.02/424.35	c       424          23426        7301        20          80.0000           1.0000          -
7976.03/429.48	c       429          21974        5857        20          80.0000           1.0000          -
8077.06/434.59	c       435          23378        7261        20          80.0000           1.0000          -
8178.03/439.60	c       440          30432       13676        20          80.0000           1.0000          -
8281.09/444.80	c       445          30540       13666        20          80.0000           1.0000          -
8382.13/449.95	c       450          30540       13666        20          80.0000           1.0000          -
8481.18/455.04	c       455          30540       13666        20          80.0000           1.0000          -
8582.95/460.13	c       460          30120       13428        20          80.0000           1.0000          -
8693.09/465.63	c       466          30120       13428        20          80.0000           1.0000          -
8794.16/470.75	c       471          30120       13428        20          80.0000           1.0000          -
8895.27/475.84	c       476          30069       13517        20          80.0000           1.0000          -
8999.28/481.08	c       481          30069       13517        20          80.0000           1.0000          -
9105.45/486.45	c       486          30069       13517        20          80.0000           1.0000          -
9208.43/491.65	c       492          32192        2061        20          80.0000           1.0000          -
9311.37/496.85	c       497          32792        2661        20          80.0000           1.0000          -
9415.10/502.06	c       502          35804        5208        20          80.0000           1.0000          -
9514.16/507.13	c       507          36793        6197        20          80.0000           1.0000          -
9618.43/512.31	c       512          38396        7800        20          80.0000           1.0000          -
9717.49/517.34	c       517          41197       10601        20          80.0000           1.0000          -
9820.54/522.57	c       523          43732       12371        20          80.0000           1.0000          -
9925.28/527.86	c       528          43812       12291        20          80.0000           1.0000          -
10029.19/533.11	c       533          43893       12210        20          80.0000           1.0000          -
10131.31/538.25	c       538          43224       11976        20          80.0000           1.0000          -
10234.33/543.41	c       543          44066       12037        20          80.0000           1.0000          -
10333.15/548.47	c       548          43469       11947        20          80.0000           1.0000          -
10434.16/553.54	c       554          44291       12011        20          80.0000           1.0000          -
10543.93/559.13	c       559          44291       12011        20          80.0000           1.0000          -
10648.11/564.33	c       564          44291       12011        20          80.0000           1.0000          -
10749.07/569.48	c       569          43779       11946        20          80.0000           1.0000          -
10854.18/574.78	c       575          43416       11981        20          80.0000           1.0000          -
10955.04/579.88	c       580          43416       11981        20          80.0000           1.0000          -
11056.17/585.03	c       585          43416       11981        20          80.0000           1.0000          -
11165.06/590.43	c       590          43416       11981        20          80.0000           1.0000          -
11272.13/595.80	c       596          46061        2281        20          80.0000           1.0000          -
11371.27/600.82	c       601          48352        4041        20          80.0000           1.0000          -
11478.30/606.22	c       606          47263        3483        20          80.0000           1.0000          -
11579.35/611.39	c       611          49952        5641        20          80.0000           1.0000          -
11682.37/616.58	c       617          51212        6901        20          80.0000           1.0000          -
11783.47/621.69	c       622          53260        8949        20          80.0000           1.0000          -
11886.55/626.88	c       627          57502       13182        20          80.0000           1.0000          -
11990.40/632.14	c       632          47751        4301        20          80.0000           1.0000          -
12094.62/637.35	c       637          56200       11849        20          80.0000           1.0000          -
12197.64/642.51	c       643          49451        6001        20          80.0000           1.0000          -
12296.57/647.59	c       648          50785        7335        20          80.0000           1.0000          -
12397.58/652.68	c       653          58671       13111        20          80.0000           1.0000          -
12502.63/657.93	c       658          55515       12040        20          80.0000           1.0000          -
12604.59/663.06	c       663          59275       13116        20          80.0000           1.0000          -
12706.88/668.27	c       668          59336       13115        20          80.0000           1.0000          -
12806.01/673.29	c       673          59336       13115        20          80.0000           1.0000          -
12907.18/678.38	c       678          59336       13115        20          80.0000           1.0000          -
13008.54/683.43	c       683          59168       11847        20          80.0000           1.0000          -
13113.47/688.73	c       689          59265       11850        20          80.0000           1.0000          -
13214.66/693.89	c       694          59265       11850        20          80.0000           1.0000          -
13315.80/698.99	c       699          59265       11850        20          80.0000           1.0000          -
13426.87/704.53	c       705          59109       12834        20          80.0000           1.0000          -
13531.79/709.86	c       710          59109       12834        20          80.0000           1.0000          -
13632.95/715.00	c       715          59109       12834        20          80.0000           1.0000          -
13732.10/720.03	c       720          63525        4141        20          80.0000           1.0000          -
13835.75/725.18	c       725          59702         581        20          80.0000           1.0000          -
13940.31/730.49	c       730          61759        2481        20          80.0000           1.0000          -
14041.30/735.59	c       736          66305        6921        20          80.0000           1.0000          -
14148.28/740.91	c       741          68205        8821        20          80.0000           1.0000          -
14247.34/746.03	c       746          61802        2681        20          80.0000           1.0000          -
14352.33/751.20	c       751          72798       13052        20          80.0000           1.0000          -
14455.31/756.45	c       756          72950       13048        20          80.0000           1.0000          -
14556.40/761.52	c       762          73154       13043        20          80.0000           1.0000          -
14661.33/766.87	c       767          73318       13035        20          80.0000           1.0000          -
14765.09/772.07	c       772          69857       10499        20          80.0000           1.0000          -
14867.51/777.25	c       777          67702        8581        20          80.0000           1.0000          -
14966.67/782.27	c       782          70373        9883        20          80.0000           1.0000          -
15075.73/787.71	c       788          74055       13015        20          80.0000           1.0000          -
15178.85/792.92	c       793          70508        9878        20          80.0000           1.0000          -
15280.80/798.12	c       798          74430       13012        20          80.0000           1.0000          -
15383.03/803.27	c       803          70660        9879        20          80.0000           1.0000          -
15484.17/808.34	c       808          70743        9879        20          80.0000           1.0000          -
15587.35/813.51	c       814          73799       12933        20          80.0000           1.0000          -
15690.44/818.73	c       819          75298       13011        20          80.0000           1.0000          -
15791.59/823.80	c       824          75582       13006        20          80.0000           1.0000          -
15892.75/828.90	c       829          71081        9872        20          80.0000           1.0000          -
15991.95/833.96	c       834          71141        9872        20          80.0000           1.0000          -
16097.05/839.28	c       839          76178       13003        20          80.0000           1.0000          -
16198.20/844.31	c       844          75269       12925        20          80.0000           1.0000          -
16301.40/849.53	c       850          71356        9872        20          80.0000           1.0000          -
16402.51/854.66	c       855          71456        9875        20          80.0000           1.0000          -
16501.69/859.69	c       860          76825       13006        20          80.0000           1.0000          -
16606.83/864.92	c       865          76825       13006        20          80.0000           1.0000          -
16710.97/870.19	c       870          76825       13006        20          80.0000           1.0000          -
16816.92/875.59	c       876          76334       12916        20          80.0000           1.0000          -
16920.04/880.74	c       881          76334       12916        20          80.0000           1.0000          -
17019.18/885.78	c       886          76334       12916        20          80.0000           1.0000          -
17122.17/890.90	c       891          78507        1681        20          80.0000           1.0000          -
17223.96/896.12	c       896          77072         681        20          80.0000           1.0000          -
17326.05/901.28	c       901          72136        9862        20          80.0000           1.0000          -
17428.88/906.43	c       906          80087        3261        20          80.0000           1.0000          -
17531.99/911.67	c       912          80727        3901        20          80.0000           1.0000          -
17639.74/917.13	c       917          81447        4621        20          80.0000           1.0000          -
17742.13/922.28	c       922          82307        5481        20          80.0000           1.0000          -
17845.22/927.49	c       928          72597        9864        20          80.0000           1.0000          -
17948.32/932.61	c       933          72661        9861        20          80.0000           1.0000          -
18047.43/937.68	c       938          72707        9861        20          80.0000           1.0000          -
18150.53/942.81	c       943          72707        9861        20          80.0000           1.0000          -
18251.66/947.98	c       948          72707        9861        20          80.0000           1.0000          -
18350.77/953.00	c       953          88065       11437        20          80.0000           1.0000          -
18452.40/958.09	c       958          89023       11443        20          80.0000           1.0000          -
18554.85/963.20	c       963          73601         881        20          80.0000           1.0000          -
18656.00/968.35	c       968          74141        1421        20          80.0000           1.0000          -
18765.10/973.84	c       974          91508       13196        20          80.0000           1.0000          -
18868.98/979.13	c       979          89378       11403        20          80.0000           1.0000          -
18973.36/984.36	c       984          91986       13198        20          80.0000           1.0000          -
19078.49/989.64	c       990          76761        4041        20          80.0000           1.0000          -
19183.60/994.94	c       995          77621        4901        20          80.0000           1.0000          -
19287.66/1000.16	c      1000          89730       11371        20          80.0000           1.0000          -
19387.83/1005.22	c      1005          89812       11350        20          80.0000           1.0000          -
19490.95/1010.42	c      1010          89901       11314        20          80.0000           1.0000          -
19598.02/1015.83	c      1016          93371       13198        20          80.0000           1.0000          -
19699.16/1020.97	c      1021          90071       11249        20          80.0000           1.0000          -
19798.31/1026.01	c      1026          84469       11140        20          80.0000           1.0000          -
19897.48/1031.03	c      1031          84639       11135        20          80.0000           1.0000          -
20001.47/1036.18	c      1036          90325       11230        20          80.0000           1.0000          -
20109.70/1041.62	c      1042          94363       13196        20          80.0000           1.0000          -
20210.86/1046.72	c      1047          90506       11220        20          80.0000           1.0000          -
20316.67/1052.04	c      1052          94663       13195        20          80.0000           1.0000          -
20417.86/1057.16	c      1057          94829       13196        20          80.0000           1.0000          -
20522.49/1062.44	c      1062          94978       13196        20          80.0000           1.0000          -
20635.99/1068.18	c      1068          95134       13193        20          80.0000           1.0000          -
20738.39/1073.39	c      1073          90928       11180        20          80.0000           1.0000          -
20841.44/1078.57	c      1079          95457       13196        20          80.0000           1.0000          -
20951.34/1084.07	c      1084          91091       11170        20          80.0000           1.0000          -
21055.69/1089.35	c      1089          95713       13192        20          80.0000           1.0000          -
21156.88/1094.43	c      1094          95713       13192        20          80.0000           1.0000          -
21262.01/1099.75	c      1100          95713       13192        20          80.0000           1.0000          -
21363.17/1104.80	c      1105          95713       13192        20          80.0000           1.0000          -
21464.30/1109.95	c      1110          91511       11162        20          80.0000           1.0000          -
21571.43/1115.35	c      1115          91639       11162        20          80.0000           1.0000          -
21672.59/1120.47	c      1120          96050       13188        20          80.0000           1.0000          -
21777.74/1125.74	c      1126          96252       13187        20          80.0000           1.0000          -
21883.56/1131.05	c      1131          88320       11125        20          80.0000           1.0000          -
21982.82/1136.06	c      1136          92041       11132        20          80.0000           1.0000          -
22086.91/1141.32	c      1141          92162       11130        20          80.0000           1.0000          -
22190.07/1146.58	c      1147          97238       13188        20          80.0000           1.0000          -
22291.25/1151.68	c      1152          92310       11111        20          80.0000           1.0000          -
22396.41/1157.01	c      1157          97548       13188        20          80.0000           1.0000          -
22501.49/1162.28	c      1162          97548       13188        20          80.0000           1.0000          -
22602.69/1167.35	c      1167          97548       13188        20          80.0000           1.0000          -
22705.80/1172.51	c      1173          97548       13188        20          80.0000           1.0000          -
22810.95/1177.83	c      1178          92723       11113        20          80.0000           1.0000          -
22910.14/1182.84	c      1183          92808       11119        20          80.0000           1.0000          -
23011.32/1187.93	c      1188          90302       11123        20          80.0000           1.0000          -
23110.52/1192.98	c      1193          92962       11110        20          80.0000           1.0000          -
23214.61/1198.17	c      1198          90555       11124        20          80.0000           1.0000          -
23320.78/1203.51	c      1204          90716       11122        20          80.0000           1.0000          -
23427.81/1208.96	c      1209          93220       11105        20          80.0000           1.0000          -
23529.77/1214.12	c      1214          93304       11109        20          80.0000           1.0000          -
23631.77/1219.22	c      1219          91253       11125        20          80.0000           1.0000          -
23732.93/1224.32	c      1224          91287       11125        20          80.0000           1.0000          -
23834.09/1229.48	c      1229          91287       11125        20          80.0000           1.0000          -
23935.23/1234.59	c      1235          91287       11125        20          80.0000           1.0000          -
24036.27/1239.63	c      1240          93670       11104        20          80.0000           1.0000          -
24139.34/1244.87	c      1245          93670       11104        20          80.0000           1.0000          -
24243.02/1250.07	c      1250          93670       11104        20          80.0000           1.0000          -
24344.27/1255.20	c      1255          93685           0        20          80.0000           1.0000          -
24446.73/1260.35	c      1260          94186         501        20          80.0000           1.0000          -
24547.90/1265.49	c      1266         111585       12586        20          80.0000           1.0000          -
24649.05/1270.55	c      1271         111722       12591        20          80.0000           1.0000          -
24748.24/1275.58	c      1276          95806        2121        20          80.0000           1.0000          -
24847.41/1280.59	c      1281          96811        5494        20          80.0000           1.0000          -
24952.44/1285.80	c      1286          98418        7101        20          80.0000           1.0000          -
25053.62/1290.92	c      1291         112229       12587        20          80.0000           1.0000          -
25155.48/1296.11	c      1296         112338       12586        20          80.0000           1.0000          -
25261.80/1301.45	c      1301         100026        6341        20          80.0000           1.0000          -
25364.59/1306.65	c      1307         102810       11051        20          80.0000           1.0000          -
25469.68/1311.95	c      1312         105006       11321        20          80.0000           1.0000          -
25571.56/1317.11	c      1317         103143       11047        20          80.0000           1.0000          -
25672.58/1322.17	c      1322         106477       12218        20          80.0000           1.0000          -
25774.76/1327.31	c      1327         113089       12575        20          80.0000           1.0000          -
25879.93/1332.62	c      1333         113225       12571        20          80.0000           1.0000          -
25981.04/1337.79	c      1338         113346       12577        20          80.0000           1.0000          -
26082.23/1342.85	c      1343         103959       11044        20          80.0000           1.0000          -
26183.40/1348.00	c      1348         113633       12578        20          80.0000           1.0000          -
26285.32/1353.04	c      1353         104298       11042        20          80.0000           1.0000          -
26384.30/1358.13	c      1358         107713       12208        20          80.0000           1.0000          -
26485.80/1363.20	c      1363         104560       11032        20          80.0000           1.0000          -
26585.98/1368.24	c      1368         104729       11030        20          80.0000           1.0000          -
26685.03/1373.26	c      1373         114220       12570        20          80.0000           1.0000          -
26788.16/1378.40	c      1378         108330       12203        20          80.0000           1.0000          -
26887.33/1383.47	c      1383         105202       11029        20          80.0000           1.0000          -
26986.52/1388.49	c      1388         114631       12567        20          80.0000           1.0000          -
27093.64/1393.86	c      1394         114782       12568        20          80.0000           1.0000          -
27206.67/1399.54	c      1400         105680       11025        20          80.0000           1.0000          -
27309.85/1404.73	c      1405         109638       12205        20          80.0000           1.0000          -
27409.04/1409.75	c      1410         105993       11023        20          80.0000           1.0000          -
27512.22/1414.91	c      1415         115326       12563        20          80.0000           1.0000          -
27611.40/1419.94	c      1420         110461       12196        20          80.0000           1.0000          -
27710.60/1424.95	c      1425         115591       12561        20          80.0000           1.0000          -
27809.78/1429.98	c      1430         106598       11023        20          80.0000           1.0000          -
27911.57/1435.10	c      1435         110925       12197        20          80.0000           1.0000          -
28014.01/1440.21	c      1440         106813       11022        20          80.0000           1.0000          -
28115.20/1445.31	c      1445         106976       11019        20          80.0000           1.0000          -
28216.35/1450.42	c      1450         111258       12210        20          80.0000           1.0000          -
28319.42/1455.62	c      1456         111371       12198        20          80.0000           1.0000          -
28418.61/1460.64	c      1461         111493       12202        20          80.0000           1.0000          -
28521.74/1465.85	c      1466         107481       11024        20          80.0000           1.0000          -
28620.76/1470.89	c      1471         107609       11024        20          80.0000           1.0000          -
28733.81/1476.54	c      1477         116930       12554        20          80.0000           1.0000          -
28843.84/1482.05	c      1482         117070       12553        20          80.0000           1.0000          -
28942.83/1487.07	c      1487         117193       12553        20          80.0000           1.0000          -
29049.36/1492.48	c      1492         117342       12553        20          80.0000           1.0000          -
29156.01/1497.84	c      1498         112575       12196        20          80.0000           1.0000          -
29255.21/1502.87	c      1503         112575       12196        20          80.0000           1.0000          -
29359.01/1508.04	c      1508         112575       12196        20          80.0000           1.0000          -
29461.28/1513.23	c      1513         112575       12196        20          80.0000           1.0000          -
29562.41/1518.34	c      1518         109285       11021        20          80.0000           1.0000          -
29671.51/1523.89	c      1524         112714       12192        20          80.0000           1.0000          -
29778.59/1529.27	c      1529         109619       11020        20          80.0000           1.0000          -
29879.76/1534.38	c      1534         118492       12543        20          80.0000           1.0000          -
29980.92/1539.42	c      1539         118636       12538        20          80.0000           1.0000          -
30084.20/1544.63	c      1545         118786       12538        20          80.0000           1.0000          -
30191.84/1550.07	c      1550         110278       11017        20          80.0000           1.0000          -
30293.10/1555.19	c      1555         110278       11017        20          80.0000           1.0000          -
30393.48/1560.26	c      1560         110278       11017        20          80.0000           1.0000          -
30494.65/1565.36	c      1565         110278       11017        20          80.0000           1.0000          -
30597.96/1570.52	c      1571         110278       11017        20          80.0000           1.0000          -
30696.96/1575.55	c      1576         110307       11018        20          80.0000           1.0000          -
30797.98/1580.67	c      1581         119780       12517        20          80.0000           1.0000          -
30901.11/1585.83	c      1586         120020       12521        20          80.0000           1.0000          -
31005.14/1591.05	c      1591         114923       12201        20          80.0000           1.0000          -
31115.35/1596.61	c      1597         120556       12523        20          80.0000           1.0000          -
31218.51/1601.80	c      1602         115280       12199        20          80.0000           1.0000          -
31317.68/1606.88	c      1607         120756       12532        20          80.0000           1.0000          -
31423.67/1612.18	c      1612         115634       12198        20          80.0000           1.0000          -
31529.75/1617.57	c      1618         115952       12202        20          80.0000           1.0000          -
31632.70/1622.77	c      1623         111652       11022        20          80.0000           1.0000          -
31747.71/1628.56	c      1629         121293       12523        20          80.0000           1.0000          -
31850.86/1633.74	c      1634         111983       11022        20          80.0000           1.0000          -
31953.89/1638.97	c      1639         121492       12525        20          80.0000           1.0000          -
32058.82/1644.28	c      1644         116702       12201        20          80.0000           1.0000          -
32161.87/1649.45	c      1649         121739       12522        20          80.0000           1.0000          -
32262.93/1654.55	c      1655         112719       11022        20          80.0000           1.0000          -
32364.09/1659.67	c      1660         112891       11021        20          80.0000           1.0000          -
32467.23/1664.81	c      1665         122153       12531        20          80.0000           1.0000          -
32566.39/1669.88	c      1670         122235       12525        20          80.0000           1.0000          -
32667.49/1675.00	c      1675         113260       11023        20          80.0000           1.0000          -
32774.51/1680.32	c      1680         113390       11022        20          80.0000           1.0000          -
32873.68/1685.35	c      1685         122644       12528        20          80.0000           1.0000          -
32976.81/1690.55	c      1691         117972       12199        20          80.0000           1.0000          -
33083.91/1695.92	c      1696         122923       12525        20          80.0000           1.0000          -
33187.98/1701.18	c      1701         113882       11023        20          80.0000           1.0000          -
33292.07/1706.40	c      1706         123269       12521        20          80.0000           1.0000          -
33401.18/1711.95	c      1712         114130       11023        20          80.0000           1.0000          -
33510.23/1717.40	c      1717         123461       12523        20          80.0000           1.0000          -
33609.41/1722.48	c      1722         123461       12523        20          80.0000           1.0000          -
33718.46/1727.93	c      1728         123461       12523        20          80.0000           1.0000          -
33817.62/1732.94	c      1733         123643         181        20          80.0000           1.0000          -
33919.59/1738.09	c      1738         119564       12207        20          80.0000           1.0000          -
34018.60/1743.10	c      1743         119728       12195        20          80.0000           1.0000          -
34119.76/1748.16	c      1748         114907       11019        20          80.0000           1.0000          -
34220.09/1753.29	c      1753         125546        2084        20          80.0000           1.0000          -
34321.12/1758.31	c      1758         115107       11020        20          80.0000           1.0000          -
34424.23/1763.53	c      1764         115107       11020        20          80.0000           1.0000          -
34529.36/1768.84	c      1769         115107       11020        20          80.0000           1.0000          -
34628.52/1773.85	c      1774         115107       11020        20          80.0000           1.0000          -
34732.28/1779.09	c      1779         115199          81        20          80.0000           1.0000          -
34834.70/1784.27	c      1784         115699         581        20          80.0000           1.0000          -
34939.66/1789.52	c      1790         133123        9661        20          80.0000           1.0000          -
35044.80/1794.80	c      1795         136470       12879        20          80.0000           1.0000          -
35144.06/1799.90	c      1800         136696       12533        20          80.0000           1.0000          -
35247.83/1805.10	c      1805         121445       12204        20          80.0000           1.0000          -
35356.14/1810.51	c      1811         121610       12195        20          80.0000           1.0000          -
35465.95/1816.10	c      1816         121768       12198        20          80.0000           1.0000          -
35570.33/1821.35	c      1821         121768       12198        20          80.0000           1.0000          -
35671.48/1826.43	c      1826         121768       12198        20          80.0000           1.0000          -
35772.62/1831.50	c      1832         121768       12198        20          80.0000           1.0000          -
35873.79/1836.60	c      1837         126277       11035        20          80.0000           1.0000          -
35972.95/1841.68	c      1842         126473       11036        20          80.0000           1.0000          -
36080.60/1847.05	c      1847         122936        1141        20          80.0000           1.0000          -
36188.96/1852.51	c      1853         138224       12426        20          80.0000           1.0000          -
36292.10/1857.71	c      1858         124144        2349        20          80.0000           1.0000          -
36391.04/1862.72	c      1863         138426       12421        20          80.0000           1.0000          -
36490.09/1867.79	c      1868         125502        3707        20          80.0000           1.0000          -
36595.87/1873.05	c      1873         138711       12420        20          80.0000           1.0000          -
36700.23/1878.33	c      1878         127676        5881        20          80.0000           1.0000          -
36801.35/1883.41	c      1883         138944       12416        20          80.0000           1.0000          -
36906.43/1888.73	c      1889         132316       10521        20          80.0000           1.0000          -
37005.61/1893.76	c      1894         127955       11035        20          80.0000           1.0000          -
37106.75/1898.82	c      1899         134438       12318        20          80.0000           1.0000          -
37207.87/1904.00	c      1904         134588       12316        20          80.0000           1.0000          -
37309.49/1909.10	c      1909         139540       12415        20          80.0000           1.0000          -
37408.72/1914.10	c      1914         134887       12311        20          80.0000           1.0000          -
37511.14/1919.28	c      1919         135047       12307        20          80.0000           1.0000          -
37612.30/1924.36	c      1924         139821       12409        20          80.0000           1.0000          -
37711.39/1929.39	c      1929         135354       12307        20          80.0000           1.0000          -
37814.48/1934.57	c      1935         129134       11034        20          80.0000           1.0000          -
37915.63/1939.68	c      1940         140134       12407        20          80.0000           1.0000          -
38014.96/1944.69	c      1945         135800       12304        20          80.0000           1.0000          -
38119.90/1949.91	c      1950         140351       12414        20          80.0000           1.0000          -
38219.06/1954.98	c      1955         136103       12302        20          80.0000           1.0000          -
38318.20/1960.02	c      1960         129866       11029        20          80.0000           1.0000          -
38420.14/1965.05	c      1965         140682       12412        20          80.0000           1.0000          -
38526.34/1970.47	c      1970         136531       12297        20          80.0000           1.0000          -
38633.45/1975.82	c      1976         136661       12295        20          80.0000           1.0000          -
38742.51/1981.37	c      1981         141007       12407        20          80.0000           1.0000          -
38845.66/1986.54	c      1987         136958       12256        20          80.0000           1.0000          -
38952.76/1992.01	c      1992         137095       12253        20          80.0000           1.0000          -
39054.79/1997.05	c      1997         137246       12252        20          80.0000           1.0000          -
39155.88/2002.15	c      2002         141502       12406        20          80.0000           1.0000          -
39256.15/2007.28	c      2007         131384       11028        20          80.0000           1.0000          -
39359.30/2012.47	c      2012         141717       12403        20          80.0000           1.0000          -
39460.46/2017.56	c      2018         137878       12252        20          80.0000           1.0000          -
39561.47/2022.61	c      2023         141935       12404        20          80.0000           1.0000          -
39660.65/2027.61	c      2028         132092       11032        20          80.0000           1.0000          -
39763.74/2032.86	c      2033         138339       12250        20          80.0000           1.0000          -
39864.77/2037.91	c      2038         138473       12251        20          80.0000           1.0000          -
39963.94/2042.91	c      2043         138599       12248        20          80.0000           1.0000          -
40063.11/2047.93	c      2048         132614       11030        20          80.0000           1.0000          -
40162.28/2053.03	c      2053         132777       11030        20          80.0000           1.0000          -
40267.27/2058.26	c      2058         143058       12380        20          80.0000           1.0000          -
40368.43/2063.37	c      2063         143162       12380        20          80.0000           1.0000          -
40471.59/2068.55	c      2069         143241       12378        20          80.0000           1.0000          -
40572.75/2073.67	c      2074         133423       11024        20          80.0000           1.0000          -
40675.88/2078.85	c      2079         133571       11024        20          80.0000           1.0000          -
40788.94/2084.51	c      2085         139813       12257        20          80.0000           1.0000          -
40888.09/2089.53	c      2090         133885       11025        20          80.0000           1.0000          -
40987.26/2094.57	c      2095         143759       12375        20          80.0000           1.0000          -
41088.41/2099.63	c      2100         134227       11023        20          80.0000           1.0000          -
41189.56/2104.74	c      2105         140407       12253        20          80.0000           1.0000          -
41292.70/2109.90	c      2110         144100       12378        20          80.0000           1.0000          -
41396.81/2115.17	c      2115         140687       12253        20          80.0000           1.0000          -
41496.98/2120.20	c      2120         140818       12250        20          80.0000           1.0000          -
41602.13/2125.56	c      2126         134946       11021        20          80.0000           1.0000          -
41701.12/2130.58	c      2131         141106       12253        20          80.0000           1.0000          -
41808.11/2135.93	c      2136         144903       12372        20          80.0000           1.0000          -
41912.24/2141.15	c      2141         145072       12377        20          80.0000           1.0000          -
42014.36/2146.37	c      2146         141609       12250        20          80.0000           1.0000          -
42117.51/2151.54	c      2152         141759       12253        20          80.0000           1.0000          -
42218.63/2156.66	c      2157         135836       11022        20          80.0000           1.0000          -
42321.78/2161.85	c      2162         136017       11020        20          80.0000           1.0000          -
42422.87/2167.01	c      2167         142164       12251        20          80.0000           1.0000          -
42524.75/2172.09	c      2172         142330       12253        20          80.0000           1.0000          -
42623.88/2177.12	c      2177         142464       12248        20          80.0000           1.0000          -
42730.29/2182.44	c      2182         146330       12375        20          80.0000           1.0000          -
42833.44/2187.63	c      2188         136755       11020        20          80.0000           1.0000          -
42932.77/2192.67	c      2193         142858       12253        20          80.0000           1.0000          -
43037.59/2197.95	c      2198         146831       12372        20          80.0000           1.0000          -
43142.70/2203.26	c      2203         146973       12367        20          80.0000           1.0000          -
43241.87/2208.29	c      2208         147141       12368        20          80.0000           1.0000          -
43343.00/2213.39	c      2213         147299       12372        20          80.0000           1.0000          -
43444.16/2218.49	c      2218         137637       11021        20          80.0000           1.0000          -
43545.34/2223.50	c      2224         143754       12252        20          80.0000           1.0000          -
43652.44/2228.91	c      2229         143917       12248        20          80.0000           1.0000          -
43751.61/2234.03	c      2234         147938       12368        20          80.0000           1.0000          -
43855.55/2239.14	c      2239         138180       11018        20          80.0000           1.0000          -
43963.80/2244.61	c      2245         138332       11019        20          80.0000           1.0000          -
44068.75/2249.97	c      2250         138479       11018        20          80.0000           1.0000          -
44172.74/2255.19	c      2255         138633       11016        20          80.0000           1.0000          -
44274.98/2260.39	c      2260         148804       12366        20          80.0000           1.0000          -
44378.13/2265.57	c      2266         138937       11021        20          80.0000           1.0000          -
44479.28/2270.65	c      2271         149114       12366        20          80.0000           1.0000          -
44580.24/2275.77	c      2276         145304       12249        20          80.0000           1.0000          -
44691.25/2281.35	c      2281         139315       11019        20          80.0000           1.0000          -
44798.37/2286.79	c      2287         139466       11019        20          80.0000           1.0000          -
44907.30/2292.26	c      2292         139589       11021        20          80.0000           1.0000          -
45010.45/2297.44	c      2297         149986       12367        20          80.0000           1.0000          -
45113.59/2302.69	c      2303         150144       12364        20          80.0000           1.0000          -
45214.68/2307.70	c      2308         146222       12247        20          80.0000           1.0000          -
45313.61/2312.74	c      2313         140240       11017        20          80.0000           1.0000          -
45416.63/2317.96	c      2318         150601       12363        20          80.0000           1.0000          -
45518.41/2323.10	c      2323         150748       12363        20          80.0000           1.0000          -
45620.91/2328.25	c      2328         150961       12364        20          80.0000           1.0000          -
45722.00/2333.32	c      2333         147104       12244        20          80.0000           1.0000          -
45821.18/2338.36	c      2338         141152       11016        20          80.0000           1.0000          -
45922.33/2343.41	c      2343         147405       12249        20          80.0000           1.0000          -
46027.41/2348.74	c      2349         147551       12245        20          80.0000           1.0000          -
46130.31/2353.95	c      2354         151952       12363        20          80.0000           1.0000          -
46232.03/2359.11	c      2359         152054       12363        20          80.0000           1.0000          -
46331.54/2364.12	c      2364         141939       11018        20          80.0000           1.0000          -
46437.69/2369.49	c      2370         148183       12247        20          80.0000           1.0000          -
46538.63/2374.59	c      2375         152501       12365        20          80.0000           1.0000          -
46643.54/2379.81	c      2380         152694       12362        20          80.0000           1.0000          -
46742.71/2384.85	c      2385         152847       12362        20          80.0000           1.0000          -
46843.86/2389.99	c      2390         152997       12361        20          80.0000           1.0000          -
46947.74/2395.16	c      2395         142928       11036        20          80.0000           1.0000          -
47050.03/2400.35	c      2400         143149       11019        20          80.0000           1.0000          -
47151.18/2405.42	c      2405         149350       12245        20          80.0000           1.0000          -
47252.32/2410.54	c      2411         153565       12361        20          80.0000           1.0000          -
47353.45/2415.63	c      2416         143571       11016        20          80.0000           1.0000          -
47454.61/2420.78	c      2421         143661       11019        20          80.0000           1.0000          -
47557.72/2425.93	c      2426         143829       11026        20          80.0000           1.0000          -
47661.43/2431.13	c      2431         143995       11022        20          80.0000           1.0000          -
47763.84/2436.32	c      2436         150288       12245        20          80.0000           1.0000          -
47864.98/2441.47	c      2441         154460       12363        20          80.0000           1.0000          -
47967.99/2446.65	c      2447         144537       11021        20          80.0000           1.0000          -
48069.08/2451.70	c      2452         144687       11019        20          80.0000           1.0000          -
48170.16/2456.89	c      2457         144938       11019        20          80.0000           1.0000          -
48277.19/2462.20	c      2462         155122       12360        20          80.0000           1.0000          -
48380.31/2467.45	c      2467         145245       11023        20          80.0000           1.0000          -
48485.44/2472.74	c      2473         155433       12361        20          80.0000           1.0000          -
48586.49/2477.80	c      2478         155597       12360        20          80.0000           1.0000          -
48687.64/2482.91	c      2483         155777       12357        20          80.0000           1.0000          -
48786.82/2487.95	c      2488         155918       12360        20          80.0000           1.0000          -
48888.35/2493.08	c      2493         156087       12357        20          80.0000           1.0000          -
48987.78/2498.09	c      2498         151904       12223        20          80.0000           1.0000          -
49089.03/2503.17	c      2503         152042       12222        20          80.0000           1.0000          -
49193.03/2508.43	c      2508         156538       12360        20          80.0000           1.0000          -
49296.16/2513.68	c      2514         146747       11020        20          80.0000           1.0000          -
49397.30/2518.80	c      2519         156832       12358        20          80.0000           1.0000          -
49498.44/2523.85	c      2524         152661       12220        20          80.0000           1.0000          -
49602.22/2529.09	c      2529         152853       12224        20          80.0000           1.0000          -
49701.54/2534.14	c      2534         147521       11020        20          80.0000           1.0000          -
49809.65/2539.53	c      2540         157464       12359        20          80.0000           1.0000          -
49912.67/2544.76	c      2545         157609       12358        20          80.0000           1.0000          -
50013.83/2549.82	c      2550         153443       12222        20          80.0000           1.0000          -
50113.05/2554.90	c      2555         148132       11019        20          80.0000           1.0000          -
50213.89/2559.92	c      2560         148328       11020        20          80.0000           1.0000          -
50313.03/2564.98	c      2565         158153       12357        20          80.0000           1.0000          -
50412.11/2570.02	c      2570         158301       12359        20          80.0000           1.0000          -
50515.98/2575.16	c      2575         148900       11021        20          80.0000           1.0000          -
50615.27/2580.19	c      2580         154407       12223        20          80.0000           1.0000          -
50715.34/2585.27	c      2585         154556       12223        20          80.0000           1.0000          -
50822.43/2590.64	c      2591         149279       11024        20          80.0000           1.0000          -
50930.38/2596.05	c      2596         149459       11020        20          80.0000           1.0000          -
51034.60/2601.32	c      2601         149626       11021        20          80.0000           1.0000          -
51135.74/2606.41	c      2606         149777       11021        20          80.0000           1.0000          -
51238.84/2611.62	c      2612         159562       12356        20          80.0000           1.0000          -
51339.93/2616.71	c      2617         159732       12355        20          80.0000           1.0000          -
51440.91/2621.80	c      2622         159849       12357        20          80.0000           1.0000          -
51542.04/2626.91	c      2627         150267       11022        20          80.0000           1.0000          -
51645.95/2632.14	c      2632         150428       11019        20          80.0000           1.0000          -
51745.18/2637.16	c      2637         160270       12353        20          80.0000           1.0000          -
51853.31/2642.63	c      2643         150696       11020        20          80.0000           1.0000          -
51958.40/2647.90	c      2648         156351       12221        20          80.0000           1.0000          -
52067.47/2653.45	c      2653         160771       12354        20          80.0000           1.0000          -
52170.59/2658.63	c      2659         160925       12358        20          80.0000           1.0000          -
52273.74/2663.86	c      2664         151247       11020        20          80.0000           1.0000          -
52374.87/2668.98	c      2669         151372       11020        20          80.0000           1.0000          -
52476.85/2674.06	c      2674         157112       12222        20          80.0000           1.0000          -
52583.01/2679.41	c      2679         157257       12223        20          80.0000           1.0000          -
52684.11/2684.54	c      2685         161695       12353        20          80.0000           1.0000          -
52785.26/2689.64	c      2690         157587       12216        20          80.0000           1.0000          -
52885.92/2694.79	c      2695         157769       12222        20          80.0000           1.0000          -
52988.78/2699.90	c      2700         162116       12354        20          80.0000           1.0000          -
53087.78/2704.91	c      2705         152369       11019        20          80.0000           1.0000          -
53186.70/2709.94	c      2710         152533       11022        20          80.0000           1.0000          -
53288.56/2715.04	c      2715         152680       11020        20          80.0000           1.0000          -
53387.88/2720.06	c      2720         152811       11022        20          80.0000           1.0000          -
53487.13/2725.07	c      2725         158590       12216        20          80.0000           1.0000          -
53591.54/2730.30	c      2730         163032       12351        20          80.0000           1.0000          -
53692.78/2735.42	c      2735         163165       12351        20          80.0000           1.0000          -
53792.04/2740.43	c      2740         159071       12218        20          80.0000           1.0000          -
53895.27/2745.67	c      2746         153528       11020        20          80.0000           1.0000          -
53996.48/2750.73	c      2751         153658       11024        20          80.0000           1.0000          -
54097.73/2755.82	c      2756         163654       12351        20          80.0000           1.0000          -
54198.97/2760.90	c      2761         159606       12220        20          80.0000           1.0000          -
54301.06/2766.07	c      2766         154032       11023        20          80.0000           1.0000          -
54402.31/2771.20	c      2771         164085       12352        20          80.0000           1.0000          -
54502.51/2776.24	c      2776         154231       11019        20          80.0000           1.0000          -
54611.62/2781.73	c      2782         154231       11019        20          80.0000           1.0000          -
54717.46/2787.09	c      2787         154231       11019        20          80.0000           1.0000          -
54818.66/2792.19	c      2792         154231       11019        20          80.0000           1.0000          -
54923.04/2797.42	c      2797         164311           0        20          80.0000           1.0000          -
55030.17/2802.85	c      2803         160676       12221        20          80.0000           1.0000          -
55136.02/2808.16	c      2808         160676       12221        20          80.0000           1.0000          -
55238.39/2813.36	c      2813         160676       12221        20          80.0000           1.0000          -
55339.40/2818.47	c      2818         160676       12221        20          80.0000           1.0000          -
55442.51/2823.61	c      2824         160693           0        20          80.0000           1.0000          -
55541.59/2828.63	c      2829         167292        2981        20          80.0000           1.0000          -
55640.65/2833.65	c      2834         167892        3581        20          80.0000           1.0000          -
55745.55/2838.97	c      2839         168512        4201        20          80.0000           1.0000          -
55847.52/2844.08	c      2844         169225        4914        20          80.0000           1.0000          -
55955.71/2849.55	c      2850         161996        7761        20          80.0000           1.0000          -
56056.83/2854.67	c      2855         171452        7141        20          80.0000           1.0000          -
56155.61/2859.69	c      2860         173532        9221        20          80.0000           1.0000          -
56258.73/2864.86	c      2865         176240       11878        20          80.0000           1.0000          -
56359.86/2869.98	c      2870         176336       11795        20          80.0000           1.0000          -
56461.67/2875.06	c      2875         176427       11795        20          80.0000           1.0000          -
56560.89/2880.08	c      2880         169134        8441        20          80.0000           1.0000          -
56663.24/2885.23	c      2885         172594       11727        20          80.0000           1.0000          -
56766.39/2890.49	c      2890         166415       10928        20          80.0000           1.0000          -
56871.50/2895.72	c      2896         173177       11476        20          80.0000           1.0000          -
56972.65/2900.85	c      2901         173327       11406        20          80.0000           1.0000          -
57078.40/2906.13	c      2906         173443       11369        20          80.0000           1.0000          -
57178.81/2911.25	c      2911         173562       11288        20          80.0000           1.0000          -
57281.89/2916.41	c      2916         173666       11269        20          80.0000           1.0000          -
57382.93/2921.58	c      2922         167484       10923        20          80.0000           1.0000          -
57483.99/2926.65	c      2927         173907       11259        20          80.0000           1.0000          -
57584.96/2931.78	c      2932         167757       10925        20          80.0000           1.0000          -
57687.54/2936.91	c      2937         174092       11257        20          80.0000           1.0000          -
57786.75/2941.95	c      2942         174224       11267        20          80.0000           1.0000          -
57888.51/2947.15	c      2947         168171       10923        20          80.0000           1.0000          -
57990.91/2952.27	c      2952         174412       11260        20          80.0000           1.0000          -
58096.04/2957.55	c      2958         174519       11256        20          80.0000           1.0000          -
58199.18/2962.70	c      2963         174602       11254        20          80.0000           1.0000          -
58300.26/2967.89	c      2968         174715       11263        20          80.0000           1.0000          -
58404.27/2973.10	c      2973         179161       11781        20          80.0000           1.0000          -
58505.42/2978.16	c      2978         169114       10919        20          80.0000           1.0000          -
58605.64/2983.30	c      2983         169254       10920        20          80.0000           1.0000          -
58714.49/2988.74	c      2989         179479       11778        20          80.0000           1.0000          -
58815.48/2993.84	c      2994         179598       11778        20          80.0000           1.0000          -
58916.54/2998.97	c      2999         175339       11250        20          80.0000           1.0000          -
59015.71/3004.01	c      3004         179786       11777        20          80.0000           1.0000          -
59119.54/3009.16	c      3009         179905       11780        20          80.0000           1.0000          -
59219.85/3014.24	c      3014         180006       11778        20          80.0000           1.0000          -
59320.99/3019.34	c      3019         175764       11215        20          80.0000           1.0000          -
59422.13/3024.49	c      3024         170410       10921        20          80.0000           1.0000          -
59533.85/3030.07	c      3030         175970       11213        20          80.0000           1.0000          -
59638.25/3035.31	c      3035         170688       10917        20          80.0000           1.0000          -
59743.50/3040.63	c      3041         176118       11204        20          80.0000           1.0000          -
59848.48/3045.90	c      3046         180631       11776        20          80.0000           1.0000          -
59952.26/3051.19	c      3051         176336       11175        20          80.0000           1.0000          -
60056.69/3056.43	c      3056         176409       11166        20          80.0000           1.0000          -
60155.85/3061.47	c      3061         176492       11166        20          80.0000           1.0000          -
60256.99/3066.58	c      3067         181053       11774        20          80.0000           1.0000          -
60364.08/3071.90	c      3072         176741       11161        20          80.0000           1.0000          -
60466.05/3077.14	c      3077         181288       11777        20          80.0000           1.0000          -
60568.21/3082.21	c      3082         176903       11144        20          80.0000           1.0000          -
60667.35/3087.26	c      3087         172121       10918        20          80.0000           1.0000          -
60768.50/3092.39	c      3092         177096       11139        20          80.0000           1.0000          -
60873.59/3097.61	c      3098         172331       10916        20          80.0000           1.0000          -
60972.66/3102.62	c      3103         181768       11775        20          80.0000           1.0000          -
61071.53/3107.67	c      3108         181855       11776        20          80.0000           1.0000          -
61174.65/3112.86	c      3113         172698       10916        20          80.0000           1.0000          -
61273.75/3117.88	c      3118         172794       10916        20          80.0000           1.0000          -
61380.82/3123.30	c      3123         182194       11776        20          80.0000           1.0000          -
61488.04/3128.65	c      3129         177767       11114        20          80.0000           1.0000          -
61595.65/3134.08	c      3134         177851       11112        20          80.0000           1.0000          -
61699.95/3139.32	c      3139         173397       10917        20          80.0000           1.0000          -
61801.01/3144.47	c      3144         173529       10919        20          80.0000           1.0000          -
61902.12/3149.55	c      3150         173631       10917        20          80.0000           1.0000          -
62003.23/3154.64	c      3155         173711       10916        20          80.0000           1.0000          -
62102.28/3159.69	c      3160         178286       11107        20          80.0000           1.0000          -
62207.15/3165.00	c      3165         182960       11770        20          80.0000           1.0000          -
62308.95/3170.13	c      3170         173994       10915        20          80.0000           1.0000          -
62411.30/3175.25	c      3175         178531       11106        20          80.0000           1.0000          -
62518.35/3180.61	c      3181         183211       11766        20          80.0000           1.0000          -
62619.45/3185.77	c      3186         178707       11103        20          80.0000           1.0000          -
62722.50/3190.94	c      3191         174438       10920        20          80.0000           1.0000          -
62821.68/3196.01	c      3196         183512       11764        20          80.0000           1.0000          -
62923.18/3201.12	c      3201         179000       11100        20          80.0000           1.0000          -
63025.60/3206.28	c      3206         174869       10916        20          80.0000           1.0000          -
63126.31/3211.30	c      3211         179169       11098        20          80.0000           1.0000          -
63227.33/3216.43	c      3216         179253       11096        20          80.0000           1.0000          -
63330.39/3221.68	c      3222         175344       10916        20          80.0000           1.0000          -
63429.50/3226.69	c      3227         184222       11765        20          80.0000           1.0000          -
63530.61/3231.77	c      3232         179528       11099        20          80.0000           1.0000          -
63631.68/3236.88	c      3237         175748       10914        20          80.0000           1.0000          -
63737.67/3242.16	c      3242         184521       11764        20          80.0000           1.0000          -
63845.77/3247.65	c      3248         179803       11092        20          80.0000           1.0000          -
63948.76/3252.85	c      3253         179900       11103        20          80.0000           1.0000          -
64049.84/3257.93	c      3258         176263       10918        20          80.0000           1.0000          -
64151.67/3263.13	c      3263         176420       10915        20          80.0000           1.0000          -
64259.95/3268.50	c      3268         176574       10917        20          80.0000           1.0000          -
64360.96/3273.62	c      3274         185114       11763        20          80.0000           1.0000          -
64460.06/3278.67	c      3279         176861       10913        20          80.0000           1.0000          -
64561.15/3283.78	c      3284         180461       11104        20          80.0000           1.0000          -
64664.23/3289.01	c      3289         185409       11761        20          80.0000           1.0000          -
64769.25/3294.29	c      3294         177305       10914        20          80.0000           1.0000          -
64870.40/3299.30	c      3299         180718       11106        20          80.0000           1.0000          -
64971.44/3304.45	c      3304         185714       11742        20          80.0000           1.0000          -
65072.51/3309.50	c      3310         180868       11105        20          80.0000           1.0000          -
65173.62/3314.64	c      3315         185918       11742        20          80.0000           1.0000          -
65274.79/3319.71	c      3320         177816       10916        20          80.0000           1.0000          -
65377.95/3324.96	c      3325         181153       11106        20          80.0000           1.0000          -
65479.59/3330.11	c      3330         181228       11100        20          80.0000           1.0000          -
65584.21/3335.30	c      3335         186348       11744        20          80.0000           1.0000          -
65689.34/3340.64	c      3341         181364       11100        20          80.0000           1.0000          -
65800.39/3346.24	c      3346         181436       11097        20          80.0000           1.0000          -
65905.48/3351.55	c      3352         181519       11105        20          80.0000           1.0000          -
66008.60/3356.78	c      3357         181585       11099        20          80.0000           1.0000          -
66109.75/3361.82	c      3362         181648       11096        20          80.0000           1.0000          -
66208.94/3366.86	c      3367         178894       10910        20          80.0000           1.0000          -
66315.98/3372.20	c      3372         181788       11099        20          80.0000           1.0000          -
66421.09/3377.53	c      3378         187165       11743        20          80.0000           1.0000          -
66520.27/3382.57	c      3383         179383       10911        20          80.0000           1.0000          -
66621.39/3387.62	c      3388         182009       11100        20          80.0000           1.0000          -
66720.57/3392.67	c      3393         182076       11097        20          80.0000           1.0000          -
66821.52/3397.78	c      3398         179850       10909        20          80.0000           1.0000          -
66922.66/3402.87	c      3403         187630       11728        20          80.0000           1.0000          -
67031.75/3408.38	c      3408         180172       10913        20          80.0000           1.0000          -
67142.83/3413.95	c      3414         182377       11095        20          80.0000           1.0000          -
67244.86/3419.10	c      3419         182450       11097        20          80.0000           1.0000          -
67347.13/3424.26	c      3424         180655       10909        20          80.0000           1.0000          -
67452.22/3429.51	c      3430         188124       11718        20          80.0000           1.0000          -
67551.40/3434.58	c      3435         182768       11094        20          80.0000           1.0000          -
67652.57/3439.67	c      3440         182916       11107        20          80.0000           1.0000          -
67757.73/3444.91	c      3445         188430       11720        20          80.0000           1.0000          -
67859.61/3450.04	c      3450         181457       10908        20          80.0000           1.0000          -
67960.66/3455.18	c      3455         188683       11718        20          80.0000           1.0000          -
68061.15/3460.27	c      3460         183388       11090        20          80.0000           1.0000          -
68162.34/3465.37	c      3465         181923       10907        20          80.0000           1.0000          -
68265.48/3470.53	c      3471         189064       11716        20          80.0000           1.0000          -
68370.64/3475.85	c      3476         182240       10907        20          80.0000           1.0000          -
68476.47/3481.14	c      3481         189362       11722        20          80.0000           1.0000          -
68575.73/3486.18	c      3486         182555       10909        20          80.0000           1.0000          -
68674.86/3491.19	c      3491         183966       11088        20          80.0000           1.0000          -
68775.32/3496.22	c      3496         189738       11718        20          80.0000           1.0000          -
68878.50/3501.47	c      3501         184127       11088        20          80.0000           1.0000          -
68979.58/3506.54	c      3507         190014       11716        20          80.0000           1.0000          -
69078.80/3511.57	c      3512         183282       10907        20          80.0000           1.0000          -
69179.89/3516.63	c      3517         190247       11715        20          80.0000           1.0000          -
69280.97/3521.75	c      3522         184460       11090        20          80.0000           1.0000          -
69384.03/3527.00	c      3527         184542       11086        20          80.0000           1.0000          -
69491.11/3532.32	c      3532         184642       11089        20          80.0000           1.0000          -
69592.28/3537.48	c      3537         184714       11084        20          80.0000           1.0000          -
69695.45/3542.65	c      3543         184847       11101        20          80.0000           1.0000          -
69800.61/3547.93	c      3548         191028       11718        20          80.0000           1.0000          -
69907.66/3553.33	c      3553         185054       11094        20          80.0000           1.0000          -
70010.85/3558.54	c      3559         184591       10910        20          80.0000           1.0000          -
70118.01/3563.96	c      3564         184742       10906        20          80.0000           1.0000          -
70227.09/3569.40	c      3569         191560       11718        20          80.0000           1.0000          -
70326.25/3574.44	c      3574         185454       11087        20          80.0000           1.0000          -
70441.26/3580.25	c      3580         191843       11718        20          80.0000           1.0000          -
70548.36/3585.61	c      3586         185646       11085        20          80.0000           1.0000          -
70647.41/3590.66	c      3591         192084       11719        20          80.0000           1.0000          -
70754.94/3596.09	c      3596         185632       10907        20          80.0000           1.0000          -
70854.20/3601.10	c      3601         185789       10909        20          80.0000           1.0000          -
70960.38/3606.46	c      3606         192423       11719        20          80.0000           1.0000          -
71061.55/3611.59	c      3612         186070       10906        20          80.0000           1.0000          -
71168.39/3616.94	c      3617         186290       11076        20          80.0000           1.0000          -
71273.40/3622.29	c      3622         186394       10902        20          80.0000           1.0000          -
71382.50/3627.72	c      3628         186512       11074        20          80.0000           1.0000          -
71485.65/3632.93	c      3633         186633       11075        20          80.0000           1.0000          -
71584.82/3637.95	c      3638         186824       10905        20          80.0000           1.0000          -
71686.62/3643.06	c      3643         186850       11072        20          80.0000           1.0000          -
71788.98/3648.24	c      3648         193403       11718        20          80.0000           1.0000          -
71894.12/3653.53	c      3654         193518       11718        20          80.0000           1.0000          -
71993.29/3658.59	c      3659         187189       11069        20          80.0000           1.0000          -

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 (188782 MiB free)
  memory of node 1: 193494 MiB (142366 MiB free)
  memory of node 2: 193531 MiB (145402 MiB free)
  memory of node 3: 193531 MiB (149257 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-4465399-1723611987/watcher-4465399-1723611987 -o /tmp/evaluation-result-4465399-1723611987/solver-4465399-1723611987 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750325 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465399-1723611987.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100102 s]*
/proc/loadavg: 62.60 69.74 72.28 62/981 753725
/proc/meminfo: memFree=640796476/790760804 swapFree=131071996/131071996
[pid=753724] ppid=753721 vsize=56236 memory=44436 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/stat : 753724 (fscip) R 753721 753724 750315 0 -1 4194304 8969 0 0 0 10 1 0 0 20 0 1 0 127781889 57585664 11109 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
/proc/753724/statm: 14059 11109 2347 3035 0 10455 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 56236 KiB
Current children cumulated memory: 44436 KiB

[startup+0.21968 s]*
/proc/loadavg: 62.60 69.74 72.28 62/981 753725
/proc/meminfo: memFree=640779704/790760804 swapFree=131071996/131071996
[pid=753724] ppid=753721 vsize=72476 memory=60540 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/stat : 753724 (fscip) R 753721 753724 750315 0 -1 4194304 13020 0 0 0 21 1 0 0 20 0 1 0 127781889 74215424 15135 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
/proc/753724/statm: 18119 15135 2347 3035 0 14515 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 72476 KiB
Current children cumulated memory: 60540 KiB

[startup+0.318922 s]*
/proc/loadavg: 62.60 69.74 72.28 62/981 753725
/proc/meminfo: memFree=640766436/790760804 swapFree=131071996/131071996
[pid=753724] ppid=753721 vsize=84320 memory=72492 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/stat : 753724 (fscip) R 753721 753724 750315 0 -1 4194304 15982 0 0 0 31 2 0 0 20 0 1 0 127781889 86343680 18123 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
/proc/753724/statm: 21080 18123 2347 3035 0 17476 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 84320 KiB
Current children cumulated memory: 72492 KiB

[startup+0.70022 s]
/proc/loadavg: 62.60 69.74 72.28 62/981 753725
/proc/meminfo: memFree=640740544/790760804 swapFree=131071996/131071996
[pid=753724] ppid=753721 vsize=129304 memory=117420 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/stat : 753724 (fscip) R 753721 753724 750315 0 -1 4194304 27268 0 0 0 65 4 0 0 20 0 1 0 127781889 132407296 29355 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
/proc/753724/statm: 32326 29355 2347 3035 0 28722 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 129304 KiB
Current children cumulated memory: 117420 KiB

[startup+1.50024 s]
/proc/loadavg: 62.60 69.74 72.28 62/981 753725
/proc/meminfo: memFree=640656736/790760804 swapFree=131071996/131071996
[pid=753724] ppid=753721 vsize=519392 memory=504712 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/stat : 753724 (fscip) R 753721 753724 750315 0 -1 4194304 124333 0 0 0 130 19 0 0 20 0 1 0 127781889 531857408 126178 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
/proc/753724/statm: 129848 126178 2555 3035 0 126244 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 519392 KiB
Current children cumulated memory: 504712 KiB

[startup+3.12003 s]
/proc/loadavg: 62.79 69.66 72.24 62/981 753725
/proc/meminfo: memFree=639744756/790760804 swapFree=131071996/131071996
[pid=753724] ppid=753721 vsize=1105020 memory=963984 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/stat : 753724 (fscip) R 753721 753724 750315 0 -1 4194304 206877 0 0 0 276 34 0 0 20 0 1 0 127781889 1131540480 240996 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
/proc/753724/statm: 276255 240996 2630 3035 0 272651 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1105020 KiB
Current children cumulated memory: 963984 KiB

[startup+6.30027 s]
/proc/loadavg: 62.79 69.66 72.24 62/981 753727
/proc/meminfo: memFree=638807380/790760804 swapFree=131071996/131071996
[pid=753724] ppid=753721 vsize=1236616 memory=1213148 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/stat : 753724 (fscip) R 753721 753724 750315 0 -1 4194304 326046 0 0 0 552 75 0 0 20 0 1 0 127781889 1266294784 303287 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
/proc/753724/statm: 309154 303287 2710 3035 0 305550 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1236616 KiB
Current children cumulated memory: 1213148 KiB

[startup+12.7003 s]
/proc/loadavg: 62.51 69.37 72.12 62/981 753727
/proc/meminfo: memFree=636620716/790760804 swapFree=131071996/131071996
[pid=753724] ppid=753721 vsize=3062864 memory=2732152 CPUtime=12.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/stat : 753724 (fscip) R 753721 753724 750315 0 -1 4194304 338469 0 0 0 1160 105 0 0 20 0 1 0 127781889 3136372736 683038 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
/proc/753724/statm: 765716 683038 2758 3035 0 762112 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3062864 KiB
Current children cumulated memory: 2732152 KiB

[startup+25.5005 s]
/proc/loadavg: 62.28 69.10 72.00 62/1001 753748
/proc/meminfo: memFree=633218380/790760804 swapFree=131071996/131071996
[pid=753724] ppid=753721 vsize=7760540 memory=6067740 CPUtime=25.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/stat : 753724 (fscip) S 753721 753724 750315 0 -1 1077936128 953177 0 0 0 2328 214 0 0 20 0 21 0 127781889 7946792960 1516869 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
/proc/753724/statm: 1940135 1516869 2774 3035 0 1665955 0
[pid=753724/tid=753729] ppid=753721 vsize=7760540 memory=11448 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753729/stat : 753729 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 28 6 0 0 20 0 21 0 127783892 7946792960 1516935 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753730] ppid=753721 vsize=7760540 memory=0 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753730/stat : 753730 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 30 4 0 0 20 0 21 0 127783892 7946792960 1516935 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753731] ppid=753721 vsize=7760540 memory=0 CPUtime=0.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753731/stat : 753731 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 29 6 0 0 20 0 21 0 127783892 7946792960 1516935 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753732] ppid=753721 vsize=7760540 memory=10544 CPUtime=0.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753732/stat : 753732 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 30 5 0 0 20 0 21 0 127783892 7946792960 1516935 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753733] ppid=753721 vsize=7760540 memory=0 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753733/stat : 753733 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 29 5 0 0 20 0 21 0 127783892 7946792960 1516935 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753734] ppid=753721 vsize=7760540 memory=0 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753734/stat : 753734 (fscip) S 753721 753724 750315 0 -1 1077936192 36361 0 0 0 30 4 0 0 20 0 21 0 127783892 7946792960 1516935 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753735] ppid=753721 vsize=7760540 memory=0 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753735/stat : 753735 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 30 4 0 0 20 0 21 0 127783892 7946792960 1516935 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753736] ppid=753721 vsize=7760540 memory=3797564 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753736/stat : 753736 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 29 5 0 0 20 0 21 0 127783892 7946792960 1517001 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753737] ppid=753721 vsize=7760540 memory=40660 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753737/stat : 753737 (fscip) S 753721 753724 750315 0 -1 1077936192 36359 0 0 0 30 4 0 0 20 0 21 0 127783892 7946792960 1517001 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753738] ppid=753721 vsize=7760540 memory=40660 CPUtime=0.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753738/stat : 753738 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 29 6 0 0 20 0 21 0 127783892 7946792960 1517001 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753739] ppid=753721 vsize=7760540 memory=10544 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753739/stat : 753739 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 30 4 0 0 20 0 21 0 127783892 7946792960 1517001 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753740] ppid=753721 vsize=7760540 memory=0 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753740/stat : 753740 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 29 5 0 0 20 0 21 0 127783892 7946792960 1517001 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753741] ppid=753721 vsize=7760540 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753741/stat : 753741 (fscip) S 753721 753724 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 127783892 7946792960 1517001 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753742] ppid=753721 vsize=7760540 memory=0 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753742/stat : 753742 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 29 5 0 0 20 0 21 0 127783892 7946792960 1517001 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753743] ppid=753721 vsize=7760540 memory=279884630992896 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753743/stat : 753743 (fscip) S 753721 753724 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 127783892 7946792960 1517001 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753744] ppid=753721 vsize=7760540 memory=8099704342017 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753744/stat : 753744 (fscip) S 753721 753724 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 127783892 7946792960 1517001 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753745] ppid=753721 vsize=7760540 memory=8108294276353 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753745/stat : 753745 (fscip) S 753721 753724 750315 0 -1 1077936192 36360 0 0 0 29 5 0 0 20 0 21 0 127783892 7946792960 1517001 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753746] ppid=753721 vsize=7760540 memory=33000 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753746/stat : 753746 (fscip) R 753721 753724 750315 0 -1 4194368 18745 0 0 0 12 2 0 0 20 0 21 0 127783892 7946792960 1517067 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753747] ppid=753721 vsize=7760540 memory=1804 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753747/stat : 753747 (fscip) S 753721 753724 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 127783892 7946792960 1517067 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753748] ppid=753721 vsize=7760540 memory=6048 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753748/stat : 753748 (fscip) S 753721 753724 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 127783892 7946792960 1517067 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 7760540 KiB
Current children cumulated memory: 6067740 KiB

[startup+51.1373 s]
/proc/loadavg: 67.24 69.68 72.11 80/1021 753774
/proc/meminfo: memFree=601432060/790760804 swapFree=131071996/131071996
[pid=753724] ppid=753721 vsize=40016612 memory=37665668 CPUtime=485.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/stat : 753724 (fscip) S 753721 753724 750315 0 -1 1077936128 8501244 0 0 0 45981 2576 0 0 20 0 41 0 127781889 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
/proc/753724/statm: 10004153 9416417 2966 3035 0 9867009 0
[pid=753724/tid=753729] ppid=753721 vsize=40016612 memory=10544 CPUtime=22.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753729/stat : 753729 (fscip) R 753721 753724 750315 0 -1 4194368 369761 0 0 0 2157 138 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753730] ppid=753721 vsize=40016612 memory=0 CPUtime=23.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753730/stat : 753730 (fscip) R 753721 753724 750315 0 -1 4194368 422311 0 0 0 2222 115 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753731] ppid=753721 vsize=40016612 memory=0 CPUtime=23.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753731/stat : 753731 (fscip) R 753721 753724 750315 0 -1 4194368 428452 0 0 0 2221 115 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753732] ppid=753721 vsize=40016612 memory=0 CPUtime=22.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753732/stat : 753732 (fscip) R 753721 753724 750315 0 -1 4194368 367846 0 0 0 2161 138 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753733] ppid=753721 vsize=40016612 memory=279884632044752 CPUtime=23.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753733/stat : 753733 (fscip) R 753721 753724 750315 0 -1 4194368 418067 0 0 0 2216 118 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753734] ppid=753721 vsize=40016612 memory=21392 CPUtime=23.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753734/stat : 753734 (fscip) R 753721 753724 750315 0 -1 4194368 422175 0 0 0 2216 109 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753735] ppid=753721 vsize=40016612 memory=279884632774240 CPUtime=23.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753735/stat : 753735 (fscip) R 753721 753724 750315 0 -1 4194368 363725 0 0 0 2208 131 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753736] ppid=753721 vsize=40016612 memory=279884633029152 CPUtime=23.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753736/stat : 753736 (fscip) R 753721 753724 750315 0 -1 4194368 420810 0 0 0 2216 117 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753737] ppid=753721 vsize=40016612 memory=0 CPUtime=23.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753737/stat : 753737 (fscip) R 753721 753724 750315 0 -1 4194368 425175 0 0 0 2226 111 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753738] ppid=753721 vsize=40016612 memory=0 CPUtime=22.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753738/stat : 753738 (fscip) R 753721 753724 750315 0 -1 4194368 370119 0 0 0 2138 140 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753739] ppid=753721 vsize=40016612 memory=25333125866717268 CPUtime=23.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753739/stat : 753739 (fscip) R 753721 753724 750315 0 -1 4194368 419566 0 0 0 2215 114 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753740] ppid=753721 vsize=40016612 memory=37125796 CPUtime=23.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753740/stat : 753740 (fscip) R 753721 753724 750315 0 -1 4194368 428712 0 0 0 2221 113 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753741] ppid=753721 vsize=40016612 memory=11448 CPUtime=23.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753741/stat : 753741 (fscip) R 753721 753724 750315 0 -1 4194368 365470 0 0 0 2195 132 0 0 20 0 41 0 127783892 40977010688 9416417 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0

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

/proc/753724/task/753736/stat : 753736 (fscip) D 753721 753724 750315 0 -1 1077937220 2153715 0 0 0 359726 345 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753737] ppid=753721 vsize=57353104 memory=32792 CPUtime=3598.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753737/stat : 753737 (fscip) D 753721 753724 750315 0 -1 1077937220 7990633 0 0 0 358633 1259 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753738] ppid=753721 vsize=57353104 memory=7068 CPUtime=3591.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753738/stat : 753738 (fscip) D 753721 753724 750315 0 -1 1077937220 1657928 0 0 0 358913 282 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753739] ppid=753721 vsize=57353104 memory=36300 CPUtime=3596.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753739/stat : 753739 (fscip) D 753721 753724 750315 0 -1 1077937220 2297335 0 0 0 359309 345 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753740] ppid=753721 vsize=57353104 memory=32781464 CPUtime=3595.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753740/stat : 753740 (fscip) D 753721 753724 750315 0 -1 1077937220 8096425 0 0 0 358354 1193 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753741] ppid=753721 vsize=57353104 memory=2640 CPUtime=3603.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753741/stat : 753741 (fscip) D 753721 753724 750315 0 -1 1077937220 1119458 0 0 0 360144 231 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753742] ppid=753721 vsize=57353104 memory=6584 CPUtime=3604.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753742/stat : 753742 (fscip) D 753721 753724 750315 0 -1 1077937220 2201928 0 0 0 360079 336 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753743] ppid=753721 vsize=57353104 memory=29078972 CPUtime=3600.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753743/stat : 753743 (fscip) D 753721 753724 750315 0 -1 1077937220 7446585 0 0 0 358948 1110 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753744] ppid=753721 vsize=57353104 memory=117972 CPUtime=3602.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753744/stat : 753744 (fscip) D 753721 753724 750315 0 -1 1077937220 1164085 0 0 0 359963 257 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753745] ppid=753721 vsize=57353104 memory=-4421386487573866082 CPUtime=3604.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753745/stat : 753745 (fscip) D 753721 753724 750315 0 -1 1077937220 2042822 0 0 0 360127 312 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753746] ppid=753721 vsize=57353104 memory=7312 CPUtime=3597.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753746/stat : 753746 (fscip) D 753721 753724 750315 0 -1 1077937220 7997576 0 0 0 358506 1244 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753747] ppid=753721 vsize=57353104 memory=26988 CPUtime=3600.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753747/stat : 753747 (fscip) D 753721 753724 750315 0 -1 1077937220 1283907 0 0 0 359786 275 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753748] ppid=753721 vsize=57353104 memory=3776 CPUtime=3602.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753748/stat : 753748 (fscip) D 753721 753724 750315 0 -1 1077937220 2531322 0 0 0 359846 400 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753751] ppid=753721 vsize=57353104 memory=279884631258496 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753751/stat : 753751 (fscip) D 753721 753724 750315 0 -1 1077937220 231 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753752] ppid=753721 vsize=57353104 memory=279884632287968 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753752/stat : 753752 (fscip) D 753721 753724 750315 0 -1 1077937220 196 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753753] ppid=753721 vsize=57353104 memory=7234303152781525079 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753753/stat : 753753 (fscip) D 753721 753724 750315 0 -1 1077937220 161 0 0 0 0 3 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753754] ppid=753721 vsize=57353104 memory=3458824094429217158 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753754/stat : 753754 (fscip) D 753721 753724 750315 0 -1 1077937220 230 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753755] ppid=753721 vsize=57353104 memory=3170594822100877812 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753755/stat : 753755 (fscip) D 753721 753724 750315 0 -1 1077937220 163 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753756] ppid=753721 vsize=57353104 memory=8482652760162381168 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753756/stat : 753756 (fscip) D 753721 753724 750315 0 -1 1077937220 226 0 0 0 0 3 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753757] ppid=753721 vsize=57353104 memory=-7666384942893679759 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753757/stat : 753757 (fscip) D 753721 753724 750315 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753758] ppid=753721 vsize=57353104 memory=8196 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753758/stat : 753758 (fscip) D 753721 753724 750315 0 -1 1077937220 242 0 0 0 1 2 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753759] ppid=753721 vsize=57353104 memory=6720661039169617771 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753759/stat : 753759 (fscip) D 753721 753724 750315 0 -1 1077937220 238 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753760] ppid=753721 vsize=57353104 memory=48864 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753760/stat : 753760 (fscip) D 753721 753724 750315 0 -1 1077937220 234 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753761] ppid=753721 vsize=57353104 memory=7640 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753761/stat : 753761 (fscip) D 753721 753724 750315 0 -1 1077937220 230 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753762] ppid=753721 vsize=57353104 memory=19304 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753762/stat : 753762 (fscip) D 753721 753724 750315 0 -1 1077937220 231 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753763] ppid=753721 vsize=57353104 memory=51344 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753763/stat : 753763 (fscip) D 753721 753724 750315 0 -1 1077937220 229 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753764] ppid=753721 vsize=57353104 memory=104 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753764/stat : 753764 (fscip) D 753721 753724 750315 0 -1 1077937220 206 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753765] ppid=753721 vsize=57353104 memory=25932 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753765/stat : 753765 (fscip) D 753721 753724 750315 0 -1 1077937220 231 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753766] ppid=753721 vsize=57353104 memory=21392 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753766/stat : 753766 (fscip) D 753721 753724 750315 0 -1 1077937220 176 0 0 0 0 4 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753767] ppid=753721 vsize=57353104 memory=2208 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753767/stat : 753767 (fscip) D 753721 753724 750315 0 -1 1077937220 227 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753768] ppid=753721 vsize=57353104 memory=2036 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753768/stat : 753768 (fscip) D 753721 753724 750315 0 -1 1077937220 235 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753769] ppid=753721 vsize=57353104 memory=32792 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753769/stat : 753769 (fscip) D 753721 753724 750315 0 -1 1077937220 164 0 0 0 0 3 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753770] ppid=753721 vsize=57353104 memory=7068 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753770/stat : 753770 (fscip) D 753721 753724 750315 0 -1 1077937220 269 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 57353104 KiB
Current children cumulated memory: 54539664 KiB

[startup+3662.8 s]
/proc/loadavg: 80.31 80.04 79.64 62/1022 755889
/proc/meminfo: memFree=564043980/790760804 swapFree=131071996/131071996
[pid=753724] ppid=753721 vsize=57353104 memory=54539664 CPUtime=72000.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/stat : 753724 (fscip) D 753721 753724 750315 0 -1 1077937156 74364207 0 0 0 7187777 12234 0 0 20 0 41 0 127781889 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
/proc/753724/statm: 14338276 13634916 3004 3035 0 14171604 0
[pid=753724/tid=753729] ppid=753721 vsize=57353104 memory=358544 CPUtime=3602.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753729/stat : 753729 (fscip) D 753721 753724 750315 0 -1 1077937220 1784744 0 0 0 359907 370 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753730] ppid=753721 vsize=57353104 memory=-7666384942893679759 CPUtime=3600.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753730/stat : 753730 (fscip) D 753721 753724 750315 0 -1 1077937220 2025701 0 0 0 359716 320 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753731] ppid=753721 vsize=57353104 memory=11612 CPUtime=3597.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753731/stat : 753731 (fscip) D 753721 753724 750315 0 -1 1077937220 8486138 0 0 0 358313 1394 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753732] ppid=753721 vsize=57353104 memory=11644 CPUtime=3601.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753732/stat : 753732 (fscip) D 753721 753724 750315 0 -1 1077937220 1393057 0 0 0 359851 293 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753733] ppid=753721 vsize=57353104 memory=2832 CPUtime=3579.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753733/stat : 753733 (fscip) S 753721 753724 750315 0 -1 4195904 2163064 0 0 0 357426 530 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 139803372339608 16179468 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 0
[pid=753724/tid=753734] ppid=753721 vsize=57353104 memory=6680 CPUtime=3592.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753734/stat : 753734 (fscip) D 753721 753724 750315 0 -1 1077937220 7992908 0 0 0 358074 1209 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753735] ppid=753721 vsize=57353104 memory=8196 CPUtime=3604.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753735/stat : 753735 (fscip) D 753721 753724 750315 0 -1 1077937220 2099150 0 0 0 360141 354 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753736] ppid=753721 vsize=57353104 memory=25333125866717268 CPUtime=3600.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753736/stat : 753736 (fscip) D 753721 753724 750315 0 -1 1077937220 2153715 0 0 0 359726 345 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753737] ppid=753721 vsize=57353104 memory=139942316963756 CPUtime=3598.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753737/stat : 753737 (fscip) D 753721 753724 750315 0 -1 1077937220 7990633 0 0 0 358633 1259 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753738] ppid=753721 vsize=57353104 memory=279884631858704 CPUtime=3591.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753738/stat : 753738 (fscip) D 753721 753724 750315 0 -1 1077937220 1657928 0 0 0 358913 282 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753739] ppid=753721 vsize=57353104 memory=14126740964378061 CPUtime=3596.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753739/stat : 753739 (fscip) D 753721 753724 750315 0 -1 1077937220 2297335 0 0 0 359309 345 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753740] ppid=753721 vsize=57353104 memory=-2897801490638248215 CPUtime=3595.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753740/stat : 753740 (fscip) D 753721 753724 750315 0 -1 1077937220 8096425 0 0 0 358354 1193 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753741] ppid=753721 vsize=57353104 memory=8547763363116190868 CPUtime=3603.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753741/stat : 753741 (fscip) D 753721 753724 750315 0 -1 1077937220 1119458 0 0 0 360144 231 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753742] ppid=753721 vsize=57353104 memory=4638778407257134945 CPUtime=3604.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753742/stat : 753742 (fscip) D 753721 753724 750315 0 -1 1077937220 2201928 0 0 0 360079 336 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753743] ppid=753721 vsize=57353104 memory=279884633820544 CPUtime=3600.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753743/stat : 753743 (fscip) D 753721 753724 750315 0 -1 1077937220 7446585 0 0 0 358948 1110 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753744] ppid=753721 vsize=57353104 memory=54539664 CPUtime=3602.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753744/stat : 753744 (fscip) D 753721 753724 750315 0 -1 1077937220 1164085 0 0 0 359963 257 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753745] ppid=753721 vsize=57353104 memory=6720661039169617771 CPUtime=3604.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753745/stat : 753745 (fscip) D 753721 753724 750315 0 -1 1077937220 2042822 0 0 0 360127 312 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753746] ppid=753721 vsize=57353104 memory=33864 CPUtime=3597.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753746/stat : 753746 (fscip) D 753721 753724 750315 0 -1 1077937220 7997576 0 0 0 358506 1244 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753747] ppid=753721 vsize=57353104 memory=31572 CPUtime=3600.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753747/stat : 753747 (fscip) D 753721 753724 750315 0 -1 1077937220 1283907 0 0 0 359786 275 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753748] ppid=753721 vsize=57353104 memory=28568 CPUtime=3602.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753748/stat : 753748 (fscip) D 753721 753724 750315 0 -1 1077937220 2531322 0 0 0 359846 400 0 0 20 0 41 0 127783892 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753751] ppid=753721 vsize=57353104 memory=7312 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753751/stat : 753751 (fscip) D 753721 753724 750315 0 -1 1077937220 231 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753752] ppid=753721 vsize=57353104 memory=26988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753752/stat : 753752 (fscip) D 753721 753724 750315 0 -1 1077937220 196 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753753] ppid=753721 vsize=57353104 memory=3776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753753/stat : 753753 (fscip) D 753721 753724 750315 0 -1 1077937220 161 0 0 0 0 3 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753754] ppid=753721 vsize=57353104 memory=40480 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753754/stat : 753754 (fscip) D 753721 753724 750315 0 -1 1077937220 230 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753755] ppid=753721 vsize=57353104 memory=8196 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753755/stat : 753755 (fscip) D 753721 753724 750315 0 -1 1077937220 163 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753756] ppid=753721 vsize=57353104 memory=3300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753756/stat : 753756 (fscip) D 753721 753724 750315 0 -1 1077937220 226 0 0 0 0 3 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753757] ppid=753721 vsize=57353104 memory=7640 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753757/stat : 753757 (fscip) D 753721 753724 750315 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753758] ppid=753721 vsize=57353104 memory=19304 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753758/stat : 753758 (fscip) D 753721 753724 750315 0 -1 1077937220 242 0 0 0 1 2 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753759] ppid=753721 vsize=57353104 memory=20384 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753759/stat : 753759 (fscip) D 753721 753724 750315 0 -1 1077937220 238 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753760] ppid=753721 vsize=57353104 memory=5696 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753760/stat : 753760 (fscip) D 753721 753724 750315 0 -1 1077937220 234 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753761] ppid=753721 vsize=57353104 memory=11592 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753761/stat : 753761 (fscip) D 753721 753724 750315 0 -1 1077937220 230 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753762] ppid=753721 vsize=57353104 memory=13756 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753762/stat : 753762 (fscip) D 753721 753724 750315 0 -1 1077937220 231 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753763] ppid=753721 vsize=57353104 memory=11880 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753763/stat : 753763 (fscip) D 753721 753724 750315 0 -1 1077937220 229 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753764] ppid=753721 vsize=57353104 memory=54539664 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753764/stat : 753764 (fscip) D 753721 753724 750315 0 -1 1077937220 206 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753765] ppid=753721 vsize=57353104 memory=11612 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753765/stat : 753765 (fscip) D 753721 753724 750315 0 -1 1077937220 231 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753766] ppid=753721 vsize=57353104 memory=11644 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753766/stat : 753766 (fscip) D 753721 753724 750315 0 -1 1077937220 176 0 0 0 0 4 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753767] ppid=753721 vsize=57353104 memory=2832 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753767/stat : 753767 (fscip) D 753721 753724 750315 0 -1 1077937220 227 0 0 0 3 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753768] ppid=753721 vsize=57353104 memory=6680 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753768/stat : 753768 (fscip) D 753721 753724 750315 0 -1 1077937220 235 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753769] ppid=753721 vsize=57353104 memory=-7666384942893679759 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753769/stat : 753769 (fscip) D 753721 753724 750315 0 -1 1077937220 164 0 0 0 0 3 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
[pid=753724/tid=753770] ppid=753721 vsize=57353104 memory=33000 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/753724/task/753770/stat : 753770 (fscip) D 753721 753724 750315 0 -1 1077937220 269 0 0 0 4 0 0 0 20 0 41 0 127784634 58729578496 13634916 809668444160 4194304 16623229 140722574809728 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 27910144 140722574816262 140722574816380 140722574816380 140722574823408 24
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 57353104 KiB
Current children cumulated memory: 54539664 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3664.38
CPU time (s): 72001.7
CPU user time (s): 71877.8
CPU system time (s): 123.919
CPU usage (%): 1964.91
Max. virtual memory (cumulated for all children) (KiB): 57442408
Max. memory (cumulated for all children) (KiB): 54617536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71877.8
system time used= 123.919
maximum resident set size= 54655580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74364207
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= 564438
involuntary context switches= 330736


# summary of solver processes directly reported to runsolver:
#   pid: 753724
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71877.8
#   total CPU system time (s): 123.919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.5024 second user time and 90.3162 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 07:06:28
IDJOB=4465399
IDBENCH=155404
IDSOLVER=3094
FILE ID=nodeD105/4465399-1723611987
RUNJOBID= nodeD105-1723607375-750325
SLURM_JOB_ID= 8267905
Free space on /tmp= 8622668 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_11_shg.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-4465399-1723611987/watcher-4465399-1723611987 -o /tmp/evaluation-result-4465399-1723611987/solver-4465399-1723611987 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750325 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465399-1723611987.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 1fbef458f61b2221fcf0474a376c4852
RANDOM SEED=1812981496

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        640829876 kB
MemAvailable:   645642116 kB
Buffers:         1201512 kB
Cached:          6898592 kB
SwapCached:            0 kB
Active:          1754916 kB
Inactive:       144439748 kB
Active(anon):       2168 kB
Inactive(anon): 138131264 kB
Active(file):    1752748 kB
Inactive(file):  6308484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             76172 kB
Writeback:             0 kB
AnonPages:      138090592 kB
Mapped:           139196 kB
Shmem:             38920 kB
KReclaimable:     341424 kB
Slab:             777776 kB
SReclaimable:     341424 kB
SUnreclaim:       436352 kB
KernelStack:       16864 kB
PageTables:       287388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   30038840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1133184 kB
HardwareCorrupted:     0 kB
AnonHugePages:  28184576 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:     1165312 kB
DirectMap2M:    145084416 kB
DirectMap1G:    659554304 kB

Free space on /tmp at the end= 8622692 MiB
End job on nodeD105 at 2024-08-14 08:07:32