Trace number 4465782

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.9 3632.95

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l070-r069-n1.cnf-extracted.pb.metafix.opb
MD5SUM06224f4c25a1c1b3a15eb701c288d1cc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3834
Total number of constraints8964
Number of constraints which are clauses4245
Number of constraints which are cardinality constraints (but not clauses)4719
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
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.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 45297664, getVmSize() = 45297664, SCIPgetMemUsed() = 18558747, SCIPgetMemTotal() = 23011451, SCIPgetMemExternEstim() = 11922953
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.10/0.14	c ** Estimated virtualMemUsedAtSolver = 47704960, getVmSize() = 83845120, SCIPgetMemUsed() = 42077768, SCIPgetMemTotal() = 59634488, SCIPgetMemExternEstim() = 11922953
0.10/0.14	c ** set memory limit for solvers to 4.18847e+11 for each SCIP **
0.10/0.14	c Original Problem   :
0.10/0.14	c   Problem name     : instance-4465782-1722562004
0.10/0.14	c   Variables        : 3834 (3834 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.14	c   Constraints      : 8964
0.10/0.14	c   Objective sense  : minimize
0.10/0.14	c Presolved Problem  :
0.10/0.14	c   Variables        : 3811 (3811 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.14	c   Constraints      : 5506
0.10/0.14	c Constraints        : Number
0.10/0.14	c   setppc           : 5505 
0.10/0.14	c   orbitope         : 1 
0.10/0.14	c ** Instance transfer method used: 0
0.10/0.15	c ** ParaScipInstance copy increased the number of variables. **
0.24/0.32	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.24/0.33	c                                Nodes    Active                                            
0.24/0.33	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
96.19/5.29	c         5           5461         208        20                -           0.0000          -
200.48/10.53	c        11             17          16        20                -           0.0000          -
301.47/15.61	c        16          17544         108        20                -           0.0000          -
400.59/20.67	c        21              2           1        20                -           0.0000          -
501.65/25.73	c        26             29          30        20                -           0.0000          -
602.72/30.80	c        31             29          30        20                -           0.0000          -
701.79/35.82	c        36             38          37        20                -           0.0000          -
800.77/40.89	c        41             38          37        20                -           0.0000          -
901.83/45.95	c        46            248          81        20                -           0.0000          -
1000.92/51.00	c        51            255         104        20                -           0.0000          -
1102.62/56.05	c        56            255         104        20                -           0.0000          -
1201.72/61.12	c        61            533          96        20                -           0.0000          -
1302.84/66.15	c        66            393         133        20                -           0.0000          -
1403.48/71.21	c        71          61527          38        20                -           0.0000          -
1502.40/76.23	c        76          65206         237        20                -           0.0000          -
1603.42/81.33	c        81          80159          38        20                -           0.0000          -
1702.50/86.37	c        86            715         164        20                -           0.0000          -
1803.09/91.44	c        91            799         167        20                -           0.0000          -
1901.95/96.49	c        96            799         167        20                -           0.0000          -
2003.02/101.54	c       102          89399          59        20                -           0.0000          -
2102.21/106.58	c       107            986         174        20                -           0.0000          -
2201.15/111.59	c       112           1021         176        20                -           0.0000          -
2302.13/116.68	c       117           3359         186        20                -           0.0000          -
2403.12/121.74	c       122           3359         186        20                -           0.0000          -
2502.22/126.79	c       127         101121          32        20                -           0.0000          -
2603.32/131.82	c       132          96231          29        20                -           0.0000          -
2704.41/136.90	c       137           1303         207        20                -           0.0000          -
2803.44/141.96	c       142           1321         210        20                -           0.0000          -
2902.48/147.00	c       147           1321         210        20                -           0.0000          -
3004.05/152.05	c       152         107498          33        20                -           0.0000          -
3103.29/157.12	c       157         117297          32        20                -           0.0000          -
3204.42/162.17	c       162           2029         235        20                -           0.0000          -
3304.63/167.22	c       167           9208         325        20                -           0.0000          -
3403.80/172.27	c       172           2432         243        20                -           0.0000          -
3504.81/177.30	c       177           2708         267        20                -           0.0000          -
3603.90/182.39	c       182           2708         267        20                -           0.0000          -
3705.00/187.42	c       187          11005         355        20                -           0.0000          -
3804.10/192.44	c       192           2941         269        20                -           0.0000          -
3903.20/197.45	c       197           3082         291        20                -           0.0000          -
4006.27/202.62	c       203           3106         290        20                -           0.0000          -
4105.40/207.67	c       208         130469          31        20                -           0.0000          -
4206.43/212.75	c       213          12977         406        20                -           0.0000          -
4307.48/217.81	c       218           3662         294        20                -           0.0000          -
4406.47/222.84	c       223           3673         293        20                -           0.0000          -
4505.58/227.86	c       228           3673         293        20                -           0.0000          -
4606.64/232.94	c       233          19209        4849        20                -           0.0000          -
4705.74/238.02	c       238          15385         414        20                -           0.0000          -
4804.80/243.04	c       243         146464          29        20                -           0.0000          -
4906.66/248.12	c       248         155425          32        20                -           0.0000          -
5007.83/253.17	c       253           5158         302        20                -           0.0000          -
5108.08/258.22	c       258           5158         302        20                -           0.0000          -
5207.33/263.24	c       263           5238         308        20                -           0.0000          -
5306.23/268.28	c       268          17748         575        20                -           0.0000          -
5405.32/273.29	c       273          17748         575        20                -           0.0000          -
5506.38/278.37	c       278           5829         329        20                -           0.0000          -
5607.42/283.48	c       283           5829         329        20                -           0.0000          -
5708.53/288.51	c       289           6021         334        20                -           0.0000          -
5807.63/293.60	c       294         176111          29        20                -           0.0000          -
5908.72/298.64	c       299          19921         588        20                -           0.0000          -
6009.81/303.70	c       304          19921         588        20                -           0.0000          -
6108.94/308.76	c       309           6686         354        20                -           0.0000          -
6210.04/313.81	c       314          20310         608        20                -           0.0000          -
6309.11/318.85	c       319           7217         388        20                -           0.0000          -
6408.16/323.89	c       324          21054         622        20                -           0.0000          -
6509.20/328.96	c       329          26668        6780        20                -           0.0000          -
6608.29/334.01	c       334          22273         681        20                -           0.0000          -
6710.27/339.07	c       339           8718         484        20                -           0.0000          -
6809.27/344.10	c       344           9018         492        20                -           0.0000          -
6910.27/349.16	c       349           9018         492        20                -           0.0000          -
7010.65/354.21	c       354          23943         698        20                -           0.0000          -
7109.87/359.24	c       359          24040         699        20                -           0.0000          -
7208.81/364.24	c       364          10337         582        20                -           0.0000          -
7307.89/369.29	c       369          24728         712        20                -           0.0000          -
7411.00/374.41	c       374         204954          25        20                -           0.0000          -
7510.10/379.47	c       379          30590        7625        20                -           0.0000          -
7609.20/384.48	c       384         209004          27        20                -           0.0000          -
7710.10/389.55	c       390         211094          23        20                -           0.0000          -
7809.16/394.55	c       395         213304          22        20                -           0.0000          -
7908.25/399.58	c       400         215537          32        20                -           0.0000          -
8009.33/404.66	c       405         217633          23        20                -           0.0000          -
8110.41/409.71	c       410         219809          34        20                -           0.0000          -
8209.55/414.77	c       415         221958          24        20                -           0.0000          -
8312.63/419.92	c       420          15610         859        20                -           0.0000          -
8411.67/424.95	c       425          15948         863        20                -           0.0000          -
8510.72/430.02	c       430          16350         866        20                -           0.0000          -
8612.36/435.03	c       435          16350         866        20                -           0.0000          -
8711.51/440.10	c       440          16487         876        20                -           0.0000          -
8812.73/445.18	c       445          34191        1012        20                -           0.0000          -
8912.82/450.23	c       450          17211         882        20                -           0.0000          -
9011.90/455.26	c       455          35341        1078        20                -           0.0000          -
9112.95/460.30	c       460          17663         882        20                -           0.0000          -
9212.04/465.31	c       465          36052        1097        20                -           0.0000          -
9313.09/470.44	c       470          17838         886        20                -           0.0000          -
9412.18/475.49	c       476         249465          31        20                -           0.0000          -
9513.23/480.53	c       481         250393          23        20                -           0.0000          -
9612.36/485.57	c       486          18824         894        20                -           0.0000          -
9715.36/490.72	c       491          39338        9711        20                -           0.0000          -
9814.49/495.76	c       496         256798          38        20                -           0.0000          -
9915.57/500.81	c       501         258450          32        20                -           0.0000          -
10016.53/505.91	c       506         260061          31        20                -           0.0000          -
10115.44/510.96	c       511         261645          30        20                -           0.0000          -
10214.51/515.99	c       516         263563          34        20                -           0.0000          -
10316.16/521.05	c       521         265757          35        20                -           0.0000          -
10415.34/526.11	c       526         267296          35        20                -           0.0000          -
10517.59/531.26	c       531         268797          32        20                -           0.0000          -
10618.64/536.33	c       536         273862          34        20                -           0.0000          -
10717.72/541.39	c       541         275680          32        20                -           0.0000          -
10818.83/546.42	c       546          42825        1349        20                -           0.0000          -
10917.95/551.48	c       551          22729         923        20                -           0.0000          -
11019.04/556.55	c       557         281964          35        20                -           0.0000          -
11120.11/561.61	c       562         284082          30        20                -           0.0000          -
11219.18/566.68	c       567         285969          39        20                -           0.0000          -
11320.08/571.75	c       572         287830          38        20                -           0.0000          -
11421.14/576.83	c       577         289899          26        20                -           0.0000          -
11520.13/581.87	c       582         291934          24        20                -           0.0000          -
11619.22/586.88	c       587         293988          42        20                -           0.0000          -
11720.29/591.99	c       592          46177        1512        20                -           0.0000          -
11819.37/597.01	c       597          47703       11391        20                -           0.0000          -
11918.46/602.02	c       602          26147         995        20                -           0.0000          -
12022.26/607.15	c       607         294653          30        20                -           0.0000          -
12122.65/612.24	c       612         302766          30        20                -           0.0000          -
12221.67/617.29	c       617          47790        1573        20                -           0.0000          -
12322.67/622.34	c       622         300334          35        20                -           0.0000          -
12423.70/627.41	c       627         302399          30        20                -           0.0000          -
12522.77/632.47	c       632         310131          37        20                -           0.0000          -
12621.89/637.48	c       637         312073          40        20                -           0.0000          -
12722.92/642.54	c       643          48288        1533        20                -           0.0000          -
12824.04/647.61	c       648          48288        1533        20                -           0.0000          -
12925.07/652.70	c       653         310862          28        20                -           0.0000          -
13024.16/657.75	c       658         319793          24        20                -           0.0000          -
13123.21/662.78	c       663         314558          24        20                -           0.0000          -
13224.30/667.86	c       668          31610        1290        20                -           0.0000          -
13325.28/672.90	c       673         318189          29        20                -           0.0000          -
13424.40/677.98	c       678          50370        1578        20                -           0.0000          -
13523.52/683.00	c       683          32844        1382        20                -           0.0000          -
13625.10/688.06	c       688         330353          29        20                -           0.0000          -
13726.20/693.15	c       693         332137          23        20                -           0.0000          -
13826.63/698.21	c       698          51321        1609        20                -           0.0000          -
13925.92/703.26	c       703         328749          41        20                -           0.0000          -
14024.85/708.28	c       708          34715        1433        20                -           0.0000          -
14125.86/713.31	c       713          35050        1434        20                -           0.0000          -
14224.97/718.33	c       718          35144        1434        20                -           0.0000          -
14324.04/723.39	c       723         342735          29        20                -           0.0000          -
14425.12/728.48	c       728          35538        1466        20                -           0.0000          -
14526.14/733.53	c       734         345863          27        20                -           0.0000          -
14625.23/738.56	c       739          54110        1651        20                -           0.0000          -
14726.29/743.61	c       744          54237        1661        20                -           0.0000          -
14825.38/748.66	c       749          36564        1476        20                -           0.0000          -
14926.44/753.71	c       754          59048       13794        20                -           0.0000          -
15025.53/758.77	c       759          59409       13847        20                -           0.0000          -
15126.60/763.82	c       764          37343        1478        20                -           0.0000          -
15225.69/768.87	c       769         358997          35        20                -           0.0000          -
15329.36/774.04	c       774         360950          37        20                -           0.0000          -
15428.40/779.08	c       779          37981        1496        20                -           0.0000          -
15527.53/784.13	c       784         364824          31        20                -           0.0000          -
15628.71/789.19	c       789         366540          31        20                -           0.0000          -
15728.97/794.24	c       794         360373          26        20                -           0.0000          -
15829.98/799.30	c       799         362230          85        20                -           0.0000          -
15929.08/804.31	c       804         372149          33        20                -           0.0000          -
16028.06/809.39	c       809         365619          29        20                -           0.0000          -
16129.02/814.45	c       814         367422          35        20                -           0.0000          -
16230.06/819.51	c       820         369239          36        20                -           0.0000          -
16329.17/824.58	c       825          40933        1555        20                -           0.0000          -
16430.25/829.62	c       830         381836          25        20                -           0.0000          -
16529.38/834.62	c       835          61710        1750        20                -           0.0000          -
16628.49/839.65	c       840         385394          31        20                -           0.0000          -
16729.54/844.75	c       845          62083        1748        20                -           0.0000          -
16830.63/849.81	c       850          42528        1593        20                -           0.0000          -
16931.74/854.90	c       855          66307       15095        20                -           0.0000          -
17030.80/859.95	c       860          66696       15168        20                -           0.0000          -
17129.93/865.01	c       865          63114        1742        20                -           0.0000          -
17231.44/870.05	c       870         387245          32        20                -           0.0000          -
17330.91/875.10	c       875         388933          32        20                -           0.0000          -
17429.81/880.12	c       880         401521          34        20                -           0.0000          -
17530.93/885.15	c       885          43685        1632        20                -           0.0000          -
17631.28/890.24	c       890         404857          33        20                -           0.0000          -
17730.37/895.28	c       895         406480          31        20                -           0.0000          -
17831.44/900.34	c       900         408151          37        20                -           0.0000          -
17932.53/905.41	c       905          44572        1622        20                -           0.0000          -
18031.48/910.47	c       910          66860        1792        20                -           0.0000          -
18132.55/915.54	c       916          70441       15816        20                -           0.0000          -
18231.53/920.59	c       921          70801       15856        20                -           0.0000          -
18332.65/925.65	c       926          45555        1628        20                -           0.0000          -
18431.47/930.69	c       931          68193        1869        20                -           0.0000          -
18532.53/935.75	c       936         420632          29        20                -           0.0000          -
18633.64/940.80	c       941          46320        1652        20                -           0.0000          -
18732.76/945.80	c       946          69048        1859        20                -           0.0000          -
18831.90/950.81	c       951          46435        1656        20                -           0.0000          -
18930.92/955.82	c       956          46758        1671        20                -           0.0000          -
19029.99/960.85	c       961         430867          33        20                -           0.0000          -
19129.08/965.85	c       966         432693          29        20                -           0.0000          -
19228.17/970.90	c       971          47301        1695        20                -           0.0000          -
19329.21/975.92	c       976          74583       16623        20                -           0.0000          -
19428.26/980.95	c       981          47809        1721        20                -           0.0000          -
19527.24/986.00	c       986          48227        1726        20                -           0.0000          -
19629.01/991.11	c       991          48444        1731        20                -           0.0000          -
19728.28/996.15	c       996          48444        1731        20                -           0.0000          -
19829.09/1001.19	c      1001         445279          24        20                -           0.0000          -
19929.49/1006.24	c      1006          73311        1986        20                -           0.0000          -
20028.60/1011.29	c      1011         449188          23        20                -           0.0000          -
20129.69/1016.34	c      1016          73786        1969        20                -           0.0000          -
20228.79/1021.38	c      1021         453044          37        20                -           0.0000          -
20329.94/1026.42	c      1026          78032       17233        20                -           0.0000          -
20431.07/1031.52	c      1032          78359       17272        20                -           0.0000          -
20530.27/1036.58	c      1037         458248          24        20                -           0.0000          -
20631.42/1041.69	c      1042         459854          23        20                -           0.0000          -
20732.60/1046.74	c      1047         461677          20        20                -           0.0000          -
20831.73/1051.78	c      1052          76429        2076        20                -           0.0000          -
20932.88/1056.85	c      1057         465414          28        20                -           0.0000          -
21034.04/1061.90	c      1062         467146          30        20                -           0.0000          -
21133.25/1066.97	c      1067         468678          29        20                -           0.0000          -
21235.06/1072.03	c      1072         470528          30        20                -           0.0000          -
21334.07/1077.09	c      1077         472557          32        20                -           0.0000          -
21435.30/1082.16	c      1082         474308          28        20                -           0.0000          -
21534.41/1087.17	c      1087          54115        1825        20                -           0.0000          -
21635.00/1092.21	c      1092          79425        2154        20                -           0.0000          -
21736.07/1097.37	c      1097          79720        2164        20                -           0.0000          -
21835.22/1102.38	c      1102          79831        2167        20                -           0.0000          -
21936.34/1107.48	c      1107          83389       18305        20                -           0.0000          -
22037.48/1112.54	c      1113          55561        1897        20                -           0.0000          -
22136.66/1117.54	c      1118          84114       18439        20                -           0.0000          -
22235.85/1122.56	c      1123          55908        1939        20                -           0.0000          -
22337.05/1127.68	c      1128         491057          36        20                -           0.0000          -
22438.21/1132.78	c      1133         492937          28        20                -           0.0000          -
22539.37/1137.83	c      1138         494872          33        20                -           0.0000          -
22640.49/1142.91	c      1143         496558          31        20                -           0.0000          -
22739.64/1147.96	c      1148         498465          31        20                -           0.0000          -
22838.78/1152.99	c      1153         500307          42        20                -           0.0000          -
22937.91/1158.01	c      1158          58164        2050        20                -           0.0000          -
23039.56/1163.03	c      1163          84179        2218        20                -           0.0000          -
23138.54/1168.04	c      1168          84607        2222        20                -           0.0000          -
23237.99/1173.07	c      1173          59090        2110        20                -           0.0000          -
23337.24/1178.10	c      1178          59276        2127        20                -           0.0000          -
23438.12/1183.16	c      1183          59511        2130        20                -           0.0000          -
23538.65/1188.22	c      1188          59789        2139        20                -           0.0000          -
23637.77/1193.23	c      1193          60008        2146        20                -           0.0000          -
23738.86/1198.35	c      1198          89602       19428        20                -           0.0000          -
23840.04/1203.46	c      1203          89972       19485        20                -           0.0000          -
23941.23/1208.59	c      1209          60817        2200        20                -           0.0000          -
24044.40/1213.75	c      1214          90667       19572        20                -           0.0000          -
24145.60/1218.80	c      1219         525347          36        20                -           0.0000          -
24244.82/1223.90	c      1224         527123          37        20                -           0.0000          -
24346.03/1228.94	c      1229          61753        2236        20                -           0.0000          -
24445.19/1233.95	c      1234         530508          34        20                -           0.0000          -
24546.90/1239.06	c      1239          62244        2240        20                -           0.0000          -
24646.19/1244.10	c      1244         534596          26        20                -           0.0000          -
24747.33/1249.18	c      1249          62548        2238        20                -           0.0000          -
24847.71/1254.27	c      1254          91143        2326        20                -           0.0000          -
24948.85/1259.33	c      1259         539944          27        20                -           0.0000          -
25049.97/1264.40	c      1264         541739          25        20                -           0.0000          -
25149.11/1269.45	c      1269         544167          31        20                -           0.0000          -
25250.24/1274.51	c      1275          94575       20216        20                -           0.0000          -
25349.35/1279.53	c      1280          63852        2339        20                -           0.0000          -
25448.45/1284.60	c      1285         549782          32        20                -           0.0000          -
25549.55/1289.67	c      1290          64439        2346        20                -           0.0000          -
25650.64/1294.73	c      1295         553087          30        20                -           0.0000          -
25749.74/1299.79	c      1300          94675        2476        20                -           0.0000          -
25850.86/1304.83	c      1305          94675        2476        20                -           0.0000          -
25952.16/1309.91	c      1310          65498        2372        20                -           0.0000          -
26051.11/1314.97	c      1315         560318          28        20                -           0.0000          -
26150.17/1319.99	c      1320         562016          34        20                -           0.0000          -
26252.04/1325.05	c      1325         563853          26        20                -           0.0000          -
26350.92/1330.13	c      1330         565778          23        20                -           0.0000          -
26452.15/1335.18	c      1335         567511          28        20                -           0.0000          -
26552.53/1340.26	c      1340         569312          21        20                -           0.0000          -
26651.62/1345.27	c      1345         571420          21        20                -           0.0000          -
26752.72/1350.32	c      1350          99678       21190        20                -           0.0000          -
26851.86/1355.34	c      1355         575083          29        20                -           0.0000          -
26950.98/1360.37	c      1360         576751          25        20                -           0.0000          -
27052.05/1365.47	c      1365         578451          32        20                -           0.0000          -
27153.10/1370.59	c      1371         579876          23        20                -           0.0000          -
27254.20/1375.64	c      1376         581609          34        20                -           0.0000          -
27353.37/1380.69	c      1381          69756        2510        20                -           0.0000          -
27454.46/1385.75	c      1386         585013          26        20                -           0.0000          -
27553.49/1390.79	c      1391         586715          30        20                -           0.0000          -
27654.59/1395.82	c      1396         101773        2811        20                -           0.0000          -
27753.69/1400.89	c      1401          71067        2559        20                -           0.0000          -
27854.77/1405.90	c      1406         102665        2863        20                -           0.0000          -
27953.90/1411.03	c      1411         102863        2867        20                -           0.0000          -
28055.55/1416.03	c      1416         103206        2879        20                -           0.0000          -
28154.92/1421.09	c      1421         103603        2910        20                -           0.0000          -
28255.61/1426.19	c      1426         103946        2925        20                -           0.0000          -
28356.15/1431.22	c      1431         601007          24        20                -           0.0000          -
28455.31/1436.29	c      1436         602968          41        20                -           0.0000          -
28556.39/1441.34	c      1441         604644          36        20                -           0.0000          -
28657.42/1446.40	c      1446         606321          35        20                -           0.0000          -
28756.50/1451.44	c      1451         607965          26        20                -           0.0000          -
28857.55/1456.51	c      1457         106865       22326        20                -           0.0000          -
28956.65/1461.57	c      1462         107189       22374        20                -           0.0000          -
29057.76/1466.63	c      1467         107503       22432        20                -           0.0000          -
29156.87/1471.67	c      1472         615086          28        20                -           0.0000          -
29257.94/1476.74	c      1477         616840          30        20                -           0.0000          -
29359.04/1481.81	c      1482         108706        3094        20                -           0.0000          -
29458.15/1486.81	c      1487         620291          29        20                -           0.0000          -
29557.25/1491.85	c      1492         622073          29        20                -           0.0000          -
29658.35/1496.91	c      1497         623855          31        20                -           0.0000          -
29757.49/1502.02	c      1502         625547          32        20                -           0.0000          -
29859.34/1507.08	c      1507         627296          27        20                -           0.0000          -
29960.27/1512.15	c      1512          77896        2880        20                -           0.0000          -
30059.69/1517.17	c      1517          78259        2868        20                -           0.0000          -
30159.94/1522.29	c      1522         111906        3122        20                -           0.0000          -
30261.10/1527.35	c      1527         634349          22        20                -           0.0000          -
30362.20/1532.41	c      1532         636124          27        20                -           0.0000          -
30461.30/1537.44	c      1537         637782          22        20                -           0.0000          -
30560.39/1542.48	c      1542          79660        2865        20                -           0.0000          -
30661.43/1547.51	c      1548         641087          32        20                -           0.0000          -
30760.52/1552.54	c      1553          79997        2872        20                -           0.0000          -
30861.59/1557.61	c      1558          80213        2873        20                -           0.0000          -
30962.70/1562.70	c      1563         645850          29        20                -           0.0000          -
31061.84/1567.79	c      1568         114270       23611        20                -           0.0000          -
31162.99/1572.85	c      1573         114619       23651        20                -           0.0000          -
31262.11/1577.89	c      1578         114958       23693        20                -           0.0000          -
31363.25/1582.97	c      1583          81744        3005        20                -           0.0000          -
31462.44/1588.00	c      1588         116424        3204        20                -           0.0000          -
31564.31/1593.05	c      1593          81905        3008        20                -           0.0000          -
31663.51/1598.09	c      1598         116621        3206        20                -           0.0000          -
31764.31/1603.14	c      1603         659207          33        20                -           0.0000          -
31864.80/1608.20	c      1608         660714          27        20                -           0.0000          -
31963.92/1613.26	c      1613         117165        3240        20                -           0.0000          -
32065.02/1618.30	c      1618         117557        3225        20                -           0.0000          -
32164.14/1623.35	c      1623         665901          34        20                -           0.0000          -
32265.24/1628.40	c      1628         667570          29        20                -           0.0000          -
32364.37/1633.46	c      1633          84235        3037        20                -           0.0000          -
32463.48/1638.47	c      1638         670980          26        20                -           0.0000          -
32562.59/1643.48	c      1643          84616        3038        20                -           0.0000          -
32665.68/1648.67	c      1649         119602       24386        20                -           0.0000          -
32766.77/1653.75	c      1654         119963       24428        20                -           0.0000          -
32867.87/1658.82	c      1659          85520        3055        20                -           0.0000          -
32966.99/1663.87	c      1664         120470        3294        20                -           0.0000          -
33068.08/1668.93	c      1669          86019        3069        20                -           0.0000          -
33167.22/1673.99	c      1674          86327        3080        20                -           0.0000          -
33269.16/1679.04	c      1679          86661        3102        20                -           0.0000          -
33368.24/1684.09	c      1684          87004        3118        20                -           0.0000          -
33469.29/1689.14	c      1689          87389        3123        20                -           0.0000          -
33569.70/1694.20	c      1694         122467       24878        20                -           0.0000          -
33668.83/1699.25	c      1699         122823       24912        20                -           0.0000          -
33769.95/1704.32	c      1704         123174       24936        20                -           0.0000          -
33869.05/1709.39	c      1709          88793        3193        20                -           0.0000          -
33968.13/1714.40	c      1714         696053          24        20                -           0.0000          -
34069.25/1719.44	c      1719         124386        3351        20                -           0.0000          -
34170.40/1724.51	c      1725         124713        3357        20                -           0.0000          -
34271.60/1729.61	c      1730          90124        3246        20                -           0.0000          -
34370.80/1734.68	c      1735         125513        3375        20                -           0.0000          -
34471.82/1739.73	c      1740         125987        3403        20                -           0.0000          -
34570.97/1744.75	c      1745          90742        3261        20                -           0.0000          -
34672.12/1749.81	c      1750         126664        3375        20                -           0.0000          -
34771.26/1754.86	c      1755         126436       25363        20                -           0.0000          -
34872.36/1759.91	c      1760          91373        3269        20                -           0.0000          -
34974.08/1765.06	c      1765         127104       25495        20                -           0.0000          -
35073.34/1770.11	c      1770         127488       25544        20                -           0.0000          -
35174.53/1775.17	c      1775         127841       25597        20                -           0.0000          -
35274.82/1780.22	c      1780         128161       25617        20                -           0.0000          -
35373.94/1785.28	c      1785          92512        3369        20                -           0.0000          -
35475.07/1790.33	c      1790          92512        3369        20                -           0.0000          -
35574.22/1795.40	c      1795         129006           0        20                -           0.0000          -
35675.39/1800.45	c      1800          92992        3400        20                -           0.0000          -
35776.52/1805.51	c      1806          92992        3400        20                -           0.0000          -
35875.63/1810.56	c      1811          93139        3419        20                -           0.0000          -
35976.74/1815.62	c      1816          93508        3430        20                -           0.0000          -
36075.87/1820.70	c      1821          93912        3462        20                -           0.0000          -
36176.99/1825.75	c      1826         132855        3534        20                -           0.0000          -
36278.10/1830.82	c      1831          94748        3509        20                -           0.0000          -
36377.23/1835.87	c      1836         738402          30        20                -           0.0000          -
36478.34/1840.94	c      1841         740329          22        20                -           0.0000          -
36577.48/1846.01	c      1846          95973        3548        20                -           0.0000          -
36679.26/1851.06	c      1851         743786          35        20                -           0.0000          -
36780.41/1856.13	c      1856         133616         215        20                -           0.0000          -
36879.58/1861.18	c      1861         134027         224        20                -           0.0000          -
36979.97/1866.23	c      1866         136470        3627        20                -           0.0000          -
37079.32/1871.29	c      1871         136860        3649        20                -           0.0000          -
37180.25/1876.32	c      1876         135553         272        20                -           0.0000          -
37279.39/1881.34	c      1881         137663        3739        20                -           0.0000          -
37380.52/1886.41	c      1886          98274          83        20                -           0.0000          -
37479.62/1891.46	c      1891         138690        3780        20                -           0.0000          -
37580.75/1896.50	c      1897          98501         126        20                -           0.0000          -
37679.87/1901.58	c      1902         139780        3795        20                -           0.0000          -
37780.99/1906.66	c      1907         140228        3818        20                -           0.0000          -
37882.09/1911.75	c      1912          99079         142        20                -           0.0000          -
37983.21/1916.82	c      1917         141113        3833        20                -           0.0000          -
38082.34/1921.87	c      1922         768043          24        20                -           0.0000          -
38183.47/1926.93	c      1927         770058          30        20                -           0.0000          -
38282.62/1931.98	c      1932         100083         124        20                -           0.0000          -
38381.82/1937.00	c      1937         773262          30        20                -           0.0000          -
38481.03/1942.02	c      1942         143712         434        20                -           0.0000          -
38582.99/1947.06	c      1947         143757        3945        20                -           0.0000          -
38682.14/1952.13	c      1952         144500         460        20                -           0.0000          -
38783.17/1957.18	c      1957         102029         188        20                -           0.0000          -
38882.41/1962.18	c      1962         102208         214        20                -           0.0000          -
38982.74/1967.24	c      1967         102641         233        20                -           0.0000          -
39081.94/1972.28	c      1972         145651        4097        20                -           0.0000          -
39183.03/1977.32	c      1977         145976        4101        20                -           0.0000          -
39282.20/1982.38	c      1982         104134         268        20                -           0.0000          -
39383.33/1987.42	c      1987         146642        4124        20                -           0.0000          -
39484.47/1992.56	c      1993         149074         530        20                -           0.0000          -
39585.59/1997.61	c      1998         149660         535        20                -           0.0000          -
39684.73/2002.65	c      2003         150265         541        20                -           0.0000          -
39785.81/2007.72	c      2008         105859         259        20                -           0.0000          -
39884.95/2012.75	c      2013         106060         256        20                -           0.0000          -
39986.09/2017.90	c      2018         800136          27        20                -           0.0000          -
40087.22/2022.91	c      2023         107213         287        20                -           0.0000          -
40186.38/2028.03	c      2028         107717         338        20                -           0.0000          -
40288.12/2033.08	c      2033         150139        4200        20                -           0.0000          -
40387.29/2038.12	c      2038         150526        4197        20                -           0.0000          -
40488.50/2043.18	c      2043         150939        4206        20                -           0.0000          -
40588.94/2048.22	c      2048         109443         372        20                -           0.0000          -
40688.10/2053.23	c      2053         151651        4229        20                -           0.0000          -
40787.25/2058.24	c      2058         157958         735        20                -           0.0000          -
40886.57/2063.29	c      2063         152358        4251        20                -           0.0000          -
40987.50/2068.34	c      2068         152680        4261        20                -           0.0000          -
41088.65/2073.47	c      2073         111972         383        20                -           0.0000          -
41189.76/2078.55	c      2079         112359         386        20                -           0.0000          -
41288.90/2083.59	c      2084         112754         381        20                -           0.0000          -
41390.02/2088.67	c      2089         112857         381        20                -           0.0000          -
41491.02/2093.72	c      2094         113343         376        20                -           0.0000          -
41590.16/2098.77	c      2099         113931         371        20                -           0.0000          -
41691.29/2103.82	c      2104         114043         370        20                -           0.0000          -
41790.43/2108.87	c      2109         830371          25        20                -           0.0000          -
41891.55/2113.91	c      2114         114826         392        20                -           0.0000          -
41990.68/2118.96	c      2119         115346         420        20                -           0.0000          -
42089.74/2123.98	c      2124         115851         428        20                -           0.0000          -
42191.54/2129.05	c      2129         116432         418        20                -           0.0000          -
42290.69/2134.13	c      2134         116996         428        20                -           0.0000          -
42391.58/2139.16	c      2139         158099        4426        20                -           0.0000          -
42492.24/2144.24	c      2144         158297        4428        20                -           0.0000          -
42591.38/2149.29	c      2149         118593         441        20                -           0.0000          -
42692.52/2154.35	c      2154         159139        4446        20                -           0.0000          -
42793.62/2159.40	c      2159         159614        4448        20                -           0.0000          -
42892.77/2164.46	c      2164         160052        4479        20                -           0.0000          -
42993.90/2169.53	c      2170         160537        4487        20                -           0.0000          -
43094.98/2174.65	c      2175         160951        4480        20                -           0.0000          -
43196.11/2179.71	c      2180         120947         499        20                -           0.0000          -
43295.27/2184.74	c      2185         161771        4513        20                -           0.0000          -
43396.39/2189.80	c      2190         175399        1435        20                -           0.0000          -
43495.54/2194.86	c      2195         122068         496        20                -           0.0000          -
43596.66/2199.92	c      2200         862184          24        20                -           0.0000          -
43695.80/2204.97	c      2205         863932          30        20                -           0.0000          -
43794.88/2210.01	c      2210         865842          26        20                -           0.0000          -
43896.56/2215.04	c      2215         178978        1445        20                -           0.0000          -
43995.83/2220.13	c      2220         124655         611        20                -           0.0000          -
44096.97/2225.17	c      2225         165048        4678        20                -           0.0000          -
44196.11/2230.19	c      2230         125756         578        20                -           0.0000          -
44298.62/2235.32	c      2235         874919          33        20                -           0.0000          -
44397.75/2240.37	c      2240         876626          38        20                -           0.0000          -
44498.89/2245.46	c      2245         183268        1368        20                -           0.0000          -
44600.03/2250.51	c      2251         880074          31        20                -           0.0000          -
44699.18/2255.56	c      2256         881571          33        20                -           0.0000          -
44800.33/2260.61	c      2261         128702         653        20                -           0.0000          -
44899.47/2265.68	c      2266         884998          37        20                -           0.0000          -
45000.61/2270.73	c      2271         886757          25        20                -           0.0000          -
45099.78/2275.73	c      2276         168330        4800        20                -           0.0000          -
45202.88/2280.91	c      2281         131125         648        20                -           0.0000          -
45304.66/2286.05	c      2286         188929        1269        20                -           0.0000          -
45404.01/2291.11	c      2291         189673        1296        20                -           0.0000          -
45504.96/2296.13	c      2296         190379        1323        20                -           0.0000          -
45604.18/2301.15	c      2301         170046        4856        20                -           0.0000          -
45703.52/2306.20	c      2306         191803        1313        20                -           0.0000          -
45803.95/2311.25	c      2311         192413        1317        20                -           0.0000          -
45904.87/2316.30	c      2316         193103        1303        20                -           0.0000          -
46004.01/2321.32	c      2321         193780        1334        20                -           0.0000          -
46105.14/2326.40	c      2326         194488        1364        20                -           0.0000          -
46208.25/2331.62	c      2332         195205        1386        20                -           0.0000          -
46309.38/2336.73	c      2337         195846        1428        20                -           0.0000          -
46410.51/2341.80	c      2342         196464        1469        20                -           0.0000          -
46509.68/2346.87	c      2347         138354         810        20                -           0.0000          -
46610.80/2351.92	c      2352         197840        1549        20                -           0.0000          -
46709.94/2356.99	c      2357         198491        1570        20                -           0.0000          -
46809.07/2362.03	c      2362         199162        1598        20                -           0.0000          -
46910.87/2367.06	c      2367         140508         826        20                -           0.0000          -
47010.12/2372.10	c      2372         140508         826        20                -           0.0000          -
47111.13/2377.15	c      2377         201256        1630        20                -           0.0000          -
47211.60/2382.22	c      2382         202015        1628        20                -           0.0000          -
47310.74/2387.27	c      2387         926542          29        20                -           0.0000          -
47411.87/2392.37	c      2392         142839         889        20                -           0.0000          -
47513.00/2397.42	c      2397         930190          27        20                -           0.0000          -
47612.12/2402.48	c      2402         931710          25        20                -           0.0000          -
47713.26/2407.54	c      2408         144147         883        20                -           0.0000          -
47814.38/2412.61	c      2413         935526          31        20                -           0.0000          -
47913.52/2417.63	c      2418         937283          30        20                -           0.0000          -
48012.67/2422.68	c      2423         938897          27        20                -           0.0000          -
48113.81/2427.79	c      2428         940745          37        20                -           0.0000          -
48214.94/2432.85	c      2433         146726         871        20                -           0.0000          -
48316.05/2437.92	c      2438         146726         871        20                -           0.0000          -
48415.21/2442.99	c      2443         147085         917        20                -           0.0000          -
48516.95/2448.05	c      2448         180698        5103        20                -           0.0000          -
48616.01/2453.09	c      2453         180729        5106        20                -           0.0000          -
48717.25/2458.18	c      2458         180999        5128        20                -           0.0000          -
48817.87/2463.22	c      2463         181371        5139        20                -           0.0000          -
48916.88/2468.25	c      2468         149852         981        20                -           0.0000          -
49015.99/2473.29	c      2473         954401          30        20                -           0.0000          -
49117.14/2478.32	c      2478         955984          36        20                -           0.0000          -
49216.29/2483.35	c      2483         958170          33        20                -           0.0000          -
49317.40/2488.40	c      2488         959717          29        20                -           0.0000          -
49416.56/2493.45	c      2493         183335        5256        20                -           0.0000          -
49517.70/2498.58	c      2499         962760          30        20                -           0.0000          -
49618.83/2503.62	c      2504         964310          34        20                -           0.0000          -
49717.99/2508.68	c      2509         965980          29        20                -           0.0000          -
49817.15/2513.69	c      2514         967486          26        20                -           0.0000          -
49918.29/2518.73	c      2519         969106          25        20                -           0.0000          -
50019.37/2523.83	c      2524         971804          28        20                -           0.0000          -
50120.50/2528.90	c      2529         185918        5334        20                -           0.0000          -
50219.66/2533.97	c      2534         186303        5340        20                -           0.0000          -
50318.83/2538.99	c      2539         186645        5371        20                -           0.0000          -
50417.98/2544.02	c      2544         219856        2144        20                -           0.0000          -
50517.13/2549.02	c      2549         159088        1253        20                -           0.0000          -
50618.90/2554.07	c      2554         159811        1259        20                -           0.0000          -
50718.15/2559.13	c      2559         160532        1229        20                -           0.0000          -
50819.33/2564.20	c      2564         161114        1251        20                -           0.0000          -
50919.62/2569.22	c      2569         189029        5524        20                -           0.0000          -
51020.95/2574.31	c      2574         161562        1251        20                -           0.0000          -
51121.92/2579.40	c      2579         189724        5537        20                -           0.0000          -
51221.06/2584.40	c      2584         190154        5544        20                -           0.0000          -
51320.19/2589.45	c      2589         190584        5540        20                -           0.0000          -
51421.33/2594.54	c      2595         190983        5558        20                -           0.0000          -
51520.48/2599.59	c      2600         191306        5563        20                -           0.0000          -
51621.62/2604.63	c      2605         191440        5620        20                -           0.0000          -
51720.78/2609.63	c      2610        1001733          25        20                -           0.0000          -
51819.94/2614.69	c      2615        1003316          28        20                -           0.0000          -
51921.08/2619.79	c      2620         191612          15        20                -           0.0000          -
52022.19/2624.83	c      2625         191632          35        20                -           0.0000          -
52121.34/2629.89	c      2630         191632          35        20                -           0.0000          -
52222.49/2634.92	c      2635         168784        1294        20                -           0.0000          -
52324.25/2640.04	c      2640         169259        1291        20                -           0.0000          -
52423.43/2645.10	c      2645         170005        1281        20                -           0.0000          -
52524.48/2650.18	c      2650         192297         236        20                -           0.0000          -
52624.98/2655.24	c      2655         192635         257        20                -           0.0000          -
52724.18/2660.28	c      2660         171874        1284        20                -           0.0000          -
52825.27/2665.33	c      2665         171874        1284        20                -           0.0000          -
52924.40/2670.39	c      2670         236158        2415        20                -           0.0000          -
53025.52/2675.41	c      2675         236845        2434        20                -           0.0000          -
53124.59/2680.47	c      2680        1025261          34        20                -           0.0000          -
53225.73/2685.53	c      2686         195022         445        20                -           0.0000          -
53324.87/2690.58	c      2691        1028254          29        20                -           0.0000          -
53424.02/2695.58	c      2696         175143        1305        20                -           0.0000          -
53525.15/2700.65	c      2701         196463         665        20                -           0.0000          -
53624.29/2705.67	c      2706         197005         748        20                -           0.0000          -
53725.41/2710.73	c      2711         176602        1321        20                -           0.0000          -
53824.53/2715.78	c      2716         177178        1323        20                -           0.0000          -
53925.66/2720.82	c      2721         177792        1332        20                -           0.0000          -
54024.80/2725.85	c      2726         178074        1328        20                -           0.0000          -
54123.93/2730.89	c      2731         199315        1018        20                -           0.0000          -
54225.05/2735.90	c      2736         244463        2586        20                -           0.0000          -
54324.17/2741.00	c      2741         245153        2583        20                -           0.0000          -
54426.15/2746.06	c      2746         245828        2609        20                -           0.0000          -
54526.95/2751.16	c      2751         246486        2639        20                -           0.0000          -
54627.59/2756.20	c      2756         247108        2694        20                -           0.0000          -
54726.65/2761.28	c      2761         200964        1396        20                -           0.0000          -
54827.79/2766.33	c      2766         182082        1372        20                -           0.0000          -
54926.92/2771.35	c      2771         201214        1529        20                -           0.0000          -
55028.02/2776.41	c      2776         249391        2786        20                -           0.0000          -
55127.17/2781.47	c      2781         250011        2773        20                -           0.0000          -
55226.31/2786.48	c      2786         250541        2796        20                -           0.0000          -
55327.44/2791.50	c      2792         202013        1750        20                -           0.0000          -
55426.59/2796.54	c      2797        1032652          31        20                -           0.0000          -
55525.79/2801.59	c      2802         185553        1410        20                -           0.0000          -
55626.90/2806.63	c      2807        1035877          26        20                -           0.0000          -
55727.96/2811.73	c      2812         202773        1953        20                -           0.0000          -
55829.10/2816.80	c      2817        1039550          20        20                -           0.0000          -
55928.23/2821.87	c      2822         203491        2064        20                -           0.0000          -
56029.35/2826.96	c      2827         256319        2878        20                -           0.0000          -
56128.50/2832.02	c      2832         256845        2895        20                -           0.0000          -
56230.25/2837.07	c      2837         204427        2167        20                -           0.0000          -
56331.33/2842.14	c      2842         189652        1465        20                -           0.0000          -
56431.90/2847.20	c      2847         189890        1464        20                -           0.0000          -
56531.08/2852.25	c      2852         205330        2307        20                -           0.0000          -
56632.10/2857.30	c      2857         205402        2318        20                -           0.0000          -
56731.25/2862.35	c      2862        1055648          17        20                -           0.0000          -
56832.39/2867.42	c      2867         205577        2373        20                -           0.0000          -
56931.53/2872.45	c      2872         205992        2428        20                -           0.0000          -
57032.66/2877.54	c      2878         206052        2446        20                -           0.0000          -
57133.78/2882.61	c      2883         206108        2463        20                -           0.0000          -
57232.95/2887.63	c      2888        1064335          24        20                -           0.0000          -
57332.18/2892.64	c      2893         206449        2518        20                -           0.0000          -
57431.15/2897.65	c      2898         206449        2518        20                -           0.0000          -
57532.29/2902.71	c      2903        1069537          19        20                -           0.0000          -
57631.43/2907.76	c      2908        1071362          17        20                -           0.0000          -
57732.54/2912.84	c      2913         207840        2792        20                -           0.0000          -
57833.65/2917.99	c      2918         207878        2809        20                -           0.0000          -
57935.44/2923.06	c      2923         208262        2907        20                -           0.0000          -
58034.50/2928.13	c      2928         208730        3025        20                -           0.0000          -
58135.89/2933.20	c      2933         209277        3104        20                -           0.0000          -
58236.10/2938.26	c      2938         199543        1691        20                -           0.0000          -
58337.22/2943.34	c      2943         210091        3242        20                -           0.0000          -
58438.36/2948.42	c      2948         200416        1771        20                -           0.0000          -
58537.49/2953.45	c      2953        1086694          29        20                -           0.0000          -
58638.67/2958.53	c      2959         210711        3354        20                -           0.0000          -
58737.87/2963.60	c      2964         202432        1831        20                -           0.0000          -
58839.12/2968.61	c      2969        1091789          25        20                -           0.0000          -
58938.19/2973.64	c      2974        1093349          24        20                -           0.0000          -
59037.34/2978.65	c      2979        1094895          20        20                -           0.0000          -
59138.46/2983.73	c      2984        1096520          29        20                -           0.0000          -
59237.51/2988.78	c      2989         205256        1869        20                -           0.0000          -
59338.63/2993.84	c      2994         213681        3922        20                -           0.0000          -
59437.74/2998.85	c      2999        1101432          26        20                -           0.0000          -
59538.84/3004.03	c      3004        1103170          28        20                -           0.0000          -
59640.52/3009.08	c      3009        1104664          26        20                -           0.0000          -
59742.97/3014.27	c      3014        1106172          24        20                -           0.0000          -
59844.04/3019.30	c      3019        1107744          26        20                -           0.0000          -
59943.13/3024.37	c      3024         215733        4535        20                -           0.0000          -
60044.23/3029.43	c      3029        1147720          33        20                -           0.0000          -
60143.33/3034.49	c      3034        1149307          22        20                -           0.0000          -
60244.40/3039.56	c      3040        1114096          18        20                -           0.0000          -
60345.43/3044.61	c      3045        1115877          23        20                -           0.0000          -
60444.48/3049.65	c      3050        1117533          27        20                -           0.0000          -
60543.57/3054.66	c      3055         218363        5046        20                -           0.0000          -
60644.63/3059.71	c      3060         218883        5094        20                -           0.0000          -
60743.76/3064.76	c      3065        1122524          25        20                -           0.0000          -
60844.83/3069.82	c      3070        1124312          20        20                -           0.0000          -
60943.96/3074.84	c      3075         215057        2103        20                -           0.0000          -
61045.03/3079.91	c      3080         287658        3947        20                -           0.0000          -
61144.13/3084.93	c      3085         221028        5480        20                -           0.0000          -
61243.26/3089.99	c      3090         288921        4008        20                -           0.0000          -
61344.91/3095.04	c      3095        1133130          33        20                -           0.0000          -
61443.99/3100.09	c      3100         221791        5651        20                -           0.0000          -
61543.23/3105.13	c      3105        1136574          22        20                -           0.0000          -
61644.21/3110.19	c      3110        1138644          29        20                -           0.0000          -
61744.62/3115.23	c      3115         219162        2202        20                -           0.0000          -
61843.71/3120.28	c      3120        1142193          31        20                -           0.0000          -
61944.81/3125.33	c      3125        1144039          29        20                -           0.0000          -
62043.89/3130.37	c      3130         220687        2196        20                -           0.0000          -
62144.98/3135.43	c      3135         224931        6098        20                -           0.0000          -
62244.02/3140.48	c      3140         225268        6127        20                -           0.0000          -
62345.11/3145.53	c      3146         222031        2211        20                -           0.0000          -
62444.21/3150.55	c      3151         222031        2211        20                -           0.0000          -
62545.30/3155.63	c      3156        1154453          18        20                -           0.0000          -
62646.37/3160.71	c      3161        1156303          15        20                -           0.0000          -
62745.46/3165.78	c      3166        1158046          30        20                -           0.0000          -
62846.58/3170.82	c      3171         227604        6522        20                -           0.0000          -
62945.70/3175.88	c      3176         227892        6596        20                -           0.0000          -
63046.77/3180.95	c      3181         228531        6648        20                -           0.0000          -
63145.88/3186.01	c      3186        1163518          28        20                -           0.0000          -
63247.75/3191.07	c      3191        1164848          27        20                -           0.0000          -
63346.75/3196.11	c      3196        1166388          27        20                -           0.0000          -
63447.80/3201.16	c      3201        1167759          26        20                -           0.0000          -
63546.96/3206.19	c      3206        1169278          30        20                -           0.0000          -
63647.40/3211.26	c      3211        1170732          30        20                -           0.0000          -
63748.51/3216.33	c      3216         228614        2488        20                -           0.0000          -
63849.58/3221.46	c      3221         229184        2508        20                -           0.0000          -
63950.67/3226.51	c      3227         229770        2499        20                -           0.0000          -
64049.79/3231.58	c      3232        1176230          28        20                -           0.0000          -
64150.90/3236.65	c      3237        1177644          24        20                -           0.0000          -
64252.00/3241.72	c      3242         231174        2589        20                -           0.0000          -
64353.10/3246.81	c      3247         231368        2596        20                -           0.0000          -
64452.22/3251.85	c      3252        1182338          26        20                -           0.0000          -
64551.33/3256.86	c      3257         232536        2635        20                -           0.0000          -
64652.41/3261.92	c      3262         233147        2703        20                -           0.0000          -
64753.97/3267.07	c      3267         237102        7882        20                -           0.0000          -
64853.22/3272.12	c      3272         237753        7937        20                -           0.0000          -
64952.32/3277.13	c      3277         238292        8015        20                -           0.0000          -
65054.62/3282.23	c      3282         238774        8060        20                -           0.0000          -
65153.88/3287.26	c      3287        1193398          24        20                -           0.0000          -
65254.76/3292.32	c      3292        1194957          26        20                -           0.0000          -
65353.87/3297.37	c      3297         239913        8278        20                -           0.0000          -
65454.94/3302.42	c      3302         314273        4675        20                -           0.0000          -
65556.01/3307.56	c      3308         238127        2790        20                -           0.0000          -
65659.12/3312.72	c      3313         240817        8385        20                -           0.0000          -
65758.27/3317.77	c      3318         241167        8409        20                -           0.0000          -
65859.36/3322.83	c      3323         316973        4717        20                -           0.0000          -
65958.46/3327.89	c      3328         242169        8547        20                -           0.0000          -
66059.56/3332.94	c      3333         242546        8575        20                -           0.0000          -
66158.68/3337.99	c      3338         241219        2765        20                -           0.0000          -
66260.55/3343.04	c      3343        1211154          30        20                -           0.0000          -
66359.49/3348.09	c      3348        1212796          23        20                -           0.0000          -
66460.70/3353.14	c      3353        1214347          21        20                -           0.0000          -
66561.02/3358.20	c      3358        1216075          19        20                -           0.0000          -
66660.11/3363.26	c      3363        1217687          22        20                -           0.0000          -
66761.13/3368.32	c      3368         245791        9135        20                -           0.0000          -
66860.23/3373.37	c      3373         246095        9175        20                -           0.0000          -
66961.30/3378.45	c      3378        1222308          23        20                -           0.0000          -
67060.38/3383.47	c      3383        1224021          23        20                -           0.0000          -
67161.47/3388.58	c      3389        1225633          27        20                -           0.0000          -
67262.54/3393.62	c      3394        1227240          21        20                -           0.0000          -
67361.63/3398.67	c      3399        1228858          21        20                -           0.0000          -
67462.70/3403.73	c      3404        1230448          15        20                -           0.0000          -
67561.78/3408.77	c      3409        1231914          24        20                -           0.0000          -
67662.87/3413.82	c      3414        1233444          27        20                -           0.0000          -
67761.97/3418.83	c      3419        1235060          28        20                -           0.0000          -
67861.10/3423.86	c      3424         328984        5076        20                -           0.0000          -
67960.20/3428.88	c      3429         329590        5118        20                -           0.0000          -
68061.26/3433.93	c      3434         251696        9963        20                -           0.0000          -
68160.38/3438.97	c      3439         330772        5118        20                -           0.0000          -
68259.48/3443.99	c      3444         253474        2952        20                -           0.0000          -
68358.55/3449.00	c      3449         331789        5201        20                -           0.0000          -
68460.42/3454.06	c      3454         253744       10200        20                -           0.0000          -
68559.45/3459.12	c      3459         255226        2971        20                -           0.0000          -
68660.47/3464.17	c      3464         255776        3001        20                -           0.0000          -
68760.95/3469.24	c      3469         334253        5264        20                -           0.0000          -
68860.03/3474.29	c      3474         334885        5249        20                -           0.0000          -
68961.12/3479.36	c      3479         335520        5256        20                -           0.0000          -
69062.20/3484.41	c      3484         336114        5286        20                -           0.0000          -
69161.29/3489.45	c      3489         258174        3062        20                -           0.0000          -
69260.38/3494.46	c      3494         258233        3069        20                -           0.0000          -
69361.49/3499.55	c      3500         257357       10646        20                -           0.0000          -
69462.58/3504.60	c      3505         257586       10663        20                -           0.0000          -
69561.70/3509.65	c      3510         259534        3119        20                -           0.0000          -
69662.76/3514.71	c      3515         339720        5385        20                -           0.0000          -
69761.78/3519.75	c      3520         340358        5387        20                -           0.0000          -
69862.85/3524.81	c      3525         340926        5410        20                -           0.0000          -
69961.95/3529.87	c      3530         341655        5436        20                -           0.0000          -
70061.09/3534.88	c      3535         342294        5444        20                -           0.0000          -
70162.17/3539.90	c      3540         342895        5461        20                -           0.0000          -
70261.27/3544.92	c      3545        1275393          31        20                -           0.0000          -
70360.35/3549.99	c      3550         261444       11255        20                -           0.0000          -
70461.96/3555.05	c      3555         262027       11279        20                -           0.0000          -
70561.05/3560.07	c      3560        1332936          29        20                -           0.0000          -
70660.20/3565.08	c      3565        1334701          35        20                -           0.0000          -
70759.48/3570.13	c      3570        1336351          29        20                -           0.0000          -
70860.34/3575.19	c      3575         266754        3316        20                -           0.0000          -
70960.89/3580.24	c      3580        1339860          37        20                -           0.0000          -
71059.94/3585.29	c      3585         264905       11691        20                -           0.0000          -
71161.02/3590.36	c      3590        1342893          35        20                -           0.0000          -
71262.12/3595.41	c      3595         265427       11774        20                -           0.0000          -
71361.21/3600.44	c      3600         265723       11812        20                -           0.0000          -
71462.30/3605.52	c      3606         270229        3647        20                -           0.0000          -
71561.41/3610.58	c      3611         270529        3641        20                -           0.0000          -
71662.52/3615.64	c      3616        1350931          30        20                -           0.0000          -
71761.62/3620.69	c      3621        1353517          32        20                -           0.0000          -
71862.79/3625.71	c      3626        1355782          34        20                -           0.0000          -
71961.77/3630.78	c      3631        1357728          34        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 (188843 MiB free)
  memory of node 1: 193494 MiB (191070 MiB free)
  memory of node 2: 193531 MiB (181844 MiB free)
  memory of node 3: 193531 MiB (191937 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-4465782-1722562004/watcher-4465782-1722562004 -o /tmp/evaluation-result-4465782-1722562004/solver-4465782-1722562004 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722558365-143946 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465782-1722562004.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=146527, runsolver pid=146524
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 81.41 80.80 79.36 62/983 146528
/proc/meminfo: memFree=771735232/790760804 swapFree=131071996/131071996
[pid=146527] ppid=146524 vsize=51388 memory=40576 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/stat : 146527 (fscip) R 146524 146527 143936 0 -1 4194304 9078 0 0 0 9 1 0 0 20 0 1 0 22783532 52621312 10144 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
/proc/146527/statm: 12847 10144 2742 3035 0 9243 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 51388 KiB
Current children cumulated memory: 40576 KiB

[startup+0.218895 s]*
/proc/loadavg: 81.41 80.80 79.36 64/1003 146548
/proc/meminfo: memFree=771622760/790760804 swapFree=131071996/131071996
[pid=146527] ppid=146524 vsize=1592616 memory=158732 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/stat : 146527 (fscip) S 146524 146527 143936 0 -1 1077936128 37638 0 0 0 17 7 0 0 20 0 21 0 22783532 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
/proc/146527/statm: 398154 39683 2758 3035 0 82980 0
[pid=146527/tid=146529] ppid=146524 vsize=1592616 memory=3472328300254199927 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146529/stat : 146529 (fscip) S 146524 146527 143936 0 -1 1077936192 2184 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146530] ppid=146524 vsize=1592616 memory=25153 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146530/stat : 146530 (fscip) R 146524 146527 143936 0 -1 4194368 2183 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146531] ppid=146524 vsize=1592616 memory=59614968414677 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146531/stat : 146531 (fscip) S 146524 146527 143936 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146532] ppid=146524 vsize=1592616 memory=56282107347530 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146532/stat : 146532 (fscip) S 146524 146527 143936 0 -1 1077936192 2184 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146533] ppid=146524 vsize=1592616 memory=54091690803904 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146533/stat : 146533 (fscip) S 146524 146527 143936 0 -1 1077936192 2184 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146534] ppid=146524 vsize=1592616 memory=54083167978556 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146534/stat : 146534 (fscip) S 146524 146527 143936 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146535] ppid=146524 vsize=1592616 memory=14976667747616358 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146535/stat : 146535 (fscip) S 146524 146527 143936 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146536] ppid=146524 vsize=1592616 memory=52070 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146536/stat : 146536 (fscip) S 146524 146527 143936 0 -1 1077936192 2184 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146537] ppid=146524 vsize=1592616 memory=4120847750684597751 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146537/stat : 146537 (fscip) S 146524 146527 143936 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146538] ppid=146524 vsize=1592616 memory=3763095262898565999 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146538/stat : 146538 (fscip) S 146524 146527 143936 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146539] ppid=146524 vsize=1592616 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/146527/task/146539/stat : 146539 (fscip) S 146524 146527 143936 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146540] ppid=146524 vsize=1592616 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/146527/task/146540/stat : 146540 (fscip) S 146524 146527 143936 0 -1 1077936192 2184 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146541] ppid=146524 vsize=1592616 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/146527/task/146541/stat : 146541 (fscip) S 146524 146527 143936 0 -1 1077936192 2184 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146542] ppid=146524 vsize=1592616 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/146527/task/146542/stat : 146542 (fscip) S 146524 146527 143936 0 -1 1077936192 2185 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146543] ppid=146524 vsize=1592616 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/146527/task/146543/stat : 146543 (fscip) S 146524 146527 143936 0 -1 1077936192 2184 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146544] ppid=146524 vsize=1592616 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/146527/task/146544/stat : 146544 (fscip) S 146524 146527 143936 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146545] ppid=146524 vsize=1592616 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/146527/task/146545/stat : 146545 (fscip) S 146524 146527 143936 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146546] ppid=146524 vsize=1592616 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/146527/task/146546/stat : 146546 (fscip) S 146524 146527 143936 0 -1 1077936192 2184 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146547] ppid=146524 vsize=1592616 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/146527/task/146547/stat : 146547 (fscip) S 146524 146527 143936 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146548] ppid=146524 vsize=1592616 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/146527/task/146548/stat : 146548 (fscip) S 146524 146527 143936 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22783547 1630838784 39683 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1592616 KiB
Current children cumulated memory: 158732 KiB

[startup+0.327408 s]*
/proc/loadavg: 79.93 80.50 79.27 80/1003 146548
/proc/meminfo: memFree=771503804/790760804 swapFree=131071996/131071996
[pid=146527] ppid=146524 vsize=1888136 memory=369184 CPUtime=0.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/stat : 146527 (fscip) S 146524 146527 143936 0 -1 1077936128 87898 0 0 0 34 19 0 0 20 0 41 0 22783532 1933451264 92296 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
/proc/146527/statm: 472034 92296 2774 3035 0 176714 0
[pid=146527/tid=146529] ppid=146524 vsize=1888136 memory=-6585782637105953640 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146529/stat : 146529 (fscip) D 146524 146527 143936 0 -1 4194368 3546 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92296 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146530] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146530/stat : 146530 (fscip) R 146524 146527 143936 0 -1 4194368 3545 0 0 0 0 1 0 0 20 0 41 0 22783547 1933451264 92296 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146531] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146531/stat : 146531 (fscip) D 146524 146527 143936 0 -1 4194368 3494 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92296 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146532] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146532/stat : 146532 (fscip) R 146524 146527 143936 0 -1 4194368 3568 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92362 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146533] ppid=146524 vsize=1888136 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/146527/task/146533/stat : 146533 (fscip) D 146524 146527 143936 0 -1 4194368 3719 0 0 0 0 0 0 0 20 0 41 0 22783547 1933451264 92362 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146534] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146534/stat : 146534 (fscip) R 146524 146527 143936 0 -1 4194368 3692 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92362 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146535] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146535/stat : 146535 (fscip) R 146524 146527 143936 0 -1 4194368 3709 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92362 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146536] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146536/stat : 146536 (fscip) D 146524 146527 143936 0 -1 4194368 3566 0 0 0 0 1 0 0 20 0 41 0 22783547 1933451264 92362 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146537] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146537/stat : 146537 (fscip) R 146524 146527 143936 0 -1 4194368 3350 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92362 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146538] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146538/stat : 146538 (fscip) R 146524 146527 143936 0 -1 4194368 3749 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92362 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146539] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146539/stat : 146539 (fscip) D 146524 146527 143936 0 -1 4194368 3530 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92493 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146540] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146540/stat : 146540 (fscip) R 146524 146527 143936 0 -1 4194368 3481 0 0 0 0 1 0 0 20 0 41 0 22783547 1933451264 92493 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146541] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146541/stat : 146541 (fscip) D 146524 146527 143936 0 -1 4194368 3742 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92493 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146542] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146542/stat : 146542 (fscip) R 146524 146527 143936 0 -1 4194368 3687 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92493 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146543] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146543/stat : 146543 (fscip) R 146524 146527 143936 0 -1 4194368 3697 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92493 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146544] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146544/stat : 146544 (fscip) D 146524 146527 143936 0 -1 4194368 3740 0 0 0 0 1 0 0 20 0 41 0 22783547 1933451264 92493 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146545] ppid=146524 vsize=1888136 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/146527/task/146545/stat : 146545 (fscip) D 146524 146527 143936 0 -1 4194368 3733 0 0 0 0 0 0 0 20 0 41 0 22783547 1933451264 92493 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146546] ppid=146524 vsize=1888136 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/146527/task/146546/stat : 146546 (fscip) D 146524 146527 143936 0 -1 4194368 3433 0 0 0 0 0 0 0 20 0 41 0 22783547 1933451264 92493 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146547] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146547/stat : 146547 (fscip) D 146524 146527 143936 0 -1 4194368 3719 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92493 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146548] ppid=146524 vsize=1888136 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146548/stat : 146548 (fscip) R 146524 146527 143936 0 -1 4194368 3544 0 0 0 1 0 0 0 20 0 41 0 22783547 1933451264 92559 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146549] ppid=146524 vsize=1888136 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/146527/task/146549/stat : 146549 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92559 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146550] ppid=146524 vsize=1888136 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/146527/task/146550/stat : 146550 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92559 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146551] ppid=146524 vsize=1888136 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/146527/task/146551/stat : 146551 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92559 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146552] ppid=146524 vsize=1888136 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/146527/task/146552/stat : 146552 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92559 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146553] ppid=146524 vsize=1888136 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/146527/task/146553/stat : 146553 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92559 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146554] ppid=146524 vsize=1888136 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/146527/task/146554/stat : 146554 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92559 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146555] ppid=146524 vsize=1888136 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/146527/task/146555/stat : 146555 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92559 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146556] ppid=146524 vsize=1888136 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/146527/task/146556/stat : 146556 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92559 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146557] ppid=146524 vsize=1888136 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/146527/task/146557/stat : 146557 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92559 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146558] ppid=146524 vsize=1888136 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/146527/task/146558/stat : 146558 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92691 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146559] ppid=146524 vsize=1888136 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/146527/task/146559/stat : 146559 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92757 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146560] ppid=146524 vsize=1888136 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/146527/task/146560/stat : 146560 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92757 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146561] ppid=146524 vsize=1888136 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/146527/task/146561/stat : 146561 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92757 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146562] ppid=146524 vsize=1888136 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/146527/task/146562/stat : 146562 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92823 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146563] ppid=146524 vsize=1888136 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/146527/task/146563/stat : 146563 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92823 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146564] ppid=146524 vsize=1888136 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/146527/task/146564/stat : 146564 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92823 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146565] ppid=146524 vsize=1888136 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/146527/task/146565/stat : 146565 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92889 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146566] ppid=146524 vsize=1888136 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/146527/task/146566/stat : 146566 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92889 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146567] ppid=146524 vsize=1888136 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/146527/task/146567/stat : 146567 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92889 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146568] ppid=146524 vsize=1888136 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/146527/task/146568/stat : 146568 (fscip) S 146524 146527 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783565 1933451264 92889 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 1888136 KiB
Current children cumulated memory: 369184 KiB

[startup+0.701463 s]
/proc/loadavg: 79.93 80.50 79.27 81/1023 146568
/proc/meminfo: memFree=771112004/790760804 swapFree=131071996/131071996
[pid=146527] ppid=146524 vsize=1954088 memory=739700 CPUtime=7.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/stat : 146527 (fscip) S 146524 146527 143936 0 -1 1077936128 180565 0 0 0 611 107 0 0 20 0 41 0 22783532 2000986112 184925 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
/proc/146527/statm: 488522 184925 2950 3035 0 279248 0
[pid=146527/tid=146529] ppid=146524 vsize=1954088 memory=0 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146529/stat : 146529 (fscip) R 146524 146527 143936 0 -1 4194368 8580 0 0 0 29 5 0 0 20 0 41 0 22783547 2000986112 184925 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146530] ppid=146524 vsize=1954088 memory=10544 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146530/stat : 146530 (fscip) R 146524 146527 143936 0 -1 4194368 9165 0 0 0 27 7 0 0 20 0 41 0 22783547 2000986112 184925 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146531] ppid=146524 vsize=1954088 memory=15776 CPUtime=0.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146531/stat : 146531 (fscip) R 146524 146527 143936 0 -1 4194368 6651 0 0 0 33 2 0 0 20 0 41 0 22783547 2000986112 184925 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0

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

[pid=146527/tid=146552] ppid=146524 vsize=7963200 memory=0 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/146527/task/146552/stat : 146552 (fscip) S 146524 146527 143936 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146553] ppid=146524 vsize=7963200 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/146527/task/146553/stat : 146553 (fscip) S 146524 146527 143936 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146554] ppid=146524 vsize=7963200 memory=6436330394133811305 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/146527/task/146554/stat : 146554 (fscip) S 146524 146527 143936 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146555] ppid=146524 vsize=7963200 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/146527/task/146555/stat : 146555 (fscip) S 146524 146527 143936 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146556] ppid=146524 vsize=7963200 memory=25333125866717268 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/146527/task/146556/stat : 146556 (fscip) S 146524 146527 143936 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146557] ppid=146524 vsize=7963200 memory=6720664337671143016 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146557/stat : 146557 (fscip) S 146524 146527 143936 0 -1 1077936192 112 0 0 0 0 2 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146558] ppid=146524 vsize=7963200 memory=6401596 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/146527/task/146558/stat : 146558 (fscip) S 146524 146527 143936 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146559] ppid=146524 vsize=7963200 memory=6998970 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/146527/task/146559/stat : 146559 (fscip) S 146524 146527 143936 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146560] ppid=146524 vsize=7963200 memory=6444200 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146560/stat : 146560 (fscip) S 146524 146527 143936 0 -1 1077936192 113 0 0 0 0 2 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146561] ppid=146524 vsize=7963200 memory=11448 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/146527/task/146561/stat : 146561 (fscip) S 146524 146527 143936 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146562] ppid=146524 vsize=7963200 memory=6446368 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/146527/task/146562/stat : 146562 (fscip) S 146524 146527 143936 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146563] ppid=146524 vsize=7963200 memory=27 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/146527/task/146563/stat : 146563 (fscip) S 146524 146527 143936 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146564] ppid=146524 vsize=7963200 memory=11448 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/146527/task/146564/stat : 146564 (fscip) S 146524 146527 143936 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146565] ppid=146524 vsize=7963200 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/146527/task/146565/stat : 146565 (fscip) S 146524 146527 143936 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146566] ppid=146524 vsize=7963200 memory=6446364 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146566/stat : 146566 (fscip) S 146524 146527 143936 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146567] ppid=146524 vsize=7963200 memory=6446380 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/146527/task/146567/stat : 146567 (fscip) S 146524 146527 143936 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146568] ppid=146524 vsize=7963200 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/146527/task/146568/stat : 146568 (fscip) S 146524 146527 143936 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1611652 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
Current children cumulated CPU time: 71002.5 s
Current children cumulated vsize: 7963200 KiB
Current children cumulated memory: 6446608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.7 s]
/proc/loadavg: 61.05 61.17 62.33 63/981 149839
/proc/meminfo: memFree=740981512/790760804 swapFree=131071996/131071996
[pid=146527] ppid=146524 vsize=7963200 memory=6449152 CPUtime=72001.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/stat : 146527 (fscip) S 146524 146527 143936 0 -1 1077936128 34622570 0 0 0 7189390 10752 0 0 20 0 41 0 22783532 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
/proc/146527/statm: 1990800 1612288 3014 3035 0 1816870 0
[pid=146527/tid=146529] ppid=146524 vsize=7963200 memory=6286952 CPUtime=3604.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146529/stat : 146529 (fscip) R 146524 146527 143936 0 -1 4194368 1784588 0 0 0 359999 500 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146530] ppid=146524 vsize=7963200 memory=0 CPUtime=3603.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146530/stat : 146530 (fscip) R 146524 146527 143936 0 -1 4194368 2202301 0 0 0 359969 352 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146531] ppid=146524 vsize=7963200 memory=1258863504685292 CPUtime=3592.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146531/stat : 146531 (fscip) R 146524 146527 143936 0 -1 4194368 977845 0 0 0 358602 658 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146532] ppid=146524 vsize=7963200 memory=0 CPUtime=3605.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146532/stat : 146532 (fscip) R 146524 146527 143936 0 -1 4194368 1326468 0 0 0 359985 535 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146533] ppid=146524 vsize=7963200 memory=0 CPUtime=3598.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146533/stat : 146533 (fscip) R 146524 146527 143936 0 -1 4194368 2099567 0 0 0 359475 409 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146534] ppid=146524 vsize=7963200 memory=20660 CPUtime=3577.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146534/stat : 146534 (fscip) R 146524 146527 143936 0 -1 4194368 1134335 0 0 0 357077 692 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146535] ppid=146524 vsize=7963200 memory=280886302882720 CPUtime=3594.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146535/stat : 146535 (fscip) R 146524 146527 143936 0 -1 4194368 2326529 0 0 0 358913 552 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146536] ppid=146524 vsize=7963200 memory=2208 CPUtime=3601.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146536/stat : 146536 (fscip) R 146524 146527 143936 0 -1 4194368 1967392 0 0 0 359700 440 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146537] ppid=146524 vsize=7963200 memory=33000 CPUtime=3591.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146537/stat : 146537 (fscip) R 146524 146527 143936 0 -1 4194368 1059245 0 0 0 358438 666 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146538] ppid=146524 vsize=7963200 memory=5512 CPUtime=3606.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146538/stat : 146538 (fscip) R 146524 146527 143936 0 -1 4194368 2694709 0 0 0 360069 562 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146539] ppid=146524 vsize=7963200 memory=0 CPUtime=3601.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146539/stat : 146539 (fscip) R 146524 146527 143936 0 -1 4194368 2207967 0 0 0 359667 442 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146540] ppid=146524 vsize=7963200 memory=15776 CPUtime=3593.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146540/stat : 146540 (fscip) R 146524 146527 143936 0 -1 4194368 1128096 0 0 0 358669 668 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146541] ppid=146524 vsize=7963200 memory=2316 CPUtime=3605.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146541/stat : 146541 (fscip) R 146524 146527 143936 0 -1 4194368 2363819 0 0 0 360071 520 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146542] ppid=146524 vsize=7963200 memory=2264 CPUtime=3603.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146542/stat : 146542 (fscip) R 146524 146527 143936 0 -1 4194368 2021829 0 0 0 359887 440 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146543] ppid=146524 vsize=7963200 memory=280886298584064 CPUtime=3593.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146543/stat : 146543 (fscip) R 146524 146527 143936 0 -1 4194368 976654 0 0 0 358645 685 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146544] ppid=146524 vsize=7963200 memory=280886301834304 CPUtime=3601.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146544/stat : 146544 (fscip) R 146524 146527 143936 0 -1 4194368 1443540 0 0 0 359691 486 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146545] ppid=146524 vsize=7963200 memory=6436330394133811305 CPUtime=3607.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146545/stat : 146545 (fscip) R 146524 146527 143936 0 -1 4194368 2012038 0 0 0 360333 402 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146546] ppid=146524 vsize=7963200 memory=6449852 CPUtime=3604.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146546/stat : 146546 (fscip) R 146524 146527 143936 0 -1 4194368 1114952 0 0 0 359738 689 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146547] ppid=146524 vsize=7963200 memory=6448716 CPUtime=3605.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146547/stat : 146547 (fscip) R 146524 146527 143936 0 -1 4194368 1794149 0 0 0 359974 544 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146548] ppid=146524 vsize=7963200 memory=8025809695823259236 CPUtime=3607.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146548/stat : 146548 (fscip) R 146524 146527 143936 0 -1 4194368 1967372 0 0 0 360315 431 0 0 20 0 41 0 22783547 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146549] ppid=146524 vsize=7963200 memory=29273809900535888 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/146527/task/146549/stat : 146549 (fscip) S 146524 146527 143936 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146550] ppid=146524 vsize=7963200 memory=280886302279840 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/146527/task/146550/stat : 146550 (fscip) S 146524 146527 143936 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146551] ppid=146524 vsize=7963200 memory=7812174607447646528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146551/stat : 146551 (fscip) S 146524 146527 143936 0 -1 1077936192 58 0 0 0 0 2 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146552] ppid=146524 vsize=7963200 memory=280886298063056 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/146527/task/146552/stat : 146552 (fscip) S 146524 146527 143936 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146553] ppid=146524 vsize=7963200 memory=6450868 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/146527/task/146553/stat : 146553 (fscip) S 146524 146527 143936 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146554] ppid=146524 vsize=7963200 memory=10544 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/146527/task/146554/stat : 146554 (fscip) S 146524 146527 143936 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146555] ppid=146524 vsize=7963200 memory=6448332 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/146527/task/146555/stat : 146555 (fscip) S 146524 146527 143936 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146556] ppid=146524 vsize=7963200 memory=6451916 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/146527/task/146556/stat : 146556 (fscip) S 146524 146527 143936 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146557] ppid=146524 vsize=7963200 memory=1804 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146557/stat : 146557 (fscip) S 146524 146527 143936 0 -1 1077936192 114 0 0 0 0 2 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146558] ppid=146524 vsize=7963200 memory=6451348 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/146527/task/146558/stat : 146558 (fscip) S 146524 146527 143936 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146559] ppid=146524 vsize=7963200 memory=6448540 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/146527/task/146559/stat : 146559 (fscip) S 146524 146527 143936 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146560] ppid=146524 vsize=7963200 memory=15776 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146560/stat : 146560 (fscip) S 146524 146527 143936 0 -1 1077936192 115 0 0 0 0 2 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146561] ppid=146524 vsize=7963200 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/146527/task/146561/stat : 146561 (fscip) S 146524 146527 143936 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146562] ppid=146524 vsize=7963200 memory=6998970 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/146527/task/146562/stat : 146562 (fscip) S 146524 146527 143936 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146563] ppid=146524 vsize=7963200 memory=11448 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/146527/task/146563/stat : 146563 (fscip) S 146524 146527 143936 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146564] ppid=146524 vsize=7963200 memory=10544 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/146527/task/146564/stat : 146564 (fscip) S 146524 146527 143936 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146565] ppid=146524 vsize=7963200 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/146527/task/146565/stat : 146565 (fscip) S 146524 146527 143936 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146566] ppid=146524 vsize=7963200 memory=21532850623568272 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/146527/task/146566/stat : 146566 (fscip) S 146524 146527 143936 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146567] ppid=146524 vsize=7963200 memory=11448 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/146527/task/146567/stat : 146567 (fscip) S 146524 146527 143936 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
[pid=146527/tid=146568] ppid=146524 vsize=7963200 memory=6449088 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/146527/task/146568/stat : 146568 (fscip) S 146524 146527 143936 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 22783565 8154316800 1612288 809668444160 4194304 16623229 140724524318256 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 44748800 140724524323849 140724524323967 140724524323967 140724524330992 0
Current children cumulated CPU time: 72001.4 s
Current children cumulated vsize: 7963200 KiB
Current children cumulated memory: 6449152 KiB

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

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

# cumulated CPU time of all completed processes:  user=71894.1 s, system=107.754 s

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

[startup+3632.81 s]*
/proc/loadavg: 61.05 61.17 62.33 44/942 149839
/proc/meminfo: memFree=744078584/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3632.92 s]
/proc/loadavg: 61.05 61.17 62.33 44/942 149839
/proc/meminfo: memFree=744078584/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3632.95
CPU time (s): 72001.9
CPU user time (s): 71894.1
CPU system time (s): 107.754
CPU usage (%): 1981.91
Max. virtual memory (cumulated for all children) (KiB): 7963200
Max. memory (cumulated for all children) (KiB): 6464896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71894.1
system time used= 107.754
maximum resident set size= 6465384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34622596
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= 296184
involuntary context switches= 202761


# summary of solver processes directly reported to runsolver:
#   pid: 146527
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71894.1
#   total CPU system time (s): 107.754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.936 second user time and 81.4964 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 03:26:44
IDJOB=4465782
IDBENCH=160390
IDSOLVER=3094
FILE ID=nodeD105/4465782-1722562004
RUNJOBID= nodeD105-1722558365-143946
SLURM_JOB_ID= 8254285
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l070-r069-n1.cnf-extracted.pb.metafix.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-4465782-1722562004/watcher-4465782-1722562004 -o /tmp/evaluation-result-4465782-1722562004/solver-4465782-1722562004 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722558365-143946 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465782-1722562004.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 06224f4c25a1c1b3a15eb701c288d1cc
RANDOM SEED=1531966746

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

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

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

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

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

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

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

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3535.157
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		: 2955.409
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		: 3192.168
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		: 3153.956
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		: 3200.016
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		: 3026.402
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		: 3167.150
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		: 2971.390
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:        771790828 kB
MemAvailable:   774295640 kB
Buffers:          336508 kB
Cached:          5474680 kB
SwapCached:            0 kB
Active:           528392 kB
Inactive:       15819800 kB
Active(anon):       2168 kB
Inactive(anon): 10557388 kB
Active(file):     526224 kB
Inactive(file):  5262412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             85748 kB
Writeback:             0 kB
AnonPages:      10534692 kB
Mapped:           126948 kB
Shmem:             22536 kB
KReclaimable:     271760 kB
Slab:             643564 kB
SReclaimable:     271760 kB
SUnreclaim:       371804 kB
KernelStack:       16912 kB
PageTables:        30792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1387588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           290304 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4450304 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:      657408 kB
DirectMap2M:    82677760 kB
DirectMap1G:    722468864 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-02 04:27:17