Trace number 4469088

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? 71156 3603.99

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n148-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMfefb64a1b2a7fa00e7ba601f2504d0e0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables222
Total number of constraints592
Number of constraints which are clauses592
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 5
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 = 23646208, getVmSize() = 23646208, SCIPgetMemUsed() = 1624678, SCIPgetMemTotal() = 2082862, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 15850089, getVmSize() = 26353664, SCIPgetMemUsed() = 1889583, SCIPgetMemTotal() = 3642175, SCIPgetMemExternEstim() = 1048576
0.00/0.01	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4469088-1723628450
0.00/0.01	c   Variables        : 222 (222 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 592
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 222 (222 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 592
0.00/0.01	c Constraints        : Number
0.00/0.01	c   logicor          : 592 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.06	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.06	c                                Nodes    Active                                            
0.00/0.06	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
103.18/5.30	c         5          14041          61        20                -           0.0000          -
202.34/10.36	c        10           3112        3039        20                -           0.0000          -
303.61/15.44	c        15           3873        2809        20                -           0.0000          -
404.85/20.50	c        21           5961        4881        20                -           0.0000          -
504.07/25.56	c        26           8236        7027        20                -           0.0000          -
605.26/30.63	c        31          12735       11980        20                -           0.0000          -
704.44/35.69	c        36          14725       13939        20                -           0.0000          -
805.59/40.74	c        41          17166       16211        20                -           0.0000          -
904.94/45.79	c        46          19260       18276        20                -           0.0000          -
1005.91/50.85	c        51          20644       18418        20                -           0.0000          -
1107.04/55.90	c        56          22892       20493        20                -           0.0000          -
1206.22/60.97	c        61          25388       22715        20                -           0.0000          -
1305.39/66.03	c        66          27577       24791        20                -           0.0000          -
1407.30/71.08	c        71          29765       26844        20                -           0.0000          -
1506.38/76.13	c        76          31631       28701        20                -           0.0000          -
1607.60/81.18	c        81          33618       30679        20                -           0.0000          -
1707.97/86.23	c        86          36089       32882        20                -           0.0000          -
1807.15/91.29	c        91          38658       35097        20                -           0.0000          -
1908.30/96.34	c        96          40889       37081        20                -           0.0000          -
2007.47/101.39	c       101          42911       38967        20                -           0.0000          -
2108.54/106.46	c       106          45521       41107        20                -           0.0000          -
2209.69/111.52	c       112          48718       43377        20                -           0.0000          -
2308.76/116.56	c       117          51459       45733        20                -           0.0000          -
2409.90/121.63	c       122          54081       47941        20                -           0.0000          -
2509.05/126.67	c       127          57205       50356        20                -           0.0000          -
2610.19/131.72	c       132          59998       52620        20                -           0.0000          -
2709.33/136.77	c       137          62444       54703        20                -           0.0000          -
2810.53/141.83	c       142          65231       56892        20                -           0.0000          -
2909.61/146.88	c       147          67794       59077        20                -           0.0000          -
3010.77/151.93	c       152          70113       61312        20                -           0.0000          -
3109.93/156.98	c       157          72524       63326        20                -           0.0000          -
3211.79/162.04	c       162          75077       65477        20                -           0.0000          -
3310.76/167.08	c       167          78091       67590        20                -           0.0000          -
3411.91/172.13	c       172          80466       69658        20                -           0.0000          -
3511.30/177.18	c       177          83355       71761        20                -           0.0000          -
3611.62/182.23	c       182          85927       73900        20                -           0.0000          -
3710.77/187.29	c       187          88589       76282        20                -           0.0000          -
3811.91/192.34	c       192          91099       78506        20                -           0.0000          -
3913.05/197.41	c       197          93329       80544        20                -           0.0000          -
4012.22/202.46	c       202          95276       82436        20                -           0.0000          -
4111.37/207.47	c       207          97839       84700        20                -           0.0000          -
4212.50/212.56	c       213         100597       86854        20                -           0.0000          -
4313.54/217.61	c       218         103606       89435        20                -           0.0000          -
4412.74/222.67	c       223         106001       91729        20                -           0.0000          -
4513.83/227.74	c       228         108389       93997        20                -           0.0000          -
4612.84/232.78	c       233         110969       96336        20                -           0.0000          -
4713.81/237.81	c       238         114191       98977        20                -           0.0000          -
4812.77/242.84	c       243         116828      101487        20                -           0.0000          -
4913.82/247.91	c       248         120394      104433        20                -           0.0000          -
5013.00/252.99	c       253         123004      106827        20                -           0.0000          -
5114.81/258.03	c       258         125853      109495        20                -           0.0000          -
5213.74/263.09	c       263         128941      112471        20                -           0.0000          -
5314.72/268.15	c       268         131989      115109        20                -           0.0000          -
5415.09/273.20	c       273         135024      117682        20                -           0.0000          -
5513.91/278.24	c       278         138241      120285        20                -           0.0000          -
5612.96/283.29	c       283         188108      184741        20                -           0.0000          -
5714.06/288.34	c       288         191257      187815        20                -           0.0000          -
5813.23/293.40	c       293         194388      190901        20                -           0.0000          -
5914.29/298.42	c       298         197529      194005        20                -           0.0000          -
6013.43/303.48	c       303         201077      197431        20                -           0.0000          -
6114.51/308.55	c       309         203886      200228        20                -           0.0000          -
6215.62/313.60	c       314         206497      202839        20                -           0.0000          -
6314.40/318.65	c       319         161148      140880        20                -           0.0000          -
6413.38/323.66	c       324         165021      143699        20                -           0.0000          -
6514.68/328.74	c       329         168134      146408        20                -           0.0000          -
6613.51/333.79	c       334         171516      149233        20                -           0.0000          -
6714.22/338.87	c       339         175039      152189        20                -           0.0000          -
6815.24/343.92	c       344         178435      154914        20                -           0.0000          -
6914.38/348.94	c       349         181591      157717        20                -           0.0000          -
7013.54/354.02	c       354         230672      226182        20                -           0.0000          -
7115.40/359.07	c       359         233491      228993        20                -           0.0000          -
7214.36/364.12	c       364         236261      231694        20                -           0.0000          -
7315.21/369.15	c       369         239148      234504        20                -           0.0000          -
7415.65/374.20	c       374         198323      171763        20                -           0.0000          -
7514.75/379.23	c       379         201702      174732        20                -           0.0000          -
7615.69/384.32	c       384         205408      177741        20                -           0.0000          -
7714.43/389.37	c       389         208888      180598        20                -           0.0000          -
7815.56/394.42	c       394         254367      249320        20                -           0.0000          -
7914.62/399.47	c       399         257604      252557        20                -           0.0000          -
8015.56/404.52	c       405         260441      255384        20                -           0.0000          -
8114.32/409.55	c       410         263361      258290        20                -           0.0000          -
8215.46/414.62	c       415         216740      195595        20                -           0.0000          -
8314.57/419.67	c       420         219242      197979        20                -           0.0000          -
8413.47/424.69	c       425         230873      199445        20                -           0.0000          -
8514.58/429.77	c       430         233740      202061        20                -           0.0000          -
8615.40/434.82	c       435         227145      205441        20                -           0.0000          -
8714.38/439.87	c       440         240004      207455        20                -           0.0000          -
8815.06/444.93	c       445         282901      276842        20                -           0.0000          -
8914.18/449.97	c       450         285820      279663        20                -           0.0000          -
9013.35/455.02	c       455         249479      215772        20                -           0.0000          -
9115.22/460.07	c       460         252689      218593        20                -           0.0000          -
9214.26/465.12	c       465         294177      287611        20                -           0.0000          -
9315.41/470.17	c       470         296743      290177        20                -           0.0000          -
9415.78/475.22	c       475         299687      293083        20                -           0.0000          -
9514.87/480.27	c       480         264491      229194        20                -           0.0000          -
9615.90/485.32	c       485         267637      231832        20                -           0.0000          -
9715.05/490.37	c       490         270831      234701        20                -           0.0000          -
9816.20/495.42	c       495         274142      237532        20                -           0.0000          -
9915.38/500.47	c       500         313559      306820        20                -           0.0000          -
10016.20/505.52	c       506         316420      309675        20                -           0.0000          -
10115.25/510.57	c       511         319355      312604        20                -           0.0000          -
10216.29/515.62	c       516         285092      247748        20                -           0.0000          -
10315.22/520.67	c       521         288363      250613        20                -           0.0000          -
10416.26/525.72	c       526         292052      253485        20                -           0.0000          -
10515.16/530.74	c       531         295194      256218        20                -           0.0000          -
10614.27/535.76	c       536         333029      325856        20                -           0.0000          -
10715.35/540.87	c       541         300789      261432        20                -           0.0000          -
10816.36/545.93	c       546         303792      264210        20                -           0.0000          -
10915.47/550.97	c       551         341147      333736        20                -           0.0000          -
11014.68/556.02	c       556         343902      336386        20                -           0.0000          -
11116.22/561.07	c       561         346687      339089        20                -           0.0000          -
11215.27/566.12	c       566         315177      274529        20                -           0.0000          -
11316.35/571.17	c       571         317740      277010        20                -           0.0000          -
11416.46/576.22	c       576         354465      346772        20                -           0.0000          -
11515.38/581.27	c       581         356854      349161        20                -           0.0000          -
11616.57/586.32	c       586         326972      285184        20                -           0.0000          -
11715.48/591.37	c       591         329999      287845        20                -           0.0000          -
11816.49/596.41	c       596         332739      290516        20                -           0.0000          -
11915.63/601.47	c       601         335413      293081        20                -           0.0000          -
12016.72/606.50	c       607         338051      295607        20                -           0.0000          -
12115.62/611.55	c       612         373153      364548        20                -           0.0000          -
12216.76/616.62	c       617         376093      367025        20                -           0.0000          -
12315.87/621.67	c       622         378859      369621        20                -           0.0000          -
12416.86/626.72	c       627         381271      371975        20                -           0.0000          -
12516.04/631.77	c       632         383988      374612        20                -           0.0000          -
12616.99/636.81	c       637         354553      311191        20                -           0.0000          -
12715.67/641.87	c       642         388843      379274        20                -           0.0000          -
12816.67/646.92	c       647         391249      381547        20                -           0.0000          -
12915.46/651.97	c       652         393723      383887        20                -           0.0000          -
13017.04/657.03	c       657         365042      321317        20                -           0.0000          -
13115.98/662.04	c       662         367679      323772        20                -           0.0000          -
13215.03/667.09	c       667         370359      326194        20                -           0.0000          -
13315.91/672.18	c       672         373338      328924        20                -           0.0000          -
13416.05/677.23	c       677         376280      331581        20                -           0.0000          -
13514.95/682.28	c       682         378680      333941        20                -           0.0000          -
13616.08/687.33	c       687         412002      399221        20                -           0.0000          -
13714.95/692.38	c       692         414161      401377        20                -           0.0000          -
13816.09/697.40	c       697         416583      403799        20                -           0.0000          -
13915.12/702.48	c       702         418759      405975        20                -           0.0000          -
14015.96/707.53	c       708         421206      408420        20                -           0.0000          -
14115.04/712.58	c       713         423578      410781        20                -           0.0000          -
14215.92/717.62	c       718         425833      413029        20                -           0.0000          -
14264.06/720.08	c Warning: Ramp-Up Phase Process is switched to 1. CollectOnce, MergeNodesAtRestart and RacingStatBranching are switched to FALSE.
14264.06/720.08	c You should check the following parameter values: StopRacingNumberOfNodesLeft, StopRacingNumberOfNodesLeftMultiplier, ProhibitCollectOnceMultiplier
14264.06/720.08	Racing ramp-up finished after 720.0900 seconds. Selected strategy 5.
14280.65/728.87	c       729         398838      353082         1                -           0.0000          -           0.0000          -
14379.99/733.95	c       734         640559      376641        20                -           0.0000          -           0.0000          -
14481.46/739.04	c       739         949285      409640        20                -           0.0000          -           0.0000          -
14580.45/744.08	c       744        1259521      444750        20                -           0.0000          -           0.0000          -
14681.56/749.15	c       749        1582161      475599        20                -           0.0000          -           0.0000          -
14781.82/754.22	c       754        1912993      508331        20                -           0.0000          -           0.0000          -
14880.76/759.27	c       759        2235738      542464        20                -           0.0000          -           0.0000          -
14981.77/764.32	c       764        2550539      575649        20                -           0.0000          -           0.0000          -
15080.86/769.37	c       769        2867911      607308        20                -           0.0000          -           0.0000          -
15181.66/774.42	c       774        3172264      640398        20                -           0.0000          -           0.0000          -
15280.74/779.47	c       779        3481614      677669        20                -           0.0000          -           0.0000          -
15381.89/784.52	c       785        3787374      708854        20                -           0.0000          -           0.0000          -
15481.07/789.57	c       790        4093120      732371        20                -           0.0000          -           0.0000          -
15581.83/794.62	c       795        4408133      757617        20                -           0.0000          -           0.0000          -
15680.81/799.67	c       800        4717478      784385        20                -           0.0000          -           0.0000          -
15781.89/804.72	c       805        5028447      814092        20                -           0.0000          -           0.0000          -
15881.04/809.77	c       810        5339067      844048        20                -           0.0000          -           0.0000          -
15982.13/814.82	c       815        5641618      873196        20                -           0.0000          -           0.0000          -
16081.16/819.87	c       820        5945882      901898        20                -           0.0000          -           0.0000          -
16182.11/824.92	c       825        6259133      926745        20                -           0.0000          -           0.0000          -
16281.24/829.97	c       830        6559141      942924        20                -           0.0000          -           0.0000          -
16380.35/835.02	c       835        6873294      962332        20                -           0.0000          -           0.0000          -
16481.56/840.07	c       840        7190569      974979        20                -           0.0000          -           0.0000          -
16580.58/845.12	c       845        7513203      988754        20                -           0.0000          -           0.0000          -
16681.59/850.17	c       850        7833323     1009214        20                -           0.0000          -           0.0000          -
16780.88/855.18	c       855        8156790     1023526        20                -           0.0000          -           0.0000          -
16880.03/860.19	c       860        8429404     1052026        20                -           0.0000          -           0.0000          -
16981.84/865.37	c       865        8703718     1079453        20                -           0.0000          -           0.0000          -
17080.91/870.38	c       870        8982674     1106819        20                -           0.0000          -           0.0000          -
17179.97/875.39	c       875        9270323     1133801        20                -           0.0000          -           0.0000          -
17281.14/880.40	c       880        9555524     1164326        20                -           0.0000          -           0.0000          -
17380.16/885.41	c       885        9835436     1194676        20                -           0.0000          -           0.0000          -
17479.19/890.42	c       890       10130066     1224698        20                -           0.0000          -           0.0000          -
17578.08/895.43	c       895       10410653     1253205        20                -           0.0000          -           0.0000          -
17677.25/900.44	c       900       10686867     1281798        20                -           0.0000          -           0.0000          -
17776.24/905.45	c       905       10976874     1309788        20                -           0.0000          -           0.0000          -
17875.13/910.46	c       910       11271648     1339923        20                -           0.0000          -           0.0000          -
17974.18/915.47	c       915       11563470     1369312        20                -           0.0000          -           0.0000          -
18073.32/920.48	c       920       11853139     1396854        20                -           0.0000          -           0.0000          -
18172.35/925.49	c       926       12145990     1425307        20                -           0.0000          -           0.0000          -
18273.36/930.50	c       931       12442779     1454174        20                -           0.0000          -           0.0000          -
18372.53/935.51	c       936       12729978     1483720        20                -           0.0000          -           0.0000          -
18471.54/940.52	c       941       13021094     1512837        20                -           0.0000          -           0.0000          -
18570.54/945.53	c       946       13296611     1540189        20                -           0.0000          -           0.0000          -
18669.61/950.54	c       951       13571945     1567642        20                -           0.0000          -           0.0000          -
18768.70/955.55	c       956       13858401     1596149        20                -           0.0000          -           0.0000          -
18867.72/960.56	c       961       14148019     1624262        20                -           0.0000          -           0.0000          -
18966.60/965.57	c       966       14443880     1653553        20                -           0.0000          -           0.0000          -
19065.74/970.58	c       971       14720199     1682541        20                -           0.0000          -           0.0000          -
19164.68/975.59	c       976       15005517     1711433        20                -           0.0000          -           0.0000          -
19265.45/980.60	c       981       15291603     1740559        20                -           0.0000          -           0.0000          -
19364.30/985.61	c       986       15572542     1770085        20                -           0.0000          -           0.0000          -
19463.42/990.62	c       991       15818050     1799310        20                -           0.0000          -           0.0000          -
19562.55/995.64	c       996       16091093     1828504        20                -           0.0000          -           0.0000          -
19661.74/1000.64	c      1001       16373909     1858044        20                -           0.0000          -           0.0000          -
19760.78/1005.65	c      1006       16663405     1886343        20                -           0.0000          -           0.0000          -
19859.94/1010.66	c      1011       16959757     1915274        20                -           0.0000          -           0.0000          -
19959.04/1015.67	c      1016       17250958     1944693        20                -           0.0000          -           0.0000          -
20058.15/1020.68	c      1021       17538159     1973794        20                -           0.0000          -           0.0000          -
20157.26/1025.69	c      1026       17822276     2002515        20                -           0.0000          -           0.0000          -
20258.37/1030.70	c      1031       18117530     2031600        20                -           0.0000          -           0.0000          -
20357.73/1035.71	c      1036       18411112     2059357        20                -           0.0000          -           0.0000          -
20456.72/1040.72	c      1041       18702865     2088126        20                -           0.0000          -           0.0000          -
20556.11/1045.73	c      1046       18994822     2115529        20                -           0.0000          -           0.0000          -
20655.17/1050.74	c      1051       19291550     2144618        20                -           0.0000          -           0.0000          -
20754.37/1055.75	c      1056       19587386     2171771        20                -           0.0000          -           0.0000          -
20853.52/1060.76	c      1061       19881032     2200364        20                -           0.0000          -           0.0000          -
20952.73/1065.77	c      1066       20167425     2227332        20                -           0.0000          -           0.0000          -
21051.94/1070.78	c      1071       20452934     2254480        20                -           0.0000          -           0.0000          -
21153.06/1075.80	c      1076       20743602     2283664        20                -           0.0000          -           0.0000          -
21252.18/1080.80	c      1081       21026134     2312775        20                -           0.0000          -           0.0000          -
21350.96/1085.81	c      1086       21321652     2341568        20                -           0.0000          -           0.0000          -
21449.99/1090.82	c      1091       21613026     2370816        20                -           0.0000          -           0.0000          -
21549.16/1095.83	c      1096       21903908     2400290        20                -           0.0000          -           0.0000          -
21648.26/1100.84	c      1101       22191455     2429951        20                -           0.0000          -           0.0000          -
21747.31/1105.85	c      1106       22482441     2459167        20                -           0.0000          -           0.0000          -
21846.11/1110.86	c      1111       22766044     2488438        20                -           0.0000          -           0.0000          -
21945.12/1115.87	c      1116       23027777     2517234        20                -           0.0000          -           0.0000          -
22044.03/1120.88	c      1121       23295730     2547546        20                -           0.0000          -           0.0000          -
22143.04/1125.89	c      1126       23575066     2576260        20                -           0.0000          -           0.0000          -
22243.98/1130.90	c      1131       23865356     2603993        20                -           0.0000          -           0.0000          -
22342.89/1135.91	c      1136       24157360     2632798        20                -           0.0000          -           0.0000          -
22441.76/1140.92	c      1141       24444048     2661585        20                -           0.0000          -           0.0000          -
22540.68/1145.93	c      1146       24727943     2691835        20                -           0.0000          -           0.0000          -
22639.56/1150.94	c      1151       25008602     2721829        20                -           0.0000          -           0.0000          -
22738.50/1155.95	c      1156       25288048     2750292        20                -           0.0000          -           0.0000          -
22837.42/1160.96	c      1161       25571872     2781406        20                -           0.0000          -           0.0000          -
22936.50/1165.97	c      1166       25842954     2811510        20                -           0.0000          -           0.0000          -
23036.19/1171.13	c      1171       26112450     2840864        20                -           0.0000          -           0.0000          -
23135.11/1176.18	c      1176       26392623     2873094        20                -           0.0000          -           0.0000          -
23235.62/1181.23	c      1181       26666122     2904933        20                -           0.0000          -           0.0000          -
23334.76/1186.28	c      1186       26960682     2936183        20                -           0.0000          -           0.0000          -
23435.75/1191.34	c      1191       27234703     2968501        20                -           0.0000          -           0.0000          -
23536.66/1196.40	c      1196       27504931     3001238        20                -           0.0000          -           0.0000          -
23635.81/1201.46	c      1201       27779493     3032838        20                -           0.0000          -           0.0000          -
23736.87/1206.50	c      1207       28062878     3065636        20                -           0.0000          -           0.0000          -
23836.09/1211.56	c      1212       28347668     3099421        20                -           0.0000          -           0.0000          -
23935.32/1216.57	c      1217       28641502     3132320        20                -           0.0000          -           0.0000          -
24036.53/1221.68	c      1222       28923148     3164319        20                -           0.0000          -           0.0000          -
24137.79/1226.73	c      1227       29209609     3196715        20                -           0.0000          -           0.0000          -
24237.03/1231.78	c      1232       29493070     3230273        20                -           0.0000          -           0.0000          -
24338.15/1236.83	c      1237       29775926     3263020        20                -           0.0000          -           0.0000          -
24437.34/1241.89	c      1242       30058252     3295209        20                -           0.0000          -           0.0000          -
24538.51/1246.95	c      1247       30332860     3328477        20                -           0.0000          -           0.0000          -
24637.68/1251.99	c      1252       30617359     3361953        20                -           0.0000          -           0.0000          -
24739.23/1257.05	c      1257       30894486     3395071        20                -           0.0000          -           0.0000          -
24838.41/1262.10	c      1262       31184381     3428796        20                -           0.0000          -           0.0000          -
24939.81/1267.14	c      1267       31474948     3463030        20                -           0.0000          -           0.0000          -
25038.41/1272.19	c      1272       31761583     3496090        20                -           0.0000          -           0.0000          -
25138.78/1277.25	c      1277       32043291     3528969        20                -           0.0000          -           0.0000          -
25239.84/1282.31	c      1282       32332356     3563286        20                -           0.0000          -           0.0000          -
25338.81/1287.35	c      1287       32627329     3596825        20                -           0.0000          -           0.0000          -
25439.81/1292.41	c      1292       32912482     3630263        20                -           0.0000          -           0.0000          -
25539.03/1297.45	c      1297       33201858     3663146        20                -           0.0000          -           0.0000          -
25639.81/1302.50	c      1303       33483197     3695781        20                -           0.0000          -           0.0000          -
25738.98/1307.55	c      1308       33763443     3727134        20                -           0.0000          -           0.0000          -
25840.17/1312.62	c      1313       34047648     3758300        20                -           0.0000          -           0.0000          -
25939.30/1317.67	c      1318       34333952     3790852        20                -           0.0000          -           0.0000          -
26040.34/1322.72	c      1323       34611097     3822884        20                -           0.0000          -           0.0000          -
26139.35/1327.76	c      1328       34892507     3854229        20                -           0.0000          -           0.0000          -
26240.26/1332.82	c      1333       35180979     3885708        20                -           0.0000          -           0.0000          -
26339.12/1337.87	c      1338       35455702     3917793        20                -           0.0000          -           0.0000          -
26440.08/1342.93	c      1343       35738571     3950063        20                -           0.0000          -           0.0000          -
26539.09/1347.98	c      1348       36020259     3982391        20                -           0.0000          -           0.0000          -
26640.83/1353.03	c      1353       36313162     4014303        20                -           0.0000          -           0.0000          -
26740.04/1358.06	c      1358       36609221     4045976        20                -           0.0000          -           0.0000          -
26838.87/1363.10	c      1363       36903371     4078288        20                -           0.0000          -           0.0000          -
26939.99/1368.15	c      1368       37182619     4111532        20                -           0.0000          -           0.0000          -
27038.87/1373.17	c      1373       37458518     4143100        20                -           0.0000          -           0.0000          -
27139.23/1378.21	c      1378       37739732     4176009        20                -           0.0000          -           0.0000          -
27238.31/1383.24	c      1383       38016847     4207479        20                -           0.0000          -           0.0000          -
27339.48/1388.32	c      1388       38289036     4240411        20                -           0.0000          -           0.0000          -
27440.39/1393.41	c      1393       38557183     4271481        20                -           0.0000          -           0.0000          -
27539.47/1398.48	c      1398       38828695     4304548        20                -           0.0000          -           0.0000          -
27640.64/1403.53	c      1404       39095633     4336910        20                -           0.0000          -           0.0000          -
27741.55/1408.61	c      1409       39374989     4369817        20                -           0.0000          -           0.0000          -
27840.71/1413.68	c      1414       39665160     4401737        20                -           0.0000          -           0.0000          -
27941.91/1418.73	c      1419       39936725     4432896        20                -           0.0000          -           0.0000          -
28041.08/1423.79	c      1424       40221405     4464485        20                -           0.0000          -           0.0000          -
28142.23/1428.84	c      1429       40508706     4495658        20                -           0.0000          -           0.0000          -
28243.30/1433.91	c      1434       40796071     4527019        20                -           0.0000          -           0.0000          -
28342.35/1438.91	c      1439       41072286     4558862        20                -           0.0000          -           0.0000          -
28441.50/1443.97	c      1444       41359871     4589611        20                -           0.0000          -           0.0000          -
28540.61/1449.03	c      1449       41648277     4620854        20                -           0.0000          -           0.0000          -
28642.17/1454.08	c      1454       41940735     4654178        20                -           0.0000          -           0.0000          -
28741.20/1459.11	c      1459       42230595     4684383        20                -           0.0000          -           0.0000          -
28843.74/1464.23	c      1464       42523447     4717584        20                -           0.0000          -           0.0000          -
28942.96/1469.28	c      1469       42825602     4748753        20                -           0.0000          -           0.0000          -
29043.81/1474.35	c      1474       43123861     4780931        20                -           0.0000          -           0.0000          -
29144.91/1479.40	c      1479       43414581     4813050        20                -           0.0000          -           0.0000          -
29243.63/1484.45	c      1484       43704523     4844563        20                -           0.0000          -           0.0000          -
29344.76/1489.52	c      1490       43995648     4876898        20                -           0.0000          -           0.0000          -
29443.90/1494.56	c      1495       44278357     4908519        20                -           0.0000          -           0.0000          -
29545.06/1499.62	c      1500       44565637     4940877        20                -           0.0000          -           0.0000          -
29644.23/1504.68	c      1505       44857440     4972763        20                -           0.0000          -           0.0000          -
29745.54/1509.74	c      1510       45150232     5004064        20                -           0.0000          -           0.0000          -
29844.53/1514.79	c      1515       45429072     5036349        20                -           0.0000          -           0.0000          -
29945.40/1519.84	c      1520       45721412     5067796        20                -           0.0000          -           0.0000          -
30044.30/1524.90	c      1525       46014729     5100041        20                -           0.0000          -           0.0000          -
30145.37/1529.94	c      1530       46292072     5131027        20                -           0.0000          -           0.0000          -
30244.54/1534.99	c      1535       46576878     5162916        20                -           0.0000          -           0.0000          -
30346.16/1540.04	c      1540       46863296     5195792        20                -           0.0000          -           0.0000          -
30445.23/1545.09	c      1545       47136151     5227368        20                -           0.0000          -           0.0000          -
30546.46/1550.14	c      1550       47418361     5259997        20                -           0.0000          -           0.0000          -
30645.62/1555.19	c      1555       47698592     5292306        20                -           0.0000          -           0.0000          -
30746.01/1560.24	c      1560       47977878     5324745        20                -           0.0000          -           0.0000          -
30845.14/1565.27	c      1565       48256821     5356814        20                -           0.0000          -           0.0000          -
30946.23/1570.33	c      1570       48538248     5388994        20                -           0.0000          -           0.0000          -
31045.38/1575.39	c      1575       48827522     5421394        20                -           0.0000          -           0.0000          -
31146.43/1580.45	c      1580       49118330     5453137        20                -           0.0000          -           0.0000          -
31245.61/1585.49	c      1586       49402596     5484218        20                -           0.0000          -           0.0000          -
31346.71/1590.54	c      1591       49692082     5516222        20                -           0.0000          -           0.0000          -
31445.87/1595.56	c      1596       49977188     5548932        20                -           0.0000          -           0.0000          -
31547.06/1600.63	c      1601       50260817     5580850        20                -           0.0000          -           0.0000          -
31646.28/1605.66	c      1606       50548328     5612667        20                -           0.0000          -           0.0000          -
31745.41/1610.69	c      1611       50841707     5643132        20                -           0.0000          -           0.0000          -
31846.59/1615.79	c      1616       51143586     5673445        20                -           0.0000          -           0.0000          -
31947.73/1620.84	c      1621       51424703     5704935        20                -           0.0000          -           0.0000          -
32046.87/1625.89	c      1626       51704507     5734965        20                -           0.0000          -           0.0000          -
32147.97/1630.93	c      1631       51974621     5766314        20                -           0.0000          -           0.0000          -
32247.14/1635.99	c      1636       52266259     5796241        20                -           0.0000          -           0.0000          -
32345.95/1641.04	c      1641       52547252     5826827        20                -           0.0000          -           0.0000          -
32447.27/1646.09	c      1646       52831606     5857231        20                -           0.0000          -           0.0000          -
32548.48/1651.14	c      1651       53120099     5887007        20                -           0.0000          -           0.0000          -
32647.44/1656.19	c      1656       53416288     5918905        20                -           0.0000          -           0.0000          -
32747.77/1661.24	c      1661       53703455     5949563        20                -           0.0000          -           0.0000          -
32846.79/1666.29	c      1666       53996860     5980213        20                -           0.0000          -           0.0000          -
32947.74/1671.31	c      1671       54276481     6010859        20                -           0.0000          -           0.0000          -
33046.78/1676.36	c      1676       54567498     6043293        20                -           0.0000          -           0.0000          -
33147.63/1681.43	c      1681       54854400     6074020        20                -           0.0000          -           0.0000          -
33246.76/1686.48	c      1686       55146483     6105165        20                -           0.0000          -           0.0000          -
33347.56/1691.54	c      1692       55443132     6134812        20                -           0.0000          -           0.0000          -
33446.76/1696.59	c      1697       55731706     6165594        20                -           0.0000          -           0.0000          -
33547.93/1701.64	c      1702       56009922     6195892        20                -           0.0000          -           0.0000          -
33647.05/1706.69	c      1707       56287657     6225884        20                -           0.0000          -           0.0000          -
33748.23/1711.74	c      1712       56570451     6255958        20                -           0.0000          -           0.0000          -
33847.06/1716.79	c      1717       56844711     6284755        20                -           0.0000          -           0.0000          -
33948.02/1721.80	c      1722       57118651     6315138        20                -           0.0000          -           0.0000          -
34047.02/1726.87	c      1727       57400383     6345198        20                -           0.0000          -           0.0000          -
34148.18/1731.91	c      1732       57690665     6375186        20                -           0.0000          -           0.0000          -
34247.19/1736.99	c      1737       57986889     6405220        20                -           0.0000          -           0.0000          -
34349.07/1742.04	c      1742       58264958     6435151        20                -           0.0000          -           0.0000          -
34448.12/1747.09	c      1747       58548012     6465204        20                -           0.0000          -           0.0000          -
34549.29/1752.14	c      1752       58844961     6494368        20                -           0.0000          -           0.0000          -
34648.34/1757.19	c      1757       59130612     6523487        20                -           0.0000          -           0.0000          -
34748.51/1762.24	c      1762       59418996     6553291        20                -           0.0000          -           0.0000          -
34847.65/1767.29	c      1767       59712047     6583570        20                -           0.0000          -           0.0000          -
34948.84/1772.34	c      1772       60007191     6615678        20                -           0.0000          -           0.0000          -
35048.02/1777.39	c      1777       60289451     6645516        20                -           0.0000          -           0.0000          -
35149.00/1782.44	c      1782       60569155     6675516        20                -           0.0000          -           0.0000          -
35248.25/1787.49	c      1788       60850173     6704876        20                -           0.0000          -           0.0000          -
35349.36/1792.50	c      1793       61121353     6734226        20                -           0.0000          -           0.0000          -
35448.34/1797.55	c      1798       61408431     6764531        20                -           0.0000          -           0.0000          -
35549.09/1802.60	c      1803       61687871     6793526        20                -           0.0000          -           0.0000          -
35648.02/1807.61	c      1808       61967783     6823222        20                -           0.0000          -           0.0000          -
35746.96/1812.69	c      1813       62261670     6854104        20                -           0.0000          -           0.0000          -
35848.02/1817.75	c      1818       62536363     6884417        20                -           0.0000          -           0.0000          -
35949.21/1822.81	c      1823       62820055     6915588        20                -           0.0000          -           0.0000          -
36048.28/1827.86	c      1828       63105912     6945700        20                -           0.0000          -           0.0000          -
36149.50/1832.93	c      1833       63389005     6976183        20                -           0.0000          -           0.0000          -
36248.44/1837.99	c      1838       63680422     7005876        20                -           0.0000          -           0.0000          -
36350.11/1843.04	c      1843       63957488     7036298        20                -           0.0000          -           0.0000          -
36449.27/1848.09	c      1848       64241951     7067486        20                -           0.0000          -           0.0000          -
36550.36/1853.14	c      1853       64523995     7096383        20                -           0.0000          -           0.0000          -
36649.31/1858.19	c      1858       64806880     7125422        20                -           0.0000          -           0.0000          -
36749.69/1863.24	c      1863       65092795     7155579        20                -           0.0000          -           0.0000          -
36848.81/1868.29	c      1868       65375588     7185880        20                -           0.0000          -           0.0000          -
36949.78/1873.34	c      1873       65664161     7216291        20                -           0.0000          -           0.0000          -
37048.73/1878.39	c      1878       65949593     7246976        20                -           0.0000          -           0.0000          -
37149.88/1883.44	c      1883       66233528     7276571        20                -           0.0000          -           0.0000          -
37249.06/1888.46	c      1888       66519503     7307994        20                -           0.0000          -           0.0000          -
37350.24/1893.54	c      1894       66812492     7337709        20                -           0.0000          -           0.0000          -
37449.43/1898.59	c      1899       67102262     7367702        20                -           0.0000          -           0.0000          -
37550.41/1903.64	c      1904       67388737     7397784        20                -           0.0000          -           0.0000          -
37649.59/1908.69	c      1909       67667939     7428562        20                -           0.0000          -           0.0000          -
37750.54/1913.74	c      1914       67940030     7459358        20                -           0.0000          -           0.0000          -
37849.54/1918.79	c      1919       68212052     7490242        20                -           0.0000          -           0.0000          -
37950.84/1923.82	c      1924       68481838     7519660        20                -           0.0000          -           0.0000          -
38049.73/1928.83	c      1929       68772142     7548116        20                -           0.0000          -           0.0000          -
38148.95/1933.89	c      1934       69050972     7577131        20                -           0.0000          -           0.0000          -
38249.95/1938.95	c      1939       69337765     7608071        20                -           0.0000          -           0.0000          -
38349.20/1943.99	c      1944       69617807     7639311        20                -           0.0000          -           0.0000          -
38448.23/1949.04	c      1949       69894499     7669790        20                -           0.0000          -           0.0000          -
38549.63/1954.08	c      1954       70171726     7698862        20                -           0.0000          -           0.0000          -
38649.09/1959.14	c      1959       70446374     7729084        20                -           0.0000          -           0.0000          -
38751.35/1964.20	c      1964       70737562     7758920        20                -           0.0000          -           0.0000          -
38850.44/1969.25	c      1969       71026430     7789553        20                -           0.0000          -           0.0000          -
38951.61/1974.30	c      1974       71311883     7819093        20                -           0.0000          -           0.0000          -
39050.81/1979.33	c      1979       71599365     7847347        20                -           0.0000          -           0.0000          -
39151.98/1984.41	c      1984       71895311     7877802        20                -           0.0000          -           0.0000          -
39251.18/1989.48	c      1989       72186845     7908375        20                -           0.0000          -           0.0000          -
39352.34/1994.53	c      1995       72475574     7938643        20                -           0.0000          -           0.0000          -
39451.50/1999.59	c      2000       72768894     7968733        20                -           0.0000          -           0.0000          -
39552.64/2004.64	c      2005       73056404     7998084        20                -           0.0000          -           0.0000          -
39651.82/2009.69	c      2010       73347925     8028948        20                -           0.0000          -           0.0000          -
39752.88/2014.74	c      2015       73630287     8058534        20                -           0.0000          -           0.0000          -
39852.07/2019.79	c      2020       73908123     8086847        20                -           0.0000          -           0.0000          -
39953.10/2024.84	c      2025       74188643     8116393        20                -           0.0000          -           0.0000          -
40052.24/2029.88	c      2030       74467216     8144926        20                -           0.0000          -           0.0000          -
40153.27/2034.92	c      2035       74750631     8173973        20                -           0.0000          -           0.0000          -
40252.46/2039.95	c      2040       75029321     8202919        20                -           0.0000          -           0.0000          -
40354.03/2045.04	c      2045       75328345     8232239        20                -           0.0000          -           0.0000          -
40453.10/2050.08	c      2050       75621271     8262044        20                -           0.0000          -           0.0000          -
40552.31/2055.13	c      2055       75905335     8292094        20                -           0.0000          -           0.0000          -
40653.22/2060.18	c      2060       76192034     8322108        20                -           0.0000          -           0.0000          -
40753.63/2065.21	c      2065       76468097     8351444        20                -           0.0000          -           0.0000          -
40852.70/2070.28	c      2070       76764911     8381157        20                -           0.0000          -           0.0000          -
40953.68/2075.33	c      2075       77045632     8411578        20                -           0.0000          -           0.0000          -
41052.80/2080.38	c      2080       77332500     8441332        20                -           0.0000          -           0.0000          -
41153.89/2085.43	c      2085       77620186     8472090        20                -           0.0000          -           0.0000          -
41253.04/2090.44	c      2090       77896279     8501209        20                -           0.0000          -           0.0000          -
41352.22/2095.47	c      2095       78187635     8530966        20                -           0.0000          -           0.0000          -
41451.40/2100.50	c      2100       78486558     8560770        20                -           0.0000          -           0.0000          -
41552.37/2105.58	c      2106       78782299     8590614        20                -           0.0000          -           0.0000          -
41653.58/2110.63	c      2111       79072608     8619741        20                -           0.0000          -           0.0000          -
41752.71/2115.69	c      2116       79359439     8648701        20                -           0.0000          -           0.0000          -
41853.65/2120.74	c      2121       79653015     8677377        20                -           0.0000          -           0.0000          -
41952.87/2125.79	c      2126       79942530     8707758        20                -           0.0000          -           0.0000          -
42053.72/2130.81	c      2131       80235192     8737554        20                -           0.0000          -           0.0000          -
42152.85/2135.89	c      2136       80531132     8767184        20                -           0.0000          -           0.0000          -
42253.93/2140.94	c      2141       80823953     8795413        20                -           0.0000          -           0.0000          -
42353.16/2146.00	c      2146       81112587     8822927        20                -           0.0000          -           0.0000          -
42455.02/2151.04	c      2151       81397899     8851919        20                -           0.0000          -           0.0000          -
42554.21/2156.09	c      2156       81689977     8881447        20                -           0.0000          -           0.0000          -
42655.56/2161.14	c      2161       81976427     8909129        20                -           0.0000          -           0.0000          -
42754.71/2166.19	c      2166       82262730     8938533        20                -           0.0000          -           0.0000          -
42855.27/2171.24	c      2171       82555097     8968346        20                -           0.0000          -           0.0000          -
42954.60/2176.26	c      2176       82839810     8997719        20                -           0.0000          -           0.0000          -
43055.64/2181.30	c      2181       83124169     9026471        20                -           0.0000          -           0.0000          -
43154.68/2186.37	c      2186       83407442     9054431        20                -           0.0000          -           0.0000          -
43255.90/2191.43	c      2191       83686749     9082938        20                -           0.0000          -           0.0000          -
43355.09/2196.45	c      2196       83966610     9111566        20                -           0.0000          -           0.0000          -
43456.26/2201.53	c      2202       84249378     9138596        20                -           0.0000          -           0.0000          -
43557.28/2206.60	c      2207       84533341     9167564        20                -           0.0000          -           0.0000          -
43656.41/2211.66	c      2212       84809745     9196883        20                -           0.0000          -           0.0000          -
43757.42/2216.71	c      2217       85088754     9224922        20                -           0.0000          -           0.0000          -
43856.69/2221.76	c      2222       85368372     9253760        20                -           0.0000          -           0.0000          -
43957.55/2226.81	c      2227       85654241     9281708        20                -           0.0000          -           0.0000          -
44056.73/2231.83	c      2232       85948606     9310945        20                -           0.0000          -           0.0000          -
44155.90/2236.86	c      2237       86233110     9339938        20                -           0.0000          -           0.0000          -
44256.96/2241.91	c      2242       86513940     9367408        20                -           0.0000          -           0.0000          -
44355.82/2246.98	c      2247       86809698     9396357        20                -           0.0000          -           0.0000          -
44457.50/2252.03	c      2252       87104275     9425292        20                -           0.0000          -           0.0000          -
44556.70/2257.09	c      2257       87392128     9454117        20                -           0.0000          -           0.0000          -
44657.92/2262.13	c      2262       87681857     9482241        20                -           0.0000          -           0.0000          -
44757.08/2267.18	c      2267       87961727     9510384        20                -           0.0000          -           0.0000          -
44857.50/2272.24	c      2272       88252167     9538702        20                -           0.0000          -           0.0000          -
44956.64/2277.30	c      2277       88537422     9566783        20                -           0.0000          -           0.0000          -
45057.85/2282.35	c      2282       88827396     9595809        20                -           0.0000          -           0.0000          -
45158.92/2287.41	c      2287       89119245     9624745        20                -           0.0000          -           0.0000          -
45258.03/2292.46	c      2292       89407016     9653524        20                -           0.0000          -           0.0000          -
45356.72/2297.47	c      2297       89693466     9682654        20                -           0.0000          -           0.0000          -
45457.58/2302.55	c      2303       89973231     9710603        20                -           0.0000          -           0.0000          -
45556.68/2307.56	c      2308       90250795     9739036        20                -           0.0000          -           0.0000          -
45655.85/2312.57	c      2313       90535494     9768344        20                -           0.0000          -           0.0000          -
45756.88/2317.65	c      2318       90816433     9794962        20                -           0.0000          -           0.0000          -
45857.79/2322.72	c      2323       91102364     9822489        20                -           0.0000          -           0.0000          -
45956.96/2327.77	c      2328       91377259     9851362        20                -           0.0000          -           0.0000          -
46057.91/2332.84	c      2333       91659414     9879322        20                -           0.0000          -           0.0000          -
46158.75/2337.91	c      2338       91942588     9907375        20                -           0.0000          -           0.0000          -
46257.46/2342.99	c      2343       92229034     9934154        20                -           0.0000          -           0.0000          -
46359.28/2348.04	c      2348       92507784     9963774        20                -           0.0000          -           0.0000          -
46458.38/2353.09	c      2353       92783463     9991445        20                -           0.0000          -           0.0000          -
46559.49/2358.14	c      2358       93053939    10020265        20                -           0.0000          -           0.0000          -
46658.28/2363.19	c      2363       93332964    10047791        20                -           0.0000          -           0.0000          -
46758.86/2368.23	c      2368       93609639    10076676        20                -           0.0000          -           0.0000          -
46858.06/2373.25	c      2373       93881601    10104417        20                -           0.0000          -           0.0000          -
46957.28/2378.25	c      2378       94167421    10131366        20                -           0.0000          -           0.0000          -
47058.58/2383.35	c      2383       94447902    10158800        20                -           0.0000          -           0.0000          -
47157.68/2388.40	c      2388       94723549    10187615        20                -           0.0000          -           0.0000          -
47258.60/2393.45	c      2393       94995625    10215830        20                -           0.0000          -           0.0000          -
47357.75/2398.46	c      2398       95272983    10244441        20                -           0.0000          -           0.0000          -
47458.91/2403.52	c      2404       95541677    10272795        20                -           0.0000          -           0.0000          -
47560.11/2408.64	c      2409       95809201    10300469        20                -           0.0000          -           0.0000          -
47659.26/2413.69	c      2414       96095851    10326593        20                -           0.0000          -           0.0000          -
47760.32/2418.74	c      2419       96365095    10356493        20                -           0.0000          -           0.0000          -
47859.45/2423.79	c      2424       96632608    10385595        20                -           0.0000          -           0.0000          -
47960.51/2428.84	c      2429       96901855    10414408        20                -           0.0000          -           0.0000          -
48059.42/2433.89	c      2434       97168506    10442555        20                -           0.0000          -           0.0000          -
48160.49/2438.94	c      2439       97452977    10471305        20                -           0.0000          -           0.0000          -
48259.54/2443.99	c      2444       97727371    10499001        20                -           0.0000          -           0.0000          -
48361.52/2449.04	c      2449       98023139    10528177        20                -           0.0000          -           0.0000          -
48460.46/2454.08	c      2454       98287115    10557229        20                -           0.0000          -           0.0000          -
48559.79/2459.11	c      2459       98562006    10586709        20                -           0.0000          -           0.0000          -
48660.77/2464.19	c      2464       98843181    10614936        20                -           0.0000          -           0.0000          -
48761.42/2469.24	c      2469       99117107    10642457        20                -           0.0000          -           0.0000          -
48860.43/2474.29	c      2474       99399047    10670720        20                -           0.0000          -           0.0000          -
48961.39/2479.31	c      2479       99660572    10698313        20                -           0.0000          -           0.0000          -
49060.59/2484.33	c      2484       99935009    10725706        20                -           0.0000          -           0.0000          -
49161.84/2489.40	c      2489      100212070    10753507        20                -           0.0000          -           0.0000          -
49261.15/2494.46	c      2494      100486408    10781992        20                -           0.0000          -           0.0000          -
49362.22/2499.54	c      2500      100776429    10810107        20                -           0.0000          -           0.0000          -
49461.43/2504.59	c      2505      101047279    10837782        20                -           0.0000          -           0.0000          -
49562.61/2509.64	c      2510      101325996    10865452        20                -           0.0000          -           0.0000          -
49661.78/2514.65	c      2515      101605994    10892996        20                -           0.0000          -           0.0000          -
49762.96/2519.71	c      2520      101898151    10921165        20                -           0.0000          -           0.0000          -
49862.10/2524.79	c      2525      102182180    10948284        20                -           0.0000          -           0.0000          -
49963.22/2529.84	c      2530      102468152    10975679        20                -           0.0000          -           0.0000          -
50061.96/2534.87	c      2535      102750705    11003379        20                -           0.0000          -           0.0000          -
50163.13/2539.94	c      2540      103035742    11031432        20                -           0.0000          -           0.0000          -
50262.19/2544.99	c      2545      103296233    11058897        20                -           0.0000          -           0.0000          -
50361.23/2550.04	c      2550      103563026    11086915        20                -           0.0000          -           0.0000          -
50463.01/2555.04	c      2555      103833003    11115084        20                -           0.0000          -           0.0000          -
50562.10/2560.10	c      2560      104109098    11143236        20                -           0.0000          -           0.0000          -
50662.56/2565.18	c      2565      104379447    11171038        20                -           0.0000          -           0.0000          -
50762.62/2570.24	c      2570      104658266    11197646        20                -           0.0000          -           0.0000          -
50861.69/2575.29	c      2575      104927584    11225387        20                -           0.0000          -           0.0000          -
50962.86/2580.34	c      2580      105197500    11253405        20                -           0.0000          -           0.0000          -
51062.03/2585.39	c      2585      105470678    11281695        20                -           0.0000          -           0.0000          -
51163.26/2590.44	c      2590      105764479    11309719        20                -           0.0000          -           0.0000          -
51262.15/2595.48	c      2595      106044032    11335695        20                -           0.0000          -           0.0000          -
51363.09/2600.54	c      2601      106334076    11361464        20                -           0.0000          -           0.0000          -
51462.13/2605.58	c      2606      106622376    11388270        20                -           0.0000          -           0.0000          -
51563.23/2610.63	c      2611      106905982    11416559        20                -           0.0000          -           0.0000          -
51662.23/2615.65	c      2616      107194172    11443347        20                -           0.0000          -           0.0000          -
51761.14/2620.66	c      2621      107480119    11471059        20                -           0.0000          -           0.0000          -
51859.94/2625.67	c      2626      107761949    11497938        20                -           0.0000          -           0.0000          -
51960.79/2630.78	c      2631      108049107    11525960        20                -           0.0000          -           0.0000          -
52061.86/2635.86	c      2636      108334385    11552982        20                -           0.0000          -           0.0000          -
52162.83/2640.92	c      2641      108620544    11580212        20                -           0.0000          -           0.0000          -
52261.90/2645.99	c      2646      108913392    11608181        20                -           0.0000          -           0.0000          -
52363.70/2651.04	c      2651      109200420    11635655        20                -           0.0000          -           0.0000          -
52462.77/2656.06	c      2656      109484836    11662738        20                -           0.0000          -           0.0000          -
52564.10/2661.14	c      2661      109780982    11689758        20                -           0.0000          -           0.0000          -
52662.85/2666.19	c      2666      110067983    11717298        20                -           0.0000          -           0.0000          -
52763.17/2671.22	c      2671      110352316    11745971        20                -           0.0000          -           0.0000          -
52862.35/2676.29	c      2676      110650844    11772584        20                -           0.0000          -           0.0000          -
52963.57/2681.34	c      2681      110934504    11798576        20                -           0.0000          -           0.0000          -
53062.80/2686.37	c      2686      111203595    11826172        20                -           0.0000          -           0.0000          -
53163.91/2691.44	c      2691      111494908    11854156        20                -           0.0000          -           0.0000          -
53262.89/2696.49	c      2696      111782359    11881829        20                -           0.0000          -           0.0000          -
53363.96/2701.54	c      2702      112073063    11908795        20                -           0.0000          -           0.0000          -
53463.13/2706.59	c      2707      112365554    11936075        20                -           0.0000          -           0.0000          -
53564.17/2711.64	c      2712      112662735    11962561        20                -           0.0000          -           0.0000          -
53663.41/2716.69	c      2717      112952323    11990561        20                -           0.0000          -           0.0000          -
53764.44/2721.74	c      2722      113231793    12017205        20                -           0.0000          -           0.0000          -
53863.49/2726.79	c      2727      113510986    12044137        20                -           0.0000          -           0.0000          -
53964.44/2731.83	c      2732      113779505    12072263        20                -           0.0000          -           0.0000          -
54063.69/2736.89	c      2737      114058245    12099778        20                -           0.0000          -           0.0000          -
54164.65/2741.94	c      2742      114319875    12126936        20                -           0.0000          -           0.0000          -
54263.82/2746.99	c      2747      114583952    12155371        20                -           0.0000          -           0.0000          -
54363.06/2751.99	c      2752      114851444    12182198        20                -           0.0000          -           0.0000          -
54464.80/2757.05	c      2757      115122175    12210091        20                -           0.0000          -           0.0000          -
54564.11/2762.10	c      2762      115398453    12237491        20                -           0.0000          -           0.0000          -
54665.42/2767.15	c      2767      115676961    12265204        20                -           0.0000          -           0.0000          -
54765.89/2772.20	c      2772      115958005    12292859        20                -           0.0000          -           0.0000          -
54864.86/2777.25	c      2777      116242885    12319780        20                -           0.0000          -           0.0000          -
54965.76/2782.30	c      2782      116536803    12346912        20                -           0.0000          -           0.0000          -
55064.80/2787.36	c      2787      116819898    12374038        20                -           0.0000          -           0.0000          -
55165.90/2792.40	c      2792      117107930    12402012        20                -           0.0000          -           0.0000          -
55265.02/2797.46	c      2797      117404740    12429119        20                -           0.0000          -           0.0000          -
55365.99/2802.52	c      2803      117703283    12457112        20                -           0.0000          -           0.0000          -
55464.98/2807.57	c      2808      117997050    12484771        20                -           0.0000          -           0.0000          -
55565.95/2812.62	c      2813      118278288    12511227        20                -           0.0000          -           0.0000          -
55665.15/2817.67	c      2818      118556475    12539695        20                -           0.0000          -           0.0000          -
55764.31/2822.69	c      2823      118833588    12566699        20                -           0.0000          -           0.0000          -
55865.42/2827.72	c      2828      119117628    12595114        20                -           0.0000          -           0.0000          -
55964.62/2832.75	c      2833      119404098    12623408        20                -           0.0000          -           0.0000          -
56063.88/2837.79	c      2838      119685402    12650747        20                -           0.0000          -           0.0000          -
56164.89/2842.80	c      2843      119974541    12677455        20                -           0.0000          -           0.0000          -
56263.90/2847.83	c      2848      120259387    12704268        20                -           0.0000          -           0.0000          -
56365.09/2852.90	c      2853      120540331    12731408        20                -           0.0000          -           0.0000          -
56464.23/2857.93	c      2858      120826069    12757605        20                -           0.0000          -           0.0000          -
56565.44/2863.04	c      2863      121115154    12785102        20                -           0.0000          -           0.0000          -
56664.40/2868.12	c      2868      121398903    12812128        20                -           0.0000          -           0.0000          -
56765.61/2873.17	c      2873      121688733    12839673        20                -           0.0000          -           0.0000          -
56865.92/2878.25	c      2878      121980114    12867973        20                -           0.0000          -           0.0000          -
56967.07/2883.30	c      2883      122268724    12895245        20                -           0.0000          -           0.0000          -
57066.14/2888.36	c      2888      122556001    12921064        20                -           0.0000          -           0.0000          -
57167.35/2893.42	c      2893      122849473    12947739        20                -           0.0000          -           0.0000          -
57266.56/2898.47	c      2898      123132796    12975016        20                -           0.0000          -           0.0000          -
57367.55/2903.54	c      2904      123424813    13002526        20                -           0.0000          -           0.0000          -
57468.73/2908.60	c      2909      123738398    13030460        20                -           0.0000          -           0.0000          -
57567.73/2913.65	c      2914      124032498    13056838        20                -           0.0000          -           0.0000          -
57668.96/2918.70	c      2919      124325631    13083614        20                -           0.0000          -           0.0000          -
57768.15/2923.75	c      2924      124623158    13111509        20                -           0.0000          -           0.0000          -
57869.38/2928.80	c      2929      124925129    13138817        20                -           0.0000          -           0.0000          -
57968.53/2933.85	c      2934      125226382    13166579        20                -           0.0000          -           0.0000          -
58069.66/2938.90	c      2939      125528662    13193843        20                -           0.0000          -           0.0000          -
58168.88/2943.95	c      2944      125831324    13221705        20                -           0.0000          -           0.0000          -
58268.07/2948.97	c      2949      126116363    13249558        20                -           0.0000          -           0.0000          -
58367.04/2954.03	c      2954      126405831    13277162        20                -           0.0000          -           0.0000          -
58468.93/2959.08	c      2959      126703178    13304696        20                -           0.0000          -           0.0000          -
58569.90/2964.15	c      2964      127001131    13331403        20                -           0.0000          -           0.0000          -
58670.28/2969.20	c      2969      127291726    13358071        20                -           0.0000          -           0.0000          -
58769.28/2974.23	c      2974      127568487    13384949        20                -           0.0000          -           0.0000          -
58868.20/2979.24	c      2979      127856993    13412679        20                -           0.0000          -           0.0000          -
58969.27/2984.35	c      2984      128152107    13438952        20                -           0.0000          -           0.0000          -
59070.36/2989.40	c      2989      128442994    13465902        20                -           0.0000          -           0.0000          -
59169.49/2994.45	c      2994      128741901    13491762        20                -           0.0000          -           0.0000          -
59270.56/2999.50	c      3000      129041318    13519098        20                -           0.0000          -           0.0000          -
59369.63/3004.55	c      3005      129333257    13545792        20                -           0.0000          -           0.0000          -
59470.59/3009.60	c      3010      129611962    13572235        20                -           0.0000          -           0.0000          -
59569.55/3014.65	c      3015      129897777    13597861        20                -           0.0000          -           0.0000          -
59668.73/3019.70	c      3020      130191720    13623575        20                -           0.0000          -           0.0000          -
59769.50/3024.75	c      3025      130474618    13648038        20                -           0.0000          -           0.0000          -
59870.36/3029.80	c      3030      130764757    13674316        20                -           0.0000          -           0.0000          -
59969.38/3034.85	c      3035      131057062    13699736        20                -           0.0000          -           0.0000          -
60068.31/3039.89	c      3040      131331953    13725721        20                -           0.0000          -           0.0000          -
60169.12/3044.95	c      3045      131618423    13751608        20                -           0.0000          -           0.0000          -
60268.05/3050.00	c      3050      131901602    13778298        20                -           0.0000          -           0.0000          -
60367.21/3055.01	c      3055      132168505    13805361        20                -           0.0000          -           0.0000          -
60469.02/3060.06	c      3060      132454753    13831598        20                -           0.0000          -           0.0000          -
60568.02/3065.06	c      3065      132745818    13857912        20                -           0.0000          -           0.0000          -
60666.99/3070.08	c      3070      133034018    13883746        20                -           0.0000          -           0.0000          -
60766.12/3075.10	c      3075      133321466    13910078        20                -           0.0000          -           0.0000          -
60867.29/3080.14	c      3080      133609438    13937633        20                -           0.0000          -           0.0000          -
60966.49/3085.16	c      3085      133897277    13964029        20                -           0.0000          -           0.0000          -
61065.63/3090.16	c      3090      134174024    13988783        20                -           0.0000          -           0.0000          -
61164.90/3095.17	c      3095      134462592    14014756        20                -           0.0000          -           0.0000          -
61265.20/3100.29	c      3100      134728982    14040985        20                -           0.0000          -           0.0000          -
61366.39/3105.35	c      3105      135014644    14066782        20                -           0.0000          -           0.0000          -
61467.45/3110.40	c      3110      135296299    14093740        20                -           0.0000          -           0.0000          -
61566.46/3115.45	c      3115      135576357    14119649        20                -           0.0000          -           0.0000          -
61667.68/3120.53	c      3121      135856779    14146531        20                -           0.0000          -           0.0000          -
61766.83/3125.58	c      3126      136138439    14172946        20                -           0.0000          -           0.0000          -
61868.04/3130.63	c      3131      136427535    14199599        20                -           0.0000          -           0.0000          -
61967.14/3135.70	c      3136      136715194    14226163        20                -           0.0000          -           0.0000          -
62068.21/3140.75	c      3141      137004439    14252680        20                -           0.0000          -           0.0000          -
62169.42/3145.81	c      3146      137295213    14279553        20                -           0.0000          -           0.0000          -
62268.66/3150.87	c      3151      137581753    14305803        20                -           0.0000          -           0.0000          -
62369.87/3155.96	c      3156      137865748    14332616        20                -           0.0000          -           0.0000          -
62469.27/3161.01	c      3161      138151873    14359431        20                -           0.0000          -           0.0000          -
62570.87/3166.09	c      3166      138440171    14386113        20                -           0.0000          -           0.0000          -
62672.10/3171.14	c      3171      138731034    14412300        20                -           0.0000          -           0.0000          -
62771.26/3176.16	c      3176      139021417    14438598        20                -           0.0000          -           0.0000          -
62870.52/3181.16	c      3181      139311935    14464214        20                -           0.0000          -           0.0000          -
62970.83/3186.20	c      3186      139596599    14490487        20                -           0.0000          -           0.0000          -
63069.87/3191.29	c      3191      139885322    14517123        20                -           0.0000          -           0.0000          -
63170.84/3196.38	c      3196      140181964    14544372        20                -           0.0000          -           0.0000          -
63271.78/3201.46	c      3201      140464468    14570863        20                -           0.0000          -           0.0000          -
63372.92/3206.55	c      3207      140753799    14597882        20                -           0.0000          -           0.0000          -
63474.05/3211.60	c      3212      141036759    14624325        20                -           0.0000          -           0.0000          -
63573.22/3216.61	c      3217      141315921    14649811        20                -           0.0000          -           0.0000          -
63672.43/3221.70	c      3222      141613623    14675558        20                -           0.0000          -           0.0000          -
63773.51/3226.75	c      3227      141897633    14701359        20                -           0.0000          -           0.0000          -
63874.56/3231.80	c      3232      142190748    14727443        20                -           0.0000          -           0.0000          -
63973.74/3236.85	c      3237      142489150    14753877        20                -           0.0000          -           0.0000          -
64074.95/3241.90	c      3242      142783928    14780556        20                -           0.0000          -           0.0000          -
64173.98/3246.93	c      3247      143068026    14807863        20                -           0.0000          -           0.0000          -
64272.84/3251.97	c      3252      143362175    14831728        20                -           0.0000          -           0.0000          -
64374.72/3257.06	c      3257      143668838    14857052        20                -           0.0000          -           0.0000          -
64473.85/3262.10	c      3262      143966718    14882702        20                -           0.0000          -           0.0000          -
64573.04/3267.13	c      3267      144241245    14907813        20                -           0.0000          -           0.0000          -
64674.95/3272.20	c      3272      144539403    14934117        20                -           0.0000          -           0.0000          -
64773.91/3277.25	c      3277      144833695    14959958        20                -           0.0000          -           0.0000          -
64873.11/3282.26	c      3282      145118777    14986312        20                -           0.0000          -           0.0000          -
64974.44/3287.35	c      3287      145421269    15011687        20                -           0.0000          -           0.0000          -
65075.39/3292.40	c      3292      145707583    15037711        20                -           0.0000          -           0.0000          -
65174.61/3297.45	c      3297      145997085    15063353        20                -           0.0000          -           0.0000          -
65275.64/3302.50	c      3303      146279092    15088965        20                -           0.0000          -           0.0000          -
65374.63/3307.55	c      3308      146563477    15114835        20                -           0.0000          -           0.0000          -
65475.56/3312.60	c      3313      146845861    15140747        20                -           0.0000          -           0.0000          -
65574.67/3317.65	c      3318      147130185    15166258        20                -           0.0000          -           0.0000          -
65673.99/3322.70	c      3323      147411350    15192275        20                -           0.0000          -           0.0000          -
65774.80/3327.75	c      3328      147693763    15217158        20                -           0.0000          -           0.0000          -
65873.83/3332.76	c      3333      147976941    15242156        20                -           0.0000          -           0.0000          -
65974.93/3337.85	c      3338      148264499    15268153        20                -           0.0000          -           0.0000          -
66075.96/3342.90	c      3343      148544323    15294236        20                -           0.0000          -           0.0000          -
66175.20/3347.95	c      3348      148830551    15319558        20                -           0.0000          -           0.0000          -
66274.24/3353.00	c      3353      149116093    15344940        20                -           0.0000          -           0.0000          -
66376.12/3358.05	c      3358      149403601    15370829        20                -           0.0000          -           0.0000          -
66475.34/3363.10	c      3363      149682860    15395987        20                -           0.0000          -           0.0000          -
66576.59/3368.15	c      3368      149969169    15421313        20                -           0.0000          -           0.0000          -
66675.70/3373.18	c      3373      150246767    15447828        20                -           0.0000          -           0.0000          -
66776.34/3378.22	c      3378      150528184    15474469        20                -           0.0000          -           0.0000          -
66875.57/3383.29	c      3383      150810404    15500315        20                -           0.0000          -           0.0000          -
66976.80/3388.35	c      3388      151101347    15524443        20                -           0.0000          -           0.0000          -
67078.02/3393.40	c      3393      151382476    15549237        20                -           0.0000          -           0.0000          -
67177.27/3398.45	c      3398      151660385    15573939        20                -           0.0000          -           0.0000          -
67278.40/3403.50	c      3404      151928721    15598259        20                -           0.0000          -           0.0000          -
67377.55/3408.55	c      3409      152204286    15623018        20                -           0.0000          -           0.0000          -
67476.74/3413.59	c      3414      152478770    15649104        20                -           0.0000          -           0.0000          -
67577.93/3418.65	c      3419      152768544    15673692        20                -           0.0000          -           0.0000          -
67678.87/3423.70	c      3424      153048780    15698134        20                -           0.0000          -           0.0000          -
67777.84/3428.75	c      3429      153325135    15722709        20                -           0.0000          -           0.0000          -
67878.84/3433.80	c      3434      153602413    15748567        20                -           0.0000          -           0.0000          -
67977.75/3438.85	c      3439      153887814    15773307        20                -           0.0000          -           0.0000          -
68076.84/3443.87	c      3444      154155192    15798783        20                -           0.0000          -           0.0000          -
68175.97/3448.88	c      3449      154441526    15823937        20                -           0.0000          -           0.0000          -
68277.14/3454.00	c      3454      154734494    15849565        20                -           0.0000          -           0.0000          -
68378.60/3459.05	c      3459      155016855    15875825        20                -           0.0000          -           0.0000          -
68477.81/3464.07	c      3464      155299562    15901438        20                -           0.0000          -           0.0000          -
68578.89/3469.15	c      3469      155588570    15926112        20                -           0.0000          -           0.0000          -
68679.20/3474.21	c      3474      155877408    15951887        20                -           0.0000          -           0.0000          -
68778.38/3479.24	c      3479      156147478    15978135        20                -           0.0000          -           0.0000          -
68879.31/3484.30	c      3484      156440706    16003723        20                -           0.0000          -           0.0000          -
68978.47/3489.31	c      3489      156717339    16028654        20                -           0.0000          -           0.0000          -
69077.61/3494.34	c      3494      157005898    16054643        20                -           0.0000          -           0.0000          -
69176.52/3499.40	c      3499      157289479    16079974        20                -           0.0000          -           0.0000          -
69277.56/3504.41	c      3504      157576870    16105189        20                -           0.0000          -           0.0000          -
69376.26/3509.44	c      3509      157862539    16129596        20                -           0.0000          -           0.0000          -
69477.40/3514.52	c      3515      158143989    16154155        20                -           0.0000          -           0.0000          -
69576.82/3519.56	c      3520      158429947    16178302        20                -           0.0000          -           0.0000          -
69677.40/3524.67	c      3525      158711400    16204508        20                -           0.0000          -           0.0000          -
69778.61/3529.72	c      3530      158999873    16229801        20                -           0.0000          -           0.0000          -
69877.63/3534.73	c      3535      159294057    16254688        20                -           0.0000          -           0.0000          -
69978.83/3539.85	c      3540      159580087    16278821        20                -           0.0000          -           0.0000          -
70079.95/3544.90	c      3545      159869257    16304221        20                -           0.0000          -           0.0000          -
70179.04/3549.95	c      3550      160168689    16328623        20                -           0.0000          -           0.0000          -
70277.94/3555.00	c      3555      160452480    16354484        20                -           0.0000          -           0.0000          -
70379.41/3560.06	c      3560      160739574    16380081        20                -           0.0000          -           0.0000          -
70478.45/3565.10	c      3565      161022374    16405344        20                -           0.0000          -           0.0000          -
70579.53/3570.15	c      3570      161300389    16431128        20                -           0.0000          -           0.0000          -
70680.12/3575.20	c      3575      161588003    16456312        20                -           0.0000          -           0.0000          -
70779.37/3580.22	c      3580      161875213    16481757        20                -           0.0000          -           0.0000          -
70878.47/3585.24	c      3585      162156003    16508188        20                -           0.0000          -           0.0000          -
70979.48/3590.35	c      3590      162452048    16532990        20                -           0.0000          -           0.0000          -
71078.31/3595.37	c      3595      162724835    16557512        20                -           0.0000          -           0.0000          -
71151.87/3599.93	c SCIP Status        : c solving was interrupted [hard time limit reached]
71151.87/3599.93	c Total Time         : 3599.9400
71151.87/3599.93	c   solving          : 3599.9400
71151.87/3599.93	c   presolving       : 0.0080 (included in solving)
71151.87/3599.93	c B&B Tree           :
71151.87/3599.93	c   nodes (total)    : 162921117
71151.87/3599.93	c Solution           :
71151.87/3599.93	c   Solutions found  : 0
71151.87/3599.93	c   Primal Bound     :          -
71151.87/3599.93	c   Dual Bound       : +0.00000000000000e+00
71151.87/3599.93	c Gap                :          -
71155.55/3603.60	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: 191670 MiB (157547 MiB free)
  memory of node 1: 193531 MiB (173213 MiB free)
  memory of node 2: 193531 MiB (174270 MiB free)
  memory of node 3: 193493 MiB (173277 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-4469088-1723628450/watcher-4469088-1723628450 -o /tmp/evaluation-result-4469088-1723628450/solver-4469088-1723628450 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD103-1723628449-792278 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469088-1723628450.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100067 s]*
/proc/loadavg: 19.88 37.56 57.68 25/905 792379
/proc/meminfo: memFree=694371928/790760804 swapFree=131071996/131071996
[pid=792318] ppid=792311 vsize=1666040 memory=132712 CPUtime=0.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/stat : 792318 (fscip) S 792311 792318 792266 0 -1 1077936128 29542 0 0 0 66 32 0 0 20 0 41 0 129427682 1706024960 33178 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
/proc/792318/statm: 416510 33178 2982 3035 0 119846 0
[pid=792318/tid=792320] ppid=792311 vsize=1666040 memory=4026531959 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792320/stat : 792320 (fscip) R 792311 792318 792266 0 -1 4194368 1313 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33244 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792321] ppid=792311 vsize=1666040 memory=57910 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792321/stat : 792321 (fscip) R 792311 792318 792266 0 -1 4194368 1278 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33244 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792322] ppid=792311 vsize=1666040 memory=56316433531346 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792322/stat : 792322 (fscip) D 792311 792318 792266 0 -1 4194368 1208 0 0 0 1 2 0 0 20 0 41 0 129427684 1706024960 33244 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792323] ppid=792311 vsize=1666040 memory=54083084091976 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792323/stat : 792323 (fscip) R 792311 792318 792266 0 -1 4194368 2244 0 0 0 4 1 0 0 20 0 41 0 129427684 1706024960 33244 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792324] ppid=792311 vsize=1666040 memory=61783977231038 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792324/stat : 792324 (fscip) D 792311 792318 792266 0 -1 4194368 1296 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33244 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792325] ppid=792311 vsize=1666040 memory=56282191234110 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792325/stat : 792325 (fscip) R 792311 792318 792266 0 -1 4194368 1381 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33244 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792326] ppid=792311 vsize=1666040 memory=15539617701037672 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792326/stat : 792326 (fscip) D 792311 792318 792266 0 -1 4194368 1302 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33244 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792327] ppid=792311 vsize=1666040 memory=1897200 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792327/stat : 792327 (fscip) D 792311 792318 792266 0 -1 4194368 1294 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33244 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792328] ppid=792311 vsize=1666040 memory=3977581402865795161 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792328/stat : 792328 (fscip) R 792311 792318 792266 0 -1 4194368 1280 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33244 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792329] ppid=792311 vsize=1666040 memory=3761403136078774356 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792329/stat : 792329 (fscip) D 792311 792318 792266 0 -1 4194368 1358 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33244 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792330] ppid=792311 vsize=1666040 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792330/stat : 792330 (fscip) R 792311 792318 792266 0 -1 4194368 1280 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792331] ppid=792311 vsize=1666040 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792331/stat : 792331 (fscip) R 792311 792318 792266 0 -1 4194368 1285 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792332] ppid=792311 vsize=1666040 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792332/stat : 792332 (fscip) D 792311 792318 792266 0 -1 4194368 1335 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792333] ppid=792311 vsize=1666040 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792333/stat : 792333 (fscip) D 792311 792318 792266 0 -1 4194368 1285 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792334] ppid=792311 vsize=1666040 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792334/stat : 792334 (fscip) D 792311 792318 792266 0 -1 4194368 1296 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792335] ppid=792311 vsize=1666040 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792335/stat : 792335 (fscip) R 792311 792318 792266 0 -1 4194368 2251 0 0 0 4 0 0 0 20 0 41 0 129427684 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792336] ppid=792311 vsize=1666040 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792336/stat : 792336 (fscip) R 792311 792318 792266 0 -1 4194368 1279 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792337] ppid=792311 vsize=1666040 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792337/stat : 792337 (fscip) R 792311 792318 792266 0 -1 4194368 1279 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792338] ppid=792311 vsize=1666040 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792338/stat : 792338 (fscip) D 792311 792318 792266 0 -1 4194368 1265 0 0 0 3 1 0 0 20 0 41 0 129427684 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792339] ppid=792311 vsize=1666040 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792339/stat : 792339 (fscip) R 792311 792318 792266 0 -1 4194368 1281 0 0 0 2 1 0 0 20 0 41 0 129427684 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792354] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792354/stat : 792354 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792355] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792355/stat : 792355 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792356] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792356/stat : 792356 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792357] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792357/stat : 792357 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792358] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792358/stat : 792358 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792359] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792359/stat : 792359 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792360] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792360/stat : 792360 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792361] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792361/stat : 792361 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792362] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792362/stat : 792362 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33310 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792363] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792363/stat : 792363 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33376 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792364] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792364/stat : 792364 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33376 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792365] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792365/stat : 792365 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33376 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792366] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792366/stat : 792366 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33376 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792367] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792367/stat : 792367 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33376 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792368] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792368/stat : 792368 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33376 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792369] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792369/stat : 792369 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33376 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792371] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792371/stat : 792371 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33376 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792370] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792370/stat : 792370 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33376 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792372] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792372/stat : 792372 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33376 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792373] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792373/stat : 792373 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 33376 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 1666040 KiB
Current children cumulated memory: 132712 KiB

[startup+0.228002 s]*
/proc/loadavg: 19.88 37.56 57.68 25/905 792379
/proc/meminfo: memFree=693978944/790760804 swapFree=131071996/131071996
[pid=792318] ppid=792311 vsize=1666040 memory=223044 CPUtime=3.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/stat : 792318 (fscip) R 792311 792318 792266 0 -1 1077936128 52149 0 0 0 299 44 0 0 20 0 41 0 129427682 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
/proc/792318/statm: 416510 55761 2998 3035 0 146907 0
[pid=792318/tid=792320] ppid=792311 vsize=1666040 memory=4026531959 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792320/stat : 792320 (fscip) R 792311 792318 792266 0 -1 4194368 2303 0 0 0 14 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792321] ppid=792311 vsize=1666040 memory=57918 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792321/stat : 792321 (fscip) R 792311 792318 792266 0 -1 4194368 2565 0 0 0 14 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792322] ppid=792311 vsize=1666040 memory=59614968414677 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792322/stat : 792322 (fscip) R 792311 792318 792266 0 -1 4194368 2531 0 0 0 13 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792323] ppid=792311 vsize=1666040 memory=56282107347530 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792323/stat : 792323 (fscip) R 792311 792318 792266 0 -1 4194368 2814 0 0 0 17 1 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792324] ppid=792311 vsize=1666040 memory=54091690803904 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792324/stat : 792324 (fscip) R 792311 792318 792266 0 -1 4194368 2586 0 0 0 14 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792325] ppid=792311 vsize=1666040 memory=58481214489664 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792325/stat : 792325 (fscip) R 792311 792318 792266 0 -1 4194368 2596 0 0 0 15 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792326] ppid=792311 vsize=1666040 memory=16102567654458986 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792326/stat : 792326 (fscip) R 792311 792318 792266 0 -1 4194368 2311 0 0 0 14 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792327] ppid=792311 vsize=1666040 memory=3690479125627404373 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792327/stat : 792327 (fscip) R 792311 792318 792266 0 -1 4194368 2636 0 0 0 15 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792328] ppid=792311 vsize=1666040 memory=2192640 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792328/stat : 792328 (fscip) R 792311 792318 792266 0 -1 4194368 2490 0 0 0 14 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792329] ppid=792311 vsize=1666040 memory=2261890 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792329/stat : 792329 (fscip) R 792311 792318 792266 0 -1 4194368 2311 0 0 0 14 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792330] ppid=792311 vsize=1666040 memory=0 CPUtime=0.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792330/stat : 792330 (fscip) R 792311 792318 792266 0 -1 4194368 2379 0 0 0 12 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792331] ppid=792311 vsize=1666040 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792331/stat : 792331 (fscip) R 792311 792318 792266 0 -1 4194368 2472 0 0 0 15 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792332] ppid=792311 vsize=1666040 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792332/stat : 792332 (fscip) R 792311 792318 792266 0 -1 4194368 2301 0 0 0 15 1 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792333] ppid=792311 vsize=1666040 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792333/stat : 792333 (fscip) R 792311 792318 792266 0 -1 4194368 2591 0 0 0 15 1 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792334] ppid=792311 vsize=1666040 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792334/stat : 792334 (fscip) R 792311 792318 792266 0 -1 4194368 2560 0 0 0 14 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792335] ppid=792311 vsize=1666040 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792335/stat : 792335 (fscip) R 792311 792318 792266 0 -1 4194368 2802 0 0 0 17 0 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792336] ppid=792311 vsize=1666040 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792336/stat : 792336 (fscip) R 792311 792318 792266 0 -1 4194368 2591 0 0 0 14 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792337] ppid=792311 vsize=1666040 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792337/stat : 792337 (fscip) R 792311 792318 792266 0 -1 4194368 2596 0 0 0 15 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792338] ppid=792311 vsize=1666040 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792338/stat : 792338 (fscip) R 792311 792318 792266 0 -1 4194368 2299 0 0 0 14 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792339] ppid=792311 vsize=1666040 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792339/stat : 792339 (fscip) R 792311 792318 792266 0 -1 4194368 2604 0 0 0 14 2 0 0 20 0 41 0 129427684 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792354] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792354/stat : 792354 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792355] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792355/stat : 792355 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792356] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792356/stat : 792356 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792357] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792357/stat : 792357 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792358] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792358/stat : 792358 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792359] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792359/stat : 792359 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792360] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792360/stat : 792360 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792361] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792361/stat : 792361 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792362] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792362/stat : 792362 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792363] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792363/stat : 792363 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792364] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792364/stat : 792364 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792365] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792365/stat : 792365 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792366] ppid=792311 vsize=1666040 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792366/stat : 792366 (fscip) S 792311 792318 792266 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129427689 1706024960 55761 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0

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

/proc/792318/task/792320/stat : 792320 (fscip) R 792311 792318 792266 0 -1 4194368 1899254 0 0 0 354565 941 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792321] ppid=792311 vsize=25135808 memory=19860 CPUtime=3558.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792321/stat : 792321 (fscip) R 792311 792318 792266 0 -1 4194368 1471961 0 0 0 355049 848 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792322] ppid=792311 vsize=25135808 memory=23835244 CPUtime=3552.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792322/stat : 792322 (fscip) R 792311 792318 792266 0 -1 4194368 175309 0 0 0 351255 4028 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792323] ppid=792311 vsize=25135808 memory=23822060 CPUtime=3554.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792323/stat : 792323 (fscip) R 792311 792318 792266 0 -1 4194368 2253946 0 0 0 354787 678 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792324] ppid=792311 vsize=25135808 memory=3736 CPUtime=3537.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792324/stat : 792324 (fscip) R 792311 792318 792266 0 -1 4194368 15516900 0 0 0 350839 2867 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792325] ppid=792311 vsize=25135808 memory=6720661034807477103 CPUtime=3556.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792325/stat : 792325 (fscip) R 792311 792318 792266 0 -1 4194368 178010 0 0 0 351605 4035 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792326] ppid=792311 vsize=25135808 memory=40264 CPUtime=3558.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792326/stat : 792326 (fscip) R 792311 792318 792266 0 -1 4194368 1772020 0 0 0 354968 892 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792327] ppid=792311 vsize=25135808 memory=8072 CPUtime=3557.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792327/stat : 792327 (fscip) R 792311 792318 792266 0 -1 4194368 1484480 0 0 0 354908 803 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792328] ppid=792311 vsize=25135808 memory=3516 CPUtime=3549.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792328/stat : 792328 (fscip) R 792311 792318 792266 0 -1 4194368 169152 0 0 0 350738 4186 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792329] ppid=792311 vsize=25135808 memory=2212 CPUtime=3555.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792329/stat : 792329 (fscip) R 792311 792318 792266 0 -1 4194368 1676705 0 0 0 354624 931 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792330] ppid=792311 vsize=25135808 memory=52948 CPUtime=3550 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792330/stat : 792330 (fscip) R 792311 792318 792266 0 -1 4194368 1380818 0 0 0 354151 849 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792331] ppid=792311 vsize=25135808 memory=1952 CPUtime=3555.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792331/stat : 792331 (fscip) R 792311 792318 792266 0 -1 4194368 169648 0 0 0 351527 4002 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792332] ppid=792311 vsize=25135808 memory=1852 CPUtime=3553.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792332/stat : 792332 (fscip) R 792311 792318 792266 0 -1 4194368 1622542 0 0 0 354500 866 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792333] ppid=792311 vsize=25135808 memory=10528 CPUtime=3556.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792333/stat : 792333 (fscip) R 792311 792318 792266 0 -1 4194368 1338287 0 0 0 354784 869 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792334] ppid=792311 vsize=25135808 memory=5440 CPUtime=3552.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792334/stat : 792334 (fscip) R 792311 792318 792266 0 -1 4194368 168633 0 0 0 351197 4029 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792335] ppid=792311 vsize=25135808 memory=16240 CPUtime=3557.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792335/stat : 792335 (fscip) R 792311 792318 792266 0 -1 4194368 1506625 0 0 0 354901 802 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792336] ppid=792311 vsize=25135808 memory=2212 CPUtime=3556.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792336/stat : 792336 (fscip) R 792311 792318 792266 0 -1 4194368 1326644 0 0 0 354739 890 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792337] ppid=792311 vsize=25135808 memory=23848804 CPUtime=3555.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792337/stat : 792337 (fscip) R 792311 792318 792266 0 -1 4194368 166075 0 0 0 351238 4286 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792338] ppid=792311 vsize=25135808 memory=0 CPUtime=3555.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792338/stat : 792338 (fscip) R 792311 792318 792266 0 -1 4194368 1427794 0 0 0 354787 801 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792339] ppid=792311 vsize=25135808 memory=0 CPUtime=3555.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792339/stat : 792339 (fscip) R 792311 792318 792266 0 -1 4194368 1215410 0 0 0 354850 716 0 0 20 0 41 0 129427684 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792354] ppid=792311 vsize=25135808 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792354/stat : 792354 (fscip) S 792311 792318 792266 0 -1 1077936192 66 0 0 0 0 2 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792355] ppid=792311 vsize=25135808 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792355/stat : 792355 (fscip) S 792311 792318 792266 0 -1 1077936192 63 0 0 0 1 1 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792356] ppid=792311 vsize=25135808 memory=6720661034807477103 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792356/stat : 792356 (fscip) S 792311 792318 792266 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792357] ppid=792311 vsize=25135808 memory=23677708 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792357/stat : 792357 (fscip) S 792311 792318 792266 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792358] ppid=792311 vsize=25135808 memory=23685408 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792358/stat : 792358 (fscip) S 792311 792318 792266 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792359] ppid=792311 vsize=25135808 memory=3516 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792359/stat : 792359 (fscip) S 792311 792318 792266 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792360] ppid=792311 vsize=25135808 memory=23684820 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792360/stat : 792360 (fscip) S 792311 792318 792266 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792361] ppid=792311 vsize=25135808 memory=6928 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792361/stat : 792361 (fscip) S 792311 792318 792266 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792362] ppid=792311 vsize=25135808 memory=49459504 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792362/stat : 792362 (fscip) S 792311 792318 792266 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792363] ppid=792311 vsize=25135808 memory=2636 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792363/stat : 792363 (fscip) S 792311 792318 792266 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792364] ppid=792311 vsize=25135808 memory=6656 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792364/stat : 792364 (fscip) S 792311 792318 792266 0 -1 1077936192 132 0 0 0 0 2 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792365] ppid=792311 vsize=25135808 memory=25992 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792365/stat : 792365 (fscip) S 792311 792318 792266 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792366] ppid=792311 vsize=25135808 memory=19860 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792366/stat : 792366 (fscip) S 792311 792318 792266 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792367] ppid=792311 vsize=25135808 memory=32244 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792367/stat : 792367 (fscip) S 792311 792318 792266 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792368] ppid=792311 vsize=25135808 memory=28720 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792368/stat : 792368 (fscip) S 792311 792318 792266 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792369] ppid=792311 vsize=25135808 memory=7384 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792369/stat : 792369 (fscip) S 792311 792318 792266 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792371] ppid=792311 vsize=25135808 memory=27608 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792371/stat : 792371 (fscip) S 792311 792318 792266 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792370] ppid=792311 vsize=25135808 memory=23845556 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792370/stat : 792370 (fscip) S 792311 792318 792266 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792372] ppid=792311 vsize=25135808 memory=23849176 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792372/stat : 792372 (fscip) S 792311 792318 792266 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792373] ppid=792311 vsize=25135808 memory=3891166360121958746 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792373/stat : 792373 (fscip) S 792311 792318 792266 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 129427689 25739067392 5965120 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
Current children cumulated CPU time: 71108.1 s
Current children cumulated vsize: 25135808 KiB
Current children cumulated memory: 23860480 KiB

[startup+3600 s]*
/proc/loadavg: 80.38 80.50 79.82 35/958 794504
/proc/meminfo: memFree=579934456/790760804 swapFree=131071996/131071996
[pid=792318] ppid=792311 vsize=13890328 memory=12930180 CPUtime=71152 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/stat : 792318 (fscip) R 792311 792318 792266 0 -1 4194304 42436548 0 0 0 7075599 39600 0 0 20 0 12 0 129427682 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
/proc/792318/statm: 3472582 3232545 3030 3035 0 3445679 0
[pid=792318/tid=792356] ppid=792311 vsize=13890328 memory=7256 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792356/stat : 792356 (fscip) S 792311 792318 792266 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 12 0 129427689 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792359] ppid=792311 vsize=13890328 memory=28664 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792359/stat : 792359 (fscip) S 792311 792318 792266 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 12 0 129427689 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792360] ppid=792311 vsize=13890328 memory=33756 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792360/stat : 792360 (fscip) S 792311 792318 792266 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 12 0 129427689 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792362] ppid=792311 vsize=13890328 memory=8323350987516068516 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792362/stat : 792362 (fscip) S 792311 792318 792266 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 12 0 129427689 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792363] ppid=792311 vsize=13890328 memory=32244 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792363/stat : 792363 (fscip) S 792311 792318 792266 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 12 0 129427689 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792367] ppid=792311 vsize=13890328 memory=28720 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792367/stat : 792367 (fscip) S 792311 792318 792266 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 12 0 129427689 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792368] ppid=792311 vsize=13890328 memory=7384 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792368/stat : 792368 (fscip) S 792311 792318 792266 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 12 0 129427689 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792369] ppid=792311 vsize=13890328 memory=27608 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792369/stat : 792369 (fscip) S 792311 792318 792266 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 12 0 129427689 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792371] ppid=792311 vsize=13890328 memory=3736 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792371/stat : 792371 (fscip) S 792311 792318 792266 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 12 0 129427689 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792372] ppid=792311 vsize=13890328 memory=40264 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792372/stat : 792372 (fscip) S 792311 792318 792266 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 12 0 129427689 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
[pid=792318/tid=792373] ppid=792311 vsize=13890328 memory=3516 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/task/792373/stat : 792373 (fscip) S 792311 792318 792266 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 12 0 129427689 14223695872 3232545 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
Current children cumulated CPU time: 71152 s
Current children cumulated vsize: 13890328 KiB
Current children cumulated memory: 12930180 KiB

[startup+3601.6 s]
/proc/loadavg: 80.38 80.50 79.82 24/905 794504
/proc/meminfo: memFree=604372708/790760804 swapFree=131071996/131071996
[pid=792318] ppid=792311 vsize=13538028 memory=12669080 CPUtime=71153.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/stat : 792318 (fscip) R 792311 792318 792266 0 -1 4194304 43637449 0 0 0 7075694 39664 0 0 20 0 1 0 129427682 13862940672 3167270 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
/proc/792318/statm: 3384507 3167270 3030 3035 0 3357898 0
Current children cumulated CPU time: 71153.6 s
Current children cumulated vsize: 13538028 KiB
Current children cumulated memory: 12669080 KiB

[startup+3603.2 s]
/proc/loadavg: 75.39 79.46 79.49 17/882 794551
/proc/meminfo: memFree=669745880/790760804 swapFree=131071996/131071996
[pid=792318] ppid=792311 vsize=13538028 memory=12669080 CPUtime=71155.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/stat : 792318 (fscip) R 792311 792318 792266 0 -1 4194304 44565117 0 0 0 7075806 39711 0 0 20 0 1 0 129427682 13862940672 3167270 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
/proc/792318/statm: 3384507 3167270 3030 3035 0 3357898 0
Current children cumulated CPU time: 71155.2 s
Current children cumulated vsize: 13538028 KiB
Current children cumulated memory: 12669080 KiB

[startup+3603.6 s]
/proc/loadavg: 75.39 79.46 79.49 17/882 794551
/proc/meminfo: memFree=669745880/790760804 swapFree=131071996/131071996
[pid=792318] ppid=792311 vsize=9053096 memory=7979452 CPUtime=71155.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/792318/stat : 792318 (fscip) R 792311 792318 792266 0 -1 4194304 44682444 0 0 0 7075819 39737 0 0 20 0 1 0 129427682 9270370304 1994863 809668444160 4194304 16622685 140722946497120 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 33669120 140722946499560 140722946499675 140722946499675 140722946506703 0
/proc/792318/statm: 2263274 1994863 3030 3035 0 2238395 0
Current children cumulated CPU time: 71155.6 s
Current children cumulated vsize: 9053096 KiB
Current children cumulated memory: 7979452 KiB

[startup+3603.82 s]
/proc/loadavg: 75.39 79.46 79.49 24/906 794623
/proc/meminfo: memFree=682867608/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3603.9 s]
/proc/loadavg: 75.39 79.46 79.49 24/906 794623
/proc/meminfo: memFree=682867608/790760804 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): 3603.99
CPU time (s): 71156
CPU user time (s): 70758.2
CPU system time (s): 397.763
CPU usage (%): 1974.37
Max. virtual memory (cumulated for all children) (KiB): 25135808
Max. memory (cumulated for all children) (KiB): 23864164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70758.2
system time used= 397.763
maximum resident set size= 23864364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44682720
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= 2434692
involuntary context switches= 418034


# summary of solver processes directly reported to runsolver:
#   pid: 792318
#   total CPU time (s): 71156
#   total CPU user time (s): 70758.2
#   total CPU system time (s): 397.763

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.6869 second user time and 78.7602 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-14 11:40:50
IDJOB=4469088
IDBENCH=158687
IDSOLVER=3099
FILE ID=nodeD103/4469088-1723628450
RUNJOBID= nodeD103-1723628449-792278
SLURM_JOB_ID= 8267911
Free space on /tmp= 8586756 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n148-d3-i1-r1.cnf.gz-plain.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-4469088-1723628450/watcher-4469088-1723628450 -o /tmp/evaluation-result-4469088-1723628450/solver-4469088-1723628450 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD103-1723628449-792278 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469088-1723628450.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= fefb64a1b2a7fa00e7ba601f2504d0e0
RANDOM SEED=490957823

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2585.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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        694615796 kB
MemAvailable:   782919936 kB
Buffers:         1263724 kB
Cached:         89760240 kB
SwapCached:            0 kB
Active:         14547056 kB
Inactive:       76882316 kB
Active(anon):       2032 kB
Inactive(anon):   442300 kB
Active(file):   14545024 kB
Inactive(file): 76440016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            100996 kB
Writeback:             0 kB
AnonPages:        403576 kB
Mapped:           102324 kB
Shmem:             38920 kB
KReclaimable:    1477632 kB
Slab:            2029312 kB
SReclaimable:    1477632 kB
SUnreclaim:       551680 kB
KernelStack:       14736 kB
PageTables:         9656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     358812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1129344 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1067008 kB
DirectMap2M:    209145856 kB
DirectMap1G:    595591168 kB

Free space on /tmp at the end= 8586644 MiB
End job on nodeD103 at 2024-08-14 12:40:54