Trace number 4468058

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) 72001.1 3645.45

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
unit/normalized-evencolouring_opt_unit_random6regular_nvert_751.opb
MD5SUM21ed527d50cb70bf3fbdba517cab1d1c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark70.6884
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3004
Total number of constraints751
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)751
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 751
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 751
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 751
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.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 30347264, getVmSize() = 30347264, SCIPgetMemUsed() = 7618661, SCIPgetMemTotal() = 8605877, SCIPgetMemExternEstim() = 3256232
0.00/0.01	c ** set memory limit for presolving in LC to 8.796e+12 for SCIP **
1.49/1.50	c ** Estimated virtualMemUsedAtSolver = 20570372, getVmSize() = 41021440, SCIPgetMemUsed() = 8980812, SCIPgetMemTotal() = 17615532, SCIPgetMemExternEstim() = 3256232
1.49/1.50	c ** set memory limit for solvers to 4.18855e+11 for each SCIP **
1.49/1.50	c Original Problem   :
1.49/1.50	c   Problem name     : instance-4468058-1723268575
1.49/1.50	c   Variables        : 3004 (3004 binary, 0 integer, 0 implicit integer, 0 continuous)
1.49/1.50	c   Constraints      : 751
1.49/1.50	c   Objective sense  : minimize
1.49/1.50	c Presolved Problem  :
1.49/1.50	c   Variables        : 3004 (3004 binary, 0 integer, 0 implicit integer, 0 continuous)
1.49/1.50	c   Constraints      : 751
1.49/1.50	c Constraints        : Number
1.49/1.50	c   linear           : 751 
1.49/1.50	c ** Instance transfer method used: 0
1.49/1.51	c ** ParaScipInstance copy does not increase the number of variables. **
1.59/1.60	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.59/1.60	c                                Nodes    Active                                            
1.59/1.60	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.59/1.67	c *       2              0           1        20         143.0000                -          -
6.82/2.02	c *       2              0           1        20           1.0000                -          -
66.41/5.03	c         5             35          33        20           1.0000           0.0000          -
167.96/10.04	c        10            667         665        20           1.0000           0.0000          -
266.96/15.10	c        15            744         742        20           1.0000           0.0000          -
365.96/20.11	c        20           2683        1633        20           1.0000           0.0000          -
467.04/25.16	c        25           5154        4104        20           1.0000           0.0000          -
567.40/30.21	c        30           6915        5848        20           1.0000           0.0000          -
666.45/35.24	c        35           5123        4072        20           1.0000           0.0000          -
765.51/40.25	c        40          10579        9480        20           1.0000           0.0000          -
866.60/45.30	c        45           7797        6746        20           1.0000           0.0000          -
969.66/50.53	c        51          10916        9865        20           1.0000           0.0000          -
1068.78/55.54	c        56          12706       11637        20           1.0000           0.0000          -
1167.90/60.55	c        61          17707       16640        20           1.0000           0.0000          -
1267.03/65.58	c        66          19639       18572        20           1.0000           0.0000          -
1368.09/70.63	c        71          20585       19533        20           1.0000           0.0000          -
1467.20/75.68	c        76          22512       21460        20           1.0000           0.0000          -
1568.26/80.73	c        81          24435       23383        20           1.0000           0.0000          -
1667.16/85.76	c        86          26113       25061        20           1.0000           0.0000          -
1767.91/90.81	c        91          29016       27891        20           1.0000           0.0000          -
1866.73/95.84	c        96          29954       28902        20           1.0000           0.0000          -
1967.74/100.92	c       101          32966       31691        20           1.0000           0.0000          -
2066.86/105.95	c       106          33939       32887        20           1.0000           0.0000          -
2168.54/111.05	c       111          36920       35620        20           1.0000           0.0000          -
2267.75/116.10	c       116          38853       37553        20           1.0000           0.0000          -
2369.01/121.15	c       121          32053       31002        20           1.0000           0.0000          -
2469.16/126.26	c       126          42737       41437        20           1.0000           0.0000          -
2568.31/131.29	c       131          44773       43473        20           1.0000           0.0000          -
2671.30/136.44	c       136          46848       45548        20           1.0000           0.0000          -
2772.31/141.52	c       142          47890       46743        20           1.0000           0.0000          -
2871.21/146.54	c       147          50048       48901        20           1.0000           0.0000          -
2972.06/151.61	c       152          51887       50740        20           1.0000           0.0000          -
3070.77/156.65	c       157          53772       52625        20           1.0000           0.0000          -
3169.55/161.68	c       162          55699       54552        20           1.0000           0.0000          -
3270.18/166.72	c       167          58660       57317        20           1.0000           0.0000          -
3370.98/171.80	c       172          60662       59319        20           1.0000           0.0000          -
3469.81/176.89	c       177          51873       50822        20           1.0000           0.0000          -
3570.66/181.94	c       182          63295       62243        20           1.0000           0.0000          -
3669.32/186.95	c       187          65525       64473        20           1.0000           0.0000          -
3768.28/192.02	c       192          67295       66243        20           1.0000           0.0000          -
3869.83/197.09	c       197          69506       68454        20           1.0000           0.0000          -
3970.81/202.14	c       202          71509       70354        20           1.0000           0.0000          -
4069.67/207.16	c       207          73481       72326        20           1.0000           0.0000          -
4169.92/212.24	c       212          75324       74272        20           1.0000           0.0000          -
4268.63/217.29	c       217          77333       76281        20           1.0000           0.0000          -
4369.37/222.34	c       222          79406       78354        20           1.0000           0.0000          -
4468.22/227.39	c       227          81417       80365        20           1.0000           0.0000          -
4569.05/232.42	c       232          83374       82322        20           1.0000           0.0000          -
4667.95/237.43	c       237          85281       84229        20           1.0000           0.0000          -
4766.87/242.48	c       242          87416       86364        20           1.0000           0.0000          -
4867.71/247.53	c       248          91092       89592        20           1.0000           0.0000          -
4966.29/252.58	c       253          93154       91654        20           1.0000           0.0000          -
5066.77/257.67	c       258          92627       91283        20           1.0000           0.0000          -
5165.35/262.69	c       263          94479       93135        20           1.0000           0.0000          -
5266.00/267.74	c       268          96380       95036        20           1.0000           0.0000          -
5366.56/272.84	c       273          98312       96968        20           1.0000           0.0000          -
5465.39/277.89	c       278         100303       98959        20           1.0000           0.0000          -
5566.23/282.94	c       283         102215      100871        20           1.0000           0.0000          -
5665.00/287.99	c       288         104234      102849        20           1.0000           0.0000          -
5763.64/293.02	c       293         105924      104510        20           1.0000           0.0000          -
5862.42/298.04	c       298         109071      108019        20           1.0000           0.0000          -
5963.95/303.06	c       303         109889      108475        20           1.0000           0.0000          -
6062.68/308.11	c       308         113284      112232        20           1.0000           0.0000          -
6163.18/313.16	c       313          99801       98750        20           1.0000           0.0000          -
6263.27/318.21	c       318         119108      117460        20           1.0000           0.0000          -
6362.02/323.29	c       323         103382      102331        20           1.0000           0.0000          -
6462.75/328.39	c       328         102352      101175        20           1.0000           0.0000          -
6563.56/333.44	c       333         106901      105850        20           1.0000           0.0000          -
6662.45/338.49	c       338         106249      105068        20           1.0000           0.0000          -
6763.39/343.54	c       344         110673      109622        20           1.0000           0.0000          -
6862.25/348.59	c       349         129083      128031        20           1.0000           0.0000          -
6962.81/353.64	c       354         131215      130163        20           1.0000           0.0000          -
7061.62/358.67	c       359         133128      132076        20           1.0000           0.0000          -
7162.24/363.71	c       364         114584      113391        20           1.0000           0.0000          -
7260.90/368.76	c       369         135092      133589        20           1.0000           0.0000          -
7361.78/373.81	c       374         137164      135659        20           1.0000           0.0000          -
7460.52/378.89	c       379         139099      137586        20           1.0000           0.0000          -
7561.33/383.94	c       384         140691      139167        20           1.0000           0.0000          -
7660.12/388.99	c       389         143018      141494        20           1.0000           0.0000          -
7758.88/394.01	c       394         124620      123381        20           1.0000           0.0000          -
7860.09/399.10	c       399         130153      129102        20           1.0000           0.0000          -
7960.92/404.15	c       404         132057      131006        20           1.0000           0.0000          -
8059.00/409.18	c       409         133803      132752        20           1.0000           0.0000          -
8159.18/414.23	c       414         135722      134671        20           1.0000           0.0000          -
8258.13/419.29	c       419         137253      136202        20           1.0000           0.0000          -
8358.99/424.34	c       424         139239      138188        20           1.0000           0.0000          -
8457.62/429.39	c       429         161028      159976        20           1.0000           0.0000          -
8558.34/434.44	c       434         165361      163533        20           1.0000           0.0000          -
8657.25/439.46	c       439         167353      165525        20           1.0000           0.0000          -
8756.15/444.47	c       444         164287      162703        20           1.0000           0.0000          -
8856.94/449.52	c       450         166240      164656        20           1.0000           0.0000          -
8957.63/454.62	c       455         145419      144128        20           1.0000           0.0000          -
9056.39/459.65	c       460         147336      146045        20           1.0000           0.0000          -
9156.93/464.72	c       465         177596      175768        20           1.0000           0.0000          -
9255.80/469.73	c       470         179691      177863        20           1.0000           0.0000          -
9356.63/474.82	c       475         156846      155795        20           1.0000           0.0000          -
9455.53/479.88	c       480         158640      157589        20           1.0000           0.0000          -
9556.41/484.90	c       485         160372      159321        20           1.0000           0.0000          -
9655.35/489.97	c       490         187923      186095        20           1.0000           0.0000          -
9754.10/495.03	c       495         183760      182140        20           1.0000           0.0000          -
9855.85/500.09	c       500         192053      190225        20           1.0000           0.0000          -
9954.49/505.12	c       505         194343      192515        20           1.0000           0.0000          -
10055.33/510.19	c       510         192939      191887        20           1.0000           0.0000          -
10155.43/515.23	c       515         194927      193875        20           1.0000           0.0000          -
10254.16/520.28	c       520         200395      198567        20           1.0000           0.0000          -
10354.97/525.33	c       525         198665      197613        20           1.0000           0.0000          -
10453.64/530.38	c       530         176287      175236        20           1.0000           0.0000          -
10554.07/535.43	c       535         199336      197662        20           1.0000           0.0000          -
10652.97/540.44	c       540         201477      199803        20           1.0000           0.0000          -
10753.79/545.53	c       546         176694      175393        20           1.0000           0.0000          -
10852.45/550.58	c       551         205367      203646        20           1.0000           0.0000          -
10953.12/555.63	c       556         180240      178939        20           1.0000           0.0000          -
11052.01/560.68	c       561         182024      180723        20           1.0000           0.0000          -
11152.64/565.71	c       566         210904      209138        20           1.0000           0.0000          -
11251.13/570.78	c       571         216306      215252        20           1.0000           0.0000          -
11351.90/575.83	c       576         214918      213134        20           1.0000           0.0000          -
11450.44/580.88	c       581         216806      215022        20           1.0000           0.0000          -
11551.15/585.93	c       586         190875      189574        20           1.0000           0.0000          -
11650.07/590.98	c       591         229435      227579        20           1.0000           0.0000          -
11748.83/596.01	c       596         231268      229412        20           1.0000           0.0000          -
11850.31/601.05	c       601         228422      227368        20           1.0000           0.0000          -
11949.03/606.10	c       606         230385      229331        20           1.0000           0.0000          -
12050.04/611.15	c       611         204817      203766        20           1.0000           0.0000          -
12149.77/616.20	c       616         206654      205603        20           1.0000           0.0000          -
12248.45/621.28	c       621         208497      207446        20           1.0000           0.0000          -
12349.12/626.33	c       626         210315      209264        20           1.0000           0.0000          -
12447.96/631.37	c       631         245941      244085        20           1.0000           0.0000          -
12548.72/636.41	c       636         238208      236370        20           1.0000           0.0000          -
12647.62/641.47	c       641         240161      238323        20           1.0000           0.0000          -
12748.54/646.51	c       647         216922      215871        20           1.0000           0.0000          -
12847.41/651.56	c       652         213348      212044        20           1.0000           0.0000          -
12946.35/656.59	c       657         220675      219624        20           1.0000           0.0000          -
13047.05/661.68	c       662         222455      221404        20           1.0000           0.0000          -
13147.81/666.73	c       667         224320      223269        20           1.0000           0.0000          -
13246.59/671.76	c       672         226242      225191        20           1.0000           0.0000          -
13347.42/676.83	c       677         222028      220722        20           1.0000           0.0000          -
13446.36/681.88	c       682         223812      222504        20           1.0000           0.0000          -
13547.04/686.92	c       687         268415      266559        20           1.0000           0.0000          -
13645.80/691.97	c       692         233186      232135        20           1.0000           0.0000          -
13744.45/697.03	c       697         235044      233993        20           1.0000           0.0000          -
13845.79/702.08	c       702         236922      235871        20           1.0000           0.0000          -
13944.95/707.13	c       707         238730      237679        20           1.0000           0.0000          -
14045.39/712.14	c       712         240371      239320        20           1.0000           0.0000          -
14145.83/717.23	c       717         268837      266885        20           1.0000           0.0000          -
14244.78/722.24	c       722         282297      280385        20           1.0000           0.0000          -
14343.58/727.29	c       727         239386      238074        20           1.0000           0.0000          -
14444.07/732.38	c       732         241207      239895        20           1.0000           0.0000          -
14544.66/737.43	c       737         276381      274429        20           1.0000           0.0000          -
14643.28/742.48	c       742         290415      288495        20           1.0000           0.0000          -
14743.98/747.53	c       748         246121      244797        20           1.0000           0.0000          -
14842.34/752.58	c       753         247812      246482        20           1.0000           0.0000          -
14942.81/757.63	c       758         249794      248464        20           1.0000           0.0000          -
15041.64/762.68	c       763         251217      249887        20           1.0000           0.0000          -
15140.23/767.69	c       768         252982      251652        20           1.0000           0.0000          -
15240.92/772.78	c       773         290175      288223        20           1.0000           0.0000          -
15341.53/777.81	c       778         299262      298208        20           1.0000           0.0000          -
15440.32/782.82	c       783         301454      300400        20           1.0000           0.0000          -
15538.77/787.87	c       788         303174      302120        20           1.0000           0.0000          -
15639.54/792.91	c       793         305357      304303        20           1.0000           0.0000          -
15737.88/797.94	c       798         307381      306327        20           1.0000           0.0000          -
15836.71/803.00	c       803         314750      312804        20           1.0000           0.0000          -
15938.33/808.05	c       808         274169      273118        20           1.0000           0.0000          -
16037.22/813.10	c       813         275912      274861        20           1.0000           0.0000          -
16137.89/818.15	c       818         277910      276859        20           1.0000           0.0000          -
16237.71/823.23	c       823         310205      308165        20           1.0000           0.0000          -
16336.62/828.26	c       828         312235      310195        20           1.0000           0.0000          -
16435.37/833.29	c       833         327186      325240        20           1.0000           0.0000          -
16536.06/838.36	c       838         284802      283751        20           1.0000           0.0000          -
16636.98/843.45	c       843         279084      277731        20           1.0000           0.0000          -
16737.74/848.50	c       849         288450      287399        20           1.0000           0.0000          -
16836.43/853.55	c       854         290385      289334        20           1.0000           0.0000          -
16937.06/858.60	c       859         331912      330858        20           1.0000           0.0000          -
17035.61/863.65	c       864         333968      332914        20           1.0000           0.0000          -
17136.09/868.70	c       869         336054      335000        20           1.0000           0.0000          -
17234.91/873.75	c       874         289447      288094        20           1.0000           0.0000          -
17333.83/878.76	c       879         299060      298009        20           1.0000           0.0000          -
17434.69/883.81	c       884         334459      332390        20           1.0000           0.0000          -
17533.60/888.86	c       889         336474      334405        20           1.0000           0.0000          -
17634.51/893.92	c       894         338457      336388        20           1.0000           0.0000          -
17733.38/898.97	c       899         353822      351840        20           1.0000           0.0000          -
17832.30/904.02	c       904         342464      340395        20           1.0000           0.0000          -
17933.71/909.12	c       909         301716      300363        20           1.0000           0.0000          -
18034.82/914.18	c       914         359443      357461        20           1.0000           0.0000          -
18134.36/919.23	c       919         313528      312477        20           1.0000           0.0000          -
18233.27/924.29	c       924         315193      314142        20           1.0000           0.0000          -
18334.04/929.30	c       929         317067      316016        20           1.0000           0.0000          -
18432.90/934.39	c       934         318984      317933        20           1.0000           0.0000          -
18533.61/939.44	c       939         320735      319684        20           1.0000           0.0000          -
18632.58/944.46	c       944         358341      356215        20           1.0000           0.0000          -
18733.15/949.53	c       950         368318      367264        20           1.0000           0.0000          -
18831.77/954.58	c       955         362125      359999        20           1.0000           0.0000          -
18932.53/959.64	c       960         378267      376285        20           1.0000           0.0000          -
19031.47/964.69	c       965         380420      378438        20           1.0000           0.0000          -
19132.24/969.74	c       970         382664      380682        20           1.0000           0.0000          -
19231.15/974.79	c       975         384540      382558        20           1.0000           0.0000          -
19332.00/979.84	c       980         380312      379258        20           1.0000           0.0000          -
19430.86/984.86	c       985         373651      371484        20           1.0000           0.0000          -
19531.78/989.92	c       990         338393      337342        20           1.0000           0.0000          -
19630.49/994.97	c       995         386354      385300        20           1.0000           0.0000          -
19729.26/1000.00	c      1000         332709      331340        20           1.0000           0.0000          -
19830.65/1005.09	c      1005         381614      379404        20           1.0000           0.0000          -
19931.33/1010.14	c      1010         392297      391243        20           1.0000           0.0000          -
20030.05/1015.19	c      1015         394320      393266        20           1.0000           0.0000          -
20130.24/1020.23	c      1020         348899      347848        20           1.0000           0.0000          -
20228.91/1025.29	c      1025         350792      349741        20           1.0000           0.0000          -
20329.70/1030.34	c      1030         352762      351711        20           1.0000           0.0000          -
20428.33/1035.39	c      1035         354482      353431        20           1.0000           0.0000          -
20529.07/1040.44	c      1040         356249      355198        20           1.0000           0.0000          -
20627.85/1045.48	c      1045         347897      346512        20           1.0000           0.0000          -
20728.62/1050.53	c      1051         399574      397328        20           1.0000           0.0000          -
20827.51/1055.58	c      1056         401592      399346        20           1.0000           0.0000          -
20928.32/1060.64	c      1061         419809      417827        20           1.0000           0.0000          -
21027.11/1065.69	c      1066         421882      419874        20           1.0000           0.0000          -
21127.96/1070.74	c      1071         424093      422077        20           1.0000           0.0000          -
21226.62/1075.78	c      1076         368635      367584        20           1.0000           0.0000          -
21327.22/1080.84	c      1081         370525      369474        20           1.0000           0.0000          -
21425.86/1085.89	c      1086         372333      371282        20           1.0000           0.0000          -
21526.86/1090.94	c      1091         374020      372969        20           1.0000           0.0000          -
21625.19/1095.99	c      1096         375905      374854        20           1.0000           0.0000          -
21724.05/1101.01	c      1101         377594      376543        20           1.0000           0.0000          -
21825.36/1106.09	c      1106         420983      418725        20           1.0000           0.0000          -
21925.96/1111.14	c      1111         423095      420837        20           1.0000           0.0000          -
22024.84/1116.16	c      1116         434538      433484        20           1.0000           0.0000          -
22125.03/1121.22	c      1121         436582      435528        20           1.0000           0.0000          -
22223.88/1126.27	c      1126         447042      444977        20           1.0000           0.0000          -
22324.72/1131.32	c      1131         449047      446982        20           1.0000           0.0000          -
22423.37/1136.39	c      1136         432611      430311        20           1.0000           0.0000          -
22524.04/1141.44	c      1141         391588      390537        20           1.0000           0.0000          -
22622.92/1146.49	c      1146         436449      434149        20           1.0000           0.0000          -
22723.82/1151.51	c      1152         395109      394058        20           1.0000           0.0000          -
22822.74/1156.56	c      1157         397101      396050        20           1.0000           0.0000          -
22921.67/1161.58	c      1162         398798      397747        20           1.0000           0.0000          -
23022.59/1166.69	c      1167         400549      399498        20           1.0000           0.0000          -
23123.52/1171.74	c      1172         392014      390625        20           1.0000           0.0000          -
23222.39/1176.75	c      1177         458509      457455        20           1.0000           0.0000          -
23323.31/1181.81	c      1182         395471      394082        20           1.0000           0.0000          -
23422.11/1186.87	c      1187         397281      395892        20           1.0000           0.0000          -
23523.03/1191.92	c      1192         409322      408271        20           1.0000           0.0000          -
23621.96/1196.97	c      1197         456431      454115        20           1.0000           0.0000          -
23723.47/1202.04	c      1202         458509      456193        20           1.0000           0.0000          -
23822.09/1207.09	c      1207         460673      458357        20           1.0000           0.0000          -
23923.16/1212.14	c      1212         462536      460218        20           1.0000           0.0000          -
24021.88/1217.19	c      1217         407812      406411        20           1.0000           0.0000          -
24122.36/1222.24	c      1222         486275      484210        20           1.0000           0.0000          -
24220.76/1227.29	c      1227         411693      410292        20           1.0000           0.0000          -
24321.47/1232.34	c      1232         490372      488307        20           1.0000           0.0000          -
24420.21/1237.39	c      1237         482069      481015        20           1.0000           0.0000          -
24521.08/1242.44	c      1242         484093      483039        20           1.0000           0.0000          -
24619.98/1247.49	c      1248         418347      416946        20           1.0000           0.0000          -
24720.78/1252.52	c      1253         488089      487035        20           1.0000           0.0000          -
24819.69/1257.56	c      1258         500313      498248        20           1.0000           0.0000          -
24920.50/1262.64	c      1263         502217      500152        20           1.0000           0.0000          -
25019.45/1267.69	c      1268         493997      492935        20           1.0000           0.0000          -
25120.33/1272.74	c      1273         485723      483359        20           1.0000           0.0000          -
25219.10/1277.79	c      1278         487885      485521        20           1.0000           0.0000          -
25319.96/1282.84	c      1283         441224      440171        20           1.0000           0.0000          -
25418.83/1287.88	c      1288         492059      489695        20           1.0000           0.0000          -
25519.70/1292.92	c      1293         433778      432351        20           1.0000           0.0000          -
25618.56/1297.99	c      1298         516482      514417        20           1.0000           0.0000          -
25719.91/1303.03	c      1303         448229      447176        20           1.0000           0.0000          -
25819.22/1308.08	c      1308         450002      448949        20           1.0000           0.0000          -
25917.92/1313.10	c      1313         451647      450594        20           1.0000           0.0000          -
26018.91/1318.15	c      1318         453560      452507        20           1.0000           0.0000          -
26118.94/1323.21	c      1323         505204      502738        20           1.0000           0.0000          -
26217.69/1328.29	c      1328         518104      517042        20           1.0000           0.0000          -
26318.64/1333.34	c      1333         519936      518874        20           1.0000           0.0000          -
26417.26/1338.39	c      1338         449200      447773        20           1.0000           0.0000          -
26518.14/1343.42	c      1343         451085      449658        20           1.0000           0.0000          -
26616.86/1348.43	c      1348         514931      512465        20           1.0000           0.0000          -
26715.79/1353.46	c      1353         517056      514586        20           1.0000           0.0000          -
26814.73/1358.49	c      1358         529663      528601        20           1.0000           0.0000          -
26915.65/1363.56	c      1364         531952      530890        20           1.0000           0.0000          -
27016.55/1368.60	c      1369         533761      532699        20           1.0000           0.0000          -
27115.29/1373.62	c      1374         525074      522600        20           1.0000           0.0000          -
27214.11/1378.64	c      1379         474077      473024        20           1.0000           0.0000          -
27317.01/1383.84	c      1384         528862      526388        20           1.0000           0.0000          -
27415.84/1388.89	c      1389         530950      528446        20           1.0000           0.0000          -
27516.73/1393.94	c      1394         479305      478252        20           1.0000           0.0000          -
27615.51/1398.99	c      1399         470272      468812        20           1.0000           0.0000          -
27716.98/1404.04	c      1404         560135      558062        20           1.0000           0.0000          -
27815.77/1409.09	c      1409         484659      483606        20           1.0000           0.0000          -
27916.74/1414.14	c      1414         486419      485366        20           1.0000           0.0000          -
28015.50/1419.19	c      1419         488280      487227        20           1.0000           0.0000          -
28115.48/1424.24	c      1424         490072      489019        20           1.0000           0.0000          -
28214.19/1429.28	c      1429         546500      543960        20           1.0000           0.0000          -
28314.86/1434.34	c      1434         572339      570198        20           1.0000           0.0000          -
28413.61/1439.35	c      1439         574342      572201        20           1.0000           0.0000          -
28514.45/1444.44	c      1444         576616      574475        20           1.0000           0.0000          -
28613.38/1449.49	c      1450         554772      552232        20           1.0000           0.0000          -
28713.83/1454.53	c      1455         500477      499424        20           1.0000           0.0000          -
28812.72/1459.59	c      1460         570041      568965        20           1.0000           0.0000          -
28913.52/1464.64	c      1465         571971      570895        20           1.0000           0.0000          -
29012.18/1469.68	c      1470         493776      492286        20           1.0000           0.0000          -
29112.70/1474.74	c      1475         588829      586688        20           1.0000           0.0000          -
29211.45/1479.75	c      1480         567221      564681        20           1.0000           0.0000          -
29312.02/1484.81	c      1485         499127      497637        20           1.0000           0.0000          -
29410.82/1489.85	c      1490         571197      568637        20           1.0000           0.0000          -
29511.73/1494.91	c      1495         514466      513413        20           1.0000           0.0000          -
29610.61/1499.94	c      1500         574786      572158        20           1.0000           0.0000          -
29709.44/1505.00	c      1505         518133      517080        20           1.0000           0.0000          -
29808.21/1510.03	c      1510         519985      518932        20           1.0000           0.0000          -
29909.71/1515.05	c      1515         591921      590839        20           1.0000           0.0000          -
30008.20/1520.13	c      1520         594074      592992        20           1.0000           0.0000          -
30108.85/1525.16	c      1525         584203      581575        20           1.0000           0.0000          -
30208.69/1530.21	c      1530         586166      583538        20           1.0000           0.0000          -
30307.63/1535.27	c      1535         588137      585509        20           1.0000           0.0000          -
30408.43/1540.34	c      1540         590159      587523        20           1.0000           0.0000          -
30509.29/1545.44	c      1545         531887      530834        20           1.0000           0.0000          -
30608.23/1550.49	c      1550         533762      532709        20           1.0000           0.0000          -
30708.96/1555.54	c      1556         535476      534423        20           1.0000           0.0000          -
30807.83/1560.59	c      1561         597771      595084        20           1.0000           0.0000          -
30908.63/1565.60	c      1566         599461      596770        20           1.0000           0.0000          -
31007.37/1570.65	c      1571         627673      625468        20           1.0000           0.0000          -
31105.91/1575.69	c      1576         542718      541665        20           1.0000           0.0000          -
31206.35/1580.77	c      1581         544386      543333        20           1.0000           0.0000          -
31307.22/1585.82	c      1586         545919      544866        20           1.0000           0.0000          -
31405.92/1590.89	c      1591         547786      546733        20           1.0000           0.0000          -
31506.65/1595.94	c      1596         637599      635387        20           1.0000           0.0000          -
31605.26/1600.99	c      1601         539572      538076        20           1.0000           0.0000          -
31703.97/1606.02	c      1606         641512      639244        20           1.0000           0.0000          -
31802.60/1611.03	c      1611         630057      628975        20           1.0000           0.0000          -
31904.00/1616.13	c      1616         632169      631087        20           1.0000           0.0000          -
32004.83/1621.19	c      1621         634176      633094        20           1.0000           0.0000          -
32104.82/1626.24	c      1626         622351      619612        20           1.0000           0.0000          -
32203.78/1631.29	c      1631         624673      621920        20           1.0000           0.0000          -
32304.61/1636.31	c      1636         626553      623800        20           1.0000           0.0000          -
32403.49/1641.33	c      1641         642090      640980        20           1.0000           0.0000          -
32504.34/1646.42	c      1646         643897      642787        20           1.0000           0.0000          -
32603.31/1651.49	c      1652         569170      568117        20           1.0000           0.0000          -
32704.18/1656.54	c      1657         634715      631944        20           1.0000           0.0000          -
32803.12/1661.59	c      1662         636889      634118        20           1.0000           0.0000          -
32903.93/1666.64	c      1667         638786      636015        20           1.0000           0.0000          -
33002.72/1671.67	c      1672         640711      637895        20           1.0000           0.0000          -
33101.66/1676.69	c      1677         566458      564952        20           1.0000           0.0000          -
33202.57/1681.79	c      1682         671785      669446        20           1.0000           0.0000          -
33303.32/1686.84	c      1687         673962      671623        20           1.0000           0.0000          -
33402.27/1691.89	c      1692         676000      673661        20           1.0000           0.0000          -
33502.70/1696.92	c      1697         573194      571670        20           1.0000           0.0000          -
33601.48/1701.94	c      1702         586816      585763        20           1.0000           0.0000          -
33702.61/1707.04	c      1707         668027      666917        20           1.0000           0.0000          -
33801.53/1712.09	c      1712         670152      669042        20           1.0000           0.0000          -
33902.16/1717.14	c      1717         672276      671166        20           1.0000           0.0000          -
34000.95/1722.19	c      1722         674333      673223        20           1.0000           0.0000          -
34101.10/1727.24	c      1727         583665      582141        20           1.0000           0.0000          -
34199.98/1732.29	c      1732         585692      584168        20           1.0000           0.0000          -
34300.68/1737.34	c      1737         587250      585726        20           1.0000           0.0000          -
34399.45/1742.36	c      1742         600934      599881        20           1.0000           0.0000          -
34500.26/1747.44	c      1747         590968      589444        20           1.0000           0.0000          -
34599.21/1752.47	c      1752         592826      591300        20           1.0000           0.0000          -
34700.13/1757.52	c      1758         688180      687070        20           1.0000           0.0000          -
34799.07/1762.53	c      1763         690290      689180        20           1.0000           0.0000          -
34898.00/1767.58	c      1768         692154      691044        20           1.0000           0.0000          -
34996.94/1772.59	c      1773         611460      610407        20           1.0000           0.0000          -
35097.81/1777.64	c      1778         601534      600008        20           1.0000           0.0000          -
35198.64/1782.71	c      1783         615087      614034        20           1.0000           0.0000          -
35297.57/1787.72	c      1788         616842      615789        20           1.0000           0.0000          -
35396.51/1792.77	c      1793         618491      617438        20           1.0000           0.0000          -
35497.27/1797.82	c      1798         620463      619410        20           1.0000           0.0000          -
35596.16/1802.89	c      1803         610491      608965        20           1.0000           0.0000          -
35697.09/1807.93	c      1808         612446      610920        20           1.0000           0.0000          -
35798.21/1813.07	c      1813         614230      612704        20           1.0000           0.0000          -
35896.98/1818.12	c      1818         615949      614415        20           1.0000           0.0000          -
35997.46/1823.19	c      1823         713317      712207        20           1.0000           0.0000          -
36097.76/1828.24	c      1828         730274      727869        20           1.0000           0.0000          -
36196.54/1833.29	c      1833         701216      698263        20           1.0000           0.0000          -
36297.01/1838.34	c      1838         703446      700493        20           1.0000           0.0000          -
36395.81/1843.39	c      1843         705168      702215        20           1.0000           0.0000          -
36496.74/1848.44	c      1848         707232      704279        20           1.0000           0.0000          -
36595.64/1853.49	c      1854         740210      737785        20           1.0000           0.0000          -
36696.57/1858.54	c      1859         742286      739861        20           1.0000           0.0000          -
36795.52/1863.59	c      1864         744327      741902        20           1.0000           0.0000          -
36896.44/1868.64	c      1869         746060      743635        20           1.0000           0.0000          -
36995.11/1873.65	c      1874         748176      745725        20           1.0000           0.0000          -
37095.75/1878.70	c      1879         648532      647479        20           1.0000           0.0000          -
37194.67/1883.74	c      1884         737294      736184        20           1.0000           0.0000          -
37295.60/1888.84	c      1889         723148      720167        20           1.0000           0.0000          -
37394.26/1893.89	c      1894         725134      722153        20           1.0000           0.0000          -
37495.13/1898.91	c      1899         727120      724139        20           1.0000           0.0000          -
37594.08/1903.94	c      1904         657329      656276        20           1.0000           0.0000          -
37692.87/1908.96	c      1909         659043      657990        20           1.0000           0.0000          -
37791.51/1913.98	c      1914         649486      647948        20           1.0000           0.0000          -
37890.27/1919.00	c      1919         751277      750167        20           1.0000           0.0000          -
37991.50/1924.05	c      1924         767820      765299        20           1.0000           0.0000          -
38093.71/1929.24	c      1929         769839      767318        20           1.0000           0.0000          -
38192.48/1934.29	c      1934         771649      769128        20           1.0000           0.0000          -
38293.17/1939.34	c      1939         773734      771213        20           1.0000           0.0000          -
38392.02/1944.35	c      1944         775748      773227        20           1.0000           0.0000          -
38492.34/1949.40	c      1949         763459      762349        20           1.0000           0.0000          -
38591.23/1954.43	c      1954         674908      673855        20           1.0000           0.0000          -
38692.06/1959.54	c      1960         676736      675683        20           1.0000           0.0000          -
38790.89/1964.59	c      1965         666699      665143        20           1.0000           0.0000          -
38891.62/1969.66	c      1970         771558      770448        20           1.0000           0.0000          -
38992.42/1974.71	c      1975         787699      785141        20           1.0000           0.0000          -
39091.03/1979.76	c      1980         672010      670454        20           1.0000           0.0000          -
39191.69/1984.81	c      1985         673830      672274        20           1.0000           0.0000          -
39290.62/1989.86	c      1990         675520      673964        20           1.0000           0.0000          -
39391.45/1994.91	c      1995         677276      675720        20           1.0000           0.0000          -
39490.24/1999.93	c      2000         690700      689647        20           1.0000           0.0000          -
39588.96/2005.01	c      2005         799278      796718        20           1.0000           0.0000          -
39690.44/2010.06	c      2010         682302      680746        20           1.0000           0.0000          -
39789.37/2015.11	c      2015         696060      695007        20           1.0000           0.0000          -
39890.11/2020.16	c      2020         697726      696673        20           1.0000           0.0000          -
39990.32/2025.21	c      2025         807850      805276        20           1.0000           0.0000          -
40088.97/2030.26	c      2030         809710      807128        20           1.0000           0.0000          -
40189.89/2035.31	c      2035         691256      689700        20           1.0000           0.0000          -
40288.67/2040.33	c      2040         781516      778434        20           1.0000           0.0000          -
40387.62/2045.39	c      2045         706295      705242        20           1.0000           0.0000          -
40488.48/2050.44	c      2050         708094      707041        20           1.0000           0.0000          -
40587.27/2055.48	c      2055         787411      784329        20           1.0000           0.0000          -
40688.21/2060.53	c      2061         789585      786503        20           1.0000           0.0000          -
40787.05/2065.56	c      2066         791692      788610        20           1.0000           0.0000          -
40887.59/2070.61	c      2071         793676      790594        20           1.0000           0.0000          -
40986.55/2075.62	c      2076         705421      703842        20           1.0000           0.0000          -
41085.46/2080.66	c      2081         830320      827706        20           1.0000           0.0000          -
41186.22/2085.75	c      2086         832333      829719        20           1.0000           0.0000          -
41285.05/2090.77	c      2091         834482      831868        20           1.0000           0.0000          -
41385.83/2095.89	c      2096         803386      800290        20           1.0000           0.0000          -
41486.74/2100.94	c      2101         805386      802290        20           1.0000           0.0000          -
41585.61/2105.96	c      2106         807579      804483        20           1.0000           0.0000          -
41684.56/2111.01	c      2111         717541      715958        20           1.0000           0.0000          -
41785.89/2116.10	c      2116         719175      717592        20           1.0000           0.0000          -
41886.63/2121.14	c      2121         721228      719645        20           1.0000           0.0000          -
41985.92/2126.20	c      2126         722779      721196        20           1.0000           0.0000          -
42085.78/2131.25	c      2131         724570      722987        20           1.0000           0.0000          -
42184.73/2136.26	c      2136         818597      815489        20           1.0000           0.0000          -
42285.46/2141.35	c      2141         820377      817240        20           1.0000           0.0000          -
42384.40/2146.40	c      2146         822212      819047        20           1.0000           0.0000          -
42485.13/2151.45	c      2151         843377      842265        20           1.0000           0.0000          -
42585.76/2156.50	c      2157         845560      844448        20           1.0000           0.0000          -
42684.52/2161.55	c      2162         828168      824987        20           1.0000           0.0000          -
42783.47/2166.60	c      2167         830261      827078        20           1.0000           0.0000          -
42884.25/2171.65	c      2172         832129      828946        20           1.0000           0.0000          -
42985.09/2176.70	c      2177         740249      738651        20           1.0000           0.0000          -
43083.97/2181.75	c      2182         870106      867426        20           1.0000           0.0000          -
43182.92/2186.77	c      2187         872364      869684        20           1.0000           0.0000          -
43283.62/2191.82	c      2192         859635      858523        20           1.0000           0.0000          -
43384.49/2196.90	c      2197         841262      838059        20           1.0000           0.0000          -
43483.43/2201.95	c      2202         843211      840008        20           1.0000           0.0000          -
43582.38/2207.00	c      2207         762476      761423        20           1.0000           0.0000          -
43681.33/2212.01	c      2212         764319      763266        20           1.0000           0.0000          -
43782.94/2217.10	c      2217         766045      764992        20           1.0000           0.0000          -
43883.75/2222.15	c      2222         767829      766776        20           1.0000           0.0000          -
43982.74/2227.19	c      2227         852994      849779        20           1.0000           0.0000          -
44083.00/2232.21	c      2232         875668      874556        20           1.0000           0.0000          -
44181.92/2237.24	c      2237         773023      771970        20           1.0000           0.0000          -
44280.87/2242.28	c      2242         895184      892475        20           1.0000           0.0000          -
44383.78/2247.40	c      2247         776908      775855        20           1.0000           0.0000          -
44482.74/2252.45	c      2252         778662      777609        20           1.0000           0.0000          -
44583.67/2257.50	c      2258         885546      884434        20           1.0000           0.0000          -
44682.60/2262.55	c      2263         866862      863647        20           1.0000           0.0000          -
44781.29/2267.60	c      2268         783721      782668        20           1.0000           0.0000          -
44882.17/2272.64	c      2273         785600      784547        20           1.0000           0.0000          -
44983.05/2277.70	c      2278         908924      906203        20           1.0000           0.0000          -
45081.99/2282.75	c      2283         911319      908598        20           1.0000           0.0000          -
45182.92/2287.80	c      2288         778483      776861        20           1.0000           0.0000          -
45281.88/2292.85	c      2293         780315      778693        20           1.0000           0.0000          -
45380.55/2297.86	c      2298         794549      793496        20           1.0000           0.0000          -
45481.07/2302.91	c      2303         783975      782353        20           1.0000           0.0000          -
45579.84/2307.96	c      2308         921617      918896        20           1.0000           0.0000          -
45678.66/2312.97	c      2313         885671      882394        20           1.0000           0.0000          -
45777.46/2318.01	c      2318         887574      884297        20           1.0000           0.0000          -
45878.97/2323.03	c      2323         911462      910350        20           1.0000           0.0000          -
45978.25/2328.08	c      2328         913156      912044        20           1.0000           0.0000          -
46079.01/2333.15	c      2333         806672      805619        20           1.0000           0.0000          -
46179.02/2338.20	c      2338         917161      916049        20           1.0000           0.0000          -
46277.89/2343.25	c      2343         810368      809315        20           1.0000           0.0000          -
46378.71/2348.30	c      2348         799273      797638        20           1.0000           0.0000          -
46477.64/2353.31	c      2353         800865      799230        20           1.0000           0.0000          -
46576.58/2358.32	c      2358         802557      800922        20           1.0000           0.0000          -
46677.41/2363.44	c      2363         904656      901347        20           1.0000           0.0000          -
46776.15/2368.49	c      2368         906644      903313        20           1.0000           0.0000          -
46876.92/2373.54	c      2374         908397      905066        20           1.0000           0.0000          -
46975.48/2378.59	c      2379         822451      821398        20           1.0000           0.0000          -
47076.32/2383.64	c      2384         912144      908813        20           1.0000           0.0000          -
47176.99/2388.77	c      2389         937271      936145        20           1.0000           0.0000          -
47275.82/2393.78	c      2394         955467      952726        20           1.0000           0.0000          -
47376.74/2398.90	c      2399         816495      814846        20           1.0000           0.0000          -
47477.64/2403.95	c      2404         959599      956858        20           1.0000           0.0000          -
47576.39/2408.98	c      2409         961441      958700        20           1.0000           0.0000          -
47675.27/2413.99	c      2414         923922      920591        20           1.0000           0.0000          -
47776.61/2419.10	c      2419         925866      922535        20           1.0000           0.0000          -
47877.68/2424.15	c      2424         967588      964847        20           1.0000           0.0000          -
47976.40/2429.16	c      2429         953212      952086        20           1.0000           0.0000          -
48076.61/2434.25	c      2434         841998      840945        20           1.0000           0.0000          -
48177.52/2439.30	c      2439         957328      956202        20           1.0000           0.0000          -
48276.45/2444.35	c      2444         959300      958174        20           1.0000           0.0000          -
48377.35/2449.40	c      2449         937326      933995        20           1.0000           0.0000          -
48475.96/2454.46	c      2454         939631      936300        20           1.0000           0.0000          -
48576.83/2459.50	c      2460         941393      938062        20           1.0000           0.0000          -
48675.44/2464.52	c      2465         943541      940210        20           1.0000           0.0000          -
48776.22/2469.60	c      2470         969281      968155        20           1.0000           0.0000          -
48875.17/2474.65	c      2475         971284      970156        20           1.0000           0.0000          -
48976.03/2479.70	c      2480         949396      946065        20           1.0000           0.0000          -
49074.70/2484.75	c      2485         951402      948071        20           1.0000           0.0000          -
49175.16/2489.80	c      2490         847444      845777        20           1.0000           0.0000          -
49273.70/2494.85	c      2495         849474      847807        20           1.0000           0.0000          -
49372.76/2499.90	c      2500         980948      979820        20           1.0000           0.0000          -
49473.51/2504.91	c      2505         982866      981738        20           1.0000           0.0000          -
49572.38/2509.93	c      2510         961324      957993        20           1.0000           0.0000          -
49671.22/2514.93	c      2515         962992      959661        20           1.0000           0.0000          -
49770.16/2520.04	c      2520        1005489     1002726        20           1.0000           0.0000          -
49871.87/2525.09	c      2525         967404      964073        20           1.0000           0.0000          -
49973.82/2530.20	c      2530         969434      966103        20           1.0000           0.0000          -
50072.67/2535.25	c      2535         971569      968238        20           1.0000           0.0000          -
50171.53/2540.26	c      2540         878756      877703        20           1.0000           0.0000          -
50272.13/2545.32	c      2545         867014      865347        20           1.0000           0.0000          -
50370.30/2550.36	c      2550         868636      866969        20           1.0000           0.0000          -
50469.05/2555.39	c      2555        1002806     1001678        20           1.0000           0.0000          -
50569.72/2560.42	c      2560        1021843     1019070        20           1.0000           0.0000          -
50670.46/2565.51	c      2566         873685      872018        20           1.0000           0.0000          -
50769.27/2570.55	c      2571        1025901     1023128        20           1.0000           0.0000          -
50870.21/2575.65	c      2576         877251      875584        20           1.0000           0.0000          -
50971.12/2580.70	c      2581         879055      877388        20           1.0000           0.0000          -
51070.06/2585.75	c      2586         880822      879155        20           1.0000           0.0000          -
51170.79/2590.80	c      2591        1034270     1031432        20           1.0000           0.0000          -
51269.67/2595.81	c      2596         994083      990714        20           1.0000           0.0000          -
51370.38/2600.90	c      2601         885922      884255        20           1.0000           0.0000          -
51469.28/2605.95	c      2606         901099      900046        20           1.0000           0.0000          -
51568.15/2610.96	c      2611         889429      887756        20           1.0000           0.0000          -
51666.58/2616.00	c      2616         891255      889582        20           1.0000           0.0000          -
51768.22/2621.06	c      2621        1046026     1043188        20           1.0000           0.0000          -
51868.96/2626.15	c      2626         894531      892842        20           1.0000           0.0000          -
51968.89/2631.20	c      2631         909777      908724        20           1.0000           0.0000          -
52067.80/2636.25	c      2636         911664      910611        20           1.0000           0.0000          -
52168.59/2641.30	c      2641         913445      912392        20           1.0000           0.0000          -
52267.47/2646.35	c      2646         901294      899605        20           1.0000           0.0000          -
52368.28/2651.40	c      2651        1058017     1055179        20           1.0000           0.0000          -
52467.07/2656.45	c      2656        1060115     1057277        20           1.0000           0.0000          -
52567.95/2661.50	c      2662         920241      919188        20           1.0000           0.0000          -
52666.80/2666.55	c      2667         922147      921094        20           1.0000           0.0000          -
52767.57/2671.60	c      2672         923960      922907        20           1.0000           0.0000          -
52866.28/2676.65	c      2677        1024549     1021070        20           1.0000           0.0000          -
52964.94/2681.69	c      2682        1026448     1022969        20           1.0000           0.0000          -
53065.45/2686.75	c      2687        1028478     1024999        20           1.0000           0.0000          -
53166.02/2691.80	c      2692         916682      914993        20           1.0000           0.0000          -
53264.73/2696.81	c      2697         918347      916658        20           1.0000           0.0000          -
53363.58/2701.86	c      2702         934264      933211        20           1.0000           0.0000          -
53464.43/2706.92	c      2707        1035567     1032084        20           1.0000           0.0000          -
53563.18/2712.00	c      2712        1037934     1034451        20           1.0000           0.0000          -
53664.28/2717.05	c      2717        1084432     1081531        20           1.0000           0.0000          -
53763.35/2722.10	c      2722         926735      925042        20           1.0000           0.0000          -
53864.11/2727.15	c      2727         928425      926732        20           1.0000           0.0000          -
53962.72/2732.20	c      2732         930488      928795        20           1.0000           0.0000          -
54062.99/2737.25	c      2737        1092381     1089480        20           1.0000           0.0000          -
54162.00/2742.28	c      2742        1049464     1045975        20           1.0000           0.0000          -
54260.48/2747.29	c      2747        1078197     1077069        20           1.0000           0.0000          -
54361.18/2752.35	c      2752        1080023     1078895        20           1.0000           0.0000          -
54461.85/2757.45	c      2757        1082164     1081036        20           1.0000           0.0000          -
54560.81/2762.48	c      2762         955136      954083        20           1.0000           0.0000          -
54659.74/2767.48	c      2767        1086125     1084997        20           1.0000           0.0000          -
54760.52/2772.59	c      2773        1088134     1087006        20           1.0000           0.0000          -
54861.44/2777.65	c      2778        1107994     1105093        20           1.0000           0.0000          -
54960.37/2782.69	c      2783        1110304     1107403        20           1.0000           0.0000          -
55061.14/2787.75	c      2788         963787      962734        20           1.0000           0.0000          -
55161.97/2792.80	c      2793        1068832     1065302        20           1.0000           0.0000          -
55260.54/2797.85	c      2798        1116182     1113281        20           1.0000           0.0000          -
55361.34/2802.90	c      2803        1072720     1069190        20           1.0000           0.0000          -
55460.02/2807.95	c      2808        1101689     1100561        20           1.0000           0.0000          -
55558.81/2813.00	c      2813        1122062     1119142        20           1.0000           0.0000          -
55659.97/2818.05	c      2818        1124002     1121082        20           1.0000           0.0000          -
55758.75/2823.06	c      2823        1126100     1123180        20           1.0000           0.0000          -
55859.75/2828.15	c      2828        1081813     1078270        20           1.0000           0.0000          -
55959.70/2833.20	c      2833        1083556     1079990        20           1.0000           0.0000          -
56058.52/2838.25	c      2838         967032      965320        20           1.0000           0.0000          -
56159.40/2843.30	c      2843         968985      967273        20           1.0000           0.0000          -
56258.21/2848.35	c      2848         970928      969206        20           1.0000           0.0000          -
56358.79/2853.40	c      2853         986272      985219        20           1.0000           0.0000          -
56457.17/2858.45	c      2858         988115      987062        20           1.0000           0.0000          -
56557.99/2863.50	c      2864         989826      988773        20           1.0000           0.0000          -
56656.78/2868.55	c      2869        1143574     1140614        20           1.0000           0.0000          -
56757.70/2873.60	c      2874        1145579     1142619        20           1.0000           0.0000          -
56856.63/2878.65	c      2879         981522      979800        20           1.0000           0.0000          -
56955.54/2883.66	c      2884        1102139     1098557        20           1.0000           0.0000          -
57056.42/2888.72	c      2889        1133041     1131913        20           1.0000           0.0000          -
57157.13/2893.80	c      2894         986579      984857        20           1.0000           0.0000          -
57255.90/2898.83	c      2899        1002022     1000969        20           1.0000           0.0000          -
57356.57/2903.90	c      2904        1003776     1002723        20           1.0000           0.0000          -
57455.35/2908.95	c      2909        1159698     1156738        20           1.0000           0.0000          -
57554.20/2913.96	c      2914        1007367     1006314        20           1.0000           0.0000          -
57653.06/2919.01	c      2919        1009297     1008244        20           1.0000           0.0000          -
57751.99/2924.02	c      2924         996990      995268        20           1.0000           0.0000          -
57853.60/2929.06	c      2929        1148594     1147466        20           1.0000           0.0000          -
57952.36/2934.09	c      2934        1169655     1166695        20           1.0000           0.0000          -
58053.26/2939.19	c      2939        1171815     1168855        20           1.0000           0.0000          -
58153.41/2944.24	c      2944        1017576     1016523        20           1.0000           0.0000          -
58254.18/2949.35	c      2949        1019682     1018629        20           1.0000           0.0000          -
58353.22/2954.37	c      2954        1177967     1175003        20           1.0000           0.0000          -
58453.77/2959.42	c      2959        1160254     1159100        20           1.0000           0.0000          -
58554.17/2964.50	c      2965        1162003     1160849        20           1.0000           0.0000          -
58652.75/2969.55	c      2970        1164414     1163260        20           1.0000           0.0000          -
58753.63/2974.60	c      2975        1166673     1165519        20           1.0000           0.0000          -
58852.42/2979.65	c      2980        1016115     1014393        20           1.0000           0.0000          -
58951.27/2984.70	c      2985        1170819     1169665        20           1.0000           0.0000          -
59052.20/2989.73	c      2990        1191959     1188995        20           1.0000           0.0000          -
59151.04/2994.78	c      2995        1021163     1019441        20           1.0000           0.0000          -
59249.86/2999.80	c      3000        1146370     1142625        20           1.0000           0.0000          -
59350.67/3004.84	c      3005        1178614     1177460        20           1.0000           0.0000          -
59451.39/3009.95	c      3010        1180893     1179739        20           1.0000           0.0000          -
59550.36/3015.00	c      3015        1151792     1147943        20           1.0000           0.0000          -
59651.71/3020.05	c      3020        1153556     1149707        20           1.0000           0.0000          -
59750.70/3025.10	c      3025        1045246     1044193        20           1.0000           0.0000          -
59849.31/3030.12	c      3030        1207940     1204928        20           1.0000           0.0000          -
59950.22/3035.20	c      3035        1210183     1207171        20           1.0000           0.0000          -
60050.24/3040.25	c      3040        1193782     1192628        20           1.0000           0.0000          -
60148.96/3045.26	c      3045        1195928     1194774        20           1.0000           0.0000          -
60249.90/3050.31	c      3050        1198098     1196944        20           1.0000           0.0000          -
60348.72/3055.40	c      3055        1200156     1199002        20           1.0000           0.0000          -
60449.54/3060.43	c      3060        1057384     1056331        20           1.0000           0.0000          -
60548.51/3065.44	c      3065        1059235     1058182        20           1.0000           0.0000          -
60647.46/3070.49	c      3070        1061032     1059979        20           1.0000           0.0000          -
60748.18/3075.60	c      3076        1049236     1047507        20           1.0000           0.0000          -
60848.88/3080.65	c      3081        1051113     1049384        20           1.0000           0.0000          -
60947.63/3085.70	c      3086        1230510     1227498        20           1.0000           0.0000          -
61048.39/3090.72	c      3091        1054670     1052941        20           1.0000           0.0000          -
61147.20/3095.80	c      3096        1056492     1054763        20           1.0000           0.0000          -
61247.85/3100.85	c      3101        1236319     1233307        20           1.0000           0.0000          -
61348.51/3105.90	c      3106        1238157     1235145        20           1.0000           0.0000          -
61447.33/3110.95	c      3111        1188226     1184367        20           1.0000           0.0000          -
61546.31/3115.98	c      3116        1190189     1186288        20           1.0000           0.0000          -
61647.62/3121.05	c      3121        1192335     1188428        20           1.0000           0.0000          -
61746.41/3126.10	c      3126        1194109     1190202        20           1.0000           0.0000          -
61847.06/3131.15	c      3131        1231972     1230818        20           1.0000           0.0000          -
61945.73/3136.16	c      3136        1234184     1233030        20           1.0000           0.0000          -
62045.87/3141.21	c      3141        1071721     1069992        20           1.0000           0.0000          -
62144.60/3146.24	c      3146        1254336     1251320        20           1.0000           0.0000          -
62243.32/3151.27	c      3151        1256414     1253398        20           1.0000           0.0000          -
62344.12/3156.31	c      3156        1091067     1090014        20           1.0000           0.0000          -
62443.07/3161.36	c      3161        1092607     1091554        20           1.0000           0.0000          -
62543.77/3166.41	c      3166        1262186     1259170        20           1.0000           0.0000          -
62642.39/3171.45	c      3171        1248198     1247044        20           1.0000           0.0000          -
62741.22/3176.47	c      3176        1250632     1249478        20           1.0000           0.0000          -
62842.10/3181.57	c      3182        1268016     1265000        20           1.0000           0.0000          -
62944.58/3186.70	c      3187        1270056     1267040        20           1.0000           0.0000          -
63043.43/3191.75	c      3192        1089632     1087903        20           1.0000           0.0000          -
63144.19/3196.80	c      3197        1091419     1089690        20           1.0000           0.0000          -
63242.76/3201.85	c      3202        1093073     1091344        20           1.0000           0.0000          -
63341.55/3206.90	c      3207        1094832     1093103        20           1.0000           0.0000          -
63442.22/3211.95	c      3212        1226301     1222326        20           1.0000           0.0000          -
63541.15/3216.98	c      3217        1228250     1224275        20           1.0000           0.0000          -
63642.93/3222.05	c      3222        1230296     1226321        20           1.0000           0.0000          -
63741.79/3227.10	c      3227        1115559     1114506        20           1.0000           0.0000          -
63840.75/3232.13	c      3232        1117423     1116370        20           1.0000           0.0000          -
63939.60/3237.13	c      3237        1235661     1231686        20           1.0000           0.0000          -
64040.42/3242.18	c      3242        1120700     1119647        20           1.0000           0.0000          -
64140.66/3247.23	c      3247        1122416     1121363        20           1.0000           0.0000          -
64241.54/3252.35	c      3252        1295970     1292929        20           1.0000           0.0000          -
64340.45/3257.36	c      3257        1243137     1239140        20           1.0000           0.0000          -
64441.34/3262.45	c      3262        1245176     1241179        20           1.0000           0.0000          -
64540.39/3267.46	c      3267        1115747     1114018        20           1.0000           0.0000          -
64639.58/3272.47	c      3272        1117483     1115754        20           1.0000           0.0000          -
64740.48/3277.51	c      3278        1119452     1117723        20           1.0000           0.0000          -
64841.51/3282.65	c      3283        1121189     1119460        20           1.0000           0.0000          -
64942.52/3287.70	c      3288        1255163     1251164        20           1.0000           0.0000          -
65041.56/3292.75	c      3293        1124727     1122998        20           1.0000           0.0000          -
65142.58/3297.80	c      3298        1313988     1310947        20           1.0000           0.0000          -
65241.60/3302.83	c      3303        1302767     1301613        20           1.0000           0.0000          -
65340.59/3307.84	c      3308        1262987     1258988        20           1.0000           0.0000          -
65441.55/3312.92	c      3313        1131660     1129931        20           1.0000           0.0000          -
65540.54/3317.97	c      3318        1133464     1131726        20           1.0000           0.0000          -
65641.95/3323.05	c      3323        1149094     1148041        20           1.0000           0.0000          -
65740.63/3328.10	c      3328        1325732     1322658        20           1.0000           0.0000          -
65841.73/3333.15	c      3333        1327492     1324418        20           1.0000           0.0000          -
65941.56/3338.20	c      3338        1154166     1153113        20           1.0000           0.0000          -
66040.23/3343.25	c      3343        1331981     1328907        20           1.0000           0.0000          -
66139.00/3348.27	c      3348        1158077     1157024        20           1.0000           0.0000          -
66239.91/3353.32	c      3353        1335627     1332553        20           1.0000           0.0000          -
66338.70/3358.35	c      3358        1161236     1160183        20           1.0000           0.0000          -
66439.26/3363.40	c      3363        1148851     1147092        20           1.0000           0.0000          -
66538.08/3368.45	c      3368        1164922     1163869        20           1.0000           0.0000          -
66638.79/3373.50	c      3374        1166649     1165596        20           1.0000           0.0000          -
66737.75/3378.55	c      3379        1168273     1167220        20           1.0000           0.0000          -
66838.53/3383.65	c      3384        1348036     1344962        20           1.0000           0.0000          -
66937.30/3388.67	c      3389        1350119     1347045        20           1.0000           0.0000          -
67036.17/3393.69	c      3394        1338553     1337399        20           1.0000           0.0000          -
67136.81/3398.71	c      3399        1340331     1339177        20           1.0000           0.0000          -
67237.59/3403.82	c      3404        1299979     1295942        20           1.0000           0.0000          -
67338.42/3408.90	c      3409        1302083     1298028        20           1.0000           0.0000          -
67437.47/3413.95	c      3414        1303911     1299856        20           1.0000           0.0000          -
67536.51/3419.00	c      3419        1305947     1301892        20           1.0000           0.0000          -
67638.21/3424.05	c      3424        1307861     1303794        20           1.0000           0.0000          -
67736.95/3429.06	c      3429        1185850     1184797        20           1.0000           0.0000          -
67836.28/3434.07	c      3434        1172950     1171185        20           1.0000           0.0000          -
67935.16/3439.10	c      3439        1355918     1354764        20           1.0000           0.0000          -
68036.48/3444.17	c      3444        1372183     1369105        20           1.0000           0.0000          -
68136.62/3449.25	c      3449        1374496     1371418        20           1.0000           0.0000          -
68237.66/3454.35	c      3454        1319399     1315300        20           1.0000           0.0000          -
68338.70/3459.40	c      3459        1321382     1317283        20           1.0000           0.0000          -
68437.75/3464.45	c      3464        1380570     1377492        20           1.0000           0.0000          -
68538.77/3469.50	c      3470        1199890     1198837        20           1.0000           0.0000          -
68637.77/3474.54	c      3475        1370212     1369058        20           1.0000           0.0000          -
68736.46/3479.56	c      3480        1372076     1370922        20           1.0000           0.0000          -
68837.29/3484.60	c      3485        1388360     1385282        20           1.0000           0.0000          -
68935.99/3489.64	c      3490        1333156     1329017        20           1.0000           0.0000          -
69036.69/3494.75	c      3495        1392600     1389511        20           1.0000           0.0000          -
69137.55/3499.80	c      3500        1394200     1391083        20           1.0000           0.0000          -
69236.45/3504.85	c      3505        1396480     1393363        20           1.0000           0.0000          -
69337.42/3509.90	c      3510        1398278     1395161        20           1.0000           0.0000          -
69436.38/3514.95	c      3515        1215812     1214759        20           1.0000           0.0000          -
69535.02/3520.00	c      3520        1202648     1200883        20           1.0000           0.0000          -
69633.93/3525.01	c      3525        1390375     1389221        20           1.0000           0.0000          -
69735.52/3530.07	c      3530        1392537     1391383        20           1.0000           0.0000          -
69836.28/3535.15	c      3535        1207889     1206116        20           1.0000           0.0000          -
69936.22/3540.20	c      3540        1209477     1207704        20           1.0000           0.0000          -
70035.21/3545.25	c      3545        1211299     1209526        20           1.0000           0.0000          -
70136.18/3550.30	c      3550        1356445     1352235        20           1.0000           0.0000          -
70234.97/3555.33	c      3555        1358686     1354476        20           1.0000           0.0000          -
70335.80/3560.40	c      3560        1360658     1356448        20           1.0000           0.0000          -
70434.66/3565.45	c      3565        1420072     1416953        20           1.0000           0.0000          -
70533.54/3570.46	c      3570        1408057     1406903        20           1.0000           0.0000          -
70634.22/3575.51	c      3576        1410235     1409081        20           1.0000           0.0000          -
70732.79/3580.54	c      3581        1238679     1237626        20           1.0000           0.0000          -
70833.67/3585.62	c      3586        1428281     1425144        20           1.0000           0.0000          -
70932.32/3590.64	c      3591        1430179     1427042        20           1.0000           0.0000          -
71031.30/3595.69	c      3596        1373821     1369563        20           1.0000           0.0000          -
71132.22/3600.79	c      3601        1419752     1418598        20           1.0000           0.0000          -
71233.19/3605.84	c      3606        1231860     1230075        20           1.0000           0.0000          -
71334.00/3610.90	c      3611        1379379     1375085        20           1.0000           0.0000          -
71432.98/3615.92	c      3616        1381733     1377439        20           1.0000           0.0000          -
71531.97/3620.94	c      3621        1252252     1251199        20           1.0000           0.0000          -
71630.80/3626.00	c      3626        1443743     1440606        20           1.0000           0.0000          -
71729.60/3631.02	c      3631        1240410     1238625        20           1.0000           0.0000          -
71830.91/3636.14	c      3636        1433801     1432647        20           1.0000           0.0000          -
71932.90/3641.20	c      3641        1435785     1434631        20           1.0000           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (177191 MiB free)
  memory of node 1: 193494 MiB (189835 MiB free)
  memory of node 2: 193531 MiB (191787 MiB free)
  memory of node 3: 193531 MiB (178194 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-4468058-1723268575/watcher-4468058-1723268575 -o /tmp/evaluation-result-4468058-1723268575/solver-4468058-1723268575 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723264873-552409 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468058-1723268575.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100098 s]*
/proc/loadavg: 81.35 80.34 75.44 62/984 556045
/proc/meminfo: memFree=754683448/790760804 swapFree=131071996/131071996
[pid=556044] ppid=556041 vsize=40060 memory=24916 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/stat : 556044 (fscip) R 556041 556044 552397 0 -1 4194304 3722 0 0 0 11 0 0 0 20 0 1 0 93440643 41021440 6229 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
/proc/556044/statm: 10015 6229 2790 3035 0 6411 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 40060 KiB
Current children cumulated memory: 24916 KiB

[startup+0.218881 s]*
/proc/loadavg: 81.35 80.34 75.44 62/984 556045
/proc/meminfo: memFree=754676752/790760804 swapFree=131071996/131071996
[pid=556044] ppid=556041 vsize=40060 memory=24916 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/stat : 556044 (fscip) R 556041 556044 552397 0 -1 4194304 3722 0 0 0 22 0 0 0 20 0 1 0 93440643 41021440 6229 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
/proc/556044/statm: 10015 6229 2790 3035 0 6411 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 40060 KiB
Current children cumulated memory: 24916 KiB

[startup+0.316623 s]*
/proc/loadavg: 81.35 80.34 75.44 63/984 556045
/proc/meminfo: memFree=754674344/790760804 swapFree=131071996/131071996
[pid=556044] ppid=556041 vsize=40060 memory=24916 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/stat : 556044 (fscip) R 556041 556044 552397 0 -1 4194304 3722 0 0 0 32 0 0 0 20 0 1 0 93440643 41021440 6229 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
/proc/556044/statm: 10015 6229 2790 3035 0 6411 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 40060 KiB
Current children cumulated memory: 24916 KiB

[startup+0.700164 s]
/proc/loadavg: 79.72 80.02 75.36 62/984 556045
/proc/meminfo: memFree=754673808/790760804 swapFree=131071996/131071996
[pid=556044] ppid=556041 vsize=40060 memory=24916 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/stat : 556044 (fscip) R 556041 556044 552397 0 -1 4194304 3722 0 0 0 69 0 0 0 20 0 1 0 93440643 41021440 6229 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
/proc/556044/statm: 10015 6229 2790 3035 0 6411 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 40060 KiB
Current children cumulated memory: 24916 KiB

[startup+1.50018 s]
/proc/loadavg: 79.72 80.02 75.36 64/984 556045
/proc/meminfo: memFree=754812660/790760804 swapFree=131071996/131071996
[pid=556044] ppid=556041 vsize=40060 memory=24916 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/stat : 556044 (fscip) R 556041 556044 552397 0 -1 4194304 3722 0 0 0 149 0 0 0 20 0 1 0 93440643 41021440 6229 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
/proc/556044/statm: 10015 6229 2790 3035 0 6411 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 40060 KiB
Current children cumulated memory: 24916 KiB

[startup+3.13554 s]
/proc/loadavg: 79.72 80.02 75.36 81/1024 556085
/proc/meminfo: memFree=753702520/790760804 swapFree=131071996/131071996
[pid=556044] ppid=556041 vsize=1919252 memory=1139644 CPUtime=31.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/stat : 556044 (fscip) S 556041 556044 552397 0 -1 1077936128 316567 0 0 0 3043 86 0 0 20 0 41 0 93440643 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
/proc/556044/statm: 479813 284911 2966 3035 0 376940 0
[pid=556044/tid=556046] ppid=556041 vsize=1919252 memory=813576 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556046/stat : 556046 (fscip) R 556041 556044 552397 0 -1 4194368 10374 0 0 0 147 2 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556047] ppid=556041 vsize=1919252 memory=10544 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556047/stat : 556047 (fscip) R 556041 556044 552397 0 -1 4194368 16946 0 0 0 143 5 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556048] ppid=556041 vsize=1919252 memory=281146680834640 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556048/stat : 556048 (fscip) R 556041 556044 552397 0 -1 4194368 13683 0 0 0 145 3 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556049] ppid=556041 vsize=1919252 memory=5512 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556049/stat : 556049 (fscip) R 556041 556044 552397 0 -1 4194368 18097 0 0 0 146 3 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556050] ppid=556041 vsize=1919252 memory=281146680154032 CPUtime=1.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556050/stat : 556050 (fscip) R 556041 556044 552397 0 -1 4194368 13599 0 0 0 144 3 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556051] ppid=556041 vsize=1919252 memory=0 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556051/stat : 556051 (fscip) R 556041 556044 552397 0 -1 4194368 15501 0 0 0 144 4 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556052] ppid=556041 vsize=1919252 memory=0 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556052/stat : 556052 (fscip) R 556041 556044 552397 0 -1 4194368 17672 0 0 0 145 4 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556053] ppid=556041 vsize=1919252 memory=0 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556053/stat : 556053 (fscip) R 556041 556044 552397 0 -1 4194368 14789 0 0 0 143 5 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556054] ppid=556041 vsize=1919252 memory=104 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556054/stat : 556054 (fscip) R 556041 556044 552397 0 -1 4194368 13529 0 0 0 144 4 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556055] ppid=556041 vsize=1919252 memory=25932 CPUtime=1.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556055/stat : 556055 (fscip) R 556041 556044 552397 0 -1 4194368 14911 0 0 0 146 4 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556056] ppid=556041 vsize=1919252 memory=21392 CPUtime=1.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556056/stat : 556056 (fscip) R 556041 556044 552397 0 -1 4194368 14310 0 0 0 138 4 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556057] ppid=556041 vsize=1919252 memory=2208 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556057/stat : 556057 (fscip) R 556041 556044 552397 0 -1 4194368 14030 0 0 0 143 5 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556058] ppid=556041 vsize=1919252 memory=2036 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556058/stat : 556058 (fscip) R 556041 556044 552397 0 -1 4194368 15136 0 0 0 145 4 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556059] ppid=556041 vsize=1919252 memory=31316 CPUtime=1.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556059/stat : 556059 (fscip) R 556041 556044 552397 0 -1 4194368 12909 0 0 0 143 4 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556060] ppid=556041 vsize=1919252 memory=28568 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556060/stat : 556060 (fscip) R 556041 556044 552397 0 -1 4194368 16384 0 0 0 145 3 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556061] ppid=556041 vsize=1919252 memory=7312 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556061/stat : 556061 (fscip) R 556041 556044 552397 0 -1 4194368 17801 0 0 0 145 4 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556062] ppid=556041 vsize=1919252 memory=7230923262113566037 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556062/stat : 556062 (fscip) R 556041 556044 552397 0 -1 4194368 17280 0 0 0 145 3 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556063] ppid=556041 vsize=1919252 memory=0 CPUtime=1.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556063/stat : 556063 (fscip) R 556041 556044 552397 0 -1 4194368 25262 0 0 0 142 5 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556064] ppid=556041 vsize=1919252 memory=0 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556064/stat : 556064 (fscip) R 556041 556044 552397 0 -1 4194368 12750 0 0 0 147 2 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556065] ppid=556041 vsize=1919252 memory=140573340417072 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556065/stat : 556065 (fscip) R 556041 556044 552397 0 -1 4194368 16535 0 0 0 143 5 0 0 20 0 41 0 93440794 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556066] ppid=556041 vsize=1919252 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556066/stat : 556066 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556067] ppid=556041 vsize=1919252 memory=2875438547874825 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556067/stat : 556067 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556068] ppid=556041 vsize=1919252 memory=11448 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556068/stat : 556068 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556069] ppid=556041 vsize=1919252 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556069/stat : 556069 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556070] ppid=556041 vsize=1919252 memory=4420 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556070/stat : 556070 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556071] ppid=556041 vsize=1919252 memory=6628 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556071/stat : 556071 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556072] ppid=556041 vsize=1919252 memory=8836 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556072/stat : 556072 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556073] ppid=556041 vsize=1919252 memory=7719224981707557441 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556073/stat : 556073 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556074] ppid=556041 vsize=1919252 memory=281146680406432 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556074/stat : 556074 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556075] ppid=556041 vsize=1919252 memory=7237685194686622544 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556075/stat : 556075 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556076] ppid=556041 vsize=1919252 memory=7381519019337344089 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556076/stat : 556076 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556077] ppid=556041 vsize=1919252 memory=6437165820352746344 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556077/stat : 556077 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556078] ppid=556041 vsize=1919252 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556078/stat : 556078 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556079] ppid=556041 vsize=1919252 memory=11466564 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556079/stat : 556079 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556080] ppid=556041 vsize=1919252 memory=2760 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556080/stat : 556080 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556081] ppid=556041 vsize=1919252 memory=6624 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556081/stat : 556081 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556082] ppid=556041 vsize=1919252 memory=-1807685287724411743 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556082/stat : 556082 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556083] ppid=556041 vsize=1919252 memory=-2317720213663324238 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556083/stat : 556083 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556084] ppid=556041 vsize=1919252 memory=6935659224111735104 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556084/stat : 556084 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556085] ppid=556041 vsize=1919252 memory=281146680358688 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556085/stat : 556085 (fscip) S 556041 556044 552397 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 93440803 1965314048 284911 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
Current children cumulated CPU time: 31.29 s
Current children cumulated vsize: 1919252 KiB
Current children cumulated memory: 1139644 KiB

[startup+6.30154 s]
/proc/loadavg: 79.74 80.01 75.39 81/1024 556085
/proc/meminfo: memFree=753440996/790760804 swapFree=131071996/131071996
[pid=556044] ppid=556041 vsize=2378004 memory=1344164 CPUtime=94.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/stat : 556044 (fscip) S 556041 556044 552397 0 -1 1077936128 479640 0 0 0 9292 114 0 0 20 0 41 0 93440643 2435076096 336041 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
/proc/556044/statm: 594501 336041 3030 3035 0 431424 0
[pid=556044/tid=556046] ppid=556041 vsize=2378004 memory=281146680154032 CPUtime=4.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556046/stat : 556046 (fscip) R 556041 556044 552397 0 -1 4194368 18562 0 0 0 459 4 0 0 20 0 41 0 93440794 2435076096 336041 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556047] ppid=556041 vsize=2378004 memory=25333125866717268 CPUtime=4.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556047/stat : 556047 (fscip) R 556041 556044 552397 0 -1 4194368 17159 0 0 0 457 5 0 0 20 0 41 0 93440794 2435076096 336041 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556048] ppid=556041 vsize=2378004 memory=1277240 CPUtime=4.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556048/stat : 556048 (fscip) R 556041 556044 552397 0 -1 4194368 20343 0 0 0 456 7 0 0 20 0 41 0 93440794 2435076096 336041 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556049] ppid=556041 vsize=2378004 memory=0 CPUtime=4.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556049/stat : 556049 (fscip) R 556041 556044 552397 0 -1 4194368 25934 0 0 0 459 5 0 0 20 0 41 0 93440794 2435076096 336041 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556050] ppid=556041 vsize=2378004 memory=134544 CPUtime=4.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556050/stat : 556050 (fscip) R 556041 556044 552397 0 -1 4194368 15478 0 0 0 458 4 0 0 20 0 41 0 93440794 2435076096 336041 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556051] ppid=556041 vsize=2378004 memory=0 CPUtime=4.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556051/stat : 556051 (fscip) R 556041 556044 552397 0 -1 4194368 19969 0 0 0 457 6 0 0 20 0 41 0 93440794 2435076096 336041 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556052] ppid=556041 vsize=2378004 memory=2316 CPUtime=4.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556052/stat : 556052 (fscip) R 556041 556044 552397 0 -1 4194368 27076 0 0 0 458 5 0 0 20 0 41 0 93440794 2435076096 336041 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556053] ppid=556041 vsize=2378004 memory=0 CPUtime=4.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556053/stat : 556053 (fscip) R 556041 556044 552397 0 -1 4194368 22011 0 0 0 456 5 0 0 20 0 41 0 93440794 2435076096 336041 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0

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

/proc/556044/task/556072/stat : 556072 (fscip) S 556041 556044 552397 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556073] ppid=556041 vsize=29665004 memory=31316 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556073/stat : 556073 (fscip) S 556041 556044 552397 0 -1 1077936192 66 0 0 0 2 0 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556074] ppid=556041 vsize=29665004 memory=28568 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556074/stat : 556074 (fscip) S 556041 556044 552397 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556075] ppid=556041 vsize=29665004 memory=25333125866717268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556075/stat : 556075 (fscip) S 556041 556044 552397 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556076] ppid=556041 vsize=29665004 memory=7595712637486785640 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556076/stat : 556076 (fscip) S 556041 556044 552397 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556077] ppid=556041 vsize=29665004 memory=30399726987509844 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556077/stat : 556077 (fscip) S 556041 556044 552397 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556078] ppid=556041 vsize=29665004 memory=11822120823029796 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556078/stat : 556078 (fscip) S 556041 556044 552397 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556079] ppid=556041 vsize=29665004 memory=36300 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556079/stat : 556079 (fscip) S 556041 556044 552397 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556080] ppid=556041 vsize=29665004 memory=6796 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556080/stat : 556080 (fscip) S 556041 556044 552397 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556081] ppid=556041 vsize=29665004 memory=28215292 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556081/stat : 556081 (fscip) S 556041 556044 552397 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556082] ppid=556041 vsize=29665004 memory=28139380 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556082/stat : 556082 (fscip) S 556041 556044 552397 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556083] ppid=556041 vsize=29665004 memory=28236564 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556083/stat : 556083 (fscip) S 556041 556044 552397 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556084] ppid=556041 vsize=29665004 memory=28233432 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556084/stat : 556084 (fscip) S 556041 556044 552397 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556085] ppid=556041 vsize=29665004 memory=28249832 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556085/stat : 556085 (fscip) S 556041 556044 552397 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 93440803 30376964096 7066120 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
Current children cumulated CPU time: 71954.6 s
Current children cumulated vsize: 29665004 KiB
Current children cumulated memory: 28264480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3644.6 s]
/proc/loadavg: 80.17 78.25 79.10 81/1005 558625
/proc/meminfo: memFree=720031436/790760804 swapFree=131071996/131071996
[pid=556044] ppid=556041 vsize=29730540 memory=28276648 CPUtime=72000.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/stat : 556044 (fscip) S 556041 556044 552397 0 -1 1077936128 35419451 0 0 0 7172000 28013 0 0 20 0 41 0 93440643 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 17 54 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
/proc/556044/statm: 7432635 7069162 3030 3035 0 7229623 0
[pid=556044/tid=556046] ppid=556041 vsize=29730540 memory=64250 CPUtime=3597.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556046/stat : 556046 (fscip) R 556041 556044 552397 0 -1 4194368 2490701 0 0 0 358572 1162 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556047] ppid=556041 vsize=29730540 memory=6720661047642308457 CPUtime=3598.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556047/stat : 556047 (fscip) R 556041 556044 552397 0 -1 4194368 2151440 0 0 0 358882 953 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556048] ppid=556041 vsize=29730540 memory=63702 CPUtime=3600.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556048/stat : 556048 (fscip) R 556041 556044 552397 0 -1 4194368 876018 0 0 0 358066 2003 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556049] ppid=556041 vsize=29730540 memory=3690759505354377790 CPUtime=3600.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556049/stat : 556049 (fscip) R 556041 556044 552397 0 -1 4194368 2594871 0 0 0 358946 1108 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556050] ppid=556041 vsize=29730540 memory=3977296616436278273 CPUtime=3598.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556050/stat : 556050 (fscip) R 556041 556044 552397 0 -1 4194368 1805640 0 0 0 358875 976 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556051] ppid=556041 vsize=29730540 memory=3760565291005541678 CPUtime=3602.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556051/stat : 556051 (fscip) R 556041 556044 552397 0 -1 4194368 851578 0 0 0 358145 2105 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556052] ppid=556041 vsize=29730540 memory=6720661047642308457 CPUtime=3601.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556052/stat : 556052 (fscip) R 556041 556044 552397 0 -1 4194368 2084589 0 0 0 359100 1041 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556053] ppid=556041 vsize=29730540 memory=7640 CPUtime=3599.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556053/stat : 556053 (fscip) R 556041 556044 552397 0 -1 4194368 2262156 0 0 0 358988 994 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556054] ppid=556041 vsize=29730540 memory=19304 CPUtime=3601.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556054/stat : 556054 (fscip) R 556041 556044 552397 0 -1 4194368 799930 0 0 0 357860 2242 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556055] ppid=556041 vsize=29730540 memory=198340509722 CPUtime=3596.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556055/stat : 556055 (fscip) R 556041 556044 552397 0 -1 4194368 1982252 0 0 0 358528 1152 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556056] ppid=556041 vsize=29730540 memory=25031 CPUtime=3597.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556056/stat : 556056 (fscip) R 556041 556044 552397 0 -1 4194368 2125712 0 0 0 358809 947 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556057] ppid=556041 vsize=29730540 memory=25369 CPUtime=3601.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556057/stat : 556057 (fscip) R 556041 556044 552397 0 -1 4194368 743751 0 0 0 357625 2547 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556058] ppid=556041 vsize=29730540 memory=25699 CPUtime=3597.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556058/stat : 556058 (fscip) R 556041 556044 552397 0 -1 4194368 2090911 0 0 0 358468 1280 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556059] ppid=556041 vsize=29730540 memory=26032 CPUtime=3603.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556059/stat : 556059 (fscip) R 556041 556044 552397 0 -1 4194368 2034715 0 0 0 359425 938 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556060] ppid=556041 vsize=29730540 memory=64250 CPUtime=3600.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556060/stat : 556060 (fscip) R 556041 556044 552397 0 -1 4194368 855218 0 0 0 357898 2169 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556061] ppid=556041 vsize=29730540 memory=83372 CPUtime=3600.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556061/stat : 556061 (fscip) R 556041 556044 552397 0 -1 4194368 2163914 0 0 0 358895 1144 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556062] ppid=556041 vsize=29730540 memory=63702 CPUtime=3599.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556062/stat : 556062 (fscip) R 556041 556044 552397 0 -1 4194368 2106595 0 0 0 358989 971 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556063] ppid=556041 vsize=29730540 memory=3690759505354377790 CPUtime=3602.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556063/stat : 556063 (fscip) R 556041 556044 552397 0 -1 4194368 837187 0 0 0 358044 2190 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556064] ppid=556041 vsize=29730540 memory=3977296616436278273 CPUtime=3597.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556064/stat : 556064 (fscip) R 556041 556044 552397 0 -1 4194368 2414836 0 0 0 358670 1089 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556065] ppid=556041 vsize=29730540 memory=3760565291005541678 CPUtime=3598.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556065/stat : 556065 (fscip) R 556041 556044 552397 0 -1 4194368 2139059 0 0 0 358889 937 0 0 20 0 41 0 93440794 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556066] ppid=556041 vsize=29730540 memory=4638778398332698722 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556066/stat : 556066 (fscip) S 556041 556044 552397 0 -1 1077936192 66 0 0 0 2 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556067] ppid=556041 vsize=29730540 memory=6863591661721641024 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556067/stat : 556067 (fscip) S 556041 556044 552397 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556068] ppid=556041 vsize=29730540 memory=7318452475133972 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556068/stat : 556068 (fscip) S 556041 556044 552397 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556069] ppid=556041 vsize=29730540 memory=8043594507446423923 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556069/stat : 556069 (fscip) S 556041 556044 552397 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556070] ppid=556041 vsize=29730540 memory=20376 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556070/stat : 556070 (fscip) S 556041 556044 552397 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556071] ppid=556041 vsize=29730540 memory=34340462562508916 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556071/stat : 556071 (fscip) S 556041 556044 552397 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556072] ppid=556041 vsize=29730540 memory=2748 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556072/stat : 556072 (fscip) S 556041 556044 552397 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556073] ppid=556041 vsize=29730540 memory=6632 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556073/stat : 556073 (fscip) S 556041 556044 552397 0 -1 1077936192 66 0 0 0 2 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556074] ppid=556041 vsize=29730540 memory=6422824 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556074/stat : 556074 (fscip) S 556041 556044 552397 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556075] ppid=556041 vsize=29730540 memory=2736 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556075/stat : 556075 (fscip) S 556041 556044 552397 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556076] ppid=556041 vsize=29730540 memory=6468 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556076/stat : 556076 (fscip) S 556041 556044 552397 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556077] ppid=556041 vsize=29730540 memory=24962344 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556077/stat : 556077 (fscip) S 556041 556044 552397 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556078] ppid=556041 vsize=29730540 memory=-6441665245644766058 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556078/stat : 556078 (fscip) S 556041 556044 552397 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556079] ppid=556041 vsize=29730540 memory=-4421386517689164642 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556079/stat : 556079 (fscip) S 556041 556044 552397 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556080] ppid=556041 vsize=29730540 memory=5924 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556080/stat : 556080 (fscip) S 556041 556044 552397 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556081] ppid=556041 vsize=29730540 memory=47976 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556081/stat : 556081 (fscip) S 556041 556044 552397 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556082] ppid=556041 vsize=29730540 memory=2748 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556082/stat : 556082 (fscip) S 556041 556044 552397 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556083] ppid=556041 vsize=29730540 memory=6632 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556083/stat : 556083 (fscip) S 556041 556044 552397 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556084] ppid=556041 vsize=29730540 memory=6412004 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556084/stat : 556084 (fscip) S 556041 556044 552397 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
[pid=556044/tid=556085] ppid=556041 vsize=29730540 memory=2736 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/556044/task/556085/stat : 556085 (fscip) S 556041 556044 552397 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 93440803 30444072960 7069162 809668444160 4194304 16622877 140720384240160 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 43913216 140720384242665 140720384242781 140720384242781 140720384249807 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 29730540 KiB
Current children cumulated memory: 28276648 KiB

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

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

# cumulated CPU time of all completed processes:  user=71720.2 s, system=280.97 s

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

[startup+3644.82 s]
/proc/loadavg: 80.17 78.25 79.10 62/966 558625
/proc/meminfo: memFree=723239212/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3645.2 s]
/proc/loadavg: 80.17 78.25 79.10 64/966 558625
/proc/meminfo: memFree=734027940/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3645.4 s]
/proc/loadavg: 80.17 78.25 79.10 64/966 558625
/proc/meminfo: memFree=734027940/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3645.45
CPU time (s): 72001.1
CPU user time (s): 71720.2
CPU system time (s): 280.97
CPU usage (%): 1975.1
Max. virtual memory (cumulated for all children) (KiB): 29730540
Max. memory (cumulated for all children) (KiB): 28276648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71720.2
system time used= 280.97
maximum resident set size= 28276732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35419462
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= 337643
involuntary context switches= 554551


# summary of solver processes directly reported to runsolver:
#   pid: 556044
#   total CPU time (s): 72001.1
#   total CPU user time (s): 71720.2
#   total CPU system time (s): 280.97

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4038 second user time and 83.3993 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-10 07:42:55
IDJOB=4468058
IDBENCH=177055
IDSOLVER=3097
FILE ID=nodeD105/4468058-1723268575
RUNJOBID= nodeD105-1723264873-552409
SLURM_JOB_ID= 8266917
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/unit/normalized-evencolouring_opt_unit_random6regular_nvert_751.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-4468058-1723268575/watcher-4468058-1723268575 -o /tmp/evaluation-result-4468058-1723268575/solver-4468058-1723268575 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723264873-552409 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468058-1723268575.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 21ed527d50cb70bf3fbdba517cab1d1c
RANDOM SEED=1983027122

nodeD105.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3148.480
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3377.906
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2832.606
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3195.779
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3193.581
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2657.034
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2663.644
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3197.874
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2666.468
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3195.763
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2662.078
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2426.089
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2580.802
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2800.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2664.956
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2666.684
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2807.866
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2668.806
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3197.835
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2655.806
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3199.800
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2663.599
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2186.055
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3596.996
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2800.304
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        754699356 kB
MemAvailable:   758428268 kB
Buffers:          985656 kB
Cached:          6045448 kB
SwapCached:            0 kB
Active:          1336928 kB
Inactive:       31501224 kB
Active(anon):       2184 kB
Inactive(anon): 25843788 kB
Active(file):    1334744 kB
Inactive(file):  5657436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28528 kB
Writeback:           108 kB
AnonPages:      25804784 kB
Mapped:           134560 kB
Shmem:             38920 kB
KReclaimable:     312872 kB
Slab:             728060 kB
SReclaimable:     312872 kB
SUnreclaim:       415188 kB
KernelStack:       16864 kB
PageTables:        63700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3087796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           857088 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2654208 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:      937984 kB
DirectMap2M:    121194496 kB
DirectMap1G:    683671552 kB

Free space on /tmp at the end= 8622744 MiB
End job on nodeD105 at 2024-08-10 08:43:41