Trace number 4465783

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
MD5SUMc7ad59296e2e055fc86df3342558d493
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4329
Total number of constraints10136
Number of constraints which are clauses4785
Number of constraints which are cardinality constraints (but not clauses)5351
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 46858240, getVmSize() = 46858240, SCIPgetMemUsed() = 20802481, SCIPgetMemTotal() = 24548609, SCIPgetMemExternEstim() = 13477294
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.11/0.15	c ** Estimated virtualMemUsedAtSolver = 53547470, getVmSize() = 91283456, SCIPgetMemUsed() = 47270071, SCIPgetMemTotal() = 66843911, SCIPgetMemExternEstim() = 13477294
0.11/0.15	c ** set memory limit for solvers to 4.18845e+11 for each SCIP **
0.11/0.15	c Original Problem   :
0.11/0.15	c   Problem name     : instance-4465783-1722562106
0.11/0.15	c   Variables        : 4329 (4329 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.15	c   Constraints      : 10136
0.11/0.15	c   Objective sense  : minimize
0.11/0.15	c Presolved Problem  :
0.11/0.15	c   Variables        : 4306 (4306 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.15	c   Constraints      : 6227
0.11/0.15	c Constraints        : Number
0.11/0.15	c   setppc           : 6226 
0.11/0.15	c   orbitope         : 1 
0.11/0.15	c ** Instance transfer method used: 0
0.11/0.17	c ** ParaScipInstance copy increased the number of variables. **
0.34/0.38	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.34/0.38	c                                Nodes    Active                                            
0.34/0.38	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
102.84/5.60	c         6           4701         194        20                -           0.0000          -
201.40/10.66	c        11              2           1        20                -           0.0000          -
301.88/15.71	c        16          16820          44        20                -           0.0000          -
400.97/20.76	c        21          21956         198        20                -           0.0000          -
502.07/25.81	c        26              2           1        20                -           0.0000          -
601.22/30.85	c        31             12          11        20                -           0.0000          -
702.28/35.90	c        36             23          22        20                -           0.0000          -
801.40/40.94	c        41             23          22        20                -           0.0000          -
900.54/45.98	c        46             47          48        20                -           0.0000          -
1002.23/51.04	c        51             58          57        20                -           0.0000          -
1101.40/56.08	c        56             75          74        20                -           0.0000          -
1202.59/61.16	c        61             99          98        20                -           0.0000          -
1302.95/66.21	c        66             99          98        20                -           0.0000          -
1402.03/71.23	c        71             99          98        20                -           0.0000          -
1503.16/76.32	c        76            176         135        20                -           0.0000          -
1602.30/81.39	c        81            488         181        20                -           0.0000          -
1703.40/86.44	c        86            488         181        20                -           0.0000          -
1802.57/91.45	c        91            245         149        20                -           0.0000          -
1901.52/96.47	c        96            245         149        20                -           0.0000          -
2002.49/101.59	c       102           5088        1437        20                -           0.0000          -
2103.31/106.65	c       107            442         180        20                -           0.0000          -
2204.26/111.71	c       112            991         306        20                -           0.0000          -
2303.28/116.76	c       117            543         176        20                -           0.0000          -
2404.44/121.81	c       122            618         173        20                -           0.0000          -
2503.59/126.87	c       127            618         173        20                -           0.0000          -
2604.61/131.92	c       132           1307         354        20                -           0.0000          -
2703.75/136.93	c       137            919         199        20                -           0.0000          -
2802.74/141.96	c       142           1351         363        20                -           0.0000          -
2901.93/147.00	c       147           1219         217        20                -           0.0000          -
3003.78/152.12	c       152           1561         401        20                -           0.0000          -
3102.79/157.12	c       157           1328         227        20                -           0.0000          -
3205.01/162.22	c       162           1328         227        20                -           0.0000          -
3304.14/167.29	c       167           1359         222        20                -           0.0000          -
3405.26/172.33	c       172           1426         222        20                -           0.0000          -
3504.38/177.39	c       177           1441         231        20                -           0.0000          -
3605.51/182.44	c       182           2161         520        20                -           0.0000          -
3706.66/187.51	c       188           2109         250        20                -           0.0000          -
3805.81/192.55	c       193           2492         585        20                -           0.0000          -
3906.98/197.60	c       198           2204         251        20                -           0.0000          -
4006.16/202.64	c       203           3051         675        20                -           0.0000          -
4105.35/207.65	c       208           3051         675        20                -           0.0000          -
4206.50/212.71	c       213         147678          29        20                -           0.0000          -
4307.70/217.80	c       218           3111         699        20                -           0.0000          -
4406.75/222.87	c       223           3215         719        20                -           0.0000          -
4505.95/227.88	c       228         153388          29        20                -           0.0000          -
4605.07/232.90	c       233           3333         747        20                -           0.0000          -
4706.18/237.97	c       238           3333         747        20                -           0.0000          -
4805.32/242.99	c       243           3341         261        20                -           0.0000          -
4908.85/248.14	c       248          15100        3690        20                -           0.0000          -
5009.15/253.20	c       253           3537         255        20                -           0.0000          -
5108.28/258.23	c       258           5058         988        20                -           0.0000          -
5207.27/263.29	c       263           3885         270        20                -           0.0000          -
5308.44/268.34	c       268           3885         270        20                -           0.0000          -
5407.59/273.40	c       273           3949         273        20                -           0.0000          -
5508.62/278.44	c       278           3949         273        20                -           0.0000          -
5607.75/283.48	c       283           7076        1145        20                -           0.0000          -
5708.93/288.55	c       289           4175         300        20                -           0.0000          -
5808.06/293.59	c       294         179340          39        20                -           0.0000          -
5909.17/298.69	c       299           4829         347        20                -           0.0000          -
6010.15/303.74	c       304          18734        4548        20                -           0.0000          -
6111.05/308.80	c       309         185137          40        20                -           0.0000          -
6209.70/313.85	c       314         185985          39        20                -           0.0000          -
6310.70/318.90	c       319           6196         433        20                -           0.0000          -
6409.81/323.95	c       324          10260        1546        20                -           0.0000          -
6508.78/328.99	c       329          10316        1584        20                -           0.0000          -
6610.50/334.04	c       334          20633        5054        20                -           0.0000          -
6711.60/339.14	c       339           7433         501        20                -           0.0000          -
6810.95/344.19	c       344          21302        5233        20                -           0.0000          -
6911.26/349.20	c       349           8265         540        20                -           0.0000          -
7010.38/354.30	c       354           8265         540        20                -           0.0000          -
7111.34/359.35	c       359          22384        5457        20                -           0.0000          -
7212.33/364.42	c       364          22856        5529        20                -           0.0000          -
7311.45/369.45	c       369           9866         600        20                -           0.0000          -
7412.51/374.56	c       375           9983         606        20                -           0.0000          -
7511.55/379.57	c       380          13304        1867        20                -           0.0000          -
7612.54/384.60	c       385          13493        1878        20                -           0.0000          -
7713.43/389.71	c       390          24648        5936        20                -           0.0000          -
7814.40/394.82	c       395          24971        5986        20                -           0.0000          -
7913.43/399.85	c       400         221026          41        20                -           0.0000          -
8014.47/404.92	c       405          14703        1982        20                -           0.0000          -
8113.55/409.98	c       410          14887        2000        20                -           0.0000          -
8212.49/415.03	c       415          14887        2000        20                -           0.0000          -
8314.21/420.09	c       420          14887        2000        20                -           0.0000          -
8415.04/425.14	c       425          15112        1082        20                -           0.0000          -
8514.07/430.20	c       430         233277          49        20                -           0.0000          -
8614.30/435.25	c       435          27788        6578        20                -           0.0000          -
8715.31/440.30	c       440          16453        1242        20                -           0.0000          -
8814.54/445.35	c       445          16713        2170        20                -           0.0000          -
8913.41/450.37	c       450         240449          31        20                -           0.0000          -
9014.55/455.44	c       455         242930          41        20                -           0.0000          -
9115.69/460.51	c       461          17412        2226        20                -           0.0000          -
9214.88/465.57	c       466          18319        1461        20                -           0.0000          -
9315.89/470.61	c       471          18633        1485        20                -           0.0000          -
9415.07/475.62	c       476          18863        1497        20                -           0.0000          -
9514.23/480.67	c       481          18863        1497        20                -           0.0000          -
9613.39/485.69	c       486         254067          34        20                -           0.0000          -
9714.49/490.73	c       491          19176        1501        20                -           0.0000          -
9813.60/495.76	c       496          19571        2373        20                -           0.0000          -
9914.80/500.82	c       501          19571        2373        20                -           0.0000          -
10015.93/505.92	c       506          19571        2373        20                -           0.0000          -
10117.87/511.05	c       511          19676        2379        20                -           0.0000          -
10216.80/516.12	c       516          20118        2376        20                -           0.0000          -
10316.12/521.13	c       521         267795          40        20                -           0.0000          -
10416.99/526.19	c       526         269748          33        20                -           0.0000          -
10516.18/531.19	c       531          21489        1629        20                -           0.0000          -
10618.79/536.30	c       536          21489        1629        20                -           0.0000          -
10717.89/541.36	c       541          21521        1629        20                -           0.0000          -
10818.96/546.47	c       546          21673        2526        20                -           0.0000          -
10920.09/551.50	c       552          21673        2526        20                -           0.0000          -
11019.18/556.56	c       557         281241          36        20                -           0.0000          -
11120.25/561.65	c       562         283135          37        20                -           0.0000          -
11219.34/566.70	c       567          22719        1675        20                -           0.0000          -
11320.39/571.75	c       572          22719        1675        20                -           0.0000          -
11421.54/576.84	c       577          22800        1670        20                -           0.0000          -
11522.62/581.90	c       582          22800        1670        20                -           0.0000          -
11621.77/586.96	c       587          23026        1687        20                -           0.0000          -
11720.90/592.00	c       592          38382        9422        20                -           0.0000          -
11820.04/597.02	c       597          23282        1696        20                -           0.0000          -
11921.63/602.10	c       602          23403        1704        20                -           0.0000          -
12022.72/607.15	c       607          23461        1718        20                -           0.0000          -
12123.17/612.20	c       612          23754        1744        20                -           0.0000          -
12222.27/617.25	c       617          40053        9814        20                -           0.0000          -
12323.37/622.30	c       622          24202        1786        20                -           0.0000          -
12422.50/627.32	c       627          24202        1786        20                -           0.0000          -
12521.64/632.37	c       632          24202        1786        20                -           0.0000          -
12622.12/637.45	c       637          24432        1814        20                -           0.0000          -
12723.21/642.50	c       643          24432        1814        20                -           0.0000          -
12822.31/647.55	c       648          24584        1811        20                -           0.0000          -
12923.39/652.60	c       653          24689        1822        20                -           0.0000          -
13022.50/657.65	c       658          42915       10479        20                -           0.0000          -
13123.59/662.71	c       663          27614        2925        20                -           0.0000          -
13222.68/667.76	c       668          27614        2925        20                -           0.0000          -
13323.67/672.81	c       673          27886        2950        20                -           0.0000          -
13422.73/677.86	c       678          26706        1944        20                -           0.0000          -
13523.82/682.91	c       683          44807       10932        20                -           0.0000          -
13622.91/687.95	c       688          45155       11002        20                -           0.0000          -
13722.03/692.97	c       693          29237        3092        20                -           0.0000          -
13821.14/698.02	c       698          29348        3097        20                -           0.0000          -
13922.95/703.08	c       703         337339          29        20                -           0.0000          -
14021.98/708.10	c       708         339092          29        20                -           0.0000          -
14123.23/713.17	c       713         340938          24        20                -           0.0000          -
14223.45/718.20	c       718         342815          27        20                -           0.0000          -
14322.68/723.24	c       723          30850        3275        20                -           0.0000          -
14423.64/728.33	c       728          30723        2172        20                -           0.0000          -
14522.78/733.39	c       733          30723        2172        20                -           0.0000          -
14623.87/738.43	c       738          31098        2197        20                -           0.0000          -
14722.98/743.48	c       743          31098        2197        20                -           0.0000          -
14824.05/748.53	c       749         355239          32        20                -           0.0000          -
14923.15/753.59	c       754          32486        3398        20                -           0.0000          -
15024.18/758.66	c       759          32181        2249        20                -           0.0000          -
15123.33/763.69	c       764         361334          24        20                -           0.0000          -
15224.48/768.72	c       769          32808        2338        20                -           0.0000          -
15323.65/773.78	c       774         365303          43        20                -           0.0000          -
15424.79/778.88	c       779         366731          44        20                -           0.0000          -
15525.90/783.92	c       784         368115          36        20                -           0.0000          -
15624.89/788.99	c       789         369662          34        20                -           0.0000          -
15726.66/794.04	c       794         371302          33        20                -           0.0000          -
15825.69/799.06	c       799         372992          34        20                -           0.0000          -
15926.79/804.15	c       804          35668        3594        20                -           0.0000          -
16025.74/809.19	c       809          35668        3594        20                -           0.0000          -
16126.21/814.28	c       814         377469          37        20                -           0.0000          -
16225.25/819.29	c       819         379031          38        20                -           0.0000          -
16325.73/824.39	c       824         380522          35        20                -           0.0000          -
16426.74/829.41	c       829          40187        2793        20                -           0.0000          -
16525.68/834.44	c       834         383531          34        20                -           0.0000          -
16626.77/839.50	c       840         384976          36        20                -           0.0000          -
16727.73/844.61	c       845         386553          37        20                -           0.0000          -
16826.79/849.66	c       850          37829        3806        20                -           0.0000          -
16927.61/854.72	c       855          56896       13948        20                -           0.0000          -
17026.77/859.78	c       860          42398        2962        20                -           0.0000          -
17127.62/864.83	c       865          38269        3886        20                -           0.0000          -
17226.78/869.87	c       870          42539        2956        20                -           0.0000          -
17325.84/874.88	c       875         395610          33        20                -           0.0000          -
17426.79/879.92	c       880          42891        2975        20                -           0.0000          -
17526.01/885.00	c       885          42891        2975        20                -           0.0000          -
17629.46/890.14	c       890          39177        3944        20                -           0.0000          -
17728.64/895.19	c       895         401566          35        20                -           0.0000          -
17828.97/900.20	c       900          39388        3970        20                -           0.0000          -
17928.06/905.28	c       905         404528          32        20                -           0.0000          -
18029.18/910.30	c       910         406090          35        20                -           0.0000          -
18128.34/915.35	c       915          44308        3079        20                -           0.0000          -
18231.43/920.53	c       921         409187          28        20                -           0.0000          -
18330.59/925.59	c       926          40324        4058        20                -           0.0000          -
18431.68/930.67	c       931          40324        4058        20                -           0.0000          -
18530.70/935.69	c       936          40361        4064        20                -           0.0000          -
18631.85/940.78	c       941         414960          32        20                -           0.0000          -
18732.92/945.82	c       946          40676        4080        20                -           0.0000          -
18832.10/950.89	c       951          41056        4187        20                -           0.0000          -
18933.10/955.90	c       956         418809          35        20                -           0.0000          -
19032.24/960.99	c       961          41548        4248        20                -           0.0000          -
19131.25/966.00	c       966         421578          29        20                -           0.0000          -
19233.00/971.08	c       971          46874        3211        20                -           0.0000          -
19334.13/976.13	c       976          42513        4333        20                -           0.0000          -
19434.58/981.25	c       981         425648          24        20                -           0.0000          -
19533.75/986.30	c       986          47607        3287        20                -           0.0000          -
19634.85/991.35	c       991          47646        3289        20                -           0.0000          -
19735.82/996.40	c       996          47646        3289        20                -           0.0000          -
19835.00/1001.44	c      1001         432157          36        20                -           0.0000          -
19936.16/1006.52	c      1007         433510          35        20                -           0.0000          -
20035.32/1011.57	c      1012         435017          33        20                -           0.0000          -
20136.39/1016.61	c      1017         436411          34        20                -           0.0000          -
20237.49/1021.70	c      1022          70009       17062        20                -           0.0000          -
20336.64/1026.75	c      1027          44774        4523        20                -           0.0000          -
20437.79/1031.82	c      1032          44774        4523        20                -           0.0000          -
20536.93/1036.84	c      1037         441821          29        20                -           0.0000          -
20636.06/1041.85	c      1042         443257          36        20                -           0.0000          -
20737.18/1046.98	c      1047         444985          37        20                -           0.0000          -
20838.90/1052.05	c      1052          45952        4540        20                -           0.0000          -
20937.91/1057.10	c      1057          45952        4540        20                -           0.0000          -
21037.17/1062.12	c      1062          46064        4550        20                -           0.0000          -
21139.45/1067.21	c      1067          51338        3514        20                -           0.0000          -
21238.57/1072.23	c      1072         452107          34        20                -           0.0000          -
21339.62/1077.31	c      1077         453567          28        20                -           0.0000          -
21438.74/1082.32	c      1082         454925          28        20                -           0.0000          -
21537.88/1087.33	c      1087          52338        3573        20                -           0.0000          -
21638.78/1092.42	c      1092         457690          31        20                -           0.0000          -
21737.91/1097.42	c      1097         459091          37        20                -           0.0000          -
21837.03/1102.43	c      1102          47904        4781        20                -           0.0000          -
21936.15/1107.45	c      1107          76647       18265        20                -           0.0000          -
22035.17/1112.47	c      1112          77115       18350        20                -           0.0000          -
22134.24/1117.49	c      1117          48351        4804        20                -           0.0000          -
22233.29/1122.49	c      1122          53627        3699        20                -           0.0000          -
22336.35/1127.60	c      1128          53654        3704        20                -           0.0000          -
22435.52/1132.64	c      1133          53875        3700        20                -           0.0000          -
22536.66/1137.74	c      1138         471266          26        20                -           0.0000          -
22635.87/1142.79	c      1143         472679          38        20                -           0.0000          -
22736.95/1147.82	c      1148          54665        3766        20                -           0.0000          -
22836.13/1152.85	c      1153          50290        4895        20                -           0.0000          -
22937.30/1157.93	c      1158          54842        3771        20                -           0.0000          -
23036.43/1162.99	c      1163          80893       19256        20                -           0.0000          -
23135.58/1168.01	c      1168          50932        4936        20                -           0.0000          -
23234.38/1173.03	c      1173          55631        3875        20                -           0.0000          -
23335.80/1178.06	c      1178          55729        3876        20                -           0.0000          -
23435.01/1183.11	c      1183          55772        3877        20                -           0.0000          -
23536.22/1188.14	c      1188          52059        4988        20                -           0.0000          -
23635.30/1193.19	c      1193          83008       19670        20                -           0.0000          -
23737.58/1198.34	c      1198          83401       19734        20                -           0.0000          -
23840.48/1203.52	c      1204          83751       19833        20                -           0.0000          -
23939.55/1208.56	c      1209          84212       19877        20                -           0.0000          -
24040.70/1213.62	c      1214         492308          33        20                -           0.0000          -
24139.87/1218.67	c      1219         493763          38        20                -           0.0000          -
24240.97/1223.72	c      1224          57487        3902        20                -           0.0000          -
24340.04/1228.77	c      1229          54563        5078        20                -           0.0000          -
24441.11/1233.83	c      1234          54672        5068        20                -           0.0000          -
24540.22/1238.89	c      1239          54822        5062        20                -           0.0000          -
24641.36/1243.95	c      1244          54946        5067        20                -           0.0000          -
24740.52/1248.99	c      1249         502517          31        20                -           0.0000          -
24839.60/1254.03	c      1254          55094        5085        20                -           0.0000          -
24941.24/1259.11	c      1259          55094        5085        20                -           0.0000          -
25042.29/1264.14	c      1264          59271        3999        20                -           0.0000          -
25142.51/1269.23	c      1269          59298        3998        20                -           0.0000          -
25241.62/1274.27	c      1274         509394          27        20                -           0.0000          -
25342.76/1279.33	c      1279          59418        4008        20                -           0.0000          -
25441.95/1284.35	c      1284          89915       20914        20                -           0.0000          -
25541.03/1289.39	c      1289         513555          32        20                -           0.0000          -
25642.10/1294.44	c      1294         514959          29        20                -           0.0000          -
25742.84/1299.50	c      1300          60031        4045        20                -           0.0000          -
25842.00/1304.53	c      1305          57408        5221        20                -           0.0000          -
25941.17/1309.59	c      1310         519175          39        20                -           0.0000          -
26040.27/1314.59	c      1315          57697        5237        20                -           0.0000          -
26143.32/1319.71	c      1320          57992        5284        20                -           0.0000          -
26242.48/1324.78	c      1325          93164       21442        20                -           0.0000          -
26343.60/1329.87	c      1330          93557       21502        20                -           0.0000          -
26442.72/1334.89	c      1335          58614        5360        20                -           0.0000          -
26543.82/1340.00	c      1340          62098        4215        20                -           0.0000          -
26645.61/1345.05	c      1345          58975        5378        20                -           0.0000          -
26744.71/1350.11	c      1350          59189        5391        20                -           0.0000          -
26845.84/1355.16	c      1355          59518        5422        20                -           0.0000          -
26945.13/1360.17	c      1360         533072          33        20                -           0.0000          -
27045.41/1365.28	c      1365          60024        5458        20                -           0.0000          -
27146.50/1370.30	c      1370          60133        5459        20                -           0.0000          -
27247.66/1375.42	c      1375          97020       22104        20                -           0.0000          -
27346.78/1380.47	c      1380          64222        4526        20                -           0.0000          -
27448.00/1385.52	c      1386          64222        4526        20                -           0.0000          -
27547.23/1390.57	c      1391          60674        5501        20                -           0.0000          -
27648.41/1395.60	c      1396          60674        5501        20                -           0.0000          -
27747.61/1400.64	c      1401          60721        5503        20                -           0.0000          -
27848.57/1405.75	c      1406          60798        5509        20                -           0.0000          -
27949.62/1410.81	c      1411          65618        4675        20                -           0.0000          -
28048.71/1415.82	c      1416          65929        4695        20                -           0.0000          -
28147.81/1420.86	c      1421          66333        4713        20                -           0.0000          -
28248.90/1425.97	c      1426          66717        4736        20                -           0.0000          -
28350.37/1431.02	c      1431         100889       22787        20                -           0.0000          -
28449.74/1436.08	c      1436          62801        5577        20                -           0.0000          -
28548.67/1441.10	c      1441         101668       22959        20                -           0.0000          -
28651.17/1446.20	c      1446          62984        5585        20                -           0.0000          -
28750.25/1451.29	c      1451         102489       23124        20                -           0.0000          -
28851.32/1456.36	c      1456         102837       23216        20                -           0.0000          -
28950.39/1461.36	c      1461          68785        4903        20                -           0.0000          -
29051.49/1466.40	c      1466          63990        5655        20                -           0.0000          -
29150.59/1471.43	c      1471          69461        4963        20                -           0.0000          -
29249.68/1476.47	c      1476          64077        5650        20                -           0.0000          -
29350.76/1481.52	c      1482          69835        4976        20                -           0.0000          -
29449.86/1486.59	c      1487          64529        5705        20                -           0.0000          -
29550.93/1491.64	c      1492          64581           0        20                -           0.0000          -
29650.02/1496.67	c      1497         571005          40        20                -           0.0000          -
29751.11/1501.78	c      1502          70272        5012        20                -           0.0000          -
29852.18/1506.83	c      1507          65220         132        20                -           0.0000          -
29951.19/1511.86	c      1512          65561         170        20                -           0.0000          -
30052.29/1516.95	c      1517          70943        5085        20                -           0.0000          -
30151.38/1522.00	c      1522          71234        5101        20                -           0.0000          -
30250.47/1527.02	c      1527          66577         205        20                -           0.0000          -
30352.09/1532.08	c      1532          67163         173        20                -           0.0000          -
30451.29/1537.11	c      1537          67817         205        20                -           0.0000          -
30550.29/1542.12	c      1542          68643         214        20                -           0.0000          -
30652.85/1547.25	c      1547          72458        5202        20                -           0.0000          -
30752.14/1552.25	c      1552          72735        5207        20                -           0.0000          -
30851.02/1557.27	c      1557          73003        5231        20                -           0.0000          -
30954.07/1562.42	c      1562          71181         316        20                -           0.0000          -
31055.17/1567.52	c      1568          71891         324        20                -           0.0000          -
31154.22/1572.58	c      1573          72560         343        20                -           0.0000          -
31255.29/1577.62	c      1578          73267         368        20                -           0.0000          -
31354.42/1582.69	c      1583          74367        5344        20                -           0.0000          -
31455.52/1587.72	c      1588          73998         573        20                -           0.0000          -
31556.58/1592.80	c      1593          74771        5379        20                -           0.0000          -
31655.69/1597.82	c      1598          74771        5379        20                -           0.0000          -
31756.77/1602.92	c      1603          75903         826        20                -           0.0000          -
31855.88/1607.97	c      1608          76640         859        20                -           0.0000          -
31954.99/1612.99	c      1613          77361         951        20                -           0.0000          -
32056.68/1618.04	c      1618          78144        1005        20                -           0.0000          -
32155.70/1623.11	c      1623          78858        1080        20                -           0.0000          -
32256.89/1628.18	c      1628          76376        5554        20                -           0.0000          -
32357.32/1633.22	c      1633          76622        5573        20                -           0.0000          -
32456.38/1638.26	c      1638          76916        5635        20                -           0.0000          -
32555.43/1643.28	c      1643          77220        5713        20                -           0.0000          -
32656.50/1648.33	c      1648          81963        1318        20                -           0.0000          -
32757.56/1653.43	c      1653          82265        1341        20                -           0.0000          -
32856.69/1658.50	c      1658         118482       26231        20                -           0.0000          -
32957.69/1663.54	c      1664         118827       26294        20                -           0.0000          -
33056.81/1668.57	c      1669          83089        1414        20                -           0.0000          -
33155.94/1673.59	c      1674          83293        1459        20                -           0.0000          -
33257.01/1678.66	c      1679         120133       26577        20                -           0.0000          -
33358.06/1683.73	c      1684         120490       26647        20                -           0.0000          -
33457.13/1688.77	c      1689          79588        5895        20                -           0.0000          -
33558.22/1693.89	c      1694          79745        5913        20                -           0.0000          -
33659.32/1698.93	c      1699          79815        5917        20                -           0.0000          -
33758.44/1703.99	c      1704          79815        5917        20                -           0.0000          -
33857.52/1709.01	c      1709          87113        1762        20                -           0.0000          -
33959.18/1714.08	c      1714         122855       26990        20                -           0.0000          -
34060.44/1719.15	c      1719          88469        1874        20                -           0.0000          -
34160.76/1724.20	c      1724          88815        1900        20                -           0.0000          -
34259.87/1729.25	c      1729          89513        1953        20                -           0.0000          -
34360.88/1734.33	c      1734          81266        6013        20                -           0.0000          -
34459.95/1739.33	c      1739          91044        2034        20                -           0.0000          -
34559.03/1744.38	c      1744          81449        6057        20                -           0.0000          -
34660.05/1749.41	c      1749          91969        2204        20                -           0.0000          -
34759.13/1754.43	c      1754         125765       27860        20                -           0.0000          -
34858.22/1759.47	c      1759          82052        6196        20                -           0.0000          -
34957.31/1764.48	c      1764         662183          33        20                -           0.0000          -
35058.40/1769.54	c      1770          82465        6271        20                -           0.0000          -
35157.52/1774.58	c      1775         665088          32        20                -           0.0000          -
35258.46/1779.66	c      1780         127640       28174        20                -           0.0000          -
35359.52/1784.71	c      1785         128025       28220        20                -           0.0000          -
35458.60/1789.78	c      1790         128364       28282        20                -           0.0000          -
35559.66/1794.81	c      1795          95793        2464        20                -           0.0000          -
35658.87/1799.85	c      1800          95793        2464        20                -           0.0000          -
35760.08/1804.96	c      1805          96035        2497        20                -           0.0000          -
35859.23/1809.97	c      1810         675638          35        20                -           0.0000          -
35960.97/1815.04	c      1815         676970          36        20                -           0.0000          -
36062.30/1820.14	c      1820          85782        6524        20                -           0.0000          -
36161.63/1825.19	c      1825         130962       28715        20                -           0.0000          -
36262.04/1830.25	c      1830          86157        6549        20                -           0.0000          -
36361.21/1835.28	c      1835          86157        6549        20                -           0.0000          -
36462.43/1840.37	c      1840          86456        6564        20                -           0.0000          -
36563.63/1845.40	c      1845          86657        6578        20                -           0.0000          -
36662.83/1850.49	c      1850          99997        3053        20                -           0.0000          -
36764.02/1855.53	c      1856          86765        6582        20                -           0.0000          -
36863.32/1860.58	c      1861          87010        6607        20                -           0.0000          -
36964.43/1865.63	c      1866         101188        3198        20                -           0.0000          -
37063.57/1870.69	c      1871          87362        6654        20                -           0.0000          -
37164.74/1875.71	c      1876          87551        6676        20                -           0.0000          -
37263.95/1880.76	c      1881         101981        3383        20                -           0.0000          -
37363.15/1885.80	c      1886          87725        6692        20                -           0.0000          -
37464.32/1890.82	c      1891         700224          30        20                -           0.0000          -
37563.52/1895.83	c      1896         701840          30        20                -           0.0000          -
37662.73/1900.87	c      1901         703496          34        20                -           0.0000          -
37763.91/1905.93	c      1906         104033        3655        20                -           0.0000          -
37863.11/1910.99	c      1911         104033        3655        20                -           0.0000          -
37964.98/1916.04	c      1916          88903        6746        20                -           0.0000          -
38064.11/1921.09	c      1921         710045          44        20                -           0.0000          -
38165.02/1926.13	c      1926         711881          40        20                -           0.0000          -
38265.44/1931.21	c      1931         104932        3805        20                -           0.0000          -
38364.55/1936.29	c      1936         140058       30545        20                -           0.0000          -
38465.59/1941.35	c      1941         140416       30630        20                -           0.0000          -
38564.66/1946.39	c      1946          90374        6903        20                -           0.0000          -
38665.74/1951.46	c      1951         720791          36        20                -           0.0000          -
38766.79/1956.52	c      1957         107685        4093        20                -           0.0000          -
38865.89/1961.56	c      1962         710795          42        20                -           0.0000          -
38966.99/1966.65	c      1967         725855          31        20                -           0.0000          -
39068.03/1971.70	c      1972         727623          40        20                -           0.0000          -
39167.11/1976.75	c      1977         109261        4312        20                -           0.0000          -
39266.33/1981.79	c      1982         717006          40        20                -           0.0000          -
39367.29/1986.86	c      1987         732654          33        20                -           0.0000          -
39468.28/1991.93	c      1992         734387          35        20                -           0.0000          -
39567.38/1996.99	c      1997          91981        7065        20                -           0.0000          -
39668.99/2002.05	c      2002          91981        7065        20                -           0.0000          -
39768.07/2007.10	c      2007         739498          36        20                -           0.0000          -
39869.18/2012.16	c      2012         112678        4744        20                -           0.0000          -
39969.69/2017.21	c      2017         112849        4787        20                -           0.0000          -
40068.83/2022.22	c      2022         112849        4787        20                -           0.0000          -
40169.91/2027.32	c      2027         746110          35        20                -           0.0000          -
40269.00/2032.34	c      2032          93341        7189        20                -           0.0000          -
40370.08/2037.45	c      2037         147703       31854        20                -           0.0000          -
40471.15/2042.52	c      2043         751056          32        20                -           0.0000          -
40570.23/2047.59	c      2048         752705          37        20                -           0.0000          -
40671.29/2052.67	c      2053         754402          35        20                -           0.0000          -
40772.33/2057.71	c      2058          94736        7241        20                -           0.0000          -
40871.44/2062.72	c      2063          94857        7256        20                -           0.0000          -
40970.52/2067.78	c      2068          94932        7258        20                -           0.0000          -
41071.72/2072.87	c      2073         760916          31        20                -           0.0000          -
41172.63/2077.93	c      2078         744586          33        20                -           0.0000          -
41271.73/2082.98	c      2083          95356        7275        20                -           0.0000          -
41370.82/2088.01	c      2088          95356        7275        20                -           0.0000          -
41469.97/2093.03	c      2093         767343          37        20                -           0.0000          -
41571.71/2098.09	c      2098         769109          35        20                -           0.0000          -
41674.00/2103.20	c      2103         751282          32        20                -           0.0000          -
41773.09/2108.26	c      2108         752547          30        20                -           0.0000          -
41872.16/2113.28	c      2113          96521        7377        20                -           0.0000          -
41973.26/2118.35	c      2118         755726          34        20                -           0.0000          -
42074.35/2123.40	c      2123          96862        7395        20                -           0.0000          -
42173.44/2128.46	c      2128          96862        7395        20                -           0.0000          -
42274.52/2133.50	c      2134         123802        6106        20                -           0.0000          -
42373.65/2138.57	c      2139         124388        6235        20                -           0.0000          -
42474.74/2143.61	c      2144         762890          32        20                -           0.0000          -
42573.81/2148.63	c      2149         785367          23        20                -           0.0000          -
42672.94/2153.65	c      2154         125297        6378        20                -           0.0000          -
42773.98/2158.71	c      2159         157251       33398        20                -           0.0000          -
42875.04/2163.86	c      2164          98606        7533        20                -           0.0000          -
42976.11/2168.91	c      2169          98606        7533        20                -           0.0000          -
43075.16/2173.96	c      2174         771527          27        20                -           0.0000          -
43174.21/2179.01	c      2179         158693       33764        20                -           0.0000          -
43273.28/2184.03	c      2184         128128        6869        20                -           0.0000          -
43374.91/2189.08	c      2189         798149          35        20                -           0.0000          -
43474.03/2194.09	c      2194         799633          31        20                -           0.0000          -
43573.06/2199.10	c      2199          99969        7634        20                -           0.0000          -
43674.23/2204.14	c      2204         129676        7102        20                -           0.0000          -
43774.59/2209.20	c      2209         804412          34        20                -           0.0000          -
43873.64/2214.26	c      2214         161354       34278        20                -           0.0000          -
43974.71/2219.31	c      2219         100861        7746        20                -           0.0000          -
44073.80/2224.39	c      2224         809197          26        20                -           0.0000          -
44174.84/2229.41	c      2229         810843          31        20                -           0.0000          -
44275.85/2234.52	c      2235         812474          36        20                -           0.0000          -
44374.90/2239.57	c      2240         814090          36        20                -           0.0000          -
44475.98/2244.63	c      2245         101931        7836        20                -           0.0000          -
44575.07/2249.66	c      2250         817346          33        20                -           0.0000          -
44674.16/2254.67	c      2255         135100        7760        20                -           0.0000          -
44773.23/2259.69	c      2260         102587        7912        20                -           0.0000          -
44874.27/2264.76	c      2265         822187          30        20                -           0.0000          -
44973.35/2269.79	c      2270         823758          28        20                -           0.0000          -
45074.41/2274.87	c      2275         103231        7956        20                -           0.0000          -
45175.51/2279.93	c      2280         136724        7969        20                -           0.0000          -
45274.62/2285.00	c      2285         828273          32        20                -           0.0000          -
45376.25/2290.05	c      2290         103488        7967        20                -           0.0000          -
45477.33/2295.15	c      2295         137424        8059        20                -           0.0000          -
45577.76/2300.20	c      2300         833000          28        20                -           0.0000          -
45676.82/2305.22	c      2305         834566          30        20                -           0.0000          -
45777.89/2310.31	c      2310         836065          32        20                -           0.0000          -
45876.97/2315.36	c      2315         837539          31        20                -           0.0000          -
45976.03/2320.39	c      2320         104691        8054        20                -           0.0000          -
46077.14/2325.47	c      2325         104741        8052        20                -           0.0000          -
46178.22/2330.53	c      2331         841845          30        20                -           0.0000          -
46279.25/2335.61	c      2336         843486          44        20                -           0.0000          -
46378.30/2340.61	c      2341         105244        8102        20                -           0.0000          -
46477.35/2345.64	c      2346         846935          33        20                -           0.0000          -
46576.36/2350.64	c      2351         105663        8127        20                -           0.0000          -
46677.36/2355.76	c      2356         144074        8652        20                -           0.0000          -
46778.41/2360.85	c      2361         172462       36133        20                -           0.0000          -
46879.46/2365.92	c      2366         172878       36201        20                -           0.0000          -
46978.53/2370.94	c      2371         145726        8785        20                -           0.0000          -
47077.66/2376.02	c      2376         145726        8785        20                -           0.0000          -
47179.37/2381.07	c      2381         106881        8219        20                -           0.0000          -
47278.34/2386.09	c      2386         146798        8915        20                -           0.0000          -
47379.67/2391.18	c      2391         107246        8265        20                -           0.0000          -
47479.96/2396.25	c      2396         864019          36        20                -           0.0000          -
47579.08/2401.28	c      2401         865625          31        20                -           0.0000          -
47680.27/2406.35	c      2406         867168          32        20                -           0.0000          -
47781.24/2411.44	c      2411         176536       36781        20                -           0.0000          -
47880.35/2416.50	c      2416         108490        8401        20                -           0.0000          -
47981.40/2421.56	c      2422         177375       36922        20                -           0.0000          -
48082.51/2426.63	c      2427         108908        8402        20                -           0.0000          -
48181.63/2431.68	c      2432         874802          35        20                -           0.0000          -
48280.75/2436.69	c      2437         876422          30        20                -           0.0000          -
48379.81/2441.69	c      2442         109527        8458        20                -           0.0000          -
48480.87/2446.73	c      2447         879749          23        20                -           0.0000          -
48579.93/2451.78	c      2452         881614          31        20                -           0.0000          -
48681.01/2456.81	c      2457         153566        9752        20                -           0.0000          -
48782.13/2461.93	c      2462         110382        8543        20                -           0.0000          -
48883.81/2467.05	c      2467         154668        9843        20                -           0.0000          -
48986.43/2472.21	c      2472         887987          28        20                -           0.0000          -
49085.28/2477.28	c      2477         889616          28        20                -           0.0000          -
49186.34/2482.35	c      2482         156278       10054        20                -           0.0000          -
49287.41/2487.40	c      2487         892646          25        20                -           0.0000          -
49386.57/2492.42	c      2492         182787       37827        20                -           0.0000          -
49485.74/2497.49	c      2498         895825          28        20                -           0.0000          -
49586.62/2502.54	c      2503         897571          26        20                -           0.0000          -
49685.67/2507.59	c      2508         899329          26        20                -           0.0000          -
49786.72/2512.63	c      2513         112861        8669        20                -           0.0000          -
49885.78/2517.68	c      2518         112993        8708        20                -           0.0000          -
49986.83/2522.76	c      2523         113308        8740        20                -           0.0000          -
50085.89/2527.77	c      2528         160936       10582        20                -           0.0000          -
50188.92/2532.90	c      2533         907379          36        20                -           0.0000          -
50287.95/2537.96	c      2538         162094       10696        20                -           0.0000          -
50387.02/2543.01	c      2543         114229        8828        20                -           0.0000          -
50488.63/2548.03	c      2548         912101          34        20                -           0.0000          -
50587.81/2553.05	c      2553         114514        8844        20                -           0.0000          -
50687.07/2558.09	c      2558         915192          28        20                -           0.0000          -
50785.97/2563.10	c      2563         114708        8869        20                -           0.0000          -
50888.43/2568.20	c      2568         918300          35        20                -           0.0000          -
50989.50/2573.32	c      2573         165788       11077        20                -           0.0000          -
51088.57/2578.39	c      2578         921456          37        20                -           0.0000          -
51189.66/2583.49	c      2584         166626       11155        20                -           0.0000          -
51290.77/2588.58	c      2589         115604        8945        20                -           0.0000          -
51391.85/2593.64	c      2594         926649          30        20                -           0.0000          -
51492.79/2598.70	c      2599         928383          31        20                -           0.0000          -
51591.86/2603.72	c      2604         930196          28        20                -           0.0000          -
51690.95/2608.73	c      2609         931950          33        20                -           0.0000          -
51790.05/2613.80	c      2614         192082       39279        20                -           0.0000          -
51891.08/2618.84	c      2619         935177          29        20                -           0.0000          -
51990.19/2623.86	c      2624         170456       11561        20                -           0.0000          -
52091.27/2628.93	c      2629         193266       39474        20                -           0.0000          -
52190.34/2633.98	c      2634         940416          35        20                -           0.0000          -
52292.09/2639.08	c      2639         172338       11745        20                -           0.0000          -
52393.21/2644.18	c      2644         172941       11782        20                -           0.0000          -
52493.57/2649.21	c      2649         173068       11792        20                -           0.0000          -
52592.77/2654.28	c      2654         946788          30        20                -           0.0000          -
52693.65/2659.30	c      2659         948494          29        20                -           0.0000          -
52792.71/2664.33	c      2664         118875        9292        20                -           0.0000          -
52893.78/2669.44	c      2669         951667          32        20                -           0.0000          -
52992.86/2674.45	c      2674         119324        9322        20                -           0.0000          -
53093.93/2679.56	c      2680         175664       11998        20                -           0.0000          -
53194.95/2684.60	c      2685         119608        9339        20                -           0.0000          -
53294.09/2689.65	c      2690         119743        9346        20                -           0.0000          -
53395.16/2694.72	c      2695         176924       12139        20                -           0.0000          -
53494.22/2699.76	c      2700         120004        9352        20                -           0.0000          -
53593.28/2704.78	c      2705         963111          26        20                -           0.0000          -
53694.32/2709.88	c      2710         199681       40529        20                -           0.0000          -
53795.50/2714.95	c      2715         200000       40578        20                -           0.0000          -
53894.45/2720.00	c      2720         120950        9440        20                -           0.0000          -
53993.55/2725.01	c      2725         121060        9455        20                -           0.0000          -
54095.26/2730.10	c      2730         971340          32        20                -           0.0000          -
54196.36/2735.14	c      2735         201282       40742        20                -           0.0000          -
54295.45/2740.19	c      2740         201660       40825        20                -           0.0000          -
54395.84/2745.22	c      2745         976410          33        20                -           0.0000          -
54494.90/2750.30	c      2750         978082          26        20                -           0.0000          -
54595.95/2755.33	c      2755         979771          36        20                -           0.0000          -
54694.99/2760.37	c      2760         981406          28        20                -           0.0000          -
54794.08/2765.40	c      2765         982926          32        20                -           0.0000          -
54895.13/2770.41	c      2770         184924       12805        20                -           0.0000          -
54994.18/2775.41	c      2775         985892          30        20                -           0.0000          -
55093.27/2780.48	c      2780         123444        9655        20                -           0.0000          -
55194.34/2785.54	c      2786         988985          28        20                -           0.0000          -
55293.41/2790.57	c      2791         206149       41500        20                -           0.0000          -
55394.41/2795.61	c      2796         124097        9710        20                -           0.0000          -
55495.48/2800.72	c      2801         206986       41631        20                -           0.0000          -
55594.60/2805.74	c      2806         124315        9718        20                -           0.0000          -
55697.67/2810.91	c      2811         996823          30        20                -           0.0000          -
55796.78/2815.98	c      2816         998413          34        20                -           0.0000          -
55895.89/2821.01	c      2821         189684       13376        20                -           0.0000          -
55997.51/2826.08	c      2826        1001364          29        20                -           0.0000          -
56098.59/2831.17	c      2831         190742       13451        20                -           0.0000          -
56199.01/2836.23	c      2836         191229       13523        20                -           0.0000          -
56298.12/2841.26	c      2841        1005911          28        20                -           0.0000          -
56399.24/2846.35	c      2846        1007484          35        20                -           0.0000          -
56500.31/2851.40	c      2851         126187        9899        20                -           0.0000          -
56599.40/2856.43	c      2856        1010640          34        20                -           0.0000          -
56698.50/2861.45	c      2861         126274        9912        20                -           0.0000          -
56799.60/2866.50	c      2867        1013424          33        20                -           0.0000          -
56898.71/2871.58	c      2872        1014892          36        20                -           0.0000          -
56997.79/2876.59	c      2877         126843       10033        20                -           0.0000          -
57098.85/2881.67	c      2882        1018260          33        20                -           0.0000          -
57197.95/2886.69	c      2887         127079       10035        20                -           0.0000          -
57299.01/2891.78	c      2892        1021678          32        20                -           0.0000          -
57402.01/2896.91	c      2897        1023123          29        20                -           0.0000          -
57501.11/2901.98	c      2902         127555       10104        20                -           0.0000          -
57602.97/2907.04	c      2907         127655       10126        20                -           0.0000          -
57701.97/2912.06	c      2912        1028207          36        20                -           0.0000          -
57800.97/2917.10	c      2917        1029849          32        20                -           0.0000          -
57901.88/2922.15	c      2922        1031454          24        20                -           0.0000          -
58002.37/2927.23	c      2927        1033360          24        20                -           0.0000          -
58101.44/2932.27	c      2932        1034986          30        20                -           0.0000          -
58202.49/2937.30	c      2937         129040       10217        20                -           0.0000          -
58301.57/2942.39	c      2942        1038119          31        20                -           0.0000          -
58402.63/2947.46	c      2947         203587       14434        20                -           0.0000          -
58503.68/2952.50	c      2953        1041399          31        20                -           0.0000          -
58602.77/2957.58	c      2958         129854       10281        20                -           0.0000          -
58703.87/2962.60	c      2963        1044704          26        20                -           0.0000          -
58802.94/2967.68	c      2968         205904       14670        20                -           0.0000          -
58904.01/2972.75	c      2973         130491       10352        20                -           0.0000          -
59003.10/2977.79	c      2978         130708       10387        20                -           0.0000          -
59104.18/2982.82	c      2983        1051891          37        20                -           0.0000          -
59203.26/2987.86	c      2988        1053583          33        20                -           0.0000          -
59304.31/2992.93	c      2993        1055315          33        20                -           0.0000          -
59403.38/2997.99	c      2998        1057112          34        20                -           0.0000          -
59505.09/3003.06	c      3003         131704       10442        20                -           0.0000          -
59604.08/3008.12	c      3008         224298       44602        20                -           0.0000          -
59705.19/3013.19	c      3013         210474       15015        20                -           0.0000          -
59805.60/3018.23	c      3018         210474       15015        20                -           0.0000          -
59904.71/3023.24	c      3023        1065969          31        20                -           0.0000          -
60005.81/3028.31	c      3028        1067737          34        20                -           0.0000          -
60104.89/3033.33	c      3033        1069551          32        20                -           0.0000          -
60203.98/3038.36	c      3038         226438       45032        20                -           0.0000          -
60305.06/3043.41	c      3043        1073390          36        20                -           0.0000          -
60404.13/3048.45	c      3048        1075118          30        20                -           0.0000          -
60505.19/3053.51	c      3054         133195       10673        20                -           0.0000          -
60604.27/3058.51	c      3059        1078617          38        20                -           0.0000          -
60705.34/3063.65	c      3064         133278       10684        20                -           0.0000          -
60804.43/3068.69	c      3069        1081919          32        20                -           0.0000          -
60905.48/3073.77	c      3074        1083495          30        20                -           0.0000          -
61006.50/3078.83	c      3079         229608       45570        20                -           0.0000          -
61105.56/3083.88	c      3084         230039       45608        20                -           0.0000          -
61206.62/3088.91	c      3089        1088347          28        20                -           0.0000          -
61305.69/3093.94	c      3094        1090056          28        20                -           0.0000          -
61407.29/3099.03	c      3099         134818       10824        20                -           0.0000          -
61506.43/3104.10	c      3104        1093664          31        20                -           0.0000          -
61605.65/3109.12	c      3109         135138       10861        20                -           0.0000          -
61706.80/3114.16	c      3114        1097083          33        20                -           0.0000          -
61807.08/3119.21	c      3119        1098644          32        20                -           0.0000          -
61908.13/3124.31	c      3124        1100071          39        20                -           0.0000          -
62007.21/3129.37	c      3129        1101699          44        20                -           0.0000          -
62108.27/3134.40	c      3134        1103317          35        20                -           0.0000          -
62209.30/3139.53	c      3140         234277       46310        20                -           0.0000          -
62308.38/3144.59	c      3145         136696       10957        20                -           0.0000          -
62409.45/3149.60	c      3150         136696       10957        20                -           0.0000          -
62508.53/3154.69	c      3155         235602       46557        20                -           0.0000          -
62609.59/3159.74	c      3160         235973       46601        20                -           0.0000          -
62710.66/3164.80	c      3165        1112683          33        20                -           0.0000          -
62809.76/3169.84	c      3170         137469       11015        20                -           0.0000          -
62910.83/3174.91	c      3175        1116043          28        20                -           0.0000          -
63009.89/3179.93	c      3180        1117618          29        20                -           0.0000          -
63108.90/3184.96	c      3185         227758       16499        20                -           0.0000          -
63210.71/3190.09	c      3190         138074       11031        20                -           0.0000          -
63311.60/3195.14	c      3195         138116       11030        20                -           0.0000          -
63410.70/3200.17	c      3200         228484       16609        20                -           0.0000          -
63511.19/3205.23	c      3205        1126047          39        20                -           0.0000          -
63610.29/3210.27	c      3210         138614       11106        20                -           0.0000          -
63711.39/3215.36	c      3215         229783       16773        20                -           0.0000          -
63812.45/3220.40	c      3220         139066       11203        20                -           0.0000          -
63911.52/3225.43	c      3225        1132725          25        20                -           0.0000          -
64010.61/3230.45	c      3230        1134530          29        20                -           0.0000          -
64109.72/3235.49	c      3236         241690       47554        20                -           0.0000          -
64212.78/3240.63	c      3241        1138174          38        20                -           0.0000          -
64313.86/3245.71	c      3246         242574       47715        20                -           0.0000          -
64412.97/3250.76	c      3251         140153       11348        20                -           0.0000          -
64514.06/3255.81	c      3256         233456       17264        20                -           0.0000          -
64613.12/3260.86	c      3261         233532       17263        20                -           0.0000          -
64714.19/3265.93	c      3266         140655       11453        20                -           0.0000          -
64813.29/3270.95	c      3271         140655       11453        20                -           0.0000          -
64912.37/3276.02	c      3276         235282       17409        20                -           0.0000          -
65014.11/3281.04	c      3281         235421       17412        20                -           0.0000          -
65113.18/3286.09	c      3286        1154796          26        20                -           0.0000          -
65212.44/3291.12	c      3291         141229       11575        20                -           0.0000          -
65313.34/3296.15	c      3296         141229       11575        20                -           0.0000          -
65412.49/3301.19	c      3301        1160095          32        20                -           0.0000          -
65512.95/3306.29	c      3306        1161674          33        20                -           0.0000          -
65614.04/3311.38	c      3311        1163275          32        20                -           0.0000          -
65715.10/3316.44	c      3316         141941       11743        20                -           0.0000          -
65816.13/3321.51	c      3322         239891       17803        20                -           0.0000          -
65915.24/3326.55	c      3327         142068       11755        20                -           0.0000          -
66014.37/3331.59	c      3332         142081       11753        20                -           0.0000          -
66115.44/3336.69	c      3337         249684       48789        20                -           0.0000          -
66216.51/3341.76	c      3342         250111       48820        20                -           0.0000          -
66317.60/3346.81	c      3347         142772       11807        20                -           0.0000          -
66416.70/3351.83	c      3352        1176146          32        20                -           0.0000          -
66515.77/3356.86	c      3357        1177763          33        20                -           0.0000          -
66616.85/3361.93	c      3362         251587           0        20                -           0.0000          -
66715.95/3366.98	c      3367         143739       11873        20                -           0.0000          -
66817.75/3372.05	c      3372         143739       11873        20                -           0.0000          -
66916.72/3377.11	c      3377         252417         193        20                -           0.0000          -
67017.98/3382.15	c      3382        1185612          33        20                -           0.0000          -
67117.10/3387.17	c      3387         246988       18316        20                -           0.0000          -
67217.40/3392.21	c      3392         247136       18340        20                -           0.0000          -
67316.50/3397.23	c      3397         247136       18340        20                -           0.0000          -
67415.60/3402.24	c      3402         247312       18362        20                -           0.0000          -
67514.76/3407.25	c      3407         247361       18361        20                -           0.0000          -
67615.88/3412.35	c      3412         247456       18364        20                -           0.0000          -
67714.96/3417.39	c      3417        1131407          31        20                -           0.0000          -
67816.03/3422.47	c      3422         248418       18450        20                -           0.0000          -
67917.11/3427.52	c      3428        1134334          34        20                -           0.0000          -
68016.21/3432.54	c      3433        1135821          23        20                -           0.0000          -
68117.29/3437.65	c      3438         146278       12058        20                -           0.0000          -
68218.31/3442.70	c      3443        1138577          27        20                -           0.0000          -
68317.36/3447.76	c      3448         146695       12075        20                -           0.0000          -
68418.48/3452.80	c      3453         251143       18700        20                -           0.0000          -
68517.57/3457.87	c      3458        1142827          35        20                -           0.0000          -
68616.65/3462.89	c      3463         147432       12095        20                -           0.0000          -
68717.73/3467.97	c      3468        1145851          29        20                -           0.0000          -
68816.84/3473.01	c      3473        1147358          33        20                -           0.0000          -
68918.42/3478.08	c      3478         253141       18803        20                -           0.0000          -
69017.52/3483.09	c      3483         147967       12126        20                -           0.0000          -
69120.12/3488.21	c      3488         253263       18807        20                -           0.0000          -
69219.25/3493.26	c      3493        1152862          35        20                -           0.0000          -
69320.34/3498.33	c      3498        1154287          25        20                -           0.0000          -
69419.28/3503.34	c      3503        1155814          34        20                -           0.0000          -
69520.34/3508.43	c      3508        1157267          28        20                -           0.0000          -
69619.43/3513.48	c      3513        1158645          28        20                -           0.0000          -
69720.52/3518.51	c      3519         149322       12207        20                -           0.0000          -
69819.62/3523.54	c      3524         257099       19025        20                -           0.0000          -
69920.67/3528.62	c      3529         257506       19133        20                -           0.0000          -
70021.76/3533.72	c      3534         258125       19173        20                -           0.0000          -
70120.88/3538.77	c      3539         258621       19230        20                -           0.0000          -
70221.97/3543.83	c      3544        1167045          27        20                -           0.0000          -
70321.07/3548.87	c      3549        1168368          27        20                -           0.0000          -
70422.14/3553.95	c      3554        1169737          28        20                -           0.0000          -
70521.23/3558.96	c      3559         273871         988        20                -           0.0000          -
70620.29/3564.02	c      3564        1172583          30        20                -           0.0000          -
70719.38/3569.04	c      3569         151631       12406        20                -           0.0000          -
70821.04/3574.08	c      3574         151653       12408        20                -           0.0000          -
70922.16/3579.15	c      3579        1176811          29        20                -           0.0000          -
71022.55/3584.20	c      3584        1178328          22        20                -           0.0000          -
71121.62/3589.25	c      3589        1179992          37        20                -           0.0000          -
71220.73/3594.26	c      3594        1181341          25        20                -           0.0000          -
71321.79/3599.35	c      3599         152789       12481        20                -           0.0000          -
71420.90/3604.37	c      3604        1184182          33        20                -           0.0000          -
71521.91/3609.40	c      3609        1185591          26        20                -           0.0000          -
71622.96/3614.50	c      3615         267018       19973        20                -           0.0000          -
71722.02/3619.55	c      3620         153495       12537        20                -           0.0000          -
71823.05/3624.61	c      3625         153500       12542        20                -           0.0000          -
71922.10/3629.64	c      3630         153804       12606        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (162104 MiB free)
  memory of node 1: 193531 MiB (180289 MiB free)
  memory of node 2: 193531 MiB (190826 MiB free)
  memory of node 3: 193493 MiB (192028 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-4465783-1722562106/watcher-4465783-1722562106 -o /tmp/evaluation-result-4465783-1722562106/solver-4465783-1722562106 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137361 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465783-1722562106.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100109 s]*
/proc/loadavg: 81.29 80.94 80.72 63/984 142729
/proc/meminfo: memFree=742615664/790760800 swapFree=131071996/131071996
[pid=142728] ppid=142725 vsize=53724 memory=43168 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/stat : 142728 (fscip) R 142725 142728 137348 0 -1 4194304 9638 0 0 0 10 1 0 0 20 0 1 0 22790006 55013376 10792 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
/proc/142728/statm: 13431 10792 2694 3035 0 9827 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 53724 KiB
Current children cumulated memory: 43168 KiB

[startup+0.219491 s]*
/proc/loadavg: 81.29 80.94 80.72 62/1004 142749
/proc/meminfo: memFree=742514484/790760800 swapFree=131071996/131071996
[pid=142728] ppid=142725 vsize=1607440 memory=156760 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/stat : 142728 (fscip) S 142725 142728 137348 0 -1 1077936128 37227 0 0 0 18 5 0 0 20 0 21 0 22790006 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
/proc/142728/statm: 401860 39190 2758 3035 0 82944 0
[pid=142728/tid=142730] ppid=142725 vsize=1607440 memory=3618361252260610077 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142730/stat : 142730 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142731] ppid=142725 vsize=1607440 memory=237079133401 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142731/stat : 142731 (fscip) R 142725 142728 137348 0 -1 4194368 1296 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142732] ppid=142725 vsize=1607440 memory=32591 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142732/stat : 142732 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142733] ppid=142725 vsize=1607440 memory=32943 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142733/stat : 142733 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142734] ppid=142725 vsize=1607440 memory=33293 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142734/stat : 142734 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142735] ppid=142725 vsize=1607440 memory=86100 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142735/stat : 142735 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142736] ppid=142725 vsize=1607440 memory=48965 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142736/stat : 142736 (fscip) S 142725 142728 137348 0 -1 1077936192 3004 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142737] ppid=142725 vsize=1607440 memory=7574 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142737/stat : 142737 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142738] ppid=142725 vsize=1607440 memory=370925 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142738/stat : 142738 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142739] ppid=142725 vsize=1607440 memory=459690 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142739/stat : 142739 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142740] ppid=142725 vsize=1607440 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/142728/task/142740/stat : 142740 (fscip) S 142725 142728 137348 0 -1 1077936192 3006 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142741] ppid=142725 vsize=1607440 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/142728/task/142741/stat : 142741 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142742] ppid=142725 vsize=1607440 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/142728/task/142742/stat : 142742 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142743] ppid=142725 vsize=1607440 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/142728/task/142743/stat : 142743 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142744] ppid=142725 vsize=1607440 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/142728/task/142744/stat : 142744 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39190 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142745] ppid=142725 vsize=1607440 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/142728/task/142745/stat : 142745 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39256 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142746] ppid=142725 vsize=1607440 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/142728/task/142746/stat : 142746 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39256 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142747] ppid=142725 vsize=1607440 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/142728/task/142747/stat : 142747 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39256 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142748] ppid=142725 vsize=1607440 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/142728/task/142748/stat : 142748 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1646018560 39256 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142749] ppid=142725 vsize=1608468 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/142728/task/142749/stat : 142749 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1647071232 39256 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1607440 KiB
Current children cumulated memory: 156760 KiB

[startup+0.320158 s]*
/proc/loadavg: 81.29 80.94 80.72 63/1004 142749
/proc/meminfo: memFree=742395204/790760800 swapFree=131071996/131071996
[pid=142728] ppid=142725 vsize=1654096 memory=267604 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/stat : 142728 (fscip) S 142725 142728 137348 0 -1 1077936128 65274 0 0 0 24 10 0 0 20 0 21 0 22790006 1693794304 66901 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
/proc/142728/statm: 413524 66901 2758 3035 0 111583 0
[pid=142728/tid=142730] ppid=142725 vsize=1654096 memory=-6585224085199043431 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142730/stat : 142730 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 66967 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142731] ppid=142725 vsize=1654096 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/142728/task/142731/stat : 142731 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 66967 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142732] ppid=142725 vsize=1654096 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/142728/task/142732/stat : 142732 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 66967 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142733] ppid=142725 vsize=1654096 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/142728/task/142733/stat : 142733 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 66967 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142734] ppid=142725 vsize=1654096 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/142728/task/142734/stat : 142734 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 66967 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142735] ppid=142725 vsize=1654096 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/142728/task/142735/stat : 142735 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 66967 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142736] ppid=142725 vsize=1654096 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/142728/task/142736/stat : 142736 (fscip) S 142725 142728 137348 0 -1 1077936192 3004 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67033 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142737] ppid=142725 vsize=1654096 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/142728/task/142737/stat : 142737 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67033 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142738] ppid=142725 vsize=1654096 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/142728/task/142738/stat : 142738 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67033 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142739] ppid=142725 vsize=1654096 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/142728/task/142739/stat : 142739 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67033 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142740] ppid=142725 vsize=1654096 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/142728/task/142740/stat : 142740 (fscip) S 142725 142728 137348 0 -1 1077936192 3006 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67033 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142741] ppid=142725 vsize=1654096 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/142728/task/142741/stat : 142741 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67033 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142742] ppid=142725 vsize=1654096 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/142728/task/142742/stat : 142742 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67033 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142743] ppid=142725 vsize=1654096 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/142728/task/142743/stat : 142743 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67033 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142744] ppid=142725 vsize=1654096 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/142728/task/142744/stat : 142744 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67033 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142745] ppid=142725 vsize=1654096 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/142728/task/142745/stat : 142745 (fscip) R 142725 142728 137348 0 -1 4194368 2434 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67033 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142746] ppid=142725 vsize=1654096 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/142728/task/142746/stat : 142746 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67033 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142747] ppid=142725 vsize=1654096 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/142728/task/142747/stat : 142747 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67099 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142748] ppid=142725 vsize=1654096 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/142728/task/142748/stat : 142748 (fscip) S 142725 142728 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67099 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142749] ppid=142725 vsize=1654096 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/142728/task/142749/stat : 142749 (fscip) S 142725 142728 137348 0 -1 1077936192 3005 0 0 0 0 0 0 0 20 0 21 0 22790022 1693794304 67099 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1654096 KiB
Current children cumulated memory: 267604 KiB

[startup+0.701601 s]
/proc/loadavg: 81.26 80.94 80.72 81/1024 142769
/proc/meminfo: memFree=742023148/790760800 swapFree=131071996/131071996
[pid=142728] ppid=142725 vsize=2011788 memory=825896 CPUtime=5.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/stat : 142728 (fscip) S 142725 142728 137348 0 -1 1077936128 201939 0 0 0 466 122 0 0 20 0 41 0 22790006 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
/proc/142728/statm: 502947 206474 2934 3035 0 301742 0
[pid=142728/tid=142730] ppid=142725 vsize=2011788 memory=-1891255765032775953 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142730/stat : 142730 (fscip) R 142725 142728 137348 0 -1 4194368 10056 0 0 0 23 5 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142731] ppid=142725 vsize=2011788 memory=15376 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142731/stat : 142731 (fscip) R 142725 142728 137348 0 -1 4194368 9515 0 0 0 19 8 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142732] ppid=142725 vsize=2011788 memory=10824 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/142728/task/142732/stat : 142732 (fscip) R 142725 142728 137348 0 -1 4194368 7387 0 0 0 27 2 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142733] ppid=142725 vsize=2011788 memory=2212 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142733/stat : 142733 (fscip) R 142725 142728 137348 0 -1 4194368 9838 0 0 0 19 8 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142734] ppid=142725 vsize=2011788 memory=16088 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142734/stat : 142734 (fscip) R 142725 142728 137348 0 -1 4194368 9246 0 0 0 19 8 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142735] ppid=142725 vsize=2011788 memory=5556 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/142728/task/142735/stat : 142735 (fscip) R 142725 142728 137348 0 -1 4194368 7785 0 0 0 27 2 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142736] ppid=142725 vsize=2011788 memory=0 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142736/stat : 142736 (fscip) R 142725 142728 137348 0 -1 4194368 9876 0 0 0 19 8 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142737] ppid=142725 vsize=2011788 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142737/stat : 142737 (fscip) R 142725 142728 137348 0 -1 4194368 10033 0 0 0 18 10 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142738] ppid=142725 vsize=2011788 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142738/stat : 142738 (fscip) R 142725 142728 137348 0 -1 4194368 7523 0 0 0 27 1 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142739] ppid=142725 vsize=2011788 memory=0 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142739/stat : 142739 (fscip) R 142725 142728 137348 0 -1 4194368 9947 0 0 0 18 8 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142740] ppid=142725 vsize=2011788 memory=0 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142740/stat : 142740 (fscip) R 142725 142728 137348 0 -1 4194368 9384 0 0 0 18 9 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142741] ppid=142725 vsize=2011788 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142741/stat : 142741 (fscip) R 142725 142728 137348 0 -1 4194368 7527 0 0 0 27 1 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142742] ppid=142725 vsize=2011788 memory=0 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142742/stat : 142742 (fscip) R 142725 142728 137348 0 -1 4194368 9963 0 0 0 20 7 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142743] ppid=142725 vsize=2011788 memory=13 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142743/stat : 142743 (fscip) R 142725 142728 137348 0 -1 4194368 9763 0 0 0 19 8 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142744] ppid=142725 vsize=2011788 memory=6096 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/142728/task/142744/stat : 142744 (fscip) R 142725 142728 137348 0 -1 4194368 7802 0 0 0 27 2 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142745] ppid=142725 vsize=2011788 memory=1968 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142745/stat : 142745 (fscip) R 142725 142728 137348 0 -1 4194368 10337 0 0 0 24 4 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142746] ppid=142725 vsize=2011788 memory=100 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142746/stat : 142746 (fscip) R 142725 142728 137348 0 -1 4194368 9701 0 0 0 18 9 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142747] ppid=142725 vsize=2011788 memory=1836 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142747/stat : 142747 (fscip) R 142725 142728 137348 0 -1 4194368 7975 0 0 0 27 1 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142748] ppid=142725 vsize=2011788 memory=25988 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142748/stat : 142748 (fscip) R 142725 142728 137348 0 -1 4194368 10675 0 0 0 26 2 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142749] ppid=142725 vsize=2011788 memory=279478488270624 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142749/stat : 142749 (fscip) R 142725 142728 137348 0 -1 4194368 9747 0 0 0 20 6 0 0 20 0 41 0 22790022 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142750] ppid=142725 vsize=2011788 memory=8377669256705 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142750/stat : 142750 (fscip) S 142725 142728 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22790045 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142751] ppid=142725 vsize=2011788 memory=8381964223745 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142751/stat : 142751 (fscip) S 142725 142728 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22790045 2060070912 206474 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142752] ppid=142725 vsize=2011788 memory=279478488208688 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142752/stat : 142752 (fscip) S 142725 142728 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22790045 2060070912 206540 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0

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

[pid=142728/tid=142753] ppid=142725 vsize=11050500 memory=2752 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142753/stat : 142753 (fscip) S 142725 142728 137348 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142754] ppid=142725 vsize=11050500 memory=43864 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142754/stat : 142754 (fscip) S 142725 142728 137348 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142755] ppid=142725 vsize=11050500 memory=7964 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142755/stat : 142755 (fscip) S 142725 142728 137348 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142756] ppid=142725 vsize=11050500 memory=9493464 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142756/stat : 142756 (fscip) S 142725 142728 137348 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142759] ppid=142725 vsize=11050500 memory=9506220 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142759/stat : 142759 (fscip) S 142725 142728 137348 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142758] ppid=142725 vsize=11050500 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142758/stat : 142758 (fscip) S 142725 142728 137348 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142757] ppid=142725 vsize=11050500 memory=15524 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142757/stat : 142757 (fscip) S 142725 142728 137348 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142760] ppid=142725 vsize=11050500 memory=21532 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142760/stat : 142760 (fscip) S 142725 142728 137348 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142761] ppid=142725 vsize=11050500 memory=100 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142761/stat : 142761 (fscip) S 142725 142728 137348 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142762] ppid=142725 vsize=11050500 memory=9464832 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142762/stat : 142762 (fscip) S 142725 142728 137348 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142763] ppid=142725 vsize=11050500 memory=9494660 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/142728/task/142763/stat : 142763 (fscip) S 142725 142728 137348 0 -1 1077936192 113 0 0 0 0 1 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142764] ppid=142725 vsize=11050500 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142764/stat : 142764 (fscip) S 142725 142728 137348 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142765] ppid=142725 vsize=11050500 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142765/stat : 142765 (fscip) S 142725 142728 137348 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142766] ppid=142725 vsize=11050500 memory=9466076 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142766/stat : 142766 (fscip) S 142725 142728 137348 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142767] ppid=142725 vsize=11050500 memory=9517208 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/142728/task/142767/stat : 142767 (fscip) S 142725 142728 137348 0 -1 1077936192 130 0 0 0 1 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142768] ppid=142725 vsize=11050500 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142768/stat : 142768 (fscip) S 142725 142728 137348 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142769] ppid=142725 vsize=11050500 memory=15524 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142769/stat : 142769 (fscip) S 142725 142728 137348 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 22790045 11315712000 2381645 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
Current children cumulated CPU time: 70984.9 s
Current children cumulated vsize: 11050500 KiB
Current children cumulated memory: 9526580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.6 s]
/proc/loadavg: 61.07 61.12 62.86 62/983 145276
/proc/meminfo: memFree=755439036/790760800 swapFree=131071996/131071996
[pid=142728] ppid=142725 vsize=11146444 memory=9620140 CPUtime=72001.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/stat : 142728 (fscip) S 142725 142728 137348 0 -1 1077936128 47004575 0 0 0 7188730 11406 0 0 20 0 41 0 22790006 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
/proc/142728/statm: 2786611 2405035 3014 3035 0 2648494 0
[pid=142728/tid=142730] ppid=142725 vsize=11146444 memory=9583748 CPUtime=3600.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142730/stat : 142730 (fscip) R 142725 142728 137348 0 -1 4194368 3708174 0 0 0 359448 601 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142731] ppid=142725 vsize=11146444 memory=11572 CPUtime=3607.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142731/stat : 142731 (fscip) R 142725 142728 137348 0 -1 4194368 2547480 0 0 0 360387 371 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142732] ppid=142725 vsize=11146444 memory=9616808 CPUtime=3599.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142732/stat : 142732 (fscip) R 142725 142728 137348 0 -1 4194368 1040670 0 0 0 359210 727 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142733] ppid=142725 vsize=11146444 memory=3428 CPUtime=3601.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142733/stat : 142733 (fscip) R 142725 142728 137348 0 -1 4194368 3124552 0 0 0 359573 559 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142734] ppid=142725 vsize=11146444 memory=2180 CPUtime=3605.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142734/stat : 142734 (fscip) R 142725 142728 137348 0 -1 4194368 2852890 0 0 0 360035 485 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142735] ppid=142725 vsize=11146444 memory=6720665437216063081 CPUtime=3578.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142735/stat : 142735 (fscip) R 142725 142728 137348 0 -1 4194368 1033426 0 0 0 357077 747 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142736] ppid=142725 vsize=11146444 memory=7964 CPUtime=3595.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142736/stat : 142736 (fscip) R 142725 142728 137348 0 -1 4194368 3375627 0 0 0 358916 650 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142737] ppid=142725 vsize=11146444 memory=18736 CPUtime=3603.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142737/stat : 142737 (fscip) R 142725 142728 137348 0 -1 4194368 2364420 0 0 0 359900 495 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142738] ppid=142725 vsize=11146444 memory=20608 CPUtime=3601.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142738/stat : 142738 (fscip) R 142725 142728 137348 0 -1 4194368 1015336 0 0 0 359444 711 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142739] ppid=142725 vsize=11146444 memory=6720665437216063081 CPUtime=3600.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142739/stat : 142739 (fscip) R 142725 142728 137348 0 -1 4194368 2383963 0 0 0 359510 515 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142740] ppid=142725 vsize=11146444 memory=-1088251628401078322 CPUtime=3607.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142740/stat : 142740 (fscip) R 142725 142728 137348 0 -1 4194368 2940149 0 0 0 360295 446 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142741] ppid=142725 vsize=11146444 memory=279478489545136 CPUtime=3601.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142741/stat : 142741 (fscip) R 142725 142728 137348 0 -1 4194368 1277968 0 0 0 359473 690 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142742] ppid=142725 vsize=11146444 memory=-1088251628401078322 CPUtime=3604.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142742/stat : 142742 (fscip) R 142725 142728 137348 0 -1 4194368 2886561 0 0 0 359913 525 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142743] ppid=142725 vsize=11146444 memory=11572 CPUtime=3605.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142743/stat : 142743 (fscip) R 142725 142728 137348 0 -1 4194368 2582055 0 0 0 360074 461 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142744] ppid=142725 vsize=11146444 memory=15524 CPUtime=3599.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142744/stat : 142744 (fscip) R 142725 142728 137348 0 -1 4194368 872882 0 0 0 359234 709 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142745] ppid=142725 vsize=11146444 memory=10824 CPUtime=3603.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142745/stat : 142745 (fscip) R 142725 142728 137348 0 -1 4194368 3522204 0 0 0 359664 640 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142746] ppid=142725 vsize=11146444 memory=5556 CPUtime=3606.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142746/stat : 142746 (fscip) R 142725 142728 137348 0 -1 4194368 2430296 0 0 0 360227 380 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142747] ppid=142725 vsize=11146444 memory=16088 CPUtime=3602.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142747/stat : 142747 (fscip) R 142725 142728 137348 0 -1 4194368 1298148 0 0 0 359589 692 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142748] ppid=142725 vsize=11146444 memory=9616348 CPUtime=3593.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142748/stat : 142748 (fscip) R 142725 142728 137348 0 -1 4194368 2875214 0 0 0 358838 508 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142749] ppid=142725 vsize=11146444 memory=6840 CPUtime=3581.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142749/stat : 142749 (fscip) R 142725 142728 137348 0 -1 4194368 2851273 0 0 0 357772 423 0 0 20 0 41 0 22790022 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142750] ppid=142725 vsize=11146444 memory=10292144 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142750/stat : 142750 (fscip) S 142725 142728 137348 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142751] ppid=142725 vsize=11146444 memory=2732 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142751/stat : 142751 (fscip) S 142725 142728 137348 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142752] ppid=142725 vsize=11146444 memory=4860 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142752/stat : 142752 (fscip) S 142725 142728 137348 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142753] ppid=142725 vsize=11146444 memory=198340509722 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142753/stat : 142753 (fscip) S 142725 142728 137348 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142754] ppid=142725 vsize=11146444 memory=32195 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142754/stat : 142754 (fscip) S 142725 142728 137348 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142755] ppid=142725 vsize=11146444 memory=32534 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142755/stat : 142755 (fscip) S 142725 142728 137348 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142756] ppid=142725 vsize=11146444 memory=32864 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142756/stat : 142756 (fscip) S 142725 142728 137348 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142759] ppid=142725 vsize=11146444 memory=33195 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142759/stat : 142759 (fscip) S 142725 142728 137348 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142758] ppid=142725 vsize=11146444 memory=25988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142758/stat : 142758 (fscip) S 142725 142728 137348 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142757] ppid=142725 vsize=11146444 memory=2244 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142757/stat : 142757 (fscip) S 142725 142728 137348 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142760] ppid=142725 vsize=11146444 memory=31232 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142760/stat : 142760 (fscip) S 142725 142728 137348 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142761] ppid=142725 vsize=11146444 memory=28656 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142761/stat : 142761 (fscip) S 142725 142728 137348 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142762] ppid=142725 vsize=11146444 memory=7492 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142762/stat : 142762 (fscip) S 142725 142728 137348 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142763] ppid=142725 vsize=11146444 memory=26972 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/142728/task/142763/stat : 142763 (fscip) S 142725 142728 137348 0 -1 1077936192 115 0 0 0 0 1 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142764] ppid=142725 vsize=11146444 memory=3664 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142764/stat : 142764 (fscip) S 142725 142728 137348 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142765] ppid=142725 vsize=11146444 memory=39996 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142765/stat : 142765 (fscip) S 142725 142728 137348 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142766] ppid=142725 vsize=11146444 memory=528752 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142766/stat : 142766 (fscip) S 142725 142728 137348 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142767] ppid=142725 vsize=11146444 memory=-9176193545174557372 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/142728/task/142767/stat : 142767 (fscip) S 142725 142728 137348 0 -1 1077936192 132 0 0 0 1 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142768] ppid=142725 vsize=11146444 memory=8323350987516068516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142768/stat : 142768 (fscip) S 142725 142728 137348 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
[pid=142728/tid=142769] ppid=142725 vsize=11146444 memory=-9176193545174557372 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/142728/task/142769/stat : 142769 (fscip) S 142725 142728 137348 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 22790045 11413958656 2405035 809668444160 4194304 16623229 140721895482080 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 43159552 140721895486473 140721895486591 140721895486591 140721895493616 0
Current children cumulated CPU time: 72001.4 s
Current children cumulated vsize: 11146444 KiB
Current children cumulated memory: 9620140 KiB

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

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

# cumulated CPU time of all completed processes:  user=71887.5 s, system=114.38 s

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

[startup+3633.82 s]
/proc/loadavg: 61.07 61.12 62.86 44/944 145276
/proc/meminfo: memFree=758728464/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3633.9 s]
/proc/loadavg: 61.07 61.12 62.86 44/944 145276
/proc/meminfo: memFree=758728464/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3633.93
CPU time (s): 72001.9
CPU user time (s): 71887.5
CPU system time (s): 114.38
CPU usage (%): 1981.38
Max. virtual memory (cumulated for all children) (KiB): 11175252
Max. memory (cumulated for all children) (KiB): 9620140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71887.5
system time used= 114.38
maximum resident set size= 9633924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47004585
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= 353710
involuntary context switches= 241380


# summary of solver processes directly reported to runsolver:
#   pid: 142728
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71887.5
#   total CPU system time (s): 114.38

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.4741 second user time and 79.596 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 03:28:26
IDJOB=4465783
IDBENCH=160408
IDSOLVER=3094
FILE ID=nodeD104/4465783-1722562106
RUNJOBID= nodeD104-1722554819-137361
SLURM_JOB_ID= 8254283
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465783-1722562106/watcher-4465783-1722562106 -o /tmp/evaluation-result-4465783-1722562106/solver-4465783-1722562106 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137361 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465783-1722562106.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= c7ad59296e2e055fc86df3342558d493
RANDOM SEED=1859460171

nodeD104.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		: 3157.304
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		: 3034.880
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	: 5006.76
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		: 3099.137
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	: 5013.48
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		: 2909.246
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.76
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		: 3137.220
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		: 2984.347
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	: 5006.76
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		: 3158.031
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	: 5013.48
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		: 3201.748
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.76
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		: 3128.599
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		: 3062.272
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	: 5006.76
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		: 3182.835
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	: 5013.48
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		: 3538.269
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.76
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		: 3152.572
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		: 3062.251
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	: 5006.76
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		: 3182.787
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	: 5013.48
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		: 3666.860
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.76
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		: 3200.000
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		: 3025.951
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	: 5006.76
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		: 3178.057
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	: 5013.48
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		: 2661.412
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.76
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		: 3122.025
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		: 2963.875
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	: 5006.76
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		: 3182.718
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	: 5013.48
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		: 2668.314
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.76
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		: 3082.747
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		: 3016.468
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	: 5006.76
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		: 3143.197
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	: 5013.48
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		: 2651.477
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.76
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		: 3145.051
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		: 3038.704
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	: 5006.76
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		: 3182.617
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	: 5013.48
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		: 2665.642
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.76
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		: 3104.683
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		: 2961.401
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	: 5006.76
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		: 3103.421
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	: 5013.48
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		: 2658.283
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.76
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		: 3200.000
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		: 3062.108
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	: 5006.76
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		: 3164.339
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	: 5013.48
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		: 3004.734
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.76
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		: 3199.999
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		: 2985.179
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	: 5006.76
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		: 3182.457
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	: 5013.48
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		: 2652.070
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.76
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		: 3199.999
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		: 3062.069
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	: 5006.76
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		: 2968.029
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	: 5013.48
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		: 2661.699
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.76
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		: 3134.530
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		: 3062.047
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	: 5006.76
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		: 3120.894
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	: 5013.48
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		: 2653.472
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.76
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		: 3182.969
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		: 2956.515
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	: 5006.76
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		: 2941.526
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	: 5013.48
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		: 2669.279
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.76
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		: 3200.000
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		: 3062.004
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	: 5006.76
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		: 2903.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	: 5013.48
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		: 1978.040
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.76
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		: 3114.137
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2966.096
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	: 5006.76
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		: 2947.034
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	: 5013.48
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		: 2655.696
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.76
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		: 3071.719
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		: 3041.612
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	: 5006.76
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		: 3182.174
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	: 5013.48
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		: 2642.133
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.76
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		: 3200.000
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		: 2946.559
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	: 5006.76
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		: 2951.769
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	: 5013.48
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		: 2980.101
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.76
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		: 3199.999
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		: 3034.588
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	: 5006.76
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		: 3182.069
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	: 5013.48
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		: 2650.193
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.76
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		: 3057.150
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.892
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	: 5006.76
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		: 2988.728
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	: 5013.48
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		: 3643.409
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        742656768 kB
MemAvailable:   744052724 kB
Buffers:          327796 kB
Cached:          4389708 kB
SwapCached:            0 kB
Active:           501592 kB
Inactive:       44972152 kB
Active(anon):       2216 kB
Inactive(anon): 40776548 kB
Active(file):     499376 kB
Inactive(file):  4195604 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29616 kB
Writeback:            12 kB
AnonPages:      40754376 kB
Mapped:           126956 kB
Shmem:             22536 kB
KReclaimable:     241384 kB
Slab:             600844 kB
SReclaimable:     241384 kB
SUnreclaim:       359460 kB
KernelStack:       16864 kB
PageTables:        93736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5674280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           274944 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2578432 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:      628736 kB
DirectMap2M:    53346304 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD104 at 2024-08-02 04:29:00