Trace number 4465709

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) 72002.1 3678.36

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K179.opb
MD5SUM84aa92d361920570c4f42a7fa8308fed
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark73.5881
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21301
Total number of constraints21661
Number of constraints which are clauses21482
Number of constraints which are cardinality constraints (but not clauses)179
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint179
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 180
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.11	c Default LC presolving (default).
0.00/0.11	c ** Before presolving: virtualMemUsedAtLc = 123397645, getVmSize() = 106041344, SCIPgetMemUsed() = 76006862, SCIPgetMemTotal() = 82001118, SCIPgetMemExternEstim() = 41396527
0.00/0.11	c ** set memory limit for presolving in LC to 8.7957e+12 for SCIP **
41.23/41.47	c ** Estimated virtualMemUsedAtSolver = 261855688, getVmSize() = 384610304, SCIPgetMemUsed() = 266800638, SCIPgetMemTotal() = 351387006, SCIPgetMemExternEstim() = 41396527
41.23/41.47	c ** set memory limit for solvers to 4.18779e+11 for each SCIP **
41.23/41.47	c Original Problem   :
41.23/41.47	c   Problem name     : instance-4465709-1722537203
41.23/41.47	c   Variables        : 21301 (21301 binary, 0 integer, 0 implicit integer, 0 continuous)
41.23/41.47	c   Constraints      : 21661
41.23/41.47	c   Objective sense  : minimize
41.23/41.47	c Presolved Problem  :
41.23/41.47	c   Variables        : 19742 (19742 binary, 0 integer, 0 implicit integer, 0 continuous)
41.23/41.47	c   Constraints      : 20032
41.23/41.47	c Constraints        : Number
41.23/41.47	c   knapsack         : 1 
41.23/41.47	c   setppc           : 2434 
41.23/41.47	c   orbitope         : 1 
41.23/41.47	c   logicor          : 17596 
41.23/41.47	c ** Instance transfer method used: 0
41.33/41.51	c ** ParaScipInstance copy increased the number of variables. **
42.15/42.39	c LC is working with racing ramp-up and with rebuilding tree after racing.
42.15/42.39	c                                Nodes    Active                                            
42.15/42.39	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
248.08/52.87	c        53              2           1        20                -           0.0000          -
349.20/57.95	c        58            122         121        20                -           0.0000          -
448.38/63.03	c        63            362         361        20                -           0.0000          -
555.58/68.38	c        68            662         661        20                -           0.0000          -
660.58/73.65	c        74            979         675        20                -           0.0000          -
761.70/78.77	c        79           1372         934        20                -           0.0000          -
864.84/83.95	c        84           1872        1434        20                -           0.0000          -
968.94/89.20	c        89           2392        1954        20                -           0.0000          -
1068.82/94.26	c        94           3172        2734        20                -           0.0000          -
1167.97/99.29	c        99           3236        2183        20                -           0.0000          -
1274.90/104.64	c       105           3928        2875        20                -           0.0000          -
1374.05/109.67	c       110           5077        4024        20                -           0.0000          -
1479.19/114.95	c       115           4520         490        20                -           0.0000          -
1581.09/120.08	c       120           6271         596        20                -           0.0000          -
1683.40/125.29	c       125           5206         937        20                -           0.0000          -
1782.61/130.29	c       130           6923        1016        20                -           0.0000          -
1889.80/135.68	c       136           7743         857        20                -           0.0000          -
1990.95/140.70	c       141           8126        1997        20                -           0.0000          -
2094.17/145.98	c       146           9353        2461        20                -           0.0000          -
2199.19/151.26	c       151          10947        4055        20                -           0.0000          -
2300.41/156.30	c       156           8863        1198        20                -           0.0000          -
2399.63/161.32	c       161           9276        1237        20                -           0.0000          -
2500.86/166.48	c       166          12205         641        20                -           0.0000          -
2602.10/171.54	c       172          10895        2230        20                -           0.0000          -
2704.85/176.75	c       177          11298          41        20                -           0.0000          -
2805.84/181.87	c       182          12493         521        20                -           0.0000          -
2911.70/187.18	c       187          11898         641        20                -           0.0000          -
3013.98/192.39	c       192          13133        1161        20                -           0.0000          -
3115.06/197.46	c       197          13983         739        20                -           0.0000          -
3216.15/202.50	c       203          12727         421        20                -           0.0000          -
3319.14/207.76	c       208          13047         741        20                -           0.0000          -
3420.00/212.86	c       213          16680        3278        20                -           0.0000          -
3521.10/217.90	c       218          17534        3247        20                -           0.0000          -
3620.29/223.01	c       223          14467        2161        20                -           0.0000          -
3725.43/228.29	c       228          15371        3057        20                -           0.0000          -
3828.43/233.43	c       233          18163        1245        20                -           0.0000          -
3929.58/238.58	c       239          18742        1061        20                -           0.0000          -
4032.71/243.77	c       244          19157        1460        20                -           0.0000          -
4141.83/249.23	c       249          18403         161        20                -           0.0000          -
4246.99/254.55	c       255          21308        3565        20                -           0.0000          -
4350.13/259.72	c       260          21952        3445        20                -           0.0000          -
4449.31/264.74	c       265          19310        1068        20                -           0.0000          -
4548.49/269.80	c       270          22924          61        20                -           0.0000          -
4649.65/274.88	c       275          19986        1719        20                -           0.0000          -
4753.46/280.11	c       280          22141        3868        20                -           0.0000          -
4854.57/285.19	c       285          23764         901        20                -           0.0000          -
4954.73/290.24	c       290          24064        1201        20                -           0.0000          -
5053.93/295.29	c       295          21807        3538        20                -           0.0000          -
5155.12/300.30	c       300          23509         161        20                -           0.0000          -
5260.22/305.60	c       306          23809         461        20                -           0.0000          -
5359.53/310.64	c       311          25384        2521        20                -           0.0000          -
5467.27/316.05	c       316          24949        4317        20                -           0.0000          -
5566.59/321.08	c       321          24735        1387        20                -           0.0000          -
5674.69/326.51	c       327          26663        4254        20                -           0.0000          -
5775.77/331.62	c       332          25389        2041        20                -           0.0000          -
5878.92/336.87	c       337          27277         361        20                -           0.0000          -
5980.11/342.01	c       342          27577         661        20                -           0.0000          -
6082.16/347.06	c       347          27877         961        20                -           0.0000          -
6181.07/352.11	c       352          27063        3709        20                -           0.0000          -
6287.46/357.45	c       357          28482        1566        20                -           0.0000          -
6388.59/362.56	c       363          28731        4004        20                -           0.0000          -
6495.71/367.94	c       368          32776          41        20                -           0.0000          -
6597.58/373.05	c       373          29477        2561        20                -           0.0000          -
6697.03/378.11	c       378          29878        2960        20                -           0.0000          -
6798.00/383.19	c       383          33632         897        20                -           0.0000          -
6898.38/388.25	c       388          32778         341        20                -           0.0000          -
6999.57/393.33	c       393          34276        1541        20                -           0.0000          -
7102.71/398.56	c       399          31963        4701        20                -           0.0000          -
7203.76/403.66	c       404          35016        2281        20                -           0.0000          -
7304.91/408.77	c       409          33204        4600        20                -           0.0000          -
7407.94/413.98	c       414          34314        1877        20                -           0.0000          -
7511.83/419.19	c       419          37164        2992        20                -           0.0000          -
7611.83/424.20	c       424          35151        4549        20                -           0.0000          -
7710.99/429.23	c       429          35912        4535        20                -           0.0000          -
7812.15/434.37	c       434          36559        4513        20                -           0.0000          -
7913.17/439.49	c       439          37088        4476        20                -           0.0000          -
8014.31/444.55	c       445          37883        4510        20                -           0.0000          -
8115.45/449.67	c       450          38651        4473        20                -           0.0000          -
8216.60/454.77	c       455          39283        4474        20                -           0.0000          -
8322.63/460.10	c       460          39979        4472        20                -           0.0000          -
8424.72/465.23	c       465          42279        3028        20                -           0.0000          -
8523.83/470.24	c       470          45780         281        20                -           0.0000          -
8623.01/475.25	c       475          41279         401        20                -           0.0000          -
8726.05/480.43	c       480          45379        3011        20                -           0.0000          -
8829.16/485.63	c       486          45920        3002        20                -           0.0000          -
8932.29/490.83	c       491          42145        1267        20                -           0.0000          -
9031.47/495.89	c       496          46424         461        20                -           0.0000          -
9135.27/501.05	c       501          46724         761        20                -           0.0000          -
9234.51/506.08	c       506          43496        2104        20                -           0.0000          -
9333.42/511.09	c       511          47299        1336        20                -           0.0000          -
9432.54/516.13	c       516          47644        1681        20                -           0.0000          -
9536.81/521.33	c       521          47964        2001        20                -           0.0000          -
9635.93/526.38	c       526          46152        2294        20                -           0.0000          -
9739.04/531.54	c       532          46984        2296        20                -           0.0000          -
9839.96/536.62	c       537          47739        2277        20                -           0.0000          -
9941.02/541.72	c       542          54601        1965        20                -           0.0000          -
10040.01/546.77	c       547          55664        1952        20                -           0.0000          -
10140.95/551.86	c       552          56750        1937        20                -           0.0000          -
10244.82/557.04	c       557          57718        2000        20                -           0.0000          -
10343.95/562.11	c       562          58808        1917        20                -           0.0000          -
10444.96/567.18	c       567          59818        1907        20                -           0.0000          -
10545.33/572.25	c       572          53259        2246        20                -           0.0000          -
10646.41/577.37	c       577          53960        2232        20                -           0.0000          -
10747.53/582.44	c       582          54610        2234        20                -           0.0000          -
10848.65/587.53	c       588          63408          41        20                -           0.0000          -
10947.41/592.59	c       593          63648         281        20                -           0.0000          -
11048.16/597.66	c       598          57794        2264        20                -           0.0000          -
11147.28/602.67	c       603          58930        2244        20                -           0.0000          -
11248.36/607.79	c       608          59904        2304        20                -           0.0000          -
11351.46/612.91	c       613          64808        1441        20                -           0.0000          -
11466.44/618.71	c       619          65208        1841        20                -           0.0000          -
11569.54/623.90	c       624          61550        2176        20                -           0.0000          -
11668.52/629.00	c       629          61169         821        20                -           0.0000          -
11770.34/634.11	c       634          63534        2169        20                -           0.0000          -
11874.49/639.32	c       639          61788        1440        20                -           0.0000          -
11975.58/644.40	c       644          65468        2259        20                -           0.0000          -
12076.66/649.50	c       650          66357        2216        20                -           0.0000          -
12177.95/654.62	c       655          67128        2168        20                -           0.0000          -
12276.86/659.69	c       660          68073        2202        20                -           0.0000          -
12381.86/664.96	c       665          69060        2151        20                -           0.0000          -
12483.90/670.10	c       670          74098        2157        20                -           0.0000          -
12584.75/675.17	c       675          69672         341        20                -           0.0000          -
12687.04/680.32	c       680          76079        2161        20                -           0.0000          -
12788.10/685.44	c       685          70212         881        20                -           0.0000          -
12891.21/690.65	c       691          70516        1185        20                -           0.0000          -
12994.32/695.88	c       696          70836        1505        20                -           0.0000          -
13098.40/701.06	c       701          79910        2140        20                -           0.0000          -
13199.46/706.18	c       706          80994        2133        20                -           0.0000          -
13299.43/711.29	c       711          69786        1973        20                -           0.0000          -
13400.44/716.35	c       716          82765        2142        20                -           0.0000          -
13503.42/721.50	c       722          83745        2130        20                -           0.0000          -
13602.53/726.57	c       727          84697        2113        20                -           0.0000          -
13705.63/731.75	c       732          85541        2124        20                -           0.0000          -
13806.68/736.82	c       737          86459        2115        20                -           0.0000          -
13905.82/741.89	c       742          87390        2117        20                -           0.0000          -
14006.91/746.92	c       747          75755        2494        20                -           0.0000          -
14108.76/752.04	c       752          89282        2109        20                -           0.0000          -
14210.93/757.25	c       757          76900        2499        20                -           0.0000          -
14311.95/762.35	c       762          77839        2712        20                -           0.0000          -
14412.85/767.43	c       767          78774        2493        20                -           0.0000          -
14513.95/772.51	c       773          79416        2491        20                -           0.0000          -
14612.90/777.59	c       778          79967        2492        20                -           0.0000          -
14713.94/782.69	c       783          80619        2499        20                -           0.0000          -
14814.86/787.77	c       788          95823        2127        20                -           0.0000          -
14915.97/792.84	c       793          82029        2504        20                -           0.0000          -
15015.09/797.89	c       798          97591        2104        20                -           0.0000          -
15116.22/803.02	c       803          98453        2115        20                -           0.0000          -
15218.10/808.07	c       808          81844        1978        20                -           0.0000          -
15319.25/813.14	c       813          82340        1975        20                -           0.0000          -
15421.58/818.34	c       818          82979        1963        20                -           0.0000          -
15520.69/823.39	c       823          83490        1972        20                -           0.0000          -
15623.29/828.51	c       829          83968        1965        20                -           0.0000          -
15722.11/833.53	c       834          84518        1974        20                -           0.0000          -
15820.94/838.60	c       839          84950        1958        20                -           0.0000          -
15930.40/844.07	c       844          85423        1955        20                -           0.0000          -
16031.58/849.19	c       849          89443        2475        20                -           0.0000          -
16131.91/854.26	c       854          90098        2481        20                -           0.0000          -
16232.98/859.37	c       859          86840        1958        20                -           0.0000          -
16334.11/864.48	c       864          87208        1960        20                -           0.0000          -
16435.23/869.60	c       870          87596        1954        20                -           0.0000          -
16536.33/874.66	c       875          88059        1946        20                -           0.0000          -
16637.31/879.74	c       880          88515        1959        20                -           0.0000          -
16738.41/884.82	c       885          89027        1967        20                -           0.0000          -
16839.51/889.94	c       890          94563        2463        20                -           0.0000          -
16938.61/894.98	c       895          95279        2463        20                -           0.0000          -
17040.70/900.07	c       900          95978        2458        20                -           0.0000          -
17139.60/905.12	c       905          96672        2453        20                -           0.0000          -
17241.89/910.28	c       910          97366        2457        20                -           0.0000          -
17344.90/915.50	c       916          98065        2453        20                -           0.0000          -
17447.69/920.61	c       921          98714        2455        20                -           0.0000          -
17546.57/925.69	c       926          99412        2462        20                -           0.0000          -
17647.67/930.74	c       931         100135        2460        20                -           0.0000          -
17748.78/935.87	c       936         100749        2448        20                -           0.0000          -
17849.89/940.95	c       941         101232        2460        20                -           0.0000          -
17951.92/946.07	c       946         101754        2459        20                -           0.0000          -
18053.88/951.25	c       951         102243        2462        20                -           0.0000          -
18154.93/956.40	c       956         102611        2473        20                -           0.0000          -
18256.04/961.46	c       961         103266        2461        20                -           0.0000          -
18359.31/966.61	c       967          97283           0        20                -           0.0000          -
18458.27/971.68	c       972         104415        2479        20                -           0.0000          -
18559.39/976.77	c       977          97804         521        20                -           0.0000          -
18662.46/981.90	c       982         125686        2351        20                -           0.0000          -
18761.57/986.93	c       987          98344        1061        20                -           0.0000          -
18860.73/992.05	c       992          98644        1361        20                -           0.0000          -
18962.85/997.10	c       997          98944        1661        20                -           0.0000          -
19066.95/1002.32	c      1002         129061        2346        20                -           0.0000          -
19166.06/1007.36	c      1007         106400        1661        20                -           0.0000          -
19269.23/1012.56	c      1013         106731        1992        20                -           0.0000          -
19370.06/1017.68	c      1018         131468        2341        20                -           0.0000          -
19473.03/1022.83	c      1023         107400        2661        20                -           0.0000          -
19574.07/1027.97	c      1028         133084        2342        20                -           0.0000          -
19675.87/1033.07	c      1033         101741        2703        20                -           0.0000          -
19778.16/1038.25	c      1038         102319        2679        20                -           0.0000          -
19879.28/1043.37	c      1043         103016        2675        20                -           0.0000          -
19980.28/1048.46	c      1048         103562        2560        20                -           0.0000          -
20081.42/1053.57	c      1054         110262        2778        20                -           0.0000          -
20184.29/1058.76	c      1059         111240        2856        20                -           0.0000          -
20285.28/1063.84	c      1064         111803        2819        20                -           0.0000          -
20384.37/1068.88	c      1069         139463        2357        20                -           0.0000          -
20485.50/1073.95	c      1074         140325        2349        20                -           0.0000          -
20587.18/1079.08	c      1079         141288        2359        20                -           0.0000          -
20688.23/1084.17	c      1084         108091        2608        20                -           0.0000          -
20787.45/1089.19	c      1089         142798        2343        20                -           0.0000          -
20887.55/1094.29	c      1094         109673        2571        20                -           0.0000          -
20988.59/1099.36	c      1099         110589        2594        20                -           0.0000          -
21089.63/1104.43	c      1104         111493        2586        20                -           0.0000          -
21190.73/1109.59	c      1110         112122        2549        20                -           0.0000          -
21291.85/1114.64	c      1115         146379        2334        20                -           0.0000          -
21392.82/1119.75	c      1120         147163        2335        20                -           0.0000          -
21493.89/1124.85	c      1125         113964        2657        20                -           0.0000          -
21597.79/1130.05	c      1130         114688        2605        20                -           0.0000          -
21696.98/1135.14	c      1135         115465        2582        20                -           0.0000          -
21799.19/1140.25	c      1140         116062        2564        20                -           0.0000          -
21902.29/1145.48	c      1145         116626        2540        20                -           0.0000          -
22007.34/1150.72	c      1151         151720        2328        20                -           0.0000          -
22108.29/1155.87	c      1156         152414        2327        20                -           0.0000          -
22209.18/1160.99	c      1161         153015        2331        20                -           0.0000          -
22311.02/1166.13	c      1166         120585        2576        20                -           0.0000          -
22415.30/1171.32	c      1171         154367        2335        20                -           0.0000          -
22514.29/1176.36	c      1176         155021        2328        20                -           0.0000          -
22617.34/1181.52	c      1182         122745        2569        20                -           0.0000          -
22720.30/1186.73	c      1187         129171        2753        20                -           0.0000          -
22821.35/1191.87	c      1192         157174        2345        20                -           0.0000          -
22922.28/1196.93	c      1197         157625        2332        20                -           0.0000          -
23021.11/1202.03	c      1202         158238        2353        20                -           0.0000          -
23124.99/1207.17	c      1207         159143        2347        20                -           0.0000          -
23227.16/1212.31	c      1212         160010        2339        20                -           0.0000          -
23326.25/1217.38	c      1217         161097        2355        20                -           0.0000          -
23427.34/1222.48	c      1222         133866        2745        20                -           0.0000          -
23528.44/1227.55	c      1228         134549        2782        20                -           0.0000          -
23629.47/1232.61	c      1233         135143        2788        20                -           0.0000          -
23728.56/1237.65	c      1238         164286        2348        20                -           0.0000          -
23829.64/1242.73	c      1243         136254        2749        20                -           0.0000          -
23930.74/1247.84	c      1248         136993        2739        20                -           0.0000          -
24031.83/1252.90	c      1253         137643        2736        20                -           0.0000          -
24130.94/1257.96	c      1258         133165        2556        20                -           0.0000          -
24230.04/1263.03	c      1263         168143        2347        20                -           0.0000          -
24331.57/1268.07	c      1268         134751        2560        20                -           0.0000          -
24430.92/1273.12	c      1273         135487        2585        20                -           0.0000          -
24533.22/1278.20	c      1278         136217        2559        20                -           0.0000          -
24634.29/1283.32	c      1283         169603         761        20                -           0.0000          -
24735.40/1288.44	c      1288         137423        2551        20                -           0.0000          -
24836.39/1293.50	c      1294         138110        2570        20                -           0.0000          -
24937.49/1298.65	c      1299         170443        1601        20                -           0.0000          -
25038.55/1303.76	c      1304         170745        1903        20                -           0.0000          -
25141.64/1308.92	c      1309         171083        2241        20                -           0.0000          -
25240.50/1314.02	c      1314         171403        2561        20                -           0.0000          -
25342.23/1319.12	c      1319         141688        2552        20                -           0.0000          -
25450.45/1324.50	c      1325         142376        2544        20                -           0.0000          -
25549.56/1329.56	c      1330         142970        2553        20                -           0.0000          -
25652.66/1334.70	c      1335         143670        2572        20                -           0.0000          -
25753.72/1339.83	c      1340         144277        2552        20                -           0.0000          -
25852.98/1344.88	c      1345         145021        2576        20                -           0.0000          -
25956.93/1350.09	c      1350         145750        2544        20                -           0.0000          -
26057.85/1355.14	c      1355         175732        3074        20                -           0.0000          -
26158.35/1360.29	c      1360         176655        3210        20                -           0.0000          -
26260.47/1365.46	c      1365         177397        3094        20                -           0.0000          -
26361.14/1370.54	c      1371         148081        2540        20                -           0.0000          -
26462.26/1375.61	c      1376         178679        3079        20                -           0.0000          -
26563.10/1380.75	c      1381         179397        3076        20                -           0.0000          -
26664.25/1385.81	c      1386         179976        3078        20                -           0.0000          -
26765.24/1390.90	c      1391         180987        3575        20                -           0.0000          -
26867.04/1396.04	c      1396         181462        3108        20                -           0.0000          -
26968.22/1401.14	c      1401         182196        3128        20                -           0.0000          -
27068.63/1406.23	c      1406         183066        3071        20                -           0.0000          -
27171.79/1411.44	c      1411         183652        3059        20                -           0.0000          -
27272.95/1416.51	c      1417         184085        3069        20                -           0.0000          -
27372.12/1421.57	c      1422         184571        3070        20                -           0.0000          -
27473.28/1426.65	c      1427         185118        3084        20                -           0.0000          -
27572.45/1431.69	c      1432         185599        3082        20                -           0.0000          -
27675.58/1436.87	c      1437         156802        2612        20                -           0.0000          -
27776.73/1441.95	c      1442         157329        2557        20                -           0.0000          -
27878.83/1447.06	c      1447         157995        2554        20                -           0.0000          -
27981.01/1452.23	c      1452              2           1        20                -           0.0000          -
28078.80/1457.29	c      1457              4           3        20                -           0.0000          -
28179.96/1462.36	c      1462              4           3        20                -           0.0000          -
28285.01/1467.65	c      1468              4           3        20                -           0.0000          -
28388.01/1472.83	c      1473              4           3        20                -           0.0000          -
28488.99/1478.02	c      1478              4           3        20                -           0.0000          -
28592.88/1483.17	c      1483              4           3        20                -           0.0000          -
28694.96/1488.30	c      1488              4           3        20                -           0.0000          -
28793.99/1493.40	c      1493              4           3        20                -           0.0000          -
28896.98/1498.57	c      1499              4           3        20                -           0.0000          -
29001.98/1503.89	c      1504              4           3        20                -           0.0000          -
29105.58/1509.07	c      1509              4           3        20                -           0.0000          -
29207.94/1514.28	c      1514              4           3        20                -           0.0000          -
29308.93/1519.36	c      1519              4           3        20                -           0.0000          -
29409.94/1524.43	c      1524              4           3        20                -           0.0000          -
29510.95/1529.53	c      1530              4           3        20                -           0.0000          -
29614.70/1534.84	c      1535              4           3        20                -           0.0000          -
29713.05/1539.88	c      1540              4           3        20                -           0.0000          -
29813.42/1545.03	c      1545              4           3        20                -           0.0000          -
29915.10/1550.12	c      1550              4           3        20                -           0.0000          -
30017.50/1555.22	c      1555              4           3        20                -           0.0000          -
30118.26/1560.31	c      1560              4           3        20                -           0.0000          -
30220.75/1565.51	c      1566              4           3        20                -           0.0000          -
30321.13/1570.63	c      1571              4           3        20                -           0.0000          -
30422.17/1575.72	c      1576              4           3        20                -           0.0000          -
30523.22/1580.87	c      1581              4           3        20                -           0.0000          -
30624.33/1585.95	c      1586              4           3        20                -           0.0000          -
30728.17/1591.15	c      1591              4           3        20                -           0.0000          -
30830.62/1596.35	c      1596              4           3        20                -           0.0000          -
30931.62/1601.44	c      1601              4           3        20                -           0.0000          -
31032.78/1606.54	c      1607              4           3        20                -           0.0000          -
31133.95/1611.68	c      1612              4           3        20                -           0.0000          -
31235.12/1616.79	c      1617              4           3        20                -           0.0000          -
31338.29/1621.91	c      1622              4           3        20                -           0.0000          -
31436.23/1627.01	c      1627              4           3        20                -           0.0000          -
31538.34/1632.07	c      1632              4           3        20                -           0.0000          -
31640.53/1637.22	c      1637              4           3        20                -           0.0000          -
31739.67/1642.28	c      1642              4           3        20                -           0.0000          -
31840.94/1647.37	c      1647              4           3        20                -           0.0000          -
31943.74/1652.51	c      1653              4           3        20                -           0.0000          -
32044.84/1657.63	c      1658              4           3        20                -           0.0000          -
32143.85/1662.67	c      1663              4           3        20                -           0.0000          -
32244.71/1667.78	c      1668              4           3        20                -           0.0000          -
32347.64/1672.94	c      1673              4           3        20                -           0.0000          -
32449.47/1678.06	c      1678              4           3        20                -           0.0000          -
32548.39/1683.12	c      1683              4           3        20                -           0.0000          -
32650.71/1688.26	c      1688              4           3        20                -           0.0000          -
32751.80/1693.34	c      1693              4           3        20                -           0.0000          -
32854.85/1698.52	c      1699              4           3        20                -           0.0000          -
32953.94/1703.59	c      1704              4           3        20                -           0.0000          -
33056.98/1708.73	c      1709              4           3        20                -           0.0000          -
33158.01/1713.81	c      1714              4           3        20                -           0.0000          -
33257.11/1718.87	c      1719              4           3        20                -           0.0000          -
33358.25/1724.01	c      1724              4           3        20                -           0.0000          -
33457.36/1729.01	c      1729              4           3        20                -           0.0000          -
33559.23/1734.12	c      1734              4           3        20                -           0.0000          -
33661.57/1739.20	c      1739              4           3        20                -           0.0000          -
33760.67/1744.29	c      1744              4           3        20                -           0.0000          -
33863.78/1749.43	c      1749              4           3        20                -           0.0000          -
33966.90/1754.66	c      1755              4           3        20                -           0.0000          -
34067.92/1759.71	c      1760              4           3        20                -           0.0000          -
34167.02/1764.79	c      1765              4           3        20                -           0.0000          -
34270.08/1769.96	c      1770              4           3        20                -           0.0000          -
34371.83/1775.10	c      1775              4           3        20                -           0.0000          -
34474.18/1780.21	c      1780              4           3        20                -           0.0000          -
34575.24/1785.30	c      1785              4           3        20                -           0.0000          -
34676.34/1790.46	c      1790              4           3        20                -           0.0000          -
34777.38/1795.58	c      1796              4           3        20                -           0.0000          -
34878.49/1800.69	c      1801              4           3        20                -           0.0000          -
34981.53/1805.83	c      1806              4           3        20                -           0.0000          -
35082.56/1810.94	c      1811              4           3        20                -           0.0000          -
35181.69/1816.01	c      1816              4           3        20                -           0.0000          -
35283.61/1821.12	c      1821              4           3        20                -           0.0000          -
35385.69/1826.30	c      1826              4           3        20                -           0.0000          -
35486.83/1831.36	c      1831         201139        2925        20                -           0.0000          -
35589.91/1836.54	c      1837              5           4        20                -           0.0000          -
35690.97/1841.64	c      1842              5           4        20                -           0.0000          -
35792.10/1846.75	c      1847              5           4        20                -           0.0000          -
35891.25/1851.76	c      1852              5           4        20                -           0.0000          -
35994.35/1856.93	c      1857              5           4        20                -           0.0000          -
36096.44/1862.05	c      1862              5           4        20                -           0.0000          -
36198.58/1867.21	c      1867              7           6        20                -           0.0000          -
36301.62/1872.43	c      1872              8           7        20                -           0.0000          -
36400.74/1877.49	c      1878              8           7        20                -           0.0000          -
36501.84/1882.51	c      1883              8           7        20                -           0.0000          -
36602.93/1887.66	c      1888              8           7        20                -           0.0000          -
36705.94/1892.82	c      1893              8           7        20                -           0.0000          -
36807.00/1897.94	c      1898              8           7        20                -           0.0000          -
36908.74/1903.03	c      1903              9           8        20                -           0.0000          -
37008.17/1908.09	c      1908              9           8        20                -           0.0000          -
37109.25/1913.19	c      1913              9           8        20                -           0.0000          -
37211.32/1918.31	c      1918             10           9        20                -           0.0000          -
37310.35/1923.38	c      1923             10           9        20                -           0.0000          -
37411.43/1928.46	c      1928             10           9        20                -           0.0000          -
37512.53/1933.55	c      1934             10           9        20                -           0.0000          -
37613.59/1938.63	c      1939             10           9        20                -           0.0000          -
37712.70/1943.69	c      1944             10           9        20                -           0.0000          -
37813.65/1948.72	c      1949             11          10        20                -           0.0000          -
37914.76/1953.81	c      1954             11          10        20                -           0.0000          -
38013.88/1958.86	c      1959             12          11        20                -           0.0000          -
38114.98/1963.96	c      1964             12          11        20                -           0.0000          -
38214.08/1969.04	c      1969             12          11        20                -           0.0000          -
38315.88/1974.05	c      1974             12          11        20                -           0.0000          -
38417.07/1979.16	c      1979             12          11        20                -           0.0000          -
38517.32/1984.23	c      1984             12          11        20                -           0.0000          -
38618.42/1989.40	c      1989             12          11        20                -           0.0000          -
38721.51/1994.52	c      1995             12          11        20                -           0.0000          -
38820.54/1999.59	c      2000             12          11        20                -           0.0000          -
38921.59/2004.65	c      2005             12          11        20                -           0.0000          -
39022.63/2009.70	c      2010             12          11        20                -           0.0000          -
39123.73/2014.84	c      2015             12          11        20                -           0.0000          -
39224.82/2019.91	c      2020             12          11        20                -           0.0000          -
39323.94/2025.00	c      2025             12          11        20                -           0.0000          -
39425.79/2030.12	c      2030             12          11        20                -           0.0000          -
39526.69/2035.18	c      2035             12          11        20                -           0.0000          -
39625.97/2040.19	c      2040             12          11        20                -           0.0000          -
39726.28/2045.22	c      2045             12          11        20                -           0.0000          -
39827.37/2050.35	c      2050             12          11        20                -           0.0000          -
39926.41/2055.37	c      2055             12          11        20                -           0.0000          -
40027.49/2060.43	c      2060             12          11        20                -           0.0000          -
40130.58/2065.61	c      2066             12          11        20                -           0.0000          -
40231.67/2070.77	c      2071             12          11        20                -           0.0000          -
40334.69/2075.92	c      2076             12          11        20                -           0.0000          -
40436.46/2081.04	c      2081             12          11        20                -           0.0000          -
40535.84/2086.10	c      2086             12          11        20                -           0.0000          -
40637.90/2091.26	c      2091             12          11        20                -           0.0000          -
40738.99/2096.33	c      2096             12          11        20                -           0.0000          -
40840.10/2101.40	c      2101             12          11        20                -           0.0000          -
40939.12/2106.46	c      2106             12          11        20                -           0.0000          -
41042.05/2111.62	c      2112             12          11        20                -           0.0000          -
41143.15/2116.76	c      2117             12          11        20                -           0.0000          -
41246.22/2121.90	c      2122             12          11        20                -           0.0000          -
41345.28/2126.99	c      2127             12          11        20                -           0.0000          -
41447.36/2132.12	c      2132             12          11        20                -           0.0000          -
41549.43/2137.21	c      2137             12          11        20                -           0.0000          -
41648.56/2142.29	c      2142             12          11        20                -           0.0000          -
41749.66/2147.37	c      2147             12          11        20                -           0.0000          -
41852.76/2152.50	c      2153             12          11        20                -           0.0000          -
41951.89/2157.57	c      2158             12          11        20                -           0.0000          -
42053.00/2162.65	c      2163             12          11        20                -           0.0000          -
42154.11/2167.75	c      2168             12          11        20                -           0.0000          -
42255.09/2172.87	c      2173             12          11        20                -           0.0000          -
42355.97/2177.93	c      2178             12          11        20                -           0.0000          -
42455.03/2183.02	c      2183             12          11        20                -           0.0000          -
42557.05/2188.10	c      2188             12          11        20                -           0.0000          -
42658.05/2193.18	c      2193             12          11        20                -           0.0000          -
42758.29/2198.26	c      2198             12          11        20                -           0.0000          -
42859.40/2203.36	c      2203             12          11        20                -           0.0000          -
42960.50/2208.42	c      2208             12          11        20                -           0.0000          -
43059.57/2213.48	c      2213             12          11        20                -           0.0000          -
43160.67/2218.59	c      2219             12          11        20                -           0.0000          -
43261.74/2223.68	c      2224             12          11        20                -           0.0000          -
43364.78/2228.84	c      2229             12          11        20                -           0.0000          -
43465.90/2233.95	c      2234             12          11        20                -           0.0000          -
43567.47/2239.04	c      2239             12          11        20                -           0.0000          -
43668.76/2244.19	c      2244             12          11        20                -           0.0000          -
43771.13/2249.31	c      2249             12          11        20                -           0.0000          -
43870.20/2254.38	c      2254             12          11        20                -           0.0000          -
43971.25/2259.46	c      2259             12          11        20                -           0.0000          -
44071.10/2264.54	c      2265             12          11        20                -           0.0000          -
44172.07/2269.62	c      2270             12          11        20                -           0.0000          -
44273.17/2274.70	c      2275             12          11        20                -           0.0000          -
44374.27/2279.83	c      2280             12          11        20                -           0.0000          -
44473.42/2284.90	c      2285             12          11        20                -           0.0000          -
44574.52/2289.91	c      2290             12          11        20                -           0.0000          -
44673.50/2294.96	c      2295             12          11        20                -           0.0000          -
44775.19/2300.10	c      2300             12          11        20                -           0.0000          -
44877.49/2305.23	c      2305             12          11        20                -           0.0000          -
44978.16/2310.33	c      2310             12          11        20                -           0.0000          -
45079.07/2315.43	c      2315             12          11        20                -           0.0000          -
45179.99/2320.50	c      2321             12          11        20                -           0.0000          -
45279.05/2325.56	c      2326             12          11        20                -           0.0000          -
45380.15/2330.66	c      2331             12          11        20                -           0.0000          -
45481.21/2335.78	c      2336             12          11        20                -           0.0000          -
45582.32/2340.86	c      2341             12          11        20                -           0.0000          -
45683.44/2345.94	c      2346             12          11        20                -           0.0000          -
45785.13/2351.08	c      2351             12          11        20                -           0.0000          -
45886.20/2356.14	c      2356             12          11        20                -           0.0000          -
45986.54/2361.20	c      2361             12          11        20                -           0.0000          -
46087.55/2366.32	c      2366             12          11        20                -           0.0000          -
46188.36/2371.43	c      2371             12          11        20                -           0.0000          -
46289.48/2376.52	c      2377             12          11        20                -           0.0000          -
46388.63/2381.58	c      2382             12          11        20                -           0.0000          -
46489.69/2386.66	c      2387             12          11        20                -           0.0000          -
46590.61/2391.70	c      2392             12          11        20                -           0.0000          -
46689.65/2396.71	c      2397             12          11        20                -           0.0000          -
46790.58/2401.88	c      2402             12          11        20                -           0.0000          -
46891.53/2406.95	c      2407             12          11        20                -           0.0000          -
46990.60/2412.01	c      2412             12          11        20                -           0.0000          -
47094.18/2417.15	c      2417             12          11        20                -           0.0000          -
47193.43/2422.16	c      2422             12          11        20                -           0.0000          -
47293.78/2427.25	c      2427             12          11        20                -           0.0000          -
47396.83/2432.47	c      2432             12          11        20                -           0.0000          -
47497.79/2437.57	c      2438             12          11        20                -           0.0000          -
47598.85/2442.67	c      2443             12          11        20                -           0.0000          -
47699.75/2447.77	c      2448             12          11        20                -           0.0000          -
47800.59/2452.83	c      2453             12          11        20                -           0.0000          -
47901.38/2457.93	c      2458             12          11        20                -           0.0000          -
48003.03/2463.04	c      2463             12          11        20                -           0.0000          -
48104.18/2468.15	c      2468             12          11        20                -           0.0000          -
48204.49/2473.26	c      2473             12          11        20                -           0.0000          -
48305.43/2478.37	c      2478             12          11        20                -           0.0000          -
48406.22/2483.45	c      2483             12          11        20                -           0.0000          -
48507.09/2488.50	c      2489             12          11        20                -           0.0000          -
48608.08/2493.62	c      2494             12          11        20                -           0.0000          -
48707.08/2498.67	c      2499             12          11        20                -           0.0000          -
48807.99/2503.76	c      2504             12          11        20                -           0.0000          -
48908.99/2508.83	c      2509             12          11        20                -           0.0000          -
49010.03/2513.92	c      2514             12          11        20                -           0.0000          -
49109.04/2518.99	c      2519             12          11        20                -           0.0000          -
49210.60/2524.11	c      2524             12          11        20                -           0.0000          -
49312.70/2529.25	c      2529             12          11        20                -           0.0000          -
49413.71/2534.32	c      2534             12          11        20                -           0.0000          -
49512.44/2539.37	c      2539             12          11        20                -           0.0000          -
49613.39/2544.48	c      2544             12          11        20                -           0.0000          -
49718.39/2549.72	c      2550             12          11        20                -           0.0000          -
49817.35/2554.77	c      2555             12          11        20                -           0.0000          -
49918.17/2559.87	c      2560             12          11        20                -           0.0000          -
50019.01/2564.94	c      2565             12          11        20                -           0.0000          -
50120.52/2570.06	c      2570             12          11        20                -           0.0000          -
50222.52/2575.22	c      2575             12          11        20                -           0.0000          -
50321.45/2580.29	c      2580             12          11        20                -           0.0000          -
50424.30/2585.40	c      2585             12          11        20                -           0.0000          -
50523.25/2590.49	c      2590             12          11        20                -           0.0000          -
50626.22/2595.60	c      2596             12          11        20                -           0.0000          -
50727.17/2600.77	c      2601             12          11        20                -           0.0000          -
50828.05/2605.84	c      2606             12          11        20                -           0.0000          -
50929.02/2610.91	c      2611             12          11        20                -           0.0000          -
51028.11/2615.93	c      2616             12          11        20                -           0.0000          -
51127.06/2621.01	c      2621             12          11        20                -           0.0000          -
51228.91/2626.13	c      2626             12          11        20                -           0.0000          -
51329.92/2631.17	c      2631             12          11        20                -           0.0000          -
51430.26/2636.29	c      2636             12          11        20                -           0.0000          -
51533.15/2641.45	c      2641             12          11        20                -           0.0000          -
51634.23/2646.51	c      2647             12          11        20                -           0.0000          -
51735.08/2651.67	c      2652             12          11        20                -           0.0000          -
51838.03/2656.86	c      2657             12          11        20                -           0.0000          -
51938.95/2661.98	c      2662             12          11        20                -           0.0000          -
52040.74/2667.12	c      2667             12          11        20                -           0.0000          -
52142.96/2672.29	c      2672             12          11        20                -           0.0000          -
52244.04/2677.39	c      2677             12          11        20                -           0.0000          -
52347.12/2682.55	c      2683             12          11        20                -           0.0000          -
52448.02/2687.63	c      2688             12          11        20                -           0.0000          -
52549.06/2692.73	c      2693             12          11        20                -           0.0000          -
52649.95/2697.81	c      2698             12          11        20                -           0.0000          -
52750.98/2702.99	c      2703             12          11        20                -           0.0000          -
52852.91/2708.13	c      2708             12          11        20                -           0.0000          -
52954.60/2713.22	c      2713             12          11        20                -           0.0000          -
53055.71/2718.38	c      2718             14          15        20                -           0.0000          -
53156.83/2723.45	c      2723             14          15        20                -           0.0000          -
53255.77/2728.47	c      2728             14          15        20                -           0.0000          -
53360.77/2733.71	c      2734             14          15        20                -           0.0000          -
53461.88/2738.82	c      2739             14          15        20                -           0.0000          -
53562.94/2743.91	c      2744             14          15        20                -           0.0000          -
53661.95/2748.92	c      2749             14          15        20                -           0.0000          -
53761.06/2754.02	c      2754             14          15        20                -           0.0000          -
53865.80/2759.24	c      2759             14          15        20                -           0.0000          -
53966.72/2764.38	c      2764             14          15        20                -           0.0000          -
54067.74/2769.48	c      2769             14          15        20                -           0.0000          -
54168.65/2774.57	c      2775             14          15        20                -           0.0000          -
54269.79/2779.66	c      2780             14          15        20                -           0.0000          -
54370.68/2784.71	c      2785             14          15        20                -           0.0000          -
54469.71/2789.77	c      2790             14          15        20                -           0.0000          -
54570.69/2794.84	c      2795             14          15        20                -           0.0000          -
54671.56/2799.92	c      2800             14          15        20                -           0.0000          -
54770.62/2804.97	c      2805             14          15        20                -           0.0000          -
54869.59/2809.98	c      2810             14          15        20                -           0.0000          -
54971.16/2815.07	c      2815             14          15        20                -           0.0000          -
55072.14/2820.14	c      2820             14          15        20                -           0.0000          -
55169.18/2825.15	c      2825             14          15        20                -           0.0000          -
55273.14/2830.34	c      2830             14          15        20                -           0.0000          -
55374.23/2835.41	c      2835             14          15        20                -           0.0000          -
55475.32/2840.53	c      2841             14          15        20                -           0.0000          -
55578.14/2845.76	c      2846             14          15        20                -           0.0000          -
55679.16/2850.85	c      2851             14          15        20                -           0.0000          -
55780.13/2855.97	c      2856             14          15        20                -           0.0000          -
55883.40/2861.16	c      2861             14          15        20                -           0.0000          -
55985.69/2866.32	c      2866             14          15        20                -           0.0000          -
56084.79/2871.39	c      2871             14          15        20                -           0.0000          -
56187.85/2876.53	c      2877             14          15        20                -           0.0000          -
56288.94/2881.63	c      2882             14          15        20                -           0.0000          -
56389.97/2886.72	c      2887             14          15        20                -           0.0000          -
56491.08/2891.84	c      2892             14          15        20                -           0.0000          -
56592.16/2896.92	c      2897             14          15        20                -           0.0000          -
56691.26/2902.03	c      2902             14          15        20                -           0.0000          -
56796.16/2907.24	c      2907             14          15        20                -           0.0000          -
56899.17/2912.46	c      2912             14          15        20                -           0.0000          -
57000.19/2917.58	c      2918             14          15        20                -           0.0000          -
57101.29/2922.69	c      2923             14          15        20                -           0.0000          -
57202.38/2927.77	c      2928             14          15        20                -           0.0000          -
57305.33/2932.93	c      2933             14          15        20                -           0.0000          -
57404.43/2937.98	c      2938             14          15        20                -           0.0000          -
57503.33/2943.00	c      2943             14          15        20                -           0.0000          -
57607.08/2948.16	c      2948             14          15        20                -           0.0000          -
57709.28/2953.31	c      2953             14          15        20                -           0.0000          -
57810.10/2958.44	c      2958             14          15        20                -           0.0000          -
57911.17/2963.51	c      2964             14          15        20                -           0.0000          -
58010.18/2968.59	c      2969             14          15        20                -           0.0000          -
58111.03/2973.65	c      2974             14          15        20                -           0.0000          -
58210.03/2978.67	c      2979             14          15        20                -           0.0000          -
58311.14/2983.77	c      2984             14          15        20                -           0.0000          -
58412.08/2988.82	c      2989             14          15        20                -           0.0000          -
58513.13/2993.90	c      2994             14          15        20                -           0.0000          -
58612.21/2999.00	c      2999             14          15        20                -           0.0000          -
58713.85/3004.13	c      3004             14          15        20                -           0.0000          -
58816.06/3009.25	c      3009             14          15        20                -           0.0000          -
58916.90/3014.37	c      3014             14          15        20                -           0.0000          -
59019.92/3019.50	c      3020             14          15        20                -           0.0000          -
59121.00/3024.65	c      3025             14          15        20                -           0.0000          -
59221.72/3029.76	c      3030             14          15        20                -           0.0000          -
59322.46/3034.84	c      3035             14          15        20                -           0.0000          -
59423.34/3039.90	c      3040             14          15        20                -           0.0000          -
59524.94/3045.06	c      3045             14          15        20                -           0.0000          -
59627.04/3050.25	c      3050             14          15        20                -           0.0000          -
59726.12/3055.26	c      3055             14          15        20                -           0.0000          -
59827.10/3060.31	c      3060             14          15        20                -           0.0000          -
59928.07/3065.43	c      3065             14          15        20                -           0.0000          -
60031.04/3070.60	c      3071             14          15        20                -           0.0000          -
60129.87/3075.66	c      3076             14          15        20                -           0.0000          -
60232.84/3080.80	c      3081             14          15        20                -           0.0000          -
60331.85/3085.83	c      3086             14          15        20                -           0.0000          -
60432.86/3090.91	c      3091             14          15        20                -           0.0000          -
60531.92/3096.04	c      3096             14          15        20                -           0.0000          -
60633.65/3101.12	c      3101             14          15        20                -           0.0000          -
60735.96/3106.25	c      3106             14          15        20                -           0.0000          -
60836.09/3111.37	c      3111             14          15        20                -           0.0000          -
60936.85/3116.58	c      3117             14          15        20                -           0.0000          -
61039.73/3121.70	c      3122             14          15        20                -           0.0000          -
61140.68/3126.82	c      3127             14          15        20                -           0.0000          -
61239.75/3131.88	c      3132             14          15        20                -           0.0000          -
61340.78/3136.99	c      3137             14          15        20                -           0.0000          -
61442.55/3142.08	c      3142             14          15        20                -           0.0000          -
61541.67/3147.14	c      3147             14          15        20                -           0.0000          -
61642.83/3152.19	c      3152             14          15        20                -           0.0000          -
61746.60/3157.42	c      3157             14          15        20                -           0.0000          -
61847.23/3162.50	c      3163             14          15        20                -           0.0000          -
61946.24/3167.58	c      3168             14          15        20                -           0.0000          -
62047.33/3172.68	c      3173             14          15        20                -           0.0000          -
62150.20/3177.80	c      3178             14          15        20                -           0.0000          -
62249.35/3182.86	c      3183             13          12        20                -           0.0000          -
62348.28/3187.88	c      3188             13          12        20                -           0.0000          -
62449.37/3192.97	c      3193             13          12        20                -           0.0000          -
62548.52/3198.04	c      3198             13          12        20                -           0.0000          -
62652.19/3203.19	c      3203             13          12        20                -           0.0000          -
62752.13/3208.27	c      3208             13          12        20                -           0.0000          -
62852.93/3213.34	c      3213             13          12        20                -           0.0000          -
62953.86/3218.43	c      3218             13          12        20                -           0.0000          -
63054.73/3223.51	c      3224             13          12        20                -           0.0000          -
63153.78/3228.57	c      3229             13          12        20                -           0.0000          -
63254.84/3233.66	c      3234             13          12        20                -           0.0000          -
63355.96/3238.72	c      3239             13          12        20                -           0.0000          -
63456.94/3243.81	c      3244             13          12        20                -           0.0000          -
63557.80/3248.90	c      3249             13          12        20                -           0.0000          -
63656.85/3253.98	c      3254             13          12        20                -           0.0000          -
63758.70/3259.09	c      3259             13          12        20                -           0.0000          -
63859.70/3264.14	c      3264             13          12        20                -           0.0000          -
63959.93/3269.21	c      3269             16          13        20                -           0.0000          -
64058.98/3274.29	c      3274             16          13        20                -           0.0000          -
64159.96/3279.35	c      3279             16          13        20                -           0.0000          -
64260.96/3284.44	c      3284             16          13        20                -           0.0000          -
64361.89/3289.52	c      3290             16          13        20                -           0.0000          -
64460.98/3294.59	c      3295             16          13        20                -           0.0000          -
64562.09/3299.67	c      3300             16          13        20                -           0.0000          -
64661.15/3304.68	c      3305             16          13        20                -           0.0000          -
64764.21/3309.82	c      3310             16          13        20                -           0.0000          -
64863.34/3314.89	c      3315             16          13        20                -           0.0000          -
64964.27/3319.95	c      3320             16          13        20                -           0.0000          -
65065.79/3325.07	c      3325             16          13        20                -           0.0000          -
65166.90/3330.16	c      3330             16          13        20                -           0.0000          -
65266.85/3335.23	c      3335             16          13        20                -           0.0000          -
65367.96/3340.32	c      3340             16          13        20                -           0.0000          -
65469.07/3345.43	c      3345             16          13        20                -           0.0000          -
65568.19/3350.45	c      3350             16          13        20                -           0.0000          -
65669.27/3355.53	c      3356             16          13        20                -           0.0000          -
65772.22/3360.72	c      3361             16          13        20                -           0.0000          -
65873.32/3365.81	c      3366             15          14        20                -           0.0000          -
65972.41/3370.85	c      3371             15          14        20                -           0.0000          -
66073.51/3375.93	c      3376             15          14        20                -           0.0000          -
66175.12/3381.12	c      3381             15          14        20                -           0.0000          -
66277.16/3386.24	c      3386             15          14        20                -           0.0000          -
66379.83/3391.45	c      3391             15          14        20                -           0.0000          -
66482.75/3396.62	c      3397             15          14        20                -           0.0000          -
66581.67/3401.69	c      3402             15          14        20                -           0.0000          -
66682.75/3406.78	c      3407             15          14        20                -           0.0000          -
66785.63/3411.90	c      3412             15          14        20                -           0.0000          -
66884.54/3416.99	c      3417             15          14        20                -           0.0000          -
66986.25/3422.10	c      3422             15          14        20                -           0.0000          -
67088.45/3427.21	c      3427             15          14        20                -           0.0000          -
67187.50/3432.27	c      3432             15          14        20                -           0.0000          -
67290.38/3437.46	c      3437             15          14        20                -           0.0000          -
67391.41/3442.55	c      3443             15          14        20                -           0.0000          -
67492.29/3447.62	c      3448             15          14        20                -           0.0000          -
67591.06/3452.63	c      3453             15          14        20                -           0.0000          -
67690.09/3457.68	c      3458             15          14        20                -           0.0000          -
67791.20/3462.79	c      3463             15          14        20                -           0.0000          -
67894.30/3467.91	c      3468             15          14        20                -           0.0000          -
67993.45/3473.02	c      3473             15          14        20                -           0.0000          -
68095.20/3478.09	c      3478             15          14        20                -           0.0000          -
68196.09/3483.16	c      3483             15          14        20                -           0.0000          -
68296.21/3488.26	c      3488             15          14        20                -           0.0000          -
68397.26/3493.34	c      3493             15          14        20                -           0.0000          -
68496.31/3498.35	c      3498             15          14        20                -           0.0000          -
68597.20/3503.45	c      3503             15          14        20                -           0.0000          -
68698.12/3508.56	c      3509             15          14        20                -           0.0000          -
68799.09/3513.69	c      3514             15          14        20                -           0.0000          -
68901.99/3518.81	c      3519             15          14        20                -           0.0000          -
69002.76/3523.92	c      3524             15          14        20                -           0.0000          -
69101.85/3529.03	c      3529             15          14        20                -           0.0000          -
69203.26/3534.13	c      3534             15          14        20                -           0.0000          -
69305.48/3539.24	c      3539             15          14        20                -           0.0000          -
69406.53/3544.35	c      3544             15          14        20                -           0.0000          -
69507.59/3549.40	c      3549             15          14        20                -           0.0000          -
69606.69/3554.46	c      3554             15          14        20                -           0.0000          -
69709.55/3559.66	c      3560             15          14        20                -           0.0000          -
69810.49/3564.72	c      3565             15          14        20                -           0.0000          -
69909.37/3569.78	c      3570             15          14        20                -           0.0000          -
70012.34/3574.91	c      3575             15          14        20                -           0.0000          -
70113.98/3580.09	c      3580             15          14        20                -           0.0000          -
70216.16/3585.22	c      3585             15          14        20                -           0.0000          -
70315.25/3590.26	c      3590             15          14        20                -           0.0000          -
70416.39/3595.36	c      3595             15          14        20                -           0.0000          -
70517.07/3600.47	c      3600             15          14        20                -           0.0000          -
70620.10/3605.61	c      3606             15          14        20                -           0.0000          -
70720.84/3610.74	c      3611             15          14        20                -           0.0000          -
70821.96/3615.85	c      3616             15          14        20                -           0.0000          -
70922.98/3620.96	c      3621             15          14        20                -           0.0000          -
71022.14/3626.04	c      3626             15          14        20                -           0.0000          -
71125.94/3631.14	c      3631             15          14        20                -           0.0000          -
71225.01/3636.15	c      3636             15          14        20                -           0.0000          -
71325.35/3641.23	c      3641             15          14        20                -           0.0000          -
71426.41/3646.35	c      3646             15          14        20                -           0.0000          -
71529.45/3651.54	c      3652             15          14        20                -           0.0000          -
71630.48/3656.64	c      3657             15          14        20                -           0.0000          -
71731.46/3661.76	c      3662             15          14        20                -           0.0000          -
71832.56/3666.80	c      3667             15          14        20                -           0.0000          -
71931.72/3671.87	c      3672             15          14        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 (187145 MiB free)
  memory of node 1: 193494 MiB (175037 MiB free)
  memory of node 2: 193531 MiB (190965 MiB free)
  memory of node 3: 193531 MiB (174797 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-4465709-1722537203/watcher-4465709-1722537203 -o /tmp/evaluation-result-4465709-1722537203/solver-4465709-1722537203 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127948 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465709-1722537203.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100124 s]*
/proc/loadavg: 82.04 80.76 79.85 44/947 130120
/proc/meminfo: memFree=746011772/790760804 swapFree=131071996/131071996
[pid=130119] ppid=130116 vsize=107800 memory=94864 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/stat : 130119 (fscip) R 130116 130119 127938 0 -1 4194304 21430 0 0 0 8 3 0 0 20 0 1 0 20303388 110387200 23650 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
/proc/130119/statm: 26950 23716 2582 3035 0 23346 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 107800 KiB
Current children cumulated memory: 94864 KiB

[startup+0.220147 s]*
/proc/loadavg: 82.04 80.76 79.85 44/947 130120
/proc/meminfo: memFree=746905108/790760804 swapFree=131071996/131071996
[pid=130119] ppid=130116 vsize=139872 memory=126164 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/stat : 130119 (fscip) R 130116 130119 127938 0 -1 4194304 29785 0 0 0 19 4 0 0 20 0 1 0 20303388 143228928 31541 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
/proc/130119/statm: 34968 31541 2662 3035 0 31364 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 139872 KiB
Current children cumulated memory: 126164 KiB

[startup+0.321786 s]*
/proc/loadavg: 82.04 80.76 79.85 43/948 130127
/proc/meminfo: memFree=747458600/790760804 swapFree=131071996/131071996
[pid=130119] ppid=130116 vsize=139872 memory=126164 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/stat : 130119 (fscip) R 130116 130119 127938 0 -1 4194304 29787 0 0 0 29 4 0 0 20 0 1 0 20303388 143228928 31541 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
/proc/130119/statm: 34968 31541 2662 3035 0 31364 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 139872 KiB
Current children cumulated memory: 126164 KiB

[startup+0.700274 s]
/proc/loadavg: 82.04 80.76 79.85 43/951 130130
/proc/meminfo: memFree=747437532/790760804 swapFree=131071996/131071996
[pid=130119] ppid=130116 vsize=150116 memory=136364 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/stat : 130119 (fscip) R 130116 130119 127938 0 -1 4194304 35705 0 0 0 63 5 0 0 20 0 1 0 20303388 153718784 34091 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
/proc/130119/statm: 37529 34091 2758 3035 0 33925 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 150116 KiB
Current children cumulated memory: 136364 KiB

[startup+1.50028 s]
/proc/loadavg: 82.04 80.76 79.85 43/951 130131
/proc/meminfo: memFree=747387340/790760804 swapFree=131071996/131071996
[pid=130119] ppid=130116 vsize=198552 memory=180148 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/stat : 130119 (fscip) R 130116 130119 127938 0 -1 4194304 45223 0 0 0 141 7 0 0 20 0 1 0 20303388 203317248 45037 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
/proc/130119/statm: 49638 45037 2774 3035 0 46034 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 198552 KiB
Current children cumulated memory: 180148 KiB

[startup+3.11994 s]
/proc/loadavg: 78.83 80.12 79.64 43/951 130131
/proc/meminfo: memFree=747341852/790760804 swapFree=131071996/131071996
[pid=130119] ppid=130116 vsize=200464 memory=182256 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/stat : 130119 (fscip) R 130116 130119 127938 0 -1 4194304 45742 0 0 0 302 8 0 0 20 0 1 0 20303388 205275136 45564 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
/proc/130119/statm: 50116 45564 2774 3035 0 46512 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 200464 KiB
Current children cumulated memory: 182256 KiB

[startup+6.30023 s]
/proc/loadavg: 78.83 80.12 79.64 5/871 130223
/proc/meminfo: memFree=781561184/790760804 swapFree=131071996/131071996
[pid=130119] ppid=130116 vsize=203992 memory=185676 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/stat : 130119 (fscip) R 130116 130119 127938 0 -1 4194304 46637 0 0 0 619 8 0 0 20 0 1 0 20303388 208887808 46419 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
/proc/130119/statm: 50998 46419 2774 3035 0 47394 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 203992 KiB
Current children cumulated memory: 185676 KiB

[startup+12.7002 s]
/proc/loadavg: 67.41 77.63 78.84 5/871 130225
/proc/meminfo: memFree=781512640/790760804 swapFree=131071996/131071996
[pid=130119] ppid=130116 vsize=210192 memory=191764 CPUtime=12.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/stat : 130119 (fscip) R 130116 130119 127938 0 -1 4194304 48210 0 0 0 1256 9 0 0 20 0 1 0 20303388 215236608 47941 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
/proc/130119/statm: 52548 47941 2774 3035 0 48944 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 210192 KiB
Current children cumulated memory: 191764 KiB

[startup+25.5003 s]
/proc/loadavg: 57.66 75.20 78.04 5/872 130227
/proc/meminfo: memFree=781503456/790760804 swapFree=131071996/131071996
[pid=130119] ppid=130116 vsize=211472 memory=193076 CPUtime=25.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/stat : 130119 (fscip) R 130116 130119 127938 0 -1 4194304 48526 0 0 0 2530 9 0 0 20 0 1 0 20303388 216547328 48269 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
/proc/130119/statm: 52868 48269 2774 3035 0 49264 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 211472 KiB
Current children cumulated memory: 193076 KiB

[startup+51.1302 s]
/proc/loadavg: 49.52 71.67 76.78 83/1032 130393
/proc/meminfo: memFree=768903332/790760804 swapFree=131071996/131071996
[pid=130119] ppid=130116 vsize=4669116 memory=3136300 CPUtime=215.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/stat : 130119 (fscip) S 130116 130119 127938 0 -1 1077936128 972286 0 0 0 21328 175 0 0 20 0 41 0 20303388 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
/proc/130119/statm: 1167279 784075 2870 3035 0 903852 0
[pid=130119/tid=130312] ppid=130116 vsize=4669116 memory=279942344983104 CPUtime=8.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130312/stat : 130312 (fscip) R 130116 130119 127938 0 -1 4194368 42862 0 0 0 862 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130313] ppid=130116 vsize=4669116 memory=164 CPUtime=8.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130313/stat : 130313 (fscip) R 130116 130119 127938 0 -1 4194368 43204 0 0 0 832 8 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130314] ppid=130116 vsize=4669116 memory=0 CPUtime=8.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130314/stat : 130314 (fscip) R 130116 130119 127938 0 -1 4194368 43067 0 0 0 863 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130315] ppid=130116 vsize=4669116 memory=11448 CPUtime=8.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130315/stat : 130315 (fscip) R 130116 130119 127938 0 -1 4194368 42596 0 0 0 862 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130316] ppid=130116 vsize=4669116 memory=0 CPUtime=8.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130316/stat : 130316 (fscip) R 130116 130119 127938 0 -1 4194368 43187 0 0 0 862 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130317] ppid=130116 vsize=4669116 memory=3080452 CPUtime=8.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130317/stat : 130317 (fscip) R 130116 130119 127938 0 -1 4194368 43112 0 0 0 862 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130318] ppid=130116 vsize=4669116 memory=3054336 CPUtime=8.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130318/stat : 130318 (fscip) R 130116 130119 127938 0 -1 4194368 41668 0 0 0 862 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130319] ppid=130116 vsize=4669116 memory=25333125866717268 CPUtime=8.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130319/stat : 130319 (fscip) R 130116 130119 127938 0 -1 4194368 43034 0 0 0 861 8 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130320] ppid=130116 vsize=4669116 memory=10544 CPUtime=8.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130320/stat : 130320 (fscip) R 130116 130119 127938 0 -1 4194368 43088 0 0 0 861 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130321] ppid=130116 vsize=4669116 memory=0 CPUtime=8.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130321/stat : 130321 (fscip) R 130116 130119 127938 0 -1 4194368 42689 0 0 0 862 8 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130322] ppid=130116 vsize=4669116 memory=279942345686464 CPUtime=8.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130322/stat : 130322 (fscip) R 130116 130119 127938 0 -1 4194368 43093 0 0 0 861 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130323] ppid=130116 vsize=4669116 memory=0 CPUtime=8.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130323/stat : 130323 (fscip) R 130116 130119 127938 0 -1 4194368 43104 0 0 0 860 10 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130324] ppid=130116 vsize=4669116 memory=279942345898752 CPUtime=8.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130324/stat : 130324 (fscip) R 130116 130119 127938 0 -1 4194368 42904 0 0 0 862 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130325] ppid=130116 vsize=4669116 memory=5512 CPUtime=8.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130325/stat : 130325 (fscip) R 130116 130119 127938 0 -1 4194368 43145 0 0 0 862 8 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130326] ppid=130116 vsize=4669116 memory=15776 CPUtime=8.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130326/stat : 130326 (fscip) R 130116 130119 127938 0 -1 4194368 43192 0 0 0 861 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130327] ppid=130116 vsize=4669116 memory=2824692 CPUtime=8.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130327/stat : 130327 (fscip) R 130116 130119 127938 0 -1 4194368 56143 0 0 0 862 8 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130328] ppid=130116 vsize=4669116 memory=25333125866717268 CPUtime=8.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130328/stat : 130328 (fscip) R 130116 130119 127938 0 -1 4194368 50967 0 0 0 857 9 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130329] ppid=130116 vsize=4669116 memory=279942345281600 CPUtime=8.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130329/stat : 130329 (fscip) R 130116 130119 127938 0 -1 4194368 46135 0 0 0 862 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130330] ppid=130116 vsize=4669116 memory=7307199747045441136 CPUtime=8.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130330/stat : 130330 (fscip) R 130116 130119 127938 0 -1 4194368 49731 0 0 0 860 7 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130331] ppid=130116 vsize=4669116 memory=1804 CPUtime=8.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130331/stat : 130331 (fscip) R 130116 130119 127938 0 -1 4194368 43184 0 0 0 861 8 0 0 20 0 41 0 20307535 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130332] ppid=130116 vsize=4669116 memory=6048 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130332/stat : 130332 (fscip) S 130116 130119 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130333] ppid=130116 vsize=4669116 memory=51200 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130333/stat : 130333 (fscip) S 130116 130119 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130334] ppid=130116 vsize=4669116 memory=-6658972732415458150 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130334/stat : 130334 (fscip) S 130116 130119 127938 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130335] ppid=130116 vsize=4669116 memory=15776 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130335/stat : 130335 (fscip) S 130116 130119 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130336] ppid=130116 vsize=4669116 memory=2316 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130336/stat : 130336 (fscip) S 130116 130119 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130337] ppid=130116 vsize=4669116 memory=1406 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130337/stat : 130337 (fscip) S 130116 130119 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130338] ppid=130116 vsize=4669116 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130338/stat : 130338 (fscip) S 130116 130119 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130339] ppid=130116 vsize=4669116 memory=87 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130339/stat : 130339 (fscip) S 130116 130119 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130340] ppid=130116 vsize=4669116 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130340/stat : 130340 (fscip) S 130116 130119 127938 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130341] ppid=130116 vsize=4669116 memory=25932 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130341/stat : 130341 (fscip) S 130116 130119 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130342] ppid=130116 vsize=4669116 memory=21380 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130342/stat : 130342 (fscip) S 130116 130119 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130343] ppid=130116 vsize=4669116 memory=21380 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130343/stat : 130343 (fscip) S 130116 130119 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130344] ppid=130116 vsize=4669116 memory=2208 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130344/stat : 130344 (fscip) S 130116 130119 127938 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 20307627 4781174784 784075 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0

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

/proc/130119/task/130319/stat : 130319 (fscip) D 130116 130119 127938 0 -1 1077937220 1674050 0 0 0 360232 250 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130320] ppid=130116 vsize=22867040 memory=31316 CPUtime=3593.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130320/stat : 130320 (fscip) D 130116 130119 127938 0 -1 1077937220 3933888 0 0 0 358401 943 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130321] ppid=130116 vsize=22867040 memory=28568 CPUtime=3602.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130321/stat : 130321 (fscip) D 130116 130119 127938 0 -1 1077937220 1531254 0 0 0 360131 152 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130322] ppid=130116 vsize=22867040 memory=7312 CPUtime=3607.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130322/stat : 130322 (fscip) S 130116 130119 127938 0 -1 4195904 1532928 0 0 0 360334 448 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 140579413399952 8389587 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130323] ppid=130116 vsize=22867040 memory=26988 CPUtime=3593.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130323/stat : 130323 (fscip) D 130116 130119 127938 0 -1 1077937220 3661197 0 0 0 358400 916 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130324] ppid=130116 vsize=22867040 memory=1804 CPUtime=3603.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130324/stat : 130324 (fscip) D 130116 130119 127938 0 -1 1077937220 1500232 0 0 0 360218 150 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130325] ppid=130116 vsize=22867040 memory=6048 CPUtime=3605.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130325/stat : 130325 (fscip) D 130116 130119 127938 0 -1 1077937220 1061136 0 0 0 360355 218 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130326] ppid=130116 vsize=22867040 memory=51200 CPUtime=3591.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130326/stat : 130326 (fscip) D 130116 130119 127938 0 -1 1077937220 3785665 0 0 0 358207 979 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130327] ppid=130116 vsize=22867040 memory=104 CPUtime=3604.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130327/stat : 130327 (fscip) D 130116 130119 127938 0 -1 1077937220 1324021 0 0 0 360333 140 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130328] ppid=130116 vsize=22867040 memory=25932 CPUtime=3602.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130328/stat : 130328 (fscip) D 130116 130119 127938 0 -1 1077937220 1829737 0 0 0 359916 286 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130329] ppid=130116 vsize=22867040 memory=21380 CPUtime=3592.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130329/stat : 130329 (fscip) D 130116 130119 127938 0 -1 1077937220 3335932 0 0 0 358261 960 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130330] ppid=130116 vsize=22867040 memory=21380 CPUtime=3596.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130330/stat : 130330 (fscip) D 130116 130119 127938 0 -1 1077937220 818901 0 0 0 359564 95 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130331] ppid=130116 vsize=22867040 memory=2208 CPUtime=3593.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130331/stat : 130331 (fscip) D 130116 130119 127938 0 -1 1077937220 1843219 0 0 0 359074 280 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130332] ppid=130116 vsize=22867040 memory=2036 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130332/stat : 130332 (fscip) D 130116 130119 127938 0 -1 1077937220 78 0 0 0 4 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130333] ppid=130116 vsize=22867040 memory=31316 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130333/stat : 130333 (fscip) D 130116 130119 127938 0 -1 1077937220 148 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130334] ppid=130116 vsize=22867040 memory=28568 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130334/stat : 130334 (fscip) D 130116 130119 127938 0 -1 1077937220 222 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130335] ppid=130116 vsize=22867040 memory=7312 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130335/stat : 130335 (fscip) D 130116 130119 127938 0 -1 1077937220 150 0 0 0 0 3 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130336] ppid=130116 vsize=22867040 memory=26988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130336/stat : 130336 (fscip) D 130116 130119 127938 0 -1 1077937220 148 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130337] ppid=130116 vsize=22867040 memory=28648 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130337/stat : 130337 (fscip) D 130116 130119 127938 0 -1 1077937220 218 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130338] ppid=130116 vsize=22867040 memory=32760 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130338/stat : 130338 (fscip) D 130116 130119 127938 0 -1 1077937220 151 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130339] ppid=130116 vsize=22867040 memory=7068 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130339/stat : 130339 (fscip) D 130116 130119 127938 0 -1 1077937220 227 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130340] ppid=130116 vsize=22867040 memory=36300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130340/stat : 130340 (fscip) D 130116 130119 127938 0 -1 1077937220 161 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130341] ppid=130116 vsize=22867040 memory=4688 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130341/stat : 130341 (fscip) D 130116 130119 127938 0 -1 1077937220 222 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130342] ppid=130116 vsize=22867040 memory=20660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130342/stat : 130342 (fscip) D 130116 130119 127938 0 -1 1077937220 220 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130343] ppid=130116 vsize=22867040 memory=6952 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130343/stat : 130343 (fscip) D 130116 130119 127938 0 -1 1077937220 221 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130344] ppid=130116 vsize=22867040 memory=7044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130344/stat : 130344 (fscip) D 130116 130119 127938 0 -1 1077937220 223 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130345] ppid=130116 vsize=22867040 memory=28152 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130345/stat : 130345 (fscip) D 130116 130119 127938 0 -1 1077937220 220 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130346] ppid=130116 vsize=22867040 memory=33860 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130346/stat : 130346 (fscip) D 130116 130119 127938 0 -1 1077937220 220 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130347] ppid=130116 vsize=22867040 memory=66548 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130347/stat : 130347 (fscip) D 130116 130119 127938 0 -1 1077937220 227 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130348] ppid=130116 vsize=22867040 memory=7636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130348/stat : 130348 (fscip) D 130116 130119 127938 0 -1 1077937220 222 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130349] ppid=130116 vsize=22867040 memory=19092 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130349/stat : 130349 (fscip) D 130116 130119 127938 0 -1 1077937220 217 0 0 0 4 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130350] ppid=130116 vsize=22867040 memory=20248 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130350/stat : 130350 (fscip) D 130116 130119 127938 0 -1 1077937220 150 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130351] ppid=130116 vsize=22867040 memory=3776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130351/stat : 130351 (fscip) D 130116 130119 127938 0 -1 1077937220 229 0 0 0 3 0 0 0 20 0 41 0 20307628 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
Current children cumulated CPU time: 72001.5 s
Current children cumulated vsize: 22867040 KiB
Current children cumulated memory: 18450856 KiB

[startup+3677.8 s]
/proc/loadavg: 76.85 79.90 79.89 25/945 132425
/proc/meminfo: memFree=746501536/790760804 swapFree=131071996/131071996
[pid=130119] ppid=130116 vsize=22867040 memory=18450856 CPUtime=72001.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/stat : 130119 (fscip) D 130116 130119 127938 0 -1 1077937156 45408825 0 0 0 7189305 10847 0 0 20 0 41 0 20303388 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
/proc/130119/statm: 5716760 4612714 3312 3035 0 5554197 0
[pid=130119/tid=130312] ppid=130116 vsize=22867040 memory=8196 CPUtime=3605.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130312/stat : 130312 (fscip) D 130116 130119 127938 0 -1 1077937220 1150840 0 0 0 360416 124 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130313] ppid=130116 vsize=22867040 memory=3300 CPUtime=3596.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130313/stat : 130313 (fscip) D 130116 130119 127938 0 -1 1077937220 1066397 0 0 0 359462 214 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130314] ppid=130116 vsize=22867040 memory=2264 CPUtime=3590.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130314/stat : 130314 (fscip) D 130116 130119 127938 0 -1 1077937220 3831822 0 0 0 358046 972 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130315] ppid=130116 vsize=22867040 memory=1668 CPUtime=3595.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130315/stat : 130315 (fscip) D 130116 130119 127938 0 -1 1077937220 666368 0 0 0 359462 80 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130316] ppid=130116 vsize=22867040 memory=8916 CPUtime=3586.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130316/stat : 130316 (fscip) D 130116 130119 127938 0 -1 1077937220 5101158 0 0 0 356220 2462 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130317] ppid=130116 vsize=22867040 memory=5572 CPUtime=3593.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130317/stat : 130317 (fscip) D 130116 130119 127938 0 -1 1077937220 3986351 0 0 0 358374 968 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130318] ppid=130116 vsize=22867040 memory=11408 CPUtime=3598.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130318/stat : 130318 (fscip) D 130116 130119 127938 0 -1 1077937220 1685627 0 0 0 359662 158 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130319] ppid=130116 vsize=22867040 memory=13680 CPUtime=3604.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130319/stat : 130319 (fscip) D 130116 130119 127938 0 -1 1077937220 1674050 0 0 0 360232 250 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130320] ppid=130116 vsize=22867040 memory=11604 CPUtime=3593.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130320/stat : 130320 (fscip) D 130116 130119 127938 0 -1 1077937220 3933888 0 0 0 358401 943 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130321] ppid=130116 vsize=22867040 memory=12544 CPUtime=3602.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130321/stat : 130321 (fscip) D 130116 130119 127938 0 -1 1077937220 1531254 0 0 0 360131 152 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130322] ppid=130116 vsize=22867040 memory=11628 CPUtime=3607.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130322/stat : 130322 (fscip) S 130116 130119 127938 0 -1 4195904 1532928 0 0 0 360334 448 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 140579413399952 8389587 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 0
[pid=130119/tid=130323] ppid=130116 vsize=22867040 memory=11628 CPUtime=3593.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130323/stat : 130323 (fscip) D 130116 130119 127938 0 -1 1077937220 3661197 0 0 0 358400 916 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130324] ppid=130116 vsize=22867040 memory=-7306385057669039509 CPUtime=3603.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130324/stat : 130324 (fscip) D 130116 130119 127938 0 -1 1077937220 1500232 0 0 0 360218 150 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130325] ppid=130116 vsize=22867040 memory=51200 CPUtime=3605.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130325/stat : 130325 (fscip) D 130116 130119 127938 0 -1 1077937220 1061136 0 0 0 360355 218 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130326] ppid=130116 vsize=22867040 memory=104 CPUtime=3591.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130326/stat : 130326 (fscip) D 130116 130119 127938 0 -1 1077937220 3785665 0 0 0 358207 979 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130327] ppid=130116 vsize=22867040 memory=25932 CPUtime=3604.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130327/stat : 130327 (fscip) D 130116 130119 127938 0 -1 1077937220 1324021 0 0 0 360333 140 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130328] ppid=130116 vsize=22867040 memory=21380 CPUtime=3602.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130328/stat : 130328 (fscip) D 130116 130119 127938 0 -1 1077937220 1829737 0 0 0 359916 286 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130329] ppid=130116 vsize=22867040 memory=2208 CPUtime=3592.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130329/stat : 130329 (fscip) D 130116 130119 127938 0 -1 1077937220 3335932 0 0 0 358261 960 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130330] ppid=130116 vsize=22867040 memory=2036 CPUtime=3596.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130330/stat : 130330 (fscip) D 130116 130119 127938 0 -1 1077937220 818901 0 0 0 359564 95 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130331] ppid=130116 vsize=22867040 memory=18445788 CPUtime=3593.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130331/stat : 130331 (fscip) D 130116 130119 127938 0 -1 1077937220 1843219 0 0 0 359074 280 0 0 20 0 41 0 20307535 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130332] ppid=130116 vsize=22867040 memory=18310676 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130332/stat : 130332 (fscip) D 130116 130119 127938 0 -1 1077937220 78 0 0 0 4 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130333] ppid=130116 vsize=22867040 memory=2708 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130333/stat : 130333 (fscip) D 130116 130119 127938 0 -1 1077937220 148 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130334] ppid=130116 vsize=22867040 memory=6712 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130334/stat : 130334 (fscip) D 130116 130119 127938 0 -1 1077937220 222 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130335] ppid=130116 vsize=22867040 memory=15324260 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130335/stat : 130335 (fscip) D 130116 130119 127938 0 -1 1077937220 150 0 0 0 0 3 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130336] ppid=130116 vsize=22867040 memory=3776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130336/stat : 130336 (fscip) D 130116 130119 127938 0 -1 1077937220 148 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130337] ppid=130116 vsize=22867040 memory=40456 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130337/stat : 130337 (fscip) D 130116 130119 127938 0 -1 1077937220 218 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130338] ppid=130116 vsize=22867040 memory=-4421386504854661476 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130338/stat : 130338 (fscip) D 130116 130119 127938 0 -1 1077937220 151 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130339] ppid=130116 vsize=22867040 memory=-7241408574748851645 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130339/stat : 130339 (fscip) D 130116 130119 127938 0 -1 1077937220 227 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130340] ppid=130116 vsize=22867040 memory=7636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130340/stat : 130340 (fscip) D 130116 130119 127938 0 -1 1077937220 161 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130341] ppid=130116 vsize=22867040 memory=19092 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130341/stat : 130341 (fscip) D 130116 130119 127938 0 -1 1077937220 222 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130342] ppid=130116 vsize=22867040 memory=20248 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130342/stat : 130342 (fscip) D 130116 130119 127938 0 -1 1077937220 220 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130343] ppid=130116 vsize=22867040 memory=5572 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130343/stat : 130343 (fscip) D 130116 130119 127938 0 -1 1077937220 221 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130344] ppid=130116 vsize=22867040 memory=11408 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130344/stat : 130344 (fscip) D 130116 130119 127938 0 -1 1077937220 223 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130345] ppid=130116 vsize=22867040 memory=18449432 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130345/stat : 130345 (fscip) D 130116 130119 127938 0 -1 1077937220 220 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130346] ppid=130116 vsize=22867040 memory=5512 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130346/stat : 130346 (fscip) D 130116 130119 127938 0 -1 1077937220 220 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130347] ppid=130116 vsize=22867040 memory=15776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130347/stat : 130347 (fscip) D 130116 130119 127938 0 -1 1077937220 227 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130348] ppid=130116 vsize=22867040 memory=2316 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130348/stat : 130348 (fscip) D 130116 130119 127938 0 -1 1077937220 222 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130349] ppid=130116 vsize=22867040 memory=33000 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130349/stat : 130349 (fscip) D 130116 130119 127938 0 -1 1077937220 217 0 0 0 4 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130350] ppid=130116 vsize=22867040 memory=1804 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130350/stat : 130350 (fscip) D 130116 130119 127938 0 -1 1077937220 150 0 0 0 3 0 0 0 20 0 41 0 20307627 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
[pid=130119/tid=130351] ppid=130116 vsize=22867040 memory=6048 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/130119/task/130351/stat : 130351 (fscip) D 130116 130119 127938 0 -1 1077937220 229 0 0 0 3 0 0 0 20 0 41 0 20307628 23415848960 4612714 809668444160 4194304 16623229 140721453422592 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 32280576 140721453425673 140721453425791 140721453425791 140721453432816 24
Current children cumulated CPU time: 72001.5 s
Current children cumulated vsize: 22867040 KiB
Current children cumulated memory: 18450856 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3678.36
CPU time (s): 72002.1
CPU user time (s): 71893.1
CPU system time (s): 109.03
CPU usage (%): 1957.45
Max. virtual memory (cumulated for all children) (KiB): 22932576
Max. memory (cumulated for all children) (KiB): 18450856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71893.1
system time used= 109.03
maximum resident set size= 18450908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45408825
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= 184829
involuntary context switches= 413477


# summary of solver processes directly reported to runsolver:
#   pid: 130119
#   total CPU time (s): 72002.1
#   total CPU user time (s): 71893.1
#   total CPU system time (s): 109.03

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.7375 second user time and 95.1395 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 20:33:23
IDJOB=4465709
IDBENCH=158301
IDSOLVER=3094
FILE ID=nodeD105/4465709-1722537203
RUNJOBID= nodeD105-1722533544-127948
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_K179.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-4465709-1722537203/watcher-4465709-1722537203 -o /tmp/evaluation-result-4465709-1722537203/solver-4465709-1722537203 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127948 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465709-1722537203.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 84aa92d361920570c4f42a7fa8308fed
RANDOM SEED=564293745

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		: 2206.748
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		: 3068.150
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		: 3234.127
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		: 3046.332
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		: 1428.927
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		: 3068.108
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		: 3814.406
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		: 3046.292
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		: 1821.776
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		: 3068.058
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		: 2606.687
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		: 3046.265
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		: 1306.608
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		: 3068.018
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		: 2902.538
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		: 3046.265
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		: 1535.047
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		: 3067.969
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		: 2621.476
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		: 3046.270
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		: 1705.198
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		: 3067.914
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		: 2618.276
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		: 3046.263
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		: 2424.521
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		: 3067.857
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		: 2614.687
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		: 3046.262
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		: 3543.746
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3067.840
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		: 2629.376
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		: 3046.266
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		: 3416.208
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		: 3067.787
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		: 2639.828
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		: 3046.269
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		: 1178.171
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		: 3067.735
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		: 2648.871
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		: 3046.257
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		: 3317.644
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		: 3067.672
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		: 2645.071
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		: 3046.252
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		: 3280.125
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		: 3067.625
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		: 2651.529
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		: 3046.258
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		: 3467.230
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		: 3067.565
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		: 3483.471
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		: 3046.249
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		: 2781.502
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		: 3067.545
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		: 3456.370
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		: 2974.945
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		: 1277.967
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		: 3067.537
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		: 2028.741
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		: 3046.229
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		: 1287.127
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		: 3067.543
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		: 3012.292
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		: 3046.210
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		: 1599.440
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		: 3066.376
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		: 3589.096
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		: 3046.211
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		: 2668.828
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		: 3067.549
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		: 3555.643
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		: 3046.212
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		: 1326.200
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		: 3067.541
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		: 2243.172
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		: 3046.230
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		: 2651.266
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		: 3067.532
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		: 3816.753
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		: 3046.226
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:        745431736 kB
MemAvailable:   749795612 kB
Buffers:          292084 kB
Cached:          7353252 kB
SwapCached:            0 kB
Active:           462616 kB
Inactive:       42153764 kB
Active(anon):       2172 kB
Inactive(anon): 34991404 kB
Active(file):     460444 kB
Inactive(file):  7162360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           2157252 kB
Writeback:         23892 kB
AnonPages:      34971008 kB
Mapped:           127584 kB
Shmem:             22540 kB
KReclaimable:     321552 kB
Slab:             695020 kB
SReclaimable:     321552 kB
SUnreclaim:       373468 kB
KernelStack:       16272 kB
PageTables:        88140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3466264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           268800 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3825664 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= 8622804 MiB
End job on nodeD105 at 2024-08-01 21:34:41