Trace number 4467446

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-08-09? (TO) 72000.9 3634.74

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark71553.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
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 786
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: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 38395904, getVmSize() = 38395904, SCIPgetMemUsed() = 12835325, SCIPgetMemTotal() = 16511213, SCIPgetMemExternEstim() = 7064717
0.00/0.02	c ** set memory limit for presolving in LC to 8.79597e+12 for SCIP **
1.00/1.05	c ** Estimated virtualMemUsedAtSolver = 50654224, getVmSize() = 92504064, SCIPgetMemUsed() = 48973476, SCIPgetMemTotal() = 68916620, SCIPgetMemExternEstim() = 7064717
1.00/1.05	c ** set memory limit for solvers to 4.18846e+11 for each SCIP **
1.00/1.05	c Original Problem   :
1.00/1.05	c   Problem name     : instance-4467446-1723229181
1.00/1.05	c   Variables        : 3216 (3216 binary, 0 integer, 0 implicit integer, 0 continuous)
1.00/1.05	c   Constraints      : 3658
1.00/1.05	c   Objective sense  : minimize
1.00/1.05	c Presolved Problem  :
1.00/1.05	c   Variables        : 2466 (2466 binary, 0 integer, 0 implicit integer, 0 continuous)
1.00/1.05	c   Constraints      : 830
1.00/1.05	c Constraints        : Number
1.00/1.05	c   knapsack         : 384 
1.00/1.05	c   setppc           : 63 
1.00/1.05	c   orbitope         : 383 
1.00/1.05	c ** Instance transfer method used: 0
1.00/1.06	c ** ParaScipInstance copy increased the number of variables. **
1.19/1.20	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.19/1.21	c                                Nodes    Active                                            
1.19/1.21	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
73.43/5.01	c         5             36          35        20                -           6.0000          -
172.39/10.03	c        10             32          31        20                -           6.0000          -
274.00/15.03	c        15             50          33        20                -           6.0000          -
373.21/20.05	c        20            638         183        20                -           6.0000          -
472.32/25.06	c        25            319         220        20                -           6.0000          -
571.47/30.08	c        30            480         287        20                -           6.0000          -
670.44/35.12	c        35            650         221        20                -           6.0000          -
769.48/40.12	c        40           1441         189        20                -           6.0000          -
870.65/45.18	c        45           1754         211        20                -           6.0000          -
970.93/50.22	c        50           1018         536        20                -           6.0000          -
1069.94/55.26	c        55           2258         288        20                -           6.0000          -
1170.95/60.30	c        60          34214         310        20                -           6.0000          -
1270.01/65.38	c        65           1569         720        20                -           6.0000          -
1368.89/70.39	c        70          42226         317        20                -           6.0000          -
1470.00/75.48	c        75           3740         255        20                -           6.0000          -
1571.14/80.51	c        81          48777         314        20                -           6.0000          -
1670.06/85.58	c        86           4591         398        20                -           6.0000          -
1771.16/90.63	c        91           5075         417        20                -           6.0000          -
1870.33/95.68	c        96           5439         448        20                -           6.0000          -
1971.26/100.75	c       101           4959         582        20                -           6.0000          -
2072.41/105.82	c       106           5211         577        20                -           6.0000          -
2171.35/110.85	c       111           5468         624        20                -           6.0000          -
2272.41/115.92	c       116           6174        1022        20                -           6.0000          -
2371.39/120.97	c       121           4691         343        20                -           6.0000          -
2470.57/126.02	c       126           4981         364        20                -           6.0000          -
2572.43/131.06	c       131           5246         384        20                -           6.0000          -
2671.39/136.11	c       136           5596         411        20                -           6.0000          -
2772.83/141.17	c       141          81906         437        20                -           6.0000          -
2873.08/146.21	c       146          84532         441        20                -           6.0000          -
2971.87/151.24	c       151           8583        1250        20                -           6.0000          -
3072.97/156.32	c       156           9561         905        20                -           6.0000          -
3171.96/161.38	c       161           9941         926        20                -           6.0000          -
3273.12/166.50	c       166          11180         990        20                -           6.0000          -
3374.29/171.59	c       172          11708         973        20                -           6.0000          -
3475.47/176.69	c       177           8434         509        20                -           6.0000          -
3576.51/181.72	c       182          11099        1036        20                -           6.0000          -
3675.68/186.76	c       187          11367        1034        20                -           6.0000          -
3774.86/191.80	c       192          11642        1075        20                -           6.0000          -
3876.03/196.85	c       197          11293         145        20                -           6.0000          -
3975.12/201.90	c       202          12235        1108        20                -           6.0000          -
4076.08/206.93	c       207         113722           0        20                -           6.0000          -
4175.22/212.00	c       212         116105         209        20                -           6.0000          -
4274.38/217.03	c       217         119168         210        20                -           6.0000          -
4376.21/222.04	c       222         122010         205        20                -           6.0000          -
4477.03/227.15	c       227         124883         205        20                -           6.0000          -
4576.14/232.19	c       232         127644         207        20                -           6.0000          -
4676.57/237.25	c       237          13750         333        20                -           6.0000          -
4777.64/242.30	c       242         133929         195        20                -           6.0000          -
4876.80/247.35	c       247         136872         190        20                -           6.0000          -
4975.74/252.36	c       252          15184        1366        20                -           6.0000          -
5074.79/257.38	c       257          20613        1217        20                -           6.0000          -
5175.91/262.48	c       262          21186        1216        20                -           6.0000          -
5277.07/267.55	c       268          21651        1235        20                -           6.0000          -
5376.21/272.60	c       273         152423         212        20                -           6.0000          -
5477.32/277.65	c       278         155353         216        20                -           6.0000          -
5576.42/282.68	c       283         158155         222        20                -           6.0000          -
5677.57/287.75	c       288         161125         209        20                -           6.0000          -
5776.74/292.80	c       293         163878         213        20                -           6.0000          -
5877.87/297.85	c       298          16955         376        20                -           6.0000          -
5978.95/302.90	c       303         169705         209        20                -           6.0000          -
6078.06/307.95	c       308         172770         216        20                -           6.0000          -
6177.23/312.97	c       313         175808         209        20                -           6.0000          -
6276.38/317.99	c       318          19239        1837        20                -           6.0000          -
6378.26/323.05	c       323          19504        1858        20                -           6.0000          -
6477.34/328.11	c       328         185035         208        20                -           6.0000          -
6578.28/333.20	c       333          18636         455        20                -           6.0000          -
6678.71/338.24	c       338         190914         213        20                -           6.0000          -
6777.80/343.27	c       343          18371         872        20                -           6.0000          -
6878.90/348.35	c       348          18591         852        20                -           6.0000          -
6977.71/353.40	c       353         199762         208        20                -           6.0000          -
7078.83/358.42	c       358         202672         205        20                -           6.0000          -
7177.80/363.44	c       363         205479         205        20                -           6.0000          -
7278.96/368.50	c       368          20352         567        20                -           6.0000          -
7378.05/373.60	c       374         211957         199        20                -           6.0000          -
7479.20/378.65	c       379         214908         206        20                -           6.0000          -
7578.35/383.70	c       384          21047         590        20                -           6.0000          -
7679.66/388.75	c       389         220183         203        20                -           6.0000          -
7778.61/393.80	c       394         223560         204        20                -           6.0000          -
7879.72/398.84	c       399         227052         198        20                -           6.0000          -
7978.72/403.88	c       404         230386         194        20                -           6.0000          -
8077.89/408.89	c       409         233306         196        20                -           6.0000          -
8179.02/413.94	c       414          24299        2661        20                -           6.0000          -
8281.00/419.04	c       419          24560        2801        20                -           6.0000          -
8380.02/424.10	c       424         242452         207        20                -           6.0000          -
8480.84/429.16	c       429         245324         198        20                -           6.0000          -
8580.01/434.17	c       434          23658         702        20                -           6.0000          -
8680.35/439.22	c       439          23891         703        20                -           6.0000          -
8781.50/444.30	c       444         255047         199        20                -           6.0000          -
8880.69/449.36	c       449          24036        1072        20                -           6.0000          -
8981.83/454.41	c       454          24396        1071        20                -           6.0000          -
9081.02/459.46	c       459          24695        1075        20                -           6.0000          -
9182.10/464.51	c       465          39638        2166        20                -           6.0000          -
9281.24/469.56	c       470          40141        2211        20                -           6.0000          -
9382.29/474.61	c       475          40673        2231        20                -           6.0000          -
9481.41/479.64	c       480          25881         804        20                -           6.0000          -
9580.51/484.66	c       485         278413         202        20                -           6.0000          -
9681.64/489.76	c       490          28161        3980        20                -           6.0000          -
9782.76/494.81	c       495         283808         194        20                -           6.0000          -
9881.87/499.85	c       500         287186         239        20                -           6.0000          -
9982.96/504.91	c       505         290084         224        20                -           6.0000          -
10082.12/509.93	c       510         292705         213        20                -           6.0000          -
10181.14/514.95	c       515          27787        1162        20                -           6.0000          -
10280.32/520.03	c       520          28123        1183        20                -           6.0000          -
10381.98/525.11	c       525         300947         214        20                -           6.0000          -
10483.03/530.16	c       530          28684         949        20                -           6.0000          -
10582.03/535.17	c       535          28957         985        20                -           6.0000          -
10682.46/540.20	c       540          31073        4736        20                -           6.0000          -
10783.56/545.31	c       545          46107        2492        20                -           6.0000          -
10882.66/550.36	c       550         315299         210        20                -           6.0000          -
10981.71/555.37	c       555         317873         213        20                -           6.0000          -
11082.70/560.46	c       560          30047        1255        20                -           6.0000          -
11183.85/565.51	c       566          30306        1275        20                -           6.0000          -
11283.00/570.52	c       571         325956         207        20                -           6.0000          -
11382.17/575.55	c       576         329661         214        20                -           6.0000          -
11481.27/580.56	c       581         332646         214        20                -           6.0000          -
11580.41/585.58	c       586         335459         200        20                -           6.0000          -
11681.48/590.61	c       591          33869        5424        20                -           6.0000          -
11780.59/595.63	c       596          34156        5501        20                -           6.0000          -
11881.70/600.71	c       601         343609         200        20                -           6.0000          -
11980.62/605.73	c       606          50327         257        20                -           6.0000          -
12079.64/610.75	c       611          50714         272        20                -           6.0000          -
12178.59/615.80	c       616          33094        1460        20                -           6.0000          -
12279.75/620.88	c       621          33419        1470        20                -           6.0000          -
12380.91/625.99	c       626          33722        1481        20                -           6.0000          -
12482.77/631.06	c       631          36157        5901        20                -           6.0000          -
12581.84/636.11	c       636          34387        1517        20                -           6.0000          -
12682.71/641.15	c       641         365920         206        20                -           6.0000          -
12783.22/646.21	c       646         368246         199        20                -           6.0000          -
12882.37/651.26	c       651         371039         202        20                -           6.0000          -
12981.55/656.28	c       656          37573        6186        20                -           6.0000          -
13082.54/661.30	c       661          35979        1257        20                -           6.0000          -
13181.67/666.36	c       666          54785         353        20                -           6.0000          -
13280.79/671.37	c       671          55113         374        20                -           6.0000          -
13379.94/676.38	c       676          55381         381        20                -           6.0000          -
13482.95/681.50	c       682          37009        1308        20                -           6.0000          -
13583.87/686.60	c       687          37320        1326        20                -           6.0000          -
13682.90/691.66	c       692         394473         202        20                -           6.0000          -
13783.96/696.71	c       697          39734        6794        20                -           6.0000          -
13882.79/701.74	c       702          57128         367        20                -           6.0000          -
13983.93/706.81	c       707          57514         375        20                -           6.0000          -
14082.94/711.86	c       712          57940         373        20                -           6.0000          -
14184.07/716.91	c       717          40847        6994        20                -           6.0000          -
14283.11/721.96	c       722          39500        1825        20                -           6.0000          -
14382.22/727.01	c       727          39413        1472        20                -           6.0000          -
14484.05/732.06	c       732          39680        1474        20                -           6.0000          -
14583.18/737.11	c       737          59603         398        20                -           6.0000          -
14684.34/742.16	c       742          59975         397        20                -           6.0000          -
14783.55/747.19	c       747          42431        7321        20                -           6.0000          -
14883.93/752.21	c       752          42696        7373        20                -           6.0000          -
14983.10/757.26	c       757          42931        7454        20                -           6.0000          -
15084.24/762.35	c       762          43154        7500        20                -           6.0000          -
15185.40/767.41	c       767         435342         208        20                -           6.0000          -
15284.56/772.46	c       772         438330         209        20                -           6.0000          -
15385.71/777.51	c       778         441350         198        20                -           6.0000          -
15484.71/782.54	c       783         444834         213        20                -           6.0000          -
15585.75/787.62	c       788          42687        1601        20                -           6.0000          -
15684.90/792.68	c       793          42918        1635        20                -           6.0000          -
15785.99/797.72	c       798          44992        7923        20                -           6.0000          -
15885.12/802.78	c       803          43493        1902        20                -           6.0000          -
15986.29/807.85	c       808          45548        8057        20                -           6.0000          -
16087.41/812.90	c       813         464602         201        20                -           6.0000          -
16186.58/817.95	c       818          65284         751        20                -           6.0000          -
16285.63/823.00	c       823          65701         768        20                -           6.0000          -
16387.25/828.05	c       828         473964         217        20                -           6.0000          -
16486.56/833.13	c       833          44704        1786        20                -           6.0000          -
16587.78/838.16	c       838         479278         211        20                -           6.0000          -
16686.91/843.17	c       843         481946         208        20                -           6.0000          -
16787.31/848.22	c       848         484553         213        20                -           6.0000          -
16886.47/853.25	c       853          46055        1943        20                -           6.0000          -
16985.64/858.28	c       858          67830         822        20                -           6.0000          -
17086.79/863.35	c       863          68104         843        20                -           6.0000          -
17185.97/868.36	c       868         495235         211        20                -           6.0000          -
17285.07/873.38	c       873          49092        9006        20                -           6.0000          -
17384.30/878.39	c       878          49355        9088        20                -           6.0000          -
17487.10/883.52	c       884          49626        9176        20                -           6.0000          -
17586.26/888.56	c       889         506358         223        20                -           6.0000          -
17687.42/893.62	c       894         509834         207        20                -           6.0000          -
17788.52/898.71	c       899         513325         209        20                -           6.0000          -
17887.63/903.78	c       904         515984         203        20                -           6.0000          -
17988.74/908.88	c       909         518874         198        20                -           6.0000          -
18089.89/913.94	c       914          49149        2014        20                -           6.0000          -
18188.95/919.02	c       919         524712         207        20                -           6.0000          -
18290.91/924.07	c       924         528239         198        20                -           6.0000          -
18389.91/929.12	c       929          49278        1992        20                -           6.0000          -
18490.90/934.14	c       934         534135         215        20                -           6.0000          -
18590.19/939.19	c       939          52683        9992        20                -           6.0000          -
18690.50/944.27	c       944          52903       10060        20                -           6.0000          -
18789.61/949.30	c       949         542523         203        20                -           6.0000          -
18890.77/954.35	c       954         545656         203        20                -           6.0000          -
18991.91/959.42	c       959         548585         207        20                -           6.0000          -
19091.03/964.47	c       964         551616         202        20                -           6.0000          -
19192.15/969.52	c       970          54282       10393        20                -           6.0000          -
19291.21/974.56	c       975          54720       10490        20                -           6.0000          -
19392.29/979.61	c       980          51583        2034        20                -           6.0000          -
19491.37/984.67	c       985          53067        2248        20                -           6.0000          -
19590.58/989.69	c       990         565347         212        20                -           6.0000          -
19691.72/994.71	c       995         568240         213        20                -           6.0000          -
19790.93/999.74	c      1000         571125         210        20                -           6.0000          -
19891.99/1004.81	c      1005         574163         205        20                -           6.0000          -
19991.07/1009.87	c      1010         576997         209        20                -           6.0000          -
20090.25/1014.88	c      1015          79294        1491        20                -           6.0000          -
20191.35/1019.92	c      1020          57323       11184        20                -           6.0000          -
20290.61/1025.01	c      1025          57619       11282        20                -           6.0000          -
20392.27/1030.04	c      1030          53929        2109        20                -           6.0000          -
20493.68/1035.18	c      1035         592176         201        20                -           6.0000          -
20594.00/1040.23	c      1040         595099         205        20                -           6.0000          -
20693.20/1045.28	c      1045         598193         203        20                -           6.0000          -
20794.40/1050.33	c      1050         601755         203        20                -           6.0000          -
20893.59/1055.34	c      1055         604974         203        20                -           6.0000          -
20992.74/1060.37	c      1060          59726       11800        20                -           6.0000          -
21094.03/1065.48	c      1065         610203         208        20                -           6.0000          -
21194.94/1070.53	c      1071         612777         208        20                -           6.0000          -
21294.14/1075.58	c      1076         615539         230        20                -           6.0000          -
21393.45/1080.59	c      1081         618402         204        20                -           6.0000          -
21494.49/1085.67	c      1086          58457        2530        20                -           6.0000          -
21595.69/1090.71	c      1091         623683         195        20                -           6.0000          -
21694.84/1095.78	c      1096          57288        2264        20                -           6.0000          -
21796.01/1100.83	c      1101         629495         190        20                -           6.0000          -
21895.20/1105.88	c      1106         632367         210        20                -           6.0000          -
21996.38/1110.93	c      1111          62580       12521        20                -           6.0000          -
22095.53/1115.94	c      1116         638058         197        20                -           6.0000          -
22194.51/1120.96	c      1121         641149         192        20                -           6.0000          -
22293.62/1125.97	c      1126         644039         218        20                -           6.0000          -
22395.40/1131.10	c      1131         646585         219        20                -           6.0000          -
22496.54/1136.17	c      1136         649291         214        20                -           6.0000          -
22595.71/1141.19	c      1141          61739        2813        20                -           6.0000          -
22695.87/1146.23	c      1146         655191         215        20                -           6.0000          -
22795.01/1151.28	c      1151          60008        2314        20                -           6.0000          -
22896.14/1156.38	c      1156         660856         214        20                -           6.0000          -
22997.34/1161.43	c      1161         663605         215        20                -           6.0000          -
23096.56/1166.48	c      1166         666897         203        20                -           6.0000          -
23197.70/1171.53	c      1172         670825         221        20                -           6.0000          -
23296.91/1176.55	c      1177          63784        2954        20                -           6.0000          -
23398.07/1181.63	c      1182         676324         203        20                -           6.0000          -
23497.13/1186.64	c      1187         679244         211        20                -           6.0000          -
23596.40/1191.65	c      1192          62058        2369        20                -           6.0000          -
23695.42/1196.67	c      1197          91122        1908        20                -           6.0000          -
23794.49/1201.68	c      1202          91526        1908        20                -           6.0000          -
23895.61/1206.77	c      1207          91905        1912        20                -           6.0000          -
23996.77/1211.86	c      1212          92236        1920        20                -           6.0000          -
24097.95/1216.98	c      1217         697702         202        20                -           6.0000          -
24196.94/1222.04	c      1222          68938       14061        20                -           6.0000          -
24298.86/1227.09	c      1227          69244       14135        20                -           6.0000          -
24399.89/1232.14	c      1232         707618         204        20                -           6.0000          -
24498.97/1237.19	c      1237          64152        2379        20                -           6.0000          -
24599.44/1242.23	c      1242          64424        2408        20                -           6.0000          -
24698.58/1247.25	c      1247         717847         208        20                -           6.0000          -
24799.71/1252.32	c      1252          67990        3219        20                -           6.0000          -
24898.89/1257.39	c      1257          68336        3228        20                -           6.0000          -
24999.94/1262.40	c      1262          68663        3268        20                -           6.0000          -
25099.06/1267.49	c      1267          96004        2198        20                -           6.0000          -
25200.25/1272.54	c      1273          96350        2257        20                -           6.0000          -
25299.44/1277.59	c      1278          66127        2460        20                -           6.0000          -
25398.70/1282.60	c      1283          72635       14925        20                -           6.0000          -
25499.62/1287.66	c      1288         744992         216        20                -           6.0000          -
25600.69/1292.71	c      1293         748904         209        20                -           6.0000          -
25699.84/1297.75	c      1298         752573         199        20                -           6.0000          -
25799.11/1302.77	c      1303         756071         212        20                -           6.0000          -
25898.12/1307.78	c      1308          67604        2461        20                -           6.0000          -
25999.29/1312.81	c      1313          71440        3395        20                -           6.0000          -
26100.32/1317.90	c      1318          99220        2548        20                -           6.0000          -
26201.86/1323.04	c      1323          99691        2574        20                -           6.0000          -
26301.09/1328.09	c      1328         770352         209        20                -           6.0000          -
26400.39/1333.14	c      1333         773227         205        20                -           6.0000          -
26501.41/1338.16	c      1338         776430         204        20                -           6.0000          -
26601.87/1343.24	c      1343         779637         195        20                -           6.0000          -
26701.07/1348.29	c      1348         782732         201        20                -           6.0000          -
26802.24/1353.34	c      1353          70212        2541        20                -           6.0000          -
26901.44/1358.36	c      1358          70448        2539        20                -           6.0000          -
27002.45/1363.44	c      1363         793691         209        20                -           6.0000          -
27101.64/1368.49	c      1368          74608        3703        20                -           6.0000          -
27202.68/1373.54	c      1374          78095       16147        20                -           6.0000          -
27301.71/1378.59	c      1379          78338       16198        20                -           6.0000          -
27402.60/1383.64	c      1384         805925         202        20                -           6.0000          -
27501.66/1388.69	c      1389         104921        2837        20                -           6.0000          -
27602.84/1393.73	c      1394         105324        2872        20                -           6.0000          -
27702.19/1398.76	c      1399         815125         192        20                -           6.0000          -
27803.26/1403.84	c      1404          72650        2563        20                -           6.0000          -
27902.32/1408.89	c      1409         822115         209        20                -           6.0000          -
28003.27/1413.92	c      1414          77430        3805        20                -           6.0000          -
28102.43/1418.98	c      1419          77690        3799        20                -           6.0000          -
28204.00/1424.04	c      1424          81193       16858        20                -           6.0000          -
28303.24/1429.06	c      1429          81498       16915        20                -           6.0000          -
28404.41/1434.14	c      1434         837623         203        20                -           6.0000          -
28503.78/1439.17	c      1439         840428         200        20                -           6.0000          -
28604.00/1444.24	c      1444         843243         199        20                -           6.0000          -
28703.14/1449.29	c      1449         109435        2871        20                -           6.0000          -
28804.31/1454.33	c      1454         109770        2892        20                -           6.0000          -
28903.42/1459.38	c      1459          83309       17394        20                -           6.0000          -
29004.42/1464.44	c      1464         856655         204        20                -           6.0000          -
29103.51/1469.49	c      1469          75833        2661        20                -           6.0000          -
29204.56/1474.50	c      1474         863450         204        20                -           6.0000          -
29303.60/1479.58	c      1480          81188        3885        20                -           6.0000          -
29404.64/1484.62	c      1485          81479        3890        20                -           6.0000          -
29503.84/1489.69	c      1490          81787        3935        20                -           6.0000          -
29605.19/1494.71	c      1495          82032        3926        20                -           6.0000          -
29704.19/1499.75	c      1500          85633       18001        20                -           6.0000          -
29803.16/1504.76	c      1505          85926       18068        20                -           6.0000          -
29904.28/1509.80	c      1510          86238       18108        20                -           6.0000          -
30003.40/1514.81	c      1515          78210        2716        20                -           6.0000          -
30102.54/1519.89	c      1520         893092         198        20                -           6.0000          -
30206.32/1525.04	c      1525         114881        3263        20                -           6.0000          -
30305.23/1530.09	c      1530         115180        3308        20                -           6.0000          -
30404.31/1535.14	c      1535         904929         195        20                -           6.0000          -
30504.94/1540.16	c      1540          84430        4028        20                -           6.0000          -
30603.90/1545.18	c      1545          79749        2765        20                -           6.0000          -
30704.28/1550.24	c      1550          84937        4041        20                -           6.0000          -
30805.32/1555.34	c      1555          88773       18650        20                -           6.0000          -
30904.40/1560.39	c      1560          89171       18754        20                -           6.0000          -
31005.27/1565.44	c      1565         926651         231        20                -           6.0000          -
31104.35/1570.46	c      1570         929454         216        20                -           6.0000          -
31205.51/1575.52	c      1576         932331         209        20                -           6.0000          -
31304.63/1580.58	c      1581         935004         213        20                -           6.0000          -
31405.68/1585.64	c      1586         937614         208        20                -           6.0000          -
31504.87/1590.67	c      1591         940473         207        20                -           6.0000          -
31604.06/1595.70	c      1596         120235        3542        20                -           6.0000          -
31705.22/1600.71	c      1601         120695        3550        20                -           6.0000          -
31806.20/1605.84	c      1606          87931        4351        20                -           6.0000          -
31905.24/1610.85	c      1611         121574        3549        20                -           6.0000          -
32004.33/1615.88	c      1616          92449       19409        20                -           6.0000          -
32105.35/1620.99	c      1621          88713        4499        20                -           6.0000          -
32207.18/1626.04	c      1626          88940        4526        20                -           6.0000          -
32306.33/1631.05	c      1631         964185         196        20                -           6.0000          -
32405.65/1636.08	c      1636          84052        2882        20                -           6.0000          -
32506.39/1641.15	c      1641          84372        2899        20                -           6.0000          -
32605.72/1646.18	c      1646          84634        2938        20                -           6.0000          -
32704.98/1651.19	c      1651         975587         203        20                -           6.0000          -
32805.21/1656.25	c      1656         978732         197        20                -           6.0000          -
32904.28/1661.28	c      1661          90676        4674        20                -           6.0000          -
33005.24/1666.36	c      1666         125210        3661        20                -           6.0000          -
33106.35/1671.45	c      1671          85631        2986        20                -           6.0000          -
33207.49/1676.54	c      1677          96223       20137        20                -           6.0000          -
33306.54/1681.59	c      1682          86284        3027        20                -           6.0000          -
33407.45/1686.64	c      1687          86715        3034        20                -           6.0000          -
33506.60/1691.70	c      1692        1001265         206        20                -           6.0000          -
33607.79/1696.75	c      1697          92453        4812        20                -           6.0000          -
33707.03/1701.77	c      1702        1007268         196        20                -           6.0000          -
33808.07/1706.83	c      1707        1010231         199        20                -           6.0000          -
33907.25/1711.90	c      1712          98274       20856        20                -           6.0000          -
34008.16/1716.95	c      1717          98625       20935        20                -           6.0000          -
34106.95/1722.00	c      1722          99001       21034        20                -           6.0000          -
34205.99/1727.02	c      1727          88764        3077        20                -           6.0000          -
34307.81/1732.10	c      1732          94355        4985        20                -           6.0000          -
34408.93/1737.15	c      1737          94640        5001        20                -           6.0000          -
34508.11/1742.20	c      1742          94959        5036        20                -           6.0000          -
34608.54/1747.25	c      1747        1039361         197        20                -           6.0000          -
34707.65/1752.30	c      1752        1042400         189        20                -           6.0000          -
34808.58/1757.35	c      1757        1046209         197        20                -           6.0000          -
34909.68/1762.40	c      1762          90476        3204        20                -           6.0000          -
35008.86/1767.42	c      1767         133022        4064        20                -           6.0000          -
35107.94/1772.50	c      1772         133389        4086        20                -           6.0000          -
35209.10/1777.55	c      1778         133861        4135        20                -           6.0000          -
35308.05/1782.56	c      1783        1064025         199        20                -           6.0000          -
35409.11/1787.66	c      1788         102941       21766        20                -           6.0000          -
35510.15/1792.71	c      1793         103237       21826        20                -           6.0000          -
35609.14/1797.77	c      1798         103506       21859        20                -           6.0000          -
35707.89/1802.78	c      1803        1079692         199        20                -           6.0000          -
35806.93/1807.79	c      1808          98709        5262        20                -           6.0000          -
35907.76/1812.81	c      1813         104297       22079        20                -           6.0000          -
36006.76/1817.84	c      1818         104603       22145        20                -           6.0000          -
36105.87/1822.88	c      1823         137604        4576        20                -           6.0000          -
36206.97/1827.96	c      1828         138153        4619        20                -           6.0000          -
36308.71/1833.11	c      1833         138536        4631        20                -           6.0000          -
36409.76/1838.16	c      1838         138927        4718        20                -           6.0000          -
36510.12/1843.22	c      1843        1107197         192        20                -           6.0000          -
36609.38/1848.23	c      1848         100785        5564        20                -           6.0000          -
36710.31/1853.32	c      1853          95154        3326        20                -           6.0000          -
36809.28/1858.36	c      1858          95475        3344        20                -           6.0000          -
36910.37/1863.42	c      1863        1119040         187        20                -           6.0000          -
37009.50/1868.47	c      1868         141295        4984        20                -           6.0000          -
37110.67/1873.51	c      1874        1124969         194        20                -           6.0000          -
37209.86/1878.54	c      1879         108311       23100        20                -           6.0000          -
37309.05/1883.55	c      1884          96583        3375        20                -           6.0000          -
37410.20/1888.60	c      1889          96847        3370        20                -           6.0000          -
37509.36/1893.64	c      1894         143266        5212        20                -           6.0000          -
37610.53/1898.76	c      1899         143731        5235        20                -           6.0000          -
37711.55/1903.82	c      1904         103631        5714        20                -           6.0000          -
37810.68/1908.87	c      1909         103935        5739        20                -           6.0000          -
37911.67/1913.93	c      1914         104268        5786        20                -           6.0000          -
38010.66/1918.97	c      1919        1153092         208        20                -           6.0000          -
38109.53/1924.02	c      1924        1156619         203        20                -           6.0000          -
38211.43/1929.07	c      1929          98786        3414        20                -           6.0000          -
38310.18/1934.12	c      1934          99048        3417        20                -           6.0000          -
38409.07/1939.13	c      1939        1166497         191        20                -           6.0000          -
38510.27/1944.14	c      1944         112073       24067        20                -           6.0000          -
38609.51/1949.19	c      1949         112405       24151        20                -           6.0000          -
38709.79/1954.22	c      1954         149052        5955        20                -           6.0000          -
38809.17/1959.24	c      1959         149566        6009        20                -           6.0000          -
38910.03/1964.33	c      1964         100586        3422        20                -           6.0000          -
39011.06/1969.40	c      1969         107965        6016        20                -           6.0000          -
39110.03/1974.48	c      1974         108272        6008        20                -           6.0000          -
39211.06/1979.57	c      1980         108667        6014        20                -           6.0000          -
39312.01/1984.62	c      1985         109116        6038        20                -           6.0000          -
39411.01/1989.67	c      1990         109513        6042        20                -           6.0000          -
39511.72/1994.72	c      1995         115084       24627        20                -           6.0000          -
39610.67/1999.74	c      2000         102320        3599        20                -           6.0000          -
39709.51/2004.80	c      2005         102599        3609        20                -           6.0000          -
39810.64/2009.87	c      2010         102823        3609        20                -           6.0000          -
39911.53/2014.92	c      2015         103078        3598        20                -           6.0000          -
40010.41/2019.97	c      2020        1220081         204        20                -           6.0000          -
40109.20/2025.01	c      2025        1223203         195        20                -           6.0000          -
40210.76/2030.07	c      2030        1226987         205        20                -           6.0000          -
40309.88/2035.12	c      2035         156219        6729        20                -           6.0000          -
40410.88/2040.17	c      2040        1233576         203        20                -           6.0000          -
40510.06/2045.19	c      2045        1236619         202        20                -           6.0000          -
40610.31/2050.22	c      2050         118506       25247        20                -           6.0000          -
40711.07/2055.31	c      2055         118809       25303        20                -           6.0000          -
40810.08/2060.37	c      2060        1245941         203        20                -           6.0000          -
40911.12/2065.42	c      2065        1249521         204        20                -           6.0000          -
41010.09/2070.44	c      2070         159228        7118        20                -           6.0000          -
41109.04/2075.49	c      2075         116352        6210        20                -           6.0000          -
41210.28/2080.51	c      2081         116716        6208        20                -           6.0000          -
41311.20/2085.62	c      2086         106341        3697        20                -           6.0000          -
41410.37/2090.67	c      2091         106546        3707        20                -           6.0000          -
41509.56/2095.69	c      2096        1269937         199        20                -           6.0000          -
41610.58/2100.76	c      2101        1273468         207        20                -           6.0000          -
41709.54/2105.77	c      2106        1276901         203        20                -           6.0000          -
41808.67/2110.80	c      2111         122151       25937        20                -           6.0000          -
41911.45/2115.91	c      2116         163044        7568        20                -           6.0000          -
42010.34/2120.97	c      2121         163489        7613        20                -           6.0000          -
42109.46/2126.03	c      2126        1291559         189        20                -           6.0000          -
42211.13/2131.04	c      2131        1295707         199        20                -           6.0000          -
42310.12/2136.05	c      2136         120876        6304        20                -           6.0000          -
42409.16/2141.14	c      2141         121248        6301        20                -           6.0000          -
42511.42/2146.23	c      2146         121591        6314        20                -           6.0000          -
42610.55/2151.27	c      2151         124522       26343        20                -           6.0000          -
42711.65/2156.33	c      2156        1312751         212        20                -           6.0000          -
42810.72/2161.38	c      2161        1316326         198        20                -           6.0000          -
42911.69/2166.42	c      2166        1320022         197        20                -           6.0000          -
43010.88/2171.48	c      2171        1323752         196        20                -           6.0000          -
43112.05/2176.53	c      2177        1327310         202        20                -           6.0000          -
43211.00/2181.58	c      2182        1331190         203        20                -           6.0000          -
43310.05/2186.60	c      2187        1334784         208        20                -           6.0000          -
43410.96/2191.61	c      2192         125001        6449        20                -           6.0000          -
43510.09/2196.69	c      2197         125426        6456        20                -           6.0000          -
43611.21/2201.75	c      2202         125938        6473        20                -           6.0000          -
43712.30/2206.83	c      2207         127700       27020        20                -           6.0000          -
43811.23/2211.87	c      2212         127976       27047        20                -           6.0000          -
43910.10/2216.88	c      2217         112332        4019        20                -           6.0000          -
44009.22/2221.90	c      2222        1359742         198        20                -           6.0000          -
44110.26/2226.92	c      2227        1363621         201        20                -           6.0000          -
44209.27/2232.01	c      2232        1367648         202        20                -           6.0000          -
44308.36/2237.02	c      2237        1371238         194        20                -           6.0000          -
44412.03/2242.18	c      2242        1374834         196        20                -           6.0000          -
44512.48/2247.23	c      2247        1378540         195        20                -           6.0000          -
44611.51/2252.25	c      2252        1382217         199        20                -           6.0000          -
44712.48/2257.33	c      2257        1385787         196        20                -           6.0000          -
44811.50/2262.37	c      2262        1389230         195        20                -           6.0000          -
44912.44/2267.41	c      2267        1392551         203        20                -           6.0000          -
45011.68/2272.44	c      2272        1396389         196        20                -           6.0000          -
45110.79/2277.49	c      2277         176877        9190        20                -           6.0000          -
45211.74/2282.58	c      2283         177272        9242        20                -           6.0000          -
45310.67/2287.59	c      2288        1406340         196        20                -           6.0000          -
45411.55/2292.65	c      2293         132926        6485        20                -           6.0000          -
45512.63/2297.73	c      2298         133307        6494        20                -           6.0000          -
45611.59/2302.75	c      2303        1416585         195        20                -           6.0000          -
45710.76/2307.80	c      2308        1420010         200        20                -           6.0000          -
45811.71/2312.88	c      2313        1423706         200        20                -           6.0000          -
45912.71/2317.92	c      2318         116857        4210        20                -           6.0000          -
46011.37/2322.96	c      2323         117100        4210        20                -           6.0000          -
46110.52/2328.00	c      2328        1433959         191        20                -           6.0000          -
46212.22/2333.08	c      2333        1437165         201        20                -           6.0000          -
46311.34/2338.13	c      2338         136039        6582        20                -           6.0000          -
46412.35/2343.15	c      2343         136351        6587        20                -           6.0000          -
46511.41/2348.19	c      2348         182786        9904        20                -           6.0000          -
46611.62/2353.22	c      2353         137844       29319        20                -           6.0000          -
46712.36/2358.31	c      2358         138271       29433        20                -           6.0000          -
46811.39/2363.38	c      2363         138677       29564        20                -           6.0000          -
46912.44/2368.43	c      2368         139096       29649        20                -           6.0000          -
47011.56/2373.44	c      2373        1464346         204        20                -           6.0000          -
47110.41/2378.45	c      2378        1467341         189        20                -           6.0000          -
47211.30/2383.51	c      2384         119769        4241        20                -           6.0000          -
47310.28/2388.53	c      2389         120007        4245        20                -           6.0000          -
47411.37/2393.68	c      2394        1476094         190        20                -           6.0000          -
47512.39/2398.73	c      2399        1479491         197        20                -           6.0000          -
47611.56/2403.74	c      2404        1483076         200        20                -           6.0000          -
47710.76/2408.78	c      2409         142162       30376        20                -           6.0000          -
47811.95/2413.80	c      2414         142597       30482        20                -           6.0000          -
47911.17/2418.84	c      2419        1493738         195        20                -           6.0000          -
48010.10/2423.86	c      2424        1497114         193        20                -           6.0000          -
48111.30/2428.91	c      2429         121797        4266        20                -           6.0000          -
48210.43/2433.99	c      2434         141933        7118        20                -           6.0000          -
48309.46/2439.00	c      2439        1506535         191        20                -           6.0000          -
48411.34/2444.07	c      2444        1509984         214        20                -           6.0000          -
48510.42/2449.10	c      2449         145376       31165        20                -           6.0000          -
48611.29/2454.19	c      2454         145824       31276        20                -           6.0000          -
48712.02/2459.28	c      2459         191946       11132        20                -           6.0000          -
48813.16/2464.39	c      2464         192378       11210        20                -           6.0000          -
48914.29/2469.44	c      2469        1526694         186        20                -           6.0000          -
49013.44/2474.49	c      2474        1530314         185        20                -           6.0000          -
49114.48/2479.54	c      2480         124006        4256        20                -           6.0000          -
49213.49/2484.59	c      2485         124259        4258        20                -           6.0000          -
49314.64/2489.64	c      2490        1540350         195        20                -           6.0000          -
49413.76/2494.65	c      2495         145080        7302        20                -           6.0000          -
49512.91/2499.66	c      2500         145393        7304        20                -           6.0000          -
49611.64/2504.70	c      2505         145688        7305        20                -           6.0000          -
49714.80/2509.83	c      2510         196082       11646        20                -           6.0000          -
49813.99/2514.89	c      2515         150706       32473        20                -           6.0000          -
49914.90/2519.94	c      2520        1562473         189        20                -           6.0000          -
50013.87/2524.99	c      2525        1566209         191        20                -           6.0000          -
50112.79/2530.04	c      2530        1569891         199        20                -           6.0000          -
50214.31/2535.09	c      2535        1573383         195        20                -           6.0000          -
50313.44/2540.11	c      2540         126671        4328        20                -           6.0000          -
50414.55/2545.17	c      2545         126868        4339        20                -           6.0000          -
50514.76/2550.24	c      2550         199535       12259        20                -           6.0000          -
50613.76/2555.27	c      2555         199971       12322        20                -           6.0000          -
50712.85/2560.29	c      2560         154502       33330        20                -           6.0000          -
50813.77/2565.39	c      2565         154961       33436        20                -           6.0000          -
50914.84/2570.44	c      2570        1597536         200        20                -           6.0000          -
51013.96/2575.46	c      2575        1601046         184        20                -           6.0000          -
51115.08/2580.54	c      2581        1604204         186        20                -           6.0000          -
51214.29/2585.59	c      2586        1607897         199        20                -           6.0000          -
51315.30/2590.63	c      2591        1611732         206        20                -           6.0000          -
51414.51/2595.64	c      2596         129191        4417        20                -           6.0000          -
51515.71/2600.71	c      2601        1618947         202        20                -           6.0000          -
51614.76/2605.73	c      2606         157647       34056        20                -           6.0000          -
51713.65/2610.78	c      2611         203353       12585        20                -           6.0000          -
51814.59/2615.81	c      2616         203753       12581        20                -           6.0000          -
51915.50/2620.90	c      2621         204118       12587        20                -           6.0000          -
52014.54/2625.98	c      2626        1637455         187        20                -           6.0000          -
52116.45/2631.06	c      2631        1641090         192        20                -           6.0000          -
52215.72/2636.07	c      2636         131074        4494        20                -           6.0000          -
52314.87/2641.11	c      2641         159766       34482        20                -           6.0000          -
52417.24/2646.21	c      2646         152834        7509        20                -           6.0000          -
52516.41/2651.26	c      2651        1655326         201        20                -           6.0000          -
52617.54/2656.31	c      2656        1658924         202        20                -           6.0000          -
52716.75/2661.32	c      2661        1662841         201        20                -           6.0000          -
52817.94/2666.42	c      2666        1666495         192        20                -           6.0000          -
52917.15/2671.44	c      2671        1670267         197        20                -           6.0000          -
53018.07/2676.51	c      2677        1674086         196        20                -           6.0000          -
53117.30/2681.52	c      2682         208264       12851        20                -           6.0000          -
53216.33/2686.54	c      2687         133443        4614        20                -           6.0000          -
53315.44/2691.56	c      2692         162757       35118        20                -           6.0000          -
53416.39/2696.62	c      2697         155218        7516        20                -           6.0000          -
53515.54/2701.69	c      2702         155451        7528        20                -           6.0000          -
53616.42/2706.77	c      2707         155685        7531        20                -           6.0000          -
53717.25/2711.83	c      2712         155966        7548        20                -           6.0000          -
53818.24/2716.93	c      2717        1702304         187        20                -           6.0000          -
53917.29/2721.95	c      2722         135039        4659        20                -           6.0000          -
54018.91/2727.03	c      2727         211144       13066        20                -           6.0000          -
54117.82/2732.08	c      2732        1712550         187        20                -           6.0000          -
54217.20/2737.13	c      2737        1715983         188        20                -           6.0000          -
54318.13/2742.19	c      2742        1719619         194        20                -           6.0000          -
54418.62/2747.21	c      2747        1723122         191        20                -           6.0000          -
54517.62/2752.28	c      2752        1726379         186        20                -           6.0000          -
54618.64/2757.31	c      2757         158402        7576        20                -           6.0000          -
54717.36/2762.37	c      2762         167260       36035        20                -           6.0000          -
54818.42/2767.44	c      2767         137070        4718        20                -           6.0000          -
54917.43/2772.45	c      2772         168085       36263        20                -           6.0000          -
55016.65/2777.46	c      2777         214207       13225        20                -           6.0000          -
55117.68/2782.57	c      2783        1745282         206        20                -           6.0000          -
55218.83/2787.64	c      2788        1748103         211        20                -           6.0000          -
55318.00/2792.69	c      2793        1751090         206        20                -           6.0000          -
55419.16/2797.74	c      2798        1753906         197        20                -           6.0000          -
55518.16/2802.75	c      2803         161187        7675        20                -           6.0000          -
55619.17/2807.84	c      2808         161440        7699        20                -           6.0000          -
55718.26/2812.89	c      2813        1762460         190        20                -           6.0000          -
55819.27/2817.94	c      2818        1765502         195        20                -           6.0000          -
55918.33/2822.95	c      2823        1768358         192        20                -           6.0000          -
56017.42/2827.96	c      2828        1771324         188        20                -           6.0000          -
56116.56/2832.98	c      2833        1773990         193        20                -           6.0000          -
56218.26/2838.04	c      2838        1776609         185        20                -           6.0000          -
56317.19/2843.07	c      2843         163167        7779        20                -           6.0000          -
56418.33/2848.18	c      2848         174437       37898        20                -           6.0000          -
56517.50/2853.19	c      2853         163900        7801        20                -           6.0000          -
56617.84/2858.27	c      2858         141180        4772        20                -           6.0000          -
56718.80/2863.38	c      2863         141436        4771        20                -           6.0000          -
56819.87/2868.44	c      2868        1794123         198        20                -           6.0000          -
56918.94/2873.49	c      2873        1798202         210        20                -           6.0000          -
57019.84/2878.54	c      2879         221207       14050        20                -           6.0000          -
57118.74/2883.59	c      2884        1805419         203        20                -           6.0000          -
57219.80/2888.64	c      2889        1808756         197        20                -           6.0000          -
57318.95/2893.67	c      2894        1812049         198        20                -           6.0000          -
57420.13/2898.74	c      2899         178504       38857        20                -           6.0000          -
57519.13/2903.79	c      2904         178918       38967        20                -           6.0000          -
57619.77/2908.84	c      2909         179335       39059        20                -           6.0000          -
57718.68/2913.86	c      2914        1824889         184        20                -           6.0000          -
57817.77/2918.89	c      2919        1828640         205        20                -           6.0000          -
57918.55/2923.90	c      2924        1832565         206        20                -           6.0000          -
58017.74/2928.94	c      2929         224176       14183        20                -           6.0000          -
58119.32/2934.06	c      2934        1839777         190        20                -           6.0000          -
58220.07/2939.14	c      2939         168592        8056        20                -           6.0000          -
58319.06/2944.19	c      2944         145302        4889        20                -           6.0000          -
58419.54/2949.24	c      2949         145465        4899        20                -           6.0000          -
58518.53/2954.29	c      2954         145672        4911        20                -           6.0000          -
58619.74/2959.34	c      2959        1856451         194        20                -           6.0000          -
58718.92/2964.36	c      2964        1859747         185        20                -           6.0000          -
58819.91/2969.41	c      2969         184138       40097        20                -           6.0000          -
58918.94/2974.49	c      2974         227230       14381        20                -           6.0000          -
59020.11/2979.52	c      2980        1870119         201        20                -           6.0000          -
59119.11/2984.59	c      2985        1873890         209        20                -           6.0000          -
59220.31/2989.64	c      2990         171292        8242        20                -           6.0000          -
59319.39/2994.66	c      2995         171561        8260        20                -           6.0000          -
59420.59/2999.74	c      3000         147935        4983        20                -           6.0000          -
59519.72/3004.79	c      3005         186938       40761        20                -           6.0000          -
59620.91/3009.83	c      3010         187283       40825        20                -           6.0000          -
59719.78/3014.88	c      3015         229576       14596        20                -           6.0000          -
59820.87/3019.94	c      3020        1899517         193        20                -           6.0000          -
59919.94/3024.99	c      3025        1902494         192        20                -           6.0000          -
60021.75/3030.04	c      3030        1905478         198        20                -           6.0000          -
60121.01/3035.09	c      3035        1908724         194        20                -           6.0000          -
60219.98/3040.11	c      3040        1912148         199        20                -           6.0000          -
60320.99/3045.14	c      3045         174516        8398        20                -           6.0000          -
60420.08/3050.18	c      3050         150376        5030        20                -           6.0000          -
60520.40/3055.29	c      3055         150578        5039        20                -           6.0000          -
60621.36/3060.32	c      3060         175446        8434        20                -           6.0000          -
60720.40/3065.37	c      3065         232712       14825        20                -           6.0000          -
60821.45/3070.44	c      3070         232991       14917        20                -           6.0000          -
60920.50/3075.49	c      3075        1936759         198        20                -           6.0000          -
61021.50/3080.50	c      3080        1939815         196        20                -           6.0000          -
61120.42/3085.56	c      3086        1942985         195        20                -           6.0000          -
61219.38/3090.57	c      3091         193907       42354        20                -           6.0000          -
61318.67/3095.58	c      3096         194276       42413        20                -           6.0000          -
61419.43/3100.69	c      3101         152579        5158        20                -           6.0000          -
61520.42/3105.79	c      3106         195026       42555        20                -           6.0000          -
61621.45/3110.84	c      3111         153000        5199        20                -           6.0000          -
61720.56/3115.88	c      3116         180081        8673        20                -           6.0000          -
61821.63/3120.95	c      3121         180374        8699        20                -           6.0000          -
61920.78/3126.00	c      3126        1967586         199        20                -           6.0000          -
62022.67/3131.05	c      3131        1970643         193        20                -           6.0000          -
62121.85/3136.07	c      3136        1973594         192        20                -           6.0000          -
62220.94/3141.11	c      3141        1976461         194        20                -           6.0000          -
62322.16/3146.15	c      3146         154473        5213        20                -           6.0000          -
62422.61/3151.21	c      3151        1982167         194        20                -           6.0000          -
62521.82/3156.29	c      3156        1985418         194        20                -           6.0000          -
62622.91/3161.30	c      3161        1988545         201        20                -           6.0000          -
62721.95/3166.38	c      3166        1991455         199        20                -           6.0000          -
62823.06/3171.46	c      3171        1994861         194        20                -           6.0000          -
62923.98/3176.52	c      3177        1998235         193        20                -           6.0000          -
63023.00/3181.56	c      3182         184011        8923        20                -           6.0000          -
63123.77/3186.61	c      3187         184366        8955        20                -           6.0000          -
63222.89/3191.62	c      3192         241116       15504        20                -           6.0000          -
63323.95/3196.72	c      3197         241474       15541        20                -           6.0000          -
63422.76/3201.77	c      3202        2015404         186        20                -           6.0000          -
63521.99/3206.79	c      3207         158017        5284        20                -           6.0000          -
63622.95/3211.87	c      3212         203365       44495        20                -           6.0000          -
63724.00/3216.92	c      3217        2025261         195        20                -           6.0000          -
63822.79/3221.96	c      3222        2028455         190        20                -           6.0000          -
63921.99/3227.02	c      3227        2031744         194        20                -           6.0000          -
64023.35/3232.05	c      3232        2034828         192        20                -           6.0000          -
64122.38/3237.12	c      3237        2037798         190        20                -           6.0000          -
64221.33/3242.14	c      3242        2041463         193        20                -           6.0000          -
64323.78/3247.20	c      3247         188437        9182        20                -           6.0000          -
64422.97/3252.21	c      3252        2048452         213        20                -           6.0000          -
64521.91/3257.23	c      3257         160404        5325        20                -           6.0000          -
64623.09/3262.37	c      3262         160681        5344        20                -           6.0000          -
64724.28/3267.43	c      3267        2059415         195        20                -           6.0000          -
64823.45/3272.48	c      3272        2062377         195        20                -           6.0000          -
64922.63/3277.49	c      3277        2065611         201        20                -           6.0000          -
65023.75/3282.54	c      3283         247947       16041        20                -           6.0000          -
65122.96/3287.56	c      3288         209363       45823        20                -           6.0000          -
65224.14/3292.64	c      3293         190763        9256        20                -           6.0000          -
65325.29/3297.73	c      3298         191018        9268        20                -           6.0000          -
65424.43/3302.75	c      3303        2081828         188        20                -           6.0000          -
65523.21/3307.78	c      3308        2084728         187        20                -           6.0000          -
65624.07/3312.87	c      3313         163327        5439        20                -           6.0000          -
65724.98/3317.93	c      3318         163617        5447        20                -           6.0000          -
65823.80/3322.98	c      3323        2094576         191        20                -           6.0000          -
65922.83/3328.01	c      3328         250987       16257        20                -           6.0000          -
66024.04/3333.07	c      3333        2101548         201        20                -           6.0000          -
66123.45/3338.11	c      3338        2105150         191        20                -           6.0000          -
66224.06/3343.18	c      3343         213927       46847        20                -           6.0000          -
66324.46/3348.21	c      3348         214337       46927        20                -           6.0000          -
66423.48/3353.28	c      3353         194148        9511        20                -           6.0000          -
66524.57/3358.33	c      3358         194401        9511        20                -           6.0000          -
66623.62/3363.38	c      3363         165660        5545        20                -           6.0000          -
66722.48/3368.39	c      3368         166129        5569        20                -           6.0000          -
66823.50/3373.48	c      3373        2129883         191        20                -           6.0000          -
66922.39/3378.49	c      3378        2133425         200        20                -           6.0000          -
67023.44/3383.50	c      3384         254347       16551        20                -           6.0000          -
67124.53/3388.62	c      3389        2139971         191        20                -           6.0000          -
67223.63/3393.68	c      3394        2143174         192        20                -           6.0000          -
67324.59/3398.73	c      3399        2146250         199        20                -           6.0000          -
67423.55/3403.78	c      3404        2149767         192        20                -           6.0000          -
67524.64/3408.83	c      3409         168258        5629        20                -           6.0000          -
67623.63/3413.88	c      3414        2156433         201        20                -           6.0000          -
67724.74/3418.91	c      3419        2159864         186        20                -           6.0000          -
67823.93/3423.98	c      3424         198209        9964        20                -           6.0000          -
67922.92/3429.03	c      3429        2167090         185        20                -           6.0000          -
68024.71/3434.04	c      3434        2171212         195        20                -           6.0000          -
68123.92/3439.13	c      3439         258199       16817        20                -           6.0000          -
68225.11/3444.17	c      3444         258511       16853        20                -           6.0000          -
68324.16/3449.18	c      3449        2180685         195        20                -           6.0000          -
68424.45/3454.20	c      3454        2183815         195        20                -           6.0000          -
68525.54/3459.33	c      3459        2187177         215        20                -           6.0000          -
68624.48/3464.38	c      3464        2190498         184        20                -           6.0000          -
68725.67/3469.41	c      3469         171452        5782        20                -           6.0000          -
68824.77/3474.48	c      3474         201219       10580        20                -           6.0000          -
68925.82/3479.53	c      3480        2200216         192        20                -           6.0000          -
69024.80/3484.58	c      3485        2203214         187        20                -           6.0000          -
69125.78/3489.63	c      3490        2206817         198        20                -           6.0000          -
69224.93/3494.68	c      3495         262051       16980        20                -           6.0000          -
69325.89/3499.73	c      3500         262367       16997        20                -           6.0000          -
69424.91/3504.78	c      3505         262834       17010        20                -           6.0000          -
69525.97/3509.83	c      3510        2220644         204        20                -           6.0000          -
69624.87/3514.84	c      3515         203628       10997        20                -           6.0000          -
69723.99/3519.85	c      3520         203903       11043        20                -           6.0000          -
69824.98/3524.98	c      3525         174367        5955        20                -           6.0000          -
69924.18/3530.03	c      3530         174700        5951        20                -           6.0000          -
70026.04/3535.05	c      3535        2237271         200        20                -           6.0000          -
70125.27/3540.13	c      3540         265275       17126        20                -           6.0000          -
70226.31/3545.18	c      3545         229706       50335        20                -           6.0000          -
70326.80/3550.23	c      3550        2247229         192        20                -           6.0000          -
70426.02/3555.28	c      3555        2250652         197        20                -           6.0000          -
70527.18/3560.33	c      3560         206024       11288        20                -           6.0000          -
70626.41/3565.38	c      3565         206311       11290        20                -           6.0000          -
70725.53/3570.39	c      3570        2261437         193        20                -           6.0000          -
70826.61/3575.47	c      3575        2265339         194        20                -           6.0000          -
70927.75/3580.50	c      3580         177498        5989        20                -           6.0000          -
71026.88/3585.58	c      3586        2272334         201        20                -           6.0000          -
71127.81/3590.63	c      3591        2275695         202        20                -           6.0000          -
71226.89/3595.67	c      3596        2279147         194        20                -           6.0000          -
71327.88/3600.73	c      3601        2282311         202        20                -           6.0000          -
71427.05/3605.78	c      3606        2285444         187        20                -           6.0000          -
71528.28/3610.83	c      3611        2288910         188        20                -           6.0000          -
71627.42/3615.88	c      3616         208977       11660        20                -           6.0000          -
71728.66/3620.93	c      3621         270949       17543        20                -           6.0000          -
71827.91/3625.98	c      3626         271371       17561        20                -           6.0000          -
71927.13/3631.03	c      3631         271807       17564        20                -           6.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 (169052 MiB free)
  memory of node 1: 193531 MiB (182001 MiB free)
  memory of node 2: 193531 MiB (173024 MiB free)
  memory of node 3: 193493 MiB (177016 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-4467446-1723229181/watcher-4467446-1723229181 -o /tmp/evaluation-result-4467446-1723229181/solver-4467446-1723229181 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723225521-531114 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467446-1723229181.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100105 s]*
/proc/loadavg: 74.83 78.88 79.38 62/985 534609
/proc/meminfo: memFree=717900028/790760800 swapFree=131071996/131071996
[pid=534608] ppid=534605 vsize=60844 memory=44616 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/stat : 534608 (fscip) R 534605 534608 531101 0 -1 4194304 9175 0 0 0 10 1 0 0 20 0 1 0 89497477 62304256 11154 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
/proc/534608/statm: 15211 11154 2806 3035 0 11607 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 60844 KiB
Current children cumulated memory: 44616 KiB

[startup+0.219546 s]*
/proc/loadavg: 74.83 78.88 79.38 64/985 534609
/proc/meminfo: memFree=717884840/790760800 swapFree=131071996/131071996
[pid=534608] ppid=534605 vsize=63060 memory=46728 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/stat : 534608 (fscip) R 534605 534608 531101 0 -1 4194304 9738 0 0 0 22 1 0 0 20 0 1 0 89497477 64573440 11682 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
/proc/534608/statm: 15765 11682 2806 3035 0 12161 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 63060 KiB
Current children cumulated memory: 46728 KiB

[startup+0.317599 s]*
/proc/loadavg: 74.83 78.88 79.38 62/985 534609
/proc/meminfo: memFree=717871644/790760800 swapFree=131071996/131071996
[pid=534608] ppid=534605 vsize=64076 memory=47784 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/stat : 534608 (fscip) R 534605 534608 531101 0 -1 4194304 9973 0 0 0 31 1 0 0 20 0 1 0 89497477 65613824 11946 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
/proc/534608/statm: 16019 11946 2806 3035 0 12415 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 64076 KiB
Current children cumulated memory: 47784 KiB

[startup+0.700186 s]
/proc/loadavg: 74.83 78.88 79.38 62/985 534609
/proc/meminfo: memFree=717879456/790760800 swapFree=131071996/131071996
[pid=534608] ppid=534605 vsize=66108 memory=50160 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/stat : 534608 (fscip) R 534605 534608 531101 0 -1 4194304 10574 0 0 0 67 1 0 0 20 0 1 0 89497477 67694592 12540 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
/proc/534608/statm: 16527 12540 2806 3035 0 12923 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 66108 KiB
Current children cumulated memory: 50160 KiB

[startup+1.50045 s]
/proc/loadavg: 74.83 78.88 79.38 62/985 534610
/proc/meminfo: memFree=717812588/790760800 swapFree=131071996/131071996
[pid=534608] ppid=534605 vsize=1856664 memory=558116 CPUtime=6.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/stat : 534608 (fscip) S 534605 534608 531101 0 -1 1077936128 135792 0 0 0 615 41 0 0 20 0 41 0 89497477 1901223936 139529 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
/proc/534608/statm: 464166 139529 2822 3035 0 228916 0
Current children cumulated CPU time: 6.56 s
Current children cumulated vsize: 1856664 KiB
Current children cumulated memory: 558116 KiB

[startup+3.13845 s]
/proc/loadavg: 74.83 78.88 79.38 81/1025 534650
/proc/meminfo: memFree=716481312/790760800 swapFree=131071996/131071996
[pid=534608] ppid=534605 vsize=1870704 memory=1306796 CPUtime=38.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/stat : 534608 (fscip) S 534605 534608 531101 0 -1 1077936128 361902 0 0 0 3764 96 0 0 20 0 41 0 89497477 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
/proc/534608/statm: 467676 326699 2950 3035 0 436439 0
[pid=534608/tid=534611] ppid=534605 vsize=1870704 memory=11572 CPUtime=1.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534611/stat : 534611 (fscip) R 534605 534608 531101 0 -1 4194368 16395 0 0 0 184 4 0 0 20 0 41 0 89497582 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534612] ppid=534605 vsize=1870704 memory=828752 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534612/stat : 534612 (fscip) R 534605 534608 531101 0 -1 4194368 17018 0 0 0 182 5 0 0 20 0 41 0 89497582 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534613] ppid=534605 vsize=1870704 memory=279402521471808 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534613/stat : 534613 (fscip) R 534605 534608 531101 0 -1 4194368 17064 0 0 0 182 5 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534614] ppid=534605 vsize=1870704 memory=29864 CPUtime=1.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534614/stat : 534614 (fscip) R 534605 534608 531101 0 -1 4194368 17234 0 0 0 185 4 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534615] ppid=534605 vsize=1870704 memory=279402521476448 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534615/stat : 534615 (fscip) R 534605 534608 531101 0 -1 4194368 16440 0 0 0 183 4 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534616] ppid=534605 vsize=1870704 memory=279402520924544 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534616/stat : 534616 (fscip) R 534605 534608 531101 0 -1 4194368 16781 0 0 0 181 5 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534617] ppid=534605 vsize=1870704 memory=10824 CPUtime=1.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534617/stat : 534617 (fscip) R 534605 534608 531101 0 -1 4194368 18349 0 0 0 185 4 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534618] ppid=534605 vsize=1870704 memory=5556 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534618/stat : 534618 (fscip) R 534605 534608 531101 0 -1 4194368 17039 0 0 0 183 4 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534619] ppid=534605 vsize=1870704 memory=0 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534619/stat : 534619 (fscip) R 534605 534608 531101 0 -1 4194368 17535 0 0 0 183 4 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534620] ppid=534605 vsize=1870704 memory=279402521430880 CPUtime=1.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534620/stat : 534620 (fscip) R 534605 534608 531101 0 -1 4194368 16947 0 0 0 183 5 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534621] ppid=534605 vsize=1870704 memory=139701260835920 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534621/stat : 534621 (fscip) R 534605 534608 531101 0 -1 4194368 17622 0 0 0 184 3 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534622] ppid=534605 vsize=1870704 memory=29836768444022866 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534622/stat : 534622 (fscip) R 534605 534608 531101 0 -1 4194368 16795 0 0 0 181 5 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534623] ppid=534605 vsize=1870704 memory=0 CPUtime=1.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534623/stat : 534623 (fscip) R 534605 534608 531101 0 -1 4194368 16955 0 0 0 180 4 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534624] ppid=534605 vsize=1870704 memory=0 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534624/stat : 534624 (fscip) R 534605 534608 531101 0 -1 4194368 17206 0 0 0 183 3 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534625] ppid=534605 vsize=1870704 memory=279402521102160 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534625/stat : 534625 (fscip) R 534605 534608 531101 0 -1 4194368 16885 0 0 0 183 4 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534626] ppid=534605 vsize=1870704 memory=8365455443457 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534626/stat : 534626 (fscip) R 534605 534608 531101 0 -1 4194368 17410 0 0 0 183 4 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534627] ppid=534605 vsize=1870704 memory=8369750410497 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534627/stat : 534627 (fscip) R 534605 534608 531101 0 -1 4194368 17172 0 0 0 182 4 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534628] ppid=534605 vsize=1870704 memory=33196 CPUtime=1.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534628/stat : 534628 (fscip) R 534605 534608 531101 0 -1 4194368 16401 0 0 0 180 4 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534629] ppid=534605 vsize=1870704 memory=21544 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534629/stat : 534629 (fscip) R 534605 534608 531101 0 -1 4194368 16606 0 0 0 181 5 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534630] ppid=534605 vsize=1870704 memory=100 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534630/stat : 534630 (fscip) R 534605 534608 531101 0 -1 4194368 19733 0 0 0 183 4 0 0 20 0 41 0 89497583 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534631] ppid=534605 vsize=1870704 memory=1836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534631/stat : 534631 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534632] ppid=534605 vsize=1870704 memory=25988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534632/stat : 534632 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534633] ppid=534605 vsize=1870704 memory=2244 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534633/stat : 534633 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534634] ppid=534605 vsize=1870704 memory=31232 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534634/stat : 534634 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534635] ppid=534605 vsize=1870704 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534635/stat : 534635 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534636] ppid=534605 vsize=1870704 memory=7492 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534636/stat : 534636 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534637] ppid=534605 vsize=1870704 memory=26980 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534637/stat : 534637 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534638] ppid=534605 vsize=1870704 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534638/stat : 534638 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534639] ppid=534605 vsize=1870704 memory=8148 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534639/stat : 534639 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534640] ppid=534605 vsize=1870704 memory=3472467996680173200 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534640/stat : 534640 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326699 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534641] ppid=534605 vsize=1870704 memory=279402521415208 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534641/stat : 534641 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326765 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534642] ppid=534605 vsize=1870704 memory=7523096483019123823 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534642/stat : 534642 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326765 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534643] ppid=534605 vsize=1870704 memory=7595432292288522304 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534643/stat : 534643 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326765 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534644] ppid=534605 vsize=1870704 memory=6441084673386109032 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534644/stat : 534644 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326765 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534645] ppid=534605 vsize=1870704 memory=279402521428352 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534645/stat : 534645 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326765 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534646] ppid=534605 vsize=1870704 memory=14372 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534646/stat : 534646 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326765 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534647] ppid=534605 vsize=1870704 memory=11676 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534647/stat : 534647 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326765 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534648] ppid=534605 vsize=1870704 memory=12720 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534648/stat : 534648 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326765 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534649] ppid=534605 vsize=1870704 memory=2692 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534649/stat : 534649 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326765 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534650] ppid=534605 vsize=1870704 memory=5776 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534650/stat : 534650 (fscip) S 534605 534608 531101 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89497598 1915600896 326765 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
Current children cumulated CPU time: 38.6 s
Current children cumulated vsize: 1870704 KiB
Current children cumulated memory: 1306796 KiB

[startup+6.30145 s]
/proc/loadavg: 75.24 78.90 79.39 81/1025 534650
/proc/meminfo: memFree=715808652/790760800 swapFree=131071996/131071996
[pid=534608] ppid=534605 vsize=2985836 memory=1597544 CPUtime=101.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/stat : 534608 (fscip) S 534605 534608 531101 0 -1 1077936128 563649 0 0 0 9975 130 0 0 20 0 41 0 89497477 3057496064 399386 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 17 19 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
/proc/534608/statm: 746459 399386 2950 3035 0 501384 0
[pid=534608/tid=534611] ppid=534605 vsize=2985836 memory=279402520924544 CPUtime=5.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534611/stat : 534611 (fscip) R 534605 534608 531101 0 -1 4194368 25953 0 0 0 496 6 0 0 20 0 41 0 89497582 3057496064 399386 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534612] ppid=534605 vsize=2985836 memory=16088 CPUtime=5.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534612/stat : 534612 (fscip) R 534605 534608 531101 0 -1 4194368 23534 0 0 0 495 6 0 0 20 0 41 0 89497582 3057496064 399386 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534613] ppid=534605 vsize=2985836 memory=2212 CPUtime=5.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534613/stat : 534613 (fscip) R 534605 534608 531101 0 -1 4194368 19143 0 0 0 495 6 0 0 20 0 41 0 89497583 3057496064 399386 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534614] ppid=534605 vsize=2985836 memory=6943526294502006880 CPUtime=5.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534614/stat : 534614 (fscip) R 534605 534608 531101 0 -1 4194368 27511 0 0 0 496 5 0 0 20 0 41 0 89497583 3057496064 399386 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534615] ppid=534605 vsize=2985836 memory=29864 CPUtime=5.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534615/stat : 534615 (fscip) R 534605 534608 531101 0 -1 4194368 22730 0 0 0 496 5 0 0 20 0 41 0 89497583 3057496064 399386 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534616] ppid=534605 vsize=2985836 memory=1560552 CPUtime=5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534616/stat : 534616 (fscip) R 534605 534608 531101 0 -1 4194368 19738 0 0 0 495 5 0 0 20 0 41 0 89497583 3057496064 399386 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534617] ppid=534605 vsize=2985836 memory=11572 CPUtime=5.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534617/stat : 534617 (fscip) R 534605 534608 531101 0 -1 4194368 28303 0 0 0 497 6 0 0 20 0 41 0 89497583 3057496064 399386 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534618] ppid=534605 vsize=2985836 memory=2212 CPUtime=5.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534618/stat : 534618 (fscip) R 534605 534608 531101 0 -1 4194368 24120 0 0 0 496 5 0 0 20 0 41 0 89497583 3057496064 399386 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0

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

/proc/534608/task/534630/stat : 534630 (fscip) R 534605 534608 531101 0 -1 4194368 1470461 0 0 0 354538 311 0 0 20 0 41 0 89497583 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534631] ppid=534605 vsize=6985176 memory=29864 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534631/stat : 534631 (fscip) S 534605 534608 531101 0 -1 1077936192 118 0 0 0 1 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534632] ppid=534605 vsize=6985176 memory=6118284 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534632/stat : 534632 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 1 1 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534633] ppid=534605 vsize=6985176 memory=6132852 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534633/stat : 534633 (fscip) S 534605 534608 531101 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534634] ppid=534605 vsize=6985176 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534634/stat : 534634 (fscip) S 534605 534608 531101 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534635] ppid=534605 vsize=6985176 memory=6135052 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534635/stat : 534635 (fscip) S 534605 534608 531101 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534636] ppid=534605 vsize=6985176 memory=6091756 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534636/stat : 534636 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 1 1 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534637] ppid=534605 vsize=6985176 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534637/stat : 534637 (fscip) S 534605 534608 531101 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534638] ppid=534605 vsize=6985176 memory=6031924 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534638/stat : 534638 (fscip) S 534605 534608 531101 0 -1 1077936192 59 0 0 0 3 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534639] ppid=534605 vsize=6985176 memory=6135092 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534639/stat : 534639 (fscip) S 534605 534608 531101 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534640] ppid=534605 vsize=6985176 memory=6117220 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534640/stat : 534640 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534641] ppid=534605 vsize=6985176 memory=6135092 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534641/stat : 534641 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534642] ppid=534605 vsize=6985176 memory=21544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534642/stat : 534642 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534643] ppid=534605 vsize=6985176 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534643/stat : 534643 (fscip) S 534605 534608 531101 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534644] ppid=534605 vsize=6985176 memory=29864 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534644/stat : 534644 (fscip) S 534605 534608 531101 0 -1 1077936192 119 0 0 0 0 3 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534645] ppid=534605 vsize=6985176 memory=10824 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534645/stat : 534645 (fscip) S 534605 534608 531101 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534646] ppid=534605 vsize=6985176 memory=6135996 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534646/stat : 534646 (fscip) S 534605 534608 531101 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534647] ppid=534605 vsize=6985176 memory=6119196 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534647/stat : 534647 (fscip) S 534605 534608 531101 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534648] ppid=534605 vsize=6985176 memory=6141604 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534648/stat : 534648 (fscip) S 534605 534608 531101 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534649] ppid=534605 vsize=6985176 memory=2700 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534649/stat : 534649 (fscip) S 534605 534608 531101 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534650] ppid=534605 vsize=6985176 memory=4513 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534650/stat : 534650 (fscip) S 534605 534608 531101 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 89497598 7152820224 1541405 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
Current children cumulated CPU time: 70963.4 s
Current children cumulated vsize: 6985176 KiB
Current children cumulated memory: 6165620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.6 s]
/proc/loadavg: 72.73 78.70 80.00 62/981 536785
/proc/meminfo: memFree=708419800/790760800 swapFree=131071996/131071996
[pid=534608] ppid=534605 vsize=7053348 memory=6229852 CPUtime=72000.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/stat : 534608 (fscip) S 534605 534608 531101 0 -1 1077936128 28103535 0 0 0 7189283 10772 0 0 20 0 41 0 89497477 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 17 59 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
/proc/534608/statm: 1763337 1557463 3318 3035 0 1654716 0
[pid=534608/tid=534611] ppid=534605 vsize=7053348 memory=26980 CPUtime=3603.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534611/stat : 534611 (fscip) R 534605 534608 531101 0 -1 4194368 1494207 0 0 0 359964 341 0 0 20 0 41 0 89497582 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534612] ppid=534605 vsize=7053348 memory=3664 CPUtime=3600.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534612/stat : 534612 (fscip) R 534605 534608 531101 0 -1 4194368 1403509 0 0 0 359759 309 0 0 20 0 41 0 89497582 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534613] ppid=534605 vsize=7053348 memory=40296 CPUtime=3600.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534613/stat : 534613 (fscip) R 534605 534608 531101 0 -1 4194368 938596 0 0 0 358863 1171 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534614] ppid=534605 vsize=7053348 memory=8148 CPUtime=3599.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534614/stat : 534614 (fscip) R 534605 534608 531101 0 -1 4194368 1593818 0 0 0 359669 311 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534615] ppid=534605 vsize=7053348 memory=7968 CPUtime=3597.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534615/stat : 534615 (fscip) R 534605 534608 531101 0 -1 4194368 1561199 0 0 0 359455 318 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534616] ppid=534605 vsize=7053348 memory=18960 CPUtime=3598.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534616/stat : 534616 (fscip) R 534605 534608 531101 0 -1 4194368 1168077 0 0 0 358857 986 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534617] ppid=534605 vsize=7053348 memory=20676 CPUtime=3597.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534617/stat : 534617 (fscip) R 534605 534608 531101 0 -1 4194368 1694688 0 0 0 359393 372 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534618] ppid=534605 vsize=7053348 memory=5612 CPUtime=3598.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534618/stat : 534618 (fscip) R 534605 534608 531101 0 -1 4194368 1632635 0 0 0 359491 356 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534619] ppid=534605 vsize=7053348 memory=11596 CPUtime=3601.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534619/stat : 534619 (fscip) R 534605 534608 531101 0 -1 4194368 1228918 0 0 0 359167 999 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534620] ppid=534605 vsize=7053348 memory=13840 CPUtime=3601.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534620/stat : 534620 (fscip) R 534605 534608 531101 0 -1 4194368 1460914 0 0 0 359815 330 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534621] ppid=534605 vsize=7053348 memory=13132 CPUtime=3603.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534621/stat : 534621 (fscip) R 534605 534608 531101 0 -1 4194368 1565145 0 0 0 360036 273 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534622] ppid=534605 vsize=7053348 memory=-7595718147998060640 CPUtime=3597.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534622/stat : 534622 (fscip) R 534605 534608 531101 0 -1 4194368 1279230 0 0 0 358817 932 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534623] ppid=534605 vsize=7053348 memory=-7595718148651707234 CPUtime=3602.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534623/stat : 534623 (fscip) R 534605 534608 531101 0 -1 4194368 1367405 0 0 0 359913 289 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534624] ppid=534605 vsize=7053348 memory=-6352952168780346218 CPUtime=3597.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534624/stat : 534624 (fscip) R 534605 534608 531101 0 -1 4194368 1548743 0 0 0 359402 315 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534625] ppid=534605 vsize=7053348 memory=6944656592455350634 CPUtime=3599.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534625/stat : 534625 (fscip) R 534605 534608 531101 0 -1 4194368 1038000 0 0 0 358979 923 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534626] ppid=534605 vsize=7053348 memory=4448 CPUtime=3592.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534626/stat : 534626 (fscip) R 534605 534608 531101 0 -1 4194368 1545751 0 0 0 358918 375 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534627] ppid=534605 vsize=7053348 memory=348876 CPUtime=3601.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534627/stat : 534627 (fscip) R 534605 534608 531101 0 -1 4194368 1569910 0 0 0 359869 319 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534628] ppid=534605 vsize=7053348 memory=-8743285018125181628 CPUtime=3600.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534628/stat : 534628 (fscip) R 534605 534608 531101 0 -1 4194368 1067474 0 0 0 358918 1168 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534629] ppid=534605 vsize=7053348 memory=5178692 CPUtime=3603.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534629/stat : 534629 (fscip) R 534605 534608 531101 0 -1 4194368 1440155 0 0 0 360016 292 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534630] ppid=534605 vsize=7053348 memory=6836 CPUtime=3600.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534630/stat : 534630 (fscip) R 534605 534608 531101 0 -1 4194368 1483692 0 0 0 359730 314 0 0 20 0 41 0 89497583 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534631] ppid=534605 vsize=7053348 memory=7044 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534631/stat : 534631 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 1 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534632] ppid=534605 vsize=7053348 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534632/stat : 534632 (fscip) S 534605 534608 531101 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534633] ppid=534605 vsize=7053348 memory=29864 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534633/stat : 534633 (fscip) S 534605 534608 531101 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534634] ppid=534605 vsize=7053348 memory=10824 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534634/stat : 534634 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 0 2 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534635] ppid=534605 vsize=7053348 memory=5556 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534635/stat : 534635 (fscip) S 534605 534608 531101 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534636] ppid=534605 vsize=7053348 memory=16088 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534636/stat : 534636 (fscip) S 534605 534608 531101 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534637] ppid=534605 vsize=7053348 memory=2212 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534637/stat : 534637 (fscip) S 534605 534608 531101 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534638] ppid=534605 vsize=7053348 memory=3689768912624340912 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534638/stat : 534638 (fscip) S 534605 534608 531101 0 -1 1077936192 60 0 0 0 3 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534639] ppid=534605 vsize=7053348 memory=2319528900429043296 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534639/stat : 534639 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534640] ppid=534605 vsize=7053348 memory=3467964329142478816 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534640/stat : 534640 (fscip) S 534605 534608 531101 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534641] ppid=534605 vsize=7053348 memory=2319810379699707654 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534641/stat : 534641 (fscip) S 534605 534608 531101 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534642] ppid=534605 vsize=7053348 memory=3905383125970850835 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534642/stat : 534642 (fscip) S 534605 534608 531101 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534643] ppid=534605 vsize=7053348 memory=4049779775820012016 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534643/stat : 534643 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534644] ppid=534605 vsize=7053348 memory=3762952402543448688 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534644/stat : 534644 (fscip) S 534605 534608 531101 0 -1 1077936192 121 0 0 0 0 3 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534645] ppid=534605 vsize=7053348 memory=3689776579476066838 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534645/stat : 534645 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 0 2 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534646] ppid=534605 vsize=7053348 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534646/stat : 534646 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534647] ppid=534605 vsize=7053348 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534647/stat : 534647 (fscip) S 534605 534608 531101 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534648] ppid=534605 vsize=7053348 memory=14495139824921360 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534648/stat : 534648 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534649] ppid=534605 vsize=7053348 memory=6011007211407036497 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534649/stat : 534649 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 0 2 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
[pid=534608/tid=534650] ppid=534605 vsize=7053348 memory=6644 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/534608/task/534650/stat : 534650 (fscip) S 534605 534608 531101 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 89497598 7222628352 1557463 809668444160 4194304 16622877 140728488251856 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 31158272 140728488256489 140728488256605 140728488256605 140728488263631 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 7053348 KiB
Current children cumulated memory: 6229852 KiB

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

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

# cumulated CPU time of all completed processes:  user=71893.1 s, system=107.85 s

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

[startup+3634.71 s]*
/proc/loadavg: 72.73 78.70 80.00 44/942 536785
/proc/meminfo: memFree=714001896/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.74
CPU time (s): 72000.9
CPU user time (s): 71893.1
CPU system time (s): 107.85
CPU usage (%): 1980.91
Max. virtual memory (cumulated for all children) (KiB): 7053348
Max. memory (cumulated for all children) (KiB): 6229852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71893.1
system time used= 107.85
maximum resident set size= 6229852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28103549
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= 474509
involuntary context switches= 430480


# summary of solver processes directly reported to runsolver:
#   pid: 534608
#   total CPU time (s): 72000.9
#   total CPU user time (s): 71893.1
#   total CPU system time (s): 107.85

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.276 second user time and 83.9415 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-09 20:46:21
IDJOB=4467446
IDBENCH=148772
IDSOLVER=3097
FILE ID=nodeD104/4467446-1723229181
RUNJOBID= nodeD104-1723225521-531114
SLURM_JOB_ID= 8266905
Free space on /tmp= 8587900 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx63.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-4467446-1723229181/watcher-4467446-1723229181 -o /tmp/evaluation-result-4467446-1723229181/solver-4467446-1723229181 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723225521-531114 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467446-1723229181.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=1995290885

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3201.528
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		: 3042.668
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		: 2915.651
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		: 2979.441
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		: 3414.418
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		: 3051.727
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		: 2890.416
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		: 2975.609
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		: 3253.537
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		: 3075.735
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		: 2917.719
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		: 2979.424
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		: 3368.560
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		: 3084.289
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		: 2928.043
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		: 2977.112
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		: 3518.777
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		: 3079.012
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		: 2891.390
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		: 2979.414
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		: 2878.209
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		: 3058.399
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		: 2896.513
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		: 2979.397
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		: 2638.264
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		: 3084.704
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		: 2927.914
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		: 2978.093
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		: 2634.839
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		: 3028.807
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		: 2887.861
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		: 2978.271
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		: 2554.715
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		: 3070.091
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		: 2888.887
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		: 2978.059
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		: 2626.470
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		: 3084.427
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		: 2927.980
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		: 2973.545
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		: 2515.230
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		: 3067.593
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		: 2928.016
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		: 2976.658
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		: 2625.190
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		: 3027.738
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		: 2871.802
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		: 2979.289
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		: 2636.351
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		: 3084.810
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		: 2890.522
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		: 2976.584
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		: 2634.781
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		: 3084.907
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		: 2906.646
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		: 2974.116
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		: 2665.208
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		: 3084.886
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		: 2886.906
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		: 2977.935
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		: 2640.845
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		: 3053.688
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		: 2892.391
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		: 2978.092
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		: 2666.004
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		: 3053.532
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		: 2921.505
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		: 2979.198
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		: 2658.128
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		: 3062.440
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		: 2927.406
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		: 2979.182
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		: 2405.548
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:        717914800 kB
MemAvailable:   775620108 kB
Buffers:          960172 kB
Cached:         59531720 kB
SwapCached:            0 kB
Active:          2411772 kB
Inactive:       66162264 kB
Active(anon):       2220 kB
Inactive(anon):  8110644 kB
Active(file):    2409552 kB
Inactive(file): 58051620 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            115996 kB
Writeback:            64 kB
AnonPages:       8083664 kB
Mapped:           133672 kB
Shmem:             30728 kB
KReclaimable:    1327704 kB
Slab:            1855020 kB
SReclaimable:    1327704 kB
SUnreclaim:       527316 kB
KernelStack:       16976 kB
PageTables:        26668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1956188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           807936 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 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:      999424 kB
DirectMap2M:    145250304 kB
DirectMap1G:    659554304 kB

Free space on /tmp at the end= 8587864 MiB
End job on nodeD104 at 2024-08-09 21:46:56