Trace number 4465667

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-07-30? (TO) 72001.9 3632.24

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820157.opb
MD5SUM9baf2ba48863e92d1cef7cf6d2cd6be7
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 variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 28336128, getVmSize() = 28336128, SCIPgetMemUsed() = 4369876, SCIPgetMemTotal() = 6744476, SCIPgetMemExternEstim() = 2039873
0.00/0.00	c ** set memory limit for presolving in LC to 8.796e+12 for SCIP **
0.00/0.04	c ** Estimated virtualMemUsedAtSolver = 19179552, getVmSize() = 37433344, SCIPgetMemUsed() = 8857376, SCIPgetMemTotal() = 14608536, SCIPgetMemExternEstim() = 2039873
0.00/0.04	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.04	c Original Problem   :
0.00/0.04	c   Problem name     : instance-4465667-1722513147
0.00/0.04	c   Variables        : 1200 (1200 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 1015
0.00/0.04	c   Objective sense  : minimize
0.00/0.04	c Presolved Problem  :
0.00/0.04	c   Variables        : 525 (525 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 960
0.00/0.04	c Constraints        : Number
0.00/0.04	c   setppc           : 260 
0.00/0.04	c   linear           : 25 
0.00/0.04	c   logicor          : 675 
0.00/0.04	c ** Instance transfer method used: 0
0.00/0.04	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.10	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.11	c                                Nodes    Active                                            
0.00/0.11	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
98.74/5.15	c         5             63          62        20                -           0.0000          -
199.18/10.23	c        10          42414          46        20                -           0.0000          -
298.41/15.24	c        15          57510          39        20                -           0.0000          -
397.65/20.27	c        20          85531          38        20                -           0.0000          -
498.82/25.32	c        25          99596          37        20                -           0.0000          -
598.06/30.36	c        30         114781          39        20                -           0.0000          -
699.32/35.42	c        35           5475        1187        20                -           0.0000          -
798.55/40.47	c        40           6813        1447        20                -           0.0000          -
897.69/45.48	c        45           7982        1804        20                -           0.0000          -
998.71/50.55	c        51           9302        2114        20                -           0.0000          -
1099.92/55.61	c        56          10906        1775        20                -           0.0000          -
1198.98/60.67	c        61          12258        2558        20                -           0.0000          -
1298.17/65.67	c        66          12855        2168        20                -           0.0000          -
1397.42/70.68	c        71          13782        2361        20                -           0.0000          -
1498.65/75.73	c        76          14936        2551        20                -           0.0000          -
1597.90/80.77	c        81          15996        2769        20                -           0.0000          -
1699.06/85.83	c        86          17167        2982        20                -           0.0000          -
1798.25/90.86	c        91          18302        3208        20                -           0.0000          -
1897.40/95.87	c        96          19386        3394        20                -           0.0000          -
1998.54/100.95	c       101          30583        3412        20                -           0.0000          -
2097.74/106.00	c       106          31929        3562        20                -           0.0000          -
2199.50/111.05	c       111          33234        3796        20                -           0.0000          -
2298.57/116.11	c       116          34729        4007        20                -           0.0000          -
2399.89/121.18	c       121         281660          43        20                -           0.0000          -
2500.18/126.26	c       126         288338          37        20                -           0.0000          -
2599.47/131.29	c       131         295335          39        20                -           0.0000          -
2700.25/136.34	c       136         302732          41        20                -           0.0000          -
2799.42/141.39	c       141         310138          38        20                -           0.0000          -
2900.44/146.44	c       146         317539          39        20                -           0.0000          -
3001.41/151.53	c       152         325804          41        20                -           0.0000          -
3099.29/156.58	c       157         333631          36        20                -           0.0000          -
3198.62/161.63	c       162          45633         278        20                -           0.0000          -
3297.48/166.68	c       167          47666         359        20                -           0.0000          -
3398.63/171.71	c       172          49794         411        20                -           0.0000          -
3497.79/176.78	c       177          51836         462        20                -           0.0000          -
3598.91/181.85	c       182          38030        6134        20                -           0.0000          -
3700.06/186.92	c       187          39102        6219        20                -           0.0000          -
3799.20/191.97	c       192          40331        6345        20                -           0.0000          -
3898.36/197.02	c       197          41410        6487        20                -           0.0000          -
4000.09/202.07	c       202          43358        6519        20                -           0.0000          -
4099.33/207.12	c       207          45213        6527        20                -           0.0000          -
4200.48/212.17	c       212          46872        6543        20                -           0.0000          -
4300.72/217.22	c       217          48105        6656        20                -           0.0000          -
4399.58/222.29	c       222         429983          40        20                -           0.0000          -
4500.73/227.34	c       227         437732          36        20                -           0.0000          -
4599.71/232.39	c       232         445613          38        20                -           0.0000          -
4700.84/237.44	c       237         453544          41        20                -           0.0000          -
4799.90/242.49	c       242         461988          35        20                -           0.0000          -
4900.92/247.54	c       248         470422          43        20                -           0.0000          -
5000.08/252.59	c       253         479033          38        20                -           0.0000          -
5101.41/257.64	c       258         487293          37        20                -           0.0000          -
5200.30/262.69	c       263         496200          38        20                -           0.0000          -
5301.51/267.74	c       268         505523          37        20                -           0.0000          -
5400.42/272.79	c       273         514520          40        20                -           0.0000          -
5501.33/277.84	c       278         523264          36        20                -           0.0000          -
5600.40/282.90	c       283         531268          35        20                -           0.0000          -
5701.49/287.91	c       288          92987        1236        20                -           0.0000          -
5800.65/292.95	c       293          94934        1239        20                -           0.0000          -
5899.82/298.00	c       298          96800        1244        20                -           0.0000          -
6001.56/303.09	c       303         563851          36        20                -           0.0000          -
6102.88/308.15	c       308         572312          34        20                -           0.0000          -
6203.24/313.20	c       313         580843          34        20                -           0.0000          -
6302.40/318.25	c       318         589420          38        20                -           0.0000          -
6403.57/323.30	c       323         597994          34        20                -           0.0000          -
6502.62/328.37	c       328         606637          33        20                -           0.0000          -
6603.46/333.43	c       333         615450          36        20                -           0.0000          -
6702.35/338.45	c       338         111709        1365        20                -           0.0000          -
6803.23/343.50	c       344         113463        1357        20                -           0.0000          -
6902.36/348.55	c       349         115222        1369        20                -           0.0000          -
7003.57/353.63	c       354          91114        8011        20                -           0.0000          -
7102.54/358.69	c       359          82347        9031        20                -           0.0000          -
7203.67/363.73	c       364         120807        1430        20                -           0.0000          -
7302.82/368.79	c       369         676433          31        20                -           0.0000          -
7404.06/373.83	c       374         685621          32        20                -           0.0000          -
7503.30/378.88	c       379         694663          37        20                -           0.0000          -
7604.44/383.93	c       384         703673          33        20                -           0.0000          -
7703.68/388.98	c       389         712652          39        20                -           0.0000          -
7802.76/394.03	c       394         721878          39        20                -           0.0000          -
7904.44/399.08	c       399         730948          39        20                -           0.0000          -
8005.50/404.13	c       404         740359          35        20                -           0.0000          -
8104.37/409.18	c       409         748838          36        20                -           0.0000          -
8204.88/414.23	c       414         757745          38        20                -           0.0000          -
8304.07/419.28	c       419         767214          42        20                -           0.0000          -
8405.28/424.35	c       424         142889        1502        20                -           0.0000          -
8506.47/429.40	c       429         144599        1489        20                -           0.0000          -
8605.67/434.45	c       434         794789          34        20                -           0.0000          -
8706.89/439.50	c       440         147948        1507        20                -           0.0000          -
8806.11/444.55	c       445         149791        1527        20                -           0.0000          -
8907.26/449.60	c       450         151536        1568        20                -           0.0000          -
9006.42/454.65	c       455         153210        1558        20                -           0.0000          -
9105.65/459.68	c       460         841035          43        20                -           0.0000          -
9206.89/464.75	c       465         850601          38        20                -           0.0000          -
9307.95/469.80	c       470         861121          37        20                -           0.0000          -
9406.98/474.85	c       475         160000        1644        20                -           0.0000          -
9508.20/479.91	c       480         161660        1660        20                -           0.0000          -
9607.42/484.91	c       485         163317        1683        20                -           0.0000          -
9706.65/489.94	c       490         898748          38        20                -           0.0000          -
9805.89/495.04	c       495         907476          34        20                -           0.0000          -
9907.90/500.10	c       500         168461        1786        20                -           0.0000          -
10007.08/505.15	c       505         170090        1781        20                -           0.0000          -
10109.31/510.20	c       510         171800        1783        20                -           0.0000          -
10208.44/515.25	c       515         173505        1814        20                -           0.0000          -
10309.54/520.30	c       520         174982        1921        20                -           0.0000          -
10408.78/525.35	c       525         176420        1942        20                -           0.0000          -
10507.80/530.36	c       530         973739          38        20                -           0.0000          -
10608.50/535.41	c       535         983235          32        20                -           0.0000          -
10707.74/540.50	c       541         180789        2000        20                -           0.0000          -
10808.82/545.55	c       546         182239        1996        20                -           0.0000          -
10909.96/550.60	c       551         183596        2081        20                -           0.0000          -
11009.21/555.65	c       556         134798       10313        20                -           0.0000          -
11108.38/560.67	c       561         127296       11506        20                -           0.0000          -
11209.79/565.75	c       566         128195       11528        20                -           0.0000          -
11310.70/570.80	c       571         137829       10449        20                -           0.0000          -
11409.96/575.85	c       576         138827       10550        20                -           0.0000          -
11511.04/580.90	c       581         139924       10579        20                -           0.0000          -
11610.28/585.94	c       586        1069735          37        20                -           0.0000          -
11709.50/590.99	c       591        1077955          36        20                -           0.0000          -
11811.20/596.05	c       596         142834       10748        20                -           0.0000          -
11910.44/601.10	c       601         143713       10794        20                -           0.0000          -
12009.48/606.14	c       606        1108786          36        20                -           0.0000          -
12111.00/611.19	c       611        1119868          39        20                -           0.0000          -
12211.22/616.25	c       616         146765       10919        20                -           0.0000          -
12310.34/621.27	c       621        1138779          36        20                -           0.0000          -
12411.15/626.33	c       626        1148274          36        20                -           0.0000          -
12510.32/631.38	c       631        1157467          32        20                -           0.0000          -
12611.46/636.43	c       636        1167993          41        20                -           0.0000          -
12710.63/641.45	c       641        1177453          35        20                -           0.0000          -
12811.76/646.50	c       647        1186617          36        20                -           0.0000          -
12910.94/651.55	c       652        1195836          30        20                -           0.0000          -
13012.09/656.60	c       657        1205450          40        20                -           0.0000          -
13111.24/661.65	c       662        1216244          39        20                -           0.0000          -
13212.38/666.70	c       667        1226545          40        20                -           0.0000          -
13311.52/671.76	c       672        1237252          32        20                -           0.0000          -
13410.67/676.80	c       677        1247943          28        20                -           0.0000          -
13511.69/681.82	c       682        1258048          36        20                -           0.0000          -
13610.76/686.87	c       687        1267932          36        20                -           0.0000          -
13711.87/691.97	c       692        1277923          43        20                -           0.0000          -
13813.53/697.03	c       697         154091       12659        20                -           0.0000          -
13912.93/702.10	c       702         154895       12690        20                -           0.0000          -
14013.98/707.15	c       707         156097       12788        20                -           0.0000          -
14114.47/712.20	c       712         156624       12960        20                -           0.0000          -
14213.54/717.25	c       717         157240       13144        20                -           0.0000          -
14312.70/722.27	c       722        1334181          31        20                -           0.0000          -
14413.78/727.34	c       727        1342986          28        20                -           0.0000          -
14512.91/732.39	c       732        1353132          37        20                -           0.0000          -
14614.01/737.44	c       737        1363097          41        20                -           0.0000          -
14715.19/742.50	c       743        1402190          39        20                -           0.0000          -
14814.39/747.55	c       748        1411336          36        20                -           0.0000          -
14915.36/752.60	c       753        1420534          30        20                -           0.0000          -
15014.48/757.62	c       758        1404746          42        20                -           0.0000          -
15115.34/762.70	c       763         173356       11870        20                -           0.0000          -
15214.40/767.75	c       768         165949         197        20                -           0.0000          -
15315.51/772.80	c       773         166423         338        20                -           0.0000          -
15414.69/777.85	c       778         168345         336        20                -           0.0000          -
15515.77/782.90	c       783         170000         328        20                -           0.0000          -
15614.86/787.95	c       788         171189         388        20                -           0.0000          -
15713.89/793.00	c       793         172089         408        20                -           0.0000          -
15815.54/798.05	c       798        1506820          46        20                -           0.0000          -
15914.69/803.11	c       803        1515927          40        20                -           0.0000          -
16016.06/808.15	c       808        1524905          35        20                -           0.0000          -
16116.29/813.20	c       813        1534883          40        20                -           0.0000          -
16215.37/818.25	c       818        1544907          38        20                -           0.0000          -
16316.52/823.30	c       823        1555850          35        20                -           0.0000          -
16415.44/828.35	c       828        1565834          36        20                -           0.0000          -
16514.60/833.36	c       833        1555023          40        20                -           0.0000          -
16615.77/838.41	c       838        1565361          38        20                -           0.0000          -
16714.95/843.43	c       843        1575237          35        20                -           0.0000          -
16814.11/848.44	c       848        1584354          39        20                -           0.0000          -
16915.26/853.50	c       854         190120       12402        20                -           0.0000          -
17014.42/858.55	c       859         191084       12423        20                -           0.0000          -
17115.59/863.61	c       864         192021       12465        20                -           0.0000          -
17214.75/868.61	c       869        1624396          36        20                -           0.0000          -
17313.86/873.66	c       874        1635240          39        20                -           0.0000          -
17415.00/878.71	c       879        1646074          40        20                -           0.0000          -
17514.16/883.75	c       884        1655773          39        20                -           0.0000          -
17615.31/888.81	c       889         190423        2026        20                -           0.0000          -
17714.42/893.86	c       894         191097        2048        20                -           0.0000          -
17815.59/898.91	c       899         192335        2082        20                -           0.0000          -
17914.78/903.96	c       904         193194        2136        20                -           0.0000          -
18013.94/909.01	c       909         194038        2183        20                -           0.0000          -
18113.00/914.02	c       914         195107        2220        20                -           0.0000          -
18214.74/919.08	c       919         196054        2283        20                -           0.0000          -
18316.11/924.16	c       924         197296        2321        20                -           0.0000          -
18416.41/929.24	c       929        1748526          33        20                -           0.0000          -
18515.62/934.29	c       934        1759977          42        20                -           0.0000          -
18616.89/939.34	c       939        1770531          31        20                -           0.0000          -
18716.04/944.39	c       944        1780519          40        20                -           0.0000          -
18817.26/949.48	c       949        1790737          41        20                -           0.0000          -
18918.46/954.58	c       955        1800568          29        20                -           0.0000          -
19019.61/959.65	c       960        1819958          50        20                -           0.0000          -
19120.78/964.70	c       965        1829931          44        20                -           0.0000          -
19219.94/969.75	c       970        1839205          36        20                -           0.0000          -
19321.08/974.80	c       975        1849215          42        20                -           0.0000          -
19420.29/979.85	c       980        1858886          41        20                -           0.0000          -
19521.45/984.90	c       985        1869207          40        20                -           0.0000          -
19620.56/989.92	c       990        1879169          38        20                -           0.0000          -
19719.74/995.00	c       995        1888871          37        20                -           0.0000          -
19821.53/1000.05	c      1000        1898306          39        20                -           0.0000          -
19920.59/1005.10	c      1005        1907757          35        20                -           0.0000          -
20021.65/1010.15	c      1010        1917999          39        20                -           0.0000          -
20120.86/1015.18	c      1015        1934095          39        20                -           0.0000          -
20221.33/1020.25	c      1020        1937471          36        20                -           0.0000          -
20322.51/1025.30	c      1025        1947061          49        20                -           0.0000          -
20421.70/1030.35	c      1030        1957936          33        20                -           0.0000          -
20522.60/1035.40	c      1035         218580        2910        20                -           0.0000          -
20621.79/1040.42	c      1040        1987278          37        20                -           0.0000          -
20720.92/1045.45	c      1045         224425       13562        20                -           0.0000          -
20820.12/1050.47	c      1050         225388       13596        20                -           0.0000          -
20919.29/1055.49	c      1056        2017752          29        20                -           0.0000          -
21020.47/1060.55	c      1061        2027716          37        20                -           0.0000          -
21121.65/1065.60	c      1066        2038067          31        20                -           0.0000          -
21220.86/1070.69	c      1071        2048411          33        20                -           0.0000          -
21322.04/1075.78	c      1076        2058666          34        20                -           0.0000          -
21423.13/1080.85	c      1081         230949       13807        20                -           0.0000          -
21524.10/1085.90	c      1086         231529       13904        20                -           0.0000          -
21623.28/1090.95	c      1091         232247       13918        20                -           0.0000          -
21722.52/1096.00	c      1096         233120       13952        20                -           0.0000          -
21824.12/1101.05	c      1101         233910       13977        20                -           0.0000          -
21923.36/1106.06	c      1106         231445        3295        20                -           0.0000          -
22024.68/1111.14	c      1111        2136339          36        20                -           0.0000          -
22125.03/1116.20	c      1116         233303        3327        20                -           0.0000          -
22224.21/1121.25	c      1121         233947        3324        20                -           0.0000          -
22323.39/1126.27	c      1126        2169859          34        20                -           0.0000          -
22424.53/1131.32	c      1131        2180547          35        20                -           0.0000          -
22523.55/1136.37	c      1136        2190617          29        20                -           0.0000          -
22624.64/1141.42	c      1141        2201120          36        20                -           0.0000          -
22723.81/1146.45	c      1146         365820        3739        20                -           0.0000          -
22824.97/1151.52	c      1152        2221617          31        20                -           0.0000          -
22924.14/1156.57	c      1157        2232559          30        20                -           0.0000          -
23025.30/1161.65	c      1162        2243804          38        20                -           0.0000          -
23124.44/1166.70	c      1167        2255227          42        20                -           0.0000          -
23225.44/1171.74	c      1172        2265851          33        20                -           0.0000          -
23324.60/1176.80	c      1177         373483        3948        20                -           0.0000          -
23425.68/1181.85	c      1182         374341        3963        20                -           0.0000          -
23524.89/1186.90	c      1187         375260        4011        20                -           0.0000          -
23625.77/1191.95	c      1192         376252        4025        20                -           0.0000          -
23725.12/1197.00	c      1197         377201        4037        20                -           0.0000          -
23826.73/1202.05	c      1202         378061        4041        20                -           0.0000          -
23925.89/1207.08	c      1207         252097       14552        20                -           0.0000          -
24026.88/1212.15	c      1212         252839       14649        20                -           0.0000          -
24127.14/1217.20	c      1217         253792       14667        20                -           0.0000          -
24226.24/1222.25	c      1222         254661       14652        20                -           0.0000          -
24327.34/1227.30	c      1227         255747       14682        20                -           0.0000          -
24426.52/1232.35	c      1232         256741       14735        20                -           0.0000          -
24527.51/1237.40	c      1237         257624       14754        20                -           0.0000          -
24626.52/1242.45	c      1242         258557       14781        20                -           0.0000          -
24727.66/1247.50	c      1248         260757        3734        20                -           0.0000          -
24826.74/1252.55	c      1253         261372        3742        20                -           0.0000          -
24927.85/1257.60	c      1258         262304        3752        20                -           0.0000          -
25027.01/1262.65	c      1263         263178        3770        20                -           0.0000          -
25126.19/1267.67	c      1268        2479275          40        20                -           0.0000          -
25227.45/1272.71	c      1273        2490151          40        20                -           0.0000          -
25326.49/1277.76	c      1278        2501126          33        20                -           0.0000          -
25427.64/1282.81	c      1283        2512014          37        20                -           0.0000          -
25526.81/1287.87	c      1288        2524321          38        20                -           0.0000          -
25627.97/1292.95	c      1293        2536948          37        20                -           0.0000          -
25727.12/1298.00	c      1298        2469551          46        20                -           0.0000          -
25828.97/1303.05	c      1303        2479896          34        20                -           0.0000          -
25928.10/1308.07	c      1308        2571390          39        20                -           0.0000          -
26029.23/1313.15	c      1313        2500594          42        20                -           0.0000          -
26129.75/1318.20	c      1318        2511160          35        20                -           0.0000          -
26228.94/1323.25	c      1323        2521798          32        20                -           0.0000          -
26330.07/1328.30	c      1328         270485       15095        20                -           0.0000          -
26429.15/1333.35	c      1333         271372       15123        20                -           0.0000          -
26530.31/1338.40	c      1338         272122       15141        20                -           0.0000          -
26629.32/1343.46	c      1343         272869       15166        20                -           0.0000          -
26728.50/1348.49	c      1348        2663412          40        20                -           0.0000          -
26829.52/1353.51	c      1354        2673843          36        20                -           0.0000          -
26928.68/1358.53	c      1359         419569        4902        20                -           0.0000          -
27027.86/1363.58	c      1364         420692        4987        20                -           0.0000          -
27128.91/1368.61	c      1369         421751        5043        20                -           0.0000          -
27228.25/1373.64	c      1374         283350        4288        20                -           0.0000          -
27329.24/1378.73	c      1379         284031        4290        20                -           0.0000          -
27428.52/1383.79	c      1384        2740435          32        20                -           0.0000          -
27529.40/1388.84	c      1389        2751788          42        20                -           0.0000          -
27630.56/1393.90	c      1394        2763661          37        20                -           0.0000          -
27729.74/1398.97	c      1399        2775148          42        20                -           0.0000          -
27831.23/1404.04	c      1404        2786272          37        20                -           0.0000          -
27930.40/1409.09	c      1409        2796891          40        20                -           0.0000          -
28031.79/1414.15	c      1414         430791        5298        20                -           0.0000          -
28132.02/1419.20	c      1419         431616        5305        20                -           0.0000          -
28231.36/1424.25	c      1424         432441        5317        20                -           0.0000          -
28332.38/1429.30	c      1429        2744061          30        20                -           0.0000          -
28431.53/1434.32	c      1434        2852516          37        20                -           0.0000          -
28530.70/1439.34	c      1439         289986       15710        20                -           0.0000          -
28631.89/1444.41	c      1444         290921       15702        20                -           0.0000          -
28730.96/1449.46	c      1449        2887674          39        20                -           0.0000          -
28832.13/1454.52	c      1455        2900281          37        20                -           0.0000          -
28931.27/1459.54	c      1460        2912446          39        20                -           0.0000          -
29032.44/1464.61	c      1465         297366        4328        20                -           0.0000          -
29133.60/1469.70	c      1470         298157        4342        20                -           0.0000          -
29232.79/1474.75	c      1475         299148        4353        20                -           0.0000          -
29331.95/1479.80	c      1480         299908        4368        20                -           0.0000          -
29433.26/1484.85	c      1485         300970        4380        20                -           0.0000          -
29534.22/1489.90	c      1490         302192        4379        20                -           0.0000          -
29633.40/1494.95	c      1495        2885059          39        20                -           0.0000          -
29732.51/1500.00	c      1500        2897269          41        20                -           0.0000          -
29834.45/1505.05	c      1505        2907855          38        20                -           0.0000          -
29933.50/1510.10	c      1510        2918975          35        20                -           0.0000          -
30034.44/1515.15	c      1515        2930139          44        20                -           0.0000          -
30133.70/1520.19	c      1520        3053684          36        20                -           0.0000          -
30234.00/1525.24	c      1525         450006        5744        20                -           0.0000          -
30335.17/1530.30	c      1530         451082        5774        20                -           0.0000          -
30434.33/1535.32	c      1535        3090448          38        20                -           0.0000          -
30533.45/1540.35	c      1540        3102559          33        20                -           0.0000          -
30634.32/1545.45	c      1545         309122        4610        20                -           0.0000          -
30735.45/1550.50	c      1551         309985        4632        20                -           0.0000          -
30834.64/1555.55	c      1556         457121        5855        20                -           0.0000          -
30935.59/1560.60	c      1561         457915        5890        20                -           0.0000          -
31034.65/1565.65	c      1566         458957        5908        20                -           0.0000          -
31135.83/1570.70	c      1571         460459        5904        20                -           0.0000          -
31235.03/1575.75	c      1576         461733        5924        20                -           0.0000          -
31336.21/1580.80	c      1581         462501        5958        20                -           0.0000          -
31435.39/1585.85	c      1586         463872        5963        20                -           0.0000          -
31536.58/1590.90	c      1591         465342        5980        20                -           0.0000          -
31635.79/1595.95	c      1596         466958        6006        20                -           0.0000          -
31734.98/1601.00	c      1601         468540        6027        20                -           0.0000          -
31837.03/1606.05	c      1606         470033        6021        20                -           0.0000          -
31936.23/1611.10	c      1611         471346        6002        20                -           0.0000          -
32037.24/1616.15	c      1616         472352        6014        20                -           0.0000          -
32137.64/1621.20	c      1621         473710        6015        20                -           0.0000          -
32236.71/1626.24	c      1626        3296347          39        20                -           0.0000          -
32337.53/1631.30	c      1631         324999        4695        20                -           0.0000          -
32436.53/1636.35	c      1636         325854        4694        20                -           0.0000          -
32537.65/1641.40	c      1641         327214        4733        20                -           0.0000          -
32636.84/1646.45	c      1646         328155        4724        20                -           0.0000          -
32738.02/1651.50	c      1652         328938        4721        20                -           0.0000          -
32837.27/1656.55	c      1657         330084        4735        20                -           0.0000          -
32936.21/1661.60	c      1662        3375190          42        20                -           0.0000          -
33037.16/1666.65	c      1667         331993        4767        20                -           0.0000          -
33138.35/1671.70	c      1672        3274596          39        20                -           0.0000          -
33237.53/1676.75	c      1677        3284372          40        20                -           0.0000          -
33338.74/1681.80	c      1682        3295033          33        20                -           0.0000          -
33437.86/1686.85	c      1687        3304932          34        20                -           0.0000          -
33538.61/1691.90	c      1692        3315863          33        20                -           0.0000          -
33637.97/1696.95	c      1697        3326554          35        20                -           0.0000          -
33736.91/1701.97	c      1702        3463512          33        20                -           0.0000          -
33835.82/1706.98	c      1707        3473974          33        20                -           0.0000          -
33934.99/1712.01	c      1712         335336       17038        20                -           0.0000          -
34033.86/1717.02	c      1717         338356        4785        20                -           0.0000          -
34135.64/1722.05	c      1722         493401        6857        20                -           0.0000          -
34234.70/1727.10	c      1727         494429        6869        20                -           0.0000          -
34335.96/1732.15	c      1732         338639       17229        20                -           0.0000          -
34436.45/1737.21	c      1737        3549058          42        20                -           0.0000          -
34537.64/1742.32	c      1742        3560813          37        20                -           0.0000          -
34636.90/1747.38	c      1747        3573023          37        20                -           0.0000          -
34738.00/1752.45	c      1752        3584868          35        20                -           0.0000          -
34837.01/1757.50	c      1758        3596819          37        20                -           0.0000          -
34938.04/1762.55	c      1763        3609061          38        20                -           0.0000          -
35037.33/1767.60	c      1768        3621439          41        20                -           0.0000          -
35138.30/1772.65	c      1773        3633448          34        20                -           0.0000          -
35237.62/1777.70	c      1778        3645822          35        20                -           0.0000          -
35338.68/1782.73	c      1783        3658116          36        20                -           0.0000          -
35437.89/1787.77	c      1788        3670346          35        20                -           0.0000          -
35539.09/1792.84	c      1793        3682529          38        20                -           0.0000          -
35640.32/1797.90	c      1798        3693741          33        20                -           0.0000          -
35739.24/1803.00	c      1803         515289        7098        20                -           0.0000          -
35840.85/1808.05	c      1808         516475        7093        20                -           0.0000          -
35940.06/1813.10	c      1813         517540        7099        20                -           0.0000          -
36041.01/1818.15	c      1818         519021        7113        20                -           0.0000          -
36141.65/1823.20	c      1823         520087        7106        20                -           0.0000          -
36240.90/1828.25	c      1828         521092        7110        20                -           0.0000          -
36340.06/1833.26	c      1833        3783534          39        20                -           0.0000          -
36441.23/1838.35	c      1838        3797449          34        20                -           0.0000          -
36540.51/1843.36	c      1843        3809687          33        20                -           0.0000          -
36639.63/1848.37	c      1848         359241       17812        20                -           0.0000          -
36740.78/1853.46	c      1853        3832596          36        20                -           0.0000          -
36841.95/1858.53	c      1859        3845433          32        20                -           0.0000          -
36941.15/1863.59	c      1864        3857630          37        20                -           0.0000          -
37042.32/1868.65	c      1869         363029       17951        20                -           0.0000          -
37141.28/1873.67	c      1874        3882397          28        20                -           0.0000          -
37240.43/1878.68	c      1879        3894728          34        20                -           0.0000          -
37341.83/1883.77	c      1884        3907196          41        20                -           0.0000          -
37442.67/1888.85	c      1889         366591       17975        20                -           0.0000          -
37543.51/1893.90	c      1894         367538       18014        20                -           0.0000          -
37642.63/1898.95	c      1899        3799451          43        20                -           0.0000          -
37741.82/1904.00	c      1904        3811903          41        20                -           0.0000          -
37841.05/1909.01	c      1909        3969265          35        20                -           0.0000          -
37942.85/1914.10	c      1914         371123        5728        20                -           0.0000          -
38043.99/1919.15	c      1919         371764        5727        20                -           0.0000          -
38143.06/1924.18	c      1924        4005292          37        20                -           0.0000          -
38243.50/1929.25	c      1929         373333        5745        20                -           0.0000          -
38344.59/1934.30	c      1934         374717        5738        20                -           0.0000          -
38443.81/1939.35	c      1939         375628        5749        20                -           0.0000          -
38544.89/1944.40	c      1944         376365        5786        20                -           0.0000          -
38644.16/1949.45	c      1949         376921        5780        20                -           0.0000          -
38743.30/1954.50	c      1954        4082028          40        20                -           0.0000          -
38842.13/1959.50	c      1960        4096107          32        20                -           0.0000          -
38943.27/1964.53	c      1965        4109648          34        20                -           0.0000          -
39044.65/1969.61	c      1970        4122835          35        20                -           0.0000          -
39143.42/1974.68	c      1975        4135338          31        20                -           0.0000          -
39244.52/1979.75	c      1980        4147616          33        20                -           0.0000          -
39345.67/1984.80	c      1985        3994684          39        20                -           0.0000          -
39444.84/1989.85	c      1990        4005086          38        20                -           0.0000          -
39546.04/1994.90	c      1995        4015799          38        20                -           0.0000          -
39645.42/1999.93	c      2000        4198621          30        20                -           0.0000          -
39744.48/2004.98	c      2005        4211948          32        20                -           0.0000          -
39843.69/2010.01	c      2010        4224795          36        20                -           0.0000          -
39945.80/2015.07	c      2015        4238516          31        20                -           0.0000          -
40046.73/2020.15	c      2020         391054        6002        20                -           0.0000          -
40147.30/2025.20	c      2025         391804        6021        20                -           0.0000          -
40246.45/2030.25	c      2030         392931        6036        20                -           0.0000          -
40345.69/2035.26	c      2035        4289038          32        20                -           0.0000          -
40444.68/2040.27	c      2040        4300616          41        20                -           0.0000          -
40543.90/2045.28	c      2045         571689        8019        20                -           0.0000          -
40643.10/2050.29	c      2050         396008       18876        20                -           0.0000          -
40744.31/2055.39	c      2055         396942       18937        20                -           0.0000          -
40845.49/2060.46	c      2060         575807        8075        20                -           0.0000          -
40946.55/2065.51	c      2066         399161       18998        20                -           0.0000          -
41045.68/2070.56	c      2071         400263       18999        20                -           0.0000          -
41146.86/2075.62	c      2076         579192        8123        20                -           0.0000          -
41246.06/2080.67	c      2081        4403527          38        20                -           0.0000          -
41347.23/2085.72	c      2086        4416664          34        20                -           0.0000          -
41448.40/2090.81	c      2091         404917       18995        20                -           0.0000          -
41547.51/2095.89	c      2096        4441791          32        20                -           0.0000          -
41648.69/2100.91	c      2101        4454926          37        20                -           0.0000          -
41747.88/2106.00	c      2106         406675        6298        20                -           0.0000          -
41849.63/2111.05	c      2111         409222       19089        20                -           0.0000          -
41948.72/2116.10	c      2116         410393       19102        20                -           0.0000          -
42050.17/2121.15	c      2121         590339        8364        20                -           0.0000          -
42150.61/2126.20	c      2126         412186       19148        20                -           0.0000          -
42249.82/2131.24	c      2131        4532675          32        20                -           0.0000          -
42350.81/2136.30	c      2136         593212        8403        20                -           0.0000          -
42449.95/2141.35	c      2141         415044       19255        20                -           0.0000          -
42550.95/2146.40	c      2146         415922       19270        20                -           0.0000          -
42650.04/2151.45	c      2151         416539       19276        20                -           0.0000          -
42751.17/2156.50	c      2157         417143       19286        20                -           0.0000          -
42850.22/2161.55	c      2162         418121       19297        20                -           0.0000          -
42951.35/2166.60	c      2167         419262       19305        20                -           0.0000          -
43050.32/2171.65	c      2172         420186       19318        20                -           0.0000          -
43149.45/2176.68	c      2177        4643885          31        20                -           0.0000          -
43250.64/2181.73	c      2182        4656265          37        20                -           0.0000          -
43349.78/2186.76	c      2187         420373        6530        20                -           0.0000          -
43448.97/2191.78	c      2192         420966        6514        20                -           0.0000          -
43549.62/2196.88	c      2197        4693728          33        20                -           0.0000          -
43650.68/2201.95	c      2202         422159        6544        20                -           0.0000          -
43749.91/2207.00	c      2207         422734        6532        20                -           0.0000          -
43851.17/2212.05	c      2212         423714        6537        20                -           0.0000          -
43950.31/2217.10	c      2217        4534873          47        20                -           0.0000          -
44051.47/2222.15	c      2222        4547775          49        20                -           0.0000          -
44151.89/2227.20	c      2227        4561060          41        20                -           0.0000          -
44251.23/2232.25	c      2232        4573191          39        20                -           0.0000          -
44350.22/2237.28	c      2237        4787971          33        20                -           0.0000          -
44451.27/2242.30	c      2242        4800179          33        20                -           0.0000          -
44550.35/2247.32	c      2247         616047        8783        20                -           0.0000          -
44649.50/2252.39	c      2252         617220        8785        20                -           0.0000          -
44750.44/2257.44	c      2257         618179        8808        20                -           0.0000          -
44851.58/2262.50	c      2263         619653        8821        20                -           0.0000          -
44950.78/2267.51	c      2268         621280        8830        20                -           0.0000          -
45049.94/2272.57	c      2273         622800        8815        20                -           0.0000          -
45150.93/2277.70	c      2278        4892857          38        20                -           0.0000          -
45252.07/2282.75	c      2283         624742        8831        20                -           0.0000          -
45351.27/2287.79	c      2288         440113       19840        20                -           0.0000          -
45452.40/2292.85	c      2293         626392        8844        20                -           0.0000          -
45553.43/2297.90	c      2298         627638        8851        20                -           0.0000          -
45652.40/2302.95	c      2303         628999        8850        20                -           0.0000          -
45751.49/2308.00	c      2308         630448        8850        20                -           0.0000          -
45850.86/2313.01	c      2313        4980283          38        20                -           0.0000          -
45952.37/2318.07	c      2318        4992818          44        20                -           0.0000          -
46053.42/2323.14	c      2323        5005125          33        20                -           0.0000          -
46153.88/2328.21	c      2328         635265        8956        20                -           0.0000          -
46253.05/2333.26	c      2333         636619        8979        20                -           0.0000          -
46354.19/2338.31	c      2338         441095        6870        20                -           0.0000          -
46453.38/2343.36	c      2343         441715        6903        20                -           0.0000          -
46554.53/2348.41	c      2348         442603        6936        20                -           0.0000          -
46653.71/2353.46	c      2353         443491        6925        20                -           0.0000          -
46752.89/2358.47	c      2358        5092646          29        20                -           0.0000          -
46854.05/2363.53	c      2364        5104900          35        20                -           0.0000          -
46953.15/2368.58	c      2369        5117133          36        20                -           0.0000          -
47054.50/2373.63	c      2374        5128905          31        20                -           0.0000          -
47153.39/2378.68	c      2379        5140756          45        20                -           0.0000          -
47252.39/2383.69	c      2384        5153381          38        20                -           0.0000          -
47353.36/2388.74	c      2389        5165888          31        20                -           0.0000          -
47452.53/2393.78	c      2394        5178246          29        20                -           0.0000          -
47553.67/2398.84	c      2399        5190456          29        20                -           0.0000          -
47654.62/2403.92	c      2404        5203465          34        20                -           0.0000          -
47753.50/2408.98	c      2409        5216258          36        20                -           0.0000          -
47852.63/2414.03	c      2414        5228329          35        20                -           0.0000          -
47954.26/2419.08	c      2419        5240044          33        20                -           0.0000          -
48055.18/2424.13	c      2424        5251261          33        20                -           0.0000          -
48154.25/2429.15	c      2429        5261701          32        20                -           0.0000          -
48254.69/2434.26	c      2434         455709        7074        20                -           0.0000          -
48355.44/2439.31	c      2439         456454        7095        20                -           0.0000          -
48454.56/2444.36	c      2444         467339       20645        20                -           0.0000          -
48555.66/2449.41	c      2449         468041       20722        20                -           0.0000          -
48654.84/2454.46	c      2454         468907       20760        20                -           0.0000          -
48756.01/2459.51	c      2460         469820       20781        20                -           0.0000          -
48855.20/2464.56	c      2465         470662       20797        20                -           0.0000          -
48956.36/2469.61	c      2470         471440       20819        20                -           0.0000          -
49055.49/2474.66	c      2475         472407       20863        20                -           0.0000          -
49156.60/2479.71	c      2480         473173       20995        20                -           0.0000          -
49255.65/2484.73	c      2485        5400151          36        20                -           0.0000          -
49354.84/2489.76	c      2490        5413581          43        20                -           0.0000          -
49456.07/2494.81	c      2495        5427878          36        20                -           0.0000          -
49555.20/2499.83	c      2500        5441451          40        20                -           0.0000          -
49654.16/2504.84	c      2505         464930        7142        20                -           0.0000          -
49755.26/2509.91	c      2510        5468918          35        20                -           0.0000          -
49854.44/2514.97	c      2515        5483418          46        20                -           0.0000          -
49953.56/2520.02	c      2520        5499035          43        20                -           0.0000          -
50052.68/2525.03	c      2525        5514260          41        20                -           0.0000          -
50154.59/2530.11	c      2530        5528300          40        20                -           0.0000          -
50256.97/2535.20	c      2535        5542540          42        20                -           0.0000          -
50356.15/2540.24	c      2540        5557767          34        20                -           0.0000          -
50455.35/2545.25	c      2545        5572746          43        20                -           0.0000          -
50556.52/2550.34	c      2550        5587029          42        20                -           0.0000          -
50657.68/2555.41	c      2555        5601812          34        20                -           0.0000          -
50758.66/2560.50	c      2561        5616656          40        20                -           0.0000          -
50857.86/2565.56	c      2566        5376996          36        20                -           0.0000          -
50958.89/2570.61	c      2571        5388657          39        20                -           0.0000          -
51058.04/2575.66	c      2576        5401147          39        20                -           0.0000          -
51159.10/2580.71	c      2581        5414247          37        20                -           0.0000          -
51258.10/2585.76	c      2586        5426937          36        20                -           0.0000          -
51357.32/2590.79	c      2591        5708547          43        20                -           0.0000          -
51458.41/2595.85	c      2596        5725074          44        20                -           0.0000          -
51557.40/2600.89	c      2601        5741657          47        20                -           0.0000          -
51658.47/2605.92	c      2606         495405       21738        20                -           0.0000          -
51757.67/2610.98	c      2611        5770873          37        20                -           0.0000          -
51859.48/2616.06	c      2616         497319       21806        20                -           0.0000          -
51958.73/2621.11	c      2621         498166       21936        20                -           0.0000          -
52059.95/2626.16	c      2626         498835       22033        20                -           0.0000          -
52160.40/2631.21	c      2631         499773       22103        20                -           0.0000          -
52259.60/2636.26	c      2636         500756       22153        20                -           0.0000          -
52360.72/2641.31	c      2641         501823       22171        20                -           0.0000          -
52459.91/2646.36	c      2646         502934       22255        20                -           0.0000          -
52561.10/2651.41	c      2651        5587567          46        20                -           0.0000          -
52660.31/2656.46	c      2656        5600602          39        20                -           0.0000          -
52761.48/2661.51	c      2662        5613616          33        20                -           0.0000          -
52860.67/2666.54	c      2667        5936643          41        20                -           0.0000          -
52959.74/2671.58	c      2672        5952541          39        20                -           0.0000          -
53060.75/2676.64	c      2677        5967170          35        20                -           0.0000          -
53159.94/2681.68	c      2682        5982697          38        20                -           0.0000          -
53261.11/2686.76	c      2687        5998269          42        20                -           0.0000          -
53362.24/2691.81	c      2692        5687073          39        20                -           0.0000          -
53461.46/2696.86	c      2697        5698260          40        20                -           0.0000          -
53562.56/2701.91	c      2702        5709645          40        20                -           0.0000          -
53661.93/2706.96	c      2707        5720992          42        20                -           0.0000          -
53760.89/2712.01	c      2712        5732583          39        20                -           0.0000          -
53862.77/2717.06	c      2717        5744066          40        20                -           0.0000          -
53961.91/2722.11	c      2722        5755607          41        20                -           0.0000          -
54063.36/2727.15	c      2727        6122503          39        20                -           0.0000          -
54163.65/2732.21	c      2732         504121        7834        20                -           0.0000          -
54262.85/2737.23	c      2737        6154371          43        20                -           0.0000          -
54362.03/2742.28	c      2742        6170141          39        20                -           0.0000          -
54463.20/2747.35	c      2747        6185717          40        20                -           0.0000          -
54564.40/2752.40	c      2752        6200495          42        20                -           0.0000          -
54663.61/2757.46	c      2757         522865       23011        20                -           0.0000          -
54764.77/2762.51	c      2763         510524        7892        20                -           0.0000          -
54863.93/2767.56	c      2768         511079        7904        20                -           0.0000          -
54965.05/2772.61	c      2773        5877883          38        20                -           0.0000          -
55064.19/2777.66	c      2778        5889584          43        20                -           0.0000          -
55165.38/2782.71	c      2783        5900750          33        20                -           0.0000          -
55264.57/2787.76	c      2788        5913147          36        20                -           0.0000          -
55363.71/2792.78	c      2793        6320383          40        20                -           0.0000          -
55464.80/2797.86	c      2798        5937151          43        20                -           0.0000          -
55565.98/2802.91	c      2803        5948871          42        20                -           0.0000          -
55664.97/2807.92	c      2808        6366336          42        20                -           0.0000          -
55763.94/2812.97	c      2813        6381158          44        20                -           0.0000          -
55862.95/2817.99	c      2818        6396193          34        20                -           0.0000          -
55962.17/2823.02	c      2823        6412006          43        20                -           0.0000          -
56063.96/2828.07	c      2828        6427242          34        20                -           0.0000          -
56163.23/2833.11	c      2833        6442077          37        20                -           0.0000          -
56262.36/2838.12	c      2838        6456452          40        20                -           0.0000          -
56363.78/2843.17	c      2843         524811        7935        20                -           0.0000          -
56464.09/2848.22	c      2848         525356        7929        20                -           0.0000          -
56563.29/2853.27	c      2853         526144        7943        20                -           0.0000          -
56664.36/2858.32	c      2858         526908        7957        20                -           0.0000          -
56763.50/2863.37	c      2863         527772        7958        20                -           0.0000          -
56864.67/2868.42	c      2868        6550274          37        20                -           0.0000          -
56963.87/2873.46	c      2873         769254       11631        20                -           0.0000          -
57065.05/2878.52	c      2879        6583791          43        20                -           0.0000          -
57164.23/2883.57	c      2884        6600888          38        20                -           0.0000          -
57265.38/2888.62	c      2889        6616886          35        20                -           0.0000          -
57364.73/2893.68	c      2894        6632286          34        20                -           0.0000          -
57465.56/2898.73	c      2899        6648265          32        20                -           0.0000          -
57564.57/2903.78	c      2904        6664418          43        20                -           0.0000          -
57665.51/2908.83	c      2909        6681333          45        20                -           0.0000          -
57764.39/2913.87	c      2914         778965       11760        20                -           0.0000          -
57865.31/2918.93	c      2919         780237       11790        20                -           0.0000          -
57964.38/2923.98	c      2924        6729009          34        20                -           0.0000          -
58066.01/2929.06	c      2929        6745242          36        20                -           0.0000          -
58165.12/2934.10	c      2934        6761154          31        20                -           0.0000          -
58266.09/2939.15	c      2939        6777012          37        20                -           0.0000          -
58366.41/2944.20	c      2944        6792925          35        20                -           0.0000          -
58465.64/2949.25	c      2949        6809037          41        20                -           0.0000          -
58566.49/2954.30	c      2954        6825237          38        20                -           0.0000          -
58665.62/2959.35	c      2959        6841411          48        20                -           0.0000          -
58766.64/2964.40	c      2964        6857500          37        20                -           0.0000          -
58865.79/2969.45	c      2969         792177       11969        20                -           0.0000          -
58966.97/2974.50	c      2975        6889016          39        20                -           0.0000          -
59066.08/2979.53	c      2980         794625       11971        20                -           0.0000          -
59165.32/2984.56	c      2985         573315        2047        20                -           0.0000          -
59266.56/2989.61	c      2990         574569        2129        20                -           0.0000          -
59365.81/2994.66	c      2995         798257       12011        20                -           0.0000          -
59465.06/2999.68	c      3000         548950        8205        20                -           0.0000          -
59566.28/3004.73	c      3005         549556        8200        20                -           0.0000          -
59665.58/3009.78	c      3010         801812       12033        20                -           0.0000          -
59766.86/3014.87	c      3015         550805        8206        20                -           0.0000          -
59868.13/3019.93	c      3020         804217       12034        20                -           0.0000          -
59967.42/3024.99	c      3025         805242       12049        20                -           0.0000          -
60066.69/3029.99	c      3030         806340       12080        20                -           0.0000          -
60168.85/3035.09	c      3035         807488       12087        20                -           0.0000          -
60267.74/3040.12	c      3040         808664       12088        20                -           0.0000          -
60368.97/3045.19	c      3045         809849       12111        20                -           0.0000          -
60469.63/3050.25	c      3050         811040       12124        20                -           0.0000          -
60568.87/3055.29	c      3055         812246       12136        20                -           0.0000          -
60669.91/3060.35	c      3060         813300       12225        20                -           0.0000          -
60771.01/3065.40	c      3065         814396       12243        20                -           0.0000          -
60870.15/3070.45	c      3070         815572       12252        20                -           0.0000          -
60971.23/3075.50	c      3076         816692       12262        20                -           0.0000          -
61070.34/3080.51	c      3081         817866       12263        20                -           0.0000          -
61169.46/3085.59	c      3086         818981       12286        20                -           0.0000          -
61270.25/3090.65	c      3091         561385        8449        20                -           0.0000          -
61371.35/3095.70	c      3096         821258       12333        20                -           0.0000          -
61470.48/3100.75	c      3101         822386       12424        20                -           0.0000          -
61569.58/3105.80	c      3106         823406       12503        20                -           0.0000          -
61670.60/3110.81	c      3111         824290       12543        20                -           0.0000          -
61769.87/3115.82	c      3116         599067        3394        20                -           0.0000          -
61868.82/3120.87	c      3121         599721        3448        20                -           0.0000          -
61969.94/3125.91	c      3126         600433        3466        20                -           0.0000          -
62069.07/3130.98	c      3131        7375404          32        20                -           0.0000          -
62171.10/3136.05	c      3136        7391238          36        20                -           0.0000          -
62269.99/3141.09	c      3141        7406869          37        20                -           0.0000          -
62369.14/3146.10	c      3146        7422303          33        20                -           0.0000          -
62468.36/3151.11	c      3151        7437546          38        20                -           0.0000          -
62569.57/3156.19	c      3156        7452708          39        20                -           0.0000          -
62669.99/3161.26	c      3161        7467544          31        20                -           0.0000          -
62771.13/3166.30	c      3166        7485403          41        20                -           0.0000          -
62870.40/3171.38	c      3171        7503454          43        20                -           0.0000          -
62971.49/3176.44	c      3176        7521828          43        20                -           0.0000          -
63072.67/3181.51	c      3182        7539075          39        20                -           0.0000          -
63171.87/3186.57	c      3187         578755        8492        20                -           0.0000          -
63272.91/3191.62	c      3192         579383        8501        20                -           0.0000          -
63372.07/3196.67	c      3197         580147        8515        20                -           0.0000          -
63475.16/3201.83	c      3202        7613620          41        20                -           0.0000          -
63576.09/3206.91	c      3207         610629        3668        20                -           0.0000          -
63675.15/3211.96	c      3212         611350        3668        20                -           0.0000          -
63774.28/3217.01	c      3217         611872        3680        20                -           0.0000          -
63875.86/3222.06	c      3222         847914       12899        20                -           0.0000          -
63974.85/3227.11	c      3227         849083       12970        20                -           0.0000          -
64075.98/3232.16	c      3232         850225       13080        20                -           0.0000          -
64175.12/3237.19	c      3237        7733312          38        20                -           0.0000          -
64275.41/3242.23	c      3242        7752276          33        20                -           0.0000          -
64376.44/3247.31	c      3247         853852       13195        20                -           0.0000          -
64475.63/3252.36	c      3252         855102       13205        20                -           0.0000          -
64576.68/3257.41	c      3257         856321       13246        20                -           0.0000          -
64675.99/3262.43	c      3262        7822680          40        20                -           0.0000          -
64776.98/3267.51	c      3268         590907        8608        20                -           0.0000          -
64876.09/3272.56	c      3273         591417        8610        20                -           0.0000          -
64977.05/3277.61	c      3278         860989       13359        20                -           0.0000          -
65076.24/3282.62	c      3283        7896209          38        20                -           0.0000          -
65175.39/3287.65	c      3288         620297        3718        20                -           0.0000          -
65276.48/3292.70	c      3293        7932021          41        20                -           0.0000          -
65375.56/3297.75	c      3298        7950355          38        20                -           0.0000          -
65474.62/3302.78	c      3303        7968049          37        20                -           0.0000          -
65575.76/3307.87	c      3308        7985255          37        20                -           0.0000          -
65676.91/3312.92	c      3313        8001691          38        20                -           0.0000          -
65775.99/3317.97	c      3318        8017761          40        20                -           0.0000          -
65874.89/3322.98	c      3323        8034804          35        20                -           0.0000          -
65976.87/3328.11	c      3328         872622       13490        20                -           0.0000          -
66077.90/3333.16	c      3333         873877       13508        20                -           0.0000          -
66178.38/3338.21	c      3338         875084       13527        20                -           0.0000          -
66277.54/3343.27	c      3343         876309       13522        20                -           0.0000          -
66378.69/3348.31	c      3348         603024        8654        20                -           0.0000          -
66477.84/3353.36	c      3353         627966        3898        20                -           0.0000          -
66578.86/3358.41	c      3358         605397        8683        20                -           0.0000          -
66677.87/3363.46	c      3363         606629        8690        20                -           0.0000          -
66778.87/3368.51	c      3369         607779        8690        20                -           0.0000          -
66877.96/3373.53	c      3374        8200442          44        20                -           0.0000          -
66977.05/3378.57	c      3379        8217228          36        20                -           0.0000          -
67076.13/3383.58	c      3384        8234120          34        20                -           0.0000          -
67175.25/3388.59	c      3389        8251096          41        20                -           0.0000          -
67276.34/3393.63	c      3394        8267060          41        20                -           0.0000          -
67375.35/3398.68	c      3399        8284130          39        20                -           0.0000          -
67476.45/3403.73	c      3404        8300689          33        20                -           0.0000          -
67575.58/3408.78	c      3409        8316861          37        20                -           0.0000          -
67676.68/3413.81	c      3414        8334345          34        20                -           0.0000          -
67775.80/3418.83	c      3419         635353        4021        20                -           0.0000          -
67874.88/3423.84	c      3424         636069        4035        20                -           0.0000          -
67975.89/3428.95	c      3429         636612        4037        20                -           0.0000          -
68075.02/3434.01	c      3434        8401476          38        20                -           0.0000          -
68174.05/3439.02	c      3439        8418379          34        20                -           0.0000          -
68275.91/3444.11	c      3444        8435859          38        20                -           0.0000          -
68377.24/3449.17	c      3449        8452824          31        20                -           0.0000          -
68477.35/3454.26	c      3454        8469562          34        20                -           0.0000          -
68578.32/3459.32	c      3459        8485312          38        20                -           0.0000          -
68677.39/3464.38	c      3464        8505286          44        20                -           0.0000          -
68778.36/3469.41	c      3469        8525941          36        20                -           0.0000          -
68877.52/3474.46	c      3474        8543337          37        20                -           0.0000          -
68978.41/3479.52	c      3480        8561414          39        20                -           0.0000          -
69079.40/3484.61	c      3485        8578855          36        20                -           0.0000          -
69178.53/3489.65	c      3490        8597429          40        20                -           0.0000          -
69279.47/3494.70	c      3495        8615214          39        20                -           0.0000          -
69378.60/3499.71	c      3500        8633367          33        20                -           0.0000          -
69477.73/3504.75	c      3505         646797        4335        20                -           0.0000          -
69578.84/3509.85	c      3510        8669010          37        20                -           0.0000          -
69679.97/3514.96	c      3515         648802        4443        20                -           0.0000          -
69778.97/3520.01	c      3520         649823        4483        20                -           0.0000          -
69880.61/3525.06	c      3525         650391        4510        20                -           0.0000          -
69979.66/3530.08	c      3530        8738061          38        20                -           0.0000          -
70078.81/3535.10	c      3535        8757050          40        20                -           0.0000          -
70179.91/3540.19	c      3540        8776169          41        20                -           0.0000          -
70280.25/3545.25	c      3545        8795213          32        20                -           0.0000          -
70379.40/3550.29	c      3550        8814701          42        20                -           0.0000          -
70480.60/3555.35	c      3555        8833390          37        20                -           0.0000          -
70581.58/3560.41	c      3560         925772       13744        20                -           0.0000          -
70680.74/3565.46	c      3565        7792520          39        20                -           0.0000          -
70781.82/3570.51	c      3571        7804632          34        20                -           0.0000          -
70880.88/3575.52	c      3576        8910366          38        20                -           0.0000          -
70980.04/3580.56	c      3581        8930940          38        20                -           0.0000          -
71081.20/3585.62	c      3586        8952049          37        20                -           0.0000          -
71182.27/3590.71	c      3591         646735        9044        20                -           0.0000          -
71281.28/3595.76	c      3596         647389        9049        20                -           0.0000          -
71382.39/3600.82	c      3601         648284        9046        20                -           0.0000          -
71481.49/3605.86	c      3606         649075        9062        20                -           0.0000          -
71582.54/3610.91	c      3611         649916        9052        20                -           0.0000          -
71681.71/3615.96	c      3616         650728        9059        20                -           0.0000          -
71780.86/3621.01	c      3621         651881        9068        20                -           0.0000          -
71882.44/3626.05	c      3626        9105707          33        20                -           0.0000          -
71981.70/3631.09	c      3631        9124830          41        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (180558 MiB free)
  memory of node 1: 193531 MiB (165078 MiB free)
  memory of node 2: 193531 MiB (191972 MiB free)
  memory of node 3: 193531 MiB (188024 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-4465667-1722513147/watcher-4465667-1722513147 -o /tmp/evaluation-result-4465667-1722513147/solver-4465667-1722513147 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722508775-103618 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465667-1722513147.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100116 s]*
/proc/loadavg: 72.29 72.73 74.82 62/1012 109762
/proc/meminfo: memFree=742976328/790760800 swapFree=131071996/131071996
[pid=109741] ppid=109738 vsize=1677892 memory=130500 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/stat : 109741 (fscip) S 109738 109741 103606 0 -1 1077936128 30019 0 0 0 12 8 0 0 20 0 41 0 17901421 1718161408 32625 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
/proc/109741/statm: 419473 32625 2774 3035 0 118349 0
[pid=109741/tid=109743] ppid=109738 vsize=1677892 memory=8390339637985935414 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109743/stat : 109743 (fscip) D 109738 109741 103606 0 -1 4194368 1268 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109744] ppid=109738 vsize=1677892 memory=74236 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109744/stat : 109744 (fscip) R 109738 109741 103606 0 -1 4194368 1266 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109745] ppid=109738 vsize=1677892 memory=55216921903569 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109745/stat : 109745 (fscip) R 109738 109741 103606 0 -1 4194368 1265 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109746] ppid=109738 vsize=1677892 memory=52983572464199 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109746/stat : 109746 (fscip) D 109738 109741 103606 0 -1 4194368 1218 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109747] ppid=109738 vsize=1677892 memory=57385930719929 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109747/stat : 109747 (fscip) R 109738 109741 103606 0 -1 4194368 1258 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109748] ppid=109738 vsize=1677892 memory=57394570986490 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109748/stat : 109748 (fscip) D 109738 109741 103606 0 -1 4194368 1267 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109749] ppid=109738 vsize=1677892 memory=13846365499295193 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109749/stat : 109749 (fscip) D 109738 109741 103606 0 -1 4194368 1235 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109750] ppid=109738 vsize=1677892 memory=14696305184213892 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109750/stat : 109750 (fscip) D 109738 109741 103606 0 -1 4194368 1243 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109751] ppid=109738 vsize=1677892 memory=4049352037253854765 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109751/stat : 109751 (fscip) R 109738 109741 103606 0 -1 4194368 1267 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109752] ppid=109738 vsize=1677892 memory=3618140030759184192 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109752/stat : 109752 (fscip) D 109738 109741 103606 0 -1 4194368 1283 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109753] ppid=109738 vsize=1677892 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/109741/task/109753/stat : 109753 (fscip) D 109738 109741 103606 0 -1 4194368 1271 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109754] ppid=109738 vsize=1677892 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/109741/task/109754/stat : 109754 (fscip) D 109738 109741 103606 0 -1 4194368 1254 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109755] ppid=109738 vsize=1677892 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/109741/task/109755/stat : 109755 (fscip) D 109738 109741 103606 0 -1 4194368 1278 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109756] ppid=109738 vsize=1677892 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/109741/task/109756/stat : 109756 (fscip) R 109738 109741 103606 0 -1 4194368 1265 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109757] ppid=109738 vsize=1677892 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/109741/task/109757/stat : 109757 (fscip) R 109738 109741 103606 0 -1 4194368 1267 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109758] ppid=109738 vsize=1677892 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/109741/task/109758/stat : 109758 (fscip) D 109738 109741 103606 0 -1 4194368 1245 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109759] ppid=109738 vsize=1677892 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/109741/task/109759/stat : 109759 (fscip) R 109738 109741 103606 0 -1 4194368 1266 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109760] ppid=109738 vsize=1677892 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/109741/task/109760/stat : 109760 (fscip) R 109738 109741 103606 0 -1 4194368 1264 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109761] ppid=109738 vsize=1677892 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/109741/task/109761/stat : 109761 (fscip) R 109738 109741 103606 0 -1 4194368 1270 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109762] ppid=109738 vsize=1677892 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/109741/task/109762/stat : 109762 (fscip) R 109738 109741 103606 0 -1 4194368 1269 0 0 0 0 0 0 0 20 0 41 0 17901425 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109763] ppid=109738 vsize=1677892 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/109741/task/109763/stat : 109763 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109764] ppid=109738 vsize=1677892 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/109741/task/109764/stat : 109764 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109765] ppid=109738 vsize=1677892 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/109741/task/109765/stat : 109765 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109766] ppid=109738 vsize=1677892 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/109741/task/109766/stat : 109766 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109767] ppid=109738 vsize=1677892 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/109741/task/109767/stat : 109767 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109768] ppid=109738 vsize=1677892 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/109741/task/109768/stat : 109768 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109769] ppid=109738 vsize=1677892 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/109741/task/109769/stat : 109769 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109770] ppid=109738 vsize=1677892 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/109741/task/109770/stat : 109770 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109771] ppid=109738 vsize=1677892 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/109741/task/109771/stat : 109771 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109772] ppid=109738 vsize=1677892 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/109741/task/109772/stat : 109772 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109773] ppid=109738 vsize=1677892 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/109741/task/109773/stat : 109773 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109774] ppid=109738 vsize=1677892 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/109741/task/109774/stat : 109774 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109775] ppid=109738 vsize=1677892 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/109741/task/109775/stat : 109775 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109776] ppid=109738 vsize=1677892 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/109741/task/109776/stat : 109776 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109777] ppid=109738 vsize=1677892 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/109741/task/109777/stat : 109777 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109778] ppid=109738 vsize=1677892 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/109741/task/109778/stat : 109778 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109779] ppid=109738 vsize=1677892 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/109741/task/109779/stat : 109779 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109780] ppid=109738 vsize=1677892 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/109741/task/109780/stat : 109780 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109781] ppid=109738 vsize=1677892 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/109741/task/109781/stat : 109781 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109782] ppid=109738 vsize=1677892 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/109741/task/109782/stat : 109782 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 32691 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 1677892 KiB
Current children cumulated memory: 130500 KiB

[startup+0.223816 s]*
/proc/loadavg: 72.29 72.73 74.82 81/1032 109782
/proc/meminfo: memFree=742841448/790760800 swapFree=131071996/131071996
[pid=109741] ppid=109738 vsize=1677892 memory=221128 CPUtime=2.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/stat : 109741 (fscip) S 109738 109741 103606 0 -1 1077936128 52772 0 0 0 241 28 0 0 20 0 41 0 17901421 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
/proc/109741/statm: 419473 55282 2950 3035 0 142978 0
[pid=109741/tid=109743] ppid=109738 vsize=1677892 memory=8318255677412212789 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109743/stat : 109743 (fscip) R 109738 109741 103606 0 -1 4194368 2285 0 0 0 11 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109744] ppid=109738 vsize=1677892 memory=207064662359 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109744/stat : 109744 (fscip) R 109738 109741 103606 0 -1 4194368 2339 0 0 0 11 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109745] ppid=109738 vsize=1677892 memory=61809696776636 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109745/stat : 109745 (fscip) R 109738 109741 103606 0 -1 4194368 2069 0 0 0 12 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109746] ppid=109738 vsize=1677892 memory=59619280233126 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109746/stat : 109746 (fscip) D 109738 109741 103606 0 -1 4194368 2372 0 0 0 10 2 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109747] ppid=109738 vsize=1677892 memory=52987884282762 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109747/stat : 109747 (fscip) R 109738 109741 103606 0 -1 4194368 2344 0 0 0 11 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109748] ppid=109738 vsize=1677892 memory=57403144221984 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109748/stat : 109748 (fscip) R 109738 109741 103606 0 -1 4194368 3081 0 0 0 12 0 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109749] ppid=109738 vsize=1677892 memory=15534115847972024 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109749/stat : 109749 (fscip) R 109738 109741 103606 0 -1 4194368 2280 0 0 0 11 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109750] ppid=109738 vsize=1677892 memory=15538531091107931 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109750/stat : 109750 (fscip) R 109738 109741 103606 0 -1 4194368 2337 0 0 0 11 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109751] ppid=109738 vsize=1677892 memory=4050769303447090644 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109751/stat : 109751 (fscip) R 109738 109741 103606 0 -1 4194368 2124 0 0 0 12 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109752] ppid=109738 vsize=1677892 memory=4122542089513051415 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109752/stat : 109752 (fscip) R 109738 109741 103606 0 -1 4194368 2817 0 0 0 12 0 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109753] ppid=109738 vsize=1677892 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109753/stat : 109753 (fscip) R 109738 109741 103606 0 -1 4194368 2375 0 0 0 11 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109754] ppid=109738 vsize=1677892 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109754/stat : 109754 (fscip) R 109738 109741 103606 0 -1 4194368 2011 0 0 0 12 0 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109755] ppid=109738 vsize=1677892 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109755/stat : 109755 (fscip) R 109738 109741 103606 0 -1 4194368 2540 0 0 0 11 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109756] ppid=109738 vsize=1677892 memory=0 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109756/stat : 109756 (fscip) R 109738 109741 103606 0 -1 4194368 2341 0 0 0 12 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109757] ppid=109738 vsize=1677892 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109757/stat : 109757 (fscip) R 109738 109741 103606 0 -1 4194368 2109 0 0 0 12 0 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109758] ppid=109738 vsize=1677892 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109758/stat : 109758 (fscip) R 109738 109741 103606 0 -1 4194368 2315 0 0 0 11 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109759] ppid=109738 vsize=1677892 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109759/stat : 109759 (fscip) R 109738 109741 103606 0 -1 4194368 2339 0 0 0 11 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109760] ppid=109738 vsize=1677892 memory=0 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109760/stat : 109760 (fscip) R 109738 109741 103606 0 -1 4194368 3181 0 0 0 12 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109761] ppid=109738 vsize=1677892 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109761/stat : 109761 (fscip) R 109738 109741 103606 0 -1 4194368 2338 0 0 0 12 0 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109762] ppid=109738 vsize=1677892 memory=0 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109762/stat : 109762 (fscip) R 109738 109741 103606 0 -1 4194368 2317 0 0 0 10 1 0 0 20 0 41 0 17901425 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109763] ppid=109738 vsize=1677892 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/109741/task/109763/stat : 109763 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109764] ppid=109738 vsize=1677892 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/109741/task/109764/stat : 109764 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109765] ppid=109738 vsize=1677892 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/109741/task/109765/stat : 109765 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109766] ppid=109738 vsize=1677892 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/109741/task/109766/stat : 109766 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109767] ppid=109738 vsize=1677892 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/109741/task/109767/stat : 109767 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109768] ppid=109738 vsize=1677892 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/109741/task/109768/stat : 109768 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109769] ppid=109738 vsize=1677892 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/109741/task/109769/stat : 109769 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109770] ppid=109738 vsize=1677892 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/109741/task/109770/stat : 109770 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109771] ppid=109738 vsize=1677892 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/109741/task/109771/stat : 109771 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109772] ppid=109738 vsize=1677892 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/109741/task/109772/stat : 109772 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109773] ppid=109738 vsize=1677892 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/109741/task/109773/stat : 109773 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109774] ppid=109738 vsize=1677892 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/109741/task/109774/stat : 109774 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109775] ppid=109738 vsize=1677892 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/109741/task/109775/stat : 109775 (fscip) S 109738 109741 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17901431 1718161408 55282 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0

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

/proc/109741/task/109762/stat : 109762 (fscip) R 109738 109741 103606 0 -1 4194368 1563976 0 0 0 354484 497 0 0 20 0 41 0 17901425 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109763] ppid=109738 vsize=6289668 memory=2268 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/109741/task/109763/stat : 109763 (fscip) S 109738 109741 103606 0 -1 1077936192 59 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109764] ppid=109738 vsize=6289668 memory=5019220 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/109741/task/109764/stat : 109764 (fscip) S 109738 109741 103606 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109765] ppid=109738 vsize=6289668 memory=7636 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/109741/task/109765/stat : 109765 (fscip) S 109738 109741 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109766] ppid=109738 vsize=6289668 memory=18248 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/109741/task/109766/stat : 109766 (fscip) S 109738 109741 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109767] ppid=109738 vsize=6289668 memory=8428 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/109741/task/109767/stat : 109767 (fscip) S 109738 109741 103606 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109768] ppid=109738 vsize=6289668 memory=5009584 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/109741/task/109768/stat : 109768 (fscip) S 109738 109741 103606 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109769] ppid=109738 vsize=6289668 memory=11468 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/109741/task/109769/stat : 109769 (fscip) S 109738 109741 103606 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109770] ppid=109738 vsize=6289668 memory=13908 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/109741/task/109770/stat : 109770 (fscip) S 109738 109741 103606 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109771] ppid=109738 vsize=6289668 memory=11424 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/109741/task/109771/stat : 109771 (fscip) S 109738 109741 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109772] ppid=109738 vsize=6289668 memory=5017172 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/109741/task/109772/stat : 109772 (fscip) S 109738 109741 103606 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109773] ppid=109738 vsize=6289668 memory=279553516252688 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/109741/task/109773/stat : 109773 (fscip) S 109738 109741 103606 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109774] ppid=109738 vsize=6289668 memory=5023584 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/109741/task/109774/stat : 109774 (fscip) S 109738 109741 103606 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109775] ppid=109738 vsize=6289668 memory=279553517640288 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/109741/task/109775/stat : 109775 (fscip) S 109738 109741 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109776] ppid=109738 vsize=6289668 memory=279553518225664 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/109741/task/109776/stat : 109776 (fscip) S 109738 109741 103606 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109777] ppid=109738 vsize=6289668 memory=3672 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/109741/task/109777/stat : 109777 (fscip) S 109738 109741 103606 0 -1 1077936192 117 0 0 0 1 1 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109778] ppid=109738 vsize=6289668 memory=279553516799616 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/109741/task/109778/stat : 109778 (fscip) S 109738 109741 103606 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109779] ppid=109738 vsize=6289668 memory=6720668740046371426 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/109741/task/109779/stat : 109779 (fscip) S 109738 109741 103606 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109780] ppid=109738 vsize=6289668 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/109741/task/109780/stat : 109780 (fscip) S 109738 109741 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109781] ppid=109738 vsize=6289668 memory=30399726987509844 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109781/stat : 109781 (fscip) S 109738 109741 103606 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109782] ppid=109738 vsize=6289668 memory=5023684 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/109741/task/109782/stat : 109782 (fscip) S 109738 109741 103606 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1255921 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
Current children cumulated CPU time: 71015.8 s
Current children cumulated vsize: 6289668 KiB
Current children cumulated memory: 5023684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632 s]*
/proc/loadavg: 79.74 78.98 79.05 81/1024 112234
/proc/meminfo: memFree=728334528/790760800 swapFree=131071996/131071996
[pid=109741] ppid=109738 vsize=6289668 memory=5057104 CPUtime=72001.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/stat : 109741 (fscip) S 109738 109741 103606 0 -1 1077936128 28923057 0 0 0 7180248 19907 0 0 20 0 41 0 17901421 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
/proc/109741/statm: 1572417 1264276 3014 3035 0 1396221 0
[pid=109741/tid=109743] ppid=109738 vsize=6289668 memory=5432 CPUtime=3599.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109743/stat : 109743 (fscip) R 109738 109741 103606 0 -1 4194368 1784577 0 0 0 359362 588 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109744] ppid=109738 vsize=6289668 memory=16108 CPUtime=3600.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109744/stat : 109744 (fscip) R 109738 109741 103606 0 -1 4194368 1956743 0 0 0 359561 483 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109745] ppid=109738 vsize=6289668 memory=6720663259566979943 CPUtime=3603.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109745/stat : 109745 (fscip) R 109738 109741 103606 0 -1 4194368 423593 0 0 0 358250 2100 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109746] ppid=109738 vsize=6289668 memory=5056576 CPUtime=3596.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109746/stat : 109746 (fscip) R 109738 109741 103606 0 -1 4194368 1811254 0 0 0 359063 570 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109747] ppid=109738 vsize=6289668 memory=104 CPUtime=3598.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109747/stat : 109747 (fscip) R 109738 109741 103606 0 -1 4194368 2275300 0 0 0 359176 626 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109748] ppid=109738 vsize=6289668 memory=33100 CPUtime=3605.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109748/stat : 109748 (fscip) R 109738 109741 103606 0 -1 4194368 472294 0 0 0 358725 1846 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109749] ppid=109738 vsize=6289668 memory=19588 CPUtime=3602.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109749/stat : 109749 (fscip) R 109738 109741 103606 0 -1 4194368 1708350 0 0 0 359671 591 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109750] ppid=109738 vsize=6289668 memory=54528 CPUtime=3597.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109750/stat : 109750 (fscip) R 109738 109741 103606 0 -1 4194368 1552886 0 0 0 359224 551 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109751] ppid=109738 vsize=6289668 memory=28496 CPUtime=3600.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109751/stat : 109751 (fscip) R 109738 109741 103606 0 -1 4194368 458962 0 0 0 358187 1896 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109752] ppid=109738 vsize=6289668 memory=5652 CPUtime=3592.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109752/stat : 109752 (fscip) R 109738 109741 103606 0 -1 4194368 2086793 0 0 0 358615 631 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109753] ppid=109738 vsize=6289668 memory=11468 CPUtime=3600.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109753/stat : 109753 (fscip) R 109738 109741 103606 0 -1 4194368 1678665 0 0 0 359445 611 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109754] ppid=109738 vsize=6289668 memory=13908 CPUtime=3601.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109754/stat : 109754 (fscip) R 109738 109741 103606 0 -1 4194368 420776 0 0 0 358045 2150 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109755] ppid=109738 vsize=6289668 memory=11840 CPUtime=3599.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109755/stat : 109755 (fscip) R 109738 109741 103606 0 -1 4194368 2002052 0 0 0 359413 542 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109756] ppid=109738 vsize=6289668 memory=12208 CPUtime=3599.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109756/stat : 109756 (fscip) R 109738 109741 103606 0 -1 4194368 1986993 0 0 0 359321 604 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109757] ppid=109738 vsize=6289668 memory=12016 CPUtime=3601.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109757/stat : 109757 (fscip) R 109738 109741 103606 0 -1 4194368 489201 0 0 0 358498 1614 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109758] ppid=109738 vsize=6289668 memory=11424 CPUtime=3599.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109758/stat : 109758 (fscip) R 109738 109741 103606 0 -1 4194368 1777558 0 0 0 359313 676 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109759] ppid=109738 vsize=6289668 memory=14396 CPUtime=3602.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109759/stat : 109759 (fscip) R 109738 109741 103606 0 -1 4194368 2095935 0 0 0 359741 552 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109760] ppid=109738 vsize=6289668 memory=7644 CPUtime=3598.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109760/stat : 109760 (fscip) R 109738 109741 103606 0 -1 4194368 403206 0 0 0 357854 1996 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109761] ppid=109738 vsize=6289668 memory=26960 CPUtime=3599.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109761/stat : 109761 (fscip) R 109738 109741 103606 0 -1 4194368 1939675 0 0 0 359290 706 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109762] ppid=109738 vsize=6289668 memory=31356 CPUtime=3598.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/109741/task/109762/stat : 109762 (fscip) R 109738 109741 103606 0 -1 4194368 1589976 0 0 0 359319 504 0 0 20 0 41 0 17901425 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109763] ppid=109738 vsize=6289668 memory=3672 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/109741/task/109763/stat : 109763 (fscip) S 109738 109741 103606 0 -1 1077936192 60 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109764] ppid=109738 vsize=6289668 memory=40372 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/109741/task/109764/stat : 109764 (fscip) S 109738 109741 103606 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109765] ppid=109738 vsize=6289668 memory=8240 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/109741/task/109765/stat : 109765 (fscip) S 109738 109741 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109766] ppid=109738 vsize=6289668 memory=2112 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/109741/task/109766/stat : 109766 (fscip) S 109738 109741 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109767] ppid=109738 vsize=6289668 memory=3308 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/109741/task/109767/stat : 109767 (fscip) S 109738 109741 103606 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109768] ppid=109738 vsize=6289668 memory=6720668740046371426 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/109741/task/109768/stat : 109768 (fscip) S 109738 109741 103606 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109769] ppid=109738 vsize=6289668 memory=28496 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/109741/task/109769/stat : 109769 (fscip) S 109738 109741 103606 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109770] ppid=109738 vsize=6289668 memory=7644 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/109741/task/109770/stat : 109770 (fscip) S 109738 109741 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109771] ppid=109738 vsize=6289668 memory=26960 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/109741/task/109771/stat : 109771 (fscip) S 109738 109741 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109772] ppid=109738 vsize=6289668 memory=31356 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/109741/task/109772/stat : 109772 (fscip) S 109738 109741 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109773] ppid=109738 vsize=6289668 memory=3672 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/109741/task/109773/stat : 109773 (fscip) S 109738 109741 103606 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109774] ppid=109738 vsize=6289668 memory=40372 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/109741/task/109774/stat : 109774 (fscip) S 109738 109741 103606 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109775] ppid=109738 vsize=6289668 memory=8240 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/109741/task/109775/stat : 109775 (fscip) S 109738 109741 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109776] ppid=109738 vsize=6289668 memory=8428 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/109741/task/109776/stat : 109776 (fscip) S 109738 109741 103606 0 -1 1077936192 148 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109777] ppid=109738 vsize=6289668 memory=28356 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/109741/task/109777/stat : 109777 (fscip) S 109738 109741 103606 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109778] ppid=109738 vsize=6289668 memory=31828 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/109741/task/109778/stat : 109778 (fscip) S 109738 109741 103606 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109779] ppid=109738 vsize=6289668 memory=7176 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/109741/task/109779/stat : 109779 (fscip) S 109738 109741 103606 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109780] ppid=109738 vsize=6289668 memory=36120 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/109741/task/109780/stat : 109780 (fscip) S 109738 109741 103606 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109781] ppid=109738 vsize=6289668 memory=4684 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/109741/task/109781/stat : 109781 (fscip) S 109738 109741 103606 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
[pid=109741/tid=109782] ppid=109738 vsize=6289668 memory=20568 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/109741/task/109782/stat : 109782 (fscip) S 109738 109741 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17901431 6440620032 1264276 809668444160 4194304 16623229 140721910311344 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 26079232 140721910313993 140721910314111 140721910314111 140721910321136 0
Current children cumulated CPU time: 72001.5 s
Current children cumulated vsize: 6289668 KiB
Current children cumulated memory: 5057104 KiB

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

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

# cumulated CPU time of all completed processes:  user=71802.6 s, system=199.26 s

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

[startup+3632.22 s]
/proc/loadavg: 79.74 78.98 79.05 62/985 112234
/proc/meminfo: memFree=731480388/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3632.24
CPU time (s): 72001.9
CPU user time (s): 71802.6
CPU system time (s): 199.26
CPU usage (%): 1982.3
Max. virtual memory (cumulated for all children) (KiB): 6289668
Max. memory (cumulated for all children) (KiB): 5057104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71802.6
system time used= 199.26
maximum resident set size= 5057104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28923057
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= 305586
involuntary context switches= 354032


# summary of solver processes directly reported to runsolver:
#   pid: 109741
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71802.6
#   total CPU system time (s): 199.26

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.6683 second user time and 81.9951 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-01 13:52:27
IDJOB=4465667
IDBENCH=155406
IDSOLVER=3094
FILE ID=nodeD101/4465667-1722513147
RUNJOBID= nodeD101-1722508775-103618
SLURM_JOB_ID= 8254261
Free space on /tmp= 8622824 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465667-1722513147/watcher-4465667-1722513147 -o /tmp/evaluation-result-4465667-1722513147/solver-4465667-1722513147 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722508775-103618 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465667-1722513147.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 9baf2ba48863e92d1cef7cf6d2cd6be7
RANDOM SEED=1123347699

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        743049464 kB
MemAvailable:   742184384 kB
Buffers:          244312 kB
Cached:          2244768 kB
SwapCached:            0 kB
Active:           421048 kB
Inactive:       44760716 kB
Active(anon):       2128 kB
Inactive(anon): 42713036 kB
Active(file):     418920 kB
Inactive(file):  2047680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28672 kB
Writeback:            88 kB
AnonPages:      42686720 kB
Mapped:           126364 kB
Shmem:             22536 kB
KReclaimable:     175696 kB
Slab:             518132 kB
SReclaimable:     175696 kB
SUnreclaim:       342436 kB
KernelStack:       16992 kB
PageTables:        97920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3793548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           255744 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7475200 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:      491520 kB
DirectMap2M:    35657728 kB
DirectMap1G:    769654784 kB

Free space on /tmp at the end= 8622788 MiB
End job on nodeD101 at 2024-08-01 14:52:59