Trace number 4465387

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 70179.5 3700.82

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j90opt/normalized-j9021_10.std.opb
MD5SUM1c868128c342c4d12971cf8345208c3b
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 benchmark109
Best CPU time to get the best result obtained on this benchmark35.9953
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54782
Total number of constraints184441
Number of constraints which are clauses183241
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.53/0.58	c Default LC presolving (default).
0.53/0.58	c ** Before presolving: virtualMemUsedAtLc = 549861695, getVmSize() = 361586688, SCIPgetMemUsed() = 311748298, SCIPgetMemTotal() = 325405850, SCIPgetMemExternEstim() = 224455845
0.53/0.58	c ** set memory limit for presolving in LC to 8.79436e+12 for SCIP **
26.78/26.93	c ** Estimated virtualMemUsedAtSolver = 521681153, getVmSize() = 621506560, SCIPgetMemUsed() = 380537053, SCIPgetMemTotal() = 558065885, SCIPgetMemExternEstim() = 224455845
26.78/26.93	c ** set memory limit for solvers to 4.18697e+11 for each SCIP **
26.78/26.93	c Original Problem   :
26.78/26.93	c   Problem name     : instance-4465387-1723607375
26.78/26.93	c   Variables        : 54782 (54782 binary, 0 integer, 0 implicit integer, 0 continuous)
26.78/26.93	c   Constraints      : 184441
26.78/26.93	c   Objective sense  : minimize
26.78/26.93	c Presolved Problem  :
26.78/26.93	c   Variables        : 41906 (41906 binary, 0 integer, 0 implicit integer, 0 continuous)
26.78/26.93	c   Constraints      : 92572
26.78/26.93	c Constraints        : Number
26.78/26.93	c   knapsack         : 1141 
26.78/26.93	c   setppc           : 74230 
26.78/26.93	c   and              : 17199 
26.78/26.93	c   logicor          : 2 
26.78/26.93	c ** Instance transfer method used: 0
26.91/27.09	c ** ParaScipInstance copy increased the number of variables. **
30.22/30.32	c LC is working with racing ramp-up and with rebuilding tree after racing.
30.22/30.32	c                                Nodes    Active                                            
30.22/30.32	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
121.49/35.08	c *      35              0           1        20         300.0000                -          -
121.49/35.08	c        35              0           1        20         300.0000                -          -
3112.56/186.29	c       186              2           1        20         300.0000          89.0000    237.08%
3217.42/191.55	c       192             48          47        20         300.0000          90.0000    233.33%
3318.49/196.63	c       197            153         152        20         300.0000          90.0000    233.33%
3421.62/201.80	c       202            279         278        20         300.0000          90.0000    233.33%
3525.64/207.06	c       207            436         407        20         300.0000          90.0000    233.33%
3624.88/212.13	c       212            556         527        20         300.0000          90.0000    233.33%
3729.20/217.36	c       217            696         667        20         300.0000          90.0000    233.33%
3834.40/222.69	c       223            788         755        20         300.0000          90.0000    233.33%
3937.62/227.82	c       228            898         865        20         300.0000          90.0000    233.33%
4038.84/232.92	c       233           1098        1065        20         300.0000          90.0000    233.33%
4140.89/238.05	c       238           1258        1225        20         300.0000          90.0000    233.33%
4239.91/243.11	c       243           1418        1385        20         300.0000          90.0000    233.33%
4346.32/248.44	c       248           1618        1585        20         300.0000          90.0000    233.33%
4447.52/253.54	c       254           1829        1796        20         300.0000          90.0000    233.33%
4548.76/258.62	c       259           2030        1997        20         300.0000          90.0000    233.33%
4656.71/264.09	c       264           2298        2265        20         300.0000          90.0000    233.33%
4767.09/269.64	c       270           2538        2505        20         300.0000          90.0000    233.33%
4784.90/270.55	c *     271           2598        2565        20         299.0000          90.0000    232.22%
4870.20/274.85	c       275           2739         432        20         299.0000          90.0000    232.22%
4974.20/280.05	c       280           2859         552        20         299.0000          90.0000    232.22%
5084.59/285.63	c       286           3059         752        20         299.0000          90.0000    232.22%
5189.81/291.00	c       291           3159         852        20         299.0000          90.0000    232.22%
5297.00/296.38	c       296           3319        1012        20         299.0000          90.0000    232.22%
5400.26/301.56	c       302             82          81        20         299.0000          91.0000    228.57%
5501.54/306.60	c       307            194         193        20         299.0000          91.0000    228.57%
5606.80/311.90	c       312            342         341        20         299.0000          91.0000    228.57%
5708.99/317.06	c       317            502         501        20         299.0000          91.0000    228.57%
5817.25/322.55	c       323            654         653        20         299.0000          91.0000    228.57%
5920.49/327.80	c       328            820         798        20         299.0000          91.0000    228.57%
6023.74/332.91	c       333           1020         998        20         299.0000          91.0000    228.57%
6089.23/336.29	c *     336           1143        1121        20         298.0000          91.0000    227.47%
6130.51/338.30	c       338           1222        1200        20         298.0000          91.0000    227.47%
6229.67/343.38	c       343           1388         680        20         298.0000          91.0000    227.47%
6332.94/348.54	c       349           1588         880        20         298.0000          91.0000    227.47%
6434.17/353.68	c       354           1788        1080        20         298.0000          91.0000    227.47%
6535.27/358.75	c       359           1991        1283        20         298.0000          91.0000    227.47%
6636.49/363.87	c       364           2226        1518        20         298.0000          91.0000    227.47%
6742.68/369.19	c       369           2428        1720        20         298.0000          91.0000    227.47%
6844.85/374.38	c       374           2668        1960        20         298.0000          91.0000    227.47%
6946.08/379.41	c       379           2968        2260        20         298.0000          91.0000    227.47%
7047.30/384.58	c       385           3308        2600        20         298.0000          91.0000    227.47%
7152.50/389.88	c       390           3628        2920        20         298.0000          91.0000    227.47%
7256.64/395.13	c       395           4188        3480        20         298.0000          91.0000    227.47%
7337.89/399.16	c *     399           5328        4620        20         297.0000          91.0000    226.37%
7360.66/400.31	c       400           5592         522        20         297.0000          91.0000    226.37%
7459.90/405.38	c       405           5748         487        20         297.0000          91.0000    226.37%
7565.09/410.66	c       411           5891         538        20         297.0000          91.0000    226.37%
7670.32/415.94	c       416           6082         696        20         297.0000          91.0000    226.37%
7772.32/421.11	c       421           6289         903        20         297.0000          91.0000    226.37%
7873.45/426.14	c       426           6481        1095        20         297.0000          91.0000    226.37%
7973.92/431.23	c       431           6682        1296        20         297.0000          91.0000    226.37%
8077.12/436.47	c       436           6982        1596        20         297.0000          91.0000    226.37%
8178.37/441.59	c       442           7222        1836        20         297.0000          91.0000    226.37%
8281.64/446.74	c       447           7524        2138        20         297.0000          91.0000    226.37%
8384.72/451.95	c       452           7842        2456        20         297.0000          91.0000    226.37%
8486.69/457.05	c       457           8242        2856        20         297.0000          91.0000    226.37%
8587.95/462.14	c       462           8942        3556        20         297.0000          91.0000    226.37%
8622.89/463.99	c *     464           9162        3776        20         296.0000          91.0000    225.27%
8687.02/467.19	c       467           9302         562        20         296.0000          91.0000    225.27%
8789.40/472.38	c       472           9302         562        20         296.0000          91.0000    225.27%
8892.56/477.53	c       478           9303         467        20         296.0000          91.0000    225.27%
8995.74/482.78	c       483           9317         479        20         296.0000          91.0000    225.27%
9096.94/487.89	c       488           9318         478        20         296.0000          91.0000    225.27%
9198.10/492.99	c       493           9337         497        20         296.0000          91.0000    225.27%
9300.12/498.08	c       498           9338         498        20         296.0000          91.0000    225.27%
9399.22/503.12	c       503           9379         537        20         296.0000          91.0000    225.27%
9500.39/508.16	c       508           9418         578        20         296.0000          91.0000    225.27%
9600.99/513.22	c       513           9418         578        20         296.0000          91.0000    225.27%
9708.04/518.67	c       519           9418         578        20         296.0000          91.0000    225.27%
9809.26/523.79	c       524           9418         578        20         296.0000          91.0000    225.27%
9910.47/528.87	c       529           9418         578        20         296.0000          91.0000    225.27%
10017.58/534.22	c       534           9418         578        20         296.0000          91.0000    225.27%
10082.86/537.52	c *     538           9418         578        20         295.0000          91.0000    224.18%
10120.43/539.47	c       539           9418         578        20         295.0000          91.0000    224.18%
10221.60/544.50	c       544           9419         577        20         295.0000          91.0000    224.18%
10324.81/549.78	c       550           9501         542        20         295.0000          91.0000    224.18%
10430.61/555.11	c       555           9501         542        20         295.0000          91.0000    224.18%
10533.25/560.21	c       560           9502         541        20         295.0000          91.0000    224.18%
10640.47/565.66	c       566           9579         617        20         295.0000          91.0000    224.18%
10745.68/571.01	c       571           9659         697        20         295.0000          91.0000    224.18%
10847.70/576.08	c       576           9763         801        20         295.0000          91.0000    224.18%
10950.17/581.22	c       581           9973        1011        20         295.0000          91.0000    224.18%
11049.45/586.30	c       586          10199        1237        20         295.0000          91.0000    224.18%
11152.64/591.44	c       591          10378        1416        20         295.0000          91.0000    224.18%
11253.82/596.52	c       597          10579        1617        20         295.0000          91.0000    224.18%
11355.04/601.68	c       602          10899        1937        20         295.0000          91.0000    224.18%
11388.78/603.40	c *     603          11059        2097        20         294.0000          91.0000    223.08%
11456.22/606.76	c       607          11181         560        20         294.0000          91.0000    223.08%
11559.43/612.02	c       612          11381         760        20         294.0000          91.0000    223.08%
11670.42/617.51	c       618          11532         911        20         294.0000          91.0000    223.08%
11769.68/622.53	c       623          11741        1120        20         294.0000          91.0000    223.08%
11868.95/627.55	c       628          11981        1360        20         294.0000          91.0000    223.08%
11972.19/632.71	c       633          12281        1660        20         294.0000          91.0000    223.08%
12075.43/637.92	c       638          12481        1860        20         294.0000          91.0000    223.08%
12095.28/639.03	c *     639          12541        1920        20         293.0000          91.0000    221.98%
12184.50/643.46	c       643          12763         587        20         293.0000          91.0000    221.98%
12287.68/648.61	c       649          12956         780        20         293.0000          91.0000    221.98%
12400.72/654.40	c       654          13213        1037        20         293.0000          91.0000    221.98%
12435.26/656.09	c *     656          13274        1096        20         292.0000          91.0000    220.88%
12507.70/659.78	c       660          13352         497        20         292.0000          91.0000    220.88%
12610.59/665.03	c       665          13353         496        20         292.0000          91.0000    220.88%
12717.53/670.36	c       670          13372         517        20         292.0000          91.0000    220.88%
12818.47/675.44	c       675          13400         513        20         292.0000          91.0000    220.88%
12919.49/680.50	c       680          13435         457        20         292.0000          91.0000    220.88%
13024.52/685.85	c *     686          13435         457        20         291.0000          91.0000    219.78%
13024.52/685.85	c       686          13435         457        20         291.0000          91.0000    219.78%
13133.59/691.34	c       691          13435         457        20         291.0000          91.0000    219.78%
13240.71/696.70	c       697          13435         457        20         291.0000          91.0000    219.78%
13343.82/701.99	c       702          13529         513        20         291.0000          91.0000    219.78%
13442.87/707.02	c       707          13533         519        20         291.0000          91.0000    219.78%
13544.55/712.06	c       712          13533         519        20         291.0000          91.0000    219.78%
13601.40/715.04	c *     715          13650         634        20         290.0000          91.0000    218.68%
13660.89/718.05	c       718          13650         634        20         290.0000          91.0000    218.68%
13766.06/723.21	c       723          13799         475        20         290.0000          91.0000    218.68%
13869.29/728.41	c       728          13818         496        20         290.0000          91.0000    218.68%
13978.50/734.00	c       734          13898         576        20         290.0000          91.0000    218.68%
14018.18/735.94	c *     736          13899         575        20         289.0000          91.0000    217.58%
14083.63/739.23	c       739          13909         587        20         289.0000          91.0000    217.58%
14168.96/743.54	c *     744          13910         586        20         288.0000          91.0000    216.48%
14186.78/744.42	c       744          13934         439        20         288.0000          91.0000    216.48%
14289.90/749.64	c       750          14080         539        20         288.0000          91.0000    216.48%
14323.62/751.36	c *     751          14220         679        20         287.0000          91.0000    215.38%
14394.94/754.96	c       755          14335         499        20         287.0000          91.0000    215.38%
14502.11/760.36	c       760          14374         540        20         287.0000          91.0000    215.38%
14609.18/765.79	c       766          14459         625        20         287.0000          91.0000    215.38%
14710.25/770.81	c       771          14459         625        20         287.0000          91.0000    215.38%
14765.73/773.68	c *     774          14460         624        20         286.0000          91.0000    214.29%
14819.08/776.37	c       776          14495         659        20         286.0000          91.0000    214.29%
14835.87/777.19	c *     777          14522         433        20         285.0000          91.0000    213.19%
14928.16/781.83	c       782          14620         454        20         285.0000          91.0000    213.19%
15029.29/786.94	c       787          14681          41        20         285.0000          92.0000    209.78%
15086.95/789.81	c *     790          14744          98        20         284.0000          92.0000    208.70%
15138.28/792.44	c       792          14804         158        20         284.0000          92.0000    208.70%
15225.61/796.88	c *     797          14925         277        20         283.0000          92.0000    207.61%
15237.44/797.48	c       797          14925         277        20         283.0000          92.0000    207.61%
15342.64/802.72	c       803          15085         437        20         283.0000          92.0000    207.61%
15441.85/807.77	c       808          15209         518        20         283.0000          92.0000    207.61%
15543.03/812.85	c       813          15426         672        20         283.0000          92.0000    207.61%
15564.85/813.97	c *     814          15509         755        20         282.0000          92.0000    206.52%
15644.15/817.91	c       818          15606         531        20         282.0000          92.0000    206.52%
15746.07/823.04	c       823          15763         603        20         282.0000          92.0000    206.52%
15779.10/824.76	c *     825          15797         510        20         281.0000          92.0000    205.43%
15847.23/828.18	c       828          15883         486        20         281.0000          92.0000    205.43%
15894.07/830.51	c *     830          15949         552        20         280.0000          92.0000    204.35%
15947.71/833.24	c       833          16014         216        20         280.0000          92.0000    204.35%
15989.12/835.37	c *     835          16054         256        20         279.0000          92.0000    203.26%
16054.52/838.63	c       839          16117         313        20         279.0000          92.0000    203.26%
16162.28/844.04	c       844          16256         214        20         279.0000          92.0000    203.26%
16165.46/844.23	c *     844          16296         254        20         278.0000          92.0000    202.17%
16268.34/849.44	c       849          16449         332        20         278.0000          92.0000    202.17%
16367.56/854.48	c       854          16549         432        20         278.0000          92.0000    202.17%
16434.89/857.80	c *     858          16599         476        20         277.0000          92.0000    201.09%
16468.57/859.52	c       860          16650         214        20         277.0000          92.0000    201.09%
16547.93/863.57	c *     864          16749         254        20         276.0000          92.0000    200.00%
16573.56/864.84	c       865          16789         294        20         276.0000          92.0000    200.00%
16634.99/867.91	c *     868          16846         177        20         275.0000          92.0000    198.91%
16677.36/870.05	c       870          16921         250        20         275.0000          92.0000    198.91%
16746.03/873.56	c *     874          17016         313        20         274.0000          92.0000    197.83%
16781.62/875.37	c       875          17037         332        20         274.0000          92.0000    197.83%
16796.17/876.09	c *     876          17077         372        20         273.0000          92.0000    196.74%
16868.90/879.77	c *     880          17164         189        20         272.0000          92.0000    195.65%
16888.69/880.72	c       881          17164         189        20         272.0000          92.0000    195.65%
16964.06/884.59	c *     885          17253         109        20         271.0000          92.0000    194.57%
16991.82/885.96	c       886          17274         128        20         271.0000          92.0000    194.57%
17071.17/889.96	c *     890          17352         175        20         270.0000          92.0000    193.48%
17095.62/891.17	c       891          17384         205        20         270.0000          92.0000    193.48%
17164.32/894.66	c *     895          17492         313        20         269.0000          92.0000    192.39%
17197.98/896.31	c       896          17532         353        20         269.0000          92.0000    192.39%
17255.44/899.22	c *     899          17574         391        20         268.0000          92.0000    191.30%
17296.96/901.37	c       901          17641         192        20         268.0000          92.0000    191.30%
17314.75/902.23	c *     902          17664         215        20         267.0000          92.0000    190.22%
17372.92/905.18	c *     905          17728         277        20         266.0000          92.0000    189.13%
17395.92/906.39	c       906          17763         171        20         266.0000          92.0000    189.13%
17459.43/909.58	c *     910          17824         230        20         265.0000          92.0000    188.04%
17504.88/911.89	c       912          17890         172        20         265.0000          92.0000    188.04%
17520.75/912.66	c *     913          17930         212        20         264.0000          92.0000    186.96%
17608.59/917.13	c       917          18031         311        20         264.0000          92.0000    186.96%
17623.73/917.89	c *     918          18071         157        20         263.0000          92.0000    185.87%
17710.88/922.23	c       922          18171         174        20         263.0000          92.0000    185.87%
17732.71/923.39	c *     923          18212         213        20         262.0000          92.0000    184.78%
17809.86/927.28	c       927          18348         194        20         262.0000          92.0000    184.78%
17897.16/931.63	c *     932          18477         323        20         261.0000          92.0000    183.70%
17911.00/932.33	c       932          18529         143        20         261.0000          92.0000    183.70%
17987.03/936.17	c *     936          18623         193        20         260.0000          92.0000    182.61%
18022.05/937.96	c       938          18659         154        20         260.0000          92.0000    182.61%
18049.80/939.35	c *     939          18699         194        20         259.0000          92.0000    181.52%
18099.40/941.83	c *     942          18761         175        20         258.0000          92.0000    180.43%
18121.16/943.00	c       943          18806         134        20         258.0000          92.0000    180.43%
18174.67/945.61	c *     946          18835         136        20         257.0000          92.0000    179.35%
18232.08/948.54	c       949          18925         196        20         257.0000          92.0000    179.35%
18234.05/948.64	c *     949          18925         196        20         256.0000          92.0000    178.26%
18273.51/950.67	c *     951          19017         175        20         255.0000          92.0000    177.17%
18302.13/952.10	c *     952          19017         175        20         254.0000          92.0000    176.09%
18334.80/953.74	c       954          19027           1        20         254.0000          92.0000    176.09%
18433.97/958.79	c *     959          19112          76        20         253.0000          92.0000    175.00%
18433.97/958.79	c       959          19112          76        20         253.0000          92.0000    175.00%
18487.34/961.46	c *     961          19229         152        20         252.0000          92.0000    173.91%
18542.76/964.20	c       964          19270         105        20         252.0000          92.0000    173.91%
18550.69/964.63	c *     965          19279         112        20         251.0000          92.0000    172.83%
18612.19/967.75	c *     968          19228           2        20         250.0000          92.0000    171.74%
18647.76/969.54	c       970          19251          11        20         250.0000          92.0000    171.74%
18658.38/970.05	c *     970          19398         111        20         249.0000          92.0000    170.65%
18703.24/972.33	c *     972          19332          90        20         248.0000          92.0000    169.57%
18724.99/973.42	c *     973          19377         129        20         247.0000          92.0000    168.48%
18748.73/974.65	c       975          19518         111        20         247.0000          92.0000    168.48%
18806.37/977.56	c *     978          19581          95        20         246.0000          92.0000    167.39%
18847.80/979.66	c       980          19653         113        20         246.0000          92.0000    167.39%
18875.98/981.03	c *     981          19629          88        20         245.0000          92.0000    166.30%
18933.00/984.03	c *     984          19860         154        20         244.0000          92.0000    165.22%
18950.78/984.80	c       985          19901          47        20         244.0000          92.0000    165.22%
19020.15/988.30	c *     988          19997         129        20         243.0000          92.0000    164.13%
19049.90/989.82	c       990          19909          68        20         243.0000          92.0000    164.13%
19087.52/991.71	c *     992          20077          90        20         242.0000          92.0000    163.04%
19144.85/994.60	c *     995          20083          78        20         241.0000          92.0000    161.96%
19148.83/994.83	c       995          20142         109        20         241.0000          92.0000    161.96%
19237.98/999.35	c *     999          20401           1        20         240.0000          92.0000    160.87%
19254.73/1000.20	c      1000          20249         101        20         240.0000          92.0000    160.87%
19348.86/1004.91	c *    1005          20573          65        20         239.0000          92.0000    159.78%
19354.79/1005.22	c      1005          20441         134        20         239.0000          92.0000    159.78%
19455.84/1010.33	c *    1010          20567          89        20         238.0000          92.0000    158.70%
19455.84/1010.33	c      1010          20567          89        20         238.0000          92.0000    158.70%
19554.91/1015.39	c      1015          20734          92        20         238.0000          92.0000    158.70%
19562.82/1015.71	c *    1016          20734          92        20         237.0000          92.0000    157.61%
19655.89/1020.40	c      1020          20883         101        20         237.0000          92.0000    157.61%
19708.05/1023.10	c *    1023          21197          98        20         236.0000          92.0000    156.52%
19764.81/1025.95	c      1026          21061          54        20         236.0000          92.0000    156.52%
19802.49/1027.88	c *    1028          21321          49        20         235.0000          92.0000    155.43%
19848.95/1030.17	c *    1030          21377          45        20         234.0000          92.0000    154.35%
19863.73/1030.96	c      1031          21418          28        20         234.0000          92.0000    154.35%
19906.15/1033.10	c *    1033          21222          52        20         233.0000          92.0000    153.26%
19956.75/1035.61	c *    1036          21516          48        20         232.0000          92.0000    152.17%
19967.42/1036.15	c      1036          21295          46        20         232.0000          92.0000    152.17%
19996.31/1037.61	c *    1038          21341          65        20         231.0000          92.0000    151.09%
20066.44/1041.18	c *    1041          21418          44        20         230.0000          92.0000    150.00%
20066.44/1041.18	c      1041          21418          44        20         230.0000          92.0000    150.00%
20168.67/1046.34	c      1046          21467          11        20         230.0000          92.0000    150.00%
20178.55/1046.80	c *    1047          21526          66        20         229.0000          92.0000    148.91%
20200.27/1047.92	c *    1048          21609          35        20         228.0000          92.0000    147.83%
20255.69/1050.72	c *    1051          21704          42        20         227.0000          92.0000    146.74%
20275.52/1051.76	c      1052          22016          49        20         227.0000          92.0000    146.74%
20289.37/1052.42	c *    1052          21731          21        20         226.0000          92.0000    145.65%
20333.00/1054.70	c *    1055          21771          39        20         225.0000          92.0000    144.57%
20364.55/1056.24	c *    1056          21808          50        20         224.0000          92.0000    143.48%
20374.42/1056.78	c      1057          21840          14        20         224.0000          92.0000    143.48%
20396.19/1057.85	c *    1058          22203          23        20         223.0000          92.0000    142.39%
20437.82/1060.02	c *    1060          22318          69        20         222.0000          92.0000    141.30%
20469.46/1061.55	c *    1062          22031          44        20         221.0000          92.0000    140.22%
20475.34/1061.89	c      1062          22031          44        20         221.0000          92.0000    140.22%
20489.21/1062.53	c *    1063          22359          37        20         220.0000          92.0000    139.13%
20516.87/1063.90	c *    1064          22146          18        20         219.0000          92.0000    138.04%
20536.72/1064.98	c *    1065          22202          10        20         218.0000          92.0000    136.96%
20570.33/1066.64	c *    1067          22494          44        20         217.0000          92.0000    135.87%
20576.23/1066.92	c      1067          22494          44        20         217.0000          92.0000    135.87%
20613.88/1068.81	c *    1069          22556          32        20         216.0000          92.0000    134.78%
20621.71/1069.27	c *    1069          22305          20        20         215.0000          92.0000    133.70%
20653.43/1070.88	c *    1071          22326           9        20         214.0000          92.0000    132.61%
20675.08/1071.97	c      1072          22354          25        20         214.0000          92.0000    132.61%
20694.88/1073.04	c *    1073          22369          12        20         213.0000          92.0000    131.52%
20770.03/1076.76	c *    1077          22507          73        20         212.0000          92.0000    130.43%
20776.66/1077.07	c      1077          22507          73        20         212.0000          92.0000    130.43%
20783.83/1077.50	c *    1078          22507          73        20         211.0000          92.0000    129.35%
20813.35/1078.91	c *    1079          22832          26        20         210.0000          92.0000    128.26%
20856.01/1081.14	c *    1081          22892          20        20         209.0000          92.0000    127.17%
20877.47/1082.16	c      1082          22931          19        20         209.0000          92.0000    127.17%
20904.44/1083.55	c *    1084          22738          52        20         208.0000          92.0000    126.09%
20967.84/1086.73	c *    1087          22832          38        20         207.0000          92.0000    125.00%
20977.57/1087.27	c      1087          22832          38        20         207.0000          92.0000    125.00%
21058.82/1091.36	c *    1091          22894           0        20         206.0000          92.0000    123.91%
21078.64/1092.37	c      1092          23119          14        20         206.0000          92.0000    123.91%
21169.90/1096.96	c *    1097          23219           0        20         205.0000          92.0000    122.83%
21181.72/1097.59	c      1098          24642          49        20         205.0000          92.0000    122.83%
21212.18/1099.10	c *    1099          23277          12        20         204.0000          92.0000    121.74%
21276.77/1102.37	c *    1102          23395          19        20         203.0000          92.0000    120.65%
21284.67/1102.77	c      1103          23393          78        20         203.0000          92.0000    120.65%
21304.47/1103.71	c *    1104          23443          29        20         202.0000          92.0000    119.57%
21354.04/1106.23	c *    1106          23567          47        20         201.0000          92.0000    118.48%
21381.72/1107.62	c *    1108          23631          32        20         200.0000          92.0000    117.39%
21392.43/1108.19	c      1108          23668          50        20         200.0000          92.0000    117.39%
21423.34/1109.76	c *    1110          23706           9        20         199.0000          92.0000    116.30%
21458.82/1111.51	c *    1112          23770          37        20         198.0000          92.0000    115.22%
21496.40/1113.48	c *    1113          25159          45        20         197.0000          92.0000    114.13%
21496.40/1113.48	c      1113          25159          45        20         197.0000          92.0000    114.13%
21526.03/1114.92	c *    1115          25236          36        20         196.0000          92.0000    113.04%
21563.69/1116.84	c *    1117          25334          41        20         195.0000          92.0000    111.96%
21595.22/1118.43	c *    1118          24025          15        20         194.0000          92.0000    110.87%
21605.04/1118.91	c      1119          24053          16        20         194.0000          92.0000    110.87%
21627.40/1120.06	c *    1120          24079          15        20         193.0000          92.0000    109.78%
21667.17/1122.11	c *    1122          24103           8        20         192.0000          92.0000    108.70%
21701.90/1123.83	c *    1124          25524           2        20         191.0000          92.0000    107.61%
21709.79/1124.23	c      1124          24200          27        20         191.0000          92.0000    107.61%
21731.64/1125.36	c *    1125          24303          26        20         190.0000          92.0000    106.52%
21773.07/1127.46	c *    1127          24419          47        20         189.0000          92.0000    105.43%
21805.53/1129.10	c *    1129          24555          36        20         188.0000          92.0000    104.35%
21812.34/1129.44	c      1129          24572          58        20         188.0000          92.0000    104.35%
21826.90/1130.19	c *    1130          24635           4        20         187.0000          92.0000    103.26%
21846.57/1131.15	c *    1131          24719           4        20         186.0000          92.0000    102.17%
21869.68/1132.36	c *    1132          24798           3        20         185.0000          92.0000    101.09%
21884.22/1133.08	c *    1133          24711           0        20         184.0000          92.0000    100.00%
21908.95/1134.31	c *    1134          24980          28        20         183.0000          92.0000     98.91%
21914.89/1134.69	c      1135          24814          47        20         183.0000          92.0000     98.91%
21938.48/1135.80	c *    1136          26282          18        20         182.0000          92.0000     97.83%
21960.21/1137.01	c *    1137          24911           7        20         181.0000          92.0000     96.74%
21985.89/1138.25	c *    1138          25015           5        20         180.0000          92.0000     95.65%
22005.58/1139.29	c *    1139          25071          46        20         179.0000          92.0000     94.57%
22015.26/1139.73	c      1140          26594          70        20         179.0000          92.0000     94.57%
22031.15/1140.56	c *    1141          25302           7        20         178.0000          92.0000     93.48%
22048.81/1141.40	c *    1141          25177          44        20         177.0000          92.0000     92.39%
22070.58/1142.55	c *    1143          25208           0        20         176.0000          92.0000     91.30%
22100.74/1144.04	c *    1144          25418          27        20         175.0000          92.0000     90.22%
22118.06/1145.01	c *    1145          25443           4        20         174.0000          92.0000     89.13%
22118.06/1145.01	c      1145          25443           4        20         174.0000          92.0000     89.13%
22142.56/1146.19	c *    1146          27063           4        20         173.0000          92.0000     88.04%
22185.20/1148.34	c *    1148          25560          47        20         172.0000          92.0000     86.96%
22203.00/1149.29	c *    1149          25623           2        20         171.0000          92.0000     85.87%
22216.78/1150.01	c *    1150          25653          15        20         170.0000          92.0000     84.78%
22216.78/1150.01	c      1150          25653          15        20         170.0000          92.0000     84.78%
22234.39/1150.82	c *    1151          25688          16        20         169.0000          92.0000     83.70%
22250.02/1151.60	c *    1152          25765          55        20         168.0000          92.0000     82.61%
22261.92/1152.28	c *    1152          25824          34        20         167.0000          92.0000     81.52%
22281.63/1153.24	c *    1153          25883           2        20         166.0000          92.0000     80.43%
22295.36/1153.95	c *    1154          25928          43        20         165.0000          92.0000     79.35%
22317.46/1155.05	c *    1155          25981           4        20         164.0000          92.0000     78.26%
22317.46/1155.05	c      1155          25981           4        20         164.0000          92.0000     78.26%
22328.68/1155.62	c *    1156          26086          43        20         163.0000          92.0000     77.17%
22342.48/1156.34	c *    1156          27762          14        20         162.0000          92.0000     76.09%
22362.24/1157.34	c *    1157          26066          28        20         161.0000          92.0000     75.00%
22387.78/1158.60	c *    1159          27808           2        20         160.0000          92.0000     73.91%
22409.57/1159.76	c *    1160          26437           0        20         159.0000          92.0000     72.83%
22419.27/1160.25	c      1160          26251          31        20         159.0000          92.0000     72.83%
22425.25/1160.54	c *    1161          26251          31        20         158.0000          92.0000     71.74%
22443.02/1161.47	c *    1161          26311           2        20         157.0000          92.0000     70.65%
22462.65/1162.46	c *    1162          26665          11        20         156.0000          92.0000     69.57%
22484.42/1163.59	c *    1164          26751          23        20         155.0000          92.0000     68.48%
22503.91/1164.51	c *    1165          26817           3        20         154.0000          92.0000     67.39%
22517.68/1165.28	c      1165          27971          11        20         154.0000          92.0000     67.39%
22521.66/1165.47	c *    1165          26891          11        20         153.0000          92.0000     66.30%
22537.46/1166.22	c *    1166          26891          11        20         152.0000          92.0000     65.22%
22551.34/1166.92	c *    1167          26732          45        20         151.0000          92.0000     64.13%
22571.05/1168.01	c *    1168          26824           2        20         150.0000          92.0000     63.04%
22590.71/1168.95	c *    1169          26889           0        20         149.0000          92.0000     61.96%
22608.56/1169.89	c *    1170          26889           0        20         148.0000          92.0000     60.87%
22618.43/1170.38	c      1170          27284          38        20         148.0000          92.0000     60.87%
22636.18/1171.26	c *    1171          26951           0        20         147.0000          92.0000     59.78%
22649.82/1172.04	c *    1172          26959           2        20         146.0000          92.0000     58.70%
22667.52/1172.84	c *    1173          28425          45        20         145.0000          92.0000     57.61%
22685.31/1173.73	c *    1174          28455           2        20         144.0000          92.0000     56.52%
22709.07/1174.93	c *    1175          28532           8        20         143.0000          92.0000     55.43%
22718.87/1175.48	c *    1175          27283          68        20         142.0000          92.0000     54.35%
22718.87/1175.48	c      1175          27283          68        20         142.0000          92.0000     54.35%
22731.46/1176.09	c *    1176          28686           1        20         141.0000          92.0000     53.26%
22746.37/1176.83	c *    1177          28712           0        20         140.0000          92.0000     52.17%
22758.08/1177.43	c *    1177          27410           2        20         139.0000          92.0000     51.09%
22764.01/1177.79	c *    1178          28735           0        20         138.0000          92.0000     50.00%
22777.49/1178.40	c *    1178          27495           2        20         137.0000          92.0000     48.91%
22790.19/1179.09	c *    1179          28809          12        20         136.0000          92.0000     47.83%
22811.72/1180.17	c *    1180          28910           2        20         135.0000          92.0000     46.74%
22820.65/1180.64	c      1181          27689          47        20         135.0000          92.0000     46.74%
22834.51/1181.35	c *    1181          28998           0        20         134.0000          92.0000     45.65%
22864.20/1182.85	c *    1183          28410          34        20         133.0000          92.0000     44.57%
22875.95/1183.42	c *    1183          29169          57        20         132.0000          92.0000     43.48%
22901.58/1184.76	c *    1185          28015          20        20         131.0000          92.0000     42.39%
22915.35/1185.44	c *    1185          29299          41        20         130.0000          92.0000     41.30%
22923.25/1185.82	c      1186          28111           0        20         130.0000          92.0000     41.30%
22931.19/1186.28	c *    1186          29438           0        20         129.0000          92.0000     40.22%
22944.82/1186.93	c *    1187          28184           2        20         128.0000          92.0000     39.13%
22987.41/1189.09	c *    1189          28379          35        20         127.0000          92.0000     38.04%
23006.69/1190.10	c *    1190          28459           0        20         126.0000          92.0000     36.96%
23029.93/1191.21	c      1191          28969           3        20         126.0000          92.0000     36.96%
23057.57/1192.66	c *    1193          29943          45        20         125.0000          92.0000     35.87%
23109.02/1195.20	c *    1195          28817          39        20         124.0000          92.0000     34.78%
23130.85/1196.36	c *    1196          28873          14        20         123.0000          92.0000     33.70%
23130.85/1196.36	c      1196          28873          14        20         123.0000          92.0000     33.70%
23150.34/1197.31	c *    1197          28979           0        20         122.0000          92.0000     32.61%
23229.72/1201.38	c      1201          29260          29        20         122.0000          92.0000     32.61%
23332.92/1206.58	c      1207          29754          16        20         122.0000          92.0000     32.61%
23343.60/1207.06	c *    1207          30637          20        20         121.0000          92.0000     31.52%
23352.64/1207.55	c *    1208          30637          20        20         120.0000          92.0000     30.43%
23372.30/1208.55	c *    1209          30706           0        20         119.0000          92.0000     29.35%
23429.75/1211.48	c *    1211          30932          28        20         118.0000          92.0000     28.26%
23435.65/1211.76	c      1212          30092          19        20         118.0000          92.0000     28.26%
23532.82/1216.64	c *    1217          31159          17        20         117.0000          92.0000     27.17%
23538.75/1216.90	c      1217          30341          10        20         117.0000          92.0000     27.17%
23649.78/1222.51	c      1223          30204          18        20         117.0000          92.0000     27.17%
23715.26/1225.87	c *    1226          30726          18        20         116.0000          92.0000     26.09%
23750.79/1227.69	c      1228          30441          24        20         116.0000          92.0000     26.09%
23853.97/1232.82	c      1233          30643          16        20         116.0000          92.0000     26.09%
23953.18/1237.88	c      1238          32400          13        20         116.0000          92.0000     26.09%
24054.37/1242.90	c      1243          31049          12        20         116.0000          92.0000     26.09%
24156.24/1248.07	c      1248          31749           9        20         116.0000          92.0000     26.09%
24255.73/1253.11	c      1253          32047          17        20         116.0000          92.0000     26.09%
24357.85/1258.21	c      1258          33552          11        20         116.0000          92.0000     26.09%
24459.07/1263.34	c      1263          33830           9        20         116.0000          92.0000     26.09%
24558.27/1268.39	c      1268          32059          10        20         116.0000          92.0000     26.09%
24663.48/1273.63	c      1274          32304          12        20         116.0000          92.0000     26.09%
24764.70/1278.74	c      1279          32556           7        20         116.0000          92.0000     26.09%
24865.92/1283.88	c      1284          32860          15        20         116.0000          92.0000     26.09%
24967.15/1289.01	c      1289          33959          10        20         116.0000          92.0000     26.09%
24983.03/1289.76	c *    1290          33062          14        20         115.0000          92.0000     25.00%
25069.13/1294.10	c      1294          33248          16        20         115.0000          92.0000     25.00%
25171.27/1299.24	c      1299          33469           5        20         115.0000          92.0000     25.00%
25270.48/1304.26	c      1304          34823           9        20         115.0000          92.0000     25.00%
25371.71/1309.32	c      1309          36450          11        20         115.0000          92.0000     25.00%
25472.91/1314.48	c      1314          36793          13        20         115.0000          92.0000     25.00%
25576.06/1319.67	c      1320          37123           9        20         115.0000          92.0000     25.00%
25679.29/1324.88	c      1325          37381           6        20         115.0000          92.0000     25.00%
25783.40/1330.07	c      1330          37680          12        20         115.0000          92.0000     25.00%
25887.58/1335.35	c      1335          38005           9        20         115.0000          92.0000     25.00%
25988.72/1340.48	c      1340          36864           8        20         115.0000          92.0000     25.00%
26095.84/1345.81	c      1346          37181           4        20         115.0000          92.0000     25.00%
26196.93/1350.96	c      1351          38891          10        20         115.0000          92.0000     25.00%
26299.10/1356.09	c      1356          39205           7        20         115.0000          92.0000     25.00%
26400.14/1361.18	c      1361          39569          11        20         115.0000          92.0000     25.00%
26502.37/1366.34	c      1366          39900           9        20         115.0000          92.0000     25.00%
26603.51/1371.48	c      1371          38643           7        20         115.0000          92.0000     25.00%
26704.81/1376.54	c      1377          37041          13        20         115.0000          92.0000     25.00%
26807.67/1381.72	c      1382          37336          17        20         115.0000          92.0000     25.00%
26908.77/1386.88	c      1387          37569           5        20         115.0000          92.0000     25.00%
27012.64/1392.09	c      1392          39939           4        20         115.0000          92.0000     25.00%
27115.00/1397.26	c      1397          40248           6        20         115.0000          92.0000     25.00%
27218.12/1402.42	c      1402          40563           7        20         115.0000          92.0000     25.00%
27321.25/1407.65	c      1408          40892           9        20         115.0000          92.0000     25.00%
27426.34/1412.91	c      1413          41211          10        20         115.0000          92.0000     25.00%
27428.96/1413.07	c *    1413          42989          12        20         114.0000          92.0000     23.91%
27495.49/1416.42	c *    1416          43188           8        20         113.0000          92.0000     22.83%
27527.95/1418.06	c      1418          38862           6        20         113.0000          92.0000     22.83%
27630.26/1423.27	c      1423          43508          19        20         113.0000          92.0000     22.83%
27733.40/1428.43	c      1428          42017           1        20         113.0000          92.0000     22.83%
27834.58/1433.52	c      1434          42235          21        20         113.0000          92.0000     22.83%
27935.75/1438.64	c      1439          39678          21        20         113.0000          92.0000     22.83%
27939.72/1438.88	c *    1439          42587          33        20         112.0000          92.0000     21.74%
28036.82/1443.79	c      1444          39945          19        20         112.0000          92.0000     21.74%
28056.66/1444.77	c *    1445          40004          28        20         111.0000          92.0000     20.65%
28139.76/1448.97	c      1449          40209          12        20         111.0000          92.0000     20.65%
28243.78/1454.20	c      1454          40458          14        20         111.0000          92.0000     20.65%
28346.02/1459.30	c      1459          40692          20        20         111.0000          92.0000     20.65%
28447.17/1464.45	c      1464          40911          13        20         111.0000          92.0000     20.65%
28548.33/1469.52	c      1470          41128          13        20         111.0000          92.0000     20.65%
28649.48/1474.65	c      1475          46211          20        20         111.0000          92.0000     20.65%
28752.66/1479.82	c      1480          46528          19        20         111.0000          92.0000     20.65%
28851.75/1484.86	c      1485          41818          16        20         111.0000          92.0000     20.65%
28955.66/1490.06	c      1490          42070          19        20         111.0000          92.0000     20.65%
29058.02/1495.24	c      1495          45850          20        20         111.0000          92.0000     20.65%
29159.13/1500.38	c      1500          46121          18        20         111.0000          92.0000     20.65%
29258.15/1505.39	c      1505          42684          11        20         111.0000          92.0000     20.65%
29361.31/1510.57	c      1511          42897          22        20         111.0000          92.0000     20.65%
29462.45/1515.67	c      1516          48349          20        20         111.0000          92.0000     20.65%
29563.60/1520.77	c      1521          48640          17        20         111.0000          92.0000     20.65%
29662.73/1525.79	c      1526          47431          19        20         111.0000          92.0000     20.65%
29744.00/1529.83	c *    1530          47669          20        20         110.0000          92.0000     19.57%
29765.74/1531.01	c      1531          47722          16        20         110.0000          92.0000     19.57%
29869.52/1536.16	c      1536          48048          14        20         110.0000          92.0000     19.57%
29969.62/1541.21	c      1541          48340          16        20         110.0000          92.0000     19.57%
30070.71/1546.38	c      1546          44479           7        20         110.0000          92.0000     19.57%
30173.79/1551.59	c      1552          50350          17        20         110.0000          92.0000     19.57%
30278.65/1556.80	c      1557          50686          14        20         110.0000          92.0000     19.57%
30379.71/1561.95	c      1562          45239          12        20         110.0000          92.0000     19.57%
30481.90/1567.10	c      1567          45525          12        20         110.0000          92.0000     19.57%
30583.91/1572.22	c      1572          45774          16        20         110.0000          92.0000     19.57%
30685.08/1577.34	c      1577          51897          14        20         110.0000          92.0000     19.57%
30788.25/1582.50	c      1582          52248          22        20         110.0000          92.0000     19.57%
30889.45/1587.67	c      1588          46464           6        20         110.0000          92.0000     19.57%
30990.62/1592.73	c      1593          46754           7        20         110.0000          92.0000     19.57%
31089.81/1597.76	c      1598          51476          10        20         110.0000          92.0000     19.57%
31191.00/1602.88	c      1603          51832          16        20         110.0000          92.0000     19.57%
31292.13/1608.01	c      1608          52156          14        20         110.0000          92.0000     19.57%
31397.26/1613.23	c      1613          52497          13        20         110.0000          92.0000     19.57%
31496.43/1618.26	c      1618          52895          24        20         110.0000          92.0000     19.57%
31597.53/1623.31	c      1623          48254          10        20         110.0000          92.0000     19.57%
31698.55/1628.42	c      1628          48490          15        20         110.0000          92.0000     19.57%
31799.65/1633.57	c      1634          48700          10        20         110.0000          92.0000     19.57%
31902.78/1638.75	c      1639          48944          12        20         110.0000          92.0000     19.57%
32005.78/1643.97	c      1644          49194          14        20         110.0000          92.0000     19.57%
32110.99/1649.20	c      1649          55013          16        20         110.0000          92.0000     19.57%
32211.94/1654.30	c      1654          57186          17        20         110.0000          92.0000     19.57%
32313.02/1659.49	c      1659          55641           9        20         110.0000          92.0000     19.57%
32416.14/1664.66	c      1665          55965          10        20         110.0000          92.0000     19.57%
32517.30/1669.78	c      1670          56254          10        20         110.0000          92.0000     19.57%
32620.45/1674.93	c      1675          58588          15        20         110.0000          92.0000     19.57%
32722.41/1680.07	c      1680          58979          17        20         110.0000          92.0000     19.57%
32823.69/1685.19	c      1685          59321          18        20         110.0000          92.0000     19.57%
32925.77/1690.38	c      1690          51271          10        20         110.0000          92.0000     19.57%
33028.90/1695.58	c      1696          51522          13        20         110.0000          92.0000     19.57%
33132.03/1700.76	c      1701          51799          12        20         110.0000          92.0000     19.57%
33235.17/1705.95	c      1706          52035           8        20         110.0000          92.0000     19.57%
33337.32/1711.10	c      1711          52180           0        20         110.0000          92.0000     19.57%
33439.42/1716.29	c      1716          61457          16        20         110.0000          92.0000     19.57%
33542.40/1721.49	c      1721          52694           9        20         110.0000          92.0000     19.57%
33645.53/1726.68	c      1727          52912           8        20         110.0000          92.0000     19.57%
33750.64/1731.95	c      1732          62481          20        20         110.0000          92.0000     19.57%
33852.58/1737.10	c      1737          62825          19        20         110.0000          92.0000     19.57%
33954.90/1742.27	c      1742          63180          16        20         110.0000          92.0000     19.57%
34056.03/1747.37	c      1747          63581          20        20         110.0000          92.0000     19.57%
34157.18/1752.46	c      1752          63943          14        20         110.0000          92.0000     19.57%
34260.30/1757.69	c      1758          54332          13        20         110.0000          92.0000     19.57%
34363.40/1762.81	c      1763          54598          14        20         110.0000          92.0000     19.57%
34464.34/1767.93	c      1768          54850          17        20         110.0000          92.0000     19.57%
34539.60/1771.72	c *    1772          65204          17        20         109.0000          92.0000     18.48%
34563.29/1773.01	c      1773          55069           8        20         109.0000          92.0000     18.48%
34665.35/1778.12	c      1778          55284          13        20         109.0000          92.0000     18.48%
34766.61/1783.20	c      1783          65601          12        20         109.0000          92.0000     18.48%
34866.56/1788.25	c      1788          65948          11        20         109.0000          92.0000     18.48%
34969.72/1793.42	c      1793          64017          12        20         109.0000          92.0000     18.48%
35072.79/1798.63	c      1799          56185           7        20         109.0000          92.0000     18.48%
35173.91/1803.70	c      1804          64651          15        20         109.0000          92.0000     18.48%
35273.10/1808.77	c      1809          56594           8        20         109.0000          92.0000     18.48%
35375.98/1813.90	c      1814          56834           6        20         109.0000          92.0000     18.48%
35477.98/1819.09	c      1819          57070          12        20         109.0000          92.0000     18.48%
35579.98/1824.30	c      1824          57316           7        20         109.0000          92.0000     18.48%
35682.99/1829.48	c      1829          66335          13        20         109.0000          92.0000     18.48%
35784.11/1834.57	c      1835          66643          11        20         109.0000          92.0000     18.48%
35887.27/1839.71	c      1840          66950          13        20         109.0000          92.0000     18.48%
35988.42/1844.87	c      1845          69319          14        20         109.0000          92.0000     18.48%
36089.60/1850.05	c      1850          69642           8        20         109.0000          92.0000     18.48%
36194.70/1855.21	c      1855          69929          12        20         109.0000          92.0000     18.48%
36293.81/1860.28	c      1860          70237          13        20         109.0000          92.0000     18.48%
36394.96/1865.34	c      1865          70558           7        20         109.0000          92.0000     18.48%
36494.11/1870.35	c      1870          70856           9        20         109.0000          92.0000     18.48%
36595.16/1875.44	c      1875          59601           8        20         109.0000          92.0000     18.48%
36694.34/1880.49	c      1880          59830           9        20         109.0000          92.0000     18.48%
36795.49/1885.59	c      1886          60087          11        20         109.0000          92.0000     18.48%
36896.65/1890.66	c      1891          60352          17        20         109.0000          92.0000     18.48%
36995.81/1895.68	c      1896          70205          13        20         109.0000          92.0000     18.48%
37096.96/1900.78	c      1901          70510           9        20         109.0000          92.0000     18.48%
37197.91/1905.84	c      1906          70850           9        20         109.0000          92.0000     18.48%
37299.08/1910.91	c      1911          71164          12        20         109.0000          92.0000     18.48%
37398.23/1915.99	c      1916          73589           5        20         109.0000          92.0000     18.48%
37497.37/1921.01	c      1921          61760          12        20         109.0000          92.0000     18.48%
37599.31/1926.14	c      1926          61992           9        20         109.0000          92.0000     18.48%
37701.66/1931.22	c      1931          62215           9        20         109.0000          92.0000     18.48%
37800.62/1936.29	c      1936          62427           6        20         109.0000          92.0000     18.48%
37901.79/1941.33	c      1941          75082           5        20         109.0000          92.0000     18.48%
38002.93/1946.45	c      1946          75379           8        20         109.0000          92.0000     18.48%
38102.02/1951.47	c      1951          75712          15        20         109.0000          92.0000     18.48%
38203.17/1956.57	c      1957          63470          17        20         109.0000          92.0000     18.48%
38304.35/1961.68	c      1962          63721          12        20         109.0000          92.0000     18.48%
38405.42/1966.80	c      1967          63945          13        20         109.0000          92.0000     18.48%
38506.60/1971.86	c      1972          74660          12        20         109.0000          92.0000     18.48%
38607.76/1976.93	c      1977          64450          12        20         109.0000          92.0000     18.48%
38706.88/1981.98	c      1982          77622          14        20         109.0000          92.0000     18.48%
38808.74/1987.13	c      1987          64839          15        20         109.0000          92.0000     18.48%
38907.98/1992.14	c      1992          65052          11        20         109.0000          92.0000     18.48%
39010.06/1997.27	c      1997          76216          14        20         109.0000          92.0000     18.48%
39111.17/2002.37	c      2002          76560          14        20         109.0000          92.0000     18.48%
39212.24/2007.44	c      2007          65744          15        20         109.0000          92.0000     18.48%
39311.44/2012.45	c      2012          65958          12        20         109.0000          92.0000     18.48%
39412.53/2017.57	c      2018          77677          13        20         109.0000          92.0000     18.48%
39513.69/2022.70	c      2023          80219           9        20         109.0000          92.0000     18.48%
39614.84/2027.77	c      2028          80632          10        20         109.0000          92.0000     18.48%
39715.94/2032.83	c      2033          66819           7        20         109.0000          92.0000     18.48%
39815.07/2037.88	c      2038          67098           9        20         109.0000          92.0000     18.48%
39916.23/2042.93	c      2043          67320          10        20         109.0000          92.0000     18.48%
40015.39/2048.04	c      2048          67533           6        20         109.0000          92.0000     18.48%
40117.33/2053.08	c      2053          82313          10        20         109.0000          92.0000     18.48%
40218.37/2058.14	c      2058          80514           8        20         109.0000          92.0000     18.48%
40317.60/2063.19	c      2063          68253          13        20         109.0000          92.0000     18.48%
40419.81/2068.30	c      2068          68507           9        20         109.0000          92.0000     18.48%
40518.96/2073.38	c      2073          68773           5        20         109.0000          92.0000     18.48%
40620.08/2078.43	c      2078          68995          10        20         109.0000          92.0000     18.48%
40721.22/2083.52	c      2084          82413          14        20         109.0000          92.0000     18.48%
40820.33/2088.53	c      2089          69478          14        20         109.0000          92.0000     18.48%
40921.46/2093.64	c      2094          84860          11        20         109.0000          92.0000     18.48%
41020.57/2098.66	c      2099          69849           9        20         109.0000          92.0000     18.48%
41123.66/2103.81	c      2104          85436           9        20         109.0000          92.0000     18.48%
41224.75/2108.96	c      2109          85808           8        20         109.0000          92.0000     18.48%
41326.48/2114.06	c      2114          84768           9        20         109.0000          92.0000     18.48%
41425.85/2119.15	c      2119          85103          14        20         109.0000          92.0000     18.48%
41527.89/2124.26	c      2124          71082           4        20         109.0000          92.0000     18.48%
41629.01/2129.33	c      2129          87200           7        20         109.0000          92.0000     18.48%
41728.13/2134.38	c      2134          87588          13        20         109.0000          92.0000     18.48%
41830.92/2139.51	c      2140          87937          12        20         109.0000          92.0000     18.48%
41929.99/2144.58	c      2145          88285           9        20         109.0000          92.0000     18.48%
42031.05/2149.67	c      2150          86850          14        20         109.0000          92.0000     18.48%
42132.17/2154.75	c      2155          87108          16        20         109.0000          92.0000     18.48%
42233.30/2159.85	c      2160          72776          16        20         109.0000          92.0000     18.48%
42334.33/2164.91	c      2165          73000           9        20         109.0000          92.0000     18.48%
42433.47/2170.01	c      2170          73269          14        20         109.0000          92.0000     18.48%
42535.47/2175.10	c      2175          73500          12        20         109.0000          92.0000     18.48%
42636.50/2180.17	c      2180          90550          12        20         109.0000          92.0000     18.48%
42736.99/2185.22	c      2185          88832          11        20         109.0000          92.0000     18.48%
42836.01/2190.27	c      2190          91281          10        20         109.0000          92.0000     18.48%
42937.14/2195.33	c      2195          91621           6        20         109.0000          92.0000     18.48%
43038.28/2200.40	c      2200          91994          15        20         109.0000          92.0000     18.48%
43137.45/2205.45	c      2205          92352          12        20         109.0000          92.0000     18.48%
43238.58/2210.53	c      2211          92675           8        20         109.0000          92.0000     18.48%
43337.70/2215.58	c      2216          93010          13        20         109.0000          92.0000     18.48%
43438.85/2220.65	c      2221          75550          10        20         109.0000          92.0000     18.48%
43539.89/2225.70	c      2226          75801           8        20         109.0000          92.0000     18.48%
43639.04/2230.72	c      2231          76019          10        20         109.0000          92.0000     18.48%
43740.15/2235.81	c      2236          91632          11        20         109.0000          92.0000     18.48%
43839.32/2240.89	c      2241          76426           8        20         109.0000          92.0000     18.48%
43940.46/2245.96	c      2246          94950          17        20         109.0000          92.0000     18.48%
44042.46/2251.08	c      2251          95235          16        20         109.0000          92.0000     18.48%
44143.66/2256.16	c      2256          95595          14        20         109.0000          92.0000     18.48%
44243.71/2261.26	c      2261          95927          15        20         109.0000          92.0000     18.48%
44346.84/2266.40	c      2266              2           1        20         109.0000          96.7054     12.71%
44445.93/2271.47	c      2271              2           1        20         109.0000          96.7054     12.71%
44546.93/2276.51	c      2276              2           1        20         109.0000          96.7054     12.71%
44647.88/2281.65	c      2282              2           1        20         109.0000          96.7054     12.71%
44748.72/2286.70	c      2287              2           1        20         109.0000          96.7054     12.71%
44847.67/2291.78	c      2292              2           1        20         109.0000          96.7054     12.71%
44950.78/2296.90	c      2297              2           1        20         109.0000          96.7054     12.71%
45049.92/2301.96	c      2302              2           1        20         109.0000          96.7054     12.71%
45151.56/2307.05	c      2307              2           1        20         109.0000          96.7054     12.71%
45250.72/2312.14	c      2312              2           1        20         109.0000          96.7054     12.71%
45352.92/2317.24	c      2317              2           1        20         109.0000          96.7054     12.71%
45453.99/2322.32	c      2322              2           1        20         109.0000          96.7054     12.71%
45553.15/2327.35	c      2327              2           1        20         109.0000          96.7054     12.71%
45654.30/2332.48	c      2332              2           1        20         109.0000          96.7054     12.71%
45753.32/2337.49	c      2337              2           1        20         109.0000          96.7054     12.71%
45856.43/2342.62	c      2343              2           1        20         109.0000          96.7054     12.71%
45957.53/2347.76	c      2348              2           1        20         109.0000          96.7054     12.71%
46058.67/2352.87	c      2353              2           1        20         109.0000          96.7054     12.71%
46159.80/2357.95	c      2358              2           1        20         109.0000          96.7054     12.71%
46261.71/2363.12	c      2363              2           1        20         109.0000          96.7054     12.71%
46362.82/2368.19	c      2368              2           1        20         109.0000          96.7054     12.71%
46463.18/2373.28	c      2373              2           1        20         109.0000          96.7054     12.71%
46564.30/2378.36	c      2378              2           1        20         109.0000          96.7054     12.71%
46665.46/2383.44	c      2383              2           1        20         109.0000          96.7054     12.71%
46766.60/2388.54	c      2389              2           1        20         109.0000          96.7054     12.71%
46867.77/2393.64	c      2394              2           1        20         109.0000          96.7054     12.71%
46968.88/2398.71	c      2399              2           1        20         109.0000          96.7054     12.71%
47070.01/2403.80	c      2404              2           1        20         109.0000          96.7054     12.71%
47169.16/2408.85	c      2409              2           1        20         109.0000          96.7054     12.71%
47270.30/2413.93	c      2414              2           1        20         109.0000          96.7054     12.71%
47369.46/2418.98	c      2419              2           1        20         109.0000          96.7054     12.71%
47471.65/2424.09	c      2424              2           1        20         109.0000          96.7054     12.71%
47572.64/2429.16	c      2429              2           1        20         109.0000          96.7054     12.71%
47672.90/2434.23	c      2434              2           1        20         109.0000          96.7054     12.71%
47772.06/2439.24	c      2439              2           1        20         109.0000          96.7054     12.71%
47875.20/2444.41	c      2444              2           1        20         109.0000          96.7054     12.71%
47974.32/2449.42	c      2449              2           1        20         109.0000          96.7054     12.71%
48075.35/2454.58	c      2455              2           1        20         109.0000          96.7054     12.71%
48176.50/2459.68	c      2460              2           1        20         109.0000          97.5467     11.74%
48277.69/2464.70	c      2465              2           1        20         109.0000          97.5467     11.74%
48380.82/2469.90	c      2470              2           1        20         109.0000          97.5467     11.74%
48480.01/2474.99	c      2475              2           1        20         109.0000          97.5467     11.74%
48581.97/2480.06	c      2480              2           1        20         109.0000          97.5467     11.74%
48681.35/2485.12	c      2485              2           1        20         109.0000          97.5467     11.74%
48783.49/2490.22	c      2490              2           1        20         109.0000          97.5467     11.74%
48882.66/2495.28	c      2495              2           1        20         109.0000          97.5467     11.74%
48983.84/2500.39	c      2500              2           1        20         109.0000          97.5467     11.74%
49085.00/2505.42	c      2505              2           1        20         109.0000          97.5467     11.74%
49186.15/2510.53	c      2511              2           1        20         109.0000          97.5467     11.74%
49285.32/2515.58	c      2516              3           2        20         109.0000          97.5467     11.74%
49386.48/2520.62	c      2521              3           2        20         109.0000          97.5467     11.74%
49489.57/2525.82	c      2526              3           2        20         109.0000          97.5467     11.74%
49588.75/2530.90	c      2531              3           2        20         109.0000          97.5467     11.74%
49689.91/2535.99	c      2536              3           2        20         109.0000          97.5467     11.74%
49789.08/2541.03	c      2541              3           2        20         109.0000          97.5467     11.74%
49893.04/2546.17	c      2546              3           2        20         109.0000          97.5467     11.74%
49993.37/2551.28	c      2551              3           2        20         109.0000          97.5467     11.74%
50094.54/2556.35	c      2556              3           2        20         109.0000          97.5467     11.74%
50195.69/2561.49	c      2561              3           2        20         109.0000          97.5467     11.74%
50296.83/2566.56	c      2567              3           2        20         109.0000          97.5467     11.74%
50395.95/2571.58	c      2572              3           2        20         109.0000          97.5467     11.74%
50499.10/2576.72	c      2577              3           2        20         109.0000          97.5467     11.74%
50598.29/2581.73	c      2582              3           2        20         109.0000          97.5467     11.74%
50701.42/2586.92	c      2587              3           2        20         109.0000          97.5467     11.74%
50800.60/2592.01	c      2592              3           2        20         109.0000          97.5467     11.74%
50902.49/2597.09	c      2597              3           2        20         109.0000          97.5467     11.74%
51001.68/2602.15	c      2602              3           2        20         109.0000          97.5467     11.74%
51104.06/2607.23	c      2607              3           2        20         109.0000          97.5467     11.74%
51205.23/2612.30	c      2612              3           2        20         109.0000          97.5467     11.74%
51306.40/2617.43	c      2617              3           2        20         109.0000          97.5467     11.74%
51407.56/2622.56	c      2623              3           2        20         109.0000          97.5467     11.74%
51508.55/2627.64	c      2628              3           2        20         109.0000          97.5467     11.74%
51609.67/2632.71	c      2633              3           2        20         109.0000          97.5467     11.74%
51708.83/2637.79	c      2638              3           2        20         109.0000          97.5467     11.74%
51810.00/2642.89	c      2643              3           2        20         109.0000          97.5467     11.74%
51911.00/2647.90	c      2648              3           2        20         109.0000          97.5467     11.74%
52015.19/2653.16	c      2653              3           2        20         109.0000          97.5467     11.74%
52115.32/2658.29	c      2658              4           3        20         109.0000          97.5467     11.74%
52216.50/2663.38	c      2663              4           3        20         109.0000          97.5467     11.74%
52317.67/2668.42	c      2668              4           3        20         109.0000          97.5467     11.74%
52418.85/2673.52	c      2674              4           3        20         109.0000          97.5467     11.74%
52520.01/2678.61	c      2679              4           3        20         109.0000          97.5467     11.74%
52619.19/2683.67	c      2684              4           3        20         109.0000          97.5467     11.74%
52720.38/2688.75	c      2689              4           3        20         109.0000          97.5467     11.74%
52821.55/2693.83	c      2694              4           3        20         109.0000          97.5467     11.74%
52920.73/2698.88	c      2699              4           3        20         109.0000          97.5467     11.74%
53019.92/2703.89	c      2704              4           3        20         109.0000          97.5467     11.74%
53121.10/2709.00	c      2709              4           3        20         109.0000          97.5467     11.74%
53223.00/2714.13	c      2714              4           3        20         109.0000          97.5467     11.74%
53325.45/2719.21	c      2719              4           3        20         109.0000          97.5467     11.74%
53424.65/2724.29	c      2724              4           3        20         109.0000          97.5467     11.74%
53525.81/2729.38	c      2729              4           3        20         109.0000          97.5467     11.74%
53627.02/2734.45	c      2734              4           3        20         109.0000          97.5467     11.74%
53728.19/2739.50	c      2740              4           3        20         109.0000          97.5467     11.74%
53827.41/2744.57	c      2745              4           3        20         109.0000          97.5467     11.74%
53928.45/2749.68	c      2750              4           3        20         109.0000          97.5467     11.74%
54029.57/2754.74	c      2755              4           3        20         109.0000          97.5467     11.74%
54128.70/2759.75	c      2760              4           3        20         109.0000          97.5467     11.74%
54227.83/2764.76	c      2765              4           3        20         109.0000          97.5467     11.74%
54330.91/2769.94	c      2770              4           3        20         109.0000          97.5467     11.74%
54434.39/2775.17	c      2775              4           3        20         109.0000          97.5467     11.74%
54534.92/2780.26	c      2780              4           3        20         109.0000          97.5467     11.74%
54636.02/2785.35	c      2785              5           4        20         109.0000          97.5521     11.74%
54737.09/2790.45	c      2790              5           4        20         109.0000          97.5521     11.74%
54838.23/2795.52	c      2796              5           4        20         109.0000          97.5521     11.74%
54937.37/2800.58	c      2801              5           4        20         109.0000          97.5521     11.74%
55038.41/2805.68	c      2806              5           4        20         109.0000          97.5521     11.74%
55139.52/2810.70	c      2811              5           4        20         109.0000          97.5521     11.74%
55238.64/2815.78	c      2816              5           4        20         109.0000          97.5521     11.74%
55341.76/2820.93	c      2821              6           5        20         109.0000          97.5521     11.74%
55440.90/2825.99	c      2826              6           5        20         109.0000          97.5521     11.74%
55542.48/2831.10	c      2831              6           5        20         109.0000          97.5521     11.74%
55641.88/2836.14	c      2836              6           5        20         109.0000          97.5521     11.74%
55744.12/2841.23	c      2841              6           5        20         109.0000          97.5521     11.74%
55845.04/2846.35	c      2846              6           5        20         109.0000          97.5521     11.74%
55946.17/2851.47	c      2851              6           5        20         109.0000          97.5521     11.74%
56047.20/2856.58	c      2857              6           5        20         109.0000          97.5521     11.74%
56148.31/2861.66	c      2862              6           5        20         109.0000          97.5521     11.74%
56249.40/2866.78	c      2867              6           5        20         109.0000          97.5521     11.74%
56352.50/2871.95	c      2872              6           5        20         109.0000          97.5521     11.74%
56454.52/2877.05	c      2877              6           5        20         109.0000          97.5521     11.74%
56553.62/2882.11	c      2882              6           5        20         109.0000          97.5521     11.74%
56654.93/2887.16	c      2887              6           5        20         109.0000          97.5521     11.74%
56756.86/2892.31	c      2892              6           5        20         109.0000          97.5521     11.74%
56855.85/2897.37	c      2897              6           5        20         109.0000          97.5521     11.74%
56957.03/2902.49	c      2902              6           5        20         109.0000          97.5521     11.74%
57058.00/2907.57	c      2908              7           6        20         109.0000          97.5521     11.74%
57158.97/2912.65	c      2913              7           6        20         109.0000          97.5521     11.74%
57258.11/2917.69	c      2918              7           6        20         109.0000          97.5521     11.74%
57359.28/2922.78	c      2923              7           6        20         109.0000          97.5521     11.74%
57462.43/2927.91	c      2928              7           6        20         109.0000          97.5521     11.74%
57561.62/2932.94	c      2933              7           6        20         109.0000          97.5521     11.74%
57660.81/2938.03	c      2938              7           6        20         109.0000          97.5521     11.74%
57764.78/2943.16	c      2943              7           6        20         109.0000          97.5521     11.74%
57864.96/2948.20	c      2948              7           6        20         109.0000          97.5521     11.74%
57966.16/2953.32	c      2953              7           6        20         109.0000          97.5521     11.74%
58067.33/2958.41	c      2958              7           6        20         109.0000          97.5521     11.74%
58168.53/2963.50	c      2964              7           6        20         109.0000          97.5521     11.74%
58267.69/2968.57	c      2969              7           6        20         109.0000          97.5521     11.74%
58368.88/2973.64	c      2974              7           6        20         109.0000          97.5521     11.74%
58468.06/2978.70	c      2979              7           6        20         109.0000          97.5521     11.74%
58569.24/2983.72	c      2984              7           6        20         109.0000          97.5521     11.74%
58670.42/2988.85	c      2989              7           6        20         109.0000          97.5521     11.74%
58771.56/2993.95	c      2994              7           6        20         109.0000          97.5521     11.74%
58870.75/2999.01	c      2999              7           6        20         109.0000          97.5521     11.74%
58972.95/3004.09	c      3004              7           6        20         109.0000          97.5521     11.74%
59074.11/3009.16	c      3009              8           7        20         109.0000          97.5521     11.74%
59174.29/3014.21	c      3014              8           7        20         109.0000          97.5521     11.74%
59273.48/3019.29	c      3019              8           7        20         109.0000          97.5521     11.74%
59376.61/3024.40	c      3024              8           7        20         109.0000          97.5521     11.74%
59475.80/3029.47	c      3029              8           7        20         109.0000          97.5521     11.74%
59576.98/3034.54	c      3035              8           7        20         109.0000          97.5521     11.74%
59678.06/3039.68	c      3040              8           7        20         109.0000          97.5521     11.74%
59781.23/3044.80	c      3045              8           7        20         109.0000          97.5521     11.74%
59882.42/3049.93	c      3050              8           7        20         109.0000          97.5521     11.74%
59981.60/3055.00	c      3055              8           7        20         109.0000          97.5521     11.74%
60083.57/3060.06	c      3060              8           7        20         109.0000          97.5521     11.74%
60182.83/3065.11	c      3065              8           7        20         109.0000          97.5521     11.74%
60285.11/3070.20	c      3070              8           7        20         109.0000          97.5521     11.74%
60384.32/3075.30	c      3075              8           7        20         109.0000          97.5521     11.74%
60485.50/3080.36	c      3080              8           7        20         109.0000          97.5521     11.74%
60586.65/3085.43	c      3085              8           7        20         109.0000          97.5521     11.74%
60687.84/3090.59	c      3091              8           7        20         109.0000          97.5521     11.74%
60788.94/3095.65	c      3096              8           7        20         109.0000          97.5521     11.74%
60890.11/3100.71	c      3101              8           7        20         109.0000          97.5521     11.74%
60989.28/3105.79	c      3106              8           7        20         109.0000          97.5521     11.74%
61090.38/3110.86	c      3111              8           7        20         109.0000          97.5521     11.74%
61191.55/3115.92	c      3116              8           7        20         109.0000          97.5521     11.74%
61290.74/3120.94	c      3121              8           7        20         109.0000          97.5521     11.74%
61392.83/3126.10	c      3126              8           7        20         109.0000          97.5521     11.74%
61494.94/3131.21	c      3131              8           7        20         109.0000          97.5521     11.74%
61593.99/3136.22	c      3136              8           7        20         109.0000          97.5521     11.74%
61695.05/3141.35	c      3141              8           7        20         109.0000          97.5521     11.74%
61796.22/3146.45	c      3146              8           7        20         109.0000          97.5521     11.74%
61897.42/3151.51	c      3152              9           8        20         109.0000          97.5521     11.74%
61998.58/3156.62	c      3157              9           8        20         109.0000          97.5521     11.74%
62099.77/3161.73	c      3162              9           8        20         109.0000          97.5521     11.74%
62200.94/3166.82	c      3167              9           8        20         109.0000          97.5521     11.74%
62302.14/3171.93	c      3172              9           8        20         109.0000          97.5521     11.74%
62401.34/3177.02	c      3177              9           8        20         109.0000          97.5521     11.74%
62503.51/3182.09	c      3182              9           8        20         109.0000          97.5521     11.74%
62605.58/3187.21	c      3187              9           8        20         109.0000          97.5521     11.74%
62704.74/3192.22	c      3192              9           8        20         109.0000          97.5521     11.74%
62803.92/3197.28	c      3197              9           8        20         109.0000          97.5521     11.74%
62905.13/3202.40	c      3202              9           8        20         109.0000          97.5521     11.74%
63006.29/3207.42	c      3207              9           8        20         109.0000          97.5521     11.74%
63107.46/3212.51	c      3213              9           8        20         109.0000          97.5521     11.74%
63208.64/3217.62	c      3218              9           8        20         109.0000          97.5521     11.74%
63309.82/3222.73	c      3223              9           8        20         109.0000          97.5521     11.74%
63410.76/3227.88	c      3228              9           8        20         109.0000          97.5521     11.74%
63511.97/3233.02	c      3233              9           8        20         109.0000          97.5521     11.74%
63613.66/3238.12	c      3238             10           9        20         109.0000          97.5521     11.74%
63714.86/3243.19	c      3243             10           9        20         109.0000          97.5521     11.74%
63815.18/3248.27	c      3248             10           9        20         109.0000          97.5521     11.74%
63916.34/3253.39	c      3253             10           9        20         109.0000          97.5521     11.74%
64017.52/3258.45	c      3258             10           9        20         109.0000          97.5521     11.74%
64116.60/3263.48	c      3263             10           9        20         109.0000          97.5521     11.74%
64219.76/3268.63	c      3269             10           9        20         109.0000          97.5521     11.74%
64320.92/3273.71	c      3274             10           9        20         109.0000          97.5521     11.74%
64420.06/3278.78	c      3279             10           9        20         109.0000          97.5521     11.74%
64521.07/3283.89	c      3284             10           9        20         109.0000          97.5521     11.74%
64622.26/3288.96	c      3289             10           9        20         109.0000          97.5521     11.74%
64721.44/3294.05	c      3294             10           9        20         109.0000          97.5521     11.74%
64823.56/3299.06	c      3299             10           9        20         109.0000          97.5521     11.74%
64925.74/3304.29	c      3304             10           9        20         109.0000          97.5521     11.74%
65026.95/3309.38	c      3309             10           9        20         109.0000          97.5521     11.74%
65128.09/3314.46	c      3314             10           9        20         109.0000          97.5521     11.74%
65229.30/3319.57	c      3320             10           9        20         109.0000          97.5521     11.74%
65330.46/3324.68	c      3325             10           9        20         109.0000          97.5521     11.74%
65431.64/3329.73	c      3330             10           9        20         109.0000          97.5521     11.74%
65532.82/3334.81	c      3335             10           9        20         109.0000          97.5521     11.74%
65632.01/3339.88	c      3340             10           9        20         109.0000          97.5521     11.74%
65733.21/3344.95	c      3345             11          10        20         109.0000          97.5521     11.74%
65832.40/3350.03	c      3350             11          10        20         109.0000          97.5521     11.74%
65934.60/3355.09	c      3355             11          10        20         109.0000          97.5521     11.74%
66035.80/3360.15	c      3360             11          10        20         109.0000          97.5521     11.74%
66134.88/3365.19	c      3365             11          10        20         109.0000          97.5521     11.74%
66237.08/3370.31	c      3370             11          10        20         109.0000          97.5521     11.74%
66336.25/3375.38	c      3375             11          10        20         109.0000          97.5521     11.74%
66437.43/3380.45	c      3380             11          10        20         109.0000          97.5521     11.74%
66538.60/3385.53	c      3386             11          10        20         109.0000          97.5521     11.74%
66637.77/3390.59	c      3391             11          10        20         109.0000          97.5521     11.74%
66738.77/3395.66	c      3396             11          10        20         109.0000          97.5521     11.74%
66839.94/3400.74	c      3401             11          10        20         109.0000          97.5521     11.74%
66941.11/3405.81	c      3406             11          10        20         109.0000          97.5521     11.74%
67040.28/3410.89	c      3411             11          10        20         109.0000          97.5521     11.74%
67141.46/3415.94	c      3416             11          10        20         109.0000          97.5521     11.74%
67240.60/3420.97	c      3421             11          10        20         109.0000          97.5521     11.74%
67339.76/3426.02	c      3426             11          10        20         109.0000          97.5521     11.74%
67441.69/3431.13	c      3431             11          10        20         109.0000          97.5521     11.74%
67543.97/3436.22	c      3436             11          10        20         109.0000          97.5521     11.74%
67643.27/3441.26	c      3441             11          10        20         109.0000          97.5521     11.74%
67744.30/3446.36	c      3446             11          10        20         109.0000          97.5521     11.74%
67843.49/3451.37	c      3451             12          11        20         109.0000          97.5521     11.74%
67944.58/3456.46	c      3456             12          11        20         109.0000          97.5521     11.74%
68047.65/3461.62	c      3462             12          11        20         109.0000          97.5521     11.74%
68146.70/3466.69	c      3467             12          11        20         109.0000          97.5521     11.74%
68182.40/3468.42	c      3468         252176           0         0         109.0000         109.0000      0.00%
68231.31/3471.81	c      3472         252176           0         0         109.0000         109.0000      0.00%
68803.46/3524.12	c      3524         252176           0         0         109.0000         109.0000      0.00%
68887.62/3532.40	c      3532         252176           0         0         109.0000         109.0000      0.00%
69042.24/3549.64	c      3550         252176           0         0         109.0000         109.0000      0.00%
69740.98/3637.36	c      3637         252176           0         0         109.0000         109.0000      0.00%

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 (188841 MiB free)
  memory of node 1: 193494 MiB (190350 MiB free)
  memory of node 2: 193531 MiB (191551 MiB free)
  memory of node 3: 193531 MiB (190184 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-4465387-1723607375/watcher-4465387-1723607375 -o /tmp/evaluation-result-4465387-1723607375/solver-4465387-1723607375 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750327 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465387-1723607375.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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=750366, runsolver pid=750363
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 18.49 20.68 35.38 5/853 750368
/proc/meminfo: memFree=779016516/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=87004 memory=75104 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/750366/stat : 750366 (fscip) R 750363 750366 750315 0 -1 4194304 16653 0 0 0 9 2 0 0 20 0 1 0 127320632 89092096 18776 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 21751 18776 2347 3035 0 18147 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 87004 KiB
Current children cumulated memory: 75104 KiB

[startup+0.218802 s]*
/proc/loadavg: 18.49 20.68 35.38 5/859 750378
/proc/meminfo: memFree=778804856/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=139780 memory=127696 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/stat : 750366 (fscip) R 750363 750366 750315 0 -1 4194304 29840 0 0 0 18 5 0 0 20 0 1 0 127320632 143134720 31924 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 34945 31924 2347 3035 0 31341 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 139780 KiB
Current children cumulated memory: 127696 KiB

[startup+0.31929 s]*
/proc/loadavg: 18.49 20.68 35.38 5/859 750378
/proc/meminfo: memFree=778529976/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=209564 memory=197348 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/750366/stat : 750366 (fscip) R 750363 750366 750315 0 -1 4194304 47650 0 0 0 25 7 0 0 20 0 1 0 127320632 214593536 49337 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 52391 49337 2555 3035 0 48787 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 209564 KiB
Current children cumulated memory: 197348 KiB

[startup+0.700256 s]
/proc/loadavg: 18.49 20.68 35.38 8/857 750378
/proc/meminfo: memFree=778164072/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=371196 memory=356512 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/750366/stat : 750366 (fscip) R 750363 750366 750315 0 -1 4194304 87395 0 0 0 55 14 0 0 20 0 1 0 127320632 380104704 89128 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 92799 89128 2614 3035 0 89195 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 371196 KiB
Current children cumulated memory: 356512 KiB

[startup+1.50026 s]
/proc/loadavg: 18.49 20.68 35.38 5/863 750389
/proc/meminfo: memFree=777799832/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=480696 memory=464544 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/750366/stat : 750366 (fscip) R 750363 750366 750315 0 -1 4194304 107068 0 0 0 130 19 0 0 20 0 1 0 127320632 492232704 116136 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 120174 116136 2694 3035 0 116570 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 480696 KiB
Current children cumulated memory: 464544 KiB

[startup+3.11884 s]
/proc/loadavg: 18.49 20.68 35.38 5/863 750389
/proc/meminfo: memFree=776642368/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=480696 memory=464888 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/stat : 750366 (fscip) R 750363 750366 750315 0 -1 4194304 107082 0 0 0 291 19 0 0 20 0 1 0 127320632 492232704 116222 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 120174 116222 2726 3035 0 116570 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 480696 KiB
Current children cumulated memory: 464888 KiB

[startup+6.30022 s]
/proc/loadavg: 17.33 20.40 35.21 5/863 750389
/proc/meminfo: memFree=776138492/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=480696 memory=464888 CPUtime=6.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/stat : 750366 (fscip) R 750363 750366 750315 0 -1 4194304 107110 0 0 0 607 19 0 0 20 0 1 0 127320632 492232704 116222 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 120174 116222 2726 3035 0 116570 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 480696 KiB
Current children cumulated memory: 464888 KiB

[startup+12.7002 s]
/proc/loadavg: 16.26 20.13 35.04 5/863 750391
/proc/meminfo: memFree=772944532/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=489844 memory=474160 CPUtime=12.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/stat : 750366 (fscip) R 750363 750366 750315 0 -1 4194304 123418 0 0 0 1242 22 0 0 20 0 1 0 127320632 501600256 118540 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 122461 118540 2774 3035 0 118857 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 489844 KiB
Current children cumulated memory: 474160 KiB

[startup+25.5003 s]
/proc/loadavg: 13.54 19.34 34.54 5/883 750413
/proc/meminfo: memFree=763320540/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=513756 memory=497420 CPUtime=25.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/stat : 750366 (fscip) R 750363 750366 750315 0 -1 4194304 128801 0 0 0 2515 24 0 0 20 0 1 0 127320632 526086144 124355 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 128439 124355 2774 3035 0 124835 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 513756 KiB
Current children cumulated memory: 497420 KiB

[startup+51.1337 s]
/proc/loadavg: 22.16 20.86 34.64 43/944 750481
/proc/meminfo: memFree=713577220/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=11981068 memory=10750116 CPUtime=439.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/stat : 750366 (fscip) S 750363 750366 750315 0 -1 1077936128 3226580 0 0 0 43190 784 0 0 20 0 41 0 127320632 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 18 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 2995267 2687529 2902 3035 0 2823026 0
[pid=750366/tid=750434] ppid=750363 vsize=11981068 memory=281261973320656 CPUtime=20.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750434/stat : 750434 (fscip) R 750363 750366 750315 0 -1 4194368 101043 0 0 0 2054 20 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750435] ppid=750363 vsize=11981068 memory=281261973695360 CPUtime=20.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750435/stat : 750435 (fscip) R 750363 750366 750315 0 -1 4194368 193755 0 0 0 2000 60 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750436] ppid=750363 vsize=11981068 memory=0 CPUtime=20.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750436/stat : 750436 (fscip) R 750363 750366 750315 0 -1 4194368 170165 0 0 0 2033 31 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750437] ppid=750363 vsize=11981068 memory=10750116 CPUtime=20.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750437/stat : 750437 (fscip) R 750363 750366 750315 0 -1 4194368 95954 0 0 0 2057 18 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750438] ppid=750363 vsize=11981068 memory=281261974521456 CPUtime=20.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750438/stat : 750438 (fscip) R 750363 750366 750315 0 -1 4194368 190335 0 0 0 1994 58 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750439] ppid=750363 vsize=11981068 memory=40296 CPUtime=20.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750439/stat : 750439 (fscip) R 750363 750366 750315 0 -1 4194368 173220 0 0 0 2028 31 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750440] ppid=750363 vsize=11981068 memory=5512 CPUtime=20.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750440/stat : 750440 (fscip) R 750363 750366 750315 0 -1 4194368 100740 0 0 0 2053 20 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750441] ppid=750363 vsize=11981068 memory=0 CPUtime=20.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750441/stat : 750441 (fscip) R 750363 750366 750315 0 -1 4194368 193841 0 0 0 1995 64 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750442] ppid=750363 vsize=11981068 memory=1274 CPUtime=20.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750442/stat : 750442 (fscip) R 750363 750366 750315 0 -1 4194368 172752 0 0 0 2036 32 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750443] ppid=750363 vsize=11981068 memory=1870 CPUtime=20.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750443/stat : 750443 (fscip) R 750363 750366 750315 0 -1 4194368 101443 0 0 0 2054 20 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750444] ppid=750363 vsize=11981068 memory=0 CPUtime=20.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750444/stat : 750444 (fscip) R 750363 750366 750315 0 -1 4194368 187538 0 0 0 2000 64 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750445] ppid=750363 vsize=11981068 memory=10544 CPUtime=20.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750445/stat : 750445 (fscip) R 750363 750366 750315 0 -1 4194368 177962 0 0 0 2033 33 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750446] ppid=750363 vsize=11981068 memory=281261973939360 CPUtime=20.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750446/stat : 750446 (fscip) R 750363 750366 750315 0 -1 4194368 100894 0 0 0 2054 20 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750447] ppid=750363 vsize=11981068 memory=25333125866717268 CPUtime=20.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750447/stat : 750447 (fscip) R 750363 750366 750315 0 -1 4194368 190719 0 0 0 2011 54 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750448] ppid=750363 vsize=11981068 memory=281261973441984 CPUtime=20.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750448/stat : 750448 (fscip) R 750363 750366 750315 0 -1 4194368 168944 0 0 0 2021 31 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750449] ppid=750363 vsize=11981068 memory=1765400 CPUtime=20.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750449/stat : 750449 (fscip) R 750363 750366 750315 0 -1 4194368 100739 0 0 0 1996 19 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750450] ppid=750363 vsize=11981068 memory=21392 CPUtime=20.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750450/stat : 750450 (fscip) R 750363 750366 750315 0 -1 4194368 182380 0 0 0 2004 59 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750451] ppid=750363 vsize=11981068 memory=0 CPUtime=20.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750451/stat : 750451 (fscip) R 750363 750366 750315 0 -1 4194368 164924 0 0 0 2036 31 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750452] ppid=750363 vsize=11981068 memory=281261974860832 CPUtime=20.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750452/stat : 750452 (fscip) R 750363 750366 750315 0 -1 4194368 95864 0 0 0 2056 19 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750453] ppid=750363 vsize=11981068 memory=11448 CPUtime=20.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750453/stat : 750453 (fscip) R 750363 750366 750315 0 -1 4194368 191348 0 0 0 1995 62 0 0 20 0 41 0 127323325 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750455] ppid=750363 vsize=11981068 memory=40296 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750455/stat : 750455 (fscip) S 750363 750366 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750456] ppid=750363 vsize=11981068 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/750366/task/750456/stat : 750456 (fscip) S 750363 750366 750315 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750457] ppid=750363 vsize=11981068 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/750366/task/750457/stat : 750457 (fscip) S 750363 750366 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750458] ppid=750363 vsize=11981068 memory=497420 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750458/stat : 750458 (fscip) S 750363 750366 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750459] ppid=750363 vsize=11981068 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/750366/task/750459/stat : 750459 (fscip) S 750363 750366 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750460] ppid=750363 vsize=11981068 memory=51344 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750460/stat : 750460 (fscip) S 750363 750366 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750461] ppid=750363 vsize=11981068 memory=104 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750461/stat : 750461 (fscip) S 750363 750366 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750462] ppid=750363 vsize=11981068 memory=281261973347328 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750462/stat : 750462 (fscip) S 750363 750366 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750463] ppid=750363 vsize=11981068 memory=10750116 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750463/stat : 750463 (fscip) S 750363 750366 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750464] ppid=750363 vsize=11981068 memory=10750116 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750464/stat : 750464 (fscip) S 750363 750366 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750465] ppid=750363 vsize=11981068 memory=10750116 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750465/stat : 750465 (fscip) S 750363 750366 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750466] ppid=750363 vsize=11981068 memory=28648 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750466/stat : 750466 (fscip) S 750363 750366 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750467] ppid=750363 vsize=11981068 memory=32792 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750467/stat : 750467 (fscip) S 750363 750366 750315 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127323665 12268613632 2687529 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0

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

[pid=750366/tid=750472] ppid=750363 vsize=68509976 memory=28957728 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750472/stat : 750472 (fscip) S 750363 750366 750315 0 -1 1077936192 240 0 0 0 6 0 0 0 20 0 23 0 127323665 70154215424 6613018 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750473] ppid=750363 vsize=68509976 memory=8196 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/750366/task/750473/stat : 750473 (fscip) S 750363 750366 750315 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 23 0 127323666 70154215424 6613018 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750474] ppid=750363 vsize=68509976 memory=26442640 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/750366/task/750474/stat : 750474 (fscip) S 750363 750366 750315 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 23 0 127323666 70154215424 6613018 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
Current children cumulated CPU time: 68784.6 s
Current children cumulated vsize: 68509976 KiB
Current children cumulated memory: 26452072 KiB

[startup+3582.3 s]
/proc/loadavg: 71.31 77.14 78.03 70/997 752484
/proc/meminfo: memFree=632545128/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=65732876 memory=24399240 CPUtime=69303.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/stat : 750366 (fscip) S 750363 750366 750315 0 -1 1077936128 59628889 0 0 0 6921435 8890 0 0 20 0 17 0 127320632 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 16433219 6099810 3318 3035 0 16192773 0
[pid=750366/tid=750434] ppid=750363 vsize=65732876 memory=281261974173952 CPUtime=3525.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750434/stat : 750434 (fscip) R 750363 750366 750315 0 -1 4194368 2517050 0 0 0 352354 237 0 0 20 0 17 0 127323325 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750435] ppid=750363 vsize=65732876 memory=6720663255305437037 CPUtime=3527.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750435/stat : 750435 (fscip) R 750363 750366 750315 0 -1 4194368 2219186 0 0 0 352246 470 0 0 20 0 17 0 127323325 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750438] ppid=750363 vsize=65732876 memory=6720663255305437037 CPUtime=3519.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750438/stat : 750438 (fscip) R 750363 750366 750315 0 -1 4194368 2070988 0 0 0 351571 410 0 0 20 0 17 0 127323325 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750441] ppid=750363 vsize=65732876 memory=11448 CPUtime=3527.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750441/stat : 750441 (fscip) R 750363 750366 750315 0 -1 4194368 2077213 0 0 0 352337 401 0 0 20 0 17 0 127323325 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750444] ppid=750363 vsize=65732876 memory=30962685530996822 CPUtime=3523.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750444/stat : 750444 (fscip) R 750363 750366 750315 0 -1 4194368 2049385 0 0 0 351955 435 0 0 20 0 17 0 127323325 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750447] ppid=750363 vsize=65732876 memory=11448 CPUtime=3512.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750447/stat : 750447 (fscip) R 750363 750366 750315 0 -1 4194368 2192755 0 0 0 350868 407 0 0 20 0 17 0 127323325 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750450] ppid=750363 vsize=65732876 memory=6720663255305437037 CPUtime=3525.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750450/stat : 750450 (fscip) R 750363 750366 750315 0 -1 4194368 2068173 0 0 0 352139 392 0 0 20 0 17 0 127323325 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750453] ppid=750363 vsize=65732876 memory=40480 CPUtime=3528.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750453/stat : 750453 (fscip) R 750363 750366 750315 0 -1 4194368 2076469 0 0 0 352420 406 0 0 20 0 17 0 127323325 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750459] ppid=750363 vsize=65732876 memory=24223288 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/750366/task/750459/stat : 750459 (fscip) S 750363 750366 750315 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 17 0 127323665 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750463] ppid=750363 vsize=65732876 memory=6720663255305437037 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750463/stat : 750463 (fscip) S 750363 750366 750315 0 -1 1077936192 534 0 0 0 0 7 0 0 20 0 17 0 127323665 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750465] ppid=750363 vsize=65732876 memory=25333125866717268 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/750366/task/750465/stat : 750465 (fscip) S 750363 750366 750315 0 -1 1077936192 2038 0 0 0 11 0 0 0 20 0 17 0 127323665 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750467] ppid=750363 vsize=65732876 memory=28188 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750467/stat : 750467 (fscip) S 750363 750366 750315 0 -1 1077936192 294 0 0 0 0 6 0 0 20 0 17 0 127323665 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750469] ppid=750363 vsize=65732876 memory=7805975587602198376 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/750366/task/750469/stat : 750469 (fscip) S 750363 750366 750315 0 -1 1077936192 196 0 0 0 3 0 0 0 20 0 17 0 127323665 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750471] ppid=750363 vsize=65732876 memory=28188 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750471/stat : 750471 (fscip) S 750363 750366 750315 0 -1 1077936192 208 0 0 0 7 0 0 0 20 0 17 0 127323665 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750472] ppid=750363 vsize=65732876 memory=11448 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750472/stat : 750472 (fscip) S 750363 750366 750315 0 -1 1077936192 291 0 0 0 6 0 0 0 20 0 17 0 127323665 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750473] ppid=750363 vsize=65732876 memory=40296 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/750366/task/750473/stat : 750473 (fscip) S 750363 750366 750315 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 17 0 127323666 67310465024 6099810 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
Current children cumulated CPU time: 69303.2 s
Current children cumulated vsize: 65732876 KiB
Current children cumulated memory: 24399240 KiB

[startup+3642.3 s]
/proc/loadavg: 69.96 75.69 77.47 70/995 752495
/proc/meminfo: memFree=632828524/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=64272304 memory=23767808 CPUtime=69776.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/stat : 750366 (fscip) S 750363 750366 750315 0 -1 1077936128 60032497 0 0 0 6968692 8962 0 0 20 0 15 0 127320632 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 16068076 5941952 3318 3035 0 15830376 0
[pid=750366/tid=750435] ppid=750363 vsize=64272304 memory=0 CPUtime=3586.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750435/stat : 750435 (fscip) R 750363 750366 750315 0 -1 4194368 2260965 0 0 0 358206 479 0 0 20 0 15 0 127323325 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750438] ppid=750363 vsize=64272304 memory=24735708 CPUtime=3579.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750438/stat : 750438 (fscip) R 750363 750366 750315 0 -1 4194368 2108676 0 0 0 357532 418 0 0 20 0 15 0 127323325 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750441] ppid=750363 vsize=64272304 memory=24619824 CPUtime=3587.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750441/stat : 750441 (fscip) R 750363 750366 750315 0 -1 4194368 2113984 0 0 0 358298 409 0 0 20 0 15 0 127323325 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750444] ppid=750363 vsize=64272304 memory=1804 CPUtime=3583.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750444/stat : 750444 (fscip) R 750363 750366 750315 0 -1 4194368 2091613 0 0 0 357913 445 0 0 20 0 15 0 127323325 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750447] ppid=750363 vsize=64272304 memory=30399726987509844 CPUtime=3572.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750447/stat : 750447 (fscip) R 750363 750366 750315 0 -1 4194368 2229938 0 0 0 356828 415 0 0 20 0 15 0 127323325 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750450] ppid=750363 vsize=64272304 memory=4401 CPUtime=3585 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750450/stat : 750450 (fscip) R 750363 750366 750315 0 -1 4194368 2104725 0 0 0 358099 401 0 0 20 0 15 0 127323325 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750453] ppid=750363 vsize=64272304 memory=11448 CPUtime=3587.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750453/stat : 750453 (fscip) R 750363 750366 750315 0 -1 4194368 2111776 0 0 0 358382 414 0 0 20 0 15 0 127323325 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750459] ppid=750363 vsize=64272304 memory=24588076 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/750366/task/750459/stat : 750459 (fscip) S 750363 750366 750315 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 15 0 127323665 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750463] ppid=750363 vsize=64272304 memory=23760088 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750463/stat : 750463 (fscip) S 750363 750366 750315 0 -1 1077936192 545 0 0 0 0 7 0 0 20 0 15 0 127323665 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750465] ppid=750363 vsize=64272304 memory=10544 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/750366/task/750465/stat : 750465 (fscip) S 750363 750366 750315 0 -1 1077936192 2108 0 0 0 11 0 0 0 20 0 15 0 127323665 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750467] ppid=750363 vsize=64272304 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750467/stat : 750467 (fscip) S 750363 750366 750315 0 -1 1077936192 300 0 0 0 0 6 0 0 20 0 15 0 127323665 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750469] ppid=750363 vsize=64272304 memory=23762664 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/750366/task/750469/stat : 750469 (fscip) S 750363 750366 750315 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 15 0 127323665 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750471] ppid=750363 vsize=64272304 memory=23743784 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750471/stat : 750471 (fscip) S 750363 750366 750315 0 -1 1077936192 211 0 0 0 7 0 0 0 20 0 15 0 127323665 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750472] ppid=750363 vsize=64272304 memory=8290159298049 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750472/stat : 750472 (fscip) S 750363 750366 750315 0 -1 1077936192 313 0 0 0 6 0 0 0 20 0 15 0 127323665 65814839296 5941952 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
Current children cumulated CPU time: 69776.5 s
Current children cumulated vsize: 64272304 KiB
Current children cumulated memory: 23767808 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 62.54 72.63 76.31 49/957 752640
/proc/meminfo: memFree=684465452/790760804 swapFree=131071996/131071996
[pid=750366] ppid=750363 vsize=64272304 memory=24219288 CPUtime=70178.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/stat : 750366 (fscip) S 750363 750366 750315 0 -1 1077936128 60288088 0 0 0 7008850 9017 0 0 20 0 15 0 127320632 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
/proc/750366/statm: 16068076 6054822 3318 3035 0 15830376 0
[pid=750366/tid=750435] ppid=750363 vsize=64272304 memory=104 CPUtime=3644.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750435/stat : 750435 (fscip) R 750363 750366 750315 0 -1 4194368 2300193 0 0 0 363942 488 0 0 20 0 15 0 127323325 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750438] ppid=750363 vsize=64272304 memory=-8744412034689835708 CPUtime=3636.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750438/stat : 750438 (fscip) R 750363 750366 750315 0 -1 4194368 2143746 0 0 0 363270 425 0 0 20 0 15 0 127323325 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750441] ppid=750363 vsize=64272304 memory=36300 CPUtime=3644.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750441/stat : 750441 (fscip) R 750363 750366 750315 0 -1 4194368 2148946 0 0 0 364037 416 0 0 20 0 15 0 127323325 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750444] ppid=750363 vsize=64272304 memory=24139460 CPUtime=3640.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750444/stat : 750444 (fscip) R 750363 750366 750315 0 -1 4194368 2132265 0 0 0 363645 454 0 0 20 0 15 0 127323325 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750447] ppid=750363 vsize=64272304 memory=6952 CPUtime=3629.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750447/stat : 750447 (fscip) R 750363 750366 750315 0 -1 4194368 2265386 0 0 0 362566 423 0 0 20 0 15 0 127323325 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750450] ppid=750363 vsize=64272304 memory=7044 CPUtime=3642.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750450/stat : 750450 (fscip) R 750363 750366 750315 0 -1 4194368 2140038 0 0 0 363838 408 0 0 20 0 15 0 127323325 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750453] ppid=750363 vsize=64272304 memory=28188 CPUtime=3645.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750453/stat : 750453 (fscip) R 750363 750366 750315 0 -1 4194368 2146566 0 0 0 364120 421 0 0 20 0 15 0 127323325 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750459] ppid=750363 vsize=64272304 memory=33864 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/750366/task/750459/stat : 750459 (fscip) S 750363 750366 750315 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 15 0 127323665 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750463] ppid=750363 vsize=64272304 memory=6720663255305437037 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750463/stat : 750463 (fscip) S 750363 750366 750315 0 -1 1077936192 556 0 0 0 0 7 0 0 20 0 15 0 127323665 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750465] ppid=750363 vsize=64272304 memory=33864 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/750366/task/750465/stat : 750465 (fscip) S 750363 750366 750315 0 -1 1077936192 2178 0 0 0 11 0 0 0 20 0 15 0 127323665 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750467] ppid=750363 vsize=64272304 memory=46544 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750467/stat : 750467 (fscip) S 750363 750366 750315 0 -1 1077936192 306 0 0 0 0 6 0 0 20 0 15 0 127323665 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750469] ppid=750363 vsize=64272304 memory=7640 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/750366/task/750469/stat : 750469 (fscip) S 750363 750366 750315 0 -1 1077936192 213 0 0 0 3 0 0 0 20 0 15 0 127323665 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750471] ppid=750363 vsize=64272304 memory=19304 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750471/stat : 750471 (fscip) S 750363 750366 750315 0 -1 1077936192 214 0 0 0 7 0 0 0 20 0 15 0 127323665 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
[pid=750366/tid=750472] ppid=750363 vsize=64272304 memory=20384 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/750366/task/750472/stat : 750472 (fscip) S 750363 750366 750315 0 -1 1077936192 337 0 0 0 6 0 0 0 20 0 15 0 127323665 65814839296 6054822 809668444160 4194304 16623229 140731001872176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52281344 140731001877510 140731001877628 140731001877628 140731001884656 0
Current children cumulated CPU time: 70178.7 s
Current children cumulated vsize: 64272304 KiB
Current children cumulated memory: 24219288 KiB

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

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

# cumulated CPU time of all completed processes:  user=70088.5 s, system=90.9642 s

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

[startup+3700.4 s]
/proc/loadavg: 62.54 72.63 76.31 43/944 752640
/proc/meminfo: memFree=687846528/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3700.8 s]
/proc/loadavg: 62.54 72.63 76.31 43/944 752640
/proc/meminfo: memFree=687846528/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): 3700.82
CPU time (s): 70179.5
CPU user time (s): 70088.5
CPU system time (s): 90.9642
CPU usage (%): 1896.32
Max. virtual memory (cumulated for all children) (KiB): 71369004
Max. memory (cumulated for all children) (KiB): 29013564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70088.5
system time used= 90.9642
maximum resident set size= 29014424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60288089
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= 502253
involuntary context switches= 284803


# summary of solver processes directly reported to runsolver:
#   pid: 750366
#   total CPU time (s): 70179.5
#   total CPU user time (s): 70088.5
#   total CPU system time (s): 90.9642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4304 second user time and 97.335 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 05:49:35
IDJOB=4465387
IDBENCH=150810
IDSOLVER=3094
FILE ID=nodeD105/4465387-1723607375
RUNJOBID= nodeD105-1723607375-750327
SLURM_JOB_ID= 8267905
Free space on /tmp= 8622868 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j90opt/normalized-j9021_10.std.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-4465387-1723607375/watcher-4465387-1723607375 -o /tmp/evaluation-result-4465387-1723607375/solver-4465387-1723607375 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750327 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465387-1723607375.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 1c868128c342c4d12971cf8345208c3b
RANDOM SEED=800618487

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		: 2939.096
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		: 2641.420
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		: 3820.480
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		: 2239.665
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		: 2650.190
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		: 2660.308
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		: 3629.935
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		: 3582.707
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		: 3494.619
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		: 2641.083
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		: 2634.480
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		: 3628.779
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		: 2649.211
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		: 3855.053
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		: 3575.821
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		: 3458.277
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		: 2636.829
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		: 2643.246
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		: 2643.205
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		: 2635.978
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		: 2641.612
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		: 2651.664
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		: 2639.831
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		: 2636.964
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		: 2650.417
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		: 2637.339
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		: 2635.383
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		: 2629.010
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		: 3016.541
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		: 2635.864
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		: 2643.012
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		: 2651.383
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		: 2651.046
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		: 2635.679
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		: 2642.667
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		: 2638.586
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		: 2631.824
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		: 2749.009
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		: 2631.972
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		: 2637.699
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		: 2632.008
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		: 2630.651
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		: 2639.355
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		: 2627.795
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		: 2651.254
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		: 2632.492
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		: 2658.051
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		: 2816.693
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		: 2617.504
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		: 2637.631
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		: 2709.430
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		: 2634.827
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		: 2645.209
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		: 2640.372
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		: 2645.154
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		: 2638.090
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		: 2643.449
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		: 2644.106
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		: 2720.559
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		: 2645.324
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		: 3713.357
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		: 2644.494
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		: 2648.782
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		: 2631.840
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		: 2638.087
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		: 2631.520
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		: 2630.495
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		: 2639.393
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		: 3008.150
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		: 2650.862
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		: 2643.707
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		: 2662.471
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		: 2652.489
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		: 2640.928
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		: 2640.826
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		: 2663.936
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		: 3711.031
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		: 2681.611
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		: 2666.989
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		: 3642.308
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:        779228032 kB
MemAvailable:   783612928 kB
Buffers:         1195800 kB
Cached:          6482884 kB
SwapCached:            0 kB
Active:          1607416 kB
Inactive:        6479844 kB
Active(anon):       2080 kB
Inactive(anon):   445960 kB
Active(file):    1605336 kB
Inactive(file):  6033884 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             35612 kB
Writeback:          6056 kB
AnonPages:        408024 kB
Mapped:           102212 kB
Shmem:             38920 kB
KReclaimable:     330756 kB
Slab:             764444 kB
SReclaimable:     330756 kB
SUnreclaim:       433688 kB
KernelStack:       14752 kB
PageTables:        10148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     752900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1128960 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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:     1157120 kB
DirectMap2M:    141946880 kB
DirectMap1G:    662700032 kB

Free space on /tmp at the end= 8622716 MiB
End job on nodeD105 at 2024-08-14 06:51:16