Trace number 4465875

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.4 3633.45

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size80-round21-3.opb
MD5SUM864bfa231da9fb907b495a126824f2c7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark5.08683
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7856
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 44355584, getVmSize() = 44355584, SCIPgetMemUsed() = 18694273, SCIPgetMemTotal() = 22058905, SCIPgetMemExternEstim() = 11381264
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.10/0.16	c ** Estimated virtualMemUsedAtSolver = 34214444, getVmSize() = 64040960, SCIPgetMemUsed() = 22041346, SCIPgetMemTotal() = 39940402, SCIPgetMemExternEstim() = 11381264
0.10/0.16	c ** set memory limit for solvers to 4.18851e+11 for each SCIP **
0.10/0.16	c Original Problem   :
0.10/0.16	c   Problem name     : instance-4465875-1722583713
0.10/0.16	c   Variables        : 3968 (3968 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.16	c   Constraints      : 7856
0.10/0.16	c   Objective sense  : minimize
0.10/0.16	c Presolved Problem  :
0.10/0.16	c   Variables        : 3225 (3225 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.16	c   Constraints      : 6532
0.10/0.16	c Constraints        : Number
0.10/0.16	c   and              : 41 
0.10/0.16	c   xor              : 2 
0.10/0.16	c   linear           : 1299 
0.10/0.16	c   logicor          : 5190 
0.10/0.16	c ** Instance transfer method used: 0
0.10/0.17	c ** ParaScipInstance copy does not increase the number of variables. **
0.33/0.40	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.33/0.40	c                                Nodes    Active                                            
0.33/0.40	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
102.23/5.66	c         6          10885         145        20                -           0.0000          -
202.73/10.70	c        11          24990         148        20                -           0.0000          -
301.83/15.75	c        16          37024         148        20                -           0.0000          -
402.79/20.81	c        21              8           7        20                -           0.0000          -
501.73/25.84	c        26             12          11        20                -           0.0000          -
602.78/30.90	c        31             12          11        20                -           0.0000          -
701.79/35.92	c        36             12          11        20                -           0.0000          -
800.86/40.98	c        41             12          11        20                -           0.0000          -
902.64/46.05	c        46             12          11        20                -           0.0000          -
1001.80/51.09	c        51             12          11        20                -           0.0000          -
1102.90/56.14	c        56             12          11        20                -           0.0000          -
1202.14/61.20	c        61             26          25        20                -           0.0000          -
1302.35/66.23	c        66             30          29        20                -           0.0000          -
1401.35/71.29	c        71             80          75        20                -           0.0000          -
1502.46/76.34	c        76             45          44        20                -           0.0000          -
1601.42/81.39	c        81             36          35        20                -           0.0000          -
1702.60/86.44	c        86             36          35        20                -           0.0000          -
1801.70/91.49	c        92             36          35        20                -           0.0000          -
1902.84/96.54	c        97             36          35        20                -           0.0000          -
2001.83/101.59	c       102             36          35        20                -           0.0000          -
2102.97/106.64	c       107             36          35        20                -           0.0000          -
2202.02/111.69	c       112             36          35        20                -           0.0000          -
2303.24/116.74	c       117             36          35        20                -           0.0000          -
2402.34/121.79	c       122             36          35        20                -           0.0000          -
2503.50/126.84	c       127             36          35        20                -           0.0000          -
2602.71/131.88	c       132             36          35        20                -           0.0000          -
2703.83/136.93	c       137             36          35        20                -           0.0000          -
2802.92/142.00	c       142             36          35        20                -           0.0000          -
2904.73/147.05	c       147             36          35        20                -           0.0000          -
3004.02/152.10	c       152             36          35        20                -           0.0000          -
3105.18/157.15	c       157             36          35        20                -           0.0000          -
3205.27/162.20	c       162             36          35        20                -           0.0000          -
3304.30/167.25	c       167             36          35        20                -           0.0000          -
3403.41/172.29	c       172             36          35        20                -           0.0000          -
3504.55/177.35	c       177             36          35        20                -           0.0000          -
3605.73/182.41	c       182             36          35        20                -           0.0000          -
3704.89/187.46	c       187             36          35        20                -           0.0000          -
3806.07/192.50	c       193             36          35        20                -           0.0000          -
3905.26/197.55	c       198             36          35        20                -           0.0000          -
4006.44/202.60	c       203             36          35        20                -           0.0000          -
4105.59/207.65	c       208             36          35        20                -           0.0000          -
4206.80/212.70	c       213             36          35        20                -           0.0000          -
4305.94/217.75	c       218             36          35        20                -           0.0000          -
4405.02/222.78	c       223             36          35        20                -           0.0000          -
4506.18/227.85	c       228             36          35        20                -           0.0000          -
4607.37/232.90	c       233             36          35        20                -           0.0000          -
4706.56/237.95	c       238             38          37        20                -           0.0000          -
4805.77/243.00	c       243            774         773        20                -           0.0000          -
4907.62/248.05	c       248            774         773        20                -           0.0000          -
5006.85/253.10	c       253             52          51        20                -           0.0000          -
5108.30/258.15	c       258            792         791        20                -           0.0000          -
5208.52/263.20	c       263            792         791        20                -           0.0000          -
5307.71/268.25	c       268            793         792        20                -           0.0000          -
5408.88/273.30	c       273            793         792        20                -           0.0000          -
5508.06/278.36	c       278            793         792        20                -           0.0000          -
5609.01/283.40	c       283            793         792        20                -           0.0000          -
5708.20/288.45	c       288            793         792        20                -           0.0000          -
5807.29/293.47	c       293            793         792        20                -           0.0000          -
5908.40/298.55	c       299             75          74        20                -           0.0000          -
6009.55/303.60	c       304             82          81        20                -           0.0000          -
6108.69/308.62	c       309           1547        1496        20                -           0.0000          -
6207.82/313.68	c       314           1547        1496        20                -           0.0000          -
6308.94/318.75	c       319             97          96        20                -           0.0000          -
6408.10/323.77	c       324         818208         142        20                -           0.0000          -
6509.23/328.86	c       329           1588        1537        20                -           0.0000          -
6610.37/333.90	c       334           1588        1537        20                -           0.0000          -
6709.50/338.95	c       339           1588        1537        20                -           0.0000          -
6808.55/344.00	c       344           1588        1537        20                -           0.0000          -
6910.36/349.06	c       349           1588        1537        20                -           0.0000          -
7009.51/354.10	c       354           1588        1537        20                -           0.0000          -
7110.75/359.16	c       359           1147          97        20                -           0.0000          -
7211.05/364.21	c       364           1147          97        20                -           0.0000          -
7310.14/369.25	c       369           1592        1541        20                -           0.0000          -
7411.28/374.30	c       374           1154         104        20                -           0.0000          -
7510.43/379.35	c       379            185         184        20                -           0.0000          -
7611.53/384.40	c       384           1160         110        20                -           0.0000          -
7710.68/389.45	c       389           1160         110        20                -           0.0000          -
7811.82/394.51	c       395           1792        1741        20                -           0.0000          -
7910.87/399.55	c       400            245         244        20                -           0.0000          -
8011.90/404.60	c       405           1201         151        20                -           0.0000          -
8111.07/409.66	c       410           1201         151        20                -           0.0000          -
8212.26/414.71	c       415           1201         151        20                -           0.0000          -
8311.45/419.73	c       420            279         278        20                -           0.0000          -
8410.54/424.80	c       425           1868        1817        20                -           0.0000          -
8511.56/429.82	c       430           1868        1817        20                -           0.0000          -
8612.72/434.90	c       435           1243         189        20                -           0.0000          -
8711.87/439.92	c       440           1880        1829        20                -           0.0000          -
8811.05/445.00	c       445           1246         192        20                -           0.0000          -
8913.02/450.05	c       450           1246         192        20                -           0.0000          -
9011.97/455.10	c       455            436         435        20                -           0.0000          -
9113.18/460.16	c       460            438         437        20                -           0.0000          -
9212.37/465.18	c       465           1317         261        20                -           0.0000          -
9312.57/470.25	c       470            446         445        20                -           0.0000          -
9413.73/475.30	c       475           2199        2148        20                -           0.0000          -
9512.92/480.34	c       480           2199        2148        20                -           0.0000          -
9612.11/485.40	c       485           2221        2170        20                -           0.0000          -
9713.26/490.45	c       490           2267        2214        20                -           0.0000          -
9814.40/495.50	c       496           1427         371        20                -           0.0000          -
9913.58/500.55	c       501           2372        2319        20                -           0.0000          -
10014.75/505.60	c       506           2372        2319        20                -           0.0000          -
10113.94/510.63	c       511           2372        2319        20                -           0.0000          -
10215.08/515.70	c       516           1472         416        20                -           0.0000          -
10314.34/520.75	c       521           2487        2434        20                -           0.0000          -
10415.30/525.81	c       526           2487        2434        20                -           0.0000          -
10514.42/530.82	c       531            614         613        20                -           0.0000          -
10615.50/535.90	c       536           1519         463        20                -           0.0000          -
10714.65/540.95	c       541           1519         463        20                -           0.0000          -
10813.73/546.00	c       546           2687        2634        20                -           0.0000          -
10915.55/551.05	c       551           2687        2634        20                -           0.0000          -
11014.72/556.11	c       556           2687        2634        20                -           0.0000          -
11116.09/561.15	c       561           1621         565        20                -           0.0000          -
11216.39/566.20	c       566           2719        2666        20                -           0.0000          -
11315.55/571.25	c       571        2836382         331        20                -           0.0000          -
11416.71/576.30	c       576        1419262         142        20                -           0.0000          -
11515.87/581.32	c       581           2834        2781        20                -           0.0000          -
11617.03/586.40	c       586           2834        2781        20                -           0.0000          -
11716.21/591.45	c       591           1885         829        20                -           0.0000          -
11815.41/596.48	c       596           1885         829        20                -           0.0000          -
11916.57/601.51	c       602           2894        2841        20                -           0.0000          -
12017.72/606.60	c       607           2894        2841        20                -           0.0000          -
12116.94/611.66	c       612           2954        2901        20                -           0.0000          -
12215.94/616.70	c       617           2003         947        20                -           0.0000          -
12317.02/621.75	c       622            794         793        20                -           0.0000          -
12418.20/626.80	c       627           3147        3094        20                -           0.0000          -
12517.32/631.85	c       632           2093        1037        20                -           0.0000          -
12618.49/636.90	c       637            818         817        20                -           0.0000          -
12717.62/641.95	c       642        3259008         333        20                -           0.0000          -
12816.67/646.97	c       647           3378        3325        20                -           0.0000          -
12918.48/652.06	c       652           3378        3325        20                -           0.0000          -
13017.79/657.07	c       657           2197        1139        20                -           0.0000          -
13118.68/662.15	c       662           2197        1139        20                -           0.0000          -
13217.65/667.20	c       667           2197        1139        20                -           0.0000          -
13318.16/672.26	c       672           2197        1139        20                -           0.0000          -
13419.23/677.31	c       677           2197        1139        20                -           0.0000          -
13518.28/682.35	c       682           2197        1139        20                -           0.0000          -
13619.41/687.40	c       687           1014        1013        20                -           0.0000          -
13718.58/692.46	c       692           3843        3790        20                -           0.0000          -
13819.63/697.50	c       698           2221        1163        20                -           0.0000          -
13918.70/702.55	c       703           2221        1163        20                -           0.0000          -
14019.87/707.60	c       708           1050           0        20                -           0.0000          -
14119.05/712.65	c       713           1050           0        20                -           0.0000          -
14220.22/717.70	c       718           1050           0        20                -           0.0000          -
14319.44/722.75	c       723           1050           0        20                -           0.0000          -
14420.60/727.80	c       728           1050           0        20                -           0.0000          -
14519.70/732.85	c       733           1050           0        20                -           0.0000          -
14620.88/737.90	c       738           1050           0        20                -           0.0000          -
14720.08/742.95	c       743           1050           0        20                -           0.0000          -
14819.25/747.97	c       748           1050           0        20                -           0.0000          -
14918.43/753.00	c       753           1051           1        20                -           0.0000          -
15020.10/758.10	c       758           4396        4343        20                -           0.0000          -
15121.27/763.15	c       763           1064          14        20                -           0.0000          -
15221.75/768.20	c       768        3906141         338        20                -           0.0000          -
15320.94/773.25	c       773           1071          21        20                -           0.0000          -
15422.12/778.30	c       778           4698        4645        20                -           0.0000          -
15521.27/783.35	c       783           4778        4725        20                -           0.0000          -
15622.45/788.40	c       788        3999601         336        20                -           0.0000          -
15721.59/793.41	c       793        1937289         145        20                -           0.0000          -
15822.65/798.50	c       799           3460        2388        20                -           0.0000          -
15921.79/803.55	c       804           4969        4916        20                -           0.0000          -
16022.97/808.60	c       809           4976        4923        20                -           0.0000          -
16122.15/813.62	c       814           4976        4923        20                -           0.0000          -
16223.25/818.70	c       819           4993        4940        20                -           0.0000          -
16322.38/823.75	c       824           4186        2906        20                -           0.0000          -
16423.51/828.81	c       829           1562         468        20                -           0.0000          -
16522.71/833.85	c       834           5198        5145        20                -           0.0000          -
16621.85/838.89	c       839           5212        5159        20                -           0.0000          -
16722.97/843.91	c       844           5212        5159        20                -           0.0000          -
16822.05/849.01	c       849           5212        5159        20                -           0.0000          -
16921.13/854.02	c       854           1749         653        20                -           0.0000          -
17022.88/859.05	c       859           7381        3177        20                -           0.0000          -
17123.96/864.15	c       864           5384        5331        20                -           0.0000          -
17224.42/869.21	c       869           5384        5331        20                -           0.0000          -
17323.60/874.25	c       874           5384        5331        20                -           0.0000          -
17424.59/879.30	c       879           5384        5331        20                -           0.0000          -
17523.56/884.35	c       884           5384        5331        20                -           0.0000          -
17624.60/889.40	c       889        4574373         334        20                -           0.0000          -
17723.78/894.46	c       894        4592680         333        20                -           0.0000          -
17824.93/899.51	c       900           5485        5432        20                -           0.0000          -
17924.08/904.56	c       905           5570        5517        20                -           0.0000          -
18025.23/909.60	c       910           5570        5517        20                -           0.0000          -
18124.37/914.66	c       915           5598        5545        20                -           0.0000          -
18225.50/919.71	c       920           5640        5587        20                -           0.0000          -
18324.56/924.76	c       925        4750467         334        20                -           0.0000          -
18425.71/929.80	c       930           5813        5760        20                -           0.0000          -
18524.86/934.85	c       935           5818        5765        20                -           0.0000          -
18625.99/939.90	c       940           5818        5765        20                -           0.0000          -
18725.13/944.92	c       945           5818        5765        20                -           0.0000          -
18824.27/949.94	c       950        2327339         141        20                -           0.0000          -
18923.44/954.95	c       955        2341232         174        20                -           0.0000          -
19022.61/959.98	c       960           6024        5969        20                -           0.0000          -
19121.75/965.03	c       965           6024        5969        20                -           0.0000          -
19223.62/970.08	c       970        2368100         174        20                -           0.0000          -
19324.69/975.19	c       975           6097        6042        20                -           0.0000          -
19425.12/980.24	c       980           6097        6042        20                -           0.0000          -
19524.15/985.26	c       985        2424141         134        20                -           0.0000          -
19623.31/990.29	c       990        2431682         131        20                -           0.0000          -
19724.40/995.37	c       995        5085301         334        20                -           0.0000          -
19825.59/1000.44	c      1000        5111163         338        20                -           0.0000          -
19924.77/1005.49	c      1005           6433        6378        20                -           0.0000          -
20023.88/1010.50	c      1010           6433        6378        20                -           0.0000          -
20127.01/1015.61	c      1016           6433        6378        20                -           0.0000          -
20228.04/1020.71	c      1021        5216321         334        20                -           0.0000          -
20327.09/1025.73	c      1026           6487        6432        20                -           0.0000          -
20428.17/1030.81	c      1031           6487        6432        20                -           0.0000          -
20527.24/1035.86	c      1036           6502        6447        20                -           0.0000          -
20628.29/1040.91	c      1041           6502        6447        20                -           0.0000          -
20727.47/1045.96	c      1046           6502        6447        20                -           0.0000          -
20826.60/1051.02	c      1051        2622810         128        20                -           0.0000          -
20928.46/1056.06	c      1056        2645587         129        20                -           0.0000          -
21027.43/1061.08	c      1061           6685        6630        20                -           0.0000          -
21126.49/1066.08	c      1066        2691116         126        20                -           0.0000          -
21227.70/1071.15	c      1071           6827        6772        20                -           0.0000          -
21328.15/1076.21	c      1076           6827        6772        20                -           0.0000          -
21427.14/1081.25	c      1081           6841        6786        20                -           0.0000          -
21528.27/1086.34	c      1086        5509176         333        20                -           0.0000          -
21627.38/1091.39	c      1091           6912        6857        20                -           0.0000          -
21728.50/1096.46	c      1096        2827890         128        20                -           0.0000          -
21827.63/1101.49	c      1101        2850366         128        20                -           0.0000          -
21928.67/1106.56	c      1107        2872529         127        20                -           0.0000          -
22029.83/1111.61	c      1112           7250        7193        20                -           0.0000          -
22129.00/1116.66	c      1117        5645423         336        20                -           0.0000          -
22230.12/1121.71	c      1122        5663389         334        20                -           0.0000          -
22329.24/1126.76	c      1127        5682315         334        20                -           0.0000          -
22430.40/1131.81	c      1132        2983389         123        20                -           0.0000          -
22529.55/1136.86	c      1137           7626        7561        20                -           0.0000          -
22630.62/1141.91	c      1142           7626        7561        20                -           0.0000          -
22729.80/1146.96	c      1147           7626        7561        20                -           0.0000          -
22828.96/1152.01	c      1152        3072850         124        20                -           0.0000          -
22930.60/1157.06	c      1157        5822032         335        20                -           0.0000          -
23029.95/1162.11	c      1162        5842507         338        20                -           0.0000          -
23131.06/1167.16	c      1167        5875641         334        20                -           0.0000          -
23230.38/1172.18	c      1172        5908100         339        20                -           0.0000          -
23330.68/1177.24	c      1177           8092        8027        20                -           0.0000          -
23431.78/1182.31	c      1182        3206120         126        20                -           0.0000          -
23530.92/1187.36	c      1187        3228129         127        20                -           0.0000          -
23632.02/1192.41	c      1192        6003604         333        20                -           0.0000          -
23731.13/1197.46	c      1197        6023178         335        20                -           0.0000          -
23830.24/1202.48	c      1202           8451        8384        20                -           0.0000          -
23931.36/1207.55	c      1208           8451        8384        20                -           0.0000          -
24032.45/1212.60	c      1213        3342342         128        20                -           0.0000          -
24131.52/1217.64	c      1218           8492        8425        20                -           0.0000          -
24232.60/1222.71	c      1223           8492        8425        20                -           0.0000          -
24331.70/1227.76	c      1228           8492        8425        20                -           0.0000          -
24432.83/1232.81	c      1233           8492        8425        20                -           0.0000          -
24531.99/1237.86	c      1238           8492        8425        20                -           0.0000          -
24633.05/1242.91	c      1243           8546        8479        20                -           0.0000          -
24732.03/1247.96	c      1248        6222224         333        20                -           0.0000          -
24831.17/1253.01	c      1253        6239720         331        20                -           0.0000          -
24932.85/1258.06	c      1258        3544755         127        20                -           0.0000          -
25032.00/1263.08	c      1263        6286831         334        20                -           0.0000          -
25131.14/1268.10	c      1268          52337        3189        20                -           0.0000          -
25231.93/1273.14	c      1273        3618245         127        20                -           0.0000          -
25331.08/1278.17	c      1278           9077        9008        20                -           0.0000          -
25431.54/1283.23	c      1283        6373184         327        20                -           0.0000          -
25532.69/1288.36	c      1288           9219        9150        20                -           0.0000          -
25633.81/1293.41	c      1293        6413801         336        20                -           0.0000          -
25732.92/1298.46	c      1298           9307        9238        20                -           0.0000          -
25834.05/1303.51	c      1304           9307        9238        20                -           0.0000          -
25933.14/1308.56	c      1309        6469120         333        20                -           0.0000          -
26034.28/1313.61	c      1314           9509        9440        20                -           0.0000          -
26133.41/1318.66	c      1319          57406        3202        20                -           0.0000          -
26232.47/1323.69	c      1324        6540870         329        20                -           0.0000          -
26333.41/1328.70	c      1329           9891        9814        20                -           0.0000          -
26432.38/1333.80	c      1334           9891        9814        20                -           0.0000          -
26533.53/1338.85	c      1339          10026        9941        20                -           0.0000          -
26634.32/1343.90	c      1344        6674203         338        20                -           0.0000          -
26733.35/1348.96	c      1349        3850134         126        20                -           0.0000          -
26832.40/1353.98	c      1354          10474       10379        20                -           0.0000          -
26934.20/1359.03	c      1359          10474       10379        20                -           0.0000          -
27033.32/1364.09	c      1364          10474       10379        20                -           0.0000          -
27134.56/1369.16	c      1369        3905040         128        20                -           0.0000          -
27234.97/1374.21	c      1374        3919027         127        20                -           0.0000          -
27334.04/1379.26	c      1379        3932639         125        20                -           0.0000          -
27435.21/1384.31	c      1384          10907       10812        20                -           0.0000          -
27534.35/1389.36	c      1389          10932       10837        20                -           0.0000          -
27633.51/1394.38	c      1394          10932       10837        20                -           0.0000          -
27734.67/1399.41	c      1399          66542        3198        20                -           0.0000          -
27833.86/1404.46	c      1404          67212        3200        20                -           0.0000          -
27935.02/1409.52	c      1410        7016849         342        20                -           0.0000          -
28034.18/1414.58	c      1415          68166        3206        20                -           0.0000          -
28135.32/1419.64	c      1420          11321       11226        20                -           0.0000          -
28236.51/1424.71	c      1425          11321       11226        20                -           0.0000          -
28335.58/1429.76	c      1430          11341       11246        20                -           0.0000          -
28434.73/1434.79	c      1435          11500       11405        20                -           0.0000          -
28535.87/1439.86	c      1440        4086807         123        20                -           0.0000          -
28637.01/1444.91	c      1445          70827        3203        20                -           0.0000          -
28736.12/1449.93	c      1450          11878       11783        20                -           0.0000          -
28835.09/1454.97	c      1455          12005       11910        20                -           0.0000          -
28934.12/1460.03	c      1460        7272252         335        20                -           0.0000          -
29035.86/1465.10	c      1465        7299270         333        20                -           0.0000          -
29136.85/1470.14	c      1470          12268       12173        20                -           0.0000          -
29237.28/1475.21	c      1475        4180760         128        20                -           0.0000          -
29336.42/1480.26	c      1480        4193834         122        20                -           0.0000          -
29437.54/1485.31	c      1485          12496       12393        20                -           0.0000          -
29536.62/1490.36	c      1490          12552       12447        20                -           0.0000          -
29635.61/1495.40	c      1495          12552       12447        20                -           0.0000          -
29736.69/1500.46	c      1500          12552       12447        20                -           0.0000          -
29835.79/1505.48	c      1505          12552       12447        20                -           0.0000          -
29936.65/1510.52	c      1511          12552       12447        20                -           0.0000          -
30035.67/1515.58	c      1516          12552       12447        20                -           0.0000          -
30136.71/1520.66	c      1521          12552       12447        20                -           0.0000          -
30237.73/1525.71	c      1526          12552       12447        20                -           0.0000          -
30336.64/1530.76	c      1531          12552       12447        20                -           0.0000          -
30435.76/1535.79	c      1536          12552       12447        20                -           0.0000          -
30536.80/1540.86	c      1541        4343144         126        20                -           0.0000          -
30637.83/1545.91	c      1546          12755       12642        20                -           0.0000          -
30736.80/1550.96	c      1551          12792       12677        20                -           0.0000          -
30835.86/1556.01	c      1556          12864       12749        20                -           0.0000          -
30934.99/1561.03	c      1561        7703630         335        20                -           0.0000          -
31036.75/1566.06	c      1566          70098        1166        20                -           0.0000          -
31137.94/1571.14	c      1571          83712        3203        20                -           0.0000          -
31238.33/1576.21	c      1576          83997        3199        20                -           0.0000          -
31337.46/1581.26	c      1581        7822917         336        20                -           0.0000          -
31438.52/1586.31	c      1586        7843695         340        20                -           0.0000          -
31537.66/1591.36	c      1591        7860527         332        20                -           0.0000          -
31638.67/1596.41	c      1596          13298       13181        20                -           0.0000          -
31737.47/1601.46	c      1601        7904102         337        20                -           0.0000          -
31838.61/1606.51	c      1607          13373       13256        20                -           0.0000          -
31937.76/1611.56	c      1612          13373       13256        20                -           0.0000          -
32038.85/1616.61	c      1617          13373       13256        20                -           0.0000          -
32137.99/1621.66	c      1622        8037749         338        20                -           0.0000          -
32239.12/1626.71	c      1627          13478       13361        20                -           0.0000          -
32338.25/1631.76	c      1632        4578773         129        20                -           0.0000          -
32439.35/1636.81	c      1637          13604       13487        20                -           0.0000          -
32538.44/1641.86	c      1642        8150452         331        20                -           0.0000          -
32639.48/1646.91	c      1647          13712       13595        20                -           0.0000          -
32738.61/1651.96	c      1652        8187330         333        20                -           0.0000          -
32837.77/1657.01	c      1657        8206685         338        20                -           0.0000          -
32939.48/1662.05	c      1662          13876       13757        20                -           0.0000          -
33038.48/1667.11	c      1667        4666415         123        20                -           0.0000          -
33139.64/1672.13	c      1672          94367        3218        20                -           0.0000          -
33240.01/1677.21	c      1677        8309994         335        20                -           0.0000          -
33338.96/1682.23	c      1682        4705893         125        20                -           0.0000          -
33440.08/1687.30	c      1687          14148       14027        20                -           0.0000          -
33539.20/1692.36	c      1692        8367619         332        20                -           0.0000          -
33640.34/1697.41	c      1697        4745784         124        20                -           0.0000          -
33739.45/1702.46	c      1702        4759159         125        20                -           0.0000          -
33840.61/1707.51	c      1708        8448806         331        20                -           0.0000          -
33939.79/1712.56	c      1713        8468019         338        20                -           0.0000          -
34040.94/1717.61	c      1718          14549       14426        20                -           0.0000          -
34140.05/1722.63	c      1723          14549       14426        20                -           0.0000          -
34239.13/1727.64	c      1728        4822788         126        20                -           0.0000          -
34338.17/1732.66	c      1733        8550704         335        20                -           0.0000          -
34439.24/1737.72	c      1738          14649       14526        20                -           0.0000          -
34538.39/1742.77	c      1743          14649       14526        20                -           0.0000          -
34639.44/1747.88	c      1748        8607171         332        20                -           0.0000          -
34740.55/1752.91	c      1753          14689       14566        20                -           0.0000          -
34839.75/1758.01	c      1758        4896849         125        20                -           0.0000          -
34941.41/1763.06	c      1763          14902       14777        20                -           0.0000          -
35040.32/1768.11	c      1768          14950       14825        20                -           0.0000          -
35141.48/1773.16	c      1773        4935168         128        20                -           0.0000          -
35242.01/1778.21	c      1778        4948256         124        20                -           0.0000          -
35341.18/1783.26	c      1783          15112       14985        20                -           0.0000          -
35442.33/1788.31	c      1788          15112       14985        20                -           0.0000          -
35541.49/1793.36	c      1793          15126           1        20                -           0.0000          -
35642.57/1798.41	c      1798          15143          18        20                -           0.0000          -
35741.65/1803.46	c      1803          15143          18        20                -           0.0000          -
35842.71/1808.50	c      1808          15171          46        20                -           0.0000          -
35941.81/1813.53	c      1814          15192          67        20                -           0.0000          -
36040.92/1818.59	c      1819        8912143         332        20                -           0.0000          -
36141.87/1823.65	c      1824        5067805         125        20                -           0.0000          -
36243.00/1828.70	c      1829          15329         204        20                -           0.0000          -
36342.21/1833.76	c      1834          15329         204        20                -           0.0000          -
36443.39/1838.81	c      1839        8992562         329        20                -           0.0000          -
36542.32/1843.86	c      1844          15432         307        20                -           0.0000          -
36643.37/1848.91	c      1849         112101        3224        20                -           0.0000          -
36742.31/1853.96	c      1854          15546         417        20                -           0.0000          -
36841.28/1859.01	c      1859        5153642         124        20                -           0.0000          -
36942.98/1864.03	c      1864        9109314         335        20                -           0.0000          -
37042.13/1869.07	c      1869          15685         546        20                -           0.0000          -
37141.28/1874.11	c      1874         114507        3225        20                -           0.0000          -
37243.69/1879.21	c      1879        5206028         128        20                -           0.0000          -
37342.73/1884.26	c      1884        9196871         330        20                -           0.0000          -
37441.69/1889.29	c      1889        9217792         325        20                -           0.0000          -
37542.80/1894.36	c      1894        5246167         121        20                -           0.0000          -
37643.89/1899.41	c      1899        5259699         123        20                -           0.0000          -
37742.76/1904.46	c      1904        9273293         334        20                -           0.0000          -
37841.82/1909.48	c      1909         118462        3226        20                -           0.0000          -
37940.96/1914.49	c      1914         118882        3223        20                -           0.0000          -
38044.10/1919.61	c      1920        5312997         121        20                -           0.0000          -
38143.00/1924.66	c      1925         119827        3221        20                -           0.0000          -
38244.07/1929.71	c      1930        5338482         124        20                -           0.0000          -
38343.17/1934.74	c      1935          19935         890        20                -           0.0000          -
38444.26/1939.81	c      1940        9438144         333        20                -           0.0000          -
38543.38/1944.86	c      1945         121515        3215        20                -           0.0000          -
38644.33/1949.91	c      1950        9495891         330        20                -           0.0000          -
38743.19/1954.96	c      1955        5400184         124        20                -           0.0000          -
38842.33/1960.00	c      1960        5412245         121        20                -           0.0000          -
38941.42/1965.02	c      1965        9559860         333        20                -           0.0000          -
39043.21/1970.09	c      1970          21990         915        20                -           0.0000          -
39144.58/1975.16	c      1975        5449253         131        20                -           0.0000          -
39244.64/1980.21	c      1980        5472920         126        20                -           0.0000          -
39343.71/1985.26	c      1985        5498527         125        20                -           0.0000          -
39444.78/1990.30	c      1990        9653463         334        20                -           0.0000          -
39543.81/1995.36	c      1995        9672149         328        20                -           0.0000          -
39644.90/2000.41	c      2000        5567249         125        20                -           0.0000          -
39744.05/2005.46	c      2005          25268         879        20                -           0.0000          -
39845.16/2010.50	c      2010        9726503         332        20                -           0.0000          -
39944.42/2015.51	c      2016          26104         886        20                -           0.0000          -
40043.46/2020.57	c      2021        9777401         328        20                -           0.0000          -
40144.62/2025.62	c      2026         122013        1181        20                -           0.0000          -
40245.77/2030.71	c      2031          27352         891        20                -           0.0000          -
40344.92/2035.76	c      2036        9840140         335        20                -           0.0000          -
40444.02/2040.79	c      2041        9864520         331        20                -           0.0000          -
40544.99/2045.86	c      2046        5757627         123        20                -           0.0000          -
40646.15/2050.91	c      2051        5779045         125        20                -           0.0000          -
40745.11/2055.96	c      2056        5800342         128        20                -           0.0000          -
40844.28/2060.99	c      2061        5821753         123        20                -           0.0000          -
40946.07/2066.06	c      2066        5842834         128        20                -           0.0000          -
41045.23/2071.11	c      2071        9990918         337        20                -           0.0000          -
41146.22/2076.16	c      2076        5884346         126        20                -           0.0000          -
41246.70/2081.21	c      2081       10023863         332        20                -           0.0000          -
41345.86/2086.26	c      2086        5927141         127        20                -           0.0000          -
41447.01/2091.31	c      2091        5948769         127        20                -           0.0000          -
41546.02/2096.36	c      2096       10104871         328        20                -           0.0000          -
41645.19/2101.39	c      2101       10134278         327        20                -           0.0000          -
41746.33/2106.45	c      2106        6013888         126        20                -           0.0000          -
41847.51/2111.51	c      2112        6035906         130        20                -           0.0000          -
41946.60/2116.56	c      2117       10217551         334        20                -           0.0000          -
42047.74/2121.61	c      2122        6078973         123        20                -           0.0000          -
42146.82/2126.66	c      2127       10256713         336        20                -           0.0000          -
42247.87/2131.71	c      2132        6121506         124        20                -           0.0000          -
42347.09/2136.76	c      2137        6142673         123        20                -           0.0000          -
42448.05/2141.81	c      2142       10337484         333        20                -           0.0000          -
42547.19/2146.86	c      2147        6185011         127        20                -           0.0000          -
42648.18/2151.91	c      2152        6206217         125        20                -           0.0000          -
42747.29/2156.96	c      2157       10391220         335        20                -           0.0000          -
42846.27/2162.02	c      2162       10412145         338        20                -           0.0000          -
42948.01/2167.06	c      2167        6269229         125        20                -           0.0000          -
43047.12/2172.11	c      2172       10467209         338        20                -           0.0000          -
43146.28/2177.15	c      2177       10498223         334        20                -           0.0000          -
43247.39/2182.17	c      2182       10516944         337        20                -           0.0000          -
43347.56/2187.22	c      2187       10533475         336        20                -           0.0000          -
43446.69/2192.30	c      2192        6374090         120        20                -           0.0000          -
43547.78/2197.34	c      2197          40326         962        20                -           0.0000          -
43646.81/2202.36	c      2202       10608247         336        20                -           0.0000          -
43747.89/2207.43	c      2207        6436614         122        20                -           0.0000          -
43846.91/2212.44	c      2212         152105        3229        20                -           0.0000          -
43947.95/2217.52	c      2218        6479095         125        20                -           0.0000          -
44047.02/2222.57	c      2223         140598        1219        20                -           0.0000          -
44146.17/2227.59	c      2228       10717381         334        20                -           0.0000          -
44247.31/2232.63	c      2233       10735312         333        20                -           0.0000          -
44346.35/2237.64	c      2238        6564386         122        20                -           0.0000          -
44445.38/2242.69	c      2243       10779184         339        20                -           0.0000          -
44548.48/2247.81	c      2248       10802088         339        20                -           0.0000          -
44647.58/2252.87	c      2253        6629842         122        20                -           0.0000          -
44746.75/2257.89	c      2258       10851852         335        20                -           0.0000          -
44847.62/2263.00	c      2263        6669002         126        20                -           0.0000          -
44949.44/2268.06	c      2268       10886168         333        20                -           0.0000          -
45048.28/2273.08	c      2273        6707798         122        20                -           0.0000          -
45147.85/2278.13	c      2278        6726929         125        20                -           0.0000          -
45248.99/2283.19	c      2283        6745403         125        20                -           0.0000          -
45349.19/2288.26	c      2288        6761975         127        20                -           0.0000          -
45450.14/2293.31	c      2293        6778411         125        20                -           0.0000          -
45549.19/2298.34	c      2298       11004377         334        20                -           0.0000          -
45650.29/2303.41	c      2303       11024350         335        20                -           0.0000          -
45749.45/2308.46	c      2308       11043346         331        20                -           0.0000          -
45850.58/2313.51	c      2314        6845526         122        20                -           0.0000          -
45949.70/2318.56	c      2319        6862242         122        20                -           0.0000          -
46050.69/2323.61	c      2324       11100827         332        20                -           0.0000          -
46149.84/2328.64	c      2329        6900274         122        20                -           0.0000          -
46248.96/2333.64	c      2334       11152960         335        20                -           0.0000          -
46350.01/2338.70	c      2339       11184556         337        20                -           0.0000          -
46451.13/2343.81	c      2344       11219417         338        20                -           0.0000          -
46550.22/2348.84	c      2349       11249764         335        20                -           0.0000          -
46651.33/2353.91	c      2354         168011        3246        20                -           0.0000          -
46750.43/2358.96	c      2359        7016196         126        20                -           0.0000          -
46849.50/2364.01	c      2364       11346686         335        20                -           0.0000          -
46951.31/2369.06	c      2369       11374744         339        20                -           0.0000          -
47050.56/2374.11	c      2374        7067973         123        20                -           0.0000          -
47151.61/2379.14	c      2379       11416248         335        20                -           0.0000          -
47251.71/2384.21	c      2384       11434767         332        20                -           0.0000          -
47350.84/2389.26	c      2389       11453278         333        20                -           0.0000          -
47451.89/2394.31	c      2394        7135810         126        20                -           0.0000          -
47550.89/2399.34	c      2399        7154940         124        20                -           0.0000          -
47651.91/2404.41	c      2404        7173759         125        20                -           0.0000          -
47750.75/2409.46	c      2409       11532246         337        20                -           0.0000          -
47851.80/2414.51	c      2415       11558680         341        20                -           0.0000          -
47950.89/2419.56	c      2420       11591164         339        20                -           0.0000          -
48051.82/2424.61	c      2425       11620388         335        20                -           0.0000          -
48150.94/2429.66	c      2430        7268051         119        20                -           0.0000          -
48252.04/2434.71	c      2435        7286364         128        20                -           0.0000          -
48351.16/2439.76	c      2440        7302921         123        20                -           0.0000          -
48452.14/2444.81	c      2445       11734125         334        20                -           0.0000          -
48551.23/2449.86	c      2450       11756705         332        20                -           0.0000          -
48650.34/2454.89	c      2455       11776189         334        20                -           0.0000          -
48751.35/2459.93	c      2460        7367313         125        20                -           0.0000          -
48850.26/2465.01	c      2465       11811066         333        20                -           0.0000          -
48951.98/2470.06	c      2470         181999        3269        20                -           0.0000          -
49051.21/2475.11	c      2475        7415491         123        20                -           0.0000          -
49150.00/2480.13	c      2480       11874701         336        20                -           0.0000          -
49251.37/2485.19	c      2485          64778        1122        20                -           0.0000          -
49351.59/2490.21	c      2490       11931688         337        20                -           0.0000          -
49450.71/2495.22	c      2495        7488506         124        20                -           0.0000          -
49549.86/2500.29	c      2500       11987323         334        20                -           0.0000          -
49650.97/2505.38	c      2505       12006366         331        20                -           0.0000          -
49752.04/2510.44	c      2510        7543289         119        20                -           0.0000          -
49853.19/2515.51	c      2516         187112        3306        20                -           0.0000          -
49952.34/2520.56	c      2521       12064101         330        20                -           0.0000          -
50053.46/2525.61	c      2526        7592284         124        20                -           0.0000          -
50152.51/2530.63	c      2531       12111494         333        20                -           0.0000          -
50251.55/2535.64	c      2536       12135752         333        20                -           0.0000          -
50352.55/2540.72	c      2541       12164049         334        20                -           0.0000          -
50451.57/2545.80	c      2546          68893        1191        20                -           0.0000          -
50552.66/2550.86	c      2551       12226598         337        20                -           0.0000          -
50653.74/2555.92	c      2556       12256503         334        20                -           0.0000          -
50752.77/2560.96	c      2561        7708227         123        20                -           0.0000          -
50851.82/2566.01	c      2566        7725991         123        20                -           0.0000          -
50953.72/2571.06	c      2571       12306869         328        20                -           0.0000          -
51052.51/2576.11	c      2576        7761853         129        20                -           0.0000          -
51153.40/2581.16	c      2581        7780108         124        20                -           0.0000          -
51253.77/2586.21	c      2586       12367490         333        20                -           0.0000          -
51352.96/2591.26	c      2591        7817815         123        20                -           0.0000          -
51452.06/2596.27	c      2596         196457        3313        20                -           0.0000          -
51552.97/2601.36	c      2601          72745        1334        20                -           0.0000          -
51654.02/2606.41	c      2606        7868485         125        20                -           0.0000          -
51753.12/2611.46	c      2611        7885209         123        20                -           0.0000          -
51854.08/2616.51	c      2617       12469653         330        20                -           0.0000          -
51952.94/2621.56	c      2622       12491979         334        20                -           0.0000          -
52053.99/2626.61	c      2627          74388        1434        20                -           0.0000          -
52153.12/2631.66	c      2632          74603        1437        20                -           0.0000          -
52252.21/2636.69	c      2637        7970607         127        20                -           0.0000          -
52353.17/2641.76	c      2642         201452        3333        20                -           0.0000          -
52454.29/2646.81	c      2647        8009173         121        20                -           0.0000          -
52553.17/2651.86	c      2652        8028527         125        20                -           0.0000          -
52654.21/2656.91	c      2657        8047432         124        20                -           0.0000          -
52753.21/2661.96	c      2662        8066220         124        20                -           0.0000          -
52852.06/2667.01	c      2667       12658567         334        20                -           0.0000          -
52953.64/2672.06	c      2672        8102811         127        20                -           0.0000          -
53052.76/2677.11	c      2677       12702950         337        20                -           0.0000          -
53153.80/2682.17	c      2682        8135386         118        20                -           0.0000          -
53254.04/2687.21	c      2687        8151792         124        20                -           0.0000          -
53352.96/2692.24	c      2692       12763927         338        20                -           0.0000          -
53453.99/2697.30	c      2697       12783222         333        20                -           0.0000          -
53553.10/2702.36	c      2702        8201082         122        20                -           0.0000          -
53652.26/2707.38	c      2707       12827500         333        20                -           0.0000          -
53753.41/2712.42	c      2712        8236988         126        20                -           0.0000          -
53852.61/2717.44	c      2717       12865721         330        20                -           0.0000          -
53951.74/2722.45	c      2722        8275059         127        20                -           0.0000          -
54050.90/2727.49	c      2727        8294075         123        20                -           0.0000          -
54152.01/2732.56	c      2733          81718        1520        20                -           0.0000          -
54253.08/2737.63	c      2738       12959311         334        20                -           0.0000          -
54354.22/2742.76	c      2743        8351040         122        20                -           0.0000          -
54455.29/2747.82	c      2748        8369603         119        20                -           0.0000          -
54554.27/2752.86	c      2753       13024602         333        20                -           0.0000          -
54655.22/2757.91	c      2758        8402946         122        20                -           0.0000          -
54754.29/2762.96	c      2763       13064062         331        20                -           0.0000          -
54853.33/2768.01	c      2768       13089017         332        20                -           0.0000          -
54955.09/2773.06	c      2773       13107715         326        20                -           0.0000          -
55054.26/2778.11	c      2778       13128820         325        20                -           0.0000          -
55155.49/2783.16	c      2783        8485921         121        20                -           0.0000          -
55255.76/2788.21	c      2788       13173218         333        20                -           0.0000          -
55354.76/2793.26	c      2793       13192975         334        20                -           0.0000          -
55455.72/2798.31	c      2798        8543002         124        20                -           0.0000          -
55554.59/2803.36	c      2803         219655        3423        20                -           0.0000          -
55653.76/2808.39	c      2808        8581554         124        20                -           0.0000          -
55754.79/2813.46	c      2813       13292654         325        20                -           0.0000          -
55855.77/2818.51	c      2819       13322149         336        20                -           0.0000          -
55954.72/2823.56	c      2824       13348053         332        20                -           0.0000          -
56055.62/2828.61	c      2829        8654457         125        20                -           0.0000          -
56154.69/2833.66	c      2834        8670980         122        20                -           0.0000          -
56255.66/2838.71	c      2839       13413655         334        20                -           0.0000          -
56354.73/2843.76	c      2844       13436746         333        20                -           0.0000          -
56453.91/2848.79	c      2849        8720969         121        20                -           0.0000          -
56554.82/2853.86	c      2854        8737846         124        20                -           0.0000          -
56655.85/2858.91	c      2859         225541        3435        20                -           0.0000          -
56754.88/2863.96	c      2864        8773559         123        20                -           0.0000          -
56853.62/2869.01	c      2869        8792640         126        20                -           0.0000          -
56955.36/2874.06	c      2874          91908        1350        20                -           0.0000          -
57054.46/2879.11	c      2879         227850        3433        20                -           0.0000          -
57155.65/2884.16	c      2884       13604756         333        20                -           0.0000          -
57256.01/2889.21	c      2889       13624340         333        20                -           0.0000          -
57355.04/2894.26	c      2894       13641981         330        20                -           0.0000          -
57454.11/2899.29	c      2899       13660373         334        20                -           0.0000          -
57555.05/2904.34	c      2904         230860        3425        20                -           0.0000          -
57654.15/2909.35	c      2909       13699406         327        20                -           0.0000          -
57755.24/2914.40	c      2914         213091        1217        20                -           0.0000          -
57854.34/2919.45	c      2919         232058        3423        20                -           0.0000          -
57955.44/2924.52	c      2925        8989452         124        20                -           0.0000          -
58056.48/2929.60	c      2930       13772882         329        20                -           0.0000          -
58155.42/2934.66	c      2935       13789642         333        20                -           0.0000          -
58256.50/2939.71	c      2940        9039842         122        20                -           0.0000          -
58355.64/2944.76	c      2945       13821776         325        20                -           0.0000          -
58456.55/2949.81	c      2950        9077671         125        20                -           0.0000          -
58555.65/2954.86	c      2955        9096583         125        20                -           0.0000          -
58656.71/2959.91	c      2960        9115758         124        20                -           0.0000          -
58755.84/2964.95	c      2965        9134847         123        20                -           0.0000          -
58854.96/2970.01	c      2970          98716        1216        20                -           0.0000          -
58956.63/2975.06	c      2975       13977002         331        20                -           0.0000          -
59055.66/2980.09	c      2980        9190143         123        20                -           0.0000          -
59154.80/2985.12	c      2985       14016758         329        20                -           0.0000          -
59255.90/2990.20	c      2990         239555        3468        20                -           0.0000          -
59356.31/2995.25	c      2995        9240076         126        20                -           0.0000          -
59455.30/3000.28	c      3000       14074156         335        20                -           0.0000          -
59556.22/3005.31	c      3005         101124        1180        20                -           0.0000          -
59657.31/3010.41	c      3010       14116298         329        20                -           0.0000          -
59756.41/3015.46	c      3015        9306230         124        20                -           0.0000          -
59857.49/3020.51	c      3021        9325325         125        20                -           0.0000          -
59956.64/3025.55	c      3026       14168598         325        20                -           0.0000          -
60055.76/3030.58	c      3031       14195328         323        20                -           0.0000          -
60156.74/3035.66	c      3036        9382607         123        20                -           0.0000          -
60257.84/3040.72	c      3041        9401571         121        20                -           0.0000          -
60356.80/3045.76	c      3046       14258362         327        20                -           0.0000          -
60457.77/3050.81	c      3051        9439333         119        20                -           0.0000          -
60556.87/3055.83	c      3056       14297337         328        20                -           0.0000          -
60655.90/3060.85	c      3061         248274        3504        20                -           0.0000          -
60756.91/3065.91	c      3066       14362982         325        20                -           0.0000          -
60855.70/3071.01	c      3071         106129        1167        20                -           0.0000          -
60957.71/3076.06	c      3076        9523426         124        20                -           0.0000          -
61056.68/3081.12	c      3081        9539788         124        20                -           0.0000          -
61157.90/3086.16	c      3086        9556148         120        20                -           0.0000          -
61258.06/3091.21	c      3091       14493326         339        20                -           0.0000          -
61357.06/3096.26	c      3096        9591670         126        20                -           0.0000          -
61457.98/3101.31	c      3101        9610366         126        20                -           0.0000          -
61556.99/3106.34	c      3106        9629188         124        20                -           0.0000          -
61658.10/3111.40	c      3111        9648151         123        20                -           0.0000          -
61757.24/3116.46	c      3116       14613418         335        20                -           0.0000          -
61858.36/3121.51	c      3122        9685689         123        20                -           0.0000          -
61957.49/3126.56	c      3127       14650440         335        20                -           0.0000          -
62058.40/3131.61	c      3132        9722705         125        20                -           0.0000          -
62157.59/3136.62	c      3137         110832        1093        20                -           0.0000          -
62256.79/3141.64	c      3142        9755772         124        20                -           0.0000          -
62357.73/3146.71	c      3147       14746490         339        20                -           0.0000          -
62456.86/3151.75	c      3152        9788785         121        20                -           0.0000          -
62555.88/3156.78	c      3157         259749        3535        20                -           0.0000          -
62656.83/3161.83	c      3162       14808780         335        20                -           0.0000          -
62757.88/3166.92	c      3167       14825097         332        20                -           0.0000          -
62856.96/3172.01	c      3172         113560        1071        20                -           0.0000          -
62958.67/3177.06	c      3177       14866984         333        20                -           0.0000          -
63057.61/3182.11	c      3182         261526        3556        20                -           0.0000          -
63158.63/3187.16	c      3187         262018        3547        20                -           0.0000          -
63257.80/3192.20	c      3192        9940613         125        20                -           0.0000          -
63357.90/3197.23	c      3197        9961429         125        20                -           0.0000          -
63456.95/3202.25	c      3202         115743        1033        20                -           0.0000          -
63558.08/3207.30	c      3207         116084        1024        20                -           0.0000          -
63656.97/3212.38	c      3212       15056397         336        20                -           0.0000          -
63757.83/3217.46	c      3217       10045148         124        20                -           0.0000          -
63856.84/3222.48	c      3222       10066110         126        20                -           0.0000          -
63957.84/3227.53	c      3228       10087178         122        20                -           0.0000          -
64058.90/3232.61	c      3233       15132322         337        20                -           0.0000          -
64157.90/3237.66	c      3238       15148977         332        20                -           0.0000          -
64258.97/3242.71	c      3243       10150096         128        20                -           0.0000          -
64358.10/3247.76	c      3248       10171023         131        20                -           0.0000          -
64459.23/3252.81	c      3253         267430        3569        20                -           0.0000          -
64558.39/3257.86	c      3258       10213186         124        20                -           0.0000          -
64659.33/3262.91	c      3263       10234218         126        20                -           0.0000          -
64758.34/3267.96	c      3268       10255028         124        20                -           0.0000          -
64857.46/3273.01	c      3273       15309708         331        20                -           0.0000          -
64959.07/3278.06	c      3278         120710         947        20                -           0.0000          -
65058.34/3283.09	c      3283       10317490         124        20                -           0.0000          -
65157.30/3288.11	c      3288       10338316         122        20                -           0.0000          -
65258.69/3293.18	c      3293       10359372         126        20                -           0.0000          -
65358.76/3298.26	c      3298         249508        1192        20                -           0.0000          -
65457.93/3303.28	c      3303       10401249         125        20                -           0.0000          -
65559.07/3308.36	c      3308       15462672         335        20                -           0.0000          -
65660.20/3313.41	c      3313       15480889         332        20                -           0.0000          -
65759.32/3318.46	c      3318       15498967         334        20                -           0.0000          -
65860.46/3323.51	c      3324       10484418         126        20                -           0.0000          -
65959.61/3328.56	c      3329       15546168         337        20                -           0.0000          -
66060.59/3333.61	c      3334       10526015         123        20                -           0.0000          -
66159.70/3338.66	c      3339       10546870         126        20                -           0.0000          -
66260.82/3343.71	c      3344       15614621         336        20                -           0.0000          -
66359.99/3348.73	c      3349       15634117         334        20                -           0.0000          -
66461.13/3353.81	c      3354       15652137         332        20                -           0.0000          -
66560.23/3358.86	c      3359       15670538         337        20                -           0.0000          -
66661.40/3363.91	c      3364         279334        3567        20                -           0.0000          -
66760.52/3368.96	c      3369       15712420         333        20                -           0.0000          -
66859.69/3374.01	c      3374       15728806         335        20                -           0.0000          -
66961.54/3379.06	c      3379       10713735         127        20                -           0.0000          -
67060.68/3384.11	c      3384       10734552         124        20                -           0.0000          -
67161.82/3389.14	c      3389         128202         911        20                -           0.0000          -
67261.08/3394.18	c      3394         259089        1198        20                -           0.0000          -
67361.52/3399.25	c      3399       10797409         121        20                -           0.0000          -
67460.34/3404.26	c      3404       15834081         332        20                -           0.0000          -
67561.50/3409.36	c      3409         129433         964        20                -           0.0000          -
67662.76/3414.41	c      3414       10859936         120        20                -           0.0000          -
67762.03/3419.46	c      3419       10880843         125        20                -           0.0000          -
67861.00/3424.50	c      3424       15903576         329        20                -           0.0000          -
67962.08/3429.55	c      3430       10922561         121        20                -           0.0000          -
68063.21/3434.61	c      3435       10943357         125        20                -           0.0000          -
68162.36/3439.63	c      3440       15962189         334        20                -           0.0000          -
68261.52/3444.68	c      3445         286800        3579        20                -           0.0000          -
68362.67/3449.76	c      3450       11005947         127        20                -           0.0000          -
68461.82/3454.79	c      3455       16020749         330        20                -           0.0000          -
68562.84/3459.84	c      3460       16049216         339        20                -           0.0000          -
68663.58/3464.91	c      3465       11068722         126        20                -           0.0000          -
68762.72/3469.96	c      3470       11089617         125        20                -           0.0000          -
68861.84/3475.01	c      3475       11110465         125        20                -           0.0000          -
68963.54/3480.06	c      3480       11131486         122        20                -           0.0000          -
69062.68/3485.11	c      3485         291192        3571        20                -           0.0000          -
69163.94/3490.16	c      3490       11173128         124        20                -           0.0000          -
69263.95/3495.21	c      3495         135574        1103        20                -           0.0000          -
69363.08/3500.26	c      3500       11214833         121        20                -           0.0000          -
69464.12/3505.31	c      3505       16317774         335        20                -           0.0000          -
69563.20/3510.36	c      3510       11256521         125        20                -           0.0000          -
69664.21/3515.41	c      3515       11277477         125        20                -           0.0000          -
69763.37/3520.46	c      3520       16387252         333        20                -           0.0000          -
69864.51/3525.51	c      3526       16408665         334        20                -           0.0000          -
69963.67/3530.56	c      3531       11340365         125        20                -           0.0000          -
70062.84/3535.58	c      3536       11361395         123        20                -           0.0000          -
70163.99/3540.66	c      3541       11382497         125        20                -           0.0000          -
70263.09/3545.70	c      3546       16475247         332        20                -           0.0000          -
70364.11/3550.76	c      3551       11424565         123        20                -           0.0000          -
70465.25/3555.81	c      3556       11445577         121        20                -           0.0000          -
70564.38/3560.87	c      3561       11466423         119        20                -           0.0000          -
70665.38/3565.91	c      3566       16568718         339        20                -           0.0000          -
70764.54/3570.93	c      3571       16597086         337        20                -           0.0000          -
70863.69/3575.93	c      3576       11528817         125        20                -           0.0000          -
70962.82/3580.98	c      3581         141890        1290        20                -           0.0000          -
71064.65/3586.04	c      3586       16680347         334        20                -           0.0000          -
71163.52/3591.05	c      3591       11591311         123        20                -           0.0000          -
71262.66/3596.11	c      3596       16744204         341        20                -           0.0000          -
71363.77/3601.17	c      3601       16777607         336        20                -           0.0000          -
71464.09/3606.24	c      3606       11654460         124        20                -           0.0000          -
71563.22/3611.30	c      3611       11675574         122        20                -           0.0000          -
71664.22/3616.35	c      3616       11696620         120        20                -           0.0000          -
71763.23/3621.36	c      3621       16903291         332        20                -           0.0000          -
71864.30/3626.46	c      3626       16931313         334        20                -           0.0000          -
71965.35/3631.56	c      3632       16954348         337        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: 191670 MiB (185344 MiB free)
  memory of node 1: 193494 MiB (191477 MiB free)
  memory of node 2: 193531 MiB (187427 MiB free)
  memory of node 3: 193531 MiB (188558 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-4465875-1722583713/watcher-4465875-1722583713 -o /tmp/evaluation-result-4465875-1722583713/solver-4465875-1722583713 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159985 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465875-1722583713.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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=161942, runsolver pid=161939
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 80.35 80.46 80.84 62/983 161943
/proc/meminfo: memFree=770844080/790760804 swapFree=131071996/131071996
[pid=161942] ppid=161939 vsize=53400 memory=42444 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/stat : 161942 (fscip) R 161939 161942 159974 0 -1 4194304 9266 0 0 0 10 0 0 0 20 0 1 0 24954378 54681600 10611 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
/proc/161942/statm: 13350 10611 2742 3035 0 9746 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 53400 KiB
Current children cumulated memory: 42444 KiB

[startup+0.219066 s]*
/proc/loadavg: 80.35 80.46 80.84 62/1003 161963
/proc/meminfo: memFree=770792372/790760804 swapFree=131071996/131071996
[pid=161942] ppid=161939 vsize=1540468 memory=110728 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/stat : 161942 (fscip) S 161939 161942 159974 0 -1 1077936128 27406 0 0 0 20 3 0 0 20 0 21 0 24954378 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
/proc/161942/statm: 385117 27682 2774 3035 0 68724 0
[pid=161942/tid=161944] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161944/stat : 161944 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161945] ppid=161939 vsize=1540468 memory=-6512604632129387363 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161945/stat : 161945 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161946] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161946/stat : 161946 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161947] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161947/stat : 161947 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161948] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161948/stat : 161948 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161949] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161949/stat : 161949 (fscip) R 161939 161942 159974 0 -1 4194368 1510 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161950] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161950/stat : 161950 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161951] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161951/stat : 161951 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161952] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161952/stat : 161952 (fscip) S 161939 161942 159974 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161953] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161953/stat : 161953 (fscip) S 161939 161942 159974 0 -1 1077936192 2536 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161954] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161954/stat : 161954 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161955] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161955/stat : 161955 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161956] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161956/stat : 161956 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161957] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161957/stat : 161957 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161958] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161958/stat : 161958 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161959] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161959/stat : 161959 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161960] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161960/stat : 161960 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161961] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161961/stat : 161961 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27682 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161962] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161962/stat : 161962 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27748 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161963] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161963/stat : 161963 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 27748 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1540468 KiB
Current children cumulated memory: 110728 KiB

[startup+0.319977 s]*
/proc/loadavg: 80.35 80.46 80.84 62/1003 161963
/proc/meminfo: memFree=770701900/790760804 swapFree=131071996/131071996
[pid=161942] ppid=161939 vsize=1540468 memory=200716 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/stat : 161942 (fscip) S 161939 161942 159974 0 -1 1077936128 50143 0 0 0 26 7 0 0 20 0 21 0 24954378 1577439232 50179 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
/proc/161942/statm: 385117 50179 2774 3035 0 91679 0
[pid=161942/tid=161944] ppid=161939 vsize=1540468 memory=4026531858 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161944/stat : 161944 (fscip) R 161939 161942 159974 0 -1 4194368 1412 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50179 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161945] ppid=161939 vsize=1540468 memory=25066 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161945/stat : 161945 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50179 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161946] ppid=161939 vsize=1540468 memory=60701595140536 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161946/stat : 161946 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50179 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161947] ppid=161939 vsize=1540468 memory=57411666969134 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161947/stat : 161947 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50179 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161948] ppid=161939 vsize=1540468 memory=55221250425507 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161948/stat : 161948 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50179 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161949] ppid=161939 vsize=1540468 memory=54121772352362 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161949/stat : 161949 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50179 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161950] ppid=161939 vsize=1540468 memory=14981057204192710 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161950/stat : 161950 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50179 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161951] ppid=161939 vsize=1540468 memory=14412631184247663 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161951/stat : 161951 (fscip) S 161939 161942 159974 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50179 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161952] ppid=161939 vsize=1540468 memory=274012 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161952/stat : 161952 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50179 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161953] ppid=161939 vsize=1540468 memory=160741 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161953/stat : 161953 (fscip) S 161939 161942 159974 0 -1 1077936192 2536 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50245 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161954] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161954/stat : 161954 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50245 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161955] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161955/stat : 161955 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50245 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161956] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161956/stat : 161956 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50245 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161957] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161957/stat : 161957 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50245 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161958] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161958/stat : 161958 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50245 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161959] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161959/stat : 161959 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50245 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161960] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161960/stat : 161960 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50245 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161961] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161961/stat : 161961 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50245 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161962] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161962/stat : 161962 (fscip) S 161939 161942 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50245 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161963] ppid=161939 vsize=1540468 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161963/stat : 161963 (fscip) S 161939 161942 159974 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 24954394 1577439232 50245 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1540468 KiB
Current children cumulated memory: 200716 KiB

[startup+0.70076 s]
/proc/loadavg: 80.35 80.46 80.84 81/1023 161983
/proc/meminfo: memFree=770254736/790760804 swapFree=131071996/131071996
[pid=161942] ppid=161939 vsize=1766068 memory=849668 CPUtime=5.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/stat : 161942 (fscip) S 161939 161942 159974 0 -1 1077936128 210088 0 0 0 503 62 0 0 20 0 41 0 24954378 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
/proc/161942/statm: 441517 212417 2950 3035 0 300629 0
[pid=161942/tid=161944] ppid=161939 vsize=1766068 memory=10544 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161944/stat : 161944 (fscip) R 161939 161942 159974 0 -1 4194368 10635 0 0 0 22 4 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161945] ppid=161939 vsize=1766068 memory=17288 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161945/stat : 161945 (fscip) R 161939 161942 159974 0 -1 4194368 10634 0 0 0 25 2 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161946] ppid=161939 vsize=1766068 memory=15776 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161946/stat : 161946 (fscip) D 161939 161942 159974 0 -1 4194368 8268 0 0 0 24 2 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161947] ppid=161939 vsize=1766068 memory=1804 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161947/stat : 161947 (fscip) D 161939 161942 159974 0 -1 4194368 10981 0 0 0 22 4 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161948] ppid=161939 vsize=1766068 memory=33000 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161948/stat : 161948 (fscip) D 161939 161942 159974 0 -1 4194368 10563 0 0 0 23 3 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161949] ppid=161939 vsize=1766068 memory=2316 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161949/stat : 161949 (fscip) D 161939 161942 159974 0 -1 4194368 7975 0 0 0 25 2 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161950] ppid=161939 vsize=1766068 memory=5512 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161950/stat : 161950 (fscip) R 161939 161942 159974 0 -1 4194368 11357 0 0 0 24 3 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161951] ppid=161939 vsize=1766068 memory=0 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161951/stat : 161951 (fscip) R 161939 161942 159974 0 -1 4194368 10632 0 0 0 24 2 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161952] ppid=161939 vsize=1766068 memory=0 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161952/stat : 161952 (fscip) R 161939 161942 159974 0 -1 4194368 8229 0 0 0 25 1 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161953] ppid=161939 vsize=1766068 memory=0 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161953/stat : 161953 (fscip) R 161939 161942 159974 0 -1 4194368 10643 0 0 0 23 3 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161954] ppid=161939 vsize=1766068 memory=0 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161954/stat : 161954 (fscip) D 161939 161942 159974 0 -1 4194368 8786 0 0 0 25 2 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161955] ppid=161939 vsize=1766068 memory=0 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161955/stat : 161955 (fscip) R 161939 161942 159974 0 -1 4194368 8251 0 0 0 25 2 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161956] ppid=161939 vsize=1766068 memory=994478787 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161956/stat : 161956 (fscip) R 161939 161942 159974 0 -1 4194368 11330 0 0 0 24 3 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161957] ppid=161939 vsize=1766068 memory=6048 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161957/stat : 161957 (fscip) R 161939 161942 159974 0 -1 4194368 10623 0 0 0 24 2 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161958] ppid=161939 vsize=1766068 memory=51200 CPUtime=0.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161958/stat : 161958 (fscip) D 161939 161942 159974 0 -1 4194368 8191 0 0 0 26 2 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161959] ppid=161939 vsize=1766068 memory=16325789170925620 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161959/stat : 161959 (fscip) R 161939 161942 159974 0 -1 4194368 10903 0 0 0 23 4 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161960] ppid=161939 vsize=1766068 memory=0 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161960/stat : 161960 (fscip) R 161939 161942 159974 0 -1 4194368 10629 0 0 0 23 4 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161961] ppid=161939 vsize=1766068 memory=0 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161961/stat : 161961 (fscip) R 161939 161942 159974 0 -1 4194368 8080 0 0 0 25 1 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161962] ppid=161939 vsize=1766068 memory=0 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161962/stat : 161962 (fscip) R 161939 161942 159974 0 -1 4194368 10904 0 0 0 24 3 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161963] ppid=161939 vsize=1766068 memory=0 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161963/stat : 161963 (fscip) D 161939 161942 159974 0 -1 4194368 9232 0 0 0 22 2 0 0 20 0 41 0 24954394 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161964] ppid=161939 vsize=1766068 memory=29836768444022866 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161964/stat : 161964 (fscip) S 161939 161942 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24954418 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161965] ppid=161939 vsize=1766068 memory=21380 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161965/stat : 161965 (fscip) S 161939 161942 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24954418 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161966] ppid=161939 vsize=1766068 memory=2208 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161966/stat : 161966 (fscip) S 161939 161942 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24954418 1808453632 212417 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0

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

/proc/161942/task/161963/stat : 161963 (fscip) R 161939 161942 159974 0 -1 4194368 1656235 0 0 0 354891 301 0 0 20 0 41 0 24954394 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161964] ppid=161939 vsize=5981856 memory=-4143704729671509536 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161964/stat : 161964 (fscip) S 161939 161942 159974 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161965] ppid=161939 vsize=5981856 memory=4640012 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161965/stat : 161965 (fscip) S 161939 161942 159974 0 -1 1077936192 112 0 0 0 0 2 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161966] ppid=161939 vsize=5981856 memory=279995765771328 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161966/stat : 161966 (fscip) S 161939 161942 159974 0 -1 1077936192 72 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161967] ppid=161939 vsize=5981856 memory=4649868 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161967/stat : 161967 (fscip) S 161939 161942 159974 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161968] ppid=161939 vsize=5981856 memory=279995766000096 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161968/stat : 161968 (fscip) S 161939 161942 159974 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161969] ppid=161939 vsize=5981856 memory=279995764796992 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161969/stat : 161969 (fscip) S 161939 161942 159974 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161970] ppid=161939 vsize=5981856 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161970/stat : 161970 (fscip) S 161939 161942 159974 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161971] ppid=161939 vsize=5981856 memory=2 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161971/stat : 161971 (fscip) S 161939 161942 159974 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161972] ppid=161939 vsize=5981856 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161972/stat : 161972 (fscip) S 161939 161942 159974 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161973] ppid=161939 vsize=5981856 memory=7312 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161973/stat : 161973 (fscip) S 161939 161942 159974 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161974] ppid=161939 vsize=5981856 memory=4651488 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161974/stat : 161974 (fscip) S 161939 161942 159974 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161975] ppid=161939 vsize=5981856 memory=6800 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161975/stat : 161975 (fscip) S 161939 161942 159974 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161976] ppid=161939 vsize=5981856 memory=4639284 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161976/stat : 161976 (fscip) S 161939 161942 159974 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161977] ppid=161939 vsize=5981856 memory=4651620 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161977/stat : 161977 (fscip) S 161939 161942 159974 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161978] ppid=161939 vsize=5981856 memory=4651004 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161978/stat : 161978 (fscip) S 161939 161942 159974 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161979] ppid=161939 vsize=5981856 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161979/stat : 161979 (fscip) S 161939 161942 159974 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161980] ppid=161939 vsize=5981856 memory=17412 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161980/stat : 161980 (fscip) S 161939 161942 159974 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161981] ppid=161939 vsize=5981856 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161981/stat : 161981 (fscip) S 161939 161942 159974 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161982] ppid=161939 vsize=5981856 memory=17412 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161982/stat : 161982 (fscip) S 161939 161942 159974 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161983] ppid=161939 vsize=5981856 memory=10544 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161983/stat : 161983 (fscip) S 161939 161942 159974 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163169 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
Current children cumulated CPU time: 70990.6 s
Current children cumulated vsize: 5981856 KiB
Current children cumulated memory: 4652676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.3 s]
/proc/loadavg: 80.39 80.38 80.37 81/1025 164279
/proc/meminfo: memFree=765906528/790760804 swapFree=131071996/131071996
[pid=161942] ppid=161939 vsize=5981856 memory=4655240 CPUtime=72001 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/stat : 161942 (fscip) S 161939 161942 159974 0 -1 1077936128 20657556 0 0 0 7183235 16868 0 0 20 0 41 0 24954378 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
/proc/161942/statm: 1495464 1163810 3334 3035 0 1323574 0
[pid=161942/tid=161944] ppid=161939 vsize=5981856 memory=1391277346451802 CPUtime=3594.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161944/stat : 161944 (fscip) R 161939 161942 159974 0 -1 4194368 1110646 0 0 0 359163 302 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161945] ppid=161939 vsize=5981856 memory=0 CPUtime=3604.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161945/stat : 161945 (fscip) R 161939 161942 159974 0 -1 4194368 1646401 0 0 0 360255 227 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161946] ppid=161939 vsize=5981856 memory=25333125866717268 CPUtime=3592.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161946/stat : 161946 (fscip) R 161939 161942 159974 0 -1 4194368 433452 0 0 0 357512 1761 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161947] ppid=161939 vsize=5981856 memory=0 CPUtime=3603.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161947/stat : 161947 (fscip) R 161939 161942 159974 0 -1 4194368 1159504 0 0 0 360092 298 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161948] ppid=161939 vsize=5981856 memory=2 CPUtime=3602.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161948/stat : 161948 (fscip) R 161939 161942 159974 0 -1 4194368 1758752 0 0 0 360003 251 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161949] ppid=161939 vsize=5981856 memory=4651488 CPUtime=3605.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161949/stat : 161949 (fscip) R 161939 161942 159974 0 -1 4194368 304974 0 0 0 358738 1771 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161950] ppid=161939 vsize=5981856 memory=4652928 CPUtime=3600.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161950/stat : 161950 (fscip) R 161939 161942 159974 0 -1 4194368 961765 0 0 0 359796 254 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161951] ppid=161939 vsize=5981856 memory=4653160 CPUtime=3601.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161951/stat : 161951 (fscip) R 161939 161942 159974 0 -1 4194368 1510212 0 0 0 359815 328 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161952] ppid=161939 vsize=5981856 memory=4654672 CPUtime=3595.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161952/stat : 161952 (fscip) R 161939 161942 159974 0 -1 4194368 183358 0 0 0 357275 2312 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161953] ppid=161939 vsize=5981856 memory=25333125866717268 CPUtime=3597.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161953/stat : 161953 (fscip) R 161939 161942 159974 0 -1 4194368 795297 0 0 0 359666 109 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161954] ppid=161939 vsize=5981856 memory=5787509527221921621 CPUtime=3600.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161954/stat : 161954 (fscip) R 161939 161942 159974 0 -1 4194368 1574412 0 0 0 359664 349 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161955] ppid=161939 vsize=5981856 memory=2316 CPUtime=3597.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161955/stat : 161955 (fscip) R 161939 161942 159974 0 -1 4194368 252911 0 0 0 357763 1944 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161956] ppid=161939 vsize=5981856 memory=11448 CPUtime=3601.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161956/stat : 161956 (fscip) R 161939 161942 159974 0 -1 4194368 1092944 0 0 0 359847 288 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161957] ppid=161939 vsize=5981856 memory=-4143704729671509536 CPUtime=3598.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161957/stat : 161957 (fscip) R 161939 161942 159974 0 -1 4194368 1643215 0 0 0 359633 251 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161958] ppid=161939 vsize=5981856 memory=25333125866717268 CPUtime=3595.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161958/stat : 161958 (fscip) R 161939 161942 159974 0 -1 4194368 252686 0 0 0 357164 2360 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161959] ppid=161939 vsize=5981856 memory=994478787 CPUtime=3602.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161959/stat : 161959 (fscip) R 161939 161942 159974 0 -1 4194368 1118799 0 0 0 359943 269 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161960] ppid=161939 vsize=5981856 memory=4653160 CPUtime=3601.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161960/stat : 161960 (fscip) R 161939 161942 159974 0 -1 4194368 1889499 0 0 0 359836 297 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161961] ppid=161939 vsize=5981856 memory=356541 CPUtime=3600.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161961/stat : 161961 (fscip) R 161939 161942 159974 0 -1 4194368 210371 0 0 0 357178 2879 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161962] ppid=161939 vsize=5981856 memory=279995764796992 CPUtime=3600.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161962/stat : 161962 (fscip) R 161939 161942 159974 0 -1 4194368 1073527 0 0 0 359779 263 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161963] ppid=161939 vsize=5981856 memory=279995766406544 CPUtime=3602.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161963/stat : 161963 (fscip) R 161939 161942 159974 0 -1 4194368 1668079 0 0 0 359953 303 0 0 20 0 41 0 24954394 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161964] ppid=161939 vsize=5981856 memory=4653140 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161964/stat : 161964 (fscip) S 161939 161942 159974 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161965] ppid=161939 vsize=5981856 memory=8196 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161965/stat : 161965 (fscip) S 161939 161942 159974 0 -1 1077936192 112 0 0 0 0 2 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161966] ppid=161939 vsize=5981856 memory=7636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161966/stat : 161966 (fscip) S 161939 161942 159974 0 -1 1077936192 72 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161967] ppid=161939 vsize=5981856 memory=1804 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161967/stat : 161967 (fscip) S 161939 161942 159974 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161968] ppid=161939 vsize=5981856 memory=17288 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161968/stat : 161968 (fscip) S 161939 161942 159974 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161969] ppid=161939 vsize=5981856 memory=33000 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161969/stat : 161969 (fscip) S 161939 161942 159974 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161970] ppid=161939 vsize=5981856 memory=4651004 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161970/stat : 161970 (fscip) S 161939 161942 159974 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161971] ppid=161939 vsize=5981856 memory=4655240 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161971/stat : 161971 (fscip) S 161939 161942 159974 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161972] ppid=161939 vsize=5981856 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161972/stat : 161972 (fscip) S 161939 161942 159974 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161973] ppid=161939 vsize=5981856 memory=21380 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161973/stat : 161973 (fscip) S 161939 161942 159974 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161974] ppid=161939 vsize=5981856 memory=2208 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161974/stat : 161974 (fscip) S 161939 161942 159974 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161975] ppid=161939 vsize=5981856 memory=50300 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161975/stat : 161975 (fscip) S 161939 161942 159974 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161976] ppid=161939 vsize=5981856 memory=7636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161976/stat : 161976 (fscip) S 161939 161942 159974 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161977] ppid=161939 vsize=5981856 memory=6720669839591030883 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161977/stat : 161977 (fscip) S 161939 161942 159974 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161978] ppid=161939 vsize=5981856 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161978/stat : 161978 (fscip) S 161939 161942 159974 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161979] ppid=161939 vsize=5981856 memory=4655240 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161979/stat : 161979 (fscip) S 161939 161942 159974 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161980] ppid=161939 vsize=5981856 memory=2732 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161980/stat : 161980 (fscip) S 161939 161942 159974 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161981] ppid=161939 vsize=5981856 memory=4654956 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161981/stat : 161981 (fscip) S 161939 161942 159974 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161982] ppid=161939 vsize=5981856 memory=4654132 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161982/stat : 161982 (fscip) S 161939 161942 159974 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
[pid=161942/tid=161983] ppid=161939 vsize=5981856 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/161942/task/161983/stat : 161983 (fscip) S 161939 161942 159974 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 24954418 6125420544 1163810 809668444160 4194304 16623229 140723869071168 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29753344 140723869074441 140723869074559 140723869074559 140723869081584 0
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 5981856 KiB
Current children cumulated memory: 4655240 KiB

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

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

# cumulated CPU time of all completed processes:  user=71832.6 s, system=168.818 s

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

[startup+3633.41 s]*
/proc/loadavg: 80.39 80.38 80.37 63/986 164279
/proc/meminfo: memFree=769770100/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3633.45
CPU time (s): 72001.4
CPU user time (s): 71832.6
CPU system time (s): 168.818
CPU usage (%): 1981.63
Max. virtual memory (cumulated for all children) (KiB): 5981856
Max. memory (cumulated for all children) (KiB): 4655240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71832.6
system time used= 168.817
maximum resident set size= 4655240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20657619
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= 237257
involuntary context switches= 311740


# summary of solver processes directly reported to runsolver:
#   pid: 161942
#   total CPU time (s): 72001.4
#   total CPU user time (s): 71832.6
#   total CPU system time (s): 168.818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4345 second user time and 84.0675 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 09:28:33
IDJOB=4465875
IDBENCH=162218
IDSOLVER=3094
FILE ID=nodeD105/4465875-1722583713
RUNJOBID= nodeD105-1722581828-159985
SLURM_JOB_ID= 8254295
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size80-round21-3.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-4465875-1722583713/watcher-4465875-1722583713 -o /tmp/evaluation-result-4465875-1722583713/solver-4465875-1722583713 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159985 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465875-1722583713.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 864bfa231da9fb907b495a126824f2c7
RANDOM SEED=1174871626

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        770875936 kB
MemAvailable:   773495216 kB
Buffers:          369528 kB
Cached:          5554500 kB
SwapCached:            0 kB
Active:           563796 kB
Inactive:       16675556 kB
Active(anon):       2168 kB
Inactive(anon): 11335692 kB
Active(file):     561628 kB
Inactive(file):  5339864 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28648 kB
Writeback:             4 kB
AnonPages:      11308920 kB
Mapped:           130984 kB
Shmem:             22536 kB
KReclaimable:     274980 kB
Slab:             650192 kB
SReclaimable:     274980 kB
SUnreclaim:       375212 kB
KernelStack:       16896 kB
PageTables:        34048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1938916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           307968 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1542144 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:      657408 kB
DirectMap2M:    82677760 kB
DirectMap1G:    722468864 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD105 at 2024-08-02 10:29:06