Trace number 4465795

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.3 3634.94

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l060-r059-n1.opb
MD5SUMf51b92e6ea4641775f90070f7fcfd036
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark122.746
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3282
Total number of constraints6986
Number of constraints which are clauses5892
Number of constraints which are cardinality constraints (but not clauses)1094
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.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 40878080, getVmSize() = 40878080, SCIPgetMemUsed() = 14488387, SCIPgetMemTotal() = 18754451, SCIPgetMemExternEstim() = 9394957
0.00/0.02	c ** set memory limit for presolving in LC to 8.79596e+12 for SCIP **
0.00/0.11	c ** Estimated virtualMemUsedAtSolver = 42257836, getVmSize() = 78311424, SCIPgetMemUsed() = 36191437, SCIPgetMemTotal() = 53991797, SCIPgetMemExternEstim() = 9394957
0.00/0.11	c ** set memory limit for solvers to 4.18848e+11 for each SCIP **
0.00/0.11	c Original Problem   :
0.00/0.11	c   Problem name     : instance-4465795-1722589106
0.00/0.11	c   Variables        : 3282 (3282 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.11	c   Constraints      : 6986
0.00/0.11	c   Objective sense  : minimize
0.00/0.11	c Presolved Problem  :
0.00/0.11	c   Variables        : 3265 (3265 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.11	c   Constraints      : 6943
0.00/0.11	c Constraints        : Number
0.00/0.11	c   setppc           : 6942 
0.00/0.11	c   orbitope         : 1 
0.00/0.11	c ** Instance transfer method used: 0
0.12/0.12	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.32	c                                Nodes    Active                                            
0.24/0.32	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
87.16/5.07	c         5           6043         118        20                -           0.0000          -
185.46/10.12	c        10            190         135        20                -           0.0000          -
285.96/15.16	c        15          21597          58        20                -           0.0000          -
385.84/20.22	c        20            999         277        20                -           0.0000          -
486.97/25.34	c        25           1701         320        20                -           0.0000          -
587.88/30.42	c        30             26          25        20                -           0.0000          -
688.95/35.52	c        36             55          52        20                -           0.0000          -
790.04/40.60	c        41           3816         334        20                -           0.0000          -
889.16/45.64	c        46            193          95        20                -           0.0000          -
990.27/50.79	c        51           5381         373        20                -           0.0000          -
1091.27/55.85	c        56           6119         376        20                -           0.0000          -
1192.25/60.93	c        61            634         106        20                -           0.0000          -
1291.41/65.98	c        66            638          99        20                -           0.0000          -
1390.54/71.03	c        71            673         106        20                -           0.0000          -
1492.33/76.08	c        76            971          95        20                -           0.0000          -
1591.57/81.10	c        81           1465          85        20                -           0.0000          -
1692.60/86.15	c        86          10977         361        20                -           0.0000          -
1791.56/91.15	c        91           2507          72        20                -           0.0000          -
1891.72/96.25	c        96           2605          74        20                -           0.0000          -
1990.53/101.26	c       101          13497         472        20                -           0.0000          -
2091.38/106.36	c       106           2823          49        20                -           0.0000          -
2192.44/111.45	c       111          15352         407        20                -           0.0000          -
2293.57/116.50	c       116           3010          74        20                -           0.0000          -
2394.66/121.63	c       122           3031          74        20                -           0.0000          -
2495.70/126.78	c       127          16157         155        20                -           0.0000          -
2596.76/131.82	c       132           3179          73        20                -           0.0000          -
2695.89/136.87	c       137           3179          73        20                -           0.0000          -
2796.94/141.94	c       142           3384          85        20                -           0.0000          -
2898.72/147.03	c       147           3393          84        20                -           0.0000          -
2997.84/152.11	c       152           3534          94        20                -           0.0000          -
3099.06/157.16	c       157           3699         106        20                -           0.0000          -
3198.02/162.20	c       162         109703          24        20                -           0.0000          -
3298.46/167.26	c       167         112312          21        20                -           0.0000          -
3399.64/172.33	c       172           4944          95        20                -           0.0000          -
3498.83/177.39	c       177         117556          23        20                -           0.0000          -
3600.00/182.44	c       182           5575          85        20                -           0.0000          -
3701.12/187.51	c       188           5822          91        20                -           0.0000          -
3800.14/192.58	c       193           5832          89        20                -           0.0000          -
3901.20/197.61	c       198           5895          88        20                -           0.0000          -
4000.24/202.63	c       203           5983          90        20                -           0.0000          -
4099.31/207.66	c       208           6192          89        20                -           0.0000          -
4200.40/212.71	c       213           6277          87        20                -           0.0000          -
4299.50/217.76	c       218           6445          88        20                -           0.0000          -
4400.58/222.81	c       223         139706          28        20                -           0.0000          -
4499.63/227.87	c       228         141760          25        20                -           0.0000          -
4600.67/232.93	c       233         143979           0        20                -           0.0000          -
4699.79/237.99	c       238         146841          16        20                -           0.0000          -
4801.68/243.05	c       243         149104          21        20                -           0.0000          -
4900.62/248.10	c       248         151485          23        20                -           0.0000          -
5001.64/253.16	c       253          35260          70        20                -           0.0000          -
5101.89/258.22	c       258          10128         108        20                -           0.0000          -
5201.06/263.27	c       263          10319         107        20                -           0.0000          -
5302.20/268.32	c       268          10783         113        20                -           0.0000          -
5401.34/273.38	c       273          10973         110        20                -           0.0000          -
5502.49/278.43	c       278          11231         116        20                -           0.0000          -
5601.56/283.48	c       283         166631          15        20                -           0.0000          -
5702.71/288.52	c       289         168692          25        20                -           0.0000          -
5801.89/293.58	c       294         170880          16        20                -           0.0000          -
5900.98/298.60	c       299          42678          53        20                -           0.0000          -
6002.14/303.68	c       304          43363          64        20                -           0.0000          -
6103.29/308.75	c       309          12811         168        20                -           0.0000          -
6204.45/313.83	c       314          13092         173        20                -           0.0000          -
6303.50/318.85	c       319          45681          62        20                -           0.0000          -
6404.69/323.96	c       324          46366          74        20                -           0.0000          -
6506.55/329.04	c       329         185363          15        20                -           0.0000          -
6605.72/334.09	c       334          14436         163        20                -           0.0000          -
6706.91/339.14	c       339         189433          18        20                -           0.0000          -
6807.24/344.21	c       344          14759         158        20                -           0.0000          -
6906.40/349.24	c       349          50295          54        20                -           0.0000          -
7005.58/354.29	c       354          15561         130        20                -           0.0000          -
7106.74/359.37	c       359         197685          21        20                -           0.0000          -
7207.91/364.41	c       364         199728          13        20                -           0.0000          -
7307.01/369.47	c       369          16849         110        20                -           0.0000          -
7408.17/374.51	c       375         203725          21        20                -           0.0000          -
7507.33/379.54	c       380          17738         107        20                -           0.0000          -
7608.45/384.64	c       385         207712          16        20                -           0.0000          -
7707.21/389.70	c       390         209586          18        20                -           0.0000          -
7808.01/394.71	c       395         211417          20        20                -           0.0000          -
7906.99/399.78	c       400         213853          20        20                -           0.0000          -
8008.10/404.80	c       405         216208          18        20                -           0.0000          -
8107.10/409.86	c       410         218355          18        20                -           0.0000          -
8208.19/414.96	c       415          20670         129        20                -           0.0000          -
8307.24/420.02	c       420          21231         161        20                -           0.0000          -
8409.08/425.06	c       425         224807          22        20                -           0.0000          -
8508.23/430.12	c       430          21533         158        20                -           0.0000          -
8610.41/435.20	c       435         229554          17        20                -           0.0000          -
8709.52/440.25	c       440         231721          12        20                -           0.0000          -
8810.44/445.32	c       445         233908          22        20                -           0.0000          -
8909.52/450.37	c       450          23179         226        20                -           0.0000          -
9010.48/455.42	c       455         238177          21        20                -           0.0000          -
9109.56/460.44	c       460         240163          16        20                -           0.0000          -
9208.52/465.47	c       465         242091          13        20                -           0.0000          -
9309.62/470.52	c       471         244157          15        20                -           0.0000          -
9410.56/475.69	c       476          26665         157        20                -           0.0000          -
9511.64/480.74	c       481          26665         157        20                -           0.0000          -
9610.76/485.80	c       486         260072          20        20                -           0.0000          -
9711.91/490.85	c       491          27263         174        20                -           0.0000          -
9813.05/495.90	c       496         254001          13        20                -           0.0000          -
9911.86/500.95	c       501         266183          22        20                -           0.0000          -
10011.02/506.00	c       506          28462         201        20                -           0.0000          -
10110.01/511.02	c       511         260050          16        20                -           0.0000          -
10211.67/516.11	c       516          28565         186        20                -           0.0000          -
10312.86/521.16	c       521         274080          18        20                -           0.0000          -
10413.15/526.22	c       526         276126          17        20                -           0.0000          -
10512.26/531.26	c       531          29238         241        20                -           0.0000          -
10613.32/536.32	c       536          78814          57        20                -           0.0000          -
10712.25/541.36	c       541          79553          64        20                -           0.0000          -
10813.27/546.42	c       546          80256          74        20                -           0.0000          -
10912.20/551.47	c       551          31245         210        20                -           0.0000          -
11011.23/556.49	c       556         277195          10        20                -           0.0000          -
11112.26/561.58	c       562          31704         180        20                -           0.0000          -
11213.29/566.65	c       567          83215          87        20                -           0.0000          -
11312.40/571.69	c       572          83897          86        20                -           0.0000          -
11413.38/576.74	c       577          84641          64        20                -           0.0000          -
11512.49/581.79	c       582          33279         174        20                -           0.0000          -
11613.42/586.85	c       587          33801         150        20                -           0.0000          -
11712.43/591.90	c       592         289571          14        20                -           0.0000          -
11813.44/596.96	c       597          87795          65        20                -           0.0000          -
11912.35/602.01	c       602          88448          63        20                -           0.0000          -
12014.02/607.07	c       607          89167          67        20                -           0.0000          -
12113.09/612.11	c       612          35736         101        20                -           0.0000          -
12214.25/617.17	c       617          35909         101        20                -           0.0000          -
12314.57/622.23	c       622          91839          62        20                -           0.0000          -
12413.62/627.29	c       627          36877         109        20                -           0.0000          -
12514.63/632.34	c       632         315576          12        20                -           0.0000          -
12615.65/637.40	c       637          37601         105        20                -           0.0000          -
12714.52/642.45	c       642          38030         104        20                -           0.0000          -
12813.57/647.47	c       647         310401          16        20                -           0.0000          -
12914.37/652.58	c       653          38357         104        20                -           0.0000          -
13015.29/657.63	c       658          38821          97        20                -           0.0000          -
13114.29/662.68	c       663          97471          56        20                -           0.0000          -
13215.11/667.74	c       668          39147         100        20                -           0.0000          -
13316.17/672.80	c       673         320304          15        20                -           0.0000          -
13415.21/677.86	c       678          99827          55        20                -           0.0000          -
13514.27/682.89	c       683         324357          21        20                -           0.0000          -
13615.31/687.96	c       688          40259          98        20                -           0.0000          -
13714.35/693.02	c       693          40259          98        20                -           0.0000          -
13816.04/698.08	c       698          40580          99        20                -           0.0000          -
13915.13/703.12	c       703         103847          62        20                -           0.0000          -
14016.15/708.18	c       708          40857         106        20                -           0.0000          -
14116.46/713.23	c       713          41157          97        20                -           0.0000          -
14215.51/718.27	c       718         105912          60        20                -           0.0000          -
14316.56/723.32	c       723          42047          85        20                -           0.0000          -
14415.65/728.33	c       728         341662          12        20                -           0.0000          -
14514.64/733.39	c       733          42650          81        20                -           0.0000          -
14615.68/738.44	c       738         345542          15        20                -           0.0000          -
14714.70/743.50	c       744          43070         165        20                -           0.0000          -
14815.67/748.55	c       749         349025          16        20                -           0.0000          -
14916.58/753.60	c       754          43524         133        20                -           0.0000          -
15015.48/758.67	c       759         352885          15        20                -           0.0000          -
15116.52/763.72	c       764         354866          20        20                -           0.0000          -
15217.49/768.80	c       769         357042          14        20                -           0.0000          -
15316.43/773.81	c       774         359049          14        20                -           0.0000          -
15415.48/778.88	c       779         360873          15        20                -           0.0000          -
15516.46/783.90	c       784         363105          11        20                -           0.0000          -
15615.48/788.94	c       789         365195          18        20                -           0.0000          -
15714.49/793.96	c       794         367096          17        20                -           0.0000          -
15816.11/799.10	c       799          48605         204        20                -           0.0000          -
15917.34/804.16	c       804          49356         213        20                -           0.0000          -
16017.63/809.21	c       809          50227         193        20                -           0.0000          -
16116.64/814.28	c       814          50980         200        20                -           0.0000          -
16217.70/819.33	c       819          51839         190        20                -           0.0000          -
16316.76/824.36	c       824         378680          17        20                -           0.0000          -
16417.79/829.43	c       829          53736         194        20                -           0.0000          -
16516.83/834.47	c       834          54711         192        20                -           0.0000          -
16618.00/839.53	c       840          55075         194        20                -           0.0000          -
16717.18/844.58	c       845          55716         192        20                -           0.0000          -
16818.31/849.64	c       850         388106          21        20                -           0.0000          -
16919.40/854.71	c       855          56316         199        20                -           0.0000          -
17018.54/859.76	c       860          56779         198        20                -           0.0000          -
17119.67/864.80	c       865          57689         196        20                -           0.0000          -
17218.84/869.85	c       870         126753         107        20                -           0.0000          -
17317.93/874.88	c       875         397914          14        20                -           0.0000          -
17419.08/879.95	c       880         128221         117        20                -           0.0000          -
17518.24/885.00	c       885         128932          91        20                -           0.0000          -
17620.12/890.07	c       890         129706          57        20                -           0.0000          -
17718.90/895.12	c       895          62818         229        20                -           0.0000          -
17820.32/900.18	c       900         131164          63        20                -           0.0000          -
17919.40/905.20	c       905         409355          17        20                -           0.0000          -
18019.73/910.20	c       910         411328          20        20                -           0.0000          -
18118.83/915.27	c       915         413148          54        20                -           0.0000          -
18219.97/920.32	c       920         415151          14        20                -           0.0000          -
18319.11/925.37	c       925         417189          17        20                -           0.0000          -
18420.05/930.46	c       930         419113          13        20                -           0.0000          -
18521.19/935.54	c       936         421046          17        20                -           0.0000          -
18622.35/940.61	c       941          69764         259        20                -           0.0000          -
18721.45/945.66	c       946         432600          17        20                -           0.0000          -
18820.60/950.67	c       951         427259          17        20                -           0.0000          -
18919.72/955.69	c       956         429018          15        20                -           0.0000          -
19020.80/960.72	c       961         430952          17        20                -           0.0000          -
19119.87/965.76	c       966         433061          27        20                -           0.0000          -
19220.94/970.82	c       971         434994          14        20                -           0.0000          -
19320.03/975.87	c       976         436819          18        20                -           0.0000          -
19420.98/980.91	c       981         438848          21        20                -           0.0000          -
19520.02/985.97	c       986         440635          19        20                -           0.0000          -
19619.16/991.01	c       991          77946         311        20                -           0.0000          -
19720.89/996.09	c       996         444527          12        20                -           0.0000          -
19823.39/1001.22	c      1001         446351          12        20                -           0.0000          -
19922.29/1006.26	c      1006         448414          28        20                -           0.0000          -
20023.35/1011.32	c      1011         450377          13        20                -           0.0000          -
20124.46/1016.41	c      1016          82524         315        20                -           0.0000          -
20223.62/1021.47	c      1021          83170         309        20                -           0.0000          -
20324.68/1026.53	c      1027         462873          20        20                -           0.0000          -
20423.71/1031.58	c      1032         464917          20        20                -           0.0000          -
20524.75/1036.64	c      1037         466812          13        20                -           0.0000          -
20623.96/1041.68	c      1042         468810          16        20                -           0.0000          -
20725.02/1046.73	c      1047         464516          18        20                -           0.0000          -
20824.08/1051.78	c      1052         466566          22        20                -           0.0000          -
20925.15/1056.86	c      1057          88903         322        20                -           0.0000          -
21026.30/1061.91	c      1062          90033         318        20                -           0.0000          -
21125.45/1066.97	c      1067          90998         318        20                -           0.0000          -
21224.62/1072.03	c      1072         480626          14        20                -           0.0000          -
21326.65/1077.08	c      1077         482630          12        20                -           0.0000          -
21425.51/1082.09	c      1082         478276          11        20                -           0.0000          -
21524.62/1087.11	c      1087         480652          15        20                -           0.0000          -
21625.86/1092.18	c      1092         482857          15        20                -           0.0000          -
21726.26/1097.22	c      1097         485107          15        20                -           0.0000          -
21825.34/1102.28	c      1102         487006          17        20                -           0.0000          -
21924.45/1107.29	c      1107         488985          14        20                -           0.0000          -
22025.48/1112.31	c      1112          98626         370        20                -           0.0000          -
22124.62/1117.35	c      1117         493180          15        20                -           0.0000          -
22225.72/1122.40	c      1122         495229          20        20                -           0.0000          -
22326.84/1127.57	c      1128         101339         368        20                -           0.0000          -
22428.00/1132.63	c      1133         101442         368        20                -           0.0000          -
22527.14/1137.68	c      1138         164643          66        20                -           0.0000          -
22628.30/1142.73	c      1143         165397          71        20                -           0.0000          -
22727.46/1147.78	c      1148         505193          21        20                -           0.0000          -
22828.39/1152.81	c      1153         507241          11        20                -           0.0000          -
22929.38/1157.91	c      1158         167587          70        20                -           0.0000          -
23028.53/1162.96	c      1163         107670         396        20                -           0.0000          -
23127.64/1168.01	c      1168         169098          69        20                -           0.0000          -
23229.44/1173.08	c      1173         169840          65        20                -           0.0000          -
23328.60/1178.13	c      1178         170735          70        20                -           0.0000          -
23429.73/1183.17	c      1183         171460          75        20                -           0.0000          -
23530.13/1188.22	c      1188         520769          22        20                -           0.0000          -
23629.21/1193.28	c      1193         523033          21        20                -           0.0000          -
23730.37/1198.35	c      1198         173809          73        20                -           0.0000          -
23831.52/1203.40	c      1203         174541          67        20                -           0.0000          -
23930.70/1208.46	c      1208         175273          73        20                -           0.0000          -
24031.84/1213.51	c      1214         176012          75        20                -           0.0000          -
24130.88/1218.55	c      1219         532964          13        20                -           0.0000          -
24230.03/1223.56	c      1224         534800          18        20                -           0.0000          -
24331.23/1228.67	c      1229         536928          21        20                -           0.0000          -
24432.37/1233.73	c      1234         178873          76        20                -           0.0000          -
24531.54/1238.79	c      1239         179627          76        20                -           0.0000          -
24632.70/1243.84	c      1244         180384          74        20                -           0.0000          -
24733.87/1248.91	c      1249         181153          83        20                -           0.0000          -
24833.03/1253.92	c      1254         546680          10        20                -           0.0000          -
24932.24/1259.02	c      1259         548611          17        20                -           0.0000          -
25034.04/1264.06	c      1264         550725          17        20                -           0.0000          -
25135.10/1269.15	c      1269         184123          64        20                -           0.0000          -
25234.55/1274.19	c      1274         184898          62        20                -           0.0000          -
25334.78/1279.26	c      1279         185722          71        20                -           0.0000          -
25435.88/1284.31	c      1284         186630          73        20                -           0.0000          -
25535.02/1289.36	c      1289         187383          70        20                -           0.0000          -
25636.19/1294.41	c      1294         188285          72        20                -           0.0000          -
25735.36/1299.47	c      1299         189183          71        20                -           0.0000          -
25836.50/1304.51	c      1305         566477          10        20                -           0.0000          -
25935.46/1309.59	c      1310         190827          86        20                -           0.0000          -
26036.61/1314.63	c      1315         570566          11        20                -           0.0000          -
26135.76/1319.68	c      1320         192302          95        20                -           0.0000          -
26236.92/1324.73	c      1325         137626         421        20                -           0.0000          -
26336.09/1329.80	c      1330         138402         447        20                -           0.0000          -
26437.25/1334.85	c      1335         138724         459        20                -           0.0000          -
26538.14/1339.90	c      1340         580665          15        20                -           0.0000          -
26637.27/1344.96	c      1345         195942         112        20                -           0.0000          -
26736.54/1350.01	c      1350         196757         108        20                -           0.0000          -
26838.13/1355.06	c      1355         197558         111        20                -           0.0000          -
26939.23/1360.14	c      1360         198278          96        20                -           0.0000          -
27038.11/1365.18	c      1365         199034          83        20                -           0.0000          -
27138.51/1370.23	c      1370         591368          11        20                -           0.0000          -
27239.63/1375.30	c      1375         146278         450        20                -           0.0000          -
27338.72/1380.35	c      1380         147223         450        20                -           0.0000          -
27439.66/1385.42	c      1385         148137         430        20                -           0.0000          -
27538.55/1390.48	c      1390         148734         456        20                -           0.0000          -
27639.68/1395.52	c      1396         149634         445        20                -           0.0000          -
27738.53/1400.59	c      1401         150584         444        20                -           0.0000          -
27839.54/1405.65	c      1406         605645          17        20                -           0.0000          -
27940.62/1410.71	c      1411         607560          24        20                -           0.0000          -
28039.76/1415.76	c      1416         609647          17        20                -           0.0000          -
28140.87/1420.82	c      1421         611515          15        20                -           0.0000          -
28240.03/1425.87	c      1426         155274         458        20                -           0.0000          -
28341.14/1430.93	c      1431         156265         472        20                -           0.0000          -
28440.10/1435.96	c      1436         617600          14        20                -           0.0000          -
28539.24/1440.96	c      1441         619474          12        20                -           0.0000          -
28638.41/1446.01	c      1446         621332          11        20                -           0.0000          -
28740.37/1451.08	c      1451         623570          17        20                -           0.0000          -
28841.46/1456.14	c      1456         625795          15        20                -           0.0000          -
28941.88/1461.20	c      1461         628059          11        20                -           0.0000          -
29041.03/1466.26	c      1466         630170          20        20                -           0.0000          -
29142.12/1471.31	c      1471         632095          10        20                -           0.0000          -
29241.30/1476.36	c      1476         634130          15        20                -           0.0000          -
29342.45/1481.41	c      1481         636186          21        20                -           0.0000          -
29441.53/1486.46	c      1486         637951          14        20                -           0.0000          -
29542.69/1491.50	c      1492         639925          17        20                -           0.0000          -
29641.87/1496.54	c      1497         166733         473        20                -           0.0000          -
29743.04/1501.61	c      1502         643842          14        20                -           0.0000          -
29842.20/1506.66	c      1507         645795          13        20                -           0.0000          -
29943.38/1511.73	c      1512         647574          53        20                -           0.0000          -
30042.56/1516.77	c      1517         649535          18        20                -           0.0000          -
30143.70/1521.81	c      1522         651461          16        20                -           0.0000          -
30242.59/1526.86	c      1527         653269          15        20                -           0.0000          -
30343.62/1531.99	c      1532         655327          12        20                -           0.0000          -
30442.78/1537.00	c      1537         657342          14        20                -           0.0000          -
30541.87/1542.02	c      1542         659265          12        20                -           0.0000          -
30643.54/1547.10	c      1547         661250          11        20                -           0.0000          -
30744.55/1552.19	c      1552         663302          13        20                -           0.0000          -
30844.93/1557.23	c      1557         665358          18        20                -           0.0000          -
30944.09/1562.30	c      1562         667239          14        20                -           0.0000          -
31045.25/1567.36	c      1567         669446          20        20                -           0.0000          -
31146.42/1572.42	c      1572         231183          67        20                -           0.0000          -
31245.42/1577.49	c      1577         673177           8        20                -           0.0000          -
31346.45/1582.53	c      1583         675427          16        20                -           0.0000          -
31445.61/1587.59	c      1588         677154          12        20                -           0.0000          -
31546.65/1592.65	c      1593         679129           9        20                -           0.0000          -
31647.80/1597.71	c      1598         183272         517        20                -           0.0000          -
31746.99/1602.76	c      1603         682629          13        20                -           0.0000          -
31845.76/1607.76	c      1608         236034          71        20                -           0.0000          -
31946.60/1612.86	c      1613         236747          77        20                -           0.0000          -
32047.72/1617.90	c      1618         237495          68        20                -           0.0000          -
32146.84/1622.97	c      1623         690467          20        20                -           0.0000          -
32246.02/1628.01	c      1628         238980          69        20                -           0.0000          -
32347.86/1633.06	c      1633         239721          73        20                -           0.0000          -
32446.96/1638.07	c      1638         189579         562        20                -           0.0000          -
32548.16/1643.15	c      1643         698263          19        20                -           0.0000          -
32648.53/1648.20	c      1648         700129          21        20                -           0.0000          -
32747.26/1653.26	c      1653         701983          23        20                -           0.0000          -
32848.39/1658.30	c      1658         703998          25        20                -           0.0000          -
32947.56/1663.36	c      1663         705890          22        20                -           0.0000          -
33046.71/1668.39	c      1668         707754          26        20                -           0.0000          -
33147.84/1673.48	c      1673         709522          19        20                -           0.0000          -
33248.84/1678.52	c      1679         711344          18        20                -           0.0000          -
33347.87/1683.54	c      1684         712990          21        20                -           0.0000          -
33447.03/1688.56	c      1689         714973          19        20                -           0.0000          -
33548.15/1693.60	c      1694         716806          16        20                -           0.0000          -
33647.15/1698.66	c      1699         718695          28        20                -           0.0000          -
33748.20/1703.73	c      1704         720583          22        20                -           0.0000          -
33847.33/1708.78	c      1709         722342          22        20                -           0.0000          -
33948.47/1713.84	c      1714         724099          19        20                -           0.0000          -
34047.63/1718.90	c      1719         726042          15        20                -           0.0000          -
34148.77/1723.95	c      1724         728145          14        20                -           0.0000          -
34248.00/1729.01	c      1729         730054          15        20                -           0.0000          -
34349.77/1734.06	c      1734         207130         550        20                -           0.0000          -
34448.95/1739.11	c      1739         733894          14        20                -           0.0000          -
34550.07/1744.16	c      1744         735731          20        20                -           0.0000          -
34650.41/1749.22	c      1749         737836          15        20                -           0.0000          -
34749.56/1754.28	c      1754         739700          13        20                -           0.0000          -
34850.57/1759.35	c      1759         741686          14        20                -           0.0000          -
34951.71/1764.40	c      1764         743547          16        20                -           0.0000          -
35050.76/1769.42	c      1769         745304          15        20                -           0.0000          -
35149.92/1774.48	c      1774         747120          15        20                -           0.0000          -
35251.00/1779.52	c      1780         748883          16        20                -           0.0000          -
35350.15/1784.54	c      1785         750926          20        20                -           0.0000          -
35449.31/1789.58	c      1790         752890          15        20                -           0.0000          -
35550.44/1794.62	c      1795         743506          20        20                -           0.0000          -
35651.58/1799.71	c      1800         217687         552        20                -           0.0000          -
35750.73/1804.76	c      1805         758610          14        20                -           0.0000          -
35851.87/1809.83	c      1810         760686          21        20                -           0.0000          -
35950.98/1814.88	c      1815         762588          17        20                -           0.0000          -
36052.14/1819.93	c      1820         764692          22        20                -           0.0000          -
36151.19/1824.97	c      1825         766702          21        20                -           0.0000          -
36250.10/1830.02	c      1830         768631          14        20                -           0.0000          -
36351.85/1835.08	c      1835         221615         519        20                -           0.0000          -
36452.99/1840.15	c      1840         772467          13        20                -           0.0000          -
36552.07/1845.15	c      1845         762321          13        20                -           0.0000          -
36652.34/1850.27	c      1850         764158          17        20                -           0.0000          -
36753.42/1855.31	c      1855         766252          12        20                -           0.0000          -
36852.58/1860.37	c      1860         270813          70        20                -           0.0000          -
36953.73/1865.41	c      1865         770120          13        20                -           0.0000          -
37052.89/1870.47	c      1870         272242          85        20                -           0.0000          -
37154.04/1875.53	c      1876         226001         518        20                -           0.0000          -
37253.13/1880.54	c      1881         775715          23        20                -           0.0000          -
37352.30/1885.56	c      1886         777541          19        20                -           0.0000          -
37453.44/1890.61	c      1891         779502          24        20                -           0.0000          -
37552.60/1895.65	c      1896         228562         524        20                -           0.0000          -
37651.72/1900.67	c      1901         783614          36        20                -           0.0000          -
37754.71/1905.81	c      1906         785767          13        20                -           0.0000          -
37853.88/1910.87	c      1911         787594          16        20                -           0.0000          -
37955.04/1915.93	c      1916         789643          17        20                -           0.0000          -
38053.78/1920.98	c      1921         791490          13        20                -           0.0000          -
38152.75/1926.03	c      1926         793483          18        20                -           0.0000          -
38254.41/1931.08	c      1931         795178          21        20                -           0.0000          -
38353.54/1936.13	c      1936         796909          12        20                -           0.0000          -
38454.79/1941.17	c      1941         798929          20        20                -           0.0000          -
38555.18/1946.23	c      1946         800986          28        20                -           0.0000          -
38654.28/1951.26	c      1951         802830          18        20                -           0.0000          -
38755.42/1956.36	c      1956         804659          14        20                -           0.0000          -
38856.57/1961.41	c      1961         806478          21        20                -           0.0000          -
38955.73/1966.46	c      1966         239549         481        20                -           0.0000          -
39056.87/1971.51	c      1972         810243          16        20                -           0.0000          -
39155.95/1976.52	c      1977         812074          16        20                -           0.0000          -
39256.89/1981.62	c      1982         814120          17        20                -           0.0000          -
39355.90/1986.68	c      1987         816166          15        20                -           0.0000          -
39456.85/1991.74	c      1992         818059          16        20                -           0.0000          -
39557.82/1996.82	c      1997         830595          16        20                -           0.0000          -
39656.99/2001.88	c      2002         832422          12        20                -           0.0000          -
39758.14/2006.95	c      2007         834258           8        20                -           0.0000          -
39857.31/2011.99	c      2012         836507          24        20                -           0.0000          -
39956.42/2017.02	c      2017         827272          15        20                -           0.0000          -
40057.91/2022.11	c      2022         248141         435        20                -           0.0000          -
40159.27/2027.16	c      2027         842016          18        20                -           0.0000          -
40259.48/2032.20	c      2032         833304          13        20                -           0.0000          -
40358.56/2037.27	c      2037         845501          13        20                -           0.0000          -
40457.59/2042.27	c      2042         836880          14        20                -           0.0000          -
40556.78/2047.29	c      2047         838741          11        20                -           0.0000          -
40657.61/2052.35	c      2052         840615          13        20                -           0.0000          -
40756.71/2057.38	c      2057         842183          13        20                -           0.0000          -
40857.69/2062.44	c      2062         844166          16        20                -           0.0000          -
40958.75/2067.57	c      2068         254969         415        20                -           0.0000          -
41059.68/2072.63	c      2073         857977          14        20                -           0.0000          -
41158.72/2077.68	c      2078         859650          21        20                -           0.0000          -
41259.81/2082.72	c      2083         861396          23        20                -           0.0000          -
41358.70/2087.78	c      2088         257409         397        20                -           0.0000          -
41459.79/2092.84	c      2093         257459         393        20                -           0.0000          -
41560.70/2097.90	c      2098         258339         391        20                -           0.0000          -
41659.84/2102.96	c      2103         259115         365        20                -           0.0000          -
41759.00/2108.02	c      2108         259881         364        20                -           0.0000          -
41860.95/2113.07	c      2113         260651         363        20                -           0.0000          -
41959.75/2118.13	c      2118         873975          11        20                -           0.0000          -
42060.93/2123.18	c      2123         875644          14        20                -           0.0000          -
42161.33/2128.24	c      2128         877577          16        20                -           0.0000          -
42262.38/2133.32	c      2133         879297          12        20                -           0.0000          -
42361.45/2138.37	c      2138         880818          15        20                -           0.0000          -
42462.58/2143.41	c      2143         882481           9        20                -           0.0000          -
42561.63/2148.46	c      2148         874311          19        20                -           0.0000          -
42660.79/2153.47	c      2153         265844         366        20                -           0.0000          -
42761.80/2158.55	c      2159         877889          15        20                -           0.0000          -
42862.98/2163.63	c      2164         879721          14        20                -           0.0000          -
42962.16/2168.67	c      2169         881463          14        20                -           0.0000          -
43063.38/2173.70	c      2174         883167          11        20                -           0.0000          -
43162.37/2178.77	c      2179         884865          12        20                -           0.0000          -
43263.34/2183.83	c      2184         886474          15        20                -           0.0000          -
43362.17/2188.88	c      2189         888032          14        20                -           0.0000          -
43463.20/2193.95	c      2194         889872          19        20                -           0.0000          -
43562.39/2199.03	c      2199         904094          16        20                -           0.0000          -
43664.20/2204.08	c      2204         906062          14        20                -           0.0000          -
43765.41/2209.14	c      2209         894751          14        20                -           0.0000          -
43864.47/2214.18	c      2214         274479         364        20                -           0.0000          -
43965.00/2219.27	c      2219         275169         366        20                -           0.0000          -
44066.13/2224.32	c      2224         322780         102        20                -           0.0000          -
44165.23/2229.38	c      2229         323422         118        20                -           0.0000          -
44266.28/2234.43	c      2234         324159         110        20                -           0.0000          -
44365.39/2239.46	c      2239         904779          13        20                -           0.0000          -
44464.54/2244.48	c      2244         906451          12        20                -           0.0000          -
44565.66/2249.56	c      2250         908294          13        20                -           0.0000          -
44666.78/2254.64	c      2255         925638          15        20                -           0.0000          -
44767.93/2259.70	c      2260         927397          14        20                -           0.0000          -
44867.08/2264.75	c      2265         929228          13        20                -           0.0000          -
44967.97/2269.81	c      2270         329380         115        20                -           0.0000          -
45067.12/2274.86	c      2275         281979         369        20                -           0.0000          -
45168.07/2279.93	c      2280         282632         362        20                -           0.0000          -
45267.03/2284.97	c      2285         283360         352        20                -           0.0000          -
45365.91/2290.03	c      2290         283898         350        20                -           0.0000          -
45467.48/2295.09	c      2295         333151          89        20                -           0.0000          -
45568.12/2300.14	c      2300         333917          80        20                -           0.0000          -
45668.56/2305.20	c      2305         334668          77        20                -           0.0000          -
45767.53/2310.22	c      2310         931953          18        20                -           0.0000          -
45866.10/2315.25	c      2315         933673          21        20                -           0.0000          -
45965.19/2320.26	c      2320         935568          17        20                -           0.0000          -
46066.12/2325.31	c      2325         937412          19        20                -           0.0000          -
46164.98/2330.37	c      2330         939371          19        20                -           0.0000          -
46266.02/2335.43	c      2335         941191          14        20                -           0.0000          -
46365.10/2340.47	c      2340         943077          13        20                -           0.0000          -
46466.10/2345.53	c      2346         291923         328        20                -           0.0000          -
46567.03/2350.68	c      2351         947000          13        20                -           0.0000          -
46668.09/2355.73	c      2356         948937          12        20                -           0.0000          -
46767.18/2360.78	c      2361         950777          14        20                -           0.0000          -
46868.25/2365.82	c      2366         952710          20        20                -           0.0000          -
46967.28/2370.85	c      2371         954557          15        20                -           0.0000          -
47068.36/2375.91	c      2376         956259          12        20                -           0.0000          -
47167.42/2381.00	c      2381         958222          14        20                -           0.0000          -
47269.13/2386.07	c      2386         960106          13        20                -           0.0000          -
47368.09/2391.13	c      2391         961870          14        20                -           0.0000          -
47470.42/2396.20	c      2396         963755          14        20                -           0.0000          -
47569.47/2401.21	c      2401         965516          10        20                -           0.0000          -
47668.61/2406.29	c      2406         967617          17        20                -           0.0000          -
47769.68/2411.39	c      2411         969543          15        20                -           0.0000          -
47870.75/2416.44	c      2416         971381          13        20                -           0.0000          -
47969.87/2421.49	c      2421         973297          15        20                -           0.0000          -
48070.91/2426.54	c      2427         975096          14        20                -           0.0000          -
48169.74/2431.59	c      2432         976744           7        20                -           0.0000          -
48270.80/2436.63	c      2437         978564           8        20                -           0.0000          -
48369.85/2441.68	c      2442         980391          21        20                -           0.0000          -
48470.74/2446.73	c      2447         982322          21        20                -           0.0000          -
48569.55/2451.79	c      2452         984216          20        20                -           0.0000          -
48670.52/2456.83	c      2457         986093          18        20                -           0.0000          -
48769.39/2461.88	c      2462         987932          17        20                -           0.0000          -
48870.38/2466.93	c      2467         989695          14        20                -           0.0000          -
48969.12/2471.98	c      2472         991679          16        20                -           0.0000          -
49070.73/2477.04	c      2477         309744         340        20                -           0.0000          -
49169.91/2482.06	c      2482         995451          34        20                -           0.0000          -
49268.86/2487.09	c      2487         997688          16        20                -           0.0000          -
49369.90/2492.14	c      2492         999914          17        20                -           0.0000          -
49469.22/2497.19	c      2497        1001784          12        20                -           0.0000          -
49569.44/2502.24	c      2502        1003758          18        20                -           0.0000          -
49668.61/2507.26	c      2507        1005523          11        20                -           0.0000          -
49767.75/2512.28	c      2512        1007548          16        20                -           0.0000          -
49868.93/2517.33	c      2517        1009349          13        20                -           0.0000          -
49968.13/2522.34	c      2522        1011350          15        20                -           0.0000          -
50067.32/2527.37	c      2527        1013318          13        20                -           0.0000          -
50166.49/2532.39	c      2532        1035022          21        20                -           0.0000          -
50267.56/2537.45	c      2537         367084          91        20                -           0.0000          -
50368.65/2542.52	c      2543        1039040          19        20                -           0.0000          -
50467.75/2547.56	c      2548         322499         332        20                -           0.0000          -
50566.79/2552.58	c      2553        1042789          15        20                -           0.0000          -
50667.86/2557.67	c      2558         324351         360        20                -           0.0000          -
50767.00/2562.67	c      2563        1046571          15        20                -           0.0000          -
50868.18/2567.78	c      2568         326270         354        20                -           0.0000          -
50969.19/2572.84	c      2573         327300         350        20                -           0.0000          -
51068.27/2577.89	c      2578        1052440          17        20                -           0.0000          -
51169.48/2582.96	c      2583         328439         347        20                -           0.0000          -
51268.57/2588.01	c      2588        1056165          17        20                -           0.0000          -
51370.13/2593.07	c      2593         374765         158        20                -           0.0000          -
51469.03/2598.11	c      2598        1059505          16        20                -           0.0000          -
51570.27/2603.17	c      2603         376140         150        20                -           0.0000          -
51670.56/2608.21	c      2608        1063341          11        20                -           0.0000          -
51769.77/2613.29	c      2613         377611         157        20                -           0.0000          -
51870.78/2618.34	c      2618         378341         143        20                -           0.0000          -
51969.88/2623.39	c      2623         379105         146        20                -           0.0000          -
52070.94/2628.44	c      2628         379799         146        20                -           0.0000          -
52170.12/2633.49	c      2633        1073326          16        20                -           0.0000          -
52271.15/2638.51	c      2639        1075202          14        20                -           0.0000          -
52370.18/2643.56	c      2644        1077039          18        20                -           0.0000          -
52471.29/2648.61	c      2649        1079005          14        20                -           0.0000          -
52570.31/2653.67	c      2654        1080843          13        20                -           0.0000          -
52671.32/2658.76	c      2659         339760         327        20                -           0.0000          -
52772.30/2663.83	c      2664        1084665          14        20                -           0.0000          -
52871.48/2668.89	c      2669         385609         181        20                -           0.0000          -
52972.59/2673.94	c      2674        1088218          21        20                -           0.0000          -
53071.64/2678.99	c      2679        1089996          17        20                -           0.0000          -
53173.37/2684.04	c      2684        1091780          15        20                -           0.0000          -
53272.34/2689.11	c      2689        1093535          16        20                -           0.0000          -
53373.36/2694.19	c      2694         344479         341        20                -           0.0000          -
53473.85/2699.24	c      2699        1097120          24        20                -           0.0000          -
53572.86/2704.29	c      2704        1098843          17        20                -           0.0000          -
53674.04/2709.36	c      2709         391619         222        20                -           0.0000          -
53774.98/2714.41	c      2714         392349         219        20                -           0.0000          -
53873.99/2719.46	c      2719         393099         194        20                -           0.0000          -
53975.13/2724.51	c      2725         393866         183        20                -           0.0000          -
54074.29/2729.57	c      2730        1108136          14        20                -           0.0000          -
54173.28/2734.60	c      2735        1109982          21        20                -           0.0000          -
54274.36/2739.63	c      2740        1111852          16        20                -           0.0000          -
54375.41/2744.72	c      2745         396931         188        20                -           0.0000          -
54474.55/2749.79	c      2750        1115364          11        20                -           0.0000          -
54575.71/2754.85	c      2755        1117056          14        20                -           0.0000          -
54674.90/2759.89	c      2760         355276         342        20                -           0.0000          -
54776.01/2764.94	c      2765        1120345          16        20                -           0.0000          -
54875.14/2770.04	c      2770         400767          89        20                -           0.0000          -
54976.86/2775.08	c      2775         401344          95        20                -           0.0000          -
55077.96/2780.16	c      2780        1125969          13        20                -           0.0000          -
55178.27/2785.20	c      2785        1127668          14        20                -           0.0000          -
55277.35/2790.27	c      2790         403632         121        20                -           0.0000          -
55378.52/2795.32	c      2795         404361         137        20                -           0.0000          -
55477.56/2800.36	c      2800         405275         133        20                -           0.0000          -
55578.41/2805.42	c      2805         406138         119        20                -           0.0000          -
55677.32/2810.46	c      2810         406890         127        20                -           0.0000          -
55778.22/2815.52	c      2816         407645         124        20                -           0.0000          -
55877.04/2820.58	c      2821         408317         127        20                -           0.0000          -
55977.91/2825.64	c      2826         409037         144        20                -           0.0000          -
56078.82/2830.70	c      2831         409846         135        20                -           0.0000          -
56177.80/2835.74	c      2836         410561         148        20                -           0.0000          -
56278.89/2840.80	c      2841         411312         141        20                -           0.0000          -
56377.64/2845.87	c      2846         412107         130        20                -           0.0000          -
56478.42/2850.91	c      2851         412882         134        20                -           0.0000          -
56577.51/2855.97	c      2856         413531         141        20                -           0.0000          -
56676.57/2861.02	c      2861         414278         142        20                -           0.0000          -
56775.67/2866.03	c      2866        1157897          17        20                -           0.0000          -
56877.44/2871.12	c      2871         415598         132        20                -           0.0000          -
56978.52/2876.17	c      2876         416334         130        20                -           0.0000          -
57078.79/2881.21	c      2881         417036         130        20                -           0.0000          -
57177.59/2886.27	c      2886         417817         129        20                -           0.0000          -
57278.53/2891.31	c      2891        1167076          16        20                -           0.0000          -
57377.64/2896.34	c      2896        1169094          17        20                -           0.0000          -
57476.71/2901.39	c      2901        1170878          12        20                -           0.0000          -
57577.78/2906.44	c      2906        1172625          14        20                -           0.0000          -
57678.68/2911.50	c      2912        1174439          13        20                -           0.0000          -
57777.67/2916.57	c      2917        1176211          11        20                -           0.0000          -
57876.63/2921.58	c      2922        1178019          10        20                -           0.0000          -
57975.50/2926.59	c      2927        1179785           8        20                -           0.0000          -
58076.48/2931.63	c      2932        1181515          15        20                -           0.0000          -
58175.52/2936.68	c      2937        1183213          21        20                -           0.0000          -
58276.35/2941.74	c      2942        1185078          21        20                -           0.0000          -
58377.29/2946.80	c      2947        1186925          19        20                -           0.0000          -
58476.03/2951.84	c      2952         389227         330        20                -           0.0000          -
58576.99/2956.90	c      2957         389983         356        20                -           0.0000          -
58675.52/2961.92	c      2962         390913         320        20                -           0.0000          -
58774.50/2966.97	c      2967         391487         310        20                -           0.0000          -
58873.55/2971.99	c      2972        1196944          15        20                -           0.0000          -
58972.49/2977.03	c      2977        1198963          14        20                -           0.0000          -
59074.09/2982.04	c      2982         393398         331        20                -           0.0000          -
59172.94/2987.06	c      2987         432455         139        20                -           0.0000          -
59271.80/2992.12	c      2992        1199765          27        20                -           0.0000          -
59372.70/2997.14	c      2997        1201955          23        20                -           0.0000          -
59471.86/3002.19	c      3002        1204043          24        20                -           0.0000          -
59572.00/3007.24	c      3007        1206113          24        20                -           0.0000          -
59670.95/3012.29	c      3012        1208233          36        20                -           0.0000          -
59772.12/3017.36	c      3017        1210339          17        20                -           0.0000          -
59873.13/3022.41	c      3022        1212321          23        20                -           0.0000          -
59972.27/3027.47	c      3027         398981         466        20                -           0.0000          -
60073.39/3032.51	c      3033        1216476          22        20                -           0.0000          -
60172.44/3037.53	c      3038        1218578          18        20                -           0.0000          -
60271.51/3042.58	c      3043        1220648          20        20                -           0.0000          -
60372.58/3047.66	c      3048        1222766          18        20                -           0.0000          -
60473.68/3052.71	c      3053        1224848          22        20                -           0.0000          -
60572.72/3057.74	c      3058        1226868          15        20                -           0.0000          -
60671.87/3062.78	c      3063        1229090          20        20                -           0.0000          -
60772.96/3067.83	c      3068        1231085          16        20                -           0.0000          -
60872.04/3072.90	c      3073        1233463          18        20                -           0.0000          -
60972.96/3077.97	c      3078        1235542          29        20                -           0.0000          -
61072.01/3083.02	c      3083         406929         391        20                -           0.0000          -
61173.99/3088.08	c      3088        1239326          16        20                -           0.0000          -
61274.83/3093.15	c      3093        1241344          17        20                -           0.0000          -
61375.12/3098.21	c      3098        1243266          24        20                -           0.0000          -
61474.18/3103.26	c      3103        1245117          16        20                -           0.0000          -
61575.27/3108.31	c      3108        1247106          17        20                -           0.0000          -
61674.11/3113.37	c      3113        1249195          26        20                -           0.0000          -
61775.02/3118.43	c      3118        1251142          21        20                -           0.0000          -
61874.01/3123.47	c      3123        1253357          16        20                -           0.0000          -
61973.03/3128.49	c      3128        1255425          93        20                -           0.0000          -
62074.04/3133.59	c      3134        1257783          16        20                -           0.0000          -
62175.10/3138.64	c      3139        1259802          31        20                -           0.0000          -
62276.22/3143.70	c      3144        1261813          21        20                -           0.0000          -
62375.11/3148.75	c      3149        1263561          18        20                -           0.0000          -
62476.04/3153.80	c      3154        1265350          15        20                -           0.0000          -
62574.77/3158.87	c      3159        1267687          24        20                -           0.0000          -
62673.63/3163.87	c      3164        1269444          14        20                -           0.0000          -
62772.64/3168.89	c      3169         418339         391        20                -           0.0000          -
62873.68/3173.95	c      3174         418924         400        20                -           0.0000          -
62972.77/3179.04	c      3179         461492         139        20                -           0.0000          -
63074.39/3184.12	c      3184         462155         121        20                -           0.0000          -
63175.03/3189.17	c      3189         421099         390        20                -           0.0000          -
63275.42/3194.24	c      3194         463512         131        20                -           0.0000          -
63374.49/3199.30	c      3199         464213         126        20                -           0.0000          -
63475.48/3204.31	c      3204         464923         129        20                -           0.0000          -
63574.51/3209.39	c      3209         424251         384        20                -           0.0000          -
63675.56/3214.45	c      3214        1288100          13        20                -           0.0000          -
63774.66/3219.50	c      3220        1289893          16        20                -           0.0000          -
63877.65/3224.60	c      3225        1291609          21        20                -           0.0000          -
63976.79/3229.64	c      3230        1293845          18        20                -           0.0000          -
64077.84/3234.73	c      3235        1295782          19        20                -           0.0000          -
64176.85/3239.80	c      3240        1297813          14        20                -           0.0000          -
64277.84/3244.81	c      3245        1299741          17        20                -           0.0000          -
64376.79/3249.87	c      3250        1301583          11        20                -           0.0000          -
64477.68/3254.96	c      3255        1303532          18        20                -           0.0000          -
64576.71/3260.01	c      3260        1305372          22        20                -           0.0000          -
64675.84/3265.02	c      3265         431992         389        20                -           0.0000          -
64777.62/3270.13	c      3270        1309086          15        20                -           0.0000          -
64878.52/3275.18	c      3275        1310765          21        20                -           0.0000          -
64978.99/3280.23	c      3280        1312512          12        20                -           0.0000          -
65078.05/3285.28	c      3285        1314343          18        20                -           0.0000          -
65177.13/3290.28	c      3290        1316121          13        20                -           0.0000          -
65278.20/3295.38	c      3295        1318051          15        20                -           0.0000          -
65379.33/3300.44	c      3300        1319924          12        20                -           0.0000          -
65480.46/3305.50	c      3306        1321804          15        20                -           0.0000          -
65579.62/3310.55	c      3311        1323631          13        20                -           0.0000          -
65680.78/3315.61	c      3316        1325573          14        20                -           0.0000          -
65779.95/3320.66	c      3321         439748         422        20                -           0.0000          -
65880.98/3325.72	c      3326        1329137          23        20                -           0.0000          -
65979.88/3330.74	c      3331        1330879          13        20                -           0.0000          -
66080.66/3335.85	c      3336        1332761          26        20                -           0.0000          -
66181.81/3340.90	c      3341        1334484          24        20                -           0.0000          -
66280.80/3345.93	c      3346        1336230          22        20                -           0.0000          -
66379.83/3350.97	c      3351        1338022          18        20                -           0.0000          -
66478.86/3356.03	c      3356        1339793          20        20                -           0.0000          -
66580.54/3361.10	c      3361         446021         475        20                -           0.0000          -
66681.72/3366.15	c      3366         486961         190        20                -           0.0000          -
66781.76/3371.22	c      3371        1345266          16        20                -           0.0000          -
66880.80/3376.25	c      3376        1347096          24        20                -           0.0000          -
66981.75/3381.30	c      3381        1348970          20        20                -           0.0000          -
67080.66/3386.35	c      3386         489611         161        20                -           0.0000          -
67179.84/3391.39	c      3391        1352828          15        20                -           0.0000          -
67280.98/3396.43	c      3396        1354648          12        20                -           0.0000          -
67380.06/3401.49	c      3401        1356583          13        20                -           0.0000          -
67481.20/3406.55	c      3407        1358528          15        20                -           0.0000          -
67579.62/3411.57	c      3412        1360590          19        20                -           0.0000          -
67678.39/3416.58	c      3417        1362202          18        20                -           0.0000          -
67779.25/3421.66	c      3422        1363814          15        20                -           0.0000          -
67880.39/3426.72	c      3427        1365723          18        20                -           0.0000          -
67979.38/3431.78	c      3432        1367517          14        20                -           0.0000          -
68080.37/3436.84	c      3437        1369236          14        20                -           0.0000          -
68179.36/3441.89	c      3442        1371273          23        20                -           0.0000          -
68280.36/3446.93	c      3447        1373097          19        20                -           0.0000          -
68379.33/3452.00	c      3452        1374648          17        20                -           0.0000          -
68478.36/3457.01	c      3457        1365028          27        20                -           0.0000          -
68577.30/3462.01	c      3462        1366887          18        20                -           0.0000          -
68678.80/3467.05	c      3467         460313         516        20                -           0.0000          -
68778.23/3472.12	c      3472        1371006          16        20                -           0.0000          -
68879.18/3477.16	c      3477        1372898          20        20                -           0.0000          -
68979.47/3482.22	c      3482        1375356          20        20                -           0.0000          -
69078.56/3487.27	c      3487        1377065          19        20                -           0.0000          -
69179.66/3492.33	c      3492        1378836          12        20                -           0.0000          -
69278.77/3497.38	c      3497        1380566          13        20                -           0.0000          -
69379.68/3502.43	c      3502        1382199          12        20                -           0.0000          -
69478.83/3507.48	c      3507        1384077          15        20                -           0.0000          -
69579.88/3512.51	c      3513        1385996          73        20                -           0.0000          -
69678.96/3517.52	c      3518         467616         488        20                -           0.0000          -
69778.02/3522.56	c      3523        1389867          15        20                -           0.0000          -
69878.96/3527.64	c      3528        1391701          17        20                -           0.0000          -
69978.02/3532.66	c      3533        1393529          15        20                -           0.0000          -
70077.04/3537.69	c      3538         510297         117        20                -           0.0000          -
70178.16/3542.75	c      3543        1397252          17        20                -           0.0000          -
70279.28/3547.80	c      3548        1398966          22        20                -           0.0000          -
70378.38/3552.87	c      3553        1400980          17        20                -           0.0000          -
70479.43/3557.96	c      3558        1402759           9        20                -           0.0000          -
70578.50/3563.02	c      3563         513861         128        20                -           0.0000          -
70680.20/3568.07	c      3568         514518         127        20                -           0.0000          -
70779.05/3573.11	c      3573         515232         125        20                -           0.0000          -
70880.10/3578.19	c      3578         515942         121        20                -           0.0000          -
70980.51/3583.23	c      3583         516648         121        20                -           0.0000          -
71079.61/3588.29	c      3588         517313         128        20                -           0.0000          -
71180.77/3593.35	c      3593         518034         124        20                -           0.0000          -
71279.82/3598.36	c      3598         518690         132        20                -           0.0000          -
71380.80/3603.41	c      3603         519365         117        20                -           0.0000          -
71479.95/3608.48	c      3608         520028         123        20                -           0.0000          -
71581.09/3613.55	c      3614         481642         488        20                -           0.0000          -
71682.24/3618.60	c      3619         482394         501        20                -           0.0000          -
71781.20/3623.67	c      3624         483206         494        20                -           0.0000          -
71880.03/3628.69	c      3629         483948         481        20                -           0.0000          -
71981.03/3633.77	c      3634        1433024          15        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 (186850 MiB free)
  memory of node 1: 193494 MiB (180320 MiB free)
  memory of node 2: 193531 MiB (189780 MiB free)
  memory of node 3: 193531 MiB (187583 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-4465795-1722589106/watcher-4465795-1722589106 -o /tmp/evaluation-result-4465795-1722589106/solver-4465795-1722589106 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159984 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465795-1722589106.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=165527, runsolver pid=165524
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 79.74 80.92 80.69 63/985 165528
/proc/meminfo: memFree=762357240/790760804 swapFree=131071996/131071996
[pid=165527] ppid=165524 vsize=1554952 memory=62756 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/stat : 165527 (fscip) R 165524 165527 159974 0 -1 4194304 13053 0 0 0 10 2 0 0 20 0 21 0 25493694 1592270848 15689 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
/proc/165527/statm: 388738 15689 2758 3035 0 58094 0
[pid=165527/tid=165529] ppid=165524 vsize=1554952 memory=4026532269 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165529/stat : 165529 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1592270848 15755 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165530] ppid=165524 vsize=1554952 memory=232834466141 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165530/stat : 165530 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1592270848 15755 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165531] ppid=165524 vsize=1554952 memory=57415945183745 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165531/stat : 165531 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1592270848 15755 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165532] ppid=165524 vsize=1555868 memory=55182595744491 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165532/stat : 165532 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15755 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165533] ppid=165524 vsize=1555868 memory=52992179200983 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165533/stat : 165533 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15755 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165534] ppid=165524 vsize=1555868 memory=52983656413671 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165534/stat : 165534 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15755 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165535] ppid=165524 vsize=1555868 memory=14695192770986219 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165535/stat : 165535 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15821 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165536] ppid=165524 vsize=1555868 memory=3546929082166194662 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165536/stat : 165536 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15821 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165537] ppid=165524 vsize=1555868 memory=312257 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165537/stat : 165537 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15821 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165538] ppid=165524 vsize=1555868 memory=383478 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165538/stat : 165538 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15821 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165539] ppid=165524 vsize=1555868 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/165527/task/165539/stat : 165539 (fscip) S 165524 165527 159974 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15821 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165540] ppid=165524 vsize=1555868 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/165527/task/165540/stat : 165540 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15821 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165541] ppid=165524 vsize=1555868 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/165527/task/165541/stat : 165541 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15821 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165542] ppid=165524 vsize=1555868 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/165527/task/165542/stat : 165542 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15821 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165543] ppid=165524 vsize=1555868 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/165527/task/165543/stat : 165543 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15821 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165544] ppid=165524 vsize=1555868 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/165527/task/165544/stat : 165544 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15821 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165545] ppid=165524 vsize=1555868 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/165527/task/165545/stat : 165545 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15821 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165546] ppid=165524 vsize=1555868 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/165527/task/165546/stat : 165546 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15887 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165547] ppid=165524 vsize=1555868 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/165527/task/165547/stat : 165547 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15887 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165548] ppid=165524 vsize=1555868 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/165527/task/165548/stat : 165548 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1593208832 15887 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 1554952 KiB
Current children cumulated memory: 62756 KiB

[startup+0.221243 s]*
/proc/loadavg: 79.74 80.92 80.69 63/1005 165548
/proc/meminfo: memFree=762214984/790760804 swapFree=131071996/131071996
[pid=165527] ppid=165524 vsize=1616508 memory=181460 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/165527/stat : 165527 (fscip) S 165524 165527 159974 0 -1 1077936128 43324 0 0 0 17 7 0 0 20 0 21 0 25493694 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
/proc/165527/statm: 404127 45365 2758 3035 0 88663 0
[pid=165527/tid=165529] ppid=165524 vsize=1616508 memory=4026531959 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165529/stat : 165529 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165530] ppid=165524 vsize=1616508 memory=25145 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165530/stat : 165530 (fscip) S 165524 165527 159974 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165531] ppid=165524 vsize=1616508 memory=56316433531346 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165531/stat : 165531 (fscip) S 165524 165527 159974 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165532] ppid=165524 vsize=1616508 memory=54083084091976 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165532/stat : 165532 (fscip) S 165524 165527 159974 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165533] ppid=165524 vsize=1616508 memory=61783977231038 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165533/stat : 165533 (fscip) S 165524 165527 159974 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165534] ppid=165524 vsize=1616508 memory=62917898929210 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165534/stat : 165534 (fscip) S 165524 165527 159974 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165535] ppid=165524 vsize=1616508 memory=16101468142831202 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165535/stat : 165535 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165536] ppid=165524 vsize=1616508 memory=78195 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165536/stat : 165536 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165537] ppid=165524 vsize=1616508 memory=3617006447155875305 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165537/stat : 165537 (fscip) S 165524 165527 159974 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165538] ppid=165524 vsize=1616508 memory=4051332240415027733 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165538/stat : 165538 (fscip) S 165524 165527 159974 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165539] ppid=165524 vsize=1616508 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/165527/task/165539/stat : 165539 (fscip) S 165524 165527 159974 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165540] ppid=165524 vsize=1616508 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/165527/task/165540/stat : 165540 (fscip) R 165524 165527 159974 0 -1 4194368 2136 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165541] ppid=165524 vsize=1616508 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/165527/task/165541/stat : 165541 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165542] ppid=165524 vsize=1616508 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/165527/task/165542/stat : 165542 (fscip) S 165524 165527 159974 0 -1 1077936192 2426 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165543] ppid=165524 vsize=1616508 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/165527/task/165543/stat : 165543 (fscip) S 165524 165527 159974 0 -1 1077936192 2427 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165544] ppid=165524 vsize=1616508 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/165527/task/165544/stat : 165544 (fscip) S 165524 165527 159974 0 -1 1077936192 2428 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165545] ppid=165524 vsize=1616508 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/165527/task/165545/stat : 165545 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165546] ppid=165524 vsize=1616508 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/165527/task/165546/stat : 165546 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165547] ppid=165524 vsize=1616508 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/165527/task/165547/stat : 165547 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165548] ppid=165524 vsize=1616508 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/165527/task/165548/stat : 165548 (fscip) S 165524 165527 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25493706 1655304192 45365 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1616508 KiB
Current children cumulated memory: 181460 KiB

[startup+0.320501 s]*
/proc/loadavg: 79.74 80.92 80.69 71/1023 165566
/proc/meminfo: memFree=762090856/790760804 swapFree=131071996/131071996
[pid=165527] ppid=165524 vsize=1914300 memory=363324 CPUtime=0.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/stat : 165527 (fscip) S 165524 165527 159974 0 -1 1077936128 86580 0 0 0 31 18 0 0 20 0 41 0 25493694 1960243200 90831 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
/proc/165527/statm: 478575 90831 2774 3035 0 176719 0
[pid=165527/tid=165529] ppid=165524 vsize=1914300 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/165527/task/165529/stat : 165529 (fscip) D 165524 165527 159974 0 -1 4194368 3595 0 0 0 1 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165530] ppid=165524 vsize=1914300 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/165527/task/165530/stat : 165530 (fscip) R 165524 165527 159974 0 -1 4194368 3652 0 0 0 1 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165531] ppid=165524 vsize=1914300 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/165527/task/165531/stat : 165531 (fscip) D 165524 165527 159974 0 -1 4194368 3722 0 0 0 0 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165532] ppid=165524 vsize=1914300 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/165527/task/165532/stat : 165532 (fscip) D 165524 165527 159974 0 -1 4194368 3758 0 0 0 0 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165533] ppid=165524 vsize=1914300 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/165527/task/165533/stat : 165533 (fscip) D 165524 165527 159974 0 -1 4194368 3707 0 0 0 1 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165534] ppid=165524 vsize=1914300 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/165527/task/165534/stat : 165534 (fscip) D 165524 165527 159974 0 -1 4194368 3610 0 0 0 0 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165535] ppid=165524 vsize=1914300 memory=7882827048052850738 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/165527/task/165535/stat : 165535 (fscip) D 165524 165527 159974 0 -1 4194368 3567 0 0 0 1 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165536] ppid=165524 vsize=1914300 memory=25096 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/165527/task/165536/stat : 165536 (fscip) D 165524 165527 159974 0 -1 4194368 3638 0 0 0 0 1 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165537] ppid=165524 vsize=1914300 memory=25426 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165537/stat : 165537 (fscip) R 165524 165527 159974 0 -1 4194368 3393 0 0 0 0 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165538] ppid=165524 vsize=1914300 memory=25757 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/165527/task/165538/stat : 165538 (fscip) D 165524 165527 159974 0 -1 4194368 3662 0 0 0 1 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165539] ppid=165524 vsize=1914300 memory=26089 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165539/stat : 165539 (fscip) D 165524 165527 159974 0 -1 4194368 3696 0 0 0 0 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165540] ppid=165524 vsize=1914300 memory=64307 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/165527/task/165540/stat : 165540 (fscip) D 165524 165527 159974 0 -1 4194368 3573 0 0 0 1 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165541] ppid=165524 vsize=1914300 memory=16099260529721524 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/165527/task/165541/stat : 165541 (fscip) R 165524 165527 159974 0 -1 4194368 3565 0 0 0 1 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165542] ppid=165524 vsize=1914300 memory=13567119610655863 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/165527/task/165542/stat : 165542 (fscip) D 165524 165527 159974 0 -1 4194368 3671 0 0 0 0 1 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165543] ppid=165524 vsize=1914300 memory=3905523782957506028 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/165527/task/165543/stat : 165543 (fscip) D 165524 165527 159974 0 -1 4194368 3526 0 0 0 0 1 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165544] ppid=165524 vsize=1914300 memory=364744 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/165527/task/165544/stat : 165544 (fscip) R 165524 165527 159974 0 -1 4194368 3643 0 0 0 1 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165545] ppid=165524 vsize=1914300 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/165527/task/165545/stat : 165545 (fscip) D 165524 165527 159974 0 -1 4194368 3333 0 0 0 1 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165546] ppid=165524 vsize=1914300 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/165527/task/165546/stat : 165546 (fscip) D 165524 165527 159974 0 -1 4194368 3658 0 0 0 1 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165547] ppid=165524 vsize=1914300 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/165527/task/165547/stat : 165547 (fscip) D 165524 165527 159974 0 -1 4194368 3651 0 0 0 1 0 0 0 20 0 41 0 25493706 1960243200 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165548] ppid=165524 vsize=1915200 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/165527/task/165548/stat : 165548 (fscip) R 165524 165527 159974 0 -1 4194368 3574 0 0 0 0 0 0 0 20 0 41 0 25493706 1961164800 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165549] ppid=165524 vsize=1916100 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/165527/task/165549/stat : 165549 (fscip) S 165524 165527 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25493726 1962086400 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165550] ppid=165524 vsize=1916100 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/165527/task/165550/stat : 165550 (fscip) S 165524 165527 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25493726 1962086400 90897 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165551] ppid=165524 vsize=1916100 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/165527/task/165551/stat : 165551 (fscip) S 165524 165527 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25493726 1962086400 90963 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165552] ppid=165524 vsize=1916100 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/165527/task/165552/stat : 165552 (fscip) S 165524 165527 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25493726 1962086400 90963 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165553] ppid=165524 vsize=1916100 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/165527/task/165553/stat : 165553 (fscip) S 165524 165527 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25493726 1962086400 90963 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165554] ppid=165524 vsize=1916100 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/165527/task/165554/stat : 165554 (fscip) S 165524 165527 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25493726 1962086400 91095 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165555] ppid=165524 vsize=1916100 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/165527/task/165555/stat : 165555 (fscip) S 165524 165527 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25493726 1962086400 91095 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165556] ppid=165524 vsize=1917124 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/165527/task/165556/stat : 165556 (fscip) S 165524 165527 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25493726 1963134976 91095 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0

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

[pid=165527/tid=165552] ppid=165524 vsize=7965232 memory=6756 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/165527/task/165552/stat : 165552 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165553] ppid=165524 vsize=7965232 memory=7312 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165553/stat : 165553 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165554] ppid=165524 vsize=7965232 memory=33000 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/165527/task/165554/stat : 165554 (fscip) S 165524 165527 159974 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165555] ppid=165524 vsize=7965232 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/165527/task/165555/stat : 165555 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165556] ppid=165524 vsize=7965232 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/165527/task/165556/stat : 165556 (fscip) S 165524 165527 159974 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165557] ppid=165524 vsize=7965232 memory=6304800 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/165527/task/165557/stat : 165557 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165558] ppid=165524 vsize=7965232 memory=6048 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/165527/task/165558/stat : 165558 (fscip) S 165524 165527 159974 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165559] ppid=165524 vsize=7965232 memory=51200 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/165527/task/165559/stat : 165559 (fscip) S 165524 165527 159974 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165560] ppid=165524 vsize=7965232 memory=21380 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/165527/task/165560/stat : 165560 (fscip) S 165524 165527 159974 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165561] ppid=165524 vsize=7965232 memory=2208 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165561/stat : 165561 (fscip) S 165524 165527 159974 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165562] ppid=165524 vsize=7965232 memory=279398899384496 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/165527/task/165562/stat : 165562 (fscip) S 165524 165527 159974 0 -1 1077936192 114 0 0 0 1 1 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165563] ppid=165524 vsize=7965232 memory=6305384 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/165527/task/165563/stat : 165563 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165564] ppid=165524 vsize=7965232 memory=31316 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165564/stat : 165564 (fscip) S 165524 165527 159974 0 -1 1077936192 109 0 0 0 2 1 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165565] ppid=165524 vsize=7965232 memory=6306084 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/165527/task/165565/stat : 165565 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165566] ppid=165524 vsize=7965232 memory=9588 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/165527/task/165566/stat : 165566 (fscip) S 165524 165527 159974 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165567] ppid=165524 vsize=7965232 memory=28648 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165567/stat : 165567 (fscip) S 165524 165527 159974 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25493726 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165568] ppid=165524 vsize=7965232 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/165527/task/165568/stat : 165568 (fscip) S 165524 165527 159974 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 25493727 8156397568 1576751 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
Current children cumulated CPU time: 70962.8 s
Current children cumulated vsize: 7965232 KiB
Current children cumulated memory: 6307004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.7 s]
/proc/loadavg: 80.29 80.34 80.36 81/1024 168294
/proc/meminfo: memFree=748975972/790760804 swapFree=131071996/131071996
[pid=165527] ppid=165524 vsize=7966640 memory=6304304 CPUtime=72000.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/stat : 165527 (fscip) S 165524 165527 159974 0 -1 1077936128 26666204 0 0 0 7188544 11544 0 0 20 0 41 0 25493694 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
/proc/165527/statm: 1991660 1576076 2998 3035 0 1840963 0
[pid=165527/tid=165529] ppid=165524 vsize=7966640 memory=1422072261971292 CPUtime=3598.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165529/stat : 165529 (fscip) R 165524 165527 159974 0 -1 4194368 2047356 0 0 0 359240 592 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165530] ppid=165524 vsize=7966640 memory=132 CPUtime=3599.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165530/stat : 165530 (fscip) R 165524 165527 159974 0 -1 4194368 1624636 0 0 0 359568 385 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165531] ppid=165524 vsize=7966640 memory=25333125866717268 CPUtime=3596.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165531/stat : 165531 (fscip) R 165524 165527 159974 0 -1 4194368 971971 0 0 0 358812 810 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165532] ppid=165524 vsize=7966640 memory=6048 CPUtime=3600.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165532/stat : 165532 (fscip) R 165524 165527 159974 0 -1 4194368 1119042 0 0 0 359431 603 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165533] ppid=165524 vsize=7966640 memory=25333125866717268 CPUtime=3597.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165533/stat : 165533 (fscip) R 165524 165527 159974 0 -1 4194368 1782628 0 0 0 359354 368 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165534] ppid=165524 vsize=7966640 memory=279398897226400 CPUtime=3595.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165534/stat : 165534 (fscip) R 165524 165527 159974 0 -1 4194368 857937 0 0 0 358729 785 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165535] ppid=165524 vsize=7966640 memory=33860 CPUtime=3601.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165535/stat : 165535 (fscip) R 165524 165527 159974 0 -1 4194368 1119694 0 0 0 359592 549 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165536] ppid=165524 vsize=7966640 memory=2316 CPUtime=3598.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165536/stat : 165536 (fscip) R 165524 165527 159974 0 -1 4194368 1619335 0 0 0 359322 531 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165537] ppid=165524 vsize=7966640 memory=33000 CPUtime=3601.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165537/stat : 165537 (fscip) R 165524 165527 159974 0 -1 4194368 842308 0 0 0 359446 735 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165538] ppid=165524 vsize=7966640 memory=0 CPUtime=3600.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165538/stat : 165538 (fscip) R 165524 165527 159974 0 -1 4194368 1243107 0 0 0 359466 537 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165539] ppid=165524 vsize=7966640 memory=11448 CPUtime=3602.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165539/stat : 165539 (fscip) R 165524 165527 159974 0 -1 4194368 1774306 0 0 0 359786 417 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165540] ppid=165524 vsize=7966640 memory=6720664337671077992 CPUtime=3589.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165540/stat : 165540 (fscip) R 165524 165527 159974 0 -1 4194368 875616 0 0 0 358151 780 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165541] ppid=165524 vsize=7966640 memory=0 CPUtime=3598.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165541/stat : 165541 (fscip) R 165524 165527 159974 0 -1 4194368 1217743 0 0 0 359280 524 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165542] ppid=165524 vsize=7966640 memory=6300880 CPUtime=3606.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165542/stat : 165542 (fscip) R 165524 165527 159974 0 -1 4194368 1566232 0 0 0 360247 379 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165543] ppid=165524 vsize=7966640 memory=8196 CPUtime=3601.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165543/stat : 165543 (fscip) R 165524 165527 159974 0 -1 4194368 964095 0 0 0 359361 761 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165544] ppid=165524 vsize=7966640 memory=6720664337671077992 CPUtime=3602.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165544/stat : 165544 (fscip) R 165524 165527 159974 0 -1 4194368 1193627 0 0 0 359722 522 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165545] ppid=165524 vsize=7966640 memory=352206 CPUtime=3603.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165545/stat : 165545 (fscip) R 165524 165527 159974 0 -1 4194368 1857399 0 0 0 359856 470 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165546] ppid=165524 vsize=7966640 memory=15776 CPUtime=3599.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165546/stat : 165546 (fscip) R 165524 165527 159974 0 -1 4194368 853520 0 0 0 359181 767 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165547] ppid=165524 vsize=7966640 memory=279398901058864 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/165527/task/165547/stat : 165547 (fscip) R 165524 165527 159974 0 -1 4194368 1253246 0 0 0 359651 526 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165548] ppid=165524 vsize=7966640 memory=279398899036672 CPUtime=3605.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165548/stat : 165548 (fscip) R 165524 165527 159974 0 -1 4194368 1864672 0 0 0 360172 422 0 0 20 0 41 0 25493706 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165549] ppid=165524 vsize=7966640 memory=4688 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165549/stat : 165549 (fscip) S 165524 165527 159974 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165550] ppid=165524 vsize=7966640 memory=20660 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/165527/task/165550/stat : 165550 (fscip) S 165524 165527 159974 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165551] ppid=165524 vsize=7966640 memory=15776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165551/stat : 165551 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165552] ppid=165524 vsize=7966640 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/165527/task/165552/stat : 165552 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165553] ppid=165524 vsize=7966640 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/165527/task/165553/stat : 165553 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165554] ppid=165524 vsize=7966640 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/165527/task/165554/stat : 165554 (fscip) S 165524 165527 159974 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165555] ppid=165524 vsize=7966640 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/165527/task/165555/stat : 165555 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165556] ppid=165524 vsize=7966640 memory=17412 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/165527/task/165556/stat : 165556 (fscip) S 165524 165527 159974 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165557] ppid=165524 vsize=7966640 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/165527/task/165557/stat : 165557 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165558] ppid=165524 vsize=7966640 memory=11448 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/165527/task/165558/stat : 165558 (fscip) S 165524 165527 159974 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165559] ppid=165524 vsize=7966640 memory=4872558142750484029 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/165527/task/165559/stat : 165559 (fscip) S 165524 165527 159974 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165560] ppid=165524 vsize=7966640 memory=6301484 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/165527/task/165560/stat : 165560 (fscip) S 165524 165527 159974 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165561] ppid=165524 vsize=7966640 memory=6303080 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/165527/task/165561/stat : 165561 (fscip) S 165524 165527 159974 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165562] ppid=165524 vsize=7966640 memory=6230112 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/165527/task/165562/stat : 165562 (fscip) S 165524 165527 159974 0 -1 1077936192 114 0 0 0 1 1 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165563] ppid=165524 vsize=7966640 memory=6303320 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/165527/task/165563/stat : 165563 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165564] ppid=165524 vsize=7966640 memory=6302936 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/165527/task/165564/stat : 165564 (fscip) S 165524 165527 159974 0 -1 1077936192 109 0 0 0 2 1 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165565] ppid=165524 vsize=7966640 memory=51304 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/165527/task/165565/stat : 165565 (fscip) S 165524 165527 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165566] ppid=165524 vsize=7966640 memory=40456 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/165527/task/165566/stat : 165566 (fscip) S 165524 165527 159974 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165567] ppid=165524 vsize=7966640 memory=6303080 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/165527/task/165567/stat : 165567 (fscip) S 165524 165527 159974 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25493726 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
[pid=165527/tid=165568] ppid=165524 vsize=7966640 memory=279398898905952 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/165527/task/165568/stat : 165568 (fscip) S 165524 165527 159974 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 25493727 8157839360 1576076 809668444160 4194304 16623229 140732967266976 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 24510464 140732967273481 140732967273599 140732967273599 140732967280624 0
Current children cumulated CPU time: 72000.9 s
Current children cumulated vsize: 7966640 KiB
Current children cumulated memory: 6304304 KiB

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

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

# cumulated CPU time of all completed processes:  user=71885.7 s, system=115.669 s

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

[startup+3634.81 s]*
/proc/loadavg: 78.82 80.03 80.27 62/985 168294
/proc/meminfo: memFree=752229008/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3634.92 s]
/proc/loadavg: 78.82 80.03 80.27 62/985 168294
/proc/meminfo: memFree=752229008/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): 3634.94
CPU time (s): 72001.3
CPU user time (s): 71885.7
CPU system time (s): 115.669
CPU usage (%): 1980.81
Max. virtual memory (cumulated for all children) (KiB): 8030768
Max. memory (cumulated for all children) (KiB): 6309584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71885.7
system time used= 115.669
maximum resident set size= 6315052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26666268
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= 403773
involuntary context switches= 394992


# summary of solver processes directly reported to runsolver:
#   pid: 165527
#   total CPU time (s): 72001.3
#   total CPU user time (s): 71885.7
#   total CPU system time (s): 115.669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.0568 second user time and 84.6873 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 10:58:26
IDJOB=4465795
IDBENCH=162581
IDSOLVER=3094
FILE ID=nodeD105/4465795-1722589106
RUNJOBID= nodeD105-1722581828-159984
SLURM_JOB_ID= 8254295
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l060-r059-n1.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-4465795-1722589106/watcher-4465795-1722589106 -o /tmp/evaluation-result-4465795-1722589106/solver-4465795-1722589106 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159984 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465795-1722589106.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= f51b92e6ea4641775f90070f7fcfd036
RANDOM SEED=866791036

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		: 2977.592
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		: 3165.067
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		: 3086.376
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		: 2986.794
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		: 2886.842
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		: 3148.426
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		: 3074.509
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		: 2984.259
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		: 2652.157
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		: 3128.535
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		: 3017.548
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		: 2984.463
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		: 2970.939
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		: 3111.857
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		: 2993.262
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		: 2978.695
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		: 2662.796
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		: 3149.057
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		: 3087.019
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		: 2990.212
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		: 2659.084
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		: 2954.068
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		: 3080.919
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		: 2990.210
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		: 3630.752
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		: 3068.706
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		: 3087.003
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		: 2986.184
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		: 3618.058
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		: 3164.937
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		: 3075.889
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		: 2990.201
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		: 3591.113
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		: 3149.569
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		: 2995.667
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		: 2990.194
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		: 3584.590
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		: 3164.908
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		: 3084.602
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		: 2983.749
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		: 3643.667
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		: 3164.883
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		: 3086.977
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		: 2986.946
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		: 3590.457
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		: 3107.283
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		: 3086.972
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		: 2990.181
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		: 3597.325
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		: 3164.852
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		: 2942.536
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		: 2982.757
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		: 2667.694
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		: 3108.400
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		: 3077.400
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		: 2983.692
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		: 3479.357
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		: 3164.821
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		: 3052.507
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		: 2990.166
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		: 2817.137
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		: 3011.386
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		: 3086.943
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		: 2984.727
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		: 3234.231
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		: 3152.544
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		: 3074.703
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		: 2990.156
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		: 2596.252
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		: 3130.865
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		: 3060.634
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		: 2982.927
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		: 2625.531
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		: 3076.159
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		: 3052.688
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		: 2983.279
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		: 3054.361
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		: 3095.614
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		: 2874.146
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		: 2981.692
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:        762412660 kB
MemAvailable:   766553568 kB
Buffers:          381584 kB
Cached:          7043260 kB
SwapCached:            0 kB
Active:           575336 kB
Inactive:       25059228 kB
Active(anon):       2172 kB
Inactive(anon): 18230112 kB
Active(file):     573164 kB
Inactive(file):  6829116 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           2325180 kB
Writeback:             0 kB
AnonPages:      18209388 kB
Mapped:          1068896 kB
Shmem:             22540 kB
KReclaimable:     316664 kB
Slab:             696700 kB
SReclaimable:     316664 kB
SUnreclaim:       380036 kB
KernelStack:       16928 kB
PageTables:        48752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1860320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           312960 kB
HardwareCorrupted:     0 kB
AnonHugePages:    317440 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:      700416 kB
DirectMap2M:    83683328 kB
DirectMap1G:    721420288 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-02 11:59:01