Trace number 4469228

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-08-12UNSAT 24096.2 1236.49

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_25.opb
MD5SUM327700430205073718cfdeea5c9331a0
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 benchmark2.64792
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1122
Total number of constraints5318
Number of constraints which are clauses5313
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint33
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 58
Number of bits of the biggest sum of numbers6
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: 3bb793453d]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 35557376, getVmSize() = 35557376, SCIPgetMemUsed() = 8797724, SCIPgetMemTotal() = 13561428, SCIPgetMemExternEstim() = 6259060
0.00/0.01	c ** set memory limit for presolving in LC to 8.79598e+12 for SCIP **
0.10/0.19	c ** Estimated virtualMemUsedAtSolver = 28760990, getVmSize() = 60444672, SCIPgetMemUsed() = 20670274, SCIPgetMemTotal() = 36882426, SCIPgetMemExternEstim() = 6259060
0.10/0.19	c ** set memory limit for solvers to 4.18853e+11 for each SCIP **
0.10/0.19	c Original Problem   :
0.10/0.19	c   Problem name     : instance-4469228-1723522063
0.10/0.19	c   Variables        : 1122 (1122 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.19	c   Constraints      : 5318
0.10/0.19	c   Objective sense  : minimize
0.10/0.19	c Presolved Problem  :
0.10/0.19	c   Variables        : 1116 (1116 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.19	c   Constraints      : 5045
0.10/0.19	c Constraints        : Number
0.10/0.19	c   knapsack         : 1 
0.10/0.19	c   setppc           : 2139 
0.10/0.19	c   linear           : 1 
0.10/0.19	c   logicor          : 2904 
0.10/0.19	c ** Instance transfer method used: 0
0.10/0.20	c ** ParaScipInstance copy does not increase the number of variables. **
0.33/0.34	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.33/0.34	c                                Nodes    Active                                            
0.33/0.34	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
92.15/5.06	c         5              2           1        20                -           0.0000          -
200.04/10.50	c        11             12          11        20                -           0.0000          -
299.25/15.52	c        16             13          12        20                -           0.0000          -
398.38/20.55	c        21             21          20        20                -           0.0000          -
497.52/25.58	c        26             28          27        20                -           0.0000          -
596.65/30.59	c        31            139          54        20                -           0.0000          -
697.81/35.62	c        36            843          61        20                -           0.0000          -
796.97/40.64	c        41            894           1        20                -           0.0000          -
896.15/45.66	c        46            746          93        20                -           0.0000          -
997.33/50.70	c        51            423          49        20                -           0.0000          -
1098.53/55.83	c        56            460         167        20                -           0.0000          -
1197.72/60.86	c        61            984         179        20                -           0.0000          -
1298.92/65.94	c        66            968         342        20                -           0.0000          -
1398.26/70.96	c        71           1109         199        20                -           0.0000          -
1497.22/75.97	c        76           1002           1        20                -           0.0000          -
1598.95/81.07	c        81            908         290        20                -           0.0000          -
1698.29/86.12	c        86           1092          18        20                -           0.0000          -
1800.85/91.25	c        91           1094          20        20                -           0.0000          -
1902.05/96.31	c        96           2555         126        20                -           0.0000          -
2003.20/101.49	c       101           1263          43        20                -           0.0000          -
2108.38/106.70	c       107           1395         428        20                -           0.0000          -
2207.59/111.74	c       112           1475         452        20                -           0.0000          -
2306.74/116.75	c       117           1583          42        20                -           0.0000          -
2407.82/121.86	c       122           1654         458        20                -           0.0000          -
2508.94/126.91	c       127           1820          49        20                -           0.0000          -
2608.16/131.96	c       132           1987          52        20                -           0.0000          -
2707.39/137.01	c       137           1778          21        20                -           0.0000          -
2806.60/142.03	c       142           2201          46        20                -           0.0000          -
2908.41/147.11	c       147           1928          30        20                -           0.0000          -
3009.62/152.16	c       152           3967         338        20                -           0.0000          -
3110.22/157.21	c       157           4069         351        20                -           0.0000          -
3209.43/162.23	c       162           4350          95        20                -           0.0000          -
3310.65/167.31	c       167           2345          26        20                -           0.0000          -
3409.87/172.36	c       172           2469          28        20                -           0.0000          -
3511.29/177.41	c       177           3280         771        20                -           0.0000          -
3610.28/182.46	c       182           3287          67        20                -           0.0000          -
3713.50/187.60	c       188           3362          76        20                -           0.0000          -
3812.72/192.66	c       193           3530          98        20                -           0.0000          -
3911.95/197.67	c       198           3116          29        20                -           0.0000          -
4013.14/202.73	c       203           6062          90        20                -           0.0000          -
4112.35/207.74	c       208           3847         959        20                -           0.0000          -
4213.57/212.80	c       213           6530          94        20                -           0.0000          -
4312.80/217.81	c       218           4187         119        20                -           0.0000          -
4412.02/222.87	c       223           4288         114        20                -           0.0000          -
4511.24/227.88	c       228           3995          25        20                -           0.0000          -
4615.00/233.04	c       233           6024         620        20                -           0.0000          -
4714.22/238.07	c       238           4640         139        20                -           0.0000          -
4815.32/243.15	c       243           7864          78        20                -           0.0000          -
4915.80/248.26	c       248           6293         651        20                -           0.0000          -
5016.99/253.33	c       253           4809        1315        20                -           0.0000          -
5116.18/258.36	c       258           8513          71        20                -           0.0000          -
5217.40/263.41	c       263           6624         718        20                -           0.0000          -
5316.64/268.44	c       268           8881          69        20                -           0.0000          -
5415.85/273.44	c       273           5167          38        20                -           0.0000          -
5515.08/278.46	c       278           5296          33        20                -           0.0000          -
5614.31/283.49	c       284           5486          36        20                -           0.0000          -
5715.52/288.51	c       289           5524        1540        20                -           0.0000          -
5816.72/293.65	c       294           7305         883        20                -           0.0000          -
5919.93/298.81	c       299           7477         903        20                -           0.0000          -
6019.10/303.84	c       304           6094          36        20                -           0.0000          -
6122.89/309.08	c       309           6173          34        20                -           0.0000          -
6224.17/314.13	c       314           6134        1698        20                -           0.0000          -
6323.32/319.15	c       319          10912         100        20                -           0.0000          -
6423.88/324.21	c       324          11125         101        20                -           0.0000          -
6523.10/329.21	c       329           6998         384        20                -           0.0000          -
6622.31/334.28	c       334           6923          42        20                -           0.0000          -
6723.54/339.33	c       339           6772        1821        20                -           0.0000          -
6822.74/344.37	c       344          11895         116        20                -           0.0000          -
6923.95/349.40	c       349           7469         440        20                -           0.0000          -
7025.23/354.53	c       355           7591          37        20                -           0.0000          -
7124.51/359.55	c       360           7720         451        20                -           0.0000          -
7225.95/364.63	c       365           7869         472        20                -           0.0000          -
7325.07/369.66	c       370           8012         491        20                -           0.0000          -
7424.34/374.69	c       375           8125         502        20                -           0.0000          -
7525.56/379.78	c       380           9553        1257        20                -           0.0000          -
7626.80/384.84	c       385           8358          35        20                -           0.0000          -
7726.06/389.88	c       390           8254        1988        20                -           0.0000          -
7827.27/394.93	c       395           8300          22        20                -           0.0000          -
7926.53/399.94	c       400           8790          38        20                -           0.0000          -
8025.77/405.03	c       405           8921          43        20                -           0.0000          -
8127.78/410.08	c       410           9017         619        20                -           0.0000          -
8226.80/415.11	c       415           9308          38        20                -           0.0000          -
8328.29/420.16	c       420           9204         661        20                -           0.0000          -
8427.42/425.19	c       425           9283         657        20                -           0.0000          -
8527.63/430.27	c       430           9420         656        20                -           0.0000          -
8628.89/435.34	c       435          15540         144        20                -           0.0000          -
8728.11/440.36	c       440           9620         695        20                -           0.0000          -
8829.34/445.44	c       445          10308          32        20                -           0.0000          -
8928.59/450.49	c       450          10545          28        20                -           0.0000          -
9029.80/455.54	c       456          10713          39        20                -           0.0000          -
9129.03/460.59	c       461          10935          46        20                -           0.0000          -
9230.26/465.60	c       466          11120          36        20                -           0.0000          -
9329.40/470.65	c       471          16830         160        20                -           0.0000          -
9430.58/475.74	c       476          11992        1732        20                -           0.0000          -
9529.70/480.76	c       481          12203        1728        20                -           0.0000          -
9628.96/485.78	c       486          11361          44        20                -           0.0000          -
9728.20/490.78	c       491          10811         850        20                -           0.0000          -
9831.41/495.92	c       496          11548          57        20                -           0.0000          -
9930.65/500.99	c       501          11099         876        20                -           0.0000          -
10032.43/506.04	c       506          11197         898        20                -           0.0000          -
10131.82/511.06	c       511          12715          48        20                -           0.0000          -
10230.93/516.10	c       516          12918          51        20                -           0.0000          -
10332.23/521.14	c       521          13109          55        20                -           0.0000          -
10432.63/526.24	c       526          13327          50        20                -           0.0000          -
10531.85/531.28	c       531          13537          48        20                -           0.0000          -
10633.09/536.35	c       536          13753          50        20                -           0.0000          -
10732.35/541.37	c       541          14027        1910        20                -           0.0000          -
10833.58/546.41	c       546          12003        1019        20                -           0.0000          -
10932.84/551.49	c       552          12143        1019        20                -           0.0000          -
11034.07/556.54	c       557          13354          59        20                -           0.0000          -
11133.29/561.59	c       562          14730        1963        20                -           0.0000          -
11234.49/566.64	c       567          14952          53        20                -           0.0000          -
11333.74/571.66	c       572          14971        2004        20                -           0.0000          -
11432.91/576.68	c       577          13953          59        20                -           0.0000          -
11532.15/581.70	c       582          21425         153        20                -           0.0000          -
11633.38/586.74	c       587          21671         147        20                -           0.0000          -
11732.57/591.78	c       592          13172        1175        20                -           0.0000          -
11833.79/596.87	c       597          15628        2093        20                -           0.0000          -
11935.01/602.00	c       602          14672          60        20                -           0.0000          -
12036.96/607.04	c       607          14781          67        20                -           0.0000          -
12136.09/612.09	c       612          22672         168        20                -           0.0000          -
12235.30/617.14	c       617          16960          67        20                -           0.0000          -
12336.34/622.19	c       622          16313        2175        20                -           0.0000          -
12436.77/627.23	c       627          16462        2190        20                -           0.0000          -
12535.92/632.29	c       632          14183        1237        20                -           0.0000          -
12637.14/637.34	c       637          14313        1268        20                -           0.0000          -
12736.35/642.36	c       642          14445        1287        20                -           0.0000          -
12835.57/647.39	c       647          24125         169        20                -           0.0000          -
12936.76/652.47	c       652          24367         164        20                -           0.0000          -
13038.01/657.53	c       658          24632         158        20                -           0.0000          -
13139.30/662.60	c       663          14951        1355        20                -           0.0000          -
13238.60/667.62	c       668          24930         165        20                -           0.0000          -
13337.89/672.70	c       673          17952        2303        20                -           0.0000          -
13439.17/677.74	c       678          15287        1412        20                -           0.0000          -
13538.46/682.77	c       683          19343          80        20                -           0.0000          -
13639.75/687.84	c       688          18388        2325        20                -           0.0000          -
13739.03/692.86	c       693          18587        2330        20                -           0.0000          -
13840.29/697.91	c       698          26173         161        20                -           0.0000          -
13939.53/702.94	c       703          20058          85        20                -           0.0000          -
14038.76/707.94	c       708          16043        1529        20                -           0.0000          -
14138.00/712.96	c       713          18078          67        20                -           0.0000          -
14239.99/718.10	c       718          18216          67        20                -           0.0000          -
14281.54/720.14	Racing ramp-up finished after 720.1500 seconds. Selected strategy 17.
14361.56/724.26	c       724          18401          64        20                -           0.0000          -           0.0000          -
14460.83/729.29	c       729          48167         276        20                -           0.0000          -           0.0000          -
14562.08/734.33	c       734          82776         286        20                -           0.0000          -           0.0000          -
14661.35/739.37	c       739         107825         286        20                -           0.0000          -           0.0000          -
14760.61/744.39	c       744         131175         261        20                -           0.0000          -           0.0000          -
14863.87/749.56	c       750         153651         317        20                -           0.0000          -           0.0000          -
14963.08/754.58	c       755         171838         277        20                -           0.0000          -           0.0000          -
15062.28/759.59	c       760         191367         270        20                -           0.0000          -           0.0000          -
15163.47/764.62	c       765         213069         293        20                -           0.0000          -           0.0000          -
15264.59/769.72	c       770         241250         314        20                -           0.0000          -           0.0000          -
15363.73/774.77	c       775         275448         299        20                -           0.0000          -           0.0000          -
15462.15/779.80	c       780         307102         307        17                -           0.0000          -           0.0000          -
15550.30/784.87	c       785         331327         335        20                -           0.0000          -           0.0000          -
15651.58/789.90	c       790         358457         432        20                -           0.0000          -           0.0000          -
15750.88/794.90	c       795         392885         516        20                -           0.0000          -           0.0000          -
15850.17/799.95	c       800         430801         582        20                -           0.0000          -           0.0000          -
15949.48/805.00	c       805         465728         621        20                -           0.0000          -           0.0000          -
16048.79/810.02	c       810         496663         673        20                -           0.0000          -           0.0000          -
16152.53/815.13	c       815         525842         748        20                -           0.0000          -           0.0000          -
16251.77/820.19	c       820         551433         801        20                -           0.0000          -           0.0000          -
16351.15/825.23	c       825         576808         804        20                -           0.0000          -           0.0000          -
16452.28/830.32	c       830         604162         858        20                -           0.0000          -           0.0000          -
16551.54/835.37	c       835         629268         865        20                -           0.0000          -           0.0000          -
16652.77/840.42	c       840         654323         816        20                -           0.0000          -           0.0000          -
16752.04/845.45	c       845         679152         847        19                -           0.0000          -           0.0000          -
16851.32/850.46	c       850         698963         841        20                -           0.0000          -           0.0000          -
16952.53/855.53	c       856         719224         853        20                -           0.0000          -           0.0000          -
17051.80/860.55	c       861         737017         868        19                -           0.0000          -           0.0000          -
17151.01/865.57	c       866         754526         889        20                -           0.0000          -           0.0000          -
17250.08/870.58	c       871         772104         873        20                -           0.0000          -           0.0000          -
17350.88/875.61	c       876         790596         833        19                -           0.0000          -           0.0000          -
17450.10/880.62	c       881         809019         846        20                -           0.0000          -           0.0000          -
17549.17/885.65	c       886         828473         812        20                -           0.0000          -           0.0000          -
17650.40/890.70	c       891         845120         804        20                -           0.0000          -           0.0000          -
17749.57/895.75	c       896         864024         731        20                -           0.0000          -           0.0000          -
17848.80/900.77	c       901         881782         658        19                -           0.0000          -           0.0000          -
17949.94/905.80	c       906         900829         605        20                -           0.0000          -           0.0000          -
18047.79/910.82	c       911         918002         612        19                -           0.0000          -           0.0000          -
18125.90/915.82	c       916         936230         558        20                -           0.0000          -           0.0000          -
18226.91/920.91	c       921         949628         624        20                -           0.0000          -           0.0000          -
18325.86/925.96	c       926         988417         700        20                -           0.0000          -           0.0000          -
18425.11/931.01	c       931        1018337         732        20                -           0.0000          -           0.0000          -
18529.05/936.16	c       936        1049244         735        20                -           0.0000          -           0.0000          -
18628.12/941.19	c       941        1071905         736        20                -           0.0000          -           0.0000          -
18728.76/946.25	c       946        1093806         784        20                -           0.0000          -           0.0000          -
18828.05/951.28	c       951        1113837         794        20                -           0.0000          -           0.0000          -
18928.82/956.35	c       956        1133830         774        20                -           0.0000          -           0.0000          -
19030.11/961.40	c       961        1160190         759        20                -           0.0000          -           0.0000          -
19129.39/966.43	c       966        1187252         830        20                -           0.0000          -           0.0000          -
19230.58/971.50	c       972        1215987         870        20                -           0.0000          -           0.0000          -
19329.79/976.56	c       977        1237345         872        20                -           0.0000          -           0.0000          -
19429.06/981.57	c       982        1260847         879        20                -           0.0000          -           0.0000          -
19530.31/986.60	c       987        1275725         942        20                -           0.0000          -           0.0000          -
19629.60/991.63	c       992        1290240         961        20                -           0.0000          -           0.0000          -
19728.76/996.64	c       997        1303237         991        20                -           0.0000          -           0.0000          -
19831.14/1001.80	c      1002        1316590         990        20                -           0.0000          -           0.0000          -
19930.07/1006.81	c      1007        1333631         991        20                -           0.0000          -           0.0000          -
20029.25/1011.82	c      1012        1346767        1052        20                -           0.0000          -           0.0000          -
20127.70/1016.85	c      1017        1359147        1062        19                -           0.0000          -           0.0000          -
20226.95/1021.88	c      1022        1372136         999        20                -           0.0000          -           0.0000          -
20325.19/1026.89	c      1027        1384399         973        20                -           0.0000          -           0.0000          -
20426.26/1031.99	c      1032        1400939         944        19                -           0.0000          -           0.0000          -
20522.81/1037.00	c      1037        1413022        1002        20                -           0.0000          -           0.0000          -
20621.68/1042.02	c      1042        1423523        1006        20                -           0.0000          -           0.0000          -
20722.29/1047.03	c      1047        1430917         952        20                -           0.0000          -           0.0000          -
20820.80/1052.04	c      1052        1439004         912        20                -           0.0000          -           0.0000          -
20916.62/1057.05	c      1057        1445861         879        12                -           0.0000          -           0.0000          -
20998.88/1062.09	c      1062        1452251         891        19                -           0.0000          -           0.0000          -
21097.94/1067.10	c      1067        1466316         926        20                -           0.0000          -           0.0000          -
21197.12/1072.11	c      1072        1475547         937        20                -           0.0000          -           0.0000          -
21296.33/1077.12	c      1077        1484534         899        20                -           0.0000          -           0.0000          -
21397.82/1082.15	c      1082        1492837         854        19                -           0.0000          -           0.0000          -
21494.05/1087.15	c      1087        1500707         815        20                -           0.0000          -           0.0000          -
21593.13/1092.16	c      1092        1508937         754        20                -           0.0000          -           0.0000          -
21692.19/1097.17	c      1097        1520836         772        20                -           0.0000          -           0.0000          -
21747.22/1102.18	c      1102        1528418         707         8                -           0.0000          -           0.0000          -
21818.38/1107.28	c      1107        1535004         692        20                -           0.0000          -           0.0000          -
21919.63/1112.35	c      1112        1549192         725        20                -           0.0000          -           0.0000          -
22020.69/1117.46	c      1117        1558677         667        20                -           0.0000          -           0.0000          -
22121.85/1122.53	c      1123        1571024         679        20                -           0.0000          -           0.0000          -
22225.00/1127.77	c      1128        1583566         625        20                -           0.0000          -           0.0000          -
22323.88/1132.78	c      1133        1594753         562        19                -           0.0000          -           0.0000          -
22425.08/1137.80	c      1138        1604998         501        20                -           0.0000          -           0.0000          -
22524.19/1142.84	c      1143        1611851         423        19                -           0.0000          -           0.0000          -
22623.28/1147.85	c      1148        1619479         327        20                -           0.0000          -           0.0000          -
22718.91/1152.85	c      1153        1625925         245        16                -           0.0000          -           0.0000          -
22760.23/1157.86	c      1158        1633546         209         4                -           0.0000          -           0.0000          -
22780.27/1162.87	c      1163        1641084         229         4                -           0.0000          -           0.0000          -
22869.84/1167.94	c      1168        1645886         239        20                -           0.0000          -           0.0000          -
22969.05/1173.02	c      1173        1677079         362        20                -           0.0000          -           0.0000          -
23070.45/1178.07	c      1178        1703711         370        20                -           0.0000          -           0.0000          -
23169.67/1183.12	c      1183        1726864         361        20                -           0.0000          -           0.0000          -
23268.99/1188.13	c      1188        1734477         337        20                -           0.0000          -           0.0000          -
23369.99/1193.17	c      1193        1749566         335        19                -           0.0000          -           0.0000          -
23469.06/1198.17	c      1198        1756810         277        20                -           0.0000          -           0.0000          -
23568.01/1203.19	c      1203        1764757         249        20                -           0.0000          -           0.0000          -
23666.07/1208.19	c      1208        1766987         197        20                -           0.0000          -           0.0000          -
23766.20/1213.21	c      1213        1771090         145        20                -           0.0000          -           0.0000          -
23856.36/1218.24	c      1218        1773876         120        20                -           0.0000          -           0.0000          -
23957.58/1223.30	c      1223        1775729         131        19                -           0.0000          -           0.0000          -
24023.93/1228.33	c      1228        1777375          59        11                -           0.0000          -           0.0000          -
24080.65/1233.34	c      1233        1778518          49         6                -           0.0000          -           0.0000          -
24095.95/1236.31	c      1236        1779021           0         0                -           0.0000          -
24095.95/1236.31	c SCIP Status        : c problem is solved [infeasible]
24095.95/1236.31	c Total Time         : 1236.3200
24095.95/1236.31	c   solving          : 1236.3200
24095.95/1236.31	c   presolving       : 0.1777 (included in solving)
24095.95/1236.31	c B&B Tree           :
24095.95/1236.31	c   nodes (total)    : 1779021
24095.95/1236.31	c Solution           :
24095.95/1236.31	c   Solutions found  : 0
24095.95/1236.31	c   Primal Bound     :          -
24095.95/1236.31	c   Dual Bound       :          -
24095.95/1236.31	c Gap                :          -
24095.95/1236.32	s UNSATISFIABLE

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 (140606 MiB free)
  memory of node 1: 193531 MiB (175726 MiB free)
  memory of node 2: 193531 MiB (171225 MiB free)
  memory of node 3: 193493 MiB (177581 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-4469228-1723522063/watcher-4469228-1723522063 -o /tmp/evaluation-result-4469228-1723522063/solver-4469228-1723522063 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723516797-723304 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469228-1723522063.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100101 s]*
/proc/loadavg: 78.81 79.78 73.89 62/981 727111
/proc/meminfo: memFree=681082464/790760804 swapFree=131071996/131071996
[pid=727110] ppid=727107 vsize=42004 memory=31532 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/stat : 727110 (fscip) R 727107 727110 723291 0 -1 4194304 5870 0 0 0 10 0 0 0 20 0 1 0 118788989 43012096 7883 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
/proc/727110/statm: 10501 7883 2774 3035 0 6897 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 42004 KiB
Current children cumulated memory: 31532 KiB

[startup+0.218832 s]*
/proc/loadavg: 78.81 79.78 73.89 63/1001 727131
/proc/meminfo: memFree=681048360/790760804 swapFree=131071996/131071996
[pid=727110] ppid=727107 vsize=1535984 memory=79916 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/stat : 727110 (fscip) S 727107 727110 723291 0 -1 1077936128 18256 0 0 0 21 3 0 0 20 0 21 0 118788989 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
/proc/727110/statm: 383996 19979 2790 3035 0 61005 0
[pid=727110/tid=727112] ppid=727107 vsize=1535984 memory=8318255677412212789 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727112/stat : 727112 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727113] ppid=727107 vsize=1535984 memory=241407623510 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727113/stat : 727113 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727114] ppid=727107 vsize=1535984 memory=60710185132526 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727114/stat : 727114 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727115] ppid=727107 vsize=1535984 memory=58519768589018 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727115/stat : 727115 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727116] ppid=727107 vsize=1535984 memory=55186907521990 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727116/stat : 727116 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727117] ppid=727107 vsize=1535984 memory=61818387377632 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727117/stat : 727117 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727118] ppid=727107 vsize=1535984 memory=14132242817483953 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727118/stat : 727118 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727119] ppid=727107 vsize=1535984 memory=3762253058533490768 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727119/stat : 727119 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727120] ppid=727107 vsize=1535984 memory=1892839 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727120/stat : 727120 (fscip) S 727107 727110 723291 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727121] ppid=727107 vsize=1535984 memory=2062258 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727121/stat : 727121 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727122] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727122/stat : 727122 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727123] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727123/stat : 727123 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727124] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727124/stat : 727124 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727125] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727125/stat : 727125 (fscip) S 727107 727110 723291 0 -1 1077936192 1642 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727126] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727126/stat : 727126 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727127] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727127/stat : 727127 (fscip) R 727107 727110 723291 0 -1 4194368 1102 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727128] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727128/stat : 727128 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727129] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727129/stat : 727129 (fscip) S 727107 727110 723291 0 -1 1077936192 1640 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727130] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727130/stat : 727130 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727131] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727131/stat : 727131 (fscip) S 727107 727110 723291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 19979 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1535984 KiB
Current children cumulated memory: 79916 KiB

[startup+0.320058 s]*
/proc/loadavg: 78.81 79.78 73.89 62/1001 727131
/proc/meminfo: memFree=680950380/790760804 swapFree=131071996/131071996
[pid=727110] ppid=727107 vsize=1535984 memory=172256 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/stat : 727110 (fscip) S 727107 727110 723291 0 -1 1077936128 42169 0 0 0 27 6 0 0 20 0 21 0 118788989 1572847616 43064 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 17 71 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
/proc/727110/statm: 383996 43064 2790 3035 0 85029 0
[pid=727110/tid=727112] ppid=727107 vsize=1535984 memory=-6731022634066295653 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727112/stat : 727112 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43064 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727113] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727113/stat : 727113 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43064 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727114] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727114/stat : 727114 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43064 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727115] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727115/stat : 727115 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43064 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727116] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727116/stat : 727116 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727117] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727117/stat : 727117 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727118] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727118/stat : 727118 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727119] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727119/stat : 727119 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727120] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727120/stat : 727120 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727121] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727121/stat : 727121 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727122] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727122/stat : 727122 (fscip) S 727107 727110 723291 0 -1 1077936192 1640 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727123] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727123/stat : 727123 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727124] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727124/stat : 727124 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727125] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727125/stat : 727125 (fscip) S 727107 727110 723291 0 -1 1077936192 1642 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727126] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727126/stat : 727126 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727127] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727127/stat : 727127 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727128] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727128/stat : 727128 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727129] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727129/stat : 727129 (fscip) S 727107 727110 723291 0 -1 1077936192 1640 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727130] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727130/stat : 727130 (fscip) R 727107 727110 723291 0 -1 4194368 510 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727131] ppid=727107 vsize=1535984 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727131/stat : 727131 (fscip) S 727107 727110 723291 0 -1 1077936192 1641 0 0 0 0 0 0 0 20 0 21 0 118789009 1572847616 43130 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1535984 KiB
Current children cumulated memory: 172256 KiB

[startup+0.702763 s]
/proc/loadavg: 78.81 79.78 73.89 81/1021 727151
/proc/meminfo: memFree=680642872/790760804 swapFree=131071996/131071996
[pid=727110] ppid=727107 vsize=1895664 memory=737724 CPUtime=6.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/stat : 727110 (fscip) S 727107 727110 723291 0 -1 1077936128 182473 0 0 0 616 47 0 0 20 0 41 0 118788989 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
/proc/727110/statm: 473916 184431 2966 3035 0 278917 0
[pid=727110/tid=727112] ppid=727107 vsize=1895664 memory=36448 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727112/stat : 727112 (fscip) R 727107 727110 723291 0 -1 4194368 8675 0 0 0 29 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727113] ppid=727107 vsize=1895664 memory=5440 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727113/stat : 727113 (fscip) R 727107 727110 723291 0 -1 4194368 8727 0 0 0 30 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727114] ppid=727107 vsize=1895664 memory=16108 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727114/stat : 727114 (fscip) R 727107 727110 723291 0 -1 4194368 8452 0 0 0 30 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727115] ppid=727107 vsize=1895664 memory=0 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727115/stat : 727115 (fscip) R 727107 727110 723291 0 -1 4194368 8703 0 0 0 31 1 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727116] ppid=727107 vsize=1895664 memory=10528 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727116/stat : 727116 (fscip) R 727107 727110 723291 0 -1 4194368 8420 0 0 0 29 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727117] ppid=727107 vsize=1895664 memory=0 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727117/stat : 727117 (fscip) R 727107 727110 723291 0 -1 4194368 8291 0 0 0 30 1 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727118] ppid=727107 vsize=1895664 memory=0 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727118/stat : 727118 (fscip) R 727107 727110 723291 0 -1 4194368 8801 0 0 0 30 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727119] ppid=727107 vsize=1895664 memory=0 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727119/stat : 727119 (fscip) D 727107 727110 723291 0 -1 4194368 8484 0 0 0 30 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727120] ppid=727107 vsize=1895664 memory=0 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727120/stat : 727120 (fscip) R 727107 727110 723291 0 -1 4194368 8849 0 0 0 29 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727121] ppid=727107 vsize=1895664 memory=0 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727121/stat : 727121 (fscip) R 727107 727110 723291 0 -1 4194368 8760 0 0 0 29 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727122] ppid=727107 vsize=1895664 memory=0 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727122/stat : 727122 (fscip) R 727107 727110 723291 0 -1 4194368 8526 0 0 0 30 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727123] ppid=727107 vsize=1895664 memory=2212 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727123/stat : 727123 (fscip) R 727107 727110 723291 0 -1 4194368 7879 0 0 0 27 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727124] ppid=727107 vsize=1895664 memory=52948 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727124/stat : 727124 (fscip) R 727107 727110 723291 0 -1 4194368 8747 0 0 0 29 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727125] ppid=727107 vsize=1895664 memory=1952 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727125/stat : 727125 (fscip) R 727107 727110 723291 0 -1 4194368 8818 0 0 0 29 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727126] ppid=727107 vsize=1895664 memory=1852 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727126/stat : 727126 (fscip) R 727107 727110 723291 0 -1 4194368 8409 0 0 0 30 1 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727127] ppid=727107 vsize=1895664 memory=33108 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727127/stat : 727127 (fscip) R 727107 727110 723291 0 -1 4194368 8683 0 0 0 30 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727128] ppid=727107 vsize=1895664 memory=2208 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727128/stat : 727128 (fscip) R 727107 727110 723291 0 -1 4194368 8539 0 0 0 29 3 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727129] ppid=727107 vsize=1895664 memory=25992 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727129/stat : 727129 (fscip) R 727107 727110 723291 0 -1 4194368 8793 0 0 0 29 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727130] ppid=727107 vsize=1895664 memory=104 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727130/stat : 727130 (fscip) R 727107 727110 723291 0 -1 4194368 8748 0 0 0 30 2 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727131] ppid=727107 vsize=1895664 memory=25333125866717268 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727131/stat : 727131 (fscip) R 727107 727110 723291 0 -1 4194368 8580 0 0 0 30 1 0 0 20 0 41 0 118789009 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727132] ppid=727107 vsize=1895664 memory=25992 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727132/stat : 727132 (fscip) S 727107 727110 723291 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 118789024 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727133] ppid=727107 vsize=1895664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727133/stat : 727133 (fscip) S 727107 727110 723291 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 118789024 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727134] ppid=727107 vsize=1895664 memory=57796 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727134/stat : 727134 (fscip) S 727107 727110 723291 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 118789024 1941159936 184431 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0

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

[pid=727110/tid=727123] ppid=727107 vsize=5830096 memory=8072 CPUtime=1193.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727123/stat : 727123 (fscip) S 727107 727110 723291 0 -1 1077936192 620349 0 0 0 119062 282 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727124] ppid=727107 vsize=5830096 memory=4588968 CPUtime=1206.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727124/stat : 727124 (fscip) S 727107 727110 723291 0 -1 1077936192 595914 0 0 0 120570 82 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727125] ppid=727107 vsize=5830096 memory=2300 CPUtime=1215.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727125/stat : 727125 (fscip) S 727107 727110 723291 0 -1 1077936192 576269 0 0 0 121426 88 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727126] ppid=727107 vsize=5830096 memory=1692 CPUtime=1200.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727126/stat : 727126 (fscip) S 727107 727110 723291 0 -1 1077936192 541564 0 0 0 119700 318 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727127] ppid=727107 vsize=5830096 memory=6720667627549047911 CPUtime=1208.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727127/stat : 727127 (fscip) S 727107 727110 723291 0 -1 1077936192 544909 0 0 0 120774 77 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727128] ppid=727107 vsize=5830096 memory=52948 CPUtime=1189.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727128/stat : 727128 (fscip) S 727107 727110 723291 0 -1 1077936192 644445 0 0 0 118871 86 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727129] ppid=727107 vsize=5830096 memory=1952 CPUtime=1193.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727129/stat : 727129 (fscip) S 727107 727110 723291 0 -1 1077936192 551948 0 0 0 119119 272 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727130] ppid=727107 vsize=5830096 memory=1852 CPUtime=1203.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727130/stat : 727130 (fscip) S 727107 727110 723291 0 -1 1077936192 604878 0 0 0 120223 84 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727131] ppid=727107 vsize=5830096 memory=11588 CPUtime=1201.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727131/stat : 727131 (fscip) S 727107 727110 723291 0 -1 1077936192 660691 0 0 0 120088 91 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727132] ppid=727107 vsize=5830096 memory=13896 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727132/stat : 727132 (fscip) S 727107 727110 723291 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727133] ppid=727107 vsize=5830096 memory=13144 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727133/stat : 727133 (fscip) S 727107 727110 723291 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727134] ppid=727107 vsize=5830096 memory=11664 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727134/stat : 727134 (fscip) S 727107 727110 723291 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727135] ppid=727107 vsize=5830096 memory=11684 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727135/stat : 727135 (fscip) S 727107 727110 723291 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727136] ppid=727107 vsize=5830096 memory=14724 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727136/stat : 727136 (fscip) S 727107 727110 723291 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727137] ppid=727107 vsize=5830096 memory=2768 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727137/stat : 727137 (fscip) S 727107 727110 723291 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727138] ppid=727107 vsize=5830096 memory=6844 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727138/stat : 727138 (fscip) S 727107 727110 723291 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727139] ppid=727107 vsize=5830096 memory=4588968 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727139/stat : 727139 (fscip) S 727107 727110 723291 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727140] ppid=727107 vsize=5830096 memory=2640 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727140/stat : 727140 (fscip) S 727107 727110 723291 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727141] ppid=727107 vsize=5830096 memory=6848 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727141/stat : 727141 (fscip) S 727107 727110 723291 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727142] ppid=727107 vsize=5830096 memory=12312168 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727142/stat : 727142 (fscip) S 727107 727110 723291 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727143] ppid=727107 vsize=5830096 memory=120307 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727143/stat : 727143 (fscip) S 727107 727110 723291 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727144] ppid=727107 vsize=5830096 memory=120179 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727144/stat : 727144 (fscip) S 727107 727110 723291 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727145] ppid=727107 vsize=5830096 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727145/stat : 727145 (fscip) S 727107 727110 723291 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727146] ppid=727107 vsize=5830096 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727146/stat : 727146 (fscip) S 727107 727110 723291 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727147] ppid=727107 vsize=5830096 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727147/stat : 727147 (fscip) S 727107 727110 723291 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727148] ppid=727107 vsize=5830096 memory=6943526294502006880 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727148/stat : 727148 (fscip) S 727107 727110 723291 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727149] ppid=727107 vsize=5830096 memory=7011348500760777553 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727149/stat : 727149 (fscip) S 727107 727110 723291 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727150] ppid=727107 vsize=5830096 memory=7011348500760777553 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727150/stat : 727150 (fscip) S 727107 727110 723291 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727151] ppid=727107 vsize=5830096 memory=47524 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727151/stat : 727151 (fscip) S 727107 727110 723291 0 -1 1077936192 43 0 0 0 1 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
Current children cumulated CPU time: 24092 s
Current children cumulated vsize: 5830096 KiB
Current children cumulated memory: 4589980 KiB

[startup+1236 s]*
/proc/loadavg: 78.08 78.42 77.24 62/1026 728478
/proc/meminfo: memFree=689476172/790760804 swapFree=131071996/131071996
[pid=727110] ppid=727107 vsize=5830096 memory=4589980 CPUtime=24095.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/stat : 727110 (fscip) S 727107 727110 723291 0 -1 1077936128 11719520 0 0 0 2406488 3069 0 0 20 0 41 0 118788989 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
/proc/727110/statm: 1457524 1147495 3030 3035 0 1310106 0
[pid=727110/tid=727112] ppid=727107 vsize=5830096 memory=6720667636256423015 CPUtime=1206.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727112/stat : 727112 (fscip) S 727107 727110 723291 0 -1 1077936192 526929 0 0 0 120580 82 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727113] ppid=727107 vsize=5830096 memory=8323350987516068516 CPUtime=1202.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727113/stat : 727113 (fscip) S 727107 727110 723291 0 -1 1077936192 635981 0 0 0 120139 83 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727114] ppid=727107 vsize=5830096 memory=13896 CPUtime=1221.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727114/stat : 727114 (fscip) S 727107 727110 723291 0 -1 1077936192 462137 0 0 0 121814 381 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727115] ppid=727107 vsize=5830096 memory=13144 CPUtime=1213.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727115/stat : 727115 (fscip) S 727107 727110 723291 0 -1 1077936192 580486 0 0 0 121269 87 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727116] ppid=727107 vsize=5830096 memory=11664 CPUtime=1209.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727116/stat : 727116 (fscip) S 727107 727110 723291 0 -1 1077936192 603056 0 0 0 120808 93 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727117] ppid=727107 vsize=5830096 memory=11684 CPUtime=1194.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727117/stat : 727117 (fscip) S 727107 727110 723291 0 -1 1077936192 615089 0 0 0 119208 276 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727118] ppid=727107 vsize=5830096 memory=14724 CPUtime=1207.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727118/stat : 727118 (fscip) S 727107 727110 723291 0 -1 1077936192 514660 0 0 0 120688 79 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727119] ppid=727107 vsize=5830096 memory=6608 CPUtime=1203.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727119/stat : 727119 (fscip) R 727107 727110 723291 0 -1 4194368 599509 0 0 0 120243 87 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727120] ppid=727107 vsize=5830096 memory=3656940 CPUtime=1194.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727120/stat : 727120 (fscip) S 727107 727110 723291 0 -1 1077936192 571252 0 0 0 119213 256 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727121] ppid=727107 vsize=5830096 memory=6720667636256423015 CPUtime=1214.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727121/stat : 727121 (fscip) S 727107 727110 723291 0 -1 1077936192 579917 0 0 0 121332 86 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727122] ppid=727107 vsize=5830096 memory=8323350987516068516 CPUtime=1212.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727122/stat : 727122 (fscip) S 727107 727110 723291 0 -1 1077936192 672236 0 0 0 121187 92 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727123] ppid=727107 vsize=5830096 memory=-7736728418042779277 CPUtime=1193.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727123/stat : 727123 (fscip) S 727107 727110 723291 0 -1 1077936192 620349 0 0 0 119062 282 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727124] ppid=727107 vsize=5830096 memory=-7736728418042779277 CPUtime=1206.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727124/stat : 727124 (fscip) S 727107 727110 723291 0 -1 1077936192 595914 0 0 0 120570 82 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727125] ppid=727107 vsize=5830096 memory=-6800859132029471841 CPUtime=1215.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727125/stat : 727125 (fscip) S 727107 727110 723291 0 -1 1077936192 576269 0 0 0 121426 88 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727126] ppid=727107 vsize=5830096 memory=-6800859132029471841 CPUtime=1200.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727126/stat : 727126 (fscip) S 727107 727110 723291 0 -1 1077936192 541564 0 0 0 119700 318 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727127] ppid=727107 vsize=5830096 memory=-1624779614416096797 CPUtime=1208.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727127/stat : 727127 (fscip) S 727107 727110 723291 0 -1 1077936192 544909 0 0 0 120774 77 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727128] ppid=727107 vsize=5830096 memory=7521381244776562736 CPUtime=1189.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727128/stat : 727128 (fscip) S 727107 727110 723291 0 -1 1077936192 644445 0 0 0 118871 86 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727129] ppid=727107 vsize=5830096 memory=33756 CPUtime=1193.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727129/stat : 727129 (fscip) S 727107 727110 723291 0 -1 1077936192 551948 0 0 0 119119 272 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727130] ppid=727107 vsize=5830096 memory=48316 CPUtime=1203.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727130/stat : 727130 (fscip) S 727107 727110 723291 0 -1 1077936192 604878 0 0 0 120223 84 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727131] ppid=727107 vsize=5830096 memory=7764 CPUtime=1201.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727131/stat : 727131 (fscip) S 727107 727110 723291 0 -1 1077936192 660691 0 0 0 120088 91 0 0 20 0 41 0 118789009 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727132] ppid=727107 vsize=5830096 memory=19016 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727132/stat : 727132 (fscip) S 727107 727110 723291 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727133] ppid=727107 vsize=5830096 memory=20448 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727133/stat : 727133 (fscip) S 727107 727110 723291 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727134] ppid=727107 vsize=5830096 memory=5556 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727134/stat : 727134 (fscip) S 727107 727110 723291 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727135] ppid=727107 vsize=5830096 memory=11588 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727135/stat : 727135 (fscip) S 727107 727110 723291 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727136] ppid=727107 vsize=5830096 memory=4589980 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727136/stat : 727136 (fscip) S 727107 727110 723291 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727137] ppid=727107 vsize=5830096 memory=13144 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727137/stat : 727137 (fscip) S 727107 727110 723291 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727138] ppid=727107 vsize=5830096 memory=11636 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727138/stat : 727138 (fscip) S 727107 727110 723291 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727139] ppid=727107 vsize=5830096 memory=36448 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727139/stat : 727139 (fscip) S 727107 727110 723291 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727140] ppid=727107 vsize=5830096 memory=5482560 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727140/stat : 727140 (fscip) S 727107 727110 723291 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727141] ppid=727107 vsize=5830096 memory=2760 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727141/stat : 727141 (fscip) S 727107 727110 723291 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727142] ppid=727107 vsize=5830096 memory=6608 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727142/stat : 727142 (fscip) S 727107 727110 723291 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727143] ppid=727107 vsize=5830096 memory=3655808 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727143/stat : 727143 (fscip) S 727107 727110 723291 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727144] ppid=727107 vsize=5830096 memory=6720667636256423015 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727144/stat : 727144 (fscip) S 727107 727110 723291 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727145] ppid=727107 vsize=5830096 memory=8323350987516068516 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727145/stat : 727145 (fscip) S 727107 727110 723291 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727146] ppid=727107 vsize=5830096 memory=6844 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727146/stat : 727146 (fscip) S 727107 727110 723291 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727147] ppid=727107 vsize=5830096 memory=4589980 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727147/stat : 727147 (fscip) S 727107 727110 723291 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727148] ppid=727107 vsize=5830096 memory=2640 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727148/stat : 727148 (fscip) S 727107 727110 723291 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727149] ppid=727107 vsize=5830096 memory=6848 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727149/stat : 727149 (fscip) S 727107 727110 723291 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727150] ppid=727107 vsize=5830096 memory=12312168 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727150/stat : 727150 (fscip) S 727107 727110 723291 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
[pid=727110/tid=727151] ppid=727107 vsize=5830096 memory=2808 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/727110/task/727151/stat : 727151 (fscip) S 727107 727110 723291 0 -1 1077936192 43 0 0 0 1 0 0 0 20 0 41 0 118789024 5970018304 1147495 809668444160 4194304 16622685 140731130745808 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25653248 140731130749930 140731130750045 140731130750045 140731130757071 0
Current children cumulated CPU time: 24095.6 s
Current children cumulated vsize: 5830096 KiB
Current children cumulated memory: 4589980 KiB

[startup+1236.4 s]*
/proc/loadavg: 78.08 78.42 77.24 62/987 728478
/proc/meminfo: memFree=691987560/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1236.49
CPU time (s): 24096.2
CPU user time (s): 24065.3
CPU system time (s): 30.9031
CPU usage (%): 1948.75
Max. virtual memory (cumulated for all children) (KiB): 5861620
Max. memory (cumulated for all children) (KiB): 4597692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24065.3
system time used= 30.9031
maximum resident set size= 4597692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11744066
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= 262708
involuntary context switches= 108163


# summary of solver processes directly reported to runsolver:
#   pid: 727110
#   total CPU time (s): 24096.2
#   total CPU user time (s): 24065.3
#   total CPU system time (s): 30.9031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.97193 second user time and 27.0612 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-13 06:07:43
IDJOB=4469228
IDBENCH=162921
IDSOLVER=3099
FILE ID=nodeD103/4469228-1723522063
RUNJOBID= nodeD103-1723516797-723304
SLURM_JOB_ID= 8267570
Free space on /tmp= 8586668 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-8_6_25.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4469228-1723522063/watcher-4469228-1723522063 -o /tmp/evaluation-result-4469228-1723522063/solver-4469228-1723522063 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723516797-723304 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469228-1723522063.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 327700430205073718cfdeea5c9331a0
RANDOM SEED=241376094

nodeD103.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		: 3078.380
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		: 2862.733
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	: 5007.12
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		: 3064.786
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	: 5012.87
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		: 3605.173
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	: 5010.67
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		: 3086.557
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		: 2964.104
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	: 5007.12
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		: 3063.992
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	: 5012.87
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		: 3585.607
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	: 5010.67
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		: 3086.114
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		: 2843.947
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	: 5007.12
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		: 3067.380
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	: 5012.87
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		: 3098.743
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	: 5010.67
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		: 3123.950
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		: 2955.483
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	: 5007.12
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		: 3078.205
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	: 5012.87
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		: 2570.778
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	: 5010.67
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		: 3143.228
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		: 2961.165
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	: 5007.12
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		: 3078.218
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	: 5012.87
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		: 3293.432
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	: 5010.67
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		: 3133.621
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		: 2964.187
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	: 5007.12
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		: 3070.635
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	: 5012.87
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		: 3403.667
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	: 5010.67
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		: 3094.799
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		: 2964.213
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	: 5007.12
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		: 3053.566
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	: 5012.87
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		: 2767.501
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	: 5010.67
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		: 3142.327
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		: 2956.811
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	: 5007.12
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		: 3072.194
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	: 5012.87
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		: 3587.644
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	: 5010.67
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		: 3143.107
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		: 2959.312
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	: 5007.12
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		: 3058.430
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	: 5012.87
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		: 1694.858
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	: 5010.67
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		: 3143.140
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		: 2964.248
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	: 5007.12
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		: 3078.110
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	: 5012.87
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		: 1682.144
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	: 5010.67
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		: 3061.731
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		: 2964.267
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	: 5007.12
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		: 3065.637
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	: 5012.87
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		: 2598.129
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	: 5010.67
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		: 3118.165
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		: 2960.252
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	: 5007.12
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		: 3078.003
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	: 5012.87
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		: 2126.700
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	: 5010.67
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		: 3143.177
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		: 2963.309
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	: 5007.12
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		: 3072.689
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	: 5012.87
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		: 2617.917
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	: 5010.67
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		: 3127.142
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		: 2964.275
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	: 5007.12
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.871
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	: 5012.87
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		: 2627.940
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	: 5010.67
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		: 3060.866
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		: 2962.550
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	: 5007.12
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		: 2864.401
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	: 5012.87
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		: 2630.537
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	: 5010.67
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		: 3142.675
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		: 2962.952
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	: 5007.12
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		: 3073.764
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	: 5012.87
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		: 2630.564
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	: 5010.67
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		: 3092.240
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		: 2958.102
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	: 5007.12
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		: 3077.724
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	: 5012.87
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		: 2641.417
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	: 5010.67
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		: 3078.389
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		: 2960.976
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	: 5007.12
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		: 3077.731
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	: 5012.87
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		: 2654.791
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	: 5010.67
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		: 3079.070
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		: 2964.239
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	: 5007.12
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		: 3077.731
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	: 5012.87
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		: 2656.265
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	: 5010.67
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		: 3120.317
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		: 2964.172
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	: 5007.12
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		: 3064.592
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	: 5012.87
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		: 1923.410
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	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        681105496 kB
MemAvailable:   748594892 kB
Buffers:         1159872 kB
Cached:         69087700 kB
SwapCached:            0 kB
Active:          9574328 kB
Inactive:       95465292 kB
Active(anon):       2132 kB
Inactive(anon): 34828844 kB
Active(file):    9572196 kB
Inactive(file): 60636448 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28556 kB
Writeback:             0 kB
AnonPages:      34790756 kB
Mapped:           139860 kB
Shmem:             38920 kB
KReclaimable:    1400932 kB
Slab:            1941132 kB
SReclaimable:    1400932 kB
SUnreclaim:       540200 kB
KernelStack:       16752 kB
PageTables:        80748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   18638608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1043712 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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:      903168 kB
DirectMap2M:    163172352 kB
DirectMap1G:    641728512 kB

Free space on /tmp at the end= 8586640 MiB
End job on nodeD103 at 2024-08-13 06:28:19