Trace number 4469105

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12? 70966.5 3604.59

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x80split.cnf-extracted.pb.metafix.opb
MD5SUM1a042d5fcb76a110c048c575a59fde0e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark23.1617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables801
Total number of constraints1118
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1116
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 3bb793453d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 25718784, getVmSize() = 25718784, SCIPgetMemUsed() = 3444508, SCIPgetMemTotal() = 4176588, SCIPgetMemExternEstim() = 1798769
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 17454030, getVmSize() = 35426304, SCIPgetMemUsed() = 8324400, SCIPgetMemTotal() = 12663864, SCIPgetMemExternEstim() = 1798769
0.00/0.01	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4469105-1723629745
0.00/0.01	c   Variables        : 801 (801 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 1118
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 800 (800 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 400
0.00/0.01	c Constraints        : Number
0.00/0.01	c   linear           : 400 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.02	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.07	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.07	c                                Nodes    Active                                            
0.00/0.07	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
97.52/5.11	c         5          79319         193        20                -           0.0000          -
198.24/10.17	c        10         171533         193        20                -           0.0000          -
298.00/15.26	c        15         189158         116        20                -           0.0000          -
398.76/20.39	c        20         262318         119        20                -           0.0000          -
499.67/25.47	c        25         568886         143        20                -           0.0000          -
600.58/30.54	c        31         672557         145        20                -           0.0000          -
699.52/35.58	c        36         578955         170        20                -           0.0000          -
800.34/40.63	c        41         883514         151        20                -           0.0000          -
899.10/45.68	c        46         763283         171        20                -           0.0000          -
999.91/50.71	c        51         854331         171        20                -           0.0000          -
1098.89/55.78	c        56          19755       18371        20                -           0.0000          -
1199.54/60.83	c        61          22053       20580        20                -           0.0000          -
1298.46/65.88	c        66        1132027         171        20                -           0.0000          -
1399.30/70.92	c        71        1219564         167        20                -           0.0000          -
1498.14/75.97	c        76        1307502         173        20                -           0.0000          -
1596.90/80.99	c        81        1394375         169        20                -           0.0000          -
1695.89/86.02	c        86        1708365         140        20                -           0.0000          -
1797.52/91.09	c        91        1792667         146        20                -           0.0000          -
1898.55/96.18	c        96        1883285         142        20                -           0.0000          -
1998.34/101.25	c       101        1740503         167        20                -           0.0000          -
2098.95/106.30	c       106        2046411         142        20                -           0.0000          -
2197.86/111.35	c       111        1907424         166        20                -           0.0000          -
2296.68/116.40	c       116        2194284         143        20                -           0.0000          -
2397.53/121.45	c       121        2077426         170        20                -           0.0000          -
2498.50/126.50	c       127        2353826         146        20                -           0.0000          -
2597.23/131.54	c       132        2436166         144        20                -           0.0000          -
2696.23/136.55	c       137        2333003         169        20                -           0.0000          -
2797.25/141.64	c       142        2593513         142        20                -           0.0000          -
2896.22/146.69	c       147        2673917         142        20                -           0.0000          -
2997.10/151.75	c       152        2753247         143        20                -           0.0000          -
3095.83/156.79	c       157        2833035         145        20                -           0.0000          -
3196.74/161.84	c       162        2920694         146        20                -           0.0000          -
3297.66/166.90	c       167        3015123         145        20                -           0.0000          -
3396.55/171.95	c       172        3108065         145        20                -           0.0000          -
3495.53/176.97	c       177        3009219         166        20                -           0.0000          -
3594.32/182.01	c       182        3092038         167        20                -           0.0000          -
3695.95/187.09	c       187          74627       68458        20                -           0.0000          -
3796.72/192.14	c       192        3452113         143        20                -           0.0000          -
3896.09/197.19	c       197        3534677         141        20                -           0.0000          -
3995.82/202.24	c       202        3615517         143        20                -           0.0000          -
4094.76/207.29	c       207        3696350         141        20                -           0.0000          -
4195.83/212.33	c       212        3591203         164        20                -           0.0000          -
4296.67/217.40	c       217        3878161         140        20                -           0.0000          -
4395.73/222.45	c       222        3956383         144        20                -           0.0000          -
4494.73/227.50	c       228        4047045         142        20                -           0.0000          -
4595.76/232.54	c       233        3910982         169        20                -           0.0000          -
4694.68/237.57	c       238        3996116         173        20                -           0.0000          -
4795.74/242.64	c       243        4301941         143        20                -           0.0000          -
4894.48/247.70	c       248        4395867         145        20                -           0.0000          -
4995.36/252.75	c       253        4495579         142        20                -           0.0000          -
5094.39/257.76	c       258        4349347         170        20                -           0.0000          -
5195.01/262.83	c       263        4666465         142        20                -           0.0000          -
5293.94/267.88	c       268        4774062         141        20                -           0.0000          -
5394.87/272.93	c       273        4865993         142        20                -           0.0000          -
5493.71/277.98	c       278        4950333         142        20                -           0.0000          -
5592.76/283.04	c       283        5031679         140        20                -           0.0000          -
5694.77/288.08	c       288        5118706         142        20                -           0.0000          -
5793.33/293.11	c       293        4930872         165        20                -           0.0000          -
5894.29/298.18	c       298        5279841         142        20                -           0.0000          -
5994.25/303.23	c       303        5361807         145        20                -           0.0000          -
6093.24/308.28	c       308         121539      111337        20                -           0.0000          -
6194.17/313.33	c       313        5525558         140        20                -           0.0000          -
6293.17/318.38	c       318        5613317         141        20                -           0.0000          -
6394.24/323.43	c       323        5696795         144        20                -           0.0000          -
6493.11/328.48	c       328        5779967         140        20                -           0.0000          -
6594.08/333.53	c       334        5860687         146        20                -           0.0000          -
6692.91/338.56	c       339        5648444         165        20                -           0.0000          -
6791.90/343.59	c       344        5729131         164        20                -           0.0000          -
6892.65/348.68	c       349        6103466         142        20                -           0.0000          -
6993.61/353.74	c       354        6180315         143        20                -           0.0000          -
7092.60/358.78	c       359        6272969         141        20                -           0.0000          -
7193.55/363.83	c       364        6365350         138        20                -           0.0000          -
7292.36/368.88	c       369        6452674         146        20                -           0.0000          -
7393.60/373.92	c       374        6218373         165        20                -           0.0000          -
7492.32/378.99	c       379        6631821         137        20                -           0.0000          -
7591.61/384.04	c       384        6724068         144        20                -           0.0000          -
7693.40/389.08	c       389        6808062         142        20                -           0.0000          -
7792.67/394.14	c       394        6889726         146        20                -           0.0000          -
7893.14/399.18	c       399        6979108         134        20                -           0.0000          -
7992.17/404.20	c       404        6658893         165        20                -           0.0000          -
8092.43/409.23	c       409        6729122         166        20                -           0.0000          -
8191.30/414.26	c       414         160100      145699        20                -           0.0000          -
8292.28/419.30	c       419        6869330         164        20                -           0.0000          -
8391.16/424.37	c       424        6943767         163        20                -           0.0000          -
8491.93/429.42	c       429        7020549         167        20                -           0.0000          -
8591.02/434.49	c       434        7099764         172        20                -           0.0000          -
8691.82/439.53	c       440        7189676         171        20                -           0.0000          -
8790.90/444.60	c       445        7277501         166        20                -           0.0000          -
8891.78/449.63	c       450        7365729         166        20                -           0.0000          -
8992.82/454.71	c       455        7451026         167        20                -           0.0000          -
9091.90/459.75	c       460        7528050         163        20                -           0.0000          -
9192.80/464.82	c       465        7609095         166        20                -           0.0000          -
9291.86/469.86	c       470        7691085         168        20                -           0.0000          -
9392.86/474.93	c       475        8290955         144        20                -           0.0000          -
9492.04/479.98	c       480        8379215         143        20                -           0.0000          -
9590.87/485.00	c       485        7942612         163        20                -           0.0000          -
9689.91/490.01	c       490         185883      168491        20                -           0.0000          -
9791.80/495.13	c       495        8672839         144        20                -           0.0000          -
9892.54/500.18	c       500        8779939         137        20                -           0.0000          -
9992.69/505.23	c       505        8898261         142        20                -           0.0000          -
10091.68/510.28	c       510        9014794         139        20                -           0.0000          -
10192.73/515.33	c       515        9137079         137        20                -           0.0000          -
10291.84/520.38	c       520        9260292         136        20                -           0.0000          -
10392.76/525.43	c       525        8592138         169        20                -           0.0000          -
10491.89/530.48	c       530        9503914         136        20                -           0.0000          -
10592.77/535.54	c       536        9629099         135        20                -           0.0000          -
10691.96/540.59	c       541        9734482         142        20                -           0.0000          -
10792.73/545.63	c       546        8939038         165        20                -           0.0000          -
10891.60/550.65	c       551        9022757         168        20                -           0.0000          -
10992.62/555.74	c       556        9109774         159        20                -           0.0000          -
11091.73/560.79	c       561        9193917         166        20                -           0.0000          -
11192.69/565.83	c       566       10229606         140        20                -           0.0000          -
11291.75/570.86	c       571        9361758         165        20                -           0.0000          -
11392.79/575.94	c       576        9443350         167        20                -           0.0000          -
11491.70/580.98	c       581       10541580         137        20                -           0.0000          -
11593.42/586.03	c       586        9609885         168        20                -           0.0000          -
11692.55/591.08	c       591       10760628         142        20                -           0.0000          -
11791.67/596.13	c       596        9781472         171        20                -           0.0000          -
11892.52/601.18	c       601        9870249         166        20                -           0.0000          -
11992.79/606.23	c       606       11065911         133        20                -           0.0000          -
12091.90/611.28	c       611       11172200         138        20                -           0.0000          -
12192.80/616.33	c       616       10137287         164        20                -           0.0000          -
12291.86/621.38	c       621       11393688         139        20                -           0.0000          -
12390.70/626.39	c       626       10304353         165        20                -           0.0000          -
12491.71/631.48	c       631       10377714         166        20                -           0.0000          -
12592.64/636.53	c       637       10463844         164        20                -           0.0000          -
12691.66/641.57	c       642       11839840         135        20                -           0.0000          -
12792.61/646.63	c       647       10634230         164        20                -           0.0000          -
12891.34/651.68	c       652       10711121         163        20                -           0.0000          -
12992.45/656.72	c       657       10788846         160        20                -           0.0000          -
13091.59/661.75	c       662       12256891         132        20                -           0.0000          -
13192.44/666.80	c       667       12363253         136        20                -           0.0000          -
13291.61/671.88	c       672       11027085         167        20                -           0.0000          -
13390.56/676.89	c       677       11112691         165        20                -           0.0000          -
13491.45/681.96	c       682       11198064         166        20                -           0.0000          -
13590.41/687.03	c       687       12806164         143        20                -           0.0000          -
13692.48/692.08	c       692       11356487         163        20                -           0.0000          -
13791.34/697.09	c       697       11433932         158        20                -           0.0000          -
13890.44/702.11	c       702       11503539         165        20                -           0.0000          -
13989.41/707.14	c       707       11574100         166        20                -           0.0000          -
14090.45/712.17	c       712       11650768         168        20                -           0.0000          -
14189.38/717.18	c       717       11728570         162        20                -           0.0000          -
14244.11/720.00	c Warning: Ramp-Up Phase Process is switched to 1. CollectOnce, MergeNodesAtRestart and RacingStatBranching are switched to FALSE.
14244.11/720.00	c You should check the following parameter values: StopRacingNumberOfNodesLeft, StopRacingNumberOfNodesLeftMultiplier, ProhibitCollectOnceMultiplier
14244.11/720.00	Racing ramp-up finished after 720.0100 seconds. Selected strategy 16.
14262.72/731.66	c       732         912779      296385         1                -           0.0000          -           0.0000          -
14363.81/736.86	c       737        1527790      312508        20                -           0.0000          -           0.0000          -
14462.82/741.90	c       742        2279420      334039        20                -           0.0000          -           0.0000          -
14563.49/746.95	c       747        3047977      356676        20                -           0.0000          -           0.0000          -
14662.23/752.01	c       752        3828382      382593        20                -           0.0000          -           0.0000          -
14763.65/757.05	c       757        4603562      412201        20                -           0.0000          -           0.0000          -
14862.54/762.07	c       762        5371246      441899        20                -           0.0000          -           0.0000          -
14961.54/767.08	c       767        6151117      465638        20                -           0.0000          -           0.0000          -
15061.64/772.16	c       772        6890911      494201        20                -           0.0000          -           0.0000          -
15160.45/777.18	c       777        7615278      522454        20                -           0.0000          -           0.0000          -
15260.72/782.27	c       782        8285107      550779        20                -           0.0000          -           0.0000          -
15361.58/787.35	c       787        8944134      578541        20                -           0.0000          -           0.0000          -
15462.24/792.40	c       792        9684359      605473        20                -           0.0000          -           0.0000          -
15561.06/797.45	c       797       10425028      632183        20                -           0.0000          -           0.0000          -
15661.95/802.50	c       803       11195237      659896        20                -           0.0000          -           0.0000          -
15760.79/807.56	c       808       11957408      686150        20                -           0.0000          -           0.0000          -
15861.62/812.60	c       813       12725910      712174        20                -           0.0000          -           0.0000          -
15960.37/817.66	c       818       13510541      738133        20                -           0.0000          -           0.0000          -
16061.31/822.70	c       823       14255681      702306        20                -           0.0000          -           0.0000          -
16160.15/827.74	c       828       14979888      725438        20                -           0.0000          -           0.0000          -
16261.03/832.80	c       833       15708051      742213        20                -           0.0000          -           0.0000          -
16359.33/837.85	c       838       16464169      760013        20                -           0.0000          -           0.0000          -
16460.15/842.90	c       843       17168787      779960        20                -           0.0000          -           0.0000          -
16558.89/847.95	c       848       17854074      795889        19                -           0.0000          -           0.0000          -
16656.33/852.96	c       853       18486151      812345        20                -           0.0000          -           0.0000          -
16753.66/857.97	c       858       19176791      829521        20                -           0.0000          -           0.0000          -
16850.96/862.98	c       863       19862919      849246        20                -           0.0000          -           0.0000          -
16948.50/867.99	c       868       20517094      867258        20                -           0.0000          -           0.0000          -
17046.05/873.00	c       873       21164404      884296        20                -           0.0000          -           0.0000          -
17143.43/878.01	c       878       21787908      901280        20                -           0.0000          -           0.0000          -
17240.90/883.02	c       883       22451683      920918        20                -           0.0000          -           0.0000          -
17338.65/888.03	c       888       23107170      937591        20                -           0.0000          -           0.0000          -
17438.64/893.05	c       893       23706290      953914        20                -           0.0000          -           0.0000          -
17536.67/898.05	c       898       24321738      970821        20                -           0.0000          -           0.0000          -
17633.74/903.06	c       903       25013845      989642        20                -           0.0000          -           0.0000          -
17731.73/908.08	c       908       25713716     1009318        20                -           0.0000          -           0.0000          -
17828.66/913.08	c       913       26415592     1026395        20                -           0.0000          -           0.0000          -
17926.18/918.09	c       918       27101725     1043763        20                -           0.0000          -           0.0000          -
18023.69/923.10	c       923       27772786     1061744        20                -           0.0000          -           0.0000          -
18121.01/928.11	c       928       28409470     1080454        20                -           0.0000          -           0.0000          -
18218.19/933.12	c       933       29077103     1098640        20                -           0.0000          -           0.0000          -
18315.95/938.13	c       938       29740679     1118351        20                -           0.0000          -           0.0000          -
18415.23/943.15	c       943       30397056     1136507        20                -           0.0000          -           0.0000          -
18512.68/948.15	c       948       31045620     1153313        20                -           0.0000          -           0.0000          -
18610.47/953.17	c       953       31676020     1169359        20                -           0.0000          -           0.0000          -
18708.14/958.17	c       958       32407169     1189613        20                -           0.0000          -           0.0000          -
18805.09/963.18	c       963       33122703     1208828        20                -           0.0000          -           0.0000          -
18903.09/968.19	c       968       33825338     1224467        20                -           0.0000          -           0.0000          -
19001.69/973.20	c       973       34505542     1240354        20                -           0.0000          -           0.0000          -
19098.91/978.21	c       978       35192717     1256367        20                -           0.0000          -           0.0000          -
19196.31/983.22	c       983       35883805     1270201        20                -           0.0000          -           0.0000          -
19293.93/988.24	c       988       36596686     1287605        20                -           0.0000          -           0.0000          -
19391.29/993.25	c       993       37292576     1302739        20                -           0.0000          -           0.0000          -
19488.55/998.25	c       998       37971777     1318295        20                -           0.0000          -           0.0000          -
19586.05/1003.26	c      1003       38683987     1334546        20                -           0.0000          -           0.0000          -
19684.77/1008.27	c      1008       39373389     1351119        20                -           0.0000          -           0.0000          -
19783.65/1013.28	c      1013       40053100     1369921        20                -           0.0000          -           0.0000          -
19882.46/1018.29	c      1018       40775467     1387175        20                -           0.0000          -           0.0000          -
19983.25/1023.31	c      1023       41505086     1403625        20                -           0.0000          -           0.0000          -
20082.15/1028.31	c      1028       42241064     1420457        20                -           0.0000          -           0.0000          -
20180.98/1033.32	c      1033       42941210     1437149        20                -           0.0000          -           0.0000          -
20279.86/1038.34	c      1038       43676162     1453697        20                -           0.0000          -           0.0000          -
20378.79/1043.34	c      1043       44439814     1471614        20                -           0.0000          -           0.0000          -
20477.56/1048.36	c      1048       45190279     1486630        20                -           0.0000          -           0.0000          -
20576.48/1053.36	c      1053       45952110     1504087        20                -           0.0000          -           0.0000          -
20675.12/1058.38	c      1058       46731319     1519023        20                -           0.0000          -           0.0000          -
20774.07/1063.38	c      1063       47431895     1534240        20                -           0.0000          -           0.0000          -
20874.94/1068.40	c      1068       48183269     1549231        20                -           0.0000          -           0.0000          -
20973.75/1073.41	c      1073       48968362     1565053        20                -           0.0000          -           0.0000          -
21072.83/1078.41	c      1078       49753786     1580634        20                -           0.0000          -           0.0000          -
21171.48/1083.43	c      1083       50499609     1597371        20                -           0.0000          -           0.0000          -
21270.29/1088.43	c      1088       51250935     1612756        20                -           0.0000          -           0.0000          -
21369.17/1093.44	c      1093       51980036     1629813        20                -           0.0000          -           0.0000          -
21468.03/1098.46	c      1098       52657001     1646458        20                -           0.0000          -           0.0000          -
21566.83/1103.47	c      1103       53410417     1663631        20                -           0.0000          -           0.0000          -
21665.76/1108.47	c      1108       54146674     1680928        20                -           0.0000          -           0.0000          -
21764.71/1113.48	c      1113       54860072     1696987        20                -           0.0000          -           0.0000          -
21863.41/1118.49	c      1118       55586681     1710981        20                -           0.0000          -           0.0000          -
21964.39/1123.51	c      1124       56367168     1725465        20                -           0.0000          -           0.0000          -
22063.33/1128.51	c      1129       57146114     1740903        20                -           0.0000          -           0.0000          -
22162.07/1133.53	c      1134       57851771     1755993        20                -           0.0000          -           0.0000          -
22261.04/1138.54	c      1139       58559596     1769952        20                -           0.0000          -           0.0000          -
22359.92/1143.54	c      1144       59295466     1785735        20                -           0.0000          -           0.0000          -
22458.86/1148.56	c      1149       60050817     1800906        20                -           0.0000          -           0.0000          -
22557.80/1153.57	c      1154       60785997     1815925        20                -           0.0000          -           0.0000          -
22656.58/1158.57	c      1159       61522589     1830003        20                -           0.0000          -           0.0000          -
22755.49/1163.59	c      1164       62246503     1843027        20                -           0.0000          -           0.0000          -
22854.41/1168.59	c      1169       62992066     1856629        20                -           0.0000          -           0.0000          -
22955.23/1173.61	c      1174       63726717     1870511        20                -           0.0000          -           0.0000          -
23054.00/1178.61	c      1179       64448233     1883948        20                -           0.0000          -           0.0000          -
23152.87/1183.62	c      1184       65198656     1898514        20                -           0.0000          -           0.0000          -
23251.93/1188.63	c      1189       65905943     1911456        20                -           0.0000          -           0.0000          -
23350.67/1193.65	c      1194       66621028     1924068        20                -           0.0000          -           0.0000          -
23449.44/1198.66	c      1199       67346514     1940231        20                -           0.0000          -           0.0000          -
23548.44/1203.67	c      1204       68044145     1956368        20                -           0.0000          -           0.0000          -
23647.12/1208.68	c      1209       68731844     1970648        20                -           0.0000          -           0.0000          -
23745.97/1213.69	c      1214       69454424     1984283        20                -           0.0000          -           0.0000          -
23846.89/1218.70	c      1219       70155591     1996759        20                -           0.0000          -           0.0000          -
23945.89/1223.71	c      1224       70796241     2009167        20                -           0.0000          -           0.0000          -
24044.84/1228.71	c      1229       71499943     2024000        20                -           0.0000          -           0.0000          -
24143.84/1233.72	c      1234       72240460     2037541        20                -           0.0000          -           0.0000          -
24242.71/1238.74	c      1239       72988055     2049814        20                -           0.0000          -           0.0000          -
24341.63/1243.74	c      1244       73775826     2063078        20                -           0.0000          -           0.0000          -
24440.49/1248.76	c      1249       74520394     2074392        20                -           0.0000          -           0.0000          -
24539.32/1253.76	c      1254       75251210     2085206        20                -           0.0000          -           0.0000          -
24638.24/1258.77	c      1259       75962564     2097621        20                -           0.0000          -           0.0000          -
24737.09/1263.79	c      1264       76687207     2109557        20                -           0.0000          -           0.0000          -
24836.00/1268.80	c      1269       77391770     2121857        20                -           0.0000          -           0.0000          -
24936.97/1273.81	c      1274       78139178     2133799        20                -           0.0000          -           0.0000          -
25035.81/1278.81	c      1279       78918435     2148474        20                -           0.0000          -           0.0000          -
25134.77/1283.83	c      1284       79689927     2161746        20                -           0.0000          -           0.0000          -
25233.56/1288.83	c      1289       80478736     2174848        20                -           0.0000          -           0.0000          -
25332.58/1293.85	c      1294       81226093     2191694        20                -           0.0000          -           0.0000          -
25431.47/1298.86	c      1299       82020653     2203469        20                -           0.0000          -           0.0000          -
25530.63/1303.87	c      1304       82786571     2218968        20                -           0.0000          -           0.0000          -
25629.54/1308.88	c      1309       83534619     2231935        20                -           0.0000          -           0.0000          -
25728.34/1313.88	c      1314       84264499     2246188        20                -           0.0000          -           0.0000          -
25827.17/1318.90	c      1319       85009605     2260180        20                -           0.0000          -           0.0000          -
25928.23/1323.91	c      1324       85719918     2273579        20                -           0.0000          -           0.0000          -
26027.16/1328.92	c      1329       86443651     2285624        20                -           0.0000          -           0.0000          -
26126.25/1333.93	c      1334       87206778     2299479        20                -           0.0000          -           0.0000          -
26225.06/1338.93	c      1339       87908087     2312840        20                -           0.0000          -           0.0000          -
26323.84/1343.94	c      1344       88569985     2326672        20                -           0.0000          -           0.0000          -
26422.75/1348.96	c      1349       89185413     2339052        20                -           0.0000          -           0.0000          -
26521.70/1353.96	c      1354       89846651     2353348        20                -           0.0000          -           0.0000          -
26620.26/1358.98	c      1359       90485221     2365430        20                -           0.0000          -           0.0000          -
26719.27/1363.99	c      1364       91166806     2378233        20                -           0.0000          -           0.0000          -
26818.18/1368.99	c      1369       91844652     2390384        20                -           0.0000          -           0.0000          -
26917.08/1374.00	c      1374       92551685     2404066        20                -           0.0000          -           0.0000          -
27016.00/1379.02	c      1379       93258307     2416992        20                -           0.0000          -           0.0000          -
27114.93/1384.03	c      1384       93912022     2430425        20                -           0.0000          -           0.0000          -
27213.84/1389.03	c      1389       94603145     2445402        20                -           0.0000          -           0.0000          -
27315.80/1394.05	c      1394       95280083     2458303        20                -           0.0000          -           0.0000          -
27414.45/1399.06	c      1399       95987859     2471493        20                -           0.0000          -           0.0000          -
27513.46/1404.07	c      1404       96755123     2484140        20                -           0.0000          -           0.0000          -
27612.41/1409.09	c      1409       97509805     2496367        20                -           0.0000          -           0.0000          -
27711.24/1414.09	c      1414       98267129     2508519        20                -           0.0000          -           0.0000          -
27809.81/1419.11	c      1419       99021996     2520578        20                -           0.0000          -           0.0000          -
27909.00/1424.11	c      1424       99761814     2535034        20                -           0.0000          -           0.0000          -
28007.62/1429.12	c      1429      100501098     2548573        20                -           0.0000          -           0.0000          -
28108.44/1434.14	c      1434      101218959     2562396        20                -           0.0000          -           0.0000          -
28207.68/1439.15	c      1439      101945284     2574396        20                -           0.0000          -           0.0000          -
28306.46/1444.16	c      1444      102652382     2586258        20                -           0.0000          -           0.0000          -
28405.16/1449.17	c      1449      103376683     2598020        20                -           0.0000          -           0.0000          -
28504.44/1454.18	c      1454      104114862     2609845        20                -           0.0000          -           0.0000          -
28603.49/1459.18	c      1459      104828758     2621590        20                -           0.0000          -           0.0000          -
28702.25/1464.19	c      1464      105538542     2633479        20                -           0.0000          -           0.0000          -
28802.54/1469.21	c      1469      106230446     2645890        20                -           0.0000          -           0.0000          -
28901.50/1474.22	c      1474      106915762     2656698        20                -           0.0000          -           0.0000          -
29000.49/1479.23	c      1479      107502485     2667832        20                -           0.0000          -           0.0000          -
29099.24/1484.23	c      1484      108157133     2677704        20                -           0.0000          -           0.0000          -
29198.08/1489.24	c      1489      108888424     2689065        20                -           0.0000          -           0.0000          -
29297.15/1494.26	c      1494      109583507     2699784        20                -           0.0000          -           0.0000          -
29396.20/1499.26	c      1499      110276189     2710034        20                -           0.0000          -           0.0000          -
29495.18/1504.28	c      1504      110991721     2720637        20                -           0.0000          -           0.0000          -
29593.97/1509.29	c      1509      111707850     2732213        20                -           0.0000          -           0.0000          -
29692.93/1514.29	c      1514      112374298     2744311        20                -           0.0000          -           0.0000          -
29794.02/1519.31	c      1519      113104773     2756702        20                -           0.0000          -           0.0000          -
29892.79/1524.31	c      1524      113801853     2767730        20                -           0.0000          -           0.0000          -
29991.58/1529.32	c      1529      114443923     2778691        20                -           0.0000          -           0.0000          -
30090.59/1534.33	c      1534      115123189     2789680        20                -           0.0000          -           0.0000          -
30189.31/1539.34	c      1539      115818454     2800914        20                -           0.0000          -           0.0000          -
30288.33/1544.36	c      1544      116526716     2812632        20                -           0.0000          -           0.0000          -
30387.27/1549.36	c      1549      117220480     2824203        20                -           0.0000          -           0.0000          -
30486.32/1554.37	c      1554      117930998     2834596        20                -           0.0000          -           0.0000          -
30585.30/1559.39	c      1559      118603400     2844369        20                -           0.0000          -           0.0000          -
30684.33/1564.39	c      1564      119317897     2854959        20                -           0.0000          -           0.0000          -
30785.08/1569.41	c      1569      120000043     2865590        20                -           0.0000          -           0.0000          -
30884.10/1574.41	c      1574      120722632     2876678        20                -           0.0000          -           0.0000          -
30983.10/1579.42	c      1579      121443588     2886872        20                -           0.0000          -           0.0000          -
31082.13/1584.44	c      1584      122158283     2897019        20                -           0.0000          -           0.0000          -
31181.03/1589.45	c      1589      122860030     2907163        20                -           0.0000          -           0.0000          -
31280.06/1594.45	c      1594      123561025     2916425        20                -           0.0000          -           0.0000          -
31378.99/1599.47	c      1599      124237853     2926394        20                -           0.0000          -           0.0000          -
31477.96/1604.48	c      1604      124900285     2936846        20                -           0.0000          -           0.0000          -
31576.94/1609.48	c      1609      125625934     2946365        20                -           0.0000          -           0.0000          -
31675.88/1614.49	c      1614      126290635     2956356        20                -           0.0000          -           0.0000          -
31776.88/1619.50	c      1620      126987497     2965300        20                -           0.0000          -           0.0000          -
31875.66/1624.52	c      1625      127645937     2975592        20                -           0.0000          -           0.0000          -
31974.62/1629.53	c      1630      128342627     2985214        20                -           0.0000          -           0.0000          -
32073.51/1634.54	c      1635      129015016     2997648        20                -           0.0000          -           0.0000          -
32172.60/1639.54	c      1640      129662438     3009401        20                -           0.0000          -           0.0000          -
32271.57/1644.55	c      1645      130320991     3020456        20                -           0.0000          -           0.0000          -
32370.50/1649.56	c      1650      130935442     3031711        20                -           0.0000          -           0.0000          -
32469.48/1654.58	c      1655      131589728     3041712        20                -           0.0000          -           0.0000          -
32568.26/1659.58	c      1660      132235821     3051877        20                -           0.0000          -           0.0000          -
32667.31/1664.59	c      1665      132871334     3062538        20                -           0.0000          -           0.0000          -
32768.22/1669.60	c      1670      133519916     3071916        20                -           0.0000          -           0.0000          -
32867.37/1674.62	c      1675      134162915     3082613        20                -           0.0000          -           0.0000          -
32966.23/1679.62	c      1680      134856509     3092150        20                -           0.0000          -           0.0000          -
33065.22/1684.63	c      1685      135525984     3102104        20                -           0.0000          -           0.0000          -
33164.05/1689.65	c      1690      136204918     3111987        20                -           0.0000          -           0.0000          -
33263.03/1694.66	c      1695      136852267     3120785        20                -           0.0000          -           0.0000          -
33361.93/1699.67	c      1700      137497916     3130469        20                -           0.0000          -           0.0000          -
33460.88/1704.68	c      1705      138135934     3140102        20                -           0.0000          -           0.0000          -
33561.85/1709.70	c      1710      138766283     3152160        20                -           0.0000          -           0.0000          -
33658.94/1714.69	c      1715      139456034     3163006        20                -           0.0000          -           0.0000          -
33759.84/1719.71	c      1720      140140067     3173639        20                -           0.0000          -           0.0000          -
33858.85/1724.72	c      1725      140800254     3184854        20                -           0.0000          -           0.0000          -
33957.97/1729.72	c      1730      141348992     3194460        20                -           0.0000          -           0.0000          -
34056.81/1734.74	c      1735      142017936     3203250        20                -           0.0000          -           0.0000          -
34155.83/1739.75	c      1740      142663533     3212912        20                -           0.0000          -           0.0000          -
34254.80/1744.76	c      1745      143392625     3222145        20                -           0.0000          -           0.0000          -
34353.74/1749.76	c      1750      144057617     3231851        20                -           0.0000          -           0.0000          -
34452.75/1754.77	c      1755      144718012     3242757        20                -           0.0000          -           0.0000          -
34551.54/1759.79	c      1760      145348550     3251875        20                -           0.0000          -           0.0000          -
34650.60/1764.79	c      1765      146009755     3260778        20                -           0.0000          -           0.0000          -
34751.43/1769.80	c      1770      146675896     3270445        20                -           0.0000          -           0.0000          -
34850.48/1774.82	c      1775      147351877     3279731        20                -           0.0000          -           0.0000          -
34949.54/1779.82	c      1780      148037529     3287883        20                -           0.0000          -           0.0000          -
35048.59/1784.83	c      1785      148720735     3297128        20                -           0.0000          -           0.0000          -
35147.58/1789.85	c      1790      149413669     3304605        20                -           0.0000          -           0.0000          -
35246.50/1794.85	c      1795      150146178     3313852        20                -           0.0000          -           0.0000          -
35345.49/1799.87	c      1800      150839510     3321181        20                -           0.0000          -           0.0000          -
35444.51/1804.88	c      1805      151590714     3330719        20                -           0.0000          -           0.0000          -
35543.46/1809.89	c      1810      152312682     3341468        20                -           0.0000          -           0.0000          -
35642.28/1814.89	c      1815      153038767     3349860        20                -           0.0000          -           0.0000          -
35743.10/1819.90	c      1820      153750884     3358911        20                -           0.0000          -           0.0000          -
35842.10/1824.92	c      1825      154503733     3368559        20                -           0.0000          -           0.0000          -
35941.05/1829.93	c      1830      155215628     3378972        20                -           0.0000          -           0.0000          -
36040.01/1834.94	c      1835      155938912     3388296        20                -           0.0000          -           0.0000          -
36138.85/1839.95	c      1840      156717427     3397608        20                -           0.0000          -           0.0000          -
36237.80/1844.95	c      1845      157503546     3406597        20                -           0.0000          -           0.0000          -
36336.86/1849.97	c      1850      158295921     3415513        20                -           0.0000          -           0.0000          -
36435.81/1854.97	c      1855      159020491     3424602        20                -           0.0000          -           0.0000          -
36534.85/1859.98	c      1860      159819886     3434725        20                -           0.0000          -           0.0000          -
36633.81/1865.00	c      1865      160576635     3444523        20                -           0.0000          -           0.0000          -
36732.82/1870.01	c      1870      161408932     3454369        20                -           0.0000          -           0.0000          -
36831.90/1875.01	c      1875      162170691     3462612        20                -           0.0000          -           0.0000          -
36930.70/1880.03	c      1880      162875802     3470757        20                -           0.0000          -           0.0000          -
37029.71/1885.04	c      1885      163578216     3479064        20                -           0.0000          -           0.0000          -
37131.39/1890.04	c      1890      164248883     3488136        20                -           0.0000          -           0.0000          -
37230.39/1895.06	c      1895      164930741     3497384        20                -           0.0000          -           0.0000          -
37329.20/1900.07	c      1900      165663626     3505860        20                -           0.0000          -           0.0000          -
37427.89/1905.08	c      1905      166390289     3513444        20                -           0.0000          -           0.0000          -
37527.35/1910.09	c      1910      167100908     3521159        20                -           0.0000          -           0.0000          -
37626.44/1915.10	c      1915      167815220     3527924        20                -           0.0000          -           0.0000          -
37725.31/1920.11	c      1920      168523975     3535376        20                -           0.0000          -           0.0000          -
37824.32/1925.12	c      1925      169253327     3543537        20                -           0.0000          -           0.0000          -
37922.87/1930.12	c      1930      169984868     3551240        20                -           0.0000          -           0.0000          -
38022.02/1935.13	c      1935      170648763     3560180        20                -           0.0000          -           0.0000          -
38122.89/1940.15	c      1940      171289775     3567410        20                -           0.0000          -           0.0000          -
38222.40/1945.16	c      1945      171920969     3575027        20                -           0.0000          -           0.0000          -
38321.13/1950.16	c      1950      172545975     3582451        20                -           0.0000          -           0.0000          -
38420.22/1955.18	c      1955      173223162     3590476        20                -           0.0000          -           0.0000          -
38518.49/1960.19	c      1960      173915368     3598671        20                -           0.0000          -           0.0000          -
38617.93/1965.20	c      1965      174603733     3606808        20                -           0.0000          -           0.0000          -
38717.92/1970.21	c      1970      175349755     3615066        20                -           0.0000          -           0.0000          -
38816.89/1975.21	c      1975      176106098     3623408        20                -           0.0000          -           0.0000          -
38915.91/1980.22	c      1980      176733063     3630360        20                -           0.0000          -           0.0000          -
39014.81/1985.24	c      1985      177366003     3637722        20                -           0.0000          -           0.0000          -
39113.75/1990.24	c      1990      178075922     3646266        20                -           0.0000          -           0.0000          -
39212.81/1995.26	c      1995      178836584     3654136        20                -           0.0000          -           0.0000          -
39311.75/2000.26	c      2000      179568565     3662729        20                -           0.0000          -           0.0000          -
39410.62/2005.28	c      2005      180282947     3671028        20                -           0.0000          -           0.0000          -
39509.58/2010.29	c      2010      180978086     3678826        20                -           0.0000          -           0.0000          -
39608.51/2015.30	c      2015      181798056     3686121        20                -           0.0000          -           0.0000          -
39709.46/2020.30	c      2020      182600698     3694786        20                -           0.0000          -           0.0000          -
39808.46/2025.31	c      2025      183373322     3701990        20                -           0.0000          -           0.0000          -
39907.44/2030.32	c      2030      184140889     3708363        20                -           0.0000          -           0.0000          -
40006.55/2035.34	c      2035      184935518     3715876        20                -           0.0000          -           0.0000          -
40105.46/2040.35	c      2040      185673623     3723104        20                -           0.0000          -           0.0000          -
40204.52/2045.36	c      2045      186414549     3729764        20                -           0.0000          -           0.0000          -
40303.32/2050.35	c      2050      187130602     3736199        20                -           0.0000          -           0.0000          -
40402.35/2055.37	c      2055      187851204     3743354        20                -           0.0000          -           0.0000          -
40501.40/2060.37	c      2060      188588495     3750816        20                -           0.0000          -           0.0000          -
40600.34/2065.39	c      2065      189334672     3758290        20                -           0.0000          -           0.0000          -
40699.43/2070.40	c      2070      190059225     3766247        20                -           0.0000          -           0.0000          -
40800.28/2075.41	c      2075      190802674     3773581        20                -           0.0000          -           0.0000          -
40899.12/2080.41	c      2080      191508267     3780992        20                -           0.0000          -           0.0000          -
40998.00/2085.42	c      2085      192221730     3790150        20                -           0.0000          -           0.0000          -
41097.02/2090.44	c      2090      192949717     3799044        20                -           0.0000          -           0.0000          -
41196.15/2095.44	c      2095      193713996     3807519        20                -           0.0000          -           0.0000          -
41294.96/2100.45	c      2100      194435210     3816587        20                -           0.0000          -           0.0000          -
41393.91/2105.47	c      2105      195083226     3825259        20                -           0.0000          -           0.0000          -
41492.82/2110.47	c      2110      195719149     3833150        20                -           0.0000          -           0.0000          -
41591.81/2115.49	c      2115      196423231     3843027        20                -           0.0000          -           0.0000          -
41690.79/2120.50	c      2120      197148187     3851498        20                -           0.0000          -           0.0000          -
41791.73/2125.50	c      2126      197861446     3859304        20                -           0.0000          -           0.0000          -
41890.65/2130.52	c      2131      198616135     3868412        20                -           0.0000          -           0.0000          -
41989.80/2135.53	c      2136      199364003     3875506        20                -           0.0000          -           0.0000          -
42088.63/2140.54	c      2141      200157443     3883868        20                -           0.0000          -           0.0000          -
42187.65/2145.55	c      2146      200949257     3891332        20                -           0.0000          -           0.0000          -
42286.66/2150.55	c      2151      201702688     3899353        20                -           0.0000          -           0.0000          -
42385.64/2155.57	c      2156      202511466     3907738        20                -           0.0000          -           0.0000          -
42484.38/2160.58	c      2161      203289701     3914978        20                -           0.0000          -           0.0000          -
42583.37/2165.58	c      2166      204065232     3922259        20                -           0.0000          -           0.0000          -
42682.25/2170.59	c      2171      204849171     3931066        20                -           0.0000          -           0.0000          -
42783.33/2175.60	c      2176      205571912     3938314        20                -           0.0000          -           0.0000          -
42882.29/2180.62	c      2181      206250164     3945844        20                -           0.0000          -           0.0000          -
42981.30/2185.63	c      2186      206973054     3953581        20                -           0.0000          -           0.0000          -
43080.35/2190.64	c      2191      207669170     3960890        20                -           0.0000          -           0.0000          -
43179.33/2195.65	c      2196      208407855     3968305        20                -           0.0000          -           0.0000          -
43278.39/2200.66	c      2201      209157453     3976493        20                -           0.0000          -           0.0000          -
43377.39/2205.66	c      2206      209908155     3983754        20                -           0.0000          -           0.0000          -
43476.45/2210.67	c      2211      210646043     3990931        20                -           0.0000          -           0.0000          -
43575.46/2215.69	c      2216      211328375     3998868        20                -           0.0000          -           0.0000          -
43674.44/2220.70	c      2221      212047847     4005455        20                -           0.0000          -           0.0000          -
43775.29/2225.71	c      2226      212768689     4013454        20                -           0.0000          -           0.0000          -
43874.26/2230.71	c      2231      213454282     4021248        20                -           0.0000          -           0.0000          -
43973.05/2235.73	c      2236      214054455     4028521        20                -           0.0000          -           0.0000          -
44072.03/2240.73	c      2241      214748109     4034821        20                -           0.0000          -           0.0000          -
44171.06/2245.74	c      2246      215405751     4042468        20                -           0.0000          -           0.0000          -
44270.10/2250.75	c      2251      216147479     4048964        20                -           0.0000          -           0.0000          -
44369.03/2255.77	c      2256      216870161     4056099        20                -           0.0000          -           0.0000          -
44467.94/2260.77	c      2261      217600083     4062776        20                -           0.0000          -           0.0000          -
44566.85/2265.78	c      2266      218323356     4070449        20                -           0.0000          -           0.0000          -
44667.67/2270.80	c      2271      218997296     4076221        20                -           0.0000          -           0.0000          -
44766.75/2275.80	c      2276      219690019     4082336        20                -           0.0000          -           0.0000          -
44865.70/2280.81	c      2281      220390177     4088638        20                -           0.0000          -           0.0000          -
44964.69/2285.82	c      2286      221090066     4095124        20                -           0.0000          -           0.0000          -
45063.54/2290.83	c      2291      221787090     4102730        20                -           0.0000          -           0.0000          -
45162.65/2295.84	c      2296      222466869     4109857        20                -           0.0000          -           0.0000          -
45261.65/2300.85	c      2301      223195353     4116720        20                -           0.0000          -           0.0000          -
45360.58/2305.87	c      2306      223912159     4124687        20                -           0.0000          -           0.0000          -
45459.65/2310.88	c      2311      224603617     4132684        20                -           0.0000          -           0.0000          -
45558.58/2315.88	c      2316      225289132     4140703        20                -           0.0000          -           0.0000          -
45657.48/2320.89	c      2321      225954489     4147983        20                -           0.0000          -           0.0000          -
45758.38/2325.91	c      2326      226595663     4156533        20                -           0.0000          -           0.0000          -
45857.27/2330.91	c      2331      227240719     4164414        20                -           0.0000          -           0.0000          -
45956.32/2335.93	c      2336      227949755     4171380        20                -           0.0000          -           0.0000          -
46055.27/2340.93	c      2341      228692616     4178343        20                -           0.0000          -           0.0000          -
46154.27/2345.94	c      2346      229428743     4183750        20                -           0.0000          -           0.0000          -
46253.36/2350.96	c      2351      230155113     4190330        20                -           0.0000          -           0.0000          -
46352.31/2355.96	c      2356      230838052     4198176        20                -           0.0000          -           0.0000          -
46451.21/2360.97	c      2361      231404651     4205305        20                -           0.0000          -           0.0000          -
46550.32/2365.98	c      2366      232126635     4213332        20                -           0.0000          -           0.0000          -
46649.17/2370.99	c      2371      232843276     4220415        20                -           0.0000          -           0.0000          -
46748.21/2376.01	c      2376      233558192     4227621        20                -           0.0000          -           0.0000          -
46847.33/2381.01	c      2381      234286169     4234712        20                -           0.0000          -           0.0000          -
46946.32/2386.02	c      2386      235033564     4241071        20                -           0.0000          -           0.0000          -
47045.34/2391.03	c      2391      235746135     4247799        20                -           0.0000          -           0.0000          -
47146.77/2396.04	c      2396      236437291     4254961        20                -           0.0000          -           0.0000          -
47245.79/2401.06	c      2401      237133963     4261908        20                -           0.0000          -           0.0000          -
47344.88/2406.07	c      2406      237851542     4267973        20                -           0.0000          -           0.0000          -
47444.07/2411.07	c      2411      238544102     4273686        20                -           0.0000          -           0.0000          -
47542.93/2416.09	c      2416      239213792     4280013        20                -           0.0000          -           0.0000          -
47641.89/2421.09	c      2421      239873966     4286612        20                -           0.0000          -           0.0000          -
47740.79/2426.11	c      2426      240551998     4291899        20                -           0.0000          -           0.0000          -
47839.96/2431.11	c      2431      241277526     4297441        20                -           0.0000          -           0.0000          -
47939.00/2436.12	c      2436      241953047     4302523        20                -           0.0000          -           0.0000          -
48039.43/2441.13	c      2441      242655917     4310014        20                -           0.0000          -           0.0000          -
48138.83/2446.14	c      2446      243365873     4315842        20                -           0.0000          -           0.0000          -
48237.90/2451.16	c      2451      244065853     4322314        20                -           0.0000          -           0.0000          -
48336.71/2456.16	c      2456      244781225     4328546        20                -           0.0000          -           0.0000          -
48435.39/2461.17	c      2461      245495015     4335980        20                -           0.0000          -           0.0000          -
48534.68/2466.18	c      2466      246196897     4342817        20                -           0.0000          -           0.0000          -
48633.81/2471.19	c      2471      246910754     4350179        20                -           0.0000          -           0.0000          -
48733.73/2476.20	c      2476      247604937     4356818        20                -           0.0000          -           0.0000          -
48832.74/2481.22	c      2481      248279598     4362849        20                -           0.0000          -           0.0000          -
48931.73/2486.22	c      2486      248865839     4370469        20                -           0.0000          -           0.0000          -
49030.73/2491.23	c      2491      249444180     4378494        20                -           0.0000          -           0.0000          -
49129.87/2496.24	c      2496      250054375     4385697        20                -           0.0000          -           0.0000          -
49228.79/2501.25	c      2501      250720120     4393413        20                -           0.0000          -           0.0000          -
49327.82/2506.27	c      2506      251382985     4400665        20                -           0.0000          -           0.0000          -
49426.80/2511.27	c      2511      252061433     4407465        20                -           0.0000          -           0.0000          -
49522.94/2516.32	c      2516      252732480     4414168        20                -           0.0000          -           0.0000          -
49622.02/2521.34	c      2521      253400698     4423770        20                -           0.0000          -           0.0000          -
49721.05/2526.37	c      2526      254173612     4431768        20                -           0.0000          -           0.0000          -
49819.89/2531.38	c      2531      254985617     4440590        20                -           0.0000          -           0.0000          -
49920.98/2536.40	c      2536      255784267     4449899        20                -           0.0000          -           0.0000          -
50020.07/2541.45	c      2541      256438065     4458725        20                -           0.0000          -           0.0000          -
50121.15/2546.51	c      2547      257087087     4468712        20                -           0.0000          -           0.0000          -
50220.21/2551.52	c      2552      257822012     4478437        20                -           0.0000          -           0.0000          -
50321.23/2556.61	c      2557      258510400     4487330        20                -           0.0000          -           0.0000          -
50420.09/2561.65	c      2562      259204843     4496043        20                -           0.0000          -           0.0000          -
50521.01/2566.71	c      2567      259940696     4505037        20                -           0.0000          -           0.0000          -
50619.87/2571.75	c      2572      260664067     4512476        20                -           0.0000          -           0.0000          -
50720.82/2576.81	c      2577      261396641     4520480        20                -           0.0000          -           0.0000          -
50819.92/2581.82	c      2582      262161264     4528499        20                -           0.0000          -           0.0000          -
50919.03/2586.85	c      2587      262927344     4535940        20                -           0.0000          -           0.0000          -
51020.10/2591.95	c      2592      263668287     4543427        20                -           0.0000          -           0.0000          -
51119.27/2597.00	c      2597      264411728     4551878        20                -           0.0000          -           0.0000          -
51221.22/2602.06	c      2602      265111132     4560229        20                -           0.0000          -           0.0000          -
51320.25/2607.11	c      2607      265803606     4567854        20                -           0.0000          -           0.0000          -
51421.31/2612.17	c      2612      266530572     4575267        20                -           0.0000          -           0.0000          -
51521.50/2617.22	c      2617      267282427     4582611        20                -           0.0000          -           0.0000          -
51620.68/2622.27	c      2622      268056340     4591121        20                -           0.0000          -           0.0000          -
51719.67/2627.27	c      2627      268827367     4600117        20                -           0.0000          -           0.0000          -
51820.84/2632.35	c      2632      269604218     4606579        20                -           0.0000          -           0.0000          -
51921.91/2637.41	c      2637      270360639     4612803        20                -           0.0000          -           0.0000          -
52020.91/2642.47	c      2642      271125756     4619134        20                -           0.0000          -           0.0000          -
52121.96/2647.51	c      2648      271840121     4626136        20                -           0.0000          -           0.0000          -
52220.98/2652.56	c      2653      272597742     4634980        20                -           0.0000          -           0.0000          -
52321.95/2657.61	c      2658      273352429     4644850        20                -           0.0000          -           0.0000          -
52421.04/2662.67	c      2663      274143302     4653691        20                -           0.0000          -           0.0000          -
52522.04/2667.70	c      2668      274900147     4660797        20                -           0.0000          -           0.0000          -
52621.08/2672.72	c      2673      275568957     4668710        20                -           0.0000          -           0.0000          -
52719.97/2677.79	c      2678      276275063     4677103        20                -           0.0000          -           0.0000          -
52820.97/2682.90	c      2683      276972163     4684792        20                -           0.0000          -           0.0000          -
52922.06/2687.94	c      2688      277663868     4691896        20                -           0.0000          -           0.0000          -
53020.96/2692.99	c      2693      278333902     4698759        20                -           0.0000          -           0.0000          -
53119.94/2698.03	c      2698      279046029     4706355        20                -           0.0000          -           0.0000          -
53221.70/2703.05	c      2703      279717417     4712248        20                -           0.0000          -           0.0000          -
53322.66/2708.14	c      2708      280372661     4717895        20                -           0.0000          -           0.0000          -
53423.00/2713.20	c      2713      281015821     4724391        20                -           0.0000          -           0.0000          -
53521.93/2718.25	c      2718      281653084     4730849        20                -           0.0000          -           0.0000          -
53622.98/2723.30	c      2723      282251625     4737657        20                -           0.0000          -           0.0000          -
53722.08/2728.36	c      2728      282863086     4744872        20                -           0.0000          -           0.0000          -
53823.17/2733.40	c      2733      283493350     4753306        20                -           0.0000          -           0.0000          -
53922.20/2738.46	c      2738      284106310     4760482        20                -           0.0000          -           0.0000          -
54023.20/2743.52	c      2744      284695360     4767630        20                -           0.0000          -           0.0000          -
54122.24/2748.56	c      2749      285316867     4775607        20                -           0.0000          -           0.0000          -
54223.32/2753.62	c      2754      285950520     4782397        20                -           0.0000          -           0.0000          -
54322.48/2758.63	c      2759      286587679     4789295        20                -           0.0000          -           0.0000          -
54423.58/2763.72	c      2764      287230585     4796650        20                -           0.0000          -           0.0000          -
54522.71/2768.73	c      2769      287849990     4802610        20                -           0.0000          -           0.0000          -
54623.64/2773.83	c      2774      288479370     4808871        20                -           0.0000          -           0.0000          -
54722.74/2778.88	c      2779      289128054     4816365        20                -           0.0000          -           0.0000          -
54823.89/2783.94	c      2784      289778184     4823491        20                -           0.0000          -           0.0000          -
54922.96/2788.99	c      2789      290424110     4830244        20                -           0.0000          -           0.0000          -
55024.82/2794.04	c      2794      291077896     4837028        20                -           0.0000          -           0.0000          -
55123.81/2799.09	c      2799      291728125     4844201        20                -           0.0000          -           0.0000          -
55223.06/2804.14	c      2804      292330120     4850865        20                -           0.0000          -           0.0000          -
55324.38/2809.20	c      2809      292933860     4857877        20                -           0.0000          -           0.0000          -
55424.38/2814.26	c      2814      293571567     4864688        20                -           0.0000          -           0.0000          -
55525.37/2819.31	c      2819      294218719     4871948        20                -           0.0000          -           0.0000          -
55624.47/2824.37	c      2824      294854811     4878330        20                -           0.0000          -           0.0000          -
55725.47/2829.41	c      2829      295504548     4885057        20                -           0.0000          -           0.0000          -
55824.50/2834.46	c      2834      296131981     4890396        20                -           0.0000          -           0.0000          -
55925.55/2839.51	c      2840      296761443     4897281        20                -           0.0000          -           0.0000          -
56024.60/2844.53	c      2845      297393250     4903675        20                -           0.0000          -           0.0000          -
56125.64/2849.63	c      2850      298007418     4909852        20                -           0.0000          -           0.0000          -
56224.75/2854.65	c      2855      298676348     4916014        20                -           0.0000          -           0.0000          -
56323.64/2859.67	c      2860      299335711     4923055        20                -           0.0000          -           0.0000          -
56424.67/2864.78	c      2865      300028360     4930970        20                -           0.0000          -           0.0000          -
56525.72/2869.84	c      2870      300708597     4938016        20                -           0.0000          -           0.0000          -
56624.79/2874.88	c      2875      301371981     4944411        20                -           0.0000          -           0.0000          -
56725.75/2879.94	c      2880      302021011     4951116        20                -           0.0000          -           0.0000          -
56824.75/2884.99	c      2885      302672013     4958682        20                -           0.0000          -           0.0000          -
56923.86/2890.04	c      2890      303310651     4967260        20                -           0.0000          -           0.0000          -
57025.64/2895.09	c      2895      303997941     4973928        20                -           0.0000          -           0.0000          -
57126.59/2900.14	c      2900      304647931     4981098        20                -           0.0000          -           0.0000          -
57225.71/2905.19	c      2905      305310338     4988807        20                -           0.0000          -           0.0000          -
57326.12/2910.25	c      2910      306029887     4995118        20                -           0.0000          -           0.0000          -
57427.25/2915.30	c      2915      306750632     5002043        20                -           0.0000          -           0.0000          -
57526.26/2920.35	c      2920      307389630     5009064        20                -           0.0000          -           0.0000          -
57627.43/2925.40	c      2925      308023224     5015485        20                -           0.0000          -           0.0000          -
57726.53/2930.45	c      2930      308672432     5021813        20                -           0.0000          -           0.0000          -
57827.70/2935.50	c      2936      309245855     5028460        20                -           0.0000          -           0.0000          -
57926.77/2940.55	c      2941      309843745     5034650        20                -           0.0000          -           0.0000          -
58027.79/2945.60	c      2946      310514231     5040673        20                -           0.0000          -           0.0000          -
58126.80/2950.61	c      2951      311168657     5047999        20                -           0.0000          -           0.0000          -
58225.98/2955.64	c      2956      311792795     5054425        20                -           0.0000          -           0.0000          -
58325.15/2960.66	c      2961      312435246     5061000        20                -           0.0000          -           0.0000          -
58424.24/2965.67	c      2966      313097416     5067345        20                -           0.0000          -           0.0000          -
58525.12/2970.73	c      2971      313702854     5072400        20                -           0.0000          -           0.0000          -
58624.16/2975.77	c      2976      314324432     5077534        20                -           0.0000          -           0.0000          -
58725.05/2980.84	c      2981      314985899     5084204        20                -           0.0000          -           0.0000          -
58824.00/2985.89	c      2986      315666747     5091979        20                -           0.0000          -           0.0000          -
58924.99/2990.95	c      2991      316317497     5099724        20                -           0.0000          -           0.0000          -
59024.05/2996.00	c      2996      316971831     5105922        20                -           0.0000          -           0.0000          -
59123.25/3001.01	c      3001      317646788     5112021        20                -           0.0000          -           0.0000          -
59224.80/3006.12	c      3006      318366278     5119032        20                -           0.0000          -           0.0000          -
59326.26/3011.17	c      3011      319069461     5125735        20                -           0.0000          -           0.0000          -
59426.22/3016.23	c      3016      319824799     5131408        20                -           0.0000          -           0.0000          -
59525.15/3021.29	c      3021      320545220     5136692        20                -           0.0000          -           0.0000          -
59626.19/3026.30	c      3026      321222768     5142556        20                -           0.0000          -           0.0000          -
59725.21/3031.31	c      3031      321883513     5148114        20                -           0.0000          -           0.0000          -
59824.22/3036.33	c      3036      322573019     5154159        20                -           0.0000          -           0.0000          -
59923.22/3041.34	c      3041      323241143     5160217        20                -           0.0000          -           0.0000          -
60024.33/3046.40	c      3046      323943092     5166532        20                -           0.0000          -           0.0000          -
60123.35/3051.44	c      3051      324669157     5173243        20                -           0.0000          -           0.0000          -
60222.36/3056.49	c      3056      325345098     5179975        20                -           0.0000          -           0.0000          -
60323.32/3061.54	c      3062      325998848     5186154        20                -           0.0000          -           0.0000          -
60422.37/3066.59	c      3067      326663895     5191899        20                -           0.0000          -           0.0000          -
60523.55/3071.64	c      3072      327341141     5198117        20                -           0.0000          -           0.0000          -
60622.56/3076.69	c      3077      328006136     5204626        20                -           0.0000          -           0.0000          -
60723.68/3081.74	c      3082      328727520     5210815        20                -           0.0000          -           0.0000          -
60822.72/3086.77	c      3087      329465389     5216886        20                -           0.0000          -           0.0000          -
60921.89/3091.79	c      3092      330180426     5222719        20                -           0.0000          -           0.0000          -
61022.72/3096.89	c      3097      330874023     5228959        20                -           0.0000          -           0.0000          -
61123.60/3101.94	c      3102      331574017     5235382        20                -           0.0000          -           0.0000          -
61222.51/3107.00	c      3107      332278399     5240412        20                -           0.0000          -           0.0000          -
61324.40/3112.04	c      3112      332927836     5245803        20                -           0.0000          -           0.0000          -
61423.68/3117.10	c      3117      333599814     5252288        20                -           0.0000          -           0.0000          -
61524.61/3122.14	c      3122      334255710     5258315        20                -           0.0000          -           0.0000          -
61624.85/3127.20	c      3127      334946309     5263701        20                -           0.0000          -           0.0000          -
61723.99/3132.22	c      3132      335631268     5268925        20                -           0.0000          -           0.0000          -
61822.94/3137.29	c      3137      336318244     5273981        20                -           0.0000          -           0.0000          -
61924.06/3142.34	c      3142      336981196     5280171        20                -           0.0000          -           0.0000          -
62023.14/3147.37	c      3147      337688943     5286109        20                -           0.0000          -           0.0000          -
62124.28/3152.40	c      3152      338357465     5291050        20                -           0.0000          -           0.0000          -
62222.98/3157.45	c      3157      339060591     5297232        20                -           0.0000          -           0.0000          -
62323.92/3162.54	c      3163      339765217     5301899        20                -           0.0000          -           0.0000          -
62423.00/3167.58	c      3168      340457088     5307246        20                -           0.0000          -           0.0000          -
62524.15/3172.61	c      3173      341135300     5313083        20                -           0.0000          -           0.0000          -
62623.22/3177.63	c      3178      341817185     5318645        20                -           0.0000          -           0.0000          -
62724.34/3182.75	c      3183      342494521     5325030        20                -           0.0000          -           0.0000          -
62823.40/3187.79	c      3188      343218096     5331543        20                -           0.0000          -           0.0000          -
62924.43/3192.84	c      3193      343956453     5338485        20                -           0.0000          -           0.0000          -
63023.70/3197.89	c      3198      344631215     5344667        20                -           0.0000          -           0.0000          -
63124.60/3202.94	c      3203      345338436     5349708        20                -           0.0000          -           0.0000          -
63223.70/3207.99	c      3208      346041525     5354891        20                -           0.0000          -           0.0000          -
63322.87/3213.05	c      3213      346716352     5360494        20                -           0.0000          -           0.0000          -
63424.73/3218.09	c      3218      347445559     5365271        20                -           0.0000          -           0.0000          -
63523.58/3223.10	c      3223      348160597     5370345        20                -           0.0000          -           0.0000          -
63622.69/3228.12	c      3228      348885453     5375511        20                -           0.0000          -           0.0000          -
63724.67/3233.27	c      3233      349626516     5381107        20                -           0.0000          -           0.0000          -
63825.50/3238.32	c      3238      350316590     5386294        20                -           0.0000          -           0.0000          -
63924.38/3243.35	c      3243      351030611     5391828        20                -           0.0000          -           0.0000          -
64025.46/3248.43	c      3248      351749353     5397585        20                -           0.0000          -           0.0000          -
64124.49/3253.48	c      3253      352482729     5402660        20                -           0.0000          -           0.0000          -
64225.34/3258.53	c      3259      353188721     5408165        20                -           0.0000          -           0.0000          -
64324.45/3263.58	c      3264      353908388     5413474        20                -           0.0000          -           0.0000          -
64425.59/3268.63	c      3269      354571158     5419281        20                -           0.0000          -           0.0000          -
64524.44/3273.68	c      3274      355233247     5425034        20                -           0.0000          -           0.0000          -
64625.22/3278.76	c      3279      355886044     5430542        20                -           0.0000          -           0.0000          -
64726.34/3283.81	c      3284      356487462     5435758        20                -           0.0000          -           0.0000          -
64825.40/3288.86	c      3289      357104942     5442359        20                -           0.0000          -           0.0000          -
64926.53/3293.91	c      3294      357718498     5449164        20                -           0.0000          -           0.0000          -
65025.58/3298.97	c      3299      358328446     5454872        20                -           0.0000          -           0.0000          -
65124.72/3303.98	c      3304      358977900     5460529        20                -           0.0000          -           0.0000          -
65226.69/3309.06	c      3309      359648896     5467012        20                -           0.0000          -           0.0000          -
65325.83/3314.11	c      3314      360309438     5472945        20                -           0.0000          -           0.0000          -
65427.02/3319.16	c      3319      360921676     5478615        20                -           0.0000          -           0.0000          -
65527.19/3324.21	c      3324      361563424     5485043        20                -           0.0000          -           0.0000          -
65626.25/3329.27	c      3329      362183536     5490918        20                -           0.0000          -           0.0000          -
65727.43/3334.32	c      3334      362865157     5496530        20                -           0.0000          -           0.0000          -
65826.40/3339.37	c      3339      363558625     5502173        20                -           0.0000          -           0.0000          -
65927.40/3344.42	c      3344      364206211     5507496        20                -           0.0000          -           0.0000          -
66026.48/3349.45	c      3349      364854719     5513299        20                -           0.0000          -           0.0000          -
66127.32/3354.51	c      3355      365576259     5519128        20                -           0.0000          -           0.0000          -
66226.20/3359.56	c      3360      366276353     5525298        20                -           0.0000          -           0.0000          -
66327.31/3364.62	c      3365      366951276     5531227        20                -           0.0000          -           0.0000          -
66426.24/3369.67	c      3370      367619712     5537583        20                -           0.0000          -           0.0000          -
66527.31/3374.71	c      3375      368317227     5542776        20                -           0.0000          -           0.0000          -
66626.36/3379.77	c      3380      368987847     5549043        20                -           0.0000          -           0.0000          -
66727.33/3384.81	c      3385      369689234     5554710        20                -           0.0000          -           0.0000          -
66826.46/3389.83	c      3390      370360852     5561059        20                -           0.0000          -           0.0000          -
66925.56/3394.88	c      3395      371022571     5566757        20                -           0.0000          -           0.0000          -
67026.69/3399.96	c      3400      371703073     5573033        20                -           0.0000          -           0.0000          -
67125.86/3404.98	c      3405      372392449     5578642        20                -           0.0000          -           0.0000          -
67227.86/3410.07	c      3410      373098541     5585557        20                -           0.0000          -           0.0000          -
67326.77/3415.14	c      3415      373756135     5593700        20                -           0.0000          -           0.0000          -
67427.77/3420.17	c      3420      374455732     5600483        20                -           0.0000          -           0.0000          -
67528.04/3425.22	c      3425      375112373     5606737        20                -           0.0000          -           0.0000          -
67627.18/3430.27	c      3430      375764178     5613952        20                -           0.0000          -           0.0000          -
67728.12/3435.32	c      3435      376398884     5620690        20                -           0.0000          -           0.0000          -
67827.12/3440.34	c      3440      377066695     5627224        20                -           0.0000          -           0.0000          -
67928.20/3445.43	c      3445      377737912     5633144        20                -           0.0000          -           0.0000          -
68027.21/3450.45	c      3450      378396303     5638729        20                -           0.0000          -           0.0000          -
68126.33/3455.45	c      3455      379063824     5645552        20                -           0.0000          -           0.0000          -
68225.28/3460.48	c      3460      379694781     5651777        20                -           0.0000          -           0.0000          -
68326.56/3465.52	c      3466      380330088     5657965        20                -           0.0000          -           0.0000          -
68425.45/3470.57	c      3471      380958299     5663891        20                -           0.0000          -           0.0000          -
68524.49/3475.57	c      3476      381611196     5670066        20                -           0.0000          -           0.0000          -
68625.58/3480.65	c      3481      382297733     5676241        20                -           0.0000          -           0.0000          -
68724.76/3485.68	c      3486      382981996     5682305        20                -           0.0000          -           0.0000          -
68825.84/3490.73	c      3491      383684205     5688806        20                -           0.0000          -           0.0000          -
68926.95/3495.82	c      3496      384374467     5694942        20                -           0.0000          -           0.0000          -
69026.06/3500.87	c      3501      385076813     5701027        20                -           0.0000          -           0.0000          -
69127.24/3505.97	c      3506      385749094     5706148        20                -           0.0000          -           0.0000          -
69226.32/3511.02	c      3511      386461366     5711544        20                -           0.0000          -           0.0000          -
69328.18/3516.09	c      3516      387128571     5717964        20                -           0.0000          -           0.0000          -
69427.25/3521.14	c      3521      387806262     5723489        20                -           0.0000          -           0.0000          -
69528.30/3526.16	c      3526      388444531     5728813        20                -           0.0000          -           0.0000          -
69628.41/3531.22	c      3531      389108004     5734944        20                -           0.0000          -           0.0000          -
69729.54/3536.30	c      3536      389774942     5740926        20                -           0.0000          -           0.0000          -
69828.57/3541.33	c      3541      390467705     5746729        20                -           0.0000          -           0.0000          -
69927.61/3546.34	c      3546      391143108     5752837        20                -           0.0000          -           0.0000          -
70026.62/3551.39	c      3551      391853748     5758734        20                -           0.0000          -           0.0000          -
70125.55/3556.39	c      3556      392525718     5765424        20                -           0.0000          -           0.0000          -
70226.64/3561.46	c      3561      393227318     5771230        20                -           0.0000          -           0.0000          -
70327.75/3566.51	c      3567      393934428     5776904        20                -           0.0000          -           0.0000          -
70426.79/3571.56	c      3572      394611552     5783086        20                -           0.0000          -           0.0000          -
70527.95/3576.62	c      3577      395282119     5789673        20                -           0.0000          -           0.0000          -
70627.02/3581.67	c      3582      395964112     5797093        20                -           0.0000          -           0.0000          -
70726.19/3586.69	c      3587      396679099     5803685        20                -           0.0000          -           0.0000          -
70827.27/3591.79	c      3592      397281958     5809453        20                -           0.0000          -           0.0000          -
70928.32/3596.88	c      3597      397894444     5814763        20                -           0.0000          -           0.0000          -
70961.09/3599.16	c SCIP Status        : c solving was interrupted [hard time limit reached]
70961.09/3599.16	c Total Time         : 3599.1600
70961.09/3599.16	c   solving          : 3599.1600
70961.09/3599.16	c   presolving       : 0.0114 (included in solving)
70961.09/3599.16	c B&B Tree           :
70961.09/3599.16	c   nodes (total)    : 398125162
70961.09/3599.16	c Solution           :
70961.09/3599.16	c   Solutions found  : 0
70961.09/3599.16	c   Primal Bound     :          -
70961.09/3599.16	c   Dual Bound       : +0.00000000000000e+00
70961.09/3599.16	c Gap                :          -
70965.84/3603.96	s UNKNOWN

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: 191633 MiB (173573 MiB free)
  memory of node 1: 193531 MiB (167885 MiB free)
  memory of node 2: 193531 MiB (186869 MiB free)
  memory of node 3: 193531 MiB (180589 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-4469105-1723629745/watcher-4469105-1723629745 -o /tmp/evaluation-result-4469105-1723629745/solver-4469105-1723629745 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723629745-734693 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469105-1723629745.opb -qsol -t 3600 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=734739, runsolver pid=734731
Current StackSize limit: 8192 KiB


[startup+0.102322 s]*
/proc/loadavg: 18.50 19.97 28.43 73/1026 734913
/proc/meminfo: memFree=725477476/790760800 swapFree=131071996/131071996
[pid=734739] ppid=734731 vsize=1675424 memory=171628 CPUtime=0.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/stat : 734739 (fscip) S 734731 734739 734680 0 -1 1077936128 38527 0 0 0 47 27 0 0 20 0 41 0 129561237 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
/proc/734739/statm: 418856 42907 2966 3035 0 129092 0
[pid=734739/tid=734794] ppid=734731 vsize=1675424 memory=4026531959 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734794/stat : 734794 (fscip) R 734731 734739 734680 0 -1 4194368 1737 0 0 0 1 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734795] ppid=734731 vsize=1675424 memory=74240 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734795/stat : 734795 (fscip) D 734731 734739 734680 0 -1 4194368 1683 0 0 0 1 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734796] ppid=734731 vsize=1675424 memory=56316433531346 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734796/stat : 734796 (fscip) R 734731 734739 734680 0 -1 4194368 1722 0 0 0 1 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734797] ppid=734731 vsize=1675424 memory=54083084091976 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734797/stat : 734797 (fscip) R 734731 734739 734680 0 -1 4194368 1835 0 0 0 3 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734798] ppid=734731 vsize=1675424 memory=61783977231038 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734798/stat : 734798 (fscip) R 734731 734739 734680 0 -1 4194368 1658 0 0 0 1 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734799] ppid=734731 vsize=1675424 memory=60697400837126 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734799/stat : 734799 (fscip) R 734731 734739 734680 0 -1 4194368 1722 0 0 0 1 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734800] ppid=734731 vsize=1675424 memory=14413713499227746 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734800/stat : 734800 (fscip) D 734731 734739 734680 0 -1 4194368 1865 0 0 0 3 0 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734801] ppid=734731 vsize=1675424 memory=3906084533971451988 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734801/stat : 734801 (fscip) D 734731 734739 734680 0 -1 4194368 1725 0 0 0 2 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734802] ppid=734731 vsize=1675424 memory=1985183 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734802/stat : 734802 (fscip) D 734731 734739 734680 0 -1 4194368 1752 0 0 0 2 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734803] ppid=734731 vsize=1675424 memory=2046216 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734803/stat : 734803 (fscip) R 734731 734739 734680 0 -1 4194368 1786 0 0 0 2 0 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734804] ppid=734731 vsize=1675424 memory=0 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734804/stat : 734804 (fscip) D 734731 734739 734680 0 -1 4194368 1933 0 0 0 4 0 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734805] ppid=734731 vsize=1675424 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734805/stat : 734805 (fscip) D 734731 734739 734680 0 -1 4194368 1792 0 0 0 2 0 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734806] ppid=734731 vsize=1675424 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734806/stat : 734806 (fscip) D 734731 734739 734680 0 -1 4194368 1623 0 0 0 1 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734807] ppid=734731 vsize=1675424 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734807/stat : 734807 (fscip) R 734731 734739 734680 0 -1 4194368 1733 0 0 0 1 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734808] ppid=734731 vsize=1675424 memory=0 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734808/stat : 734808 (fscip) D 734731 734739 734680 0 -1 4194368 1860 0 0 0 3 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734809] ppid=734731 vsize=1675424 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734809/stat : 734809 (fscip) R 734731 734739 734680 0 -1 4194368 1736 0 0 0 1 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734810] ppid=734731 vsize=1675424 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734810/stat : 734810 (fscip) R 734731 734739 734680 0 -1 4194368 1779 0 0 0 2 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734817] ppid=734731 vsize=1675424 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734817/stat : 734817 (fscip) R 734731 734739 734680 0 -1 4194368 1718 0 0 0 1 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734818] ppid=734731 vsize=1675424 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734818/stat : 734818 (fscip) R 734731 734739 734680 0 -1 4194368 1735 0 0 0 1 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734820] ppid=734731 vsize=1675424 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734820/stat : 734820 (fscip) D 734731 734739 734680 0 -1 4194368 1654 0 0 0 1 1 0 0 20 0 41 0 129561239 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734874] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734874/stat : 734874 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734875] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734875/stat : 734875 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734876] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734876/stat : 734876 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734877] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734877/stat : 734877 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734878] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734878/stat : 734878 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734879] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734879/stat : 734879 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734880] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734880/stat : 734880 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734881] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734881/stat : 734881 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734882] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734882/stat : 734882 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734883] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734883/stat : 734883 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734884] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734884/stat : 734884 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734885] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734885/stat : 734885 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734886] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734886/stat : 734886 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734887] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734887/stat : 734887 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734888] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734888/stat : 734888 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734889] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734889/stat : 734889 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734890] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734890/stat : 734890 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734891] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734891/stat : 734891 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734892] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734892/stat : 734892 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734893] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734893/stat : 734893 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 42907 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
Current children cumulated CPU time: 0.74 s
Current children cumulated vsize: 1675424 KiB
Current children cumulated memory: 171628 KiB

[startup+0.243344 s]*
/proc/loadavg: 18.50 19.97 28.43 84/1026 734913
/proc/meminfo: memFree=724970900/790760800 swapFree=131071996/131071996
[pid=734739] ppid=734731 vsize=1675424 memory=315192 CPUtime=3.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/stat : 734739 (fscip) S 734731 734739 734680 0 -1 1077936128 75449 0 0 0 317 39 0 0 20 0 41 0 129561237 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
/proc/734739/statm: 418856 78798 2966 3035 0 169042 0
[pid=734739/tid=734794] ppid=734731 vsize=1675424 memory=4026531959 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734794/stat : 734794 (fscip) R 734731 734739 734680 0 -1 4194368 3554 0 0 0 15 2 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734795] ppid=734731 vsize=1675424 memory=74248 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734795/stat : 734795 (fscip) R 734731 734739 734680 0 -1 4194368 3616 0 0 0 14 2 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734796] ppid=734731 vsize=1675424 memory=59614968414677 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734796/stat : 734796 (fscip) R 734731 734739 734680 0 -1 4194368 3486 0 0 0 15 1 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734797] ppid=734731 vsize=1675424 memory=56282107347530 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734797/stat : 734797 (fscip) R 734731 734739 734680 0 -1 4194368 3600 0 0 0 16 1 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734798] ppid=734731 vsize=1675424 memory=54091690803904 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734798/stat : 734798 (fscip) R 734731 734739 734680 0 -1 4194368 3696 0 0 0 15 1 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734799] ppid=734731 vsize=1675424 memory=62896424092680 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734799/stat : 734799 (fscip) R 734731 734739 734680 0 -1 4194368 3666 0 0 0 15 1 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734800] ppid=734731 vsize=1675424 memory=14413717794195044 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734800/stat : 734800 (fscip) R 734731 734739 734680 0 -1 4194368 3627 0 0 0 17 1 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734801] ppid=734731 vsize=1675424 memory=1674896 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734801/stat : 734801 (fscip) R 734731 734739 734680 0 -1 4194368 3614 0 0 0 15 2 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734802] ppid=734731 vsize=1675424 memory=3474019349520711762 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734802/stat : 734802 (fscip) R 734731 734739 734680 0 -1 4194368 3460 0 0 0 16 2 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734803] ppid=734731 vsize=1675424 memory=4122820278940336211 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734803/stat : 734803 (fscip) R 734731 734739 734680 0 -1 4194368 3717 0 0 0 16 0 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734804] ppid=734731 vsize=1675424 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734804/stat : 734804 (fscip) R 734731 734739 734680 0 -1 4194368 3669 0 0 0 18 0 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734805] ppid=734731 vsize=1675424 memory=0 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734805/stat : 734805 (fscip) R 734731 734739 734680 0 -1 4194368 3521 0 0 0 16 1 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734806] ppid=734731 vsize=1675424 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734806/stat : 734806 (fscip) R 734731 734739 734680 0 -1 4194368 3272 0 0 0 11 2 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734807] ppid=734731 vsize=1675424 memory=0 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734807/stat : 734807 (fscip) R 734731 734739 734680 0 -1 4194368 3952 0 0 0 15 2 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734808] ppid=734731 vsize=1675424 memory=0 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734808/stat : 734808 (fscip) R 734731 734739 734680 0 -1 4194368 3701 0 0 0 16 1 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734809] ppid=734731 vsize=1675424 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734809/stat : 734809 (fscip) R 734731 734739 734680 0 -1 4194368 3355 0 0 0 15 1 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734810] ppid=734731 vsize=1675424 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734810/stat : 734810 (fscip) R 734731 734739 734680 0 -1 4194368 4035 0 0 0 16 2 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734817] ppid=734731 vsize=1675424 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734817/stat : 734817 (fscip) R 734731 734739 734680 0 -1 4194368 3418 0 0 0 15 1 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734818] ppid=734731 vsize=1675424 memory=0 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734818/stat : 734818 (fscip) R 734731 734739 734680 0 -1 4194368 3358 0 0 0 15 2 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734820] ppid=734731 vsize=1675424 memory=0 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734820/stat : 734820 (fscip) R 734731 734739 734680 0 -1 4194368 3600 0 0 0 15 2 0 0 20 0 41 0 129561239 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734874] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734874/stat : 734874 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734875] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734875/stat : 734875 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734876] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734876/stat : 734876 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734877] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734877/stat : 734877 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734878] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734878/stat : 734878 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734879] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734879/stat : 734879 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734880] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734880/stat : 734880 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734881] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734881/stat : 734881 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734882] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734882/stat : 734882 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734883] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734883/stat : 734883 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734884] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734884/stat : 734884 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734885] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734885/stat : 734885 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734886] ppid=734731 vsize=1675424 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734886/stat : 734886 (fscip) S 734731 734739 734680 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129561245 1715634176 78798 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0

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

[pid=734739/tid=734887] ppid=734731 vsize=35597948 memory=25333125866717268 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734887/stat : 734887 (fscip) S 734731 734739 734680 0 -1 1077936192 166 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8674869 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734888] ppid=734731 vsize=35597948 memory=6944656592455359580 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734888/stat : 734888 (fscip) S 734731 734739 734680 0 -1 1077936192 168 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8674869 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734889] ppid=734731 vsize=35597948 memory=8309524662448466566 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734889/stat : 734889 (fscip) S 734731 734739 734680 0 -1 1077936192 165 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8674869 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734890] ppid=734731 vsize=35597948 memory=3256112677255344653 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734890/stat : 734890 (fscip) S 734731 734739 734680 0 -1 1077936192 164 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8674869 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734891] ppid=734731 vsize=35597948 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734891/stat : 734891 (fscip) S 734731 734739 734680 0 -1 1077936192 165 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8674869 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734892] ppid=734731 vsize=35597948 memory=3296340156509368 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734892/stat : 734892 (fscip) S 734731 734739 734680 0 -1 1077936192 164 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8674869 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734893] ppid=734731 vsize=35597948 memory=3296340156509369 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734893/stat : 734893 (fscip) S 734731 734739 734680 0 -1 1077936192 164 0 0 0 0 2 0 0 20 0 41 0 129561245 36452298752 8674869 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
Current children cumulated CPU time: 70675.4 s
Current children cumulated vsize: 35597948 KiB
Current children cumulated memory: 34699476 KiB

[startup+3596.8 s]
/proc/loadavg: 80.72 80.56 79.61 85/1023 736825
/proc/meminfo: memFree=655339488/790760800 swapFree=131071996/131071996
[pid=734739] ppid=734731 vsize=35597948 memory=34721200 CPUtime=70928.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/stat : 734739 (fscip) S 734731 734739 734680 0 -1 1077936128 40359548 0 0 0 7033310 59522 0 0 20 0 41 0 129561237 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 17 71 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
/proc/734739/statm: 8899487 8680300 3030 3035 0 8780714 0
[pid=734739/tid=734794] ppid=734731 vsize=35597948 memory=6720661043464650096 CPUtime=3513.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734794/stat : 734794 (fscip) R 734731 734739 734680 0 -1 4194368 3263174 0 0 0 350011 1335 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734795] ppid=734731 vsize=35597948 memory=5432 CPUtime=3551.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734795/stat : 734795 (fscip) R 734731 734739 734680 0 -1 4194368 1680827 0 0 0 354616 543 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734796] ppid=734731 vsize=35597948 memory=16240 CPUtime=3543.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734796/stat : 734796 (fscip) R 734731 734739 734680 0 -1 4194368 137677 0 0 0 347982 6392 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734797] ppid=734731 vsize=35597948 memory=2268 CPUtime=3550.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734797/stat : 734797 (fscip) R 734731 734739 734680 0 -1 4194368 2160422 0 0 0 353902 1187 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734798] ppid=734731 vsize=35597948 memory=6720661043464650096 CPUtime=3554.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734798/stat : 734798 (fscip) R 734731 734739 734680 0 -1 4194368 1457189 0 0 0 354812 660 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734799] ppid=734731 vsize=35597948 memory=35732 CPUtime=3546.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734799/stat : 734799 (fscip) R 734731 734739 734680 0 -1 4194368 137254 0 0 0 347161 7476 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734800] ppid=734731 vsize=35597948 memory=34700436 CPUtime=3550.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734800/stat : 734800 (fscip) R 734731 734739 734680 0 -1 4194368 2356686 0 0 0 353824 1181 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734801] ppid=734731 vsize=35597948 memory=5432 CPUtime=3552.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734801/stat : 734801 (fscip) R 734731 734739 734680 0 -1 4194368 1310620 0 0 0 354779 501 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734802] ppid=734731 vsize=35597948 memory=6720661043464650096 CPUtime=3540.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734802/stat : 734802 (fscip) R 734731 734739 734680 0 -1 4194368 237195 0 0 0 347415 6596 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734803] ppid=734731 vsize=35597948 memory=16240 CPUtime=3553.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734803/stat : 734803 (fscip) R 734731 734739 734680 0 -1 4194368 2230028 0 0 0 354154 1181 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734804] ppid=734731 vsize=35597948 memory=2268 CPUtime=3552.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734804/stat : 734804 (fscip) R 734731 734739 734680 0 -1 4194368 1705316 0 0 0 354754 504 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734805] ppid=734731 vsize=35597948 memory=1996 CPUtime=3543.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734805/stat : 734805 (fscip) R 734731 734739 734680 0 -1 4194368 147604 0 0 0 347308 7008 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734806] ppid=734731 vsize=35597948 memory=2152 CPUtime=3553.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734806/stat : 734806 (fscip) R 734731 734739 734680 0 -1 4194368 2066151 0 0 0 354050 1302 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734807] ppid=734731 vsize=35597948 memory=6056 CPUtime=3552.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734807/stat : 734807 (fscip) R 734731 734739 734680 0 -1 4194368 1890540 0 0 0 354664 541 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734808] ppid=734731 vsize=35597948 memory=104 CPUtime=3538.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734808/stat : 734808 (fscip) R 734731 734739 734680 0 -1 4194368 133181 0 0 0 345591 8295 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734809] ppid=734731 vsize=35597948 memory=33100 CPUtime=3489.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734809/stat : 734809 (fscip) R 734731 734739 734680 0 -1 4194368 6715773 0 0 0 346702 2246 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734810] ppid=734731 vsize=35597948 memory=6056 CPUtime=3553.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734810/stat : 734810 (fscip) R 734731 734739 734680 0 -1 4194368 1507347 0 0 0 354749 640 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734817] ppid=734731 vsize=35597948 memory=104 CPUtime=3538.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734817/stat : 734817 (fscip) R 734731 734739 734680 0 -1 4194368 159450 0 0 0 345680 8194 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734818] ppid=734731 vsize=35597948 memory=33100 CPUtime=3551.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734818/stat : 734818 (fscip) R 734731 734739 734680 0 -1 4194368 2288582 0 0 0 354204 970 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734820] ppid=734731 vsize=35597948 memory=19600 CPUtime=3555.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734820/stat : 734820 (fscip) R 734731 734739 734680 0 -1 4194368 1206947 0 0 0 354941 651 0 0 20 0 41 0 129561239 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734874] ppid=734731 vsize=35597948 memory=35732 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734874/stat : 734874 (fscip) S 734731 734739 734680 0 -1 1077936192 169 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734875] ppid=734731 vsize=35597948 memory=34719776 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734875/stat : 734875 (fscip) S 734731 734739 734680 0 -1 1077936192 174 0 0 0 0 2 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734876] ppid=734731 vsize=35597948 memory=25333125866717268 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734876/stat : 734876 (fscip) S 734731 734739 734680 0 -1 1077936192 167 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734877] ppid=734731 vsize=35597948 memory=3296340156509280 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734877/stat : 734877 (fscip) S 734731 734739 734680 0 -1 1077936192 165 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734878] ppid=734731 vsize=35597948 memory=10392 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734878/stat : 734878 (fscip) S 734731 734739 734680 0 -1 1077936192 169 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734879] ppid=734731 vsize=35597948 memory=5432 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734879/stat : 734879 (fscip) S 734731 734739 734680 0 -1 1077936192 165 0 0 0 1 0 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734880] ppid=734731 vsize=35597948 memory=16240 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734880/stat : 734880 (fscip) S 734731 734739 734680 0 -1 1077936192 167 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734881] ppid=734731 vsize=35597948 memory=2268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734881/stat : 734881 (fscip) S 734731 734739 734680 0 -1 1077936192 166 0 0 0 0 2 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734882] ppid=734731 vsize=35597948 memory=26960 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734882/stat : 734882 (fscip) S 734731 734739 734680 0 -1 1077936192 164 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734883] ppid=734731 vsize=35597948 memory=31356 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734883/stat : 734883 (fscip) S 734731 734739 734680 0 -1 1077936192 164 0 0 0 1 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734884] ppid=734731 vsize=35597948 memory=3672 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734884/stat : 734884 (fscip) S 734731 734739 734680 0 -1 1077936192 88 0 0 0 0 2 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734885] ppid=734731 vsize=35597948 memory=40436 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734885/stat : 734885 (fscip) S 734731 734739 734680 0 -1 1077936192 83 0 0 0 0 2 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734886] ppid=734731 vsize=35597948 memory=8240 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734886/stat : 734886 (fscip) S 734731 734739 734680 0 -1 1077936192 166 0 0 0 0 2 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734887] ppid=734731 vsize=35597948 memory=6720661043464650096 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734887/stat : 734887 (fscip) S 734731 734739 734680 0 -1 1077936192 166 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734888] ppid=734731 vsize=35597948 memory=34691448 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734888/stat : 734888 (fscip) S 734731 734739 734680 0 -1 1077936192 168 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734889] ppid=734731 vsize=35597948 memory=34691640 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734889/stat : 734889 (fscip) S 734731 734739 734680 0 -1 1077936192 165 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734890] ppid=734731 vsize=35597948 memory=16240 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734890/stat : 734890 (fscip) S 734731 734739 734680 0 -1 1077936192 164 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734891] ppid=734731 vsize=35597948 memory=2268 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734891/stat : 734891 (fscip) S 734731 734739 734680 0 -1 1077936192 165 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734892] ppid=734731 vsize=35597948 memory=6720661043464650096 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734892/stat : 734892 (fscip) S 734731 734739 734680 0 -1 1077936192 164 0 0 0 0 1 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
[pid=734739/tid=734893] ppid=734731 vsize=35597948 memory=34703736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/task/734893/stat : 734893 (fscip) S 734731 734739 734680 0 -1 1077936192 164 0 0 0 0 2 0 0 20 0 41 0 129561245 36452298752 8680300 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
Current children cumulated CPU time: 70928.3 s
Current children cumulated vsize: 35597948 KiB
Current children cumulated memory: 34721200 KiB

[startup+3600 s]*
/proc/loadavg: 80.66 80.55 79.61 11/887 736863
/proc/meminfo: memFree=678588972/790760800 swapFree=131071996/131071996
[pid=734739] ppid=734731 vsize=31384872 memory=30544080 CPUtime=70962 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/stat : 734739 (fscip) R 734731 734739 734680 0 -1 4194304 42470915 0 0 0 7036505 59693 0 0 20 0 1 0 129561237 32138108928 7636020 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
/proc/734739/statm: 7846218 7636020 3030 3035 0 7824490 0
Current children cumulated CPU time: 70962 s
Current children cumulated vsize: 31384872 KiB
Current children cumulated memory: 30544080 KiB

[startup+3601.6 s]
/proc/loadavg: 80.66 80.55 79.61 22/903 736921
/proc/meminfo: memFree=686766744/790760800 swapFree=131071996/131071996
[pid=734739] ppid=734731 vsize=31384872 memory=30544080 CPUtime=70963.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/stat : 734739 (fscip) R 734731 734739 734680 0 -1 4194304 44082314 0 0 0 7036581 59775 0 0 20 0 1 0 129561237 32138108928 7636020 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
/proc/734739/statm: 7846218 7636020 3030 3035 0 7824490 0
Current children cumulated CPU time: 70963.6 s
Current children cumulated vsize: 31384872 KiB
Current children cumulated memory: 30544080 KiB

[startup+3603.2 s]
/proc/loadavg: 77.57 79.91 79.41 62/983 737085
/proc/meminfo: memFree=691983156/790760800 swapFree=131071996/131071996
[pid=734739] ppid=734731 vsize=31384872 memory=30544080 CPUtime=70965.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/734739/stat : 734739 (fscip) R 734731 734739 734680 0 -1 4194304 45711738 0 0 0 7036664 59851 0 0 20 0 1 0 129561237 32138108928 7636020 809668444160 4194304 16622685 140734867413296 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 46415872 140734867420136 140734867420251 140734867420251 140734867427279 0
/proc/734739/statm: 7846218 7636020 3030 3035 0 7824490 0
Current children cumulated CPU time: 70965.1 s
Current children cumulated vsize: 31384872 KiB
Current children cumulated memory: 30544080 KiB

[startup+3604 s]*
/proc/loadavg: 77.57 79.91 79.41 62/983 737085
/proc/meminfo: memFree=703137644/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3604.4 s]
/proc/loadavg: 77.57 79.91 79.41 62/983 737085
/proc/meminfo: memFree=703137644/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3604.5 s]
/proc/loadavg: 77.57 79.91 79.41 62/983 737085
/proc/meminfo: memFree=703137644/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3604.59
CPU time (s): 70966.5
CPU user time (s): 70366.8
CPU system time (s): 599.69
CPU usage (%): 1968.78
Max. virtual memory (cumulated for all children) (KiB): 35597948
Max. memory (cumulated for all children) (KiB): 34731328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70366.8
system time used= 599.69
maximum resident set size= 34731676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46168364
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= 4442219
involuntary context switches= 304207


# summary of solver processes directly reported to runsolver:
#   pid: 734739
#   total CPU time (s): 70966.5
#   total CPU user time (s): 70366.8
#   total CPU system time (s): 599.69

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.1634 second user time and 101.746 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 12:02:25
IDJOB=4469105
IDBENCH=160354
IDSOLVER=3099
FILE ID=nodeD101/4469105-1723629745
RUNJOBID= nodeD101-1723629745-734693
SLURM_JOB_ID= 8267914
Free space on /tmp= 8622924 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x80split.cnf-extracted.pb.metafix.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4469105-1723629745/watcher-4469105-1723629745 -o /tmp/evaluation-result-4469105-1723629745/solver-4469105-1723629745 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723629745-734693 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469105-1723629745.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 1a042d5fcb76a110c048c575a59fde0e
RANDOM SEED=705027665

nodeD101.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	: 0x5003102
cpu MHz		: 2875.388
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 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	: 0x5003102
cpu MHz		: 3724.460
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2171.832
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3773.792
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3660.519
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 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	: 0x5003102
cpu MHz		: 2510.170
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2587.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2563.025
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2571.271
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 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	: 0x5003102
cpu MHz		: 2671.370
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2564.102
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2568.277
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2587.719
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 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	: 0x5003102
cpu MHz		: 2630.597
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2582.964
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2534.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2500.000
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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	: 0x5003102
cpu MHz		: 2560.634
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2568.855
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2534.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2570.043
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 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	: 0x5003102
cpu MHz		: 2534.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2621.951
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2568.855
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3664.705
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 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	: 0x5003102
cpu MHz		: 2561.619
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2583.661
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2571.271
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3667.091
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 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	: 0x5003102
cpu MHz		: 2581.018
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2500.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2590.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2488.317
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 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	: 0x5003102
cpu MHz		: 2640.845
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2495.659
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2590.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2575.934
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 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	: 0x5003102
cpu MHz		: 2556.818
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2504.882
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2577.433
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2601.190
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 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	: 0x5003102
cpu MHz		: 2489.035
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2554.744
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2582.236
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2494.212
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 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	: 0x5003102
cpu MHz		: 2534.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2500.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2576.086
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2576.650
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 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	: 0x5003102
cpu MHz		: 2375.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2495.404
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2500.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2488.532
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 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	: 0x5003102
cpu MHz		: 2534.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3608.179
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2505.530
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2561.383
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 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	: 0x5003102
cpu MHz		: 2556.818
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2575.187
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2565.217
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2488.636
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 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	: 0x5003102
cpu MHz		: 2375.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2551.305
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2582.236
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2500.000
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 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	: 0x5003102
cpu MHz		: 2488.839
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2554.744
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2494.612
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2580.275
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 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	: 0x5003102
cpu MHz		: 2534.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2555.555
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2505.482
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2595.238
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 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	: 0x5003102
cpu MHz		: 2604.166
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2495.659
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2571.902
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2505.681
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 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	: 0x5003102
cpu MHz		: 2611.301
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2590.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3583.333
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        725934940 kB
MemAvailable:   783573608 kB
Buffers:         1159524 kB
Cached:         59734680 kB
SwapCached:            0 kB
Active:         18802580 kB
Inactive:       42507216 kB
Active(anon):       2032 kB
Inactive(anon):   452480 kB
Active(file):   18800548 kB
Inactive(file): 42054736 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112844 kB
Writeback:             0 kB
AnonPages:        413444 kB
Mapped:           101268 kB
Shmem:             38920 kB
KReclaimable:     405820 kB
Slab:             819316 kB
SReclaimable:     405820 kB
SUnreclaim:       413496 kB
KernelStack:       14592 kB
PageTables:        10880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     910356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1141248 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD101 at 2024-08-14 13:02:29