Trace number 4465345

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72000.5 3634.15

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx75.opb
MD5SUMa11c5c9a015f48f3bddc22713bc48593
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1363.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
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 = 47960064, getVmSize() = 47960064, SCIPgetMemUsed() = 19887384, SCIPgetMemTotal() = 25824728, SCIPgetMemExternEstim() = 10643586
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
2.01/2.09	c ** Estimated virtualMemUsedAtSolver = 78256074, getVmSize() = 131751936, SCIPgetMemUsed() = 76700462, SCIPgetMemTotal() = 106740526, SCIPgetMemExternEstim() = 10643586
2.01/2.09	c ** set memory limit for solvers to 4.18837e+11 for each SCIP **
2.01/2.09	c Original Problem   :
2.01/2.09	c   Problem name     : instance-4465345-1722461806
2.01/2.09	c   Variables        : 4977 (4977 binary, 0 integer, 0 implicit integer, 0 continuous)
2.01/2.09	c   Constraints      : 5494
2.01/2.09	c   Objective sense  : minimize
2.01/2.09	c Presolved Problem  :
2.01/2.09	c   Variables        : 4063 (4063 binary, 0 integer, 0 implicit integer, 0 continuous)
2.01/2.09	c   Constraints      : 968
2.01/2.09	c Constraints        : Number
2.01/2.09	c   knapsack         : 448 
2.01/2.09	c   setppc           : 73 
2.01/2.09	c   orbitope         : 447 
2.01/2.09	c ** Instance transfer method used: 0
2.01/2.10	c ** ParaScipInstance copy increased the number of variables. **
2.29/2.31	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.29/2.32	c                                Nodes    Active                                            
2.29/2.32	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
60.62/5.36	c         5              2           1        20                -           7.0000          -
161.57/10.42	c        10              2           1        20                -           7.0000          -
260.56/15.48	c        15            137         136        20                -           7.0000          -
361.68/20.51	c        21            469         246        20                -           7.0000          -
462.76/25.62	c        26           9060         956        20                -           7.0000          -
561.72/30.69	c        31          11496        1098        20                -           7.0000          -
662.71/35.75	c        36          13648        1095        20                -           7.0000          -
763.52/40.84	c        41          15997         892        20                -           7.0000          -
864.61/45.90	c        46          19234         901        20                -           7.0000          -
963.60/50.93	c        51          22137         461        20                -           7.0000          -
1062.79/56.00	c        56           1935         586        20                -           7.0000          -
1164.56/61.05	c        61           2131         640        20                -           7.0000          -
1263.65/66.08	c        66          30628         575        20                -           7.0000          -
1364.57/71.17	c        71           4896         564        20                -           7.0000          -
1465.09/76.24	c        76           5413         609        20                -           7.0000          -
1564.11/81.28	c        81           5949         644        20                -           7.0000          -
1663.02/86.28	c        86          41434         394        20                -           7.0000          -
1764.05/91.31	c        91           3050         121        20                -           7.0000          -
1865.18/96.44	c        96           3425         212        20                -           7.0000          -
1964.23/101.49	c       102           3900         243        20                -           7.0000          -
2065.21/106.50	c       107           4357         264        20                -           7.0000          -
2164.38/111.55	c       112           5008         253        20                -           7.0000          -
2263.38/116.57	c       117           5507         275        20                -           7.0000          -
2364.52/121.65	c       122           5992         284        20                -           7.0000          -
2465.42/126.74	c       127           9801         913        20                -           7.0000          -
2566.47/131.84	c       132           6796         308        20                -           7.0000          -
2667.63/136.90	c       137           7997        1213        20                -           7.0000          -
2766.73/141.91	c       142           7565         346        20                -           7.0000          -
2865.81/146.98	c       147           7900         353        20                -           7.0000          -
2967.58/152.05	c       152           8272         351        20                -           7.0000          -
3066.60/157.10	c       157           8669         369        20                -           7.0000          -
3167.65/162.15	c       162           9092        1292        20                -           7.0000          -
3266.51/167.18	c       167           9283        1301        20                -           7.0000          -
3366.99/172.22	c       172          13587        1024        20                -           7.0000          -
3467.98/177.31	c       177          14004        1033        20                -           7.0000          -
3567.15/182.37	c       182          14402        1024        20                -           7.0000          -
3668.25/187.42	c       187          14765        1042        20                -           7.0000          -
3767.47/192.48	c       192          11342         525        20                -           7.0000          -
3866.54/197.49	c       198          11975         528        20                -           7.0000          -
3967.70/202.53	c       203          12562         536        20                -           7.0000          -
4068.79/207.65	c       208          10876        1465        20                -           7.0000          -
4169.91/212.70	c       213          11148        1506        20                -           7.0000          -
4268.98/217.75	c       218          11384        1525        20                -           7.0000          -
4370.08/222.80	c       223          17577        1236        20                -           7.0000          -
4469.25/227.82	c       228          17967        1266        20                -           7.0000          -
4568.32/232.87	c       233          18336        1279        20                -           7.0000          -
4669.32/237.91	c       238          18681        1290        20                -           7.0000          -
4768.31/242.92	c       243          17639         632        20                -           7.0000          -
4867.58/247.95	c       248          18426         648        20                -           7.0000          -
4966.55/252.97	c       253          19198         675        20                -           7.0000          -
5068.36/258.06	c       258         118824         511        20                -           7.0000          -
5169.31/263.17	c       263          20911         676        20                -           7.0000          -
5268.67/268.19	c       268          21722         660        20                -           7.0000          -
5368.95/273.23	c       273          22533         632        20                -           7.0000          -
5470.10/278.32	c       278          23370         620        20                -           7.0000          -
5569.26/283.37	c       283          24217         622        20                -           7.0000          -
5670.47/288.42	c       288          25087         626        20                -           7.0000          -
5769.57/293.48	c       293          25858         623        20                -           7.0000          -
5870.70/298.53	c       299          26663         614        20                -           7.0000          -
5969.82/303.59	c       304          27467         595        20                -           7.0000          -
6068.97/308.59	c       309          15626        2069        20                -           7.0000          -
6170.03/313.62	c       314          29209         600        20                -           7.0000          -
6269.18/318.63	c       319          30046         601        20                -           7.0000          -
6368.35/323.69	c       324          30822         606        20                -           7.0000          -
6469.45/328.75	c       329          31685         598        20                -           7.0000          -
6568.58/333.76	c       334         142874         579        20                -           7.0000          -
6667.67/338.78	c       339         144548         577        20                -           7.0000          -
6766.80/343.80	c       344         146120         579        20                -           7.0000          -
6869.92/348.91	c       349          17563        2363        20                -           7.0000          -
6969.08/353.92	c       354         149375         573        20                -           7.0000          -
7068.00/358.96	c       359         150665         580        20                -           7.0000          -
7167.07/364.00	c       364          29984        1865        20                -           7.0000          -
7268.90/369.05	c       369          30721        1882        20                -           7.0000          -
7370.22/374.15	c       374          31393        1902        20                -           7.0000          -
7470.53/379.23	c       379         156756         567        20                -           7.0000          -
7571.55/384.30	c       384         158268         583        20                -           7.0000          -
7670.63/389.37	c       389         159658         569        20                -           7.0000          -
7771.81/394.42	c       394         161120         573        20                -           7.0000          -
7871.01/399.49	c       400         162710         577        20                -           7.0000          -
7972.06/404.55	c       405          20435        2870        20                -           7.0000          -
8073.18/409.60	c       410          20711        2936        20                -           7.0000          -
8172.40/414.61	c       415         167497         568        20                -           7.0000          -
8271.55/419.62	c       420         168908         561        20                -           7.0000          -
8372.75/424.73	c       425         170317         569        20                -           7.0000          -
8473.79/429.80	c       430         171862         560        20                -           7.0000          -
8572.99/434.88	c       435         173538         573        20                -           7.0000          -
8674.15/439.91	c       440         175068         568        20                -           7.0000          -
8773.34/444.99	c       445         176930         573        20                -           7.0000          -
8872.55/449.99	c       450         178586         559        20                -           7.0000          -
8974.38/455.08	c       455         180362         575        20                -           7.0000          -
9075.31/460.13	c       460         182055         564        20                -           7.0000          -
9174.74/465.19	c       465         204302         509        20                -           7.0000          -
9275.22/470.24	c       470         207300         505        20                -           7.0000          -
9374.43/475.29	c       475         209837         509        20                -           7.0000          -
9475.61/480.34	c       480         212757         512        20                -           7.0000          -
9576.74/485.40	c       485          25405        3652        20                -           7.0000          -
9675.95/490.47	c       490         191905         568        20                -           7.0000          -
9777.07/495.52	c       496         219653         517        20                -           7.0000          -
9876.29/500.54	c       501         195243         564        20                -           7.0000          -
9977.42/505.62	c       506          26376        3851        20                -           7.0000          -
10076.62/510.68	c       511          26678        3878        20                -           7.0000          -
10177.67/515.70	c       516         200058         564        20                -           7.0000          -
10276.87/520.77	c       521         201723         578        20                -           7.0000          -
10377.99/525.80	c       526         203393         573        20                -           7.0000          -
10477.13/530.88	c       531          27605        4041        20                -           7.0000          -
10578.24/535.94	c       536         237021         509        20                -           7.0000          -
10677.37/540.94	c       541         208379         571        20                -           7.0000          -
10778.90/546.03	c       546         241446         507        20                -           7.0000          -
10878.25/551.10	c       551         244308         528        20                -           7.0000          -
10979.49/556.15	c       556         246695         521        20                -           7.0000          -
11079.92/561.20	c       561         249037         510        20                -           7.0000          -
11179.13/566.24	c       566         215811         565        20                -           7.0000          -
11280.32/571.30	c       571         217445         564        20                -           7.0000          -
11379.53/576.31	c       576          29885        4548        20                -           7.0000          -
11480.72/581.43	c       581          30260        4591        20                -           7.0000          -
11579.93/586.45	c       586         222151         572        20                -           7.0000          -
11681.17/591.54	c       592         263819         506        20                -           7.0000          -
11782.32/596.61	c       597         265828         512        20                -           7.0000          -
11881.52/601.67	c       602         226903         561        20                -           7.0000          -
11982.65/606.72	c       607         228200         560        20                -           7.0000          -
12081.86/611.77	c       612         272035         498        20                -           7.0000          -
12181.07/616.79	c       617         231514         566        20                -           7.0000          -
12282.22/621.82	c       622         233094         578        20                -           7.0000          -
12381.46/626.85	c       627         234640         571        20                -           7.0000          -
12480.68/631.90	c       632         236048         568        20                -           7.0000          -
12581.87/637.00	c       637         237673         574        20                -           7.0000          -
12683.66/642.05	c       642         239071         571        20                -           7.0000          -
12782.96/647.07	c       647          34524        5126        20                -           7.0000          -
12883.92/652.17	c       652         241861         569        20                -           7.0000          -
12984.60/657.25	c       657         243391         571        20                -           7.0000          -
13085.77/662.30	c       662         244858         569        20                -           7.0000          -
13184.97/667.35	c       667         246258         572        20                -           7.0000          -
13284.11/672.39	c       672         247448         565        20                -           7.0000          -
13385.16/677.46	c       677         248652         568        20                -           7.0000          -
13486.35/682.52	c       683         249823         569        20                -           7.0000          -
13585.54/687.53	c       688          64520        3323        20                -           7.0000          -
13686.73/692.63	c       693         252397         569        20                -           7.0000          -
13785.92/697.65	c       698         253678         576        20                -           7.0000          -
13887.10/702.73	c       703         255108         584        20                -           7.0000          -
13986.32/707.78	c       708         256546         590        20                -           7.0000          -
14087.45/712.83	c       713         257878         572        20                -           7.0000          -
14186.57/717.85	c       718         259180         572        20                -           7.0000          -
14287.75/722.92	c       723         260508         563        20                -           7.0000          -
14386.95/727.97	c       728         262011         568        20                -           7.0000          -
14486.10/733.00	c       733         263321         571        20                -           7.0000          -
14587.91/738.03	c       738         264708         568        20                -           7.0000          -
14687.29/743.11	c       743         266192         559        20                -           7.0000          -
14786.36/748.13	c       748         267694         566        20                -           7.0000          -
14887.51/753.14	c       753          71120        3642        20                -           7.0000          -
14986.63/758.19	c       758         271010         563        20                -           7.0000          -
15087.23/763.22	c       763          92792        1285        20                -           7.0000          -
15188.41/768.32	c       768          93239        1312        20                -           7.0000          -
15289.61/773.43	c       773         276380         562        20                -           7.0000          -
15390.73/778.52	c       779         277916         560        20                -           7.0000          -
15489.92/783.57	c       784         279518         557        20                -           7.0000          -
15591.11/788.61	c       789         281278         565        20                -           7.0000          -
15690.31/793.68	c       794          74609        3736        20                -           7.0000          -
15791.50/798.72	c       799          75095        3735        20                -           7.0000          -
15890.70/803.76	c       804         365021         505        20                -           7.0000          -
15991.83/808.80	c       809         367110         515        20                -           7.0000          -
16091.04/813.86	c       814         369089         515        20                -           7.0000          -
16192.21/818.94	c       819         371216         500        20                -           7.0000          -
16291.42/823.99	c       824         373746         500        20                -           7.0000          -
16393.34/829.04	c       829         376155         509        20                -           7.0000          -
16492.37/834.09	c       834         378862         513        20                -           7.0000          -
16591.67/839.13	c       839         381822         509        20                -           7.0000          -
16694.15/844.21	c       844         384314         502        20                -           7.0000          -
16793.35/849.27	c       849         387223         513        20                -           7.0000          -
16894.53/854.33	c       854         389829         506        20                -           7.0000          -
16993.71/859.38	c       859         392781         511        20                -           7.0000          -
17094.93/864.43	c       864         396003         513        20                -           7.0000          -
17194.06/869.48	c       869         398437         502        20                -           7.0000          -
17293.26/874.49	c       874         101068        1864        20                -           7.0000          -
17394.40/879.57	c       880         403522         496        20                -           7.0000          -
17495.56/884.64	c       885         101976        1860        20                -           7.0000          -
17594.74/889.69	c       890         102357        1875        20                -           7.0000          -
17695.91/894.74	c       895         313928         565        20                -           7.0000          -
17795.10/899.79	c       900         315328         565        20                -           7.0000          -
17896.28/904.84	c       905         317011         565        20                -           7.0000          -
17995.41/909.87	c       910         418549         498        20                -           7.0000          -
18096.59/914.94	c       915         320135         569        20                -           7.0000          -
18195.78/919.99	c       920         322047         566        20                -           7.0000          -
18297.52/925.04	c       925         323600         574        20                -           7.0000          -
18396.68/930.09	c       930         325069         558        20                -           7.0000          -
18497.75/935.14	c       935         327038         556        20                -           7.0000          -
18597.11/940.19	c       940         328891         566        20                -           7.0000          -
18697.65/945.24	c       945         330525         564        20                -           7.0000          -
18796.83/950.29	c       950         331891         565        20                -           7.0000          -
18898.01/955.30	c       955         439221         508        20                -           7.0000          -
18997.17/960.32	c       960          73753        5371        20                -           7.0000          -
19096.34/965.34	c       965         443503         498        20                -           7.0000          -
19197.50/970.41	c       970         445773         509        20                -           7.0000          -
19296.66/975.48	c       975         447905         501        20                -           7.0000          -
19397.82/980.54	c       981         450202         506        20                -           7.0000          -
19497.02/985.56	c       986         452417         494        20                -           7.0000          -
19596.22/990.59	c       991         454566         496        20                -           7.0000          -
19697.32/995.60	c       996         456731         502        20                -           7.0000          -
19796.50/1000.62	c      1001          95401        5226        20                -           7.0000          -
19895.70/1005.65	c      1006         461127         501        20                -           7.0000          -
19996.88/1010.75	c      1011         463205         496        20                -           7.0000          -
20096.07/1015.79	c      1016         465337         502        20                -           7.0000          -
20197.25/1020.86	c      1021         467771         517        20                -           7.0000          -
20298.41/1025.98	c      1026         469864         514        20                -           7.0000          -
20400.27/1031.11	c      1031         472121         509        20                -           7.0000          -
20501.45/1036.16	c      1036          83091        5461        20                -           7.0000          -
20601.91/1041.21	c      1041          98199        5335        20                -           7.0000          -
20700.93/1046.26	c      1046          84409        5476        20                -           7.0000          -
20801.90/1051.31	c      1051         481884         515        20                -           7.0000          -
20901.09/1056.38	c      1056         366867         562        20                -           7.0000          -
21002.25/1061.42	c      1061         368549         564        20                -           7.0000          -
21101.45/1066.47	c      1066         370141         568        20                -           7.0000          -
21202.61/1071.53	c      1072         490941         515        20                -           7.0000          -
21301.75/1076.59	c      1077         373405         562        20                -           7.0000          -
21402.88/1081.65	c      1082         375108         559        20                -           7.0000          -
21502.07/1086.69	c      1087         496599         505        20                -           7.0000          -
21603.23/1091.75	c      1092         378379         560        20                -           7.0000          -
21704.08/1096.80	c      1097         379954         558        20                -           7.0000          -
21803.26/1101.83	c      1102         503655         499        20                -           7.0000          -
21902.45/1106.86	c      1107         506146         530        20                -           7.0000          -
22003.36/1111.91	c      1112         121279        3141        20                -           7.0000          -
22102.45/1116.93	c      1117         121608        3143        20                -           7.0000          -
22204.35/1122.05	c      1122         122001        3142        20                -           7.0000          -
22303.43/1127.07	c      1127         515168         514        20                -           7.0000          -
22404.56/1132.14	c      1132         517393         508        20                -           7.0000          -
22503.83/1137.15	c      1137         520096         533        20                -           7.0000          -
22604.24/1142.24	c      1142         522720         521        20                -           7.0000          -
22703.42/1147.25	c      1147         525339         513        20                -           7.0000          -
22804.57/1152.32	c      1152         528561         510        20                -           7.0000          -
22905.75/1157.40	c      1157          95317        5894        20                -           7.0000          -
23004.95/1162.45	c      1162          95769        5947        20                -           7.0000          -
23106.15/1167.51	c      1168          96270        6000        20                -           7.0000          -
23205.27/1172.55	c      1173          96789        6010        20                -           7.0000          -
23304.18/1177.56	c      1178         540731         520        20                -           7.0000          -
23403.19/1182.57	c      1183         112597        6112        20                -           7.0000          -
23504.38/1187.64	c      1188         544699         512        20                -           7.0000          -
23603.56/1192.66	c      1193         546592         504        20                -           7.0000          -
23702.55/1197.69	c      1198         548605         509        20                -           7.0000          -
23803.63/1202.76	c      1203         551177         510        20                -           7.0000          -
23904.72/1207.88	c      1208         553716         505        20                -           7.0000          -
24005.85/1212.98	c      1213         418854         569        20                -           7.0000          -
24105.00/1218.03	c      1218         420557         563        20                -           7.0000          -
24206.83/1223.08	c      1223         422172         565        20                -           7.0000          -
24306.00/1228.12	c      1228         562574         507        20                -           7.0000          -
24407.01/1233.14	c      1233         564629         505        20                -           7.0000          -
24507.58/1238.23	c      1238         101353        6569        20                -           7.0000          -
24606.78/1243.28	c      1243         101707        6604        20                -           7.0000          -
24708.00/1248.33	c      1248         102082        6621        20                -           7.0000          -
24807.19/1253.38	c      1253         102556        6633        20                -           7.0000          -
24908.40/1258.43	c      1258         120080        6402        20                -           7.0000          -
25007.58/1263.48	c      1263         435224         568        20                -           7.0000          -
25108.76/1268.50	c      1269         135665        3487        20                -           7.0000          -
25207.92/1273.52	c      1274         583481         512        20                -           7.0000          -
25307.08/1278.58	c      1279         585508         504        20                -           7.0000          -
25408.24/1283.62	c      1284         587429         511        20                -           7.0000          -
25509.41/1288.73	c      1289         443248         562        20                -           7.0000          -
25608.58/1293.77	c      1294         592160         518        20                -           7.0000          -
25709.74/1298.80	c      1299         594531         512        20                -           7.0000          -
25808.88/1303.83	c      1304         596910         513        20                -           7.0000          -
25907.88/1308.85	c      1309         124769        6597        20                -           7.0000          -
26007.05/1313.85	c      1314         125244        6615        20                -           7.0000          -
26108.21/1318.94	c      1319         138973        3659        20                -           7.0000          -
26207.36/1324.00	c      1324         139295        3672        20                -           7.0000          -
26309.13/1329.07	c      1329         609610         516        20                -           7.0000          -
26410.18/1334.19	c      1334         140143        3784        20                -           7.0000          -
26510.68/1339.24	c      1339         460230         565        20                -           7.0000          -
26609.84/1344.29	c      1344         461818         559        20                -           7.0000          -
26711.01/1349.33	c      1349         619955         501        20                -           7.0000          -
26810.23/1354.34	c      1354         141142        4111        20                -           7.0000          -
26909.41/1359.35	c      1359         141432        4148        20                -           7.0000          -
27008.60/1364.39	c      1364         627557         519        20                -           7.0000          -
27109.77/1369.49	c      1370         629946         528        20                -           7.0000          -
27210.82/1374.58	c      1375         632662         514        20                -           7.0000          -
27311.91/1379.66	c      1380         473009         553        20                -           7.0000          -
27413.12/1384.72	c      1385         474670         550        20                -           7.0000          -
27512.05/1389.76	c      1390         476389         567        20                -           7.0000          -
27611.14/1394.79	c      1395         644086         527        20                -           7.0000          -
27712.19/1399.82	c      1400         646481         512        20                -           7.0000          -
27811.22/1404.85	c      1405         648276         512        20                -           7.0000          -
27910.37/1409.86	c      1410         650070         506        20                -           7.0000          -
28011.52/1414.91	c      1415         652434         522        20                -           7.0000          -
28113.50/1420.06	c      1420         115018        7504        20                -           7.0000          -
28212.63/1425.12	c      1425         115453        7531        20                -           7.0000          -
28313.67/1430.16	c      1430         115835        7565        20                -           7.0000          -
28414.25/1435.20	c      1435         661427         522        20                -           7.0000          -
28513.46/1440.24	c      1440         663645         509        20                -           7.0000          -
28612.62/1445.29	c      1445         666201         514        20                -           7.0000          -
28713.82/1450.35	c      1450         668885         512        20                -           7.0000          -
28815.02/1455.41	c      1455         117958        7774        20                -           7.0000          -
28914.22/1460.45	c      1460         673914         510        20                -           7.0000          -
29015.37/1465.51	c      1466         119135        7824        20                -           7.0000          -
29114.52/1470.55	c      1471         678401         509        20                -           7.0000          -
29213.67/1475.59	c      1476         680917         513        20                -           7.0000          -
29314.87/1480.64	c      1481         683460         514        20                -           7.0000          -
29414.09/1485.66	c      1486         685690         508        20                -           7.0000          -
29515.28/1490.75	c      1491         140121        7306        20                -           7.0000          -
29616.41/1495.81	c      1496         690048         512        20                -           7.0000          -
29715.58/1500.86	c      1501         123188        8019        20                -           7.0000          -
29814.51/1505.89	c      1506         694916         511        20                -           7.0000          -
29915.48/1510.97	c      1511         124303        8020        20                -           7.0000          -
30014.65/1516.02	c      1516         124848        8067        20                -           7.0000          -
30116.38/1521.07	c      1521         125368        8092        20                -           7.0000          -
30215.15/1526.12	c      1526         125915        8108        20                -           7.0000          -
30316.29/1531.17	c      1531         144151        7555        20                -           7.0000          -
30416.70/1536.23	c      1536         144572        7563        20                -           7.0000          -
30515.85/1541.27	c      1541         711251         518        20                -           7.0000          -
30616.93/1546.33	c      1546         145532        7637        20                -           7.0000          -
30716.08/1551.37	c      1551         715433         510        20                -           7.0000          -
30815.23/1556.38	c      1556         717700         506        20                -           7.0000          -
30916.32/1561.40	c      1561         719957         508        20                -           7.0000          -
31015.42/1566.41	c      1566         722408         517        20                -           7.0000          -
31114.58/1571.43	c      1571         725240         511        20                -           7.0000          -
31213.79/1576.49	c      1576         727635         512        20                -           7.0000          -
31314.87/1581.52	c      1582         148429        7721        20                -           7.0000          -
31413.95/1586.55	c      1587         148944        7754        20                -           7.0000          -
31512.85/1591.56	c      1592         149393        7794        20                -           7.0000          -
31613.92/1596.60	c      1597         737587         504        20                -           7.0000          -
31713.02/1601.65	c      1602         157689        5131        20                -           7.0000          -
31814.16/1606.72	c      1607         158016        5154        20                -           7.0000          -
31913.32/1611.76	c      1612         158332        5193        20                -           7.0000          -
32014.21/1616.87	c      1617         158688        5213        20                -           7.0000          -
32115.27/1621.97	c      1622         748128         505        20                -           7.0000          -
32214.48/1627.04	c      1627         750286         505        20                -           7.0000          -
32316.20/1632.09	c      1632         752707         506        20                -           7.0000          -
32417.15/1637.19	c      1637         754885         500        20                -           7.0000          -
32517.66/1642.29	c      1642         757734         511        20                -           7.0000          -
32618.79/1647.34	c      1647         759825         505        20                -           7.0000          -
32717.91/1652.38	c      1652         761970         505        20                -           7.0000          -
32818.97/1657.46	c      1657         162380        5351        20                -           7.0000          -
32919.96/1662.51	c      1663         162623        5404        20                -           7.0000          -
33019.10/1667.56	c      1668         162880        5445        20                -           7.0000          -
33120.22/1672.61	c      1673         568220         560        20                -           7.0000          -
33219.43/1677.67	c      1678         569746         553        20                -           7.0000          -
33320.49/1682.72	c      1683         157359        8213        20                -           7.0000          -
33419.51/1687.78	c      1688         157748        8224        20                -           7.0000          -
33518.61/1692.78	c      1693         781551         513        20                -           7.0000          -
33619.74/1697.88	c      1698         575831         554        20                -           7.0000          -
33720.69/1702.91	c      1703         786584         521        20                -           7.0000          -
33819.81/1707.97	c      1708         578718         564        20                -           7.0000          -
33918.92/1713.02	c      1713         580374         559        20                -           7.0000          -
34020.79/1718.08	c      1718         582199         559        20                -           7.0000          -
34119.84/1723.09	c      1723         796243         517        20                -           7.0000          -
34220.61/1728.15	c      1728         798766         514        20                -           7.0000          -
34319.76/1733.16	c      1733         800991         511        20                -           7.0000          -
34418.54/1738.17	c      1738         803693         514        20                -           7.0000          -
34517.45/1743.19	c      1743         169883        5692        20                -           7.0000          -
34618.10/1748.24	c      1748         151316        8209        20                -           7.0000          -
34717.12/1753.29	c      1753         171256        5714        20                -           7.0000          -
34817.93/1758.34	c      1758         171917        5710        20                -           7.0000          -
34918.82/1763.40	c      1763         172636        5754        20                -           7.0000          -
35017.99/1768.42	c      1768         153562        8237        20                -           7.0000          -
35117.01/1773.50	c      1774         154159        8237        20                -           7.0000          -
35218.00/1778.55	c      1779         154681        8249        20                -           7.0000          -
35318.95/1783.68	c      1784         155176        8261        20                -           7.0000          -
35419.96/1788.74	c      1789         175819        5750        20                -           7.0000          -
35519.03/1793.77	c      1794         176400        5771        20                -           7.0000          -
35620.04/1798.84	c      1799         832800         497        20                -           7.0000          -
35721.10/1803.95	c      1804         177718        5853        20                -           7.0000          -
35819.92/1808.99	c      1809         178444        5860        20                -           7.0000          -
35921.78/1814.04	c      1814         166693        8713        20                -           7.0000          -
36020.66/1819.09	c      1819         179971        5875        20                -           7.0000          -
36121.83/1824.14	c      1824         180707        5898        20                -           7.0000          -
36221.03/1829.16	c      1829         847314         506        20                -           7.0000          -
36321.30/1834.22	c      1834         849830         508        20                -           7.0000          -
36420.21/1839.29	c      1839         182898        5919        20                -           7.0000          -
36521.30/1844.34	c      1844         183642        5918        20                -           7.0000          -
36620.41/1849.39	c      1849         184331        5916        20                -           7.0000          -
36721.50/1854.40	c      1854         860029         501        20                -           7.0000          -
36820.54/1859.41	c      1859         862549         501        20                -           7.0000          -
36919.71/1864.48	c      1864         864600         506        20                -           7.0000          -
37020.74/1869.53	c      1870         866844         502        20                -           7.0000          -
37119.85/1874.58	c      1875         868962         510        20                -           7.0000          -
37220.76/1879.68	c      1880         871319         512        20                -           7.0000          -
37321.84/1884.74	c      1885         874007         514        20                -           7.0000          -
37422.89/1889.81	c      1890         163876        8839        20                -           7.0000          -
37521.94/1894.85	c      1895         164280        8873        20                -           7.0000          -
37622.88/1899.90	c      1900         164678        8919        20                -           7.0000          -
37721.85/1904.95	c      1905         176114        9528        20                -           7.0000          -
37820.89/1910.00	c      1910         165436        8955        20                -           7.0000          -
37922.47/1915.04	c      1915         889535         517        20                -           7.0000          -
38021.48/1920.09	c      1920         891875         502        20                -           7.0000          -
38122.42/1925.15	c      1925         194384        5918        20                -           7.0000          -
38222.93/1930.20	c      1930         194980        5908        20                -           7.0000          -
38321.95/1935.25	c      1935         195538        5991        20                -           7.0000          -
38421.05/1940.26	c      1940         901933         515        20                -           7.0000          -
38522.15/1945.31	c      1945         179951        9872        20                -           7.0000          -
38621.25/1950.33	c      1950         906735         510        20                -           7.0000          -
38722.37/1955.41	c      1955         908844         511        20                -           7.0000          -
38821.53/1960.48	c      1960         910773         506        20                -           7.0000          -
38922.35/1965.53	c      1966         912759         508        20                -           7.0000          -
39023.36/1970.62	c      1971         169307        9427        20                -           7.0000          -
39122.29/1975.67	c      1976         169626        9432        20                -           7.0000          -
39223.30/1980.72	c      1981         182576       10100        20                -           7.0000          -
39322.39/1985.74	c      1986         922053         518        20                -           7.0000          -
39421.48/1990.76	c      1991         924600         503        20                -           7.0000          -
39521.89/1995.87	c      1996         183939       10144        20                -           7.0000          -
39622.71/2000.92	c      2001         203305        6189        20                -           7.0000          -
39721.63/2005.97	c      2006         204234        6199        20                -           7.0000          -
39820.65/2010.99	c      2011         934592         507        20                -           7.0000          -
39919.76/2016.02	c      2016         185868       10219        20                -           7.0000          -
40021.22/2021.05	c      2021         186295       10239        20                -           7.0000          -
40120.24/2026.09	c      2026         941422         512        20                -           7.0000          -
40221.42/2031.19	c      2031         943470         498        20                -           7.0000          -
40321.64/2036.29	c      2036         174070        9662        20                -           7.0000          -
40422.72/2041.33	c      2041         174431        9730        20                -           7.0000          -
40521.61/2046.38	c      2046         174748        9763        20                -           7.0000          -
40622.44/2051.43	c      2051         175161        9812        20                -           7.0000          -
40721.64/2056.48	c      2056         189376       10373        20                -           7.0000          -
40822.54/2061.53	c      2062         189607       10376        20                -           7.0000          -
40921.57/2066.59	c      2067         176486        9922        20                -           7.0000          -
41022.52/2071.63	c      2072         176854        9959        20                -           7.0000          -
41121.61/2076.68	c      2077         962787         509        20                -           7.0000          -
41222.66/2081.74	c      2082         177904        9983        20                -           7.0000          -
41321.75/2086.79	c      2087         178214       10052        20                -           7.0000          -
41422.77/2091.82	c      2092         969163         513        20                -           7.0000          -
41521.90/2096.89	c      2097         971371         509        20                -           7.0000          -
41622.99/2101.94	c      2102         193503       10624        20                -           7.0000          -
41722.12/2106.99	c      2107         194035       10630        20                -           7.0000          -
41823.75/2112.05	c      2112         978209         500        20                -           7.0000          -
41923.08/2117.10	c      2117         195182       10698        20                -           7.0000          -
42021.98/2122.11	c      2122         982586         504        20                -           7.0000          -
42122.91/2127.17	c      2127         985253         512        20                -           7.0000          -
42223.45/2132.24	c      2132         987818         505        20                -           7.0000          -
42322.58/2137.26	c      2137         990273         524        20                -           7.0000          -
42423.68/2142.35	c      2142         182207       10486        20                -           7.0000          -
42524.78/2147.40	c      2147         197640       10785        20                -           7.0000          -
42623.71/2152.45	c      2152         182998       10547        20                -           7.0000          -
42722.65/2157.47	c      2157        1000336         510        20                -           7.0000          -
42823.75/2162.54	c      2163        1003062         508        20                -           7.0000          -
42922.80/2167.60	c      2168        1005945         509        20                -           7.0000          -
43023.72/2172.60	c      2173        1008694         506        20                -           7.0000          -
43124.82/2177.70	c      2178         184463       10702        20                -           7.0000          -
43223.94/2182.76	c      2183         184770       10735        20                -           7.0000          -
43324.99/2187.81	c      2188         185129       10768        20                -           7.0000          -
43424.10/2192.82	c      2193        1018651         508        20                -           7.0000          -
43523.24/2197.83	c      2198         201810       11227        20                -           7.0000          -
43622.36/2202.87	c      2203        1023260         509        20                -           7.0000          -
43723.53/2207.91	c      2208        1025526         506        20                -           7.0000          -
43822.70/2212.99	c      2213        1028079         516        20                -           7.0000          -
43924.50/2218.13	c      2218         203205       11414        20                -           7.0000          -
44025.36/2223.18	c      2223         187332       11073        20                -           7.0000          -
44125.88/2228.23	c      2228         203842       11534        20                -           7.0000          -
44224.96/2233.28	c      2233         204217       11576        20                -           7.0000          -
44326.19/2238.33	c      2238         204583       11617        20                -           7.0000          -
44425.41/2243.36	c      2243        1042698         509        20                -           7.0000          -
44526.58/2248.43	c      2248        1045055         512        20                -           7.0000          -
44625.74/2253.48	c      2253         205662       11794        20                -           7.0000          -
44724.87/2258.50	c      2258         189562       11377        20                -           7.0000          -
44826.06/2263.57	c      2264        1052236         508        20                -           7.0000          -
44926.96/2268.60	c      2269        1054738         522        20                -           7.0000          -
45026.06/2273.69	c      2274         207013       11962        20                -           7.0000          -
45127.22/2278.75	c      2279         207392       12031        20                -           7.0000          -
45226.37/2283.76	c      2284        1063116         512        20                -           7.0000          -
45327.54/2288.85	c      2289         208000       12141        20                -           7.0000          -
45428.79/2293.90	c      2294         208226       12208        20                -           7.0000          -
45527.96/2298.95	c      2299         766526         568        20                -           7.0000          -
45627.19/2304.00	c      2304         768361         563        20                -           7.0000          -
45729.09/2309.05	c      2309         209165       12340        20                -           7.0000          -
45828.20/2314.11	c      2314         209680       12385        20                -           7.0000          -
45929.22/2319.16	c      2319         210273       12436        20                -           7.0000          -
46029.96/2324.21	c      2324         210745       12438        20                -           7.0000          -
46129.08/2329.26	c      2329         211140       12462        20                -           7.0000          -
46228.25/2334.28	c      2334        1090473         501        20                -           7.0000          -
46329.26/2339.33	c      2339        1092397         496        20                -           7.0000          -
46428.37/2344.38	c      2344        1094696         514        20                -           7.0000          -
46529.48/2349.41	c      2349        1097283         512        20                -           7.0000          -
46628.72/2354.44	c      2354        1099657         508        20                -           7.0000          -
46729.78/2359.50	c      2360        1102167         514        20                -           7.0000          -
46828.86/2364.55	c      2365         213604       12846        20                -           7.0000          -
46929.97/2369.60	c      2370        1107324         497        20                -           7.0000          -
47030.95/2374.71	c      2375        1110062         497        20                -           7.0000          -
47130.16/2379.76	c      2380         255527        6535        20                -           7.0000          -
47231.33/2384.81	c      2385         256114        6537        20                -           7.0000          -
47330.35/2389.83	c      2390        1118658         500        20                -           7.0000          -
47431.45/2394.91	c      2395        1120935         506        20                -           7.0000          -
47530.61/2399.96	c      2400         216321       13219        20                -           7.0000          -
47629.80/2405.01	c      2405         216828       13230        20                -           7.0000          -
47731.77/2410.06	c      2410         217251       13246        20                -           7.0000          -
47830.80/2415.11	c      2415         217753       13294        20                -           7.0000          -
47932.14/2420.16	c      2420         218025       13347        20                -           7.0000          -
48032.48/2425.21	c      2425        1136142         510        20                -           7.0000          -
48131.57/2430.21	c      2430        1138758         509        20                -           7.0000          -
48230.81/2435.22	c      2435        1141567         513        20                -           7.0000          -
48330.05/2440.28	c      2440         200563       12987        20                -           7.0000          -
48433.04/2445.41	c      2445         200873       13056        20                -           7.0000          -
48532.24/2450.46	c      2450         201222       13118        20                -           7.0000          -
48631.49/2455.48	c      2455        1152290         507        20                -           7.0000          -
48732.68/2460.51	c      2461        1155005         510        20                -           7.0000          -
48831.84/2465.51	c      2466        1157430         503        20                -           7.0000          -
48931.04/2470.54	c      2471        1159631         502        20                -           7.0000          -
49030.27/2475.56	c      2476        1161860         508        20                -           7.0000          -
49131.48/2480.61	c      2481        1164365         508        20                -           7.0000          -
49230.71/2485.67	c      2486        1167068         509        20                -           7.0000          -
49331.76/2490.72	c      2491        1169671         500        20                -           7.0000          -
49430.84/2495.73	c      2496         831074         560        20                -           7.0000          -
49530.06/2500.75	c      2501         832880         552        20                -           7.0000          -
49629.26/2505.78	c      2506         834583         558        20                -           7.0000          -
49730.40/2510.85	c      2511         205372       13664        20                -           7.0000          -
49831.60/2515.90	c      2516         226276       13731        20                -           7.0000          -
49930.83/2520.93	c      2521         839524         561        20                -           7.0000          -
50029.93/2526.00	c      2526         840857         568        20                -           7.0000          -
50131.80/2531.05	c      2531         842206         562        20                -           7.0000          -
50230.38/2536.10	c      2536         843839         560        20                -           7.0000          -
50331.64/2541.15	c      2541         845360         574        20                -           7.0000          -
50432.12/2546.20	c      2546         846827         562        20                -           7.0000          -
50531.16/2551.25	c      2551         848299         572        20                -           7.0000          -
50632.09/2556.30	c      2556         849825         554        20                -           7.0000          -
50731.19/2561.32	c      2561         851371         562        20                -           7.0000          -
50830.34/2566.32	c      2566         852944         565        20                -           7.0000          -
50929.71/2571.33	c      2571         278614        6921        20                -           7.0000          -
51030.78/2576.42	c      2576         279348        6918        20                -           7.0000          -
51129.94/2581.47	c      2581         209873       14221        20                -           7.0000          -
51231.05/2586.55	c      2587         210209       14275        20                -           7.0000          -
51330.23/2591.55	c      2592         281509        6896        20                -           7.0000          -
51429.36/2596.57	c      2597         282215        6895        20                -           7.0000          -
51530.57/2601.68	c      2602         282912        6896        20                -           7.0000          -
51631.79/2606.76	c      2607         283712        6892        20                -           7.0000          -
51732.90/2611.81	c      2612         284371        6889        20                -           7.0000          -
51832.08/2616.86	c      2617         285164        6910        20                -           7.0000          -
51933.21/2621.91	c      2622         285931        6890        20                -           7.0000          -
52032.44/2626.96	c      2627         286614        6881        20                -           7.0000          -
52134.28/2632.04	c      2632         287368        6896        20                -           7.0000          -
52233.38/2637.10	c      2637         236286       14562        20                -           7.0000          -
52334.43/2642.13	c      2642         288760        6905        20                -           7.0000          -
52433.47/2647.15	c      2647         289421        6932        20                -           7.0000          -
52534.20/2652.25	c      2652         290124        6926        20                -           7.0000          -
52635.20/2657.30	c      2657         290781        6923        20                -           7.0000          -
52734.44/2662.31	c      2662         291406        6927        20                -           7.0000          -
52835.62/2667.40	c      2667         292097        6917        20                -           7.0000          -
52934.91/2672.45	c      2672         292862        6922        20                -           7.0000          -
53036.04/2677.50	c      2678         293691        6912        20                -           7.0000          -
53135.26/2682.55	c      2683         294433        6915        20                -           7.0000          -
53234.29/2687.56	c      2688         240874       14819        20                -           7.0000          -
53335.42/2692.65	c      2693         241431       14834        20                -           7.0000          -
53434.32/2697.68	c      2698         296581        6912        20                -           7.0000          -
53535.31/2702.75	c      2703         297303        6914        20                -           7.0000          -
53636.52/2707.80	c      2708         298012        6920        20                -           7.0000          -
53735.54/2712.85	c      2713         218591       15262        20                -           7.0000          -
53836.74/2717.90	c      2718         219048       15316        20                -           7.0000          -
53935.96/2722.95	c      2723         300230        6894        20                -           7.0000          -
54034.92/2728.00	c      2728         300940        6916        20                -           7.0000          -
54136.65/2733.05	c      2733         301692        6908        20                -           7.0000          -
54235.77/2738.08	c      2738         302367        6895        20                -           7.0000          -
54336.91/2743.14	c      2743         303076        6896        20                -           7.0000          -
54437.44/2748.22	c      2748         303705        6905        20                -           7.0000          -
54536.66/2753.27	c      2753         304314        6929        20                -           7.0000          -
54637.85/2758.32	c      2758         304929        6924        20                -           7.0000          -
54737.06/2763.38	c      2763         305567        6923        20                -           7.0000          -
54838.31/2768.45	c      2768         306259        6928        20                -           7.0000          -
54939.40/2773.51	c      2774        1307133         509        20                -           7.0000          -
55038.44/2778.56	c      2779        1309385         519        20                -           7.0000          -
55137.49/2783.58	c      2784        1311144         511        20                -           7.0000          -
55236.65/2788.58	c      2789         249894       15321        20                -           7.0000          -
55337.65/2793.64	c      2794         250465       15358        20                -           7.0000          -
55438.75/2798.74	c      2799        1316725         503        20                -           7.0000          -
55539.90/2803.82	c      2804         224127       15982        20                -           7.0000          -
55639.04/2808.87	c      2809         224432       15992        20                -           7.0000          -
55740.14/2813.93	c      2814        1323079         499        20                -           7.0000          -
55839.18/2818.96	c      2819        1325234         496        20                -           7.0000          -
55938.30/2824.04	c      2824        1327723         506        20                -           7.0000          -
56040.01/2829.10	c      2829         253814       15617        20                -           7.0000          -
56141.21/2834.16	c      2834         254474       15714        20                -           7.0000          -
56241.75/2839.20	c      2839         254978       15739        20                -           7.0000          -
56340.85/2844.27	c      2844         255584       15756        20                -           7.0000          -
56441.86/2849.30	c      2849         256237       15764        20                -           7.0000          -
56541.06/2854.36	c      2854         227398       16341        20                -           7.0000          -
56642.18/2859.43	c      2859        1344886         500        20                -           7.0000          -
56741.45/2864.48	c      2864        1347505         497        20                -           7.0000          -
56842.37/2869.53	c      2870        1350178         499        20                -           7.0000          -
56941.57/2874.58	c      2875        1353061         514        20                -           7.0000          -
57042.72/2879.63	c      2880         228786       16463        20                -           7.0000          -
57141.91/2884.65	c      2885         229322       16472        20                -           7.0000          -
57243.11/2889.73	c      2890         229912       16461        20                -           7.0000          -
57342.09/2894.74	c      2895        1363625         513        20                -           7.0000          -
57442.94/2899.83	c      2900         260376       16116        20                -           7.0000          -
57544.13/2904.90	c      2905        1368309         492        20                -           7.0000          -
57643.26/2909.91	c      2910        1370526         501        20                -           7.0000          -
57742.42/2915.01	c      2915        1373018         496        20                -           7.0000          -
57844.42/2920.06	c      2920        1375278         497        20                -           7.0000          -
57943.39/2925.10	c      2925        1377787         504        20                -           7.0000          -
58044.42/2930.15	c      2930        1379917         502        20                -           7.0000          -
58143.44/2935.19	c      2935        1382108         495        20                -           7.0000          -
58244.18/2940.21	c      2940         263849       16536        20                -           7.0000          -
58345.25/2945.32	c      2945         234273       17132        20                -           7.0000          -
58444.43/2950.37	c      2950         234755       17240        20                -           7.0000          -
58545.65/2955.42	c      2955         235237       17359        20                -           7.0000          -
58644.64/2960.45	c      2960         235718       17426        20                -           7.0000          -
58745.70/2965.53	c      2966         236152       17444        20                -           7.0000          -
58844.91/2970.55	c      2971         236639       17523        20                -           7.0000          -
58944.13/2975.56	c      2976         329380        7056        20                -           7.0000          -
59045.32/2980.61	c      2981        1403744         516        20                -           7.0000          -
59144.53/2985.66	c      2986         267545       16778        20                -           7.0000          -
59245.72/2990.72	c      2991         267926       16818        20                -           7.0000          -
59344.76/2995.76	c      2996         268278       16838        20                -           7.0000          -
59445.78/3000.82	c      3001        1414534         499        20                -           7.0000          -
59544.92/3005.87	c      3006        1417255         511        20                -           7.0000          -
59646.07/3010.92	c      3011         334284        7082        20                -           7.0000          -
59745.22/3015.96	c      3016         334968        7089        20                -           7.0000          -
59846.80/3021.04	c      3021         335654        7081        20                -           7.0000          -
59946.04/3026.09	c      3026        1426671         505        20                -           7.0000          -
60047.09/3031.14	c      3031         337058        7122        20                -           7.0000          -
60147.84/3036.20	c      3036         271444       16979        20                -           7.0000          -
60246.99/3041.26	c      3041         271817       17022        20                -           7.0000          -
60348.12/3046.31	c      3046         272263       17081        20                -           7.0000          -
60447.32/3051.34	c      3051         339858        7139        20                -           7.0000          -
60548.10/3056.43	c      3056         340559        7140        20                -           7.0000          -
60649.17/3061.50	c      3062         341264        7137        20                -           7.0000          -
60748.25/3066.52	c      3067         342017        7130        20                -           7.0000          -
60849.28/3071.62	c      3072        1449041         505        20                -           7.0000          -
60948.40/3076.67	c      3077         343502        7139        20                -           7.0000          -
61049.54/3081.72	c      3082        1454195         497        20                -           7.0000          -
61148.62/3086.77	c      3087         344941        7156        20                -           7.0000          -
61249.72/3091.82	c      3092         345826        7166        20                -           7.0000          -
61348.79/3096.87	c      3097         346580        7185        20                -           7.0000          -
61449.97/3101.92	c      3102         347295        7194        20                -           7.0000          -
61549.05/3106.94	c      3107         277601       17552        20                -           7.0000          -
61648.18/3111.96	c      3112         348684        7207        20                -           7.0000          -
61747.33/3117.02	c      3117         349390        7205        20                -           7.0000          -
61848.80/3122.09	c      3122         350112        7197        20                -           7.0000          -
61947.94/3127.10	c      3127         350780        7205        20                -           7.0000          -
62048.96/3132.14	c      3132         351413        7188        20                -           7.0000          -
62148.04/3137.15	c      3137         252928       18608        20                -           7.0000          -
62248.62/3142.24	c      3142         253382       18617        20                -           7.0000          -
62349.82/3147.37	c      3147         253853       18628        20                -           7.0000          -
62448.99/3152.40	c      3152         254386       18647        20                -           7.0000          -
62550.01/3157.41	c      3157         254842       18659        20                -           7.0000          -
62649.22/3162.49	c      3162         282534       17922        20                -           7.0000          -
62750.42/3167.59	c      3168         283014       17964        20                -           7.0000          -
62851.63/3172.60	c      3173         256398       18688        20                -           7.0000          -
62950.74/3177.65	c      3178         256915       18702        20                -           7.0000          -
63051.82/3182.75	c      3183         257532       18697        20                -           7.0000          -
63152.93/3187.86	c      3188         258105       18728        20                -           7.0000          -
63254.28/3192.92	c      3193         359932        7177        20                -           7.0000          -
63353.28/3197.93	c      3198         360621        7180        20                -           7.0000          -
63452.43/3203.02	c      3203         361278        7170        20                -           7.0000          -
63554.16/3208.07	c      3208         361973        7172        20                -           7.0000          -
63653.44/3213.12	c      3213         362657        7178        20                -           7.0000          -
63754.67/3218.18	c      3218         363323        7200        20                -           7.0000          -
63855.14/3223.22	c      3223         363982        7184        20                -           7.0000          -
63954.32/3228.27	c      3228         364609        7160        20                -           7.0000          -
64055.54/3233.32	c      3233         365340        7188        20                -           7.0000          -
64154.77/3238.37	c      3238         366059        7165        20                -           7.0000          -
64255.97/3243.42	c      3243         366893        7191        20                -           7.0000          -
64355.19/3248.46	c      3248         367619        7179        20                -           7.0000          -
64454.32/3253.46	c      3253         368332        7210        20                -           7.0000          -
64555.44/3258.51	c      3259         369003        7204        20                -           7.0000          -
64656.56/3263.62	c      3264         369718        7198        20                -           7.0000          -
64755.63/3268.67	c      3269         370365        7215        20                -           7.0000          -
64856.84/3273.72	c      3274         371078        7216        20                -           7.0000          -
64956.06/3278.76	c      3279         371800        7208        20                -           7.0000          -
65057.20/3283.82	c      3284         372489        7204        20                -           7.0000          -
65156.35/3288.87	c      3289         373222        7208        20                -           7.0000          -
65257.54/3293.92	c      3294         373865        7200        20                -           7.0000          -
65356.47/3298.97	c      3299         294470       18709        20                -           7.0000          -
65455.61/3304.02	c      3304         294836       18707        20                -           7.0000          -
65557.43/3309.06	c      3309        1565593         504        20                -           7.0000          -
65656.48/3314.08	c      3314        1568084         500        20                -           7.0000          -
65757.49/3319.14	c      3319        1570994         498        20                -           7.0000          -
65856.94/3324.15	c      3324        1573497         501        20                -           7.0000          -
65957.46/3329.24	c      3329        1576205         511        20                -           7.0000          -
66058.66/3334.30	c      3334        1578401         497        20                -           7.0000          -
66157.86/3339.37	c      3339        1580874         494        20                -           7.0000          -
66259.12/3344.41	c      3344        1583323         504        20                -           7.0000          -
66358.24/3349.48	c      3349         298660       18927        20                -           7.0000          -
66459.45/3354.53	c      3355        1588590         497        20                -           7.0000          -
66558.65/3359.59	c      3360        1591325         496        20                -           7.0000          -
66657.80/3364.59	c      3365        1593846         496        20                -           7.0000          -
66759.01/3369.67	c      3370        1596679         499        20                -           7.0000          -
66860.16/3374.74	c      3375        1600014         503        20                -           7.0000          -
66959.23/3379.79	c      3380        1603461         503        20                -           7.0000          -
67060.44/3384.84	c      3385        1606187         506        20                -           7.0000          -
67161.64/3389.91	c      3390        1608803         509        20                -           7.0000          -
67260.80/3394.96	c      3395        1611522         503        20                -           7.0000          -
67359.95/3399.98	c      3400         302606       19228        20                -           7.0000          -
67459.13/3404.99	c      3405        1617650         500        20                -           7.0000          -
67560.98/3410.07	c      3410        1620457         503        20                -           7.0000          -
67662.30/3415.16	c      3415        1623137         510        20                -           7.0000          -
67762.58/3420.21	c      3420        1626255         509        20                -           7.0000          -
67861.77/3425.27	c      3425        1629169         506        20                -           7.0000          -
67960.91/3430.30	c      3430        1632294         498        20                -           7.0000          -
68061.91/3435.35	c      3435        1635438         502        20                -           7.0000          -
68161.04/3440.36	c      3440        1638007         511        20                -           7.0000          -
68262.25/3445.47	c      3445         306408       19554        20                -           7.0000          -
68363.47/3450.52	c      3451         286604       19337        20                -           7.0000          -
68462.59/3455.58	c      3456        1647047         511        20                -           7.0000          -
68563.64/3460.62	c      3461         287762       19362        20                -           7.0000          -
68662.66/3465.68	c      3466         288289       19347        20                -           7.0000          -
68763.83/3470.72	c      3471        1656235         505        20                -           7.0000          -
68862.99/3475.79	c      3476        1658808         511        20                -           7.0000          -
68964.18/3480.84	c      3481        1661130         510        20                -           7.0000          -
69063.36/3485.89	c      3486        1663422         510        20                -           7.0000          -
69164.60/3490.94	c      3491        1665831         503        20                -           7.0000          -
69263.66/3495.99	c      3496        1668679         505        20                -           7.0000          -
69365.41/3501.04	c      3501        1671422         503        20                -           7.0000          -
69464.56/3506.10	c      3506        1673637         502        20                -           7.0000          -
69565.54/3511.14	c      3511        1676118         511        20                -           7.0000          -
69664.57/3516.16	c      3516         311575       20044        20                -           7.0000          -
69764.99/3521.22	c      3521        1680790         517        20                -           7.0000          -
69864.14/3526.28	c      3526        1682887         505        20                -           7.0000          -
69965.33/3531.34	c      3531        1684958         502        20                -           7.0000          -
70064.52/3536.39	c      3536        1687251         508        20                -           7.0000          -
70165.71/3541.46	c      3541        1689629         501        20                -           7.0000          -
70266.78/3546.50	c      3547        1692084         504        20                -           7.0000          -
70365.69/3551.53	c      3552        1694535         503        20                -           7.0000          -
70464.65/3556.55	c      3557         315134       20163        20                -           7.0000          -
70563.91/3561.59	c      3562         315637       20213        20                -           7.0000          -
70665.00/3566.65	c      3567        1702375         508        20                -           7.0000          -
70766.12/3571.71	c      3572        1705111         503        20                -           7.0000          -
70865.29/3576.76	c      3577        1707642         503        20                -           7.0000          -
70966.49/3581.81	c      3582        1710454         509        20                -           7.0000          -
71065.64/3586.87	c      3587        1713219         505        20                -           7.0000          -
71166.72/3591.92	c      3592        1715898         508        20                -           7.0000          -
71265.95/3596.96	c      3597        1718671         502        20                -           7.0000          -
71365.11/3601.98	c      3602        1721110         503        20                -           7.0000          -
71464.33/3606.98	c      3607        1723822         498        20                -           7.0000          -
71563.56/3612.02	c      3612         417546        7312        20                -           7.0000          -
71662.71/3617.02	c      3617         418086        7321        20                -           7.0000          -
71764.60/3622.10	c      3622         418466        7342        20                -           7.0000          -
71865.76/3627.16	c      3627         418980        7333        20                -           7.0000          -
71964.95/3632.16	c      3632         419498        7349        20                -           7.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 (184404 MiB free)
  memory of node 1: 193531 MiB (185380 MiB free)
  memory of node 2: 193531 MiB (193132 MiB free)
  memory of node 3: 193493 MiB (186814 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-4465345-1722461806/watcher-4465345-1722461806 -o /tmp/evaluation-result-4465345-1722461806/solver-4465345-1722461806 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70740 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465345-1722461806.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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=79127, runsolver pid=79124
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 78.03 79.89 80.22 62/981 79128
/proc/meminfo: memFree=767688220/790760800 swapFree=131071996/131071996
[pid=79127] ppid=79124 vsize=58136 memory=47460 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/stat : 79127 (fscip) R 79124 79127 70728 0 -1 4194304 10733 0 0 0 10 1 0 0 20 0 1 0 12760051 59531264 11865 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
/proc/79127/statm: 14534 11865 2758 3035 0 10930 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 58136 KiB
Current children cumulated memory: 47460 KiB

[startup+0.219119 s]*
/proc/loadavg: 78.03 79.89 80.22 62/981 79128
/proc/meminfo: memFree=767674576/790760800 swapFree=131071996/131071996
[pid=79127] ppid=79124 vsize=82092 memory=61592 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/stat : 79127 (fscip) R 79124 79127 70728 0 -1 4194304 14333 0 0 0 21 1 0 0 20 0 1 0 12760051 84062208 15398 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
/proc/79127/statm: 20523 15398 2790 3035 0 16919 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 82092 KiB
Current children cumulated memory: 61592 KiB

[startup+0.31874 s]*
/proc/loadavg: 78.03 79.89 80.22 62/981 79128
/proc/meminfo: memFree=767672844/790760800 swapFree=131071996/131071996
[pid=79127] ppid=79124 vsize=83104 memory=63176 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/stat : 79127 (fscip) R 79124 79127 70728 0 -1 4194304 14683 0 0 0 31 1 0 0 20 0 1 0 12760051 85098496 15794 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
/proc/79127/statm: 20776 15794 2790 3035 0 17172 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 83104 KiB
Current children cumulated memory: 63176 KiB

[startup+0.700184 s]
/proc/loadavg: 78.03 79.89 80.22 62/981 79128
/proc/meminfo: memFree=767670692/790760800 swapFree=131071996/131071996
[pid=79127] ppid=79124 vsize=86132 memory=66080 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/stat : 79127 (fscip) R 79124 79127 70728 0 -1 4194304 15439 0 0 0 67 2 0 0 20 0 1 0 12760051 88199168 16520 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
/proc/79127/statm: 21533 16520 2790 3035 0 17929 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 86132 KiB
Current children cumulated memory: 66080 KiB

[startup+1.50025 s]
/proc/loadavg: 78.03 79.89 80.22 63/981 79128
/proc/meminfo: memFree=767667008/790760800 swapFree=131071996/131071996
[pid=79127] ppid=79124 vsize=117420 memory=97496 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/stat : 79127 (fscip) R 79124 79127 70728 0 -1 4194304 23313 0 0 0 146 3 0 0 20 0 1 0 12760051 120238080 24374 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
/proc/79127/statm: 29355 24374 2790 3035 0 25751 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 117420 KiB
Current children cumulated memory: 97496 KiB

[startup+3.13825 s]
/proc/loadavg: 78.03 79.89 80.22 82/1021 79168
/proc/meminfo: memFree=766848828/790760800 swapFree=131071996/131071996
[pid=79127] ppid=79124 vsize=1776524 memory=913488 CPUtime=17.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/stat : 79127 (fscip) S 79124 79127 70728 0 -1 1077936128 226022 0 0 0 1741 52 0 0 20 0 41 0 12760051 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
/proc/79127/statm: 444131 228372 2838 3035 0 322376 0
[pid=79127/tid=79129] ppid=79124 vsize=1776524 memory=841180 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79129/stat : 79129 (fscip) R 79124 79127 70728 0 -1 4194368 9888 0 0 0 77 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79130] ppid=79124 vsize=1776524 memory=66608 CPUtime=0.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79130/stat : 79130 (fscip) R 79124 79127 70728 0 -1 4194368 9821 0 0 0 76 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79131] ppid=79124 vsize=1776524 memory=30399726987509844 CPUtime=0.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79131/stat : 79131 (fscip) R 79124 79127 70728 0 -1 4194368 9957 0 0 0 76 1 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79132] ppid=79124 vsize=1776524 memory=0 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79132/stat : 79132 (fscip) R 79124 79127 70728 0 -1 4194368 9800 0 0 0 77 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79133] ppid=79124 vsize=1776524 memory=2223 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79133/stat : 79133 (fscip) R 79124 79127 70728 0 -1 4194368 9805 0 0 0 76 3 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79134] ppid=79124 vsize=1776524 memory=5556 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79134/stat : 79134 (fscip) R 79124 79127 70728 0 -1 4194368 9981 0 0 0 77 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79135] ppid=79124 vsize=1776524 memory=16088 CPUtime=0.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79135/stat : 79135 (fscip) R 79124 79127 70728 0 -1 4194368 9739 0 0 0 76 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79136] ppid=79124 vsize=1776524 memory=2212 CPUtime=0.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79136/stat : 79136 (fscip) R 79124 79127 70728 0 -1 4194368 9877 0 0 0 77 1 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79137] ppid=79124 vsize=1776524 memory=6096 CPUtime=0.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79137/stat : 79137 (fscip) R 79124 79127 70728 0 -1 4194368 10008 0 0 0 76 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79138] ppid=79124 vsize=1776524 memory=1968 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79138/stat : 79138 (fscip) R 79124 79127 70728 0 -1 4194368 9901 0 0 0 77 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79139] ppid=79124 vsize=1776524 memory=54204 CPUtime=0.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79139/stat : 79139 (fscip) R 79124 79127 70728 0 -1 4194368 9941 0 0 0 76 1 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79140] ppid=79124 vsize=1776524 memory=33196 CPUtime=0.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79140/stat : 79140 (fscip) R 79124 79127 70728 0 -1 4194368 10067 0 0 0 76 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79141] ppid=79124 vsize=1776524 memory=21524 CPUtime=0.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79141/stat : 79141 (fscip) R 79124 79127 70728 0 -1 4194368 9849 0 0 0 76 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79142] ppid=79124 vsize=1776524 memory=100 CPUtime=0.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79142/stat : 79142 (fscip) R 79124 79127 70728 0 -1 4194368 9601 0 0 0 71 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79143] ppid=79124 vsize=1776524 memory=1836 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79143/stat : 79143 (fscip) R 79124 79127 70728 0 -1 4194368 10008 0 0 0 77 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79144] ppid=79124 vsize=1776524 memory=25988 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79144/stat : 79144 (fscip) R 79124 79127 70728 0 -1 4194368 9812 0 0 0 77 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79145] ppid=79124 vsize=1776524 memory=2244 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79145/stat : 79145 (fscip) R 79124 79127 70728 0 -1 4194368 10059 0 0 0 77 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79146] ppid=79124 vsize=1776524 memory=31232 CPUtime=0.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79146/stat : 79146 (fscip) R 79124 79127 70728 0 -1 4194368 9601 0 0 0 76 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79147] ppid=79124 vsize=1776524 memory=28656 CPUtime=0.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79147/stat : 79147 (fscip) R 79124 79127 70728 0 -1 4194368 9886 0 0 0 77 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79148] ppid=79124 vsize=1776524 memory=7492 CPUtime=0.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79148/stat : 79148 (fscip) R 79124 79127 70728 0 -1 4194368 10014 0 0 0 76 2 0 0 20 0 41 0 12760261 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79149] ppid=79124 vsize=1776524 memory=26972 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79149/stat : 79149 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79150] ppid=79124 vsize=1776524 memory=3664 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79150/stat : 79150 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79151] ppid=79124 vsize=1776524 memory=39996 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79151/stat : 79151 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79152] ppid=79124 vsize=1776524 memory=8148 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79152/stat : 79152 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79153] ppid=79124 vsize=1776524 memory=3428 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79153/stat : 79153 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79154] ppid=79124 vsize=1776524 memory=2180 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79154/stat : 79154 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79155] ppid=79124 vsize=1776524 memory=1744 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79155/stat : 79155 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79156] ppid=79124 vsize=1776524 memory=8080 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79156/stat : 79156 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79157] ppid=79124 vsize=1776524 memory=28716 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79157/stat : 79157 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79158] ppid=79124 vsize=1776524 memory=32852 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79158/stat : 79158 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79159] ppid=79124 vsize=1776524 memory=6988 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79159/stat : 79159 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79160] ppid=79124 vsize=1776524 memory=36312 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79160/stat : 79160 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79161] ppid=79124 vsize=1776524 memory=7085125847319537509 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79161/stat : 79161 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79162] ppid=79124 vsize=1776524 memory=7668575064826467173 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79162/stat : 79162 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79163] ppid=79124 vsize=1776524 memory=6297532434911084648 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79163/stat : 79163 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79164] ppid=79124 vsize=1776524 memory=7452429788371509863 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79164/stat : 79164 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79165] ppid=79124 vsize=1776524 memory=6656426216303648864 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79165/stat : 79165 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79166] ppid=79124 vsize=1776524 memory=-3689408421207566698 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79166/stat : 79166 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79167] ppid=79124 vsize=1776524 memory=6085305780068255647 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79167/stat : 79167 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79168] ppid=79124 vsize=1776524 memory=38844130910404740 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79168/stat : 79168 (fscip) S 79124 79127 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760283 1819160576 228372 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
Current children cumulated CPU time: 17.93 s
Current children cumulated vsize: 1776524 KiB
Current children cumulated memory: 913488 KiB

[startup+6.30125 s]
/proc/loadavg: 78.35 79.92 80.23 82/1021 79169
/proc/meminfo: memFree=765837248/790760800 swapFree=131071996/131071996
[pid=79127] ppid=79124 vsize=3106564 memory=1922528 CPUtime=80.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/stat : 79127 (fscip) S 79124 79127 70728 0 -1 1077936128 526433 0 0 0 7932 110 0 0 20 0 41 0 12760051 3181121536 480632 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 17 70 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
/proc/79127/statm: 776641 480632 2982 3035 0 599594 0
[pid=79127/tid=79129] ppid=79124 vsize=3106564 memory=7318452475133972 CPUtime=3.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79129/stat : 79129 (fscip) R 79124 79127 70728 0 -1 4194368 25863 0 0 0 388 4 0 0 20 0 41 0 12760261 3181121536 480632 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79130] ppid=79124 vsize=3106564 memory=1470392 CPUtime=3.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79130/stat : 79130 (fscip) R 79124 79127 70728 0 -1 4194368 22632 0 0 0 387 4 0 0 20 0 41 0 12760261 3181121536 480632 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79131] ppid=79124 vsize=3106564 memory=211359661321 CPUtime=3.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79131/stat : 79131 (fscip) R 79124 79127 70728 0 -1 4194368 18705 0 0 0 381 4 0 0 20 0 41 0 12760261 3181121536 480632 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79132] ppid=79124 vsize=3106564 memory=25333125866717268 CPUtime=3.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79132/stat : 79132 (fscip) R 79124 79127 70728 0 -1 4194368 21936 0 0 0 388 5 0 0 20 0 41 0 12760261 3181121536 480632 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79133] ppid=79124 vsize=3106564 memory=2319354015126913348 CPUtime=3.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79133/stat : 79133 (fscip) R 79124 79127 70728 0 -1 4194368 22531 0 0 0 388 5 0 0 20 0 41 0 12760261 3181121536 480632 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79134] ppid=79124 vsize=3106564 memory=98288 CPUtime=3.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79134/stat : 79134 (fscip) R 79124 79127 70728 0 -1 4194368 17922 0 0 0 387 4 0 0 20 0 41 0 12760261 3181121536 480632 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79135] ppid=79124 vsize=3106564 memory=865452 CPUtime=3.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79135/stat : 79135 (fscip) R 79124 79127 70728 0 -1 4194368 25472 0 0 0 388 5 0 0 20 0 41 0 12760261 3181121536 480632 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79136] ppid=79124 vsize=3106564 memory=0 CPUtime=3.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79136/stat : 79136 (fscip) R 79124 79127 70728 0 -1 4194368 25396 0 0 0 385 5 0 0 20 0 41 0 12760261 3181121536 480632 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0

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

[pid=79127/tid=79152] ppid=79124 vsize=9330688 memory=11708 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79152/stat : 79152 (fscip) S 79124 79127 70728 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79153] ppid=79124 vsize=9330688 memory=280727788033216 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79153/stat : 79153 (fscip) S 79124 79127 70728 0 -1 1077936192 60 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79154] ppid=79124 vsize=9330688 memory=280727787153904 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79154/stat : 79154 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79155] ppid=79124 vsize=9330688 memory=8197600 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79155/stat : 79155 (fscip) S 79124 79127 70728 0 -1 1077936192 59 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79156] ppid=79124 vsize=9330688 memory=11572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79156/stat : 79156 (fscip) S 79124 79127 70728 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79157] ppid=79124 vsize=9330688 memory=13992 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79157/stat : 79157 (fscip) S 79124 79127 70728 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79158] ppid=79124 vsize=9330688 memory=8195724 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79158/stat : 79158 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79159] ppid=79124 vsize=9330688 memory=8195808 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79159/stat : 79159 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79160] ppid=79124 vsize=9330688 memory=8188652 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79160/stat : 79160 (fscip) S 79124 79127 70728 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79161] ppid=79124 vsize=9330688 memory=8188532 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79161/stat : 79161 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79162] ppid=79124 vsize=9330688 memory=30399726987509844 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79162/stat : 79162 (fscip) S 79124 79127 70728 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79163] ppid=79124 vsize=9330688 memory=11572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79163/stat : 79163 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79164] ppid=79124 vsize=9330688 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79164/stat : 79164 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79165] ppid=79124 vsize=9330688 memory=7588959355684018018 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79165/stat : 79165 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79166] ppid=79124 vsize=9330688 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79166/stat : 79166 (fscip) S 79124 79127 70728 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79167] ppid=79124 vsize=9330688 memory=11572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79167/stat : 79167 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79168] ppid=79124 vsize=9330688 memory=8195764 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79168/stat : 79168 (fscip) S 79124 79127 70728 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12760283 9554624512 2049144 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
Current children cumulated CPU time: 70976.4 s
Current children cumulated vsize: 9330688 KiB
Current children cumulated memory: 8196576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.9 s]
/proc/loadavg: 80.57 80.71 80.25 82/981 81939
/proc/meminfo: memFree=753995452/790760800 swapFree=131071996/131071996
[pid=79127] ppid=79124 vsize=9396224 memory=8224216 CPUtime=72000 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/stat : 79127 (fscip) S 79124 79127 70728 0 -1 1077936128 39106607 0 0 0 7187898 12106 0 0 20 0 41 0 12760051 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
/proc/79127/statm: 2349056 2056054 3302 3035 0 2176518 0
[pid=79127/tid=79129] ppid=79124 vsize=9396224 memory=280727786805728 CPUtime=3599.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79129/stat : 79129 (fscip) R 79124 79127 70728 0 -1 4194368 1653080 0 0 0 359479 471 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79130] ppid=79124 vsize=9396224 memory=0 CPUtime=3595.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79130/stat : 79130 (fscip) R 79124 79127 70728 0 -1 4194368 2043799 0 0 0 359215 364 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79131] ppid=79124 vsize=9396224 memory=8188520 CPUtime=3595.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79131/stat : 79131 (fscip) R 79124 79127 70728 0 -1 4194368 1871559 0 0 0 358688 847 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79132] ppid=79124 vsize=9396224 memory=7964 CPUtime=3603.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79132/stat : 79132 (fscip) R 79124 79127 70728 0 -1 4194368 1939043 0 0 0 359893 413 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79133] ppid=79124 vsize=9396224 memory=280727787504272 CPUtime=3604.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79133/stat : 79133 (fscip) R 79124 79127 70728 0 -1 4194368 2200816 0 0 0 360092 406 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79134] ppid=79124 vsize=9396224 memory=25333125866717268 CPUtime=3598.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79134/stat : 79134 (fscip) R 79124 79127 70728 0 -1 4194368 1802992 0 0 0 359086 794 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79135] ppid=79124 vsize=9396224 memory=13992 CPUtime=3603.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79135/stat : 79135 (fscip) R 79124 79127 70728 0 -1 4194368 1820938 0 0 0 359859 454 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79136] ppid=79124 vsize=9396224 memory=98288 CPUtime=3602.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79136/stat : 79136 (fscip) R 79124 79127 70728 0 -1 4194368 2255397 0 0 0 359798 448 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79137] ppid=79124 vsize=9396224 memory=8222392 CPUtime=3599.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79137/stat : 79137 (fscip) R 79124 79127 70728 0 -1 4194368 1582778 0 0 0 358989 942 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79138] ppid=79124 vsize=9396224 memory=8223504 CPUtime=3603.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79138/stat : 79138 (fscip) R 79124 79127 70728 0 -1 4194368 2358941 0 0 0 359727 577 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79139] ppid=79124 vsize=9396224 memory=0 CPUtime=3601.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79139/stat : 79139 (fscip) R 79124 79127 70728 0 -1 4194368 2575068 0 0 0 359678 451 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79140] ppid=79124 vsize=9396224 memory=8221548 CPUtime=3597.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79140/stat : 79140 (fscip) R 79124 79127 70728 0 -1 4194368 1792303 0 0 0 358887 864 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79141] ppid=79124 vsize=9396224 memory=18736 CPUtime=3602.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79141/stat : 79141 (fscip) R 79124 79127 70728 0 -1 4194368 1932811 0 0 0 359816 385 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79142] ppid=79124 vsize=9396224 memory=0 CPUtime=3600.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79142/stat : 79142 (fscip) R 79124 79127 70728 0 -1 4194368 1919780 0 0 0 359683 389 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79143] ppid=79124 vsize=9396224 memory=60 CPUtime=3584.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79143/stat : 79143 (fscip) R 79124 79127 70728 0 -1 4194368 1839371 0 0 0 357524 959 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79144] ppid=79124 vsize=9396224 memory=3 CPUtime=3598.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79144/stat : 79144 (fscip) R 79124 79127 70728 0 -1 4194368 1794541 0 0 0 359397 475 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79145] ppid=79124 vsize=9396224 memory=280727787779552 CPUtime=3601.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79145/stat : 79145 (fscip) R 79124 79127 70728 0 -1 4194368 2283822 0 0 0 359708 425 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79146] ppid=79124 vsize=9396224 memory=6988 CPUtime=3597.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79146/stat : 79146 (fscip) R 79124 79127 70728 0 -1 4194368 1288985 0 0 0 358291 1496 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79147] ppid=79124 vsize=9396224 memory=36312 CPUtime=3604.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79147/stat : 79147 (fscip) R 79124 79127 70728 0 -1 4194368 1839826 0 0 0 360065 426 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79148] ppid=79124 vsize=9396224 memory=280727788523984 CPUtime=3600.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79148/stat : 79148 (fscip) R 79124 79127 70728 0 -1 4194368 2278828 0 0 0 359652 434 0 0 20 0 41 0 12760261 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79149] ppid=79124 vsize=9396224 memory=8223328 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79149/stat : 79149 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79150] ppid=79124 vsize=9396224 memory=6988 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79150/stat : 79150 (fscip) S 79124 79127 70728 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79151] ppid=79124 vsize=9396224 memory=36312 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79151/stat : 79151 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79152] ppid=79124 vsize=9396224 memory=280727789067936 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79152/stat : 79152 (fscip) S 79124 79127 70728 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79153] ppid=79124 vsize=9396224 memory=7811043171935153250 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79153/stat : 79153 (fscip) S 79124 79127 70728 0 -1 1077936192 60 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79154] ppid=79124 vsize=9396224 memory=8221548 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79154/stat : 79154 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79155] ppid=79124 vsize=9396224 memory=8224216 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79155/stat : 79155 (fscip) S 79124 79127 70728 0 -1 1077936192 60 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79156] ppid=79124 vsize=9396224 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79156/stat : 79156 (fscip) S 79124 79127 70728 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79157] ppid=79124 vsize=9396224 memory=8197384 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79157/stat : 79157 (fscip) S 79124 79127 70728 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79158] ppid=79124 vsize=9396224 memory=5564 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79158/stat : 79158 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79159] ppid=79124 vsize=9396224 memory=11500 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79159/stat : 79159 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79160] ppid=79124 vsize=9396224 memory=280727787567328 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79160/stat : 79160 (fscip) S 79124 79127 70728 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79161] ppid=79124 vsize=9396224 memory=-2249333798624002415 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79161/stat : 79161 (fscip) S 79124 79127 70728 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79162] ppid=79124 vsize=9396224 memory=8224176 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79162/stat : 79162 (fscip) S 79124 79127 70728 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79163] ppid=79124 vsize=9396224 memory=8148 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79163/stat : 79163 (fscip) S 79124 79127 70728 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79164] ppid=79124 vsize=9396224 memory=8148 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79164/stat : 79164 (fscip) S 79124 79127 70728 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79165] ppid=79124 vsize=9396224 memory=3428 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79165/stat : 79165 (fscip) S 79124 79127 70728 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79166] ppid=79124 vsize=9396224 memory=280727788193648 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79166/stat : 79166 (fscip) S 79124 79127 70728 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79167] ppid=79124 vsize=9396224 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79167/stat : 79167 (fscip) S 79124 79127 70728 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
[pid=79127/tid=79168] ppid=79124 vsize=9396224 memory=280727787834880 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/79127/task/79168/stat : 79168 (fscip) S 79124 79127 70728 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12760283 9621733376 2056054 809668444160 4194304 16623229 140724740257424 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 27607040 140724740264970 140724740265088 140724740265088 140724740272112 0
Current children cumulated CPU time: 72000 s
Current children cumulated vsize: 9396224 KiB
Current children cumulated memory: 8224216 KiB

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

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

# cumulated CPU time of all completed processes:  user=71879.2 s, system=121.284 s

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

[startup+3634.02 s]*
/proc/loadavg: 80.57 80.71 80.25 64/942 81939
/proc/meminfo: memFree=758546824/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3634.12 s]
/proc/loadavg: 80.57 80.71 80.25 64/942 81939
/proc/meminfo: memFree=758546824/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): 3634.15
CPU time (s): 72000.5
CPU user time (s): 71879.2
CPU system time (s): 121.284
CPU usage (%): 1981.22
Max. virtual memory (cumulated for all children) (KiB): 9396224
Max. memory (cumulated for all children) (KiB): 8229736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71879.2
system time used= 121.284
maximum resident set size= 8235960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39106644
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= 284509
involuntary context switches= 359118


# summary of solver processes directly reported to runsolver:
#   pid: 79127
#   total CPU time (s): 72000.5
#   total CPU user time (s): 71879.2
#   total CPU system time (s): 121.284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.8085 second user time and 82.4768 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 23:36:46
IDJOB=4465345
IDBENCH=148775
IDSOLVER=3094
FILE ID=nodeD104/4465345-1722461806
RUNJOBID= nodeD104-1722454516-70740
SLURM_JOB_ID= 8254240
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx75.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-4465345-1722461806/watcher-4465345-1722461806 -o /tmp/evaluation-result-4465345-1722461806/solver-4465345-1722461806 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70740 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465345-1722461806.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= a11c5c9a015f48f3bddc22713bc48593
RANDOM SEED=1655304807

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		: 2907.014
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		: 2952.685
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		: 3201.258
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		: 2998.089
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		: 2907.765
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		: 2952.523
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		: 3174.961
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		: 3013.840
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		: 2907.159
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		: 2952.484
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		: 3379.999
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		: 3023.324
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		: 2900.697
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		: 2952.466
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		: 2982.642
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		: 2995.631
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		: 2907.986
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		: 2952.392
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		: 3532.878
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		: 3011.365
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		: 2908.052
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		: 2941.991
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		: 2214.728
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		: 3019.529
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		: 2908.119
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		: 2952.226
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		: 1906.194
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		: 3015.140
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		: 2900.757
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		: 2952.140
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		: 2643.839
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		: 3021.028
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		: 2906.883
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		: 2952.063
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		: 1635.258
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		: 3023.779
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		: 2908.318
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		: 2952.088
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		: 2637.248
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		: 2964.204
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		: 2908.388
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		: 2952.131
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		: 2627.904
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		: 3023.839
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		: 2907.081
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		: 2950.788
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		: 2632.769
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		: 3021.775
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		: 2908.562
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		: 2949.770
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		: 1565.720
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		: 3023.882
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		: 2907.936
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		: 2952.258
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		: 2635.173
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		: 3023.910
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		: 2904.567
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		: 2952.311
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		: 2632.771
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		: 3023.928
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		: 2908.781
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		: 2952.353
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		: 2664.002
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		: 3023.943
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		: 2908.869
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		: 2952.296
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		: 2644.808
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		: 3014.429
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		: 2908.248
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		: 2952.189
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		: 2670.783
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		: 3022.647
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		: 2899.883
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		: 2952.070
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		: 2660.147
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		: 3024.014
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		: 2906.999
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		: 2951.963
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		: 3630.234
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		: 2809.586
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:        767725300 kB
MemAvailable:   766671696 kB
Buffers:          171392 kB
Cached:          2130564 kB
SwapCached:            0 kB
Active:           329872 kB
Inactive:       20283364 kB
Active(anon):       2212 kB
Inactive(anon): 18331604 kB
Active(file):     327660 kB
Inactive(file):  1951760 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28916 kB
Writeback:            68 kB
AnonPages:      18308504 kB
Mapped:           126904 kB
Shmem:             22536 kB
KReclaimable:     173384 kB
Slab:             515600 kB
SReclaimable:     173384 kB
SUnreclaim:       342216 kB
KernelStack:       16864 kB
PageTables:        46420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2485900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           193920 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4743168 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:      483328 kB
DirectMap2M:    39860224 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622784 MiB
End job on nodeD104 at 2024-08-01 00:37:21