Trace number 4465703

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.2 3653.71

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 151
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 106103660, getVmSize() = 95105024, SCIPgetMemUsed() = 64118301, SCIPgetMemTotal() = 71416053, SCIPgetMemExternEstim() = 34687607
0.00/0.09	c ** set memory limit for presolving in LC to 8.79576e+12 for SCIP **
22.79/22.96	c ** Estimated virtualMemUsedAtSolver = 220273966, getVmSize() = 327688192, SCIPgetMemUsed() = 220776311, SCIPgetMemTotal() = 295723343, SCIPgetMemExternEstim() = 34687607
22.79/22.96	c ** set memory limit for solvers to 4.18792e+11 for each SCIP **
22.79/22.96	c Original Problem   :
22.79/22.96	c   Problem name     : instance-4465703-1722540870
22.79/22.96	c   Variables        : 17850 (17850 binary, 0 integer, 0 implicit integer, 0 continuous)
22.79/22.96	c   Constraints      : 18152
22.79/22.96	c   Objective sense  : minimize
22.79/22.96	c Presolved Problem  :
22.79/22.96	c   Variables        : 16327 (16327 binary, 0 integer, 0 implicit integer, 0 continuous)
22.79/22.96	c   Constraints      : 16591
22.79/22.96	c Constraints        : Number
22.79/22.96	c   knapsack         : 1 
22.79/22.96	c   setppc           : 2031 
22.79/22.96	c   orbitope         : 1 
22.79/22.96	c   logicor          : 14558 
22.79/22.96	c ** Instance transfer method used: 0
22.79/23.00	c ** ParaScipInstance copy increased the number of variables. **
23.60/23.73	c LC is working with racing ramp-up and with rebuilding tree after racing.
23.60/23.74	c                                Nodes    Active                                            
23.60/23.74	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
224.82/33.91	c        34              2           1        20                -           0.0000          -
332.07/39.34	c        39            402         401        20                -           0.0000          -
439.34/44.78	c        45            846         580        20                -           0.0000          -
540.54/49.85	c        50            134         133        20                -           0.0000          -
646.48/55.14	c        55            542         541        20                -           0.0000          -
746.78/60.22	c        60            826         380        20                -           0.0000          -
845.74/65.23	c        65           1465         616        20                -           0.0000          -
946.90/70.40	c        70           2521           0        20                -           0.0000          -
1048.11/75.44	c        75           5548         401        20                -           0.0000          -
1151.31/80.61	c        81           3285         643        20                -           0.0000          -
1250.49/85.64	c        86           3901        1007        20                -           0.0000          -
1349.66/90.67	c        91           4228         341        20                -           0.0000          -
1459.55/96.15	c        96           5261         221        20                -           0.0000          -
1564.11/101.42	c       101           5681         641        20                -           0.0000          -
1665.32/106.58	c       107           6208         876        20                -           0.0000          -
1766.45/111.66	c       112           6917        1132        20                -           0.0000          -
1869.74/116.85	c       117           7064         140        20                -           0.0000          -
1976.98/122.20	c       122           8371         381        20                -           0.0000          -
2080.27/127.43	c       127          10922        1021        20                -           0.0000          -
2179.54/132.49	c       132          10431        2377        20                -           0.0000          -
2282.80/137.62	c       138          12546        2730        20                -           0.0000          -
2388.05/142.91	c       143          13189        2429        20                -           0.0000          -
2489.57/148.09	c       148          13516         281        20                -           0.0000          -
2594.07/153.33	c       153          14929           1        20                -           0.0000          -
2697.34/158.56	c       159          12187        3873        20                -           0.0000          -
2800.59/163.71	c       164          15629         701        20                -           0.0000          -
2901.89/168.80	c       169          16029        1101        20                -           0.0000          -
3003.15/173.93	c       174          13618         341        20                -           0.0000          -
3105.08/179.07	c       179          14018         741        20                -           0.0000          -
3204.31/184.12	c       184          14418        1141        20                -           0.0000          -
3305.53/189.16	c       189          14838        1561        20                -           0.0000          -
3405.98/194.23	c       194          15218        1941        20                -           0.0000          -
3507.09/199.34	c       199          15858        2581        20                -           0.0000          -
3606.27/204.37	c       204          16846        3569        20                -           0.0000          -
3705.41/209.39	c       209          21380         421        20                -           0.0000          -
3806.45/214.41	c       214          22136        4630        20                -           0.0000          -
3905.58/219.47	c       219          22100        1141        20                -           0.0000          -
4004.80/224.50	c       224          23195         270        20                -           0.0000          -
4107.69/229.66	c       230          20675        3869        20                -           0.0000          -
4215.58/235.06	c       235          23993        1068        20                -           0.0000          -
4319.94/240.35	c       240          24908        2506        20                -           0.0000          -
4423.17/245.50	c       246          25954        2324        20                -           0.0000          -
4522.41/250.52	c       251          26976        2289        20                -           0.0000          -
4621.60/255.58	c       256          22880        1701        20                -           0.0000          -
4722.81/260.66	c       261          28971          75        20                -           0.0000          -
4824.00/265.71	c       266          27845        3001        20                -           0.0000          -
4925.18/270.81	c       271          24563        3370        20                -           0.0000          -
5024.39/275.88	c       276          29426        2916        20                -           0.0000          -
5125.64/280.91	c       281          26945        3365        20                -           0.0000          -
5229.33/286.15	c       286          31310        3005        20                -           0.0000          -
5329.46/291.23	c       291          32482        2923        20                -           0.0000          -
5428.62/296.29	c       296          33611        2928        20                -           0.0000          -
5529.62/301.37	c       301          34898        2919        20                -           0.0000          -
5630.77/306.45	c       306          35650          61        20                -           0.0000          -
5731.91/311.53	c       312          35970         381        20                -           0.0000          -
5832.97/316.62	c       317          34289         141        20                -           0.0000          -
5934.12/321.73	c       322          34689         541        20                -           0.0000          -
6035.25/326.86	c       327          37829        1638        20                -           0.0000          -
6136.36/331.90	c       332          38495        1760        20                -           0.0000          -
6235.42/336.91	c       337          40561        1381        20                -           0.0000          -
6336.99/342.06	c       342          41768        1319        20                -           0.0000          -
6439.16/347.24	c       347          42419          61        20                -           0.0000          -
6540.20/352.31	c       352          42158        1589        20                -           0.0000          -
6639.41/357.36	c       357          42821        1580        20                -           0.0000          -
6742.33/362.54	c       363          43704        1593        20                -           0.0000          -
6845.45/367.71	c       368          44330        1575        20                -           0.0000          -
6946.60/372.84	c       373          41443        1603        20                -           0.0000          -
7047.72/377.90	c       378          42276        1849        20                -           0.0000          -
7146.84/382.98	c       383          42794        1795        20                -           0.0000          -
7250.48/388.13	c       388          43321        1753        20                -           0.0000          -
7349.85/393.14	c       393          47519        1574        20                -           0.0000          -
7450.20/398.29	c       398          48513        1580        20                -           0.0000          -
7553.26/403.42	c       403          49825        1463        20                -           0.0000          -
7652.10/408.49	c       408          46316        1864        20                -           0.0000          -
7753.19/413.56	c       414          51484        1468        20                -           0.0000          -
7854.36/418.64	c       419          52122        1557        20                -           0.0000          -
7955.51/423.73	c       424          52912        1569        20                -           0.0000          -
8058.68/428.91	c       429          53656        1557        20                -           0.0000          -
8160.11/434.07	c       434          54165        1550        20                -           0.0000          -
8259.15/439.10	c       439          54472         201        20                -           0.0000          -
8360.33/444.17	c       444          53403        1651        20                -           0.0000          -
8462.79/449.39	c       449          54281        1639        20                -           0.0000          -
8565.99/454.59	c       455          55255        1648        20                -           0.0000          -
8669.04/459.73	c       460          56273        1753        20                -           0.0000          -
8770.17/464.82	c       465          56840        1700        20                -           0.0000          -
8871.26/469.90	c       470          57321        1686        20                -           0.0000          -
8970.43/474.95	c       475          57919        1664        20                -           0.0000          -
9072.31/480.05	c       480          58616        1658        20                -           0.0000          -
9173.23/485.18	c       485          59112        1664        20                -           0.0000          -
9275.53/490.30	c       490          59635        1657        20                -           0.0000          -
9374.61/495.36	c       495          60150        1657        20                -           0.0000          -
9483.70/500.85	c       501          61259        1667        20                -           0.0000          -
9587.50/506.04	c       506          62268        1746        20                -           0.0000          -
9688.68/511.15	c       511          63302        1697        20                -           0.0000          -
9789.09/516.25	c       516          63561        1021        20                -           0.0000          -
9892.23/521.43	c       521          62954        1641        20                -           0.0000          -
9991.27/526.49	c       526          63542        1645        20                -           0.0000          -
10092.42/531.57	c       532          64825        2117        20                -           0.0000          -
10193.49/536.66	c       537          65498        2046        20                -           0.0000          -
10294.58/541.77	c       542          66122        2014        20                -           0.0000          -
10397.69/546.91	c       547          67070        2007        20                -           0.0000          -
10496.77/551.99	c       552          67636        2000        20                -           0.0000          -
10598.16/557.08	c       557          68174        1991        20                -           0.0000          -
10697.42/562.13	c       562          68750        2033        20                -           0.0000          -
10799.78/567.20	c       567          70355        2001        20                -           0.0000          -
10902.89/572.49	c       572          71435        2003        20                -           0.0000          -
11004.03/577.58	c       578          71969        1990        20                -           0.0000          -
11105.17/582.68	c       583          72601        2010        20                -           0.0000          -
11206.33/587.79	c       588          73206        1978        20                -           0.0000          -
11307.43/592.87	c       593          73747        1973        20                -           0.0000          -
11408.50/597.97	c       598          74339        1983        20                -           0.0000          -
11510.26/603.06	c       603          74906        1976        20                -           0.0000          -
11609.48/608.13	c       608          75444        1986        20                -           0.0000          -
11711.90/613.29	c       613          76000        1974        20                -           0.0000          -
11814.98/618.43	c       618          76578        1968        20                -           0.0000          -
11916.15/623.50	c       624          77154        1955        20                -           0.0000          -
12017.31/628.61	c       629          77773        1959        20                -           0.0000          -
12118.47/633.74	c       634          78310        1975        20                -           0.0000          -
12219.55/638.85	c       639          78836        1957        20                -           0.0000          -
12320.57/643.94	c       644          79476        1958        20                -           0.0000          -
12419.70/649.03	c       649          80553        1948        20                -           0.0000          -
12521.59/654.08	c       654          81183        1964        20                -           0.0000          -
12625.91/659.35	c       659          82311        1951        20                -           0.0000          -
12726.95/664.45	c       664          82999        1970        20                -           0.0000          -
12828.01/669.54	c       670          93646         681        20                -           0.0000          -
12929.20/674.64	c       675          93966        1001        20                -           0.0000          -
13030.31/679.73	c       680          94366        1401        20                -           0.0000          -
13129.50/684.78	c       685          94775        1810        20                -           0.0000          -
13232.67/689.94	c       690          95226        2261        20                -           0.0000          -
13334.71/695.11	c       695          95869        2292        20                -           0.0000          -
13436.86/700.20	c       700          96709        2252        20                -           0.0000          -
13543.97/705.68	c       706          87615        1940        20                -           0.0000          -
13651.80/711.09	c       711          88206        1952        20                -           0.0000          -
13751.02/716.13	c       716          99718        2225        20                -           0.0000          -
13853.42/721.22	c       721          89345        1940        20                -           0.0000          -
13954.46/726.32	c       726          89933        1930        20                -           0.0000          -
14053.66/731.38	c       731          84765         131        20                -           0.0000          -
14154.75/736.49	c       736          91134        1921        20                -           0.0000          -
14255.92/741.59	c       742         104489        2210        20                -           0.0000          -
14357.07/746.69	c       747          92284        1928        20                -           0.0000          -
14456.27/751.70	c       752         106394        2437        20                -           0.0000          -
14557.30/756.77	c       757         107380        2494        20                -           0.0000          -
14658.39/761.87	c       762         108110        2403        20                -           0.0000          -
14759.59/766.93	c       767         109058        2358        20                -           0.0000          -
14858.58/771.97	c       772          88325        2176        20                -           0.0000          -
14960.43/777.04	c       777          89646        2215        20                -           0.0000          -
15059.40/782.07	c       782          96057        1923        20                -           0.0000          -
15160.53/787.14	c       787          96646        1939        20                -           0.0000          -
15260.92/792.26	c       792          97245        1905        20                -           0.0000          -
15361.98/797.38	c       797          93781        2151        20                -           0.0000          -
15463.13/802.47	c       802          97871         476        20                -           0.0000          -
15564.29/807.55	c       808          95944        2126        20                -           0.0000          -
15667.22/812.71	c       813          98536        1141        20                -           0.0000          -
15768.29/817.84	c       818          97809        2119        20                -           0.0000          -
15869.45/822.97	c       823          98855        2113        20                -           0.0000          -
15971.34/828.13	c       828          99767        2104        20                -           0.0000          -
16072.19/833.19	c       833         100879        2124        20                -           0.0000          -
16172.55/838.29	c       838         102157        2092        20                -           0.0000          -
16275.71/843.41	c       843         103216        2120        20                -           0.0000          -
16374.82/848.47	c       848         104355        2114        20                -           0.0000          -
16475.83/853.55	c       854         105415        2123        20                -           0.0000          -
16576.82/858.62	c       859         106354        2122        20                -           0.0000          -
16677.86/863.71	c       864         107528        2112        20                -           0.0000          -
16778.93/868.80	c       869         108554        2235        20                -           0.0000          -
16879.94/873.91	c       874         109742        2178        20                -           0.0000          -
16979.05/879.02	c       879         111005        2142        20                -           0.0000          -
17080.79/884.12	c       884         112259        2135        20                -           0.0000          -
17181.89/889.17	c       889         113625        2151        20                -           0.0000          -
17282.31/894.30	c       894         114782        2136        20                -           0.0000          -
17383.48/899.38	c       899         115932        2148        20                -           0.0000          -
17484.63/904.45	c       904         140487        2195        20                -           0.0000          -
17583.80/909.50	c       910         141255        2194        20                -           0.0000          -
17684.96/914.58	c       915         143067        2205        20                -           0.0000          -
17786.04/919.65	c       920         144291        2197        20                -           0.0000          -
17887.24/924.74	c       925         145459        2198        20                -           0.0000          -
17986.40/929.80	c       930         146600        2197        20                -           0.0000          -
18089.51/934.90	c       935         147951        2195        20                -           0.0000          -
18188.57/939.98	c       940         149416        2196        20                -           0.0000          -
18290.46/945.04	c       945         150703        2192        20                -           0.0000          -
18389.54/950.12	c       950         151980        2182        20                -           0.0000          -
18489.74/955.18	c       955         153115        2208        20                -           0.0000          -
18590.08/960.24	c       960         154288        2213        20                -           0.0000          -
18691.24/965.34	c       965         155746        2291        20                -           0.0000          -
18792.39/970.43	c       970         156923        2225        20                -           0.0000          -
18891.56/975.48	c       975         157938        2235        20                -           0.0000          -
18992.53/980.59	c       981         159341        2217        20                -           0.0000          -
19093.69/985.68	c       986         160701        2218        20                -           0.0000          -
19194.69/990.77	c       991         161979        2217        20                -           0.0000          -
19295.70/995.83	c       996         163328        2225        20                -           0.0000          -
19394.63/1000.89	c      1001         164510        2210        20                -           0.0000          -
19495.59/1005.98	c      1006         165806        2214        20                -           0.0000          -
19594.62/1011.03	c      1011         146059        2119        20                -           0.0000          -
19696.40/1016.12	c      1016         168493        2196        20                -           0.0000          -
19798.79/1021.23	c      1021         169105         129        20                -           0.0000          -
19897.91/1026.29	c      1026         169457         481        20                -           0.0000          -
19999.01/1031.34	c      1031         169757         781        20                -           0.0000          -
20100.21/1036.40	c      1036         170077        1101        20                -           0.0000          -
20201.37/1041.51	c      1042         170477        1501        20                -           0.0000          -
20302.59/1046.61	c      1047         136864        1928        20                -           0.0000          -
20401.81/1051.69	c      1052         171217        2241        20                -           0.0000          -
20502.12/1056.73	c      1057         138044        1915        20                -           0.0000          -
20601.23/1061.78	c      1062         138528        1918        20                -           0.0000          -
20704.42/1067.01	c      1067         172935        2541        20                -           0.0000          -
20806.18/1072.08	c      1072         173531        2497        20                -           0.0000          -
20907.20/1077.15	c      1077         174282        2480        20                -           0.0000          -
21007.76/1082.23	c      1082         160755         961        20                -           0.0000          -
21108.99/1087.30	c      1087         175906        2527        20                -           0.0000          -
21208.22/1092.36	c      1092         142383        1913        20                -           0.0000          -
21309.41/1097.47	c      1097         178127        2487        20                -           0.0000          -
21410.56/1102.53	c      1103         179035        2465        20                -           0.0000          -
21511.76/1107.61	c      1108         144376        1909        20                -           0.0000          -
21614.94/1112.83	c      1113         145228        1910        20                -           0.0000          -
21716.11/1117.91	c      1118         164703        2257        20                -           0.0000          -
21814.42/1123.01	c      1123         165368        2219        20                -           0.0000          -
21916.21/1128.09	c      1128         166099        2217        20                -           0.0000          -
22018.68/1133.20	c      1133         147913        1900        20                -           0.0000          -
22117.87/1138.25	c      1138         148607        1901        20                -           0.0000          -
22218.85/1143.31	c      1143         149396        1926        20                -           0.0000          -
22319.24/1148.40	c      1148         168547        2137        20                -           0.0000          -
22418.44/1153.48	c      1153         169288        2164        20                -           0.0000          -
22519.74/1158.54	c      1159         169929        2156        20                -           0.0000          -
22620.82/1163.61	c      1164         152986        1906        20                -           0.0000          -
22723.99/1168.86	c      1169         187855        2427        20                -           0.0000          -
22825.05/1173.98	c      1174         154394        1892        20                -           0.0000          -
22927.02/1179.07	c      1179         172581        2149        20                -           0.0000          -
23027.74/1184.18	c      1184         156131        1894        20                -           0.0000          -
23130.29/1189.34	c      1189         190332        2419        20                -           0.0000          -
23231.49/1194.44	c      1194         157716        1892        20                -           0.0000          -
23332.62/1199.54	c      1200         192147        2442        20                -           0.0000          -
23433.63/1204.60	c      1205         192830        2434        20                -           0.0000          -
23531.90/1209.69	c      1210         193474        2415        20                -           0.0000          -
23632.86/1214.77	c      1215         193990        2414        20                -           0.0000          -
23733.84/1219.84	c      1220         194720        2434        20                -           0.0000          -
23834.98/1224.93	c      1225         195188        2420        20                -           0.0000          -
23934.16/1230.03	c      1230         195676        2400        20                -           0.0000          -
24038.21/1235.15	c      1235         196376        2441        20                -           0.0000          -
24142.36/1240.41	c      1240         164591          61        20                -           0.0000          -
24241.31/1245.48	c      1245         197681        2397        20                -           0.0000          -
24342.47/1250.53	c      1251         165271         741        20                -           0.0000          -
24441.64/1255.58	c      1256         165591        1061        20                -           0.0000          -
24544.85/1260.74	c      1261         165991        1461        20                -           0.0000          -
24646.07/1265.83	c      1266         200702        2404        20                -           0.0000          -
24745.26/1270.89	c      1271         201687        2420        20                -           0.0000          -
24846.33/1275.95	c      1276         202443        2412        20                -           0.0000          -
24945.51/1280.99	c      1281         203000        2408        20                -           0.0000          -
25044.74/1286.01	c      1286         204079        2413        20                -           0.0000          -
25146.83/1291.07	c      1291         204965        2401        20                -           0.0000          -
25245.63/1296.09	c      1296         187926        2107        20                -           0.0000          -
25348.08/1301.22	c      1301              2           1        20                -           0.0000          -
25449.26/1306.32	c      1306              2           1        20                -           0.0000          -
25550.46/1311.42	c      1311              3           2        20                -           0.0000          -
25649.67/1316.47	c      1316              3           2        20                -           0.0000          -
25752.87/1321.68	c      1322              3           2        20                -           0.0000          -
25854.08/1326.75	c      1327              3           2        20                -           0.0000          -
25955.29/1331.87	c      1332              3           2        20                -           0.0000          -
26059.22/1337.04	c      1337              3           2        20                -           0.0000          -
26160.51/1342.15	c      1342              3           2        20                -           0.0000          -
26260.85/1347.23	c      1347              3           2        20                -           0.0000          -
26361.86/1352.32	c      1352              3           2        20                -           0.0000          -
26460.11/1357.37	c      1357              3           2        20                -           0.0000          -
26561.10/1362.49	c      1362              5           4        20                -           0.0000          -
26662.24/1367.58	c      1368              5           4        20                -           0.0000          -
26763.31/1372.67	c      1373              5           4        20                -           0.0000          -
26864.51/1377.72	c      1378              5           4        20                -           0.0000          -
26963.73/1382.78	c      1383              7           6        20                -           0.0000          -
27064.95/1387.81	c      1388              7           6        20                -           0.0000          -
27166.16/1392.90	c      1393              7           6        20                -           0.0000          -
27265.39/1397.96	c      1398              7           6        20                -           0.0000          -
27364.57/1403.03	c      1403              7           6        20                -           0.0000          -
27468.44/1408.16	c      1408              7           6        20                -           0.0000          -
27568.94/1413.21	c      1413              7           6        20                -           0.0000          -
27670.14/1418.37	c      1418              9           8        20                -           0.0000          -
27773.33/1423.52	c      1424              9           8        20                -           0.0000          -
27872.35/1428.59	c      1429              9           8        20                -           0.0000          -
27975.33/1433.75	c      1434              9           8        20                -           0.0000          -
28076.52/1438.89	c      1439              9           8        20                -           0.0000          -
28180.43/1444.08	c      1444              9           8        20                -           0.0000          -
28281.63/1449.16	c      1449              9           8        20                -           0.0000          -
28382.09/1454.30	c      1454              9           8        20                -           0.0000          -
28485.28/1459.44	c      1459              9           8        20                -           0.0000          -
28586.21/1464.56	c      1465              9           8        20                -           0.0000          -
28687.26/1469.64	c      1470              9           8        20                -           0.0000          -
28786.47/1474.69	c      1475              9           8        20                -           0.0000          -
28889.68/1479.81	c      1480              9           8        20                -           0.0000          -
28990.86/1484.90	c      1485              9           8        20                -           0.0000          -
29090.04/1489.98	c      1490              9           8        20                -           0.0000          -
29191.94/1495.09	c      1495              9           8        20                -           0.0000          -
29294.41/1500.26	c      1500              9           8        20                -           0.0000          -
29395.63/1505.32	c      1505              9           8        20                -           0.0000          -
29495.89/1510.43	c      1510              9           8        20                -           0.0000          -
29595.11/1515.49	c      1516              9           8        20                -           0.0000          -
29698.28/1520.69	c      1521              9           8        20                -           0.0000          -
29799.53/1525.76	c      1526              9           8        20                -           0.0000          -
29900.62/1530.82	c      1531              9           8        20                -           0.0000          -
30001.84/1535.99	c      1536              9           8        20                -           0.0000          -
30103.75/1541.05	c      1541              9           8        20                -           0.0000          -
30206.22/1546.23	c      1546              9           8        20                -           0.0000          -
30305.47/1551.28	c      1551              9           8        20                -           0.0000          -
30408.74/1556.42	c      1556              9           8        20                -           0.0000          -
30509.85/1561.52	c      1562              9           8        20                -           0.0000          -
30611.08/1566.63	c      1567              9           8        20                -           0.0000          -
30712.29/1571.74	c      1572              9           8        20                -           0.0000          -
30813.49/1576.86	c      1577              9           8        20                -           0.0000          -
30914.72/1581.91	c      1582              9           8        20                -           0.0000          -
31013.92/1586.98	c      1587              9           8        20                -           0.0000          -
31115.79/1592.12	c      1592              9           8        20                -           0.0000          -
31216.93/1597.19	c      1597              9           8        20                -           0.0000          -
31317.45/1602.29	c      1602              9           8        20                -           0.0000          -
31420.61/1607.43	c      1607              9           8        20                -           0.0000          -
31519.82/1612.49	c      1612              9           8        20                -           0.0000          -
31624.98/1617.71	c      1618              9           8        20                -           0.0000          -
31724.20/1622.79	c      1623              9           8        20                -           0.0000          -
31825.38/1627.83	c      1628              9           8        20                -           0.0000          -
31926.54/1632.97	c      1633              9           8        20                -           0.0000          -
32028.36/1638.05	c      1638              9           8        20                -           0.0000          -
32129.68/1643.18	c      1643              9           8        20                -           0.0000          -
32230.23/1648.27	c      1648              9           8        20                -           0.0000          -
32331.41/1653.32	c      1653              9           8        20                -           0.0000          -
32430.62/1658.37	c      1658              9           8        20                -           0.0000          -
32531.81/1663.42	c      1663              9           8        20                -           0.0000          -
32631.00/1668.43	c      1668              9           8        20                -           0.0000          -
32730.18/1673.45	c      1673              9           8        20                -           0.0000          -
32831.35/1678.51	c      1679              9           8        20                -           0.0000          -
32930.53/1683.56	c      1684              9           8        20                -           0.0000          -
33031.65/1688.68	c      1689              9           8        20                -           0.0000          -
33132.80/1693.74	c      1694              9           8        20                -           0.0000          -
33231.67/1698.79	c      1699              9           8        20                -           0.0000          -
33334.82/1703.92	c      1704              9           8        20                -           0.0000          -
33433.95/1708.98	c      1709              9           8        20                -           0.0000          -
33535.82/1714.05	c      1714              9           8        20                -           0.0000          -
33634.91/1719.11	c      1719              9           8        20                -           0.0000          -
33736.07/1724.18	c      1724              9           8        20                -           0.0000          -
33836.48/1729.24	c      1729              9           8        20                -           0.0000          -
33935.53/1734.27	c      1734              9           8        20                -           0.0000          -
34036.64/1739.35	c      1739              9           8        20                -           0.0000          -
34137.79/1744.45	c      1744              9           8        20                -           0.0000          -
34240.96/1749.66	c      1750              9           8        20                -           0.0000          -
34342.17/1754.74	c      1755              9           8        20                -           0.0000          -
34443.39/1759.84	c      1760              9           8        20                -           0.0000          -
34544.62/1764.97	c      1765              9           8        20                -           0.0000          -
34646.59/1770.09	c      1770              9           8        20                -           0.0000          -
34747.73/1775.18	c      1775              9           8        20                -           0.0000          -
34850.14/1780.32	c      1780              9           8        20                -           0.0000          -
34951.33/1785.45	c      1785              9           8        20                -           0.0000          -
35052.47/1790.60	c      1791              9           8        20                -           0.0000          -
35155.46/1795.73	c      1796              9           8        20                -           0.0000          -
35256.50/1800.86	c      1801              9           8        20                -           0.0000          -
35357.66/1805.99	c      1806              9           8        20                -           0.0000          -
35459.57/1811.06	c      1811              9           8        20                -           0.0000          -
35562.02/1816.21	c      1816              9           8        20                -           0.0000          -
35661.11/1821.22	c      1821              9           8        20                -           0.0000          -
35762.30/1826.33	c      1826              9           8        20                -           0.0000          -
35863.48/1831.47	c      1831              9           8        20                -           0.0000          -
35964.68/1836.58	c      1837              9           8        20                -           0.0000          -
36067.87/1841.73	c      1842              9           8        20                -           0.0000          -
36169.04/1846.80	c      1847             23          22        20                -           0.0000          -
36270.12/1851.98	c      1852             23          22        20                -           0.0000          -
36372.17/1857.11	c      1857             23          22        20                -           0.0000          -
36473.42/1862.16	c      1862             11          10        20                -           0.0000          -
36573.76/1867.25	c      1867             11          10        20                -           0.0000          -
36672.97/1872.28	c      1872             11          10        20                -           0.0000          -
36776.16/1877.42	c      1877             11          10        20                -           0.0000          -
36877.34/1882.51	c      1883             11          10        20                -           0.0000          -
36978.48/1887.60	c      1888             11          10        20                -           0.0000          -
37079.68/1892.72	c      1893             11          10        20                -           0.0000          -
37180.88/1897.80	c      1898             28          25        20                -           0.0000          -
37280.05/1902.87	c      1903             13          12        20                -           0.0000          -
37381.17/1907.94	c      1908             13          12        20                -           0.0000          -
37482.95/1913.09	c      1913             13          12        20                -           0.0000          -
37584.27/1918.17	c      1918             13          12        20                -           0.0000          -
37684.49/1923.23	c      1923             13          12        20                -           0.0000          -
37785.66/1928.33	c      1928             13          12        20                -           0.0000          -
37886.86/1933.49	c      1933             30          25        20                -           0.0000          -
37988.01/1938.56	c      1939             30          25        20                -           0.0000          -
38089.12/1943.65	c      1944             30          25        20                -           0.0000          -
38190.33/1948.71	c      1949             14          13        20                -           0.0000          -
38289.54/1953.76	c      1954             15          14        20                -           0.0000          -
38392.61/1958.91	c      1959             15          14        20                -           0.0000          -
38491.83/1964.01	c      1964             15          14        20                -           0.0000          -
38593.63/1969.07	c      1969             15          14        20                -           0.0000          -
38694.99/1974.17	c      1974             15          14        20                -           0.0000          -
38797.31/1979.30	c      1979             30          27        20                -           0.0000          -
38896.36/1984.36	c      1984             30          27        20                -           0.0000          -
38997.09/1989.45	c      1989             30          27        20                -           0.0000          -
39096.22/1994.46	c      1994             30          27        20                -           0.0000          -
39197.40/1999.51	c      2000             30          27        20                -           0.0000          -
39296.57/2004.58	c      2005             30          27        20                -           0.0000          -
39397.73/2009.63	c      2010             30          27        20                -           0.0000          -
39498.90/2014.73	c      2015             30          27        20                -           0.0000          -
39600.09/2019.83	c      2020             30          27        20                -           0.0000          -
39701.26/2024.95	c      2025             30          27        20                -           0.0000          -
39802.98/2030.03	c      2030             30          27        20                -           0.0000          -
39902.03/2035.13	c      2035             30          27        20                -           0.0000          -
40002.75/2040.20	c      2040             30          27        20                -           0.0000          -
40103.46/2045.25	c      2045             30          27        20                -           0.0000          -
40204.65/2050.37	c      2050             30          27        20                -           0.0000          -
40305.81/2055.48	c      2055             30          27        20                -           0.0000          -
40406.98/2060.59	c      2061             30          27        20                -           0.0000          -
40508.15/2065.60	c      2066             30          27        20                -           0.0000          -
40611.31/2070.81	c      2071             30          27        20                -           0.0000          -
40710.36/2075.88	c      2076             30          27        20                -           0.0000          -
40811.45/2081.03	c      2081             30          27        20                -           0.0000          -
40915.07/2086.15	c      2086             30          27        20                -           0.0000          -
41017.62/2091.32	c      2091             30          27        20                -           0.0000          -
41118.76/2096.44	c      2096             30          27        20                -           0.0000          -
41219.94/2101.53	c      2102             30          27        20                -           0.0000          -
41321.09/2106.62	c      2107             30          27        20                -           0.0000          -
41422.26/2111.75	c      2112             30          27        20                -           0.0000          -
41523.41/2116.80	c      2117             30          27        20                -           0.0000          -
41622.54/2121.87	c      2122             30          27        20                -           0.0000          -
41723.68/2126.92	c      2127             30          27        20                -           0.0000          -
41825.57/2132.06	c      2132             30          27        20                -           0.0000          -
41926.74/2137.16	c      2137             30          27        20                -           0.0000          -
42027.21/2142.27	c      2142             30          27        20                -           0.0000          -
42128.39/2147.31	c      2147             30          27        20                -           0.0000          -
42229.57/2152.41	c      2152             30          27        20                -           0.0000          -
42328.75/2157.46	c      2157             30          27        20                -           0.0000          -
42429.94/2162.51	c      2163             30          27        20                -           0.0000          -
42529.09/2167.59	c      2168             30          27        20                -           0.0000          -
42630.20/2172.60	c      2173             30          27        20                -           0.0000          -
42731.33/2177.71	c      2178             30          27        20                -           0.0000          -
42832.51/2182.80	c      2183             30          27        20                -           0.0000          -
42931.70/2187.87	c      2188             30          27        20                -           0.0000          -
43032.89/2192.94	c      2193             30          27        20                -           0.0000          -
43134.77/2198.09	c      2198             30          27        20                -           0.0000          -
43235.96/2203.16	c      2203             30          27        20                -           0.0000          -
43336.39/2208.23	c      2208             30          27        20                -           0.0000          -
43435.54/2213.28	c      2213             30          27        20                -           0.0000          -
43536.72/2218.35	c      2218             30          27        20                -           0.0000          -
43635.90/2223.40	c      2223             30          27        20                -           0.0000          -
43737.01/2228.49	c      2228             30          27        20                -           0.0000          -
43838.18/2233.57	c      2234             30          27        20                -           0.0000          -
43939.33/2238.70	c      2239             30          27        20                -           0.0000          -
44042.48/2243.83	c      2244             30          27        20                -           0.0000          -
44143.64/2248.91	c      2249             30          27        20                -           0.0000          -
44242.80/2253.99	c      2254             30          27        20                -           0.0000          -
44344.54/2259.07	c      2259             30          27        20                -           0.0000          -
44445.79/2264.16	c      2264             30          27        20                -           0.0000          -
44546.24/2269.23	c      2269             30          27        20                -           0.0000          -
44645.44/2274.28	c      2274             30          27        20                -           0.0000          -
44748.62/2279.44	c      2279             30          27        20                -           0.0000          -
44849.66/2284.53	c      2285             30          27        20                -           0.0000          -
44950.73/2289.62	c      2290             30          27        20                -           0.0000          -
45049.87/2294.69	c      2295             30          27        20                -           0.0000          -
45150.98/2299.76	c      2300             30          27        20                -           0.0000          -
45254.14/2304.92	c      2305             30          27        20                -           0.0000          -
45355.85/2310.09	c      2310             30          27        20                -           0.0000          -
45458.35/2315.21	c      2315             30          27        20                -           0.0000          -
45559.53/2320.33	c      2320             30          27        20                -           0.0000          -
45658.57/2325.39	c      2325             30          27        20                -           0.0000          -
45759.73/2330.46	c      2330             30          27        20                -           0.0000          -
45860.87/2335.53	c      2336             30          27        20                -           0.0000          -
45959.88/2340.58	c      2341             30          27        20                -           0.0000          -
46061.00/2345.67	c      2346             30          27        20                -           0.0000          -
46162.19/2350.73	c      2351             30          27        20                -           0.0000          -
46261.35/2355.78	c      2356             30          27        20                -           0.0000          -
46362.52/2360.85	c      2361             30          27        20                -           0.0000          -
46463.67/2365.91	c      2366             30          27        20                -           0.0000          -
46562.82/2370.99	c      2371             30          27        20                -           0.0000          -
46664.67/2376.12	c      2376             30          27        20                -           0.0000          -
46765.78/2381.13	c      2381             30          27        20                -           0.0000          -
46866.14/2386.24	c      2386             30          27        20                -           0.0000          -
46967.30/2391.34	c      2391             30          27        20                -           0.0000          -
47068.48/2396.44	c      2396             30          27        20                -           0.0000          -
47169.65/2401.58	c      2402             30          27        20                -           0.0000          -
47270.77/2406.64	c      2407             30          27        20                -           0.0000          -
47371.94/2411.70	c      2412             30          27        20                -           0.0000          -
47471.11/2416.79	c      2417             30          27        20                -           0.0000          -
47572.27/2421.86	c      2422             30          27        20                -           0.0000          -
47671.44/2426.87	c      2427             30          27        20                -           0.0000          -
47772.61/2431.94	c      2432             30          27        20                -           0.0000          -
47874.45/2437.12	c      2437             30          27        20                -           0.0000          -
47975.66/2442.17	c      2442             30          27        20                -           0.0000          -
48075.94/2447.25	c      2447             30          27        20                -           0.0000          -
48175.13/2452.27	c      2452             30          27        20                -           0.0000          -
48278.27/2457.47	c      2457             30          27        20                -           0.0000          -
48379.44/2462.54	c      2463             30          27        20                -           0.0000          -
48478.57/2467.59	c      2468             30          27        20                -           0.0000          -
48579.75/2472.66	c      2473             30          27        20                -           0.0000          -
48678.84/2477.66	c      2478             30          27        20                -           0.0000          -
48779.94/2482.74	c      2483             30          27        20                -           0.0000          -
48881.10/2487.84	c      2488             30          27        20                -           0.0000          -
48982.26/2492.91	c      2493             30          27        20                -           0.0000          -
49081.44/2497.96	c      2498             30          27        20                -           0.0000          -
49180.63/2503.03	c      2503             30          27        20                -           0.0000          -
49282.43/2508.10	c      2508             30          27        20                -           0.0000          -
49383.61/2513.17	c      2513             30          27        20                -           0.0000          -
49484.03/2518.29	c      2518             30          27        20                -           0.0000          -
49585.22/2523.36	c      2523             30          27        20                -           0.0000          -
49688.35/2528.50	c      2528             30          27        20                -           0.0000          -
49787.52/2533.58	c      2534             30          27        20                -           0.0000          -
49888.70/2538.65	c      2539             30          27        20                -           0.0000          -
49991.85/2543.84	c      2544             30          27        20                -           0.0000          -
50093.01/2548.90	c      2549             30          27        20                -           0.0000          -
50192.19/2554.00	c      2554             30          27        20                -           0.0000          -
50294.06/2559.05	c      2559             30          27        20                -           0.0000          -
50395.25/2564.14	c      2564             30          27        20                -           0.0000          -
50495.60/2569.29	c      2569             30          27        20                -           0.0000          -
50598.57/2574.45	c      2574             30          27        20                -           0.0000          -
50699.90/2579.55	c      2580             30          27        20                -           0.0000          -
50800.90/2584.63	c      2585             30          27        20                -           0.0000          -
50902.01/2589.72	c      2590             30          27        20                -           0.0000          -
51003.10/2594.81	c      2595             30          27        20                -           0.0000          -
51102.19/2599.87	c      2600             30          27        20                -           0.0000          -
51203.37/2604.93	c      2605             30          27        20                -           0.0000          -
51302.55/2609.95	c      2610             30          27        20                -           0.0000          -
51404.38/2615.05	c      2615             30          27        20                -           0.0000          -
51503.57/2620.13	c      2620             30          27        20                -           0.0000          -
51605.95/2625.23	c      2625             30          27        20                -           0.0000          -
51705.14/2630.27	c      2630             30          27        20                -           0.0000          -
51806.30/2635.36	c      2635             30          27        20                -           0.0000          -
51907.49/2640.48	c      2640             29          24        20                -           0.0000          -
52008.68/2645.56	c      2646             29          24        20                -           0.0000          -
52109.99/2650.65	c      2651             29          24        20                -           0.0000          -
52211.01/2655.78	c      2656             29          24        20                -           0.0000          -
52312.19/2660.86	c      2661             29          24        20                -           0.0000          -
52413.36/2665.93	c      2666             29          24        20                -           0.0000          -
52517.13/2671.18	c      2671             29          24        20                -           0.0000          -
52617.56/2676.24	c      2676             29          24        20                -           0.0000          -
52716.75/2681.30	c      2681             29          24        20                -           0.0000          -
52817.91/2686.38	c      2686             29          24        20                -           0.0000          -
52919.09/2691.48	c      2691             29          24        20                -           0.0000          -
53022.23/2696.64	c      2697             29          24        20                -           0.0000          -
53123.40/2701.71	c      2702             29          24        20                -           0.0000          -
53222.57/2706.76	c      2707             29          24        20                -           0.0000          -
53323.71/2711.82	c      2712             29          24        20                -           0.0000          -
53422.88/2716.87	c      2717             29          24        20                -           0.0000          -
53522.08/2721.88	c      2722             29          24        20                -           0.0000          -
53621.26/2726.90	c      2727             38          27        20                -           0.0000          -
53722.44/2732.01	c      2732             38          27        20                -           0.0000          -
53824.30/2737.07	c      2737             38          27        20                -           0.0000          -
53926.74/2742.22	c      2742             38          27        20                -           0.0000          -
54025.93/2747.29	c      2747             38          27        20                -           0.0000          -
54127.10/2752.37	c      2752             38          27        20                -           0.0000          -
54227.85/2757.45	c      2757             32          27        20                -           0.0000          -
54328.84/2762.50	c      2762             32          27        20                -           0.0000          -
54427.92/2767.59	c      2768             32          27        20                -           0.0000          -
54529.07/2772.67	c      2773             38          29        20                -           0.0000          -
54630.20/2777.75	c      2778             38          29        20                -           0.0000          -
54729.29/2782.76	c      2783             38          29        20                -           0.0000          -
54830.45/2787.88	c      2788             38          29        20                -           0.0000          -
54931.61/2792.95	c      2793             38          29        20                -           0.0000          -
55033.48/2798.10	c      2798             38          29        20                -           0.0000          -
55134.66/2803.15	c      2803             38          29        20                -           0.0000          -
55235.01/2808.25	c      2808             38          29        20                -           0.0000          -
55335.94/2813.38	c      2813             38          29        20                -           0.0000          -
55439.08/2818.52	c      2819             38          29        20                -           0.0000          -
55538.15/2823.59	c      2824             38          29        20                -           0.0000          -
55639.17/2828.68	c      2829             38          29        20                -           0.0000          -
55740.34/2833.73	c      2834             38          29        20                -           0.0000          -
55839.54/2838.79	c      2839             38          29        20                -           0.0000          -
55940.66/2843.89	c      2844             38          29        20                -           0.0000          -
56044.53/2849.05	c      2849             38          29        20                -           0.0000          -
56143.68/2854.11	c      2854             38          29        20                -           0.0000          -
56246.28/2859.24	c      2859             38          29        20                -           0.0000          -
56347.50/2864.39	c      2864             38          29        20                -           0.0000          -
56448.73/2869.45	c      2869             38          29        20                -           0.0000          -
56551.92/2874.61	c      2875             38          29        20                -           0.0000          -
56651.15/2879.67	c      2880             38          29        20                -           0.0000          -
56752.37/2884.74	c      2885             38          29        20                -           0.0000          -
56855.62/2889.92	c      2890             38          29        20                -           0.0000          -
56954.59/2894.98	c      2895             38          29        20                -           0.0000          -
57056.46/2900.06	c      2900             38          29        20                -           0.0000          -
57159.00/2905.21	c      2905             38          29        20                -           0.0000          -
57260.21/2910.39	c      2910             38          29        20                -           0.0000          -
57363.40/2915.50	c      2916             38          29        20                -           0.0000          -
57462.62/2920.58	c      2921             38          29        20                -           0.0000          -
57563.80/2925.68	c      2926             38          29        20                -           0.0000          -
57664.98/2930.76	c      2931             38          29        20                -           0.0000          -
57766.07/2935.83	c      2936             38          29        20                -           0.0000          -
57865.15/2940.90	c      2941             38          29        20                -           0.0000          -
57966.28/2945.96	c      2946             38          29        20                -           0.0000          -
58065.46/2951.01	c      2951             38          29        20                -           0.0000          -
58167.26/2956.07	c      2956             38          29        20                -           0.0000          -
58266.65/2961.14	c      2961             38          29        20                -           0.0000          -
58368.97/2966.21	c      2966             38          29        20                -           0.0000          -
58468.12/2971.24	c      2971             38          29        20                -           0.0000          -
58569.23/2976.34	c      2976             38          29        20                -           0.0000          -
58670.44/2981.42	c      2981             38          29        20                -           0.0000          -
58769.66/2986.47	c      2986             38          29        20                -           0.0000          -
58872.87/2991.60	c      2992             38          29        20                -           0.0000          -
58974.08/2996.74	c      2997             38          29        20                -           0.0000          -
59075.27/3001.87	c      3002             38          29        20                -           0.0000          -
59176.47/3006.99	c      3007             38          29        20                -           0.0000          -
59278.29/3012.05	c      3012             38          29        20                -           0.0000          -
59377.49/3017.08	c      3017             38          29        20                -           0.0000          -
59478.95/3022.19	c      3022             38          29        20                -           0.0000          -
59579.31/3027.27	c      3027             38          29        20                -           0.0000          -
59680.54/3032.34	c      3032             38          29        20                -           0.0000          -
59781.77/3037.40	c      3037             38          29        20                -           0.0000          -
59881.01/3042.46	c      3042             38          29        20                -           0.0000          -
59982.22/3047.51	c      3048             38          29        20                -           0.0000          -
60083.45/3052.61	c      3053             38          29        20                -           0.0000          -
60182.67/3057.66	c      3058             38          29        20                -           0.0000          -
60281.87/3062.68	c      3063             38          33        20                -           0.0000          -
60383.09/3067.77	c      3068             38          33        20                -           0.0000          -
60484.21/3072.82	c      3073             38          33        20                -           0.0000          -
60583.43/3077.87	c      3078             38          33        20                -           0.0000          -
60684.65/3082.94	c      3083             45          30        20                -           0.0000          -
60783.89/3088.02	c      3088             39          34        20                -           0.0000          -
60885.91/3093.12	c      3093             47          32        20                -           0.0000          -
60986.95/3098.16	c      3098             41          36        20                -           0.0000          -
61086.12/3103.18	c      3103             41          36        20                -           0.0000          -
61186.69/3108.26	c      3108             41          36        20                -           0.0000          -
61287.90/3113.36	c      3113             41          36        20                -           0.0000          -
61389.09/3118.49	c      3118             41          36        20                -           0.0000          -
61492.28/3123.63	c      3124             41          36        20                -           0.0000          -
61593.49/3128.73	c      3129             41          36        20                -           0.0000          -
61694.65/3133.84	c      3134             41          36        20                -           0.0000          -
61795.86/3138.97	c      3139             41          36        20                -           0.0000          -
61895.10/3144.03	c      3144             54          31        20                -           0.0000          -
61998.91/3149.16	c      3149             54          31        20                -           0.0000          -
62099.49/3154.20	c      3154             54          31        20                -           0.0000          -
62200.70/3159.35	c      3159             54          31        20                -           0.0000          -
62301.91/3164.42	c      3164             54          31        20                -           0.0000          -
62403.11/3169.53	c      3170             54          31        20                -           0.0000          -
62502.32/3174.59	c      3175             54          31        20                -           0.0000          -
62605.51/3179.71	c      3180             54          31        20                -           0.0000          -
62704.72/3184.76	c      3185             54          31        20                -           0.0000          -
62805.91/3189.87	c      3190             57          32        20                -           0.0000          -
62907.09/3194.91	c      3195             62          33        20                -           0.0000          -
63006.31/3200.02	c      3200             63          34        20                -           0.0000          -
63108.12/3205.11	c      3205             63          34        20                -           0.0000          -
63210.67/3210.22	c      3210             63          34        20                -           0.0000          -
63309.89/3215.26	c      3215             54          43        20                -           0.0000          -
63411.09/3220.36	c      3220             55          44        20                -           0.0000          -
63512.30/3225.46	c      3225             56          43        20                -           0.0000          -
63613.49/3230.57	c      3231             67          34        20                -           0.0000          -
63716.67/3235.73	c      3236             70          33        20                -           0.0000          -
63817.88/3240.86	c      3241             60          43        20                -           0.0000          -
63919.09/3245.95	c      3246             61          42        20                -           0.0000          -
64020.89/3251.04	c      3251             61          42        20                -           0.0000          -
64122.12/3256.16	c      3256             61          42        20                -           0.0000          -
64222.66/3261.26	c      3261             61          42        20                -           0.0000          -
64323.86/3266.33	c      3266             61          42        20                -           0.0000          -
64425.06/3271.49	c      3271             77          32        20                -           0.0000          -
64528.25/3276.61	c      3277             62          43        20                -           0.0000          -
64627.48/3281.67	c      3282             62          43        20                -           0.0000          -
64728.69/3286.76	c      3287             62          43        20                -           0.0000          -
64829.89/3291.87	c      3292             62          43        20                -           0.0000          -
64931.08/3296.98	c      3297             62          43        20                -           0.0000          -
65032.90/3302.10	c      3302             62          43        20                -           0.0000          -
65134.18/3307.18	c      3307             84          39        20                -           0.0000          -
65234.65/3312.25	c      3312             84          39        20                -           0.0000          -
65335.85/3317.32	c      3317             63          44        20                -           0.0000          -
65437.05/3322.42	c      3322             63          44        20                -           0.0000          -
65536.26/3327.47	c      3327             63          44        20                -           0.0000          -
65637.47/3332.53	c      3333             63          44        20                -           0.0000          -
65738.66/3337.67	c      3338             63          44        20                -           0.0000          -
65841.87/3342.86	c      3343             64          45        20                -           0.0000          -
65943.09/3347.98	c      3348             64          45        20                -           0.0000          -
66044.90/3353.06	c      3353             64          45        20                -           0.0000          -
66144.12/3358.11	c      3358             64          45        20                -           0.0000          -
66246.68/3363.25	c      3363             64          45        20                -           0.0000          -
66347.89/3368.35	c      3368             64          45        20                -           0.0000          -
66449.07/3373.43	c      3373             64          45        20                -           0.0000          -
66550.28/3378.52	c      3379             64          45        20                -           0.0000          -
66649.51/3383.56	c      3384             64          45        20                -           0.0000          -
66750.73/3388.64	c      3389             64          45        20                -           0.0000          -
66849.96/3393.69	c      3394             64          45        20                -           0.0000          -
66951.18/3398.74	c      3399             64          45        20                -           0.0000          -
67052.41/3403.89	c      3404             64          45        20                -           0.0000          -
67153.64/3409.00	c      3409             64          45        20                -           0.0000          -
67255.41/3414.10	c      3414             64          45        20                -           0.0000          -
67356.74/3419.16	c      3419             64          45        20                -           0.0000          -
67457.27/3424.27	c      3424             64          45        20                -           0.0000          -
67558.47/3429.36	c      3429             64          45        20                -           0.0000          -
67659.64/3434.47	c      3434             64          45        20                -           0.0000          -
67762.86/3439.60	c      3440             64          45        20                -           0.0000          -
67862.06/3444.66	c      3445             64          45        20                -           0.0000          -
67963.29/3449.75	c      3450             64          45        20                -           0.0000          -
68064.52/3454.81	c      3455             64          45        20                -           0.0000          -
68165.73/3459.97	c      3460             64          45        20                -           0.0000          -
68267.55/3465.04	c      3465             64          45        20                -           0.0000          -
68370.11/3470.21	c      3470             64          45        20                -           0.0000          -
68471.31/3475.33	c      3475             64          45        20                -           0.0000          -
68572.53/3480.49	c      3480             64          45        20                -           0.0000          -
68673.73/3485.55	c      3486             64          45        20                -           0.0000          -
68774.94/3490.68	c      3491             64          45        20                -           0.0000          -
68876.12/3495.76	c      3496             64          45        20                -           0.0000          -
68977.34/3500.83	c      3501             64          45        20                -           0.0000          -
69076.58/3505.88	c      3506             64          45        20                -           0.0000          -
69177.78/3510.91	c      3511             64          45        20                -           0.0000          -
69279.59/3516.08	c      3516             64          45        20                -           0.0000          -
69381.00/3521.15	c      3521             64          45        20                -           0.0000          -
69481.40/3526.22	c      3526             64          45        20                -           0.0000          -
69582.63/3531.32	c      3531             64          45        20                -           0.0000          -
69681.87/3536.39	c      3536             64          45        20                -           0.0000          -
69783.09/3541.46	c      3541             64          45        20                -           0.0000          -
69884.34/3546.55	c      3547             64          45        20                -           0.0000          -
69985.54/3551.60	c      3552             64          45        20                -           0.0000          -
70086.73/3556.77	c      3557             64          45        20                -           0.0000          -
70189.95/3561.93	c      3562             64          45        20                -           0.0000          -
70291.93/3567.07	c      3567             64          45        20                -           0.0000          -
70393.23/3572.15	c      3572             64          45        20                -           0.0000          -
70493.61/3577.26	c      3577             64          45        20                -           0.0000          -
70594.85/3582.35	c      3582             64          45        20                -           0.0000          -
70696.06/3587.42	c      3587             64          45        20                -           0.0000          -
70795.29/3592.48	c      3592             64          45        20                -           0.0000          -
70896.51/3597.55	c      3598             64          45        20                -           0.0000          -
70997.73/3602.67	c      3603             64          45        20                -           0.0000          -
71098.96/3607.77	c      3608             64          45        20                -           0.0000          -
71200.17/3612.84	c      3613             64          45        20                -           0.0000          -
71301.35/3617.91	c      3618             64          45        20                -           0.0000          -
71400.55/3622.99	c      3623             64          45        20                -           0.0000          -
71504.29/3628.14	c      3628             64          45        20                -           0.0000          -
71604.90/3633.22	c      3633             64          45        20                -           0.0000          -
71706.09/3638.39	c      3638             64          45        20                -           0.0000          -
71809.29/3643.52	c      3644             64          45        20                -           0.0000          -
71910.49/3648.60	c      3649             64          45        20                -           0.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 (171210 MiB free)
  memory of node 1: 193494 MiB (176529 MiB free)
  memory of node 2: 193531 MiB (173364 MiB free)
  memory of node 3: 193531 MiB (192018 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-4465703-1722540870/watcher-4465703-1722540870 -o /tmp/evaluation-result-4465703-1722540870/solver-4465703-1722540870 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127951 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465703-1722540870.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100115 s]*
/proc/loadavg: 79.79 80.52 80.09 62/984 132375
/proc/meminfo: memFree=730163612/790760804 swapFree=131071996/131071996
[pid=132374] ppid=132371 vsize=98596 memory=85312 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/stat : 132374 (fscip) R 132371 132374 127938 0 -1 4194304 19043 0 0 0 8 2 0 0 20 0 1 0 20670135 100962304 21328 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
/proc/132374/statm: 24649 21328 2598 3035 0 21045 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 98596 KiB
Current children cumulated memory: 85312 KiB

[startup+0.220022 s]*
/proc/loadavg: 79.79 80.52 80.09 62/984 132375
/proc/meminfo: memFree=730138568/790760804 swapFree=131071996/131071996
[pid=132374] ppid=132371 vsize=123196 memory=109852 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/stat : 132374 (fscip) R 132371 132374 127938 0 -1 4194304 27221 0 0 0 19 4 0 0 20 0 1 0 20670135 126152704 27463 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
/proc/132374/statm: 30799 27463 2662 3035 0 27195 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 123196 KiB
Current children cumulated memory: 109852 KiB

[startup+0.320202 s]*
/proc/loadavg: 79.79 80.52 80.09 62/984 132375
/proc/meminfo: memFree=730137600/790760804 swapFree=131071996/131071996
[pid=132374] ppid=132371 vsize=123196 memory=109852 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/stat : 132374 (fscip) R 132371 132374 127938 0 -1 4194304 27221 0 0 0 29 4 0 0 20 0 1 0 20670135 126152704 27463 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
/proc/132374/statm: 30799 27463 2662 3035 0 27195 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 123196 KiB
Current children cumulated memory: 109852 KiB

[startup+0.700267 s]
/proc/loadavg: 79.79 80.52 80.09 62/984 132375
/proc/meminfo: memFree=730138304/790760804 swapFree=131071996/131071996
[pid=132374] ppid=132371 vsize=136664 memory=123192 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/stat : 132374 (fscip) R 132371 132374 127938 0 -1 4194304 33243 0 0 0 64 5 0 0 20 0 1 0 20670135 139943936 30798 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
/proc/132374/statm: 34166 30798 2758 3035 0 30562 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 136664 KiB
Current children cumulated memory: 123192 KiB

[startup+1.50021 s]
/proc/loadavg: 79.79 80.52 80.09 62/984 132375
/proc/meminfo: memFree=730092584/790760804 swapFree=131071996/131071996
[pid=132374] ppid=132371 vsize=176388 memory=159044 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/stat : 132374 (fscip) R 132371 132374 127938 0 -1 4194304 40805 0 0 0 142 6 0 0 20 0 1 0 20670135 180621312 39761 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
/proc/132374/statm: 44097 39761 2774 3035 0 40493 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 176388 KiB
Current children cumulated memory: 159044 KiB

[startup+3.11933 s]
/proc/loadavg: 79.79 80.52 80.09 43/944 132421
/proc/meminfo: memFree=748126884/790760804 swapFree=131071996/131071996
[pid=132374] ppid=132371 vsize=177148 memory=159832 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/stat : 132374 (fscip) R 132371 132374 127938 0 -1 4194304 40983 0 0 0 303 7 0 0 20 0 1 0 20670135 181399552 39958 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
/proc/132374/statm: 44287 39958 2774 3035 0 40683 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 177148 KiB
Current children cumulated memory: 159832 KiB

[startup+6.30025 s]
/proc/loadavg: 76.85 79.90 79.89 43/944 132423
/proc/meminfo: memFree=748058540/790760804 swapFree=131071996/131071996
[pid=132374] ppid=132371 vsize=182936 memory=165440 CPUtime=6.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/stat : 132374 (fscip) R 132371 132374 127938 0 -1 4194304 42479 0 0 0 619 7 0 0 20 0 1 0 20670135 187326464 41360 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
/proc/132374/statm: 45734 41360 2774 3035 0 42130 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 182936 KiB
Current children cumulated memory: 165440 KiB

[startup+12.7003 s]
/proc/loadavg: 75.74 79.62 79.80 24/905 132471
/proc/meminfo: memFree=764291240/790760804 swapFree=131071996/131071996
[pid=132374] ppid=132371 vsize=183528 memory=165968 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/stat : 132374 (fscip) R 132371 132374 127938 0 -1 4194304 42604 0 0 0 1257 7 0 0 20 0 1 0 20670135 187932672 41492 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
/proc/132374/statm: 45882 41492 2774 3035 0 42278 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 183528 KiB
Current children cumulated memory: 165968 KiB

[startup+25.5015 s]
/proc/loadavg: 68.57 77.80 79.20 62/987 132562
/proc/meminfo: memFree=762764076/790760804 swapFree=131071996/131071996
[pid=132374] ppid=132371 vsize=3296308 memory=2578996 CPUtime=57.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/stat : 132374 (fscip) S 132371 132374 127938 0 -1 1077936128 649139 0 0 0 5654 142 0 0 20 0 41 0 20670135 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
/proc/132374/statm: 824077 644749 2806 3035 0 760715 0
[pid=132374/tid=132521] ppid=132371 vsize=3296308 memory=16724 CPUtime=1.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132521/stat : 132521 (fscip) R 132371 132374 127938 0 -1 4194368 28330 0 0 0 170 5 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132522] ppid=132371 vsize=3296308 memory=5512 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132522/stat : 132522 (fscip) R 132371 132374 127938 0 -1 4194368 28937 0 0 0 168 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132523] ppid=132371 vsize=3296308 memory=165440 CPUtime=1.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132523/stat : 132523 (fscip) R 132371 132374 127938 0 -1 4194368 28907 0 0 0 169 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132524] ppid=132371 vsize=3296308 memory=15776 CPUtime=1.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132524/stat : 132524 (fscip) R 132371 132374 127938 0 -1 4194368 28370 0 0 0 169 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132525] ppid=132371 vsize=3296308 memory=0 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132525/stat : 132525 (fscip) R 132371 132374 127938 0 -1 4194368 28926 0 0 0 168 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132526] ppid=132371 vsize=3296308 memory=0 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132526/stat : 132526 (fscip) R 132371 132374 127938 0 -1 4194368 28913 0 0 0 168 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132527] ppid=132371 vsize=3296308 memory=33000 CPUtime=1.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132527/stat : 132527 (fscip) R 132371 132374 127938 0 -1 4194368 28317 0 0 0 170 5 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132528] ppid=132371 vsize=3296308 memory=0 CPUtime=1.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132528/stat : 132528 (fscip) R 132371 132374 127938 0 -1 4194368 28899 0 0 0 170 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132529] ppid=132371 vsize=3296308 memory=140247862085114 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132529/stat : 132529 (fscip) R 132371 132374 127938 0 -1 4194368 29001 0 0 0 168 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132530] ppid=132371 vsize=3296308 memory=26 CPUtime=1.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132530/stat : 132530 (fscip) R 132371 132374 127938 0 -1 4194368 28237 0 0 0 170 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132531] ppid=132371 vsize=3296308 memory=16670 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132531/stat : 132531 (fscip) R 132371 132374 127938 0 -1 4194368 28997 0 0 0 167 7 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132532] ppid=132371 vsize=3296308 memory=1804 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132532/stat : 132532 (fscip) R 132371 132374 127938 0 -1 4194368 28911 0 0 0 168 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132533] ppid=132371 vsize=3296308 memory=6048 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132533/stat : 132533 (fscip) R 132371 132374 127938 0 -1 4194368 28311 0 0 0 168 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132534] ppid=132371 vsize=3296308 memory=51200 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132534/stat : 132534 (fscip) R 132371 132374 127938 0 -1 4194368 28925 0 0 0 168 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132535] ppid=132371 vsize=3296308 memory=21380 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132535/stat : 132535 (fscip) R 132371 132374 127938 0 -1 4194368 32918 0 0 0 168 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132536] ppid=132371 vsize=3296308 memory=2208 CPUtime=1.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132536/stat : 132536 (fscip) R 132371 132374 127938 0 -1 4194368 28309 0 0 0 169 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132537] ppid=132371 vsize=3296308 memory=2036 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132537/stat : 132537 (fscip) R 132371 132374 127938 0 -1 4194368 28919 0 0 0 168 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132538] ppid=132371 vsize=3296308 memory=0 CPUtime=1.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132538/stat : 132538 (fscip) R 132371 132374 127938 0 -1 4194368 28975 0 0 0 164 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132539] ppid=132371 vsize=3296308 memory=140247862085514 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132539/stat : 132539 (fscip) R 132371 132374 127938 0 -1 4194368 28323 0 0 0 168 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132540] ppid=132371 vsize=3296308 memory=140247862085515 CPUtime=1.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132540/stat : 132540 (fscip) R 132371 132374 127938 0 -1 4194368 28969 0 0 0 169 6 0 0 20 0 41 0 20672432 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132543] ppid=132371 vsize=3296308 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132543/stat : 132543 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132544] ppid=132371 vsize=3296308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132544/stat : 132544 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132545] ppid=132371 vsize=3296308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132545/stat : 132545 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132546] ppid=132371 vsize=3296308 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132546/stat : 132546 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132547] ppid=132371 vsize=3296308 memory=6712 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132547/stat : 132547 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132548] ppid=132371 vsize=3296308 memory=18449028 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132548/stat : 132548 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132549] ppid=132371 vsize=3296308 memory=2708 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132549/stat : 132549 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132550] ppid=132371 vsize=3296308 memory=3776 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132550/stat : 132550 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132551] ppid=132371 vsize=3296308 memory=40456 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132551/stat : 132551 (fscip) S 132371 132374 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132552] ppid=132371 vsize=3296308 memory=8196 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132552/stat : 132552 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132553] ppid=132371 vsize=3296308 memory=3300 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132553/stat : 132553 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132554] ppid=132371 vsize=3296308 memory=2264 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132554/stat : 132554 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132555] ppid=132371 vsize=3296308 memory=1668 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132555/stat : 132555 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132556] ppid=132371 vsize=3296308 memory=8916 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132556/stat : 132556 (fscip) S 132371 132374 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132557] ppid=132371 vsize=3296308 memory=28648 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132557/stat : 132557 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132558] ppid=132371 vsize=3296308 memory=32760 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132558/stat : 132558 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132559] ppid=132371 vsize=3296308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132559/stat : 132559 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132560] ppid=132371 vsize=3296308 memory=280492101018824 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132560/stat : 132560 (fscip) S 132371 132374 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20672509 3375419392 644749 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0

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

/proc/132374/task/132549/stat : 132549 (fscip) S 132371 132374 127938 0 -1 1077936192 208 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132550] ppid=132371 vsize=21179292 memory=15776 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132550/stat : 132550 (fscip) S 132371 132374 127938 0 -1 1077936192 208 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132551] ppid=132371 vsize=21179292 memory=17689960 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132551/stat : 132551 (fscip) S 132371 132374 127938 0 -1 1077936192 211 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132552] ppid=132371 vsize=21179292 memory=17659404 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132552/stat : 132552 (fscip) S 132371 132374 127938 0 -1 1077936192 141 0 0 0 0 3 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132553] ppid=132371 vsize=21179292 memory=4688 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132553/stat : 132553 (fscip) S 132371 132374 127938 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132554] ppid=132371 vsize=21179292 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132554/stat : 132554 (fscip) S 132371 132374 127938 0 -1 1077936192 210 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132555] ppid=132371 vsize=21179292 memory=198340509722 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132555/stat : 132555 (fscip) S 132371 132374 127938 0 -1 1077936192 204 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132556] ppid=132371 vsize=21179292 memory=25031 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132556/stat : 132556 (fscip) S 132371 132374 127938 0 -1 1077936192 203 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132557] ppid=132371 vsize=21179292 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132557/stat : 132557 (fscip) S 132371 132374 127938 0 -1 1077936192 206 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132558] ppid=132371 vsize=21179292 memory=31316 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132558/stat : 132558 (fscip) S 132371 132374 127938 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132559] ppid=132371 vsize=21179292 memory=28568 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132559/stat : 132559 (fscip) S 132371 132374 127938 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132560] ppid=132371 vsize=21179292 memory=7312 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132560/stat : 132560 (fscip) S 132371 132374 127938 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132561] ppid=132371 vsize=21179292 memory=198340509722 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132561/stat : 132561 (fscip) S 132371 132374 127938 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132562] ppid=132371 vsize=21179292 memory=17694224 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132562/stat : 132562 (fscip) S 132371 132374 127938 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4423622 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
Current children cumulated CPU time: 71785.5 s
Current children cumulated vsize: 21179292 KiB
Current children cumulated memory: 17694488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3653.13 s]
/proc/loadavg: 67.21 68.76 73.73 48/953 135254
/proc/meminfo: memFree=752833068/790760804 swapFree=131071996/131071996
[pid=132374] ppid=132371 vsize=21179292 memory=17702884 CPUtime=72000.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/stat : 132374 (fscip) S 132371 132374 127938 0 -1 1077936128 43218707 0 0 0 7191577 8459 0 0 20 0 41 0 20670135 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
/proc/132374/statm: 5294823 4425721 3366 3035 0 5128286 0
[pid=132374/tid=132521] ppid=132371 vsize=21179292 memory=15776 CPUtime=3604.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132521/stat : 132521 (fscip) R 132371 132374 127938 0 -1 4194368 1258494 0 0 0 360283 126 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132522] ppid=132371 vsize=21179292 memory=280492102723504 CPUtime=3599.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132522/stat : 132522 (fscip) R 132371 132374 127938 0 -1 4194368 1966895 0 0 0 359721 256 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132523] ppid=132371 vsize=21179292 memory=33000 CPUtime=3592.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132523/stat : 132523 (fscip) R 132371 132374 127938 0 -1 4194368 4369398 0 0 0 358263 1027 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132524] ppid=132371 vsize=21179292 memory=280492101153536 CPUtime=3601.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132524/stat : 132524 (fscip) R 132371 132374 127938 0 -1 4194368 608736 0 0 0 360084 75 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132525] ppid=132371 vsize=21179292 memory=7068 CPUtime=3603.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132525/stat : 132525 (fscip) R 132371 132374 127938 0 -1 4194368 837514 0 0 0 360140 166 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132526] ppid=132371 vsize=21179292 memory=17700840 CPUtime=3598.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132526/stat : 132526 (fscip) R 132371 132374 127938 0 -1 4194368 4614450 0 0 0 358814 1042 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132527] ppid=132371 vsize=21179292 memory=25333125866717268 CPUtime=3601.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132527/stat : 132527 (fscip) R 132371 132374 127938 0 -1 4194368 1355233 0 0 0 360014 135 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132528] ppid=132371 vsize=21179292 memory=6720661060577279333 CPUtime=3600.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132528/stat : 132528 (fscip) R 132371 132374 127938 0 -1 4194368 798231 0 0 0 359898 160 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132529] ppid=132371 vsize=21179292 memory=17702296 CPUtime=3595.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132529/stat : 132529 (fscip) R 132371 132374 127938 0 -1 4194368 4133830 0 0 0 358554 997 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132530] ppid=132371 vsize=21179292 memory=17702296 CPUtime=3603.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132530/stat : 132530 (fscip) R 132371 132374 127938 0 -1 4194368 1409666 0 0 0 360170 136 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132531] ppid=132371 vsize=21179292 memory=11448 CPUtime=3582.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132531/stat : 132531 (fscip) R 132371 132374 127938 0 -1 4194368 1645016 0 0 0 357990 237 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132532] ppid=132371 vsize=21179292 memory=17702144 CPUtime=3591.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132532/stat : 132532 (fscip) R 132371 132374 127938 0 -1 4194368 4032207 0 0 0 358142 1051 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132533] ppid=132371 vsize=21179292 memory=0 CPUtime=3599.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132533/stat : 132533 (fscip) R 132371 132374 127938 0 -1 4194368 1073296 0 0 0 359847 104 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132534] ppid=132371 vsize=21179292 memory=0 CPUtime=3597.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132534/stat : 132534 (fscip) R 132371 132374 127938 0 -1 4194368 1851508 0 0 0 359467 248 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132535] ppid=132371 vsize=21179292 memory=17701232 CPUtime=3597.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132535/stat : 132535 (fscip) R 132371 132374 127938 0 -1 4194368 4262512 0 0 0 358719 1014 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132536] ppid=132371 vsize=21179292 memory=5488347919701923 CPUtime=3603.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132536/stat : 132536 (fscip) R 132371 132374 127938 0 -1 4194368 677694 0 0 0 360270 73 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132537] ppid=132371 vsize=21179292 memory=17694372 CPUtime=3601.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132537/stat : 132537 (fscip) R 132371 132374 127938 0 -1 4194368 2077684 0 0 0 359857 275 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132538] ppid=132371 vsize=21179292 memory=280492102082976 CPUtime=3593.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132538/stat : 132538 (fscip) R 132371 132374 127938 0 -1 4194368 4103491 0 0 0 358375 1001 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132539] ppid=132371 vsize=21179292 memory=280492101659136 CPUtime=3604.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132539/stat : 132539 (fscip) R 132371 132374 127938 0 -1 4194368 553803 0 0 0 360401 68 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132540] ppid=132371 vsize=21179292 memory=33860 CPUtime=3603.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132540/stat : 132540 (fscip) R 132371 132374 127938 0 -1 4194368 1513176 0 0 0 360182 217 0 0 20 0 41 0 20672432 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132543] ppid=132371 vsize=21179292 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132543/stat : 132543 (fscip) S 132371 132374 127938 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132544] ppid=132371 vsize=21179292 memory=17574832 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132544/stat : 132544 (fscip) S 132371 132374 127938 0 -1 1077936192 208 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132545] ppid=132371 vsize=21179292 memory=7068 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132545/stat : 132545 (fscip) S 132371 132374 127938 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132546] ppid=132371 vsize=21179292 memory=36300 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132546/stat : 132546 (fscip) S 132371 132374 127938 0 -1 1077936192 207 0 0 0 1 2 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132547] ppid=132371 vsize=21179292 memory=2316 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132547/stat : 132547 (fscip) S 132371 132374 127938 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132548] ppid=132371 vsize=21179292 memory=17633432 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132548/stat : 132548 (fscip) S 132371 132374 127938 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132549] ppid=132371 vsize=21179292 memory=17694132 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132549/stat : 132549 (fscip) S 132371 132374 127938 0 -1 1077936192 208 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132550] ppid=132371 vsize=21179292 memory=17684488 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132550/stat : 132550 (fscip) S 132371 132374 127938 0 -1 1077936192 211 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132551] ppid=132371 vsize=21179292 memory=1138466981415788 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132551/stat : 132551 (fscip) S 132371 132374 127938 0 -1 1077936192 212 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132552] ppid=132371 vsize=21179292 memory=7883104060530839909 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132552/stat : 132552 (fscip) S 132371 132374 127938 0 -1 1077936192 143 0 0 0 0 3 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132553] ppid=132371 vsize=21179292 memory=6720661060577279333 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132553/stat : 132553 (fscip) S 132371 132374 127938 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132554] ppid=132371 vsize=21179292 memory=20660 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132554/stat : 132554 (fscip) S 132371 132374 127938 0 -1 1077936192 213 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132555] ppid=132371 vsize=21179292 memory=21380 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132555/stat : 132555 (fscip) S 132371 132374 127938 0 -1 1077936192 204 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132556] ppid=132371 vsize=21179292 memory=2208 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132556/stat : 132556 (fscip) S 132371 132374 127938 0 -1 1077936192 206 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132557] ppid=132371 vsize=21179292 memory=5953380 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132557/stat : 132557 (fscip) S 132371 132374 127938 0 -1 1077936192 208 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132558] ppid=132371 vsize=21179292 memory=2764 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132558/stat : 132558 (fscip) S 132371 132374 127938 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132559] ppid=132371 vsize=21179292 memory=17622640 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132559/stat : 132559 (fscip) S 132371 132374 127938 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132560] ppid=132371 vsize=21179292 memory=10544 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132560/stat : 132560 (fscip) S 132371 132374 127938 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132561] ppid=132371 vsize=21179292 memory=17635172 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132561/stat : 132561 (fscip) S 132371 132374 127938 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
[pid=132374/tid=132562] ppid=132371 vsize=21179292 memory=17702296 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/132374/task/132562/stat : 132562 (fscip) S 132371 132374 127938 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 20672509 21687595008 4425721 809668444160 4194304 16623229 140729210290816 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50827264 140729210295305 140729210295423 140729210295423 140729210302448 0
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 21179292 KiB
Current children cumulated memory: 17702884 KiB

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

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

# cumulated CPU time of all completed processes:  user=71916 s, system=85.1538 s

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

[startup+3653.21 s]*
/proc/loadavg: 67.21 68.76 73.73 28/911 135262
/proc/meminfo: memFree=755577048/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3653.6 s]
/proc/loadavg: 67.21 68.76 73.73 28/911 135262
/proc/meminfo: memFree=755577048/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3653.7 s]
/proc/loadavg: 67.21 68.76 73.73 28/911 135262
/proc/meminfo: memFree=755577048/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3653.71
CPU time (s): 72001.2
CPU user time (s): 71916
CPU system time (s): 85.1538
CPU usage (%): 1970.63
Max. virtual memory (cumulated for all children) (KiB): 21179292
Max. memory (cumulated for all children) (KiB): 17702884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71916
system time used= 85.1538
maximum resident set size= 17702884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43218757
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= 150261
involuntary context switches= 282207


# summary of solver processes directly reported to runsolver:
#   pid: 132374
#   total CPU time (s): 72001.2
#   total CPU user time (s): 71916
#   total CPU system time (s): 85.1538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.7608 second user time and 83.9243 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 21:34:30
IDJOB=4465703
IDBENCH=158322
IDSOLVER=3094
FILE ID=nodeD105/4465703-1722540870
RUNJOBID= nodeD105-1722533544-127951
SLURM_JOB_ID= 8254275
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K150.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-4465703-1722540870/watcher-4465703-1722540870 -o /tmp/evaluation-result-4465703-1722540870/solver-4465703-1722540870 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127951 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465703-1722540870.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=933385546

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		: 2907.980
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		: 3070.028
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		: 3045.886
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		: 2624.722
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		: 2907.985
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		: 3074.574
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		: 3045.905
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		: 3455.154
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		: 2907.990
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		: 2966.170
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		: 3042.981
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		: 2989.905
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		: 2907.989
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		: 3074.609
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		: 3045.928
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		: 3472.070
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		: 2907.995
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		: 3074.646
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		: 3045.959
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		: 1444.124
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		: 2907.997
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		: 3074.685
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		: 3045.968
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		: 2664.361
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		: 2908.002
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		: 3074.709
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		: 3045.996
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		: 1983.317
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		: 2908.002
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		: 3074.736
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		: 3045.229
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		: 2642.989
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		: 2908.009
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		: 3074.774
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		: 3045.936
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		: 2646.394
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		: 2908.012
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		: 3074.807
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		: 3045.873
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		: 1683.371
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		: 2908.014
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		: 3074.834
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		: 3045.807
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		: 2651.933
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		: 2908.017
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		: 3074.880
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		: 3045.750
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		: 2659.149
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		: 2908.023
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		: 3074.882
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		: 3045.692
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		: 2651.507
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		: 2908.025
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		: 3074.850
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		: 3045.635
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		: 2664.312
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		: 2908.029
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		: 3074.815
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		: 3045.643
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		: 1810.130
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		: 2908.033
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		: 3074.802
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		: 3044.519
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		: 2661.385
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		: 2908.037
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		: 3074.780
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		: 3045.753
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		: 2652.206
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		: 2906.958
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		: 3074.777
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		: 3045.809
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		: 2665.489
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		: 2908.046
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		: 3074.759
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3045.880
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		: 2196.189
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		: 2908.050
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		: 3074.748
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		: 3045.927
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		: 3556.302
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:        730238876 kB
MemAvailable:   732449080 kB
Buffers:          300248 kB
Cached:          5220644 kB
SwapCached:            0 kB
Active:           471344 kB
Inactive:       57360044 kB
Active(anon):       2168 kB
Inactive(anon): 52330892 kB
Active(file):     469176 kB
Inactive(file):  5029152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30468 kB
Writeback:           104 kB
AnonPages:      52310720 kB
Mapped:           130428 kB
Shmem:             22536 kB
KReclaimable:     263156 kB
Slab:             630908 kB
SReclaimable:     263156 kB
SUnreclaim:       367752 kB
KernelStack:       16896 kB
PageTables:       129300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4803944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           272256 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3246080 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:      600064 kB
DirectMap2M:    68055040 kB
DirectMap1G:    737148928 kB

Free space on /tmp at the end= 8622832 MiB
End job on nodeD105 at 2024-08-01 22:35:24