Trace number 4465870

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.8 3632.54

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-0.opb
MD5SUMb3190b6d7590b4907713913d99d6bfc0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
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 = 47267840, getVmSize() = 47267840, SCIPgetMemUsed() = 21373489, SCIPgetMemTotal() = 24920777, SCIPgetMemExternEstim() = 13408067
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
0.11/0.22	c ** Estimated virtualMemUsedAtSolver = 39302046, getVmSize() = 69898240, SCIPgetMemUsed() = 25019610, SCIPgetMemTotal() = 45545002, SCIPgetMemExternEstim() = 13408067
0.11/0.22	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.22	c Original Problem   :
0.11/0.22	c   Problem name     : instance-4465870-1722585541
0.11/0.22	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 9520
0.11/0.22	c   Objective sense  : minimize
0.11/0.22	c Presolved Problem  :
0.11/0.22	c   Variables        : 3346 (3346 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 7761
0.11/0.22	c Constraints        : Number
0.11/0.22	c   and              : 32 
0.11/0.22	c   linear           : 1315 
0.11/0.22	c   logicor          : 6414 
0.11/0.22	c ** Instance transfer method used: 0
0.23/0.24	c ** ParaScipInstance copy does not increase the number of variables. **
0.43/0.49	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.43/0.49	c                                Nodes    Active                                            
0.43/0.49	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
102.56/5.74	c         6          11999         324        20                -           0.0000          -
201.52/10.78	c        11          28256         268        20                -           0.0000          -
302.08/15.83	c        16          46513         116        20                -           0.0000          -
401.23/20.88	c        21          72808         226        20                -           0.0000          -
502.26/25.93	c        26             24          23        20                -           0.0000          -
601.36/30.98	c        31             24          23        20                -           0.0000          -
703.15/36.03	c        36             24          23        20                -           0.0000          -
802.33/41.08	c        41             13          12        20                -           0.0000          -
901.53/46.13	c        46             13          12        20                -           0.0000          -
1002.66/51.18	c        51             13          12        20                -           0.0000          -
1102.97/56.23	c        56             13          12        20                -           0.0000          -
1202.09/61.28	c        61             13          12        20                -           0.0000          -
1303.08/66.32	c        66             13          12        20                -           0.0000          -
1402.27/71.37	c        71             42          41        20                -           0.0000          -
1503.43/76.42	c        76             42          41        20                -           0.0000          -
1602.62/81.47	c        81             42          41        20                -           0.0000          -
1703.76/86.52	c        87             42          41        20                -           0.0000          -
1802.80/91.57	c        92             42          41        20                -           0.0000          -
1903.93/96.62	c        97             42          41        20                -           0.0000          -
2003.21/101.67	c       102             24          23        20                -           0.0000          -
2104.26/106.72	c       107             24          23        20                -           0.0000          -
2203.17/111.77	c       112             24          23        20                -           0.0000          -
2304.13/116.82	c       117             24          23        20                -           0.0000          -
2403.18/121.87	c       122             24          23        20                -           0.0000          -
2504.32/126.92	c       127             24          23        20                -           0.0000          -
2603.53/131.97	c       132             24          23        20                -           0.0000          -
2702.42/137.00	c       137             24          23        20                -           0.0000          -
2804.15/142.07	c       142             24          23        20                -           0.0000          -
2903.51/147.12	c       147             24          23        20                -           0.0000          -
3004.56/152.17	c       152             24          23        20                -           0.0000          -
3104.94/157.22	c       157             24          23        20                -           0.0000          -
3204.14/162.25	c       162             24          23        20                -           0.0000          -
3305.38/167.32	c       167             24          23        20                -           0.0000          -
3404.62/172.37	c       172             24          23        20                -           0.0000          -
3505.84/177.42	c       177             24          23        20                -           0.0000          -
3605.00/182.47	c       182             24          23        20                -           0.0000          -
3706.08/187.52	c       188             24          23        20                -           0.0000          -
3805.32/192.57	c       193             24          23        20                -           0.0000          -
3906.36/197.62	c       198             24          23        20                -           0.0000          -
4005.39/202.67	c       203             24          23        20                -           0.0000          -
4106.45/207.72	c       208             24          23        20                -           0.0000          -
4205.66/212.77	c       213             24          23        20                -           0.0000          -
4306.77/217.82	c       218             24          23        20                -           0.0000          -
4405.91/222.87	c       223             24          23        20                -           0.0000          -
4506.98/227.92	c       228             24          23        20                -           0.0000          -
4606.15/232.97	c       233             24          23        20                -           0.0000          -
4705.08/238.03	c       238             24          23        20                -           0.0000          -
4806.95/243.07	c       243             24          23        20                -           0.0000          -
4906.31/248.12	c       248             24          23        20                -           0.0000          -
5007.31/253.14	c       253             24          23        20                -           0.0000          -
5107.72/258.21	c       258             24          23        20                -           0.0000          -
5206.93/263.24	c       263             24          23        20                -           0.0000          -
5308.14/268.31	c       268             24          23        20                -           0.0000          -
5407.10/273.36	c       273             24          23        20                -           0.0000          -
5508.23/278.41	c       278             24          23        20                -           0.0000          -
5607.45/283.46	c       283             24          23        20                -           0.0000          -
5708.65/288.51	c       289             24          23        20                -           0.0000          -
5807.82/293.56	c       294             24          23        20                -           0.0000          -
5908.98/298.61	c       299             24          23        20                -           0.0000          -
6008.11/303.66	c       304             24          23        20                -           0.0000          -
6109.24/308.71	c       309             24          23        20                -           0.0000          -
6208.44/313.76	c       314             24          23        20                -           0.0000          -
6309.60/318.81	c       319             24          23        20                -           0.0000          -
6408.67/323.86	c       324             24          23        20                -           0.0000          -
6509.87/328.92	c       329             24          23        20                -           0.0000          -
6609.05/333.96	c       334             24          23        20                -           0.0000          -
6708.20/339.01	c       339             24          23        20                -           0.0000          -
6810.11/344.06	c       344             24          23        20                -           0.0000          -
6909.11/349.11	c       349             24          23        20                -           0.0000          -
7010.23/354.16	c       354             24          23        20                -           0.0000          -
7110.57/359.21	c       359             24          23        20                -           0.0000          -
7209.70/364.26	c       364             24          23        20                -           0.0000          -
7310.85/369.31	c       369            732         731        20                -           0.0000          -
7409.81/374.36	c       374             28          27        20                -           0.0000          -
7510.98/379.41	c       379            762         761        20                -           0.0000          -
7610.16/384.46	c       384            762         761        20                -           0.0000          -
7711.34/389.51	c       390             34          33        20                -           0.0000          -
7810.46/394.54	c       395             36          35        20                -           0.0000          -
7909.64/399.56	c       400             38          37        20                -           0.0000          -
8010.80/404.66	c       405           1377        1372        20                -           0.0000          -
8111.80/409.71	c       410           1377        1372        20                -           0.0000          -
8210.97/414.76	c       415           1377        1372        20                -           0.0000          -
8311.97/419.81	c       420             44          43        20                -           0.0000          -
8411.09/424.86	c       425            867         866        20                -           0.0000          -
8511.89/429.91	c       430            867         866        20                -           0.0000          -
8611.09/434.95	c       435            867         866        20                -           0.0000          -
8710.20/440.01	c       440            885         884        20                -           0.0000          -
8812.01/445.06	c       445             68          67        20                -           0.0000          -
8911.21/450.11	c       450            917         916        20                -           0.0000          -
9012.40/455.16	c       455           1528        1523        20                -           0.0000          -
9112.76/460.21	c       460           1528        1523        20                -           0.0000          -
9211.95/465.26	c       465           1528        1523        20                -           0.0000          -
9313.10/470.31	c       470           1038        1037        20                -           0.0000          -
9412.22/475.36	c       475            102         101        20                -           0.0000          -
9513.42/480.42	c       480           1613        1608        20                -           0.0000          -
9612.59/485.46	c       485           1647        1642        20                -           0.0000          -
9713.71/490.52	c       491            124         123        20                -           0.0000          -
9812.90/495.53	c       496           1169         117        20                -           0.0000          -
9914.08/500.61	c       501           1703        1698        20                -           0.0000          -
10013.26/505.66	c       506           1703        1698        20                -           0.0000          -
10114.42/510.71	c       511           1703        1698        20                -           0.0000          -
10213.60/515.76	c       516           1703        1698        20                -           0.0000          -
10314.75/520.81	c       521           1703        1698        20                -           0.0000          -
10413.74/525.83	c       526           1703        1698        20                -           0.0000          -
10514.86/530.91	c       531           1703        1698        20                -           0.0000          -
10613.99/535.97	c       536            194         193        20                -           0.0000          -
10713.18/541.00	c       541           1319         267        20                -           0.0000          -
10815.01/546.07	c       546        2765720         275        20                -           0.0000          -
10914.11/551.11	c       551           1782        1777        20                -           0.0000          -
11015.32/556.16	c       556           1782        1777        20                -           0.0000          -
11115.72/561.21	c       561           1782        1777        20                -           0.0000          -
11214.90/566.27	c       566           1874        1869        20                -           0.0000          -
11316.07/571.31	c       571           1874        1869        20                -           0.0000          -
11415.18/576.36	c       576           1383         331        20                -           0.0000          -
11516.24/581.41	c       581           1383         331        20                -           0.0000          -
11615.39/586.46	c       586           1383         331        20                -           0.0000          -
11716.54/591.51	c       592           1383         331        20                -           0.0000          -
11815.61/596.56	c       597           1383         331        20                -           0.0000          -
11916.76/601.61	c       602           1383         331        20                -           0.0000          -
12015.87/606.66	c       607           1383         331        20                -           0.0000          -
12116.99/611.71	c       612           1383         331        20                -           0.0000          -
12216.15/616.76	c       617           1383         331        20                -           0.0000          -
12317.31/621.81	c       622           1383         331        20                -           0.0000          -
12416.44/626.86	c       627           1383         331        20                -           0.0000          -
12517.60/631.91	c       632            374         373        20                -           0.0000          -
12616.80/636.96	c       637           2298        2293        20                -           0.0000          -
12715.89/642.01	c       642           2298        2293        20                -           0.0000          -
12817.80/647.06	c       647           2298        2293        20                -           0.0000          -
12916.98/652.11	c       652           1464         410        20                -           0.0000          -
13018.20/657.16	c       657           1464         410        20                -           0.0000          -
13118.48/662.21	c       662           2408        2403        20                -           0.0000          -
13217.59/667.26	c       667           2408        2403        20                -           0.0000          -
13318.66/672.31	c       672           2408        2403        20                -           0.0000          -
13417.99/677.37	c       677           1544         490        20                -           0.0000          -
13518.71/682.41	c       682           1544         490        20                -           0.0000          -
13617.88/687.46	c       687           1544         490        20                -           0.0000          -
13719.00/692.51	c       693            448         447        20                -           0.0000          -
13818.17/697.56	c       698        3635563         274        20                -           0.0000          -
13919.34/702.61	c       703            486         485        20                -           0.0000          -
14018.41/707.66	c       708           2686        2681        20                -           0.0000          -
14119.56/712.71	c       713           2688        2683        20                -           0.0000          -
14218.73/717.76	c       718           2688        2683        20                -           0.0000          -
14319.88/722.81	c       723           2688        2683        20                -           0.0000          -
14418.98/727.86	c       728           2688        2683        20                -           0.0000          -
14520.14/732.91	c       733           2031         977        20                -           0.0000          -
14619.23/737.96	c       738           2074        1020        20                -           0.0000          -
14718.18/743.01	c       743           2773        2768        20                -           0.0000          -
14819.63/748.05	c       748            637         636        20                -           0.0000          -
14918.63/753.07	c       753           2836        2831        20                -           0.0000          -
15017.87/758.10	c       758            642         641        20                -           0.0000          -
15117.05/763.14	c       763           2325        1271        20                -           0.0000          -
15219.19/768.26	c       768            648         647        20                -           0.0000          -
15320.37/773.31	c       773        4210792         272        20                -           0.0000          -
15419.52/778.36	c       778           3059        3054        20                -           0.0000          -
15520.74/783.41	c       783           2435        1381        20                -           0.0000          -
15619.47/788.46	c       788           2435        1381        20                -           0.0000          -
15720.51/793.51	c       794           3168        3163        20                -           0.0000          -
15819.63/798.56	c       799           2453        1399        20                -           0.0000          -
15920.77/803.60	c       804           2485        1431        20                -           0.0000          -
16019.88/808.66	c       809           3238        3233        20                -           0.0000          -
16121.00/813.71	c       814           3243        3238        20                -           0.0000          -
16220.15/818.76	c       819           2633        1579        20                -           0.0000          -
16321.29/823.81	c       824           3288        3283        20                -           0.0000          -
16420.46/828.86	c       829           3288        3283        20                -           0.0000          -
16521.63/833.91	c       834           3288        3283        20                -           0.0000          -
16620.78/838.96	c       839           3288        3283        20                -           0.0000          -
16719.94/844.01	c       844           3288        3283        20                -           0.0000          -
16821.64/849.06	c       849           3288        3283        20                -           0.0000          -
16920.80/854.11	c       854           3288        3283        20                -           0.0000          -
17022.09/859.16	c       859        4683366         275        20                -           0.0000          -
17121.98/864.21	c       864           3359        3354        20                -           0.0000          -
17221.03/869.26	c       869           3060        2006        20                -           0.0000          -
17320.14/874.28	c       874           3083        2029        20                -           0.0000          -
17421.30/879.36	c       879           3083        2029        20                -           0.0000          -
17522.40/884.42	c       884           3083        2029        20                -           0.0000          -
17621.63/889.46	c       889           3083        2029        20                -           0.0000          -
17722.74/894.51	c       895            982         981        20                -           0.0000          -
17821.54/899.56	c       900           3117        2063        20                -           0.0000          -
17922.46/904.61	c       905           3188        2134        20                -           0.0000          -
18021.61/909.66	c       910           1028        1027        20                -           0.0000          -
18122.59/914.71	c       915           3245        2191        20                -           0.0000          -
18221.77/919.76	c       920           3245        2191        20                -           0.0000          -
18322.85/924.81	c       925           1050           0        20                -           0.0000          -
18422.00/929.84	c       930           1050           0        20                -           0.0000          -
18523.06/934.92	c       935           1050           0        20                -           0.0000          -
18622.26/939.94	c       940           1050           0        20                -           0.0000          -
18721.42/945.01	c       945           1050           0        20                -           0.0000          -
18820.59/950.03	c       950           1050           0        20                -           0.0000          -
18922.47/955.11	c       955           1050           0        20                -           0.0000          -
19021.73/960.13	c       960           1050           0        20                -           0.0000          -
19123.98/965.21	c       965           1050           0        20                -           0.0000          -
19223.16/970.26	c       970           1050           0        20                -           0.0000          -
19324.24/975.31	c       975           1050           0        20                -           0.0000          -
19423.46/980.36	c       980           1050           0        20                -           0.0000          -
19524.21/985.41	c       985           3463        2407        20                -           0.0000          -
19623.25/990.46	c       990           4328        4323        20                -           0.0000          -
19724.26/995.51	c       996           3480        2424        20                -           0.0000          -
19823.36/1000.56	c      1001           3480        2424        20                -           0.0000          -
19924.43/1005.60	c      1006           3480        2424        20                -           0.0000          -
20023.44/1010.67	c      1011           3480        2424        20                -           0.0000          -
20124.49/1015.71	c      1016           3480        2424        20                -           0.0000          -
20223.64/1020.76	c      1021           3480        2424        20                -           0.0000          -
20324.71/1025.81	c      1026           3480        2424        20                -           0.0000          -
20423.78/1030.86	c      1031           3480        2424        20                -           0.0000          -
20524.94/1035.92	c      1036           3480        2424        20                -           0.0000          -
20624.10/1040.96	c      1041           3480        2424        20                -           0.0000          -
20723.27/1046.01	c      1046           3480        2424        20                -           0.0000          -
20825.19/1051.05	c      1051           3480        2424        20                -           0.0000          -
20924.38/1056.11	c      1056           3480        2424        20                -           0.0000          -
21025.55/1061.16	c      1061           3480        2424        20                -           0.0000          -
21125.86/1066.21	c      1066           3480        2424        20                -           0.0000          -
21224.98/1071.27	c      1071           3480        2424        20                -           0.0000          -
21326.09/1076.31	c      1076           3480        2424        20                -           0.0000          -
21425.20/1081.36	c      1081           3480        2424        20                -           0.0000          -
21526.23/1086.41	c      1086           3480        2424        20                -           0.0000          -
21625.38/1091.46	c      1091           3480        2424        20                -           0.0000          -
21726.53/1096.51	c      1097           3480        2424        20                -           0.0000          -
21825.58/1101.56	c      1102           3499        2443        20                -           0.0000          -
21926.74/1106.61	c      1107           3564        2506        20                -           0.0000          -
22025.80/1111.65	c      1112           3585        2527        20                -           0.0000          -
22126.80/1116.71	c      1117           5404        5397        20                -           0.0000          -
22225.88/1121.76	c      1122           5404        5397        20                -           0.0000          -
22327.01/1126.81	c      1127           5404        5397        20                -           0.0000          -
22426.10/1131.86	c      1132           5404        5397        20                -           0.0000          -
22527.20/1136.91	c      1137           5404        5397        20                -           0.0000          -
22626.15/1141.96	c      1142           5404        5397        20                -           0.0000          -
22725.26/1147.01	c      1147           5404        5397        20                -           0.0000          -
22827.32/1152.06	c      1152           5404        5397        20                -           0.0000          -
22926.30/1157.08	c      1157           5404        5397        20                -           0.0000          -
23027.60/1162.15	c      1162           5404        5397        20                -           0.0000          -
23126.74/1167.17	c      1167           5404        5397        20                -           0.0000          -
23226.97/1172.24	c      1172           5404        5397        20                -           0.0000          -
23328.33/1177.31	c      1177           5404        5397        20                -           0.0000          -
23427.30/1182.36	c      1182           3944        2886        20                -           0.0000          -
23528.47/1187.41	c      1187           5449        5442        20                -           0.0000          -
23627.60/1192.46	c      1192           1468         414        20                -           0.0000          -
23728.76/1197.51	c      1198           5544        5537        20                -           0.0000          -
23827.82/1202.56	c      1203           5577        5570        20                -           0.0000          -
23928.86/1207.61	c      1208           5577        5570        20                -           0.0000          -
24027.98/1212.67	c      1213           5577        5570        20                -           0.0000          -
24129.08/1217.71	c      1218           5577        5570        20                -           0.0000          -
24228.07/1222.76	c      1223           4205        3145        20                -           0.0000          -
24329.08/1227.81	c      1228           1899         777        20                -           0.0000          -
24428.13/1232.86	c      1233           4267        3205        20                -           0.0000          -
24529.23/1237.92	c      1238           5733        5726        20                -           0.0000          -
24628.38/1242.96	c      1243           4387        3325        20                -           0.0000          -
24727.51/1248.01	c      1248           2278         832        20                -           0.0000          -
24826.62/1253.04	c      1253           5833        5826        20                -           0.0000          -
24928.57/1258.11	c      1258           5833        5826        20                -           0.0000          -
25029.59/1263.16	c      1263           4453        3391        20                -           0.0000          -
25129.62/1268.21	c      1268           4453        3391        20                -           0.0000          -
25228.65/1273.26	c      1273           4453        3391        20                -           0.0000          -
25329.81/1278.31	c      1278           4483        3421        20                -           0.0000          -
25428.92/1283.35	c      1283           6078        6071        20                -           0.0000          -
25529.86/1288.42	c      1288        7802552         270        20                -           0.0000          -
25628.91/1293.46	c      1293           4605        3541        20                -           0.0000          -
25730.09/1298.51	c      1299           4623        3559        20                -           0.0000          -
25829.27/1303.56	c      1304           6294        6287        20                -           0.0000          -
25928.38/1308.58	c      1309           6294        6287        20                -           0.0000          -
26029.48/1313.66	c      1314           6294        6287        20                -           0.0000          -
26130.64/1318.71	c      1319           6294        6287        20                -           0.0000          -
26229.79/1323.76	c      1324           6294        6287        20                -           0.0000          -
26328.72/1328.78	c      1329           4839        3775        20                -           0.0000          -
26429.69/1333.84	c      1334           4839        3775        20                -           0.0000          -
26528.85/1338.90	c      1339           4839        3775        20                -           0.0000          -
26629.98/1343.96	c      1344           4939        3875        20                -           0.0000          -
26729.12/1349.01	c      1349           4953        3889        20                -           0.0000          -
26830.89/1354.06	c      1354           6632        6625        20                -           0.0000          -
26929.89/1359.11	c      1359           6694        6687        20                -           0.0000          -
27029.14/1364.13	c      1364           5097        4033        20                -           0.0000          -
27131.53/1369.21	c      1369           5191        4127        20                -           0.0000          -
27230.70/1374.27	c      1374           5191        4127        20                -           0.0000          -
27331.86/1379.31	c      1379           5191        4127        20                -           0.0000          -
27431.01/1384.36	c      1384        7009008         353        20                -           0.0000          -
27530.13/1389.38	c      1389        7042665         345        20                -           0.0000          -
27631.29/1394.42	c      1394           7033        7026        20                -           0.0000          -
27730.43/1399.49	c      1399        7106725         351        20                -           0.0000          -
27831.59/1404.56	c      1405           7172        7165        20                -           0.0000          -
27932.75/1409.61	c      1410          15998        1089        20                -           0.0000          -
28031.86/1414.67	c      1415           5763        4699        20                -           0.0000          -
28132.93/1419.71	c      1420           5822        4758        20                -           0.0000          -
28232.10/1424.77	c      1425           7304        7297        20                -           0.0000          -
28333.27/1429.81	c      1430           7309        7302        20                -           0.0000          -
28432.45/1434.84	c      1435           7309        7302        20                -           0.0000          -
28533.59/1439.91	c      1440           7309        7302        20                -           0.0000          -
28632.73/1444.94	c      1445        7331580         353        20                -           0.0000          -
28731.87/1450.01	c      1450           6094        5030        20                -           0.0000          -
28833.81/1455.06	c      1455           7474        7467        20                -           0.0000          -
28932.97/1460.11	c      1460           7474        7467        20                -           0.0000          -
29034.06/1465.16	c      1465           7524        7517        20                -           0.0000          -
29134.52/1470.21	c      1470           7549        7542        20                -           0.0000          -
29233.68/1475.26	c      1475           7549        7542        20                -           0.0000          -
29332.67/1480.28	c      1480           7549        7542        20                -           0.0000          -
29433.84/1485.36	c      1485           7598        7591        20                -           0.0000          -
29534.98/1490.42	c      1490           7663        7656        20                -           0.0000          -
29634.16/1495.47	c      1495           6587        5521        20                -           0.0000          -
29735.33/1500.50	c      1500           6587        5521        20                -           0.0000          -
29834.43/1505.56	c      1506           6587        5521        20                -           0.0000          -
29933.47/1510.59	c      1511           6587        5521        20                -           0.0000          -
30034.67/1515.66	c      1516           6617        5551        20                -           0.0000          -
30133.81/1520.69	c      1521        7716373         352        20                -           0.0000          -
30233.18/1525.70	c      1526           6805        5733        20                -           0.0000          -
30336.06/1530.81	c      1531           8048        8041        20                -           0.0000          -
30435.27/1535.86	c      1536           8113        8106        20                -           0.0000          -
30536.45/1540.91	c      1541           6985        5913        20                -           0.0000          -
30635.62/1545.93	c      1546           8214        8207        20                -           0.0000          -
30734.82/1550.95	c      1551           7111        6039        20                -           0.0000          -
30836.70/1556.04	c      1556           8246        8239        20                -           0.0000          -
30935.75/1561.10	c      1561           8259        8252        20                -           0.0000          -
31035.18/1566.12	c      1566           8259        8252        20                -           0.0000          -
31137.59/1571.21	c      1571           8259        8252        20                -           0.0000          -
31236.50/1576.26	c      1576           8259        8252        20                -           0.0000          -
31337.72/1581.31	c      1581           8281        8274        20                -           0.0000          -
31436.91/1586.36	c      1586           8294        8287        20                -           0.0000          -
31538.12/1591.41	c      1591           8025        6829        20                -           0.0000          -
31637.30/1596.46	c      1596       10063896         274        20                -           0.0000          -
31738.48/1601.51	c      1602           8371        6935        20                -           0.0000          -
31837.61/1606.56	c      1607           8524        8517        20                -           0.0000          -
31938.75/1611.61	c      1612       10174629         277        20                -           0.0000          -
32037.92/1616.66	c      1617           8619        8612        20                -           0.0000          -
32139.08/1621.71	c      1622           8619        8612        20                -           0.0000          -
32238.14/1626.76	c      1627           8663        8656        20                -           0.0000          -
32339.24/1631.81	c      1632           8688        8681        20                -           0.0000          -
32438.39/1636.86	c      1637       10362706         272        20                -           0.0000          -
32539.42/1641.91	c      1642           8800        8793        20                -           0.0000          -
32638.53/1646.96	c      1647           8835        8828        20                -           0.0000          -
32737.66/1652.01	c      1652           8891        8884        20                -           0.0000          -
32839.51/1657.06	c      1657           8914        8907        20                -           0.0000          -
32938.64/1662.11	c      1662           8914        8907        20                -           0.0000          -
33039.84/1667.16	c      1667       10584346         276        20                -           0.0000          -
33140.10/1672.21	c      1672           8991        8984        20                -           0.0000          -
33239.24/1677.27	c      1677           8991        8984        20                -           0.0000          -
33338.37/1682.28	c      1682           8991        8984        20                -           0.0000          -
33439.64/1687.36	c      1687           9001        8994        20                -           0.0000          -
33540.36/1692.41	c      1692           9089        9082        20                -           0.0000          -
33639.53/1697.42	c      1697           9145        9138        20                -           0.0000          -
33740.68/1702.51	c      1703           9145        9138        20                -           0.0000          -
33839.87/1707.56	c      1708           9145        9138        20                -           0.0000          -
33941.01/1712.62	c      1713           9145        9138        20                -           0.0000          -
34040.38/1717.64	c      1718           9145        9138        20                -           0.0000          -
34139.38/1722.66	c      1723           9145        9138        20                -           0.0000          -
34240.36/1727.74	c      1728           9145        9138        20                -           0.0000          -
34341.52/1732.81	c      1733           9145        9138        20                -           0.0000          -
34440.69/1737.86	c      1738           9145        9138        20                -           0.0000          -
34541.86/1742.92	c      1743           9145        9138        20                -           0.0000          -
34641.03/1747.97	c      1748           9145        9138        20                -           0.0000          -
34740.15/1753.01	c      1753           9145        9138        20                -           0.0000          -
34842.23/1758.06	c      1758           9154        9147        20                -           0.0000          -
34941.27/1763.11	c      1763           9231        9224        20                -           0.0000          -
35042.69/1768.17	c      1768       11342213         278        20                -           0.0000          -
35142.78/1773.20	c      1773           9264        9257        20                -           0.0000          -
35241.95/1778.26	c      1778           9264        9257        20                -           0.0000          -
35343.12/1783.31	c      1783           9328        9321        20                -           0.0000          -
35442.25/1788.34	c      1788           9354        9347        20                -           0.0000          -
35541.22/1793.39	c      1793       11528636         269        20                -           0.0000          -
35642.34/1798.45	c      1798           9458        9451        20                -           0.0000          -
35743.51/1803.51	c      1804       11606757         279        20                -           0.0000          -
35842.60/1808.59	c      1809       11648619         271        20                -           0.0000          -
35943.89/1813.65	c      1814       11688226         276        20                -           0.0000          -
36044.80/1818.70	c      1819          22895        7327        20                -           0.0000          -
36143.93/1823.72	c      1824           9879        9872        20                -           0.0000          -
36245.04/1828.80	c      1829           9894        9887        20                -           0.0000          -
36344.16/1833.85	c      1834           9943        9936        20                -           0.0000          -
36443.27/1838.87	c      1839       11876683         271        20                -           0.0000          -
36544.37/1843.95	c      1844          24350        7318        20                -           0.0000          -
36643.49/1849.00	c      1849          10175       10168        20                -           0.0000          -
36745.39/1854.05	c      1854          10175       10168        20                -           0.0000          -
36844.45/1859.10	c      1859          10175       10168        20                -           0.0000          -
36943.55/1864.14	c      1864          25242        7322        20                -           0.0000          -
37044.64/1869.20	c      1869       12109069         267        20                -           0.0000          -
37144.99/1874.26	c      1874       12146625         273        20                -           0.0000          -
37246.09/1879.30	c      1879          10489       10482        20                -           0.0000          -
37345.19/1884.38	c      1884          10544       10537        20                -           0.0000          -
37446.25/1889.43	c      1889          10564       10557        20                -           0.0000          -
37545.35/1894.48	c      1894       12303198         272        20                -           0.0000          -
37646.40/1899.51	c      1900          27079        7306        20                -           0.0000          -
37745.51/1904.52	c      1905          10780       10773        20                -           0.0000          -
37844.45/1909.54	c      1910       12420538         272        20                -           0.0000          -
37943.41/1914.57	c      1915          10959       10952        20                -           0.0000          -
38046.47/1919.71	c      1920          11013       11006        20                -           0.0000          -
38145.46/1924.78	c      1925          11014       11007        20                -           0.0000          -
38246.39/1929.83	c      1930          11014       11007        20                -           0.0000          -
38345.49/1934.88	c      1935          11014       11007        20                -           0.0000          -
38446.60/1939.93	c      1940          11014       11007        20                -           0.0000          -
38545.70/1944.97	c      1945          29877        7334        20                -           0.0000          -
38644.75/1950.02	c      1950          11139       11132        20                -           0.0000          -
38743.87/1955.04	c      1955          67852        1122        20                -           0.0000          -
38846.01/1960.13	c      1960          30669        7368        20                -           0.0000          -
38946.82/1965.16	c      1965          11339       11332        20                -           0.0000          -
39047.13/1970.23	c      1970          31356        7391        20                -           0.0000          -
39146.22/1975.28	c      1975          69799        1126        20                -           0.0000          -
39247.27/1980.33	c      1980          31961        7384        20                -           0.0000          -
39346.38/1985.35	c      1985       13008889         274        20                -           0.0000          -
39445.48/1990.37	c      1990          32601        7378        20                -           0.0000          -
39544.60/1995.40	c      1995          33079        7356        20                -           0.0000          -
39647.69/2000.53	c      2001          11773       11766        20                -           0.0000          -
39746.79/2005.56	c      2006          11855       11848        20                -           0.0000          -
39847.85/2010.63	c      2011          11940       11933        20                -           0.0000          -
39946.92/2015.68	c      2016          11999       11992        20                -           0.0000          -
40048.03/2020.74	c      2021          12024       12017        20                -           0.0000          -
40147.14/2025.78	c      2026       13328611         273        20                -           0.0000          -
40246.27/2030.79	c      2031          12124       12117        20                -           0.0000          -
40347.31/2035.88	c      2036          12124       12117        20                -           0.0000          -
40448.38/2040.93	c      2041       13450109         269        20                -           0.0000          -
40547.48/2045.98	c      2046       13490513         267        20                -           0.0000          -
40646.58/2051.01	c      2051          12257       12250        20                -           0.0000          -
40748.54/2056.08	c      2056          12257       12250        20                -           0.0000          -
40849.45/2061.13	c      2061          12257       12250        20                -           0.0000          -
40948.62/2066.18	c      2066          12257       12250        20                -           0.0000          -
41048.90/2071.23	c      2071          12271       12264        20                -           0.0000          -
41148.00/2076.28	c      2076          12337       12330        20                -           0.0000          -
41249.07/2081.33	c      2081       13761345         277        20                -           0.0000          -
41348.18/2086.38	c      2086          12479       12472        20                -           0.0000          -
41449.27/2091.43	c      2091       13843214         273        20                -           0.0000          -
41548.38/2096.48	c      2096       13883119         272        20                -           0.0000          -
41647.47/2101.49	c      2102          12634       12627        20                -           0.0000          -
41748.59/2106.55	c      2107          41736        7299        20                -           0.0000          -
41849.71/2111.62	c      2112          12708       12701        20                -           0.0000          -
41948.86/2116.68	c      2117          12708       12701        20                -           0.0000          -
42049.98/2121.73	c      2122          12711       12704        20                -           0.0000          -
42149.07/2126.78	c      2127          42610        7297        20                -           0.0000          -
42250.16/2131.83	c      2132          12832       12825        20                -           0.0000          -
42349.27/2136.88	c      2137          12832       12825        20                -           0.0000          -
42450.31/2141.94	c      2142          43520        7294        20                -           0.0000          -
42549.35/2146.94	c      2147          12922       12913        20                -           0.0000          -
42648.24/2152.03	c      2152          12963           0        20                -           0.0000          -
42750.02/2157.08	c      2157          12963           0        20                -           0.0000          -
42849.13/2162.13	c      2162          12964           1        20                -           0.0000          -
42950.22/2167.18	c      2167       14457444         270        20                -           0.0000          -
43050.52/2172.24	c      2172       14497386         272        20                -           0.0000          -
43149.54/2177.28	c      2177          13020          57        20                -           0.0000          -
43250.64/2182.31	c      2182          13020          57        20                -           0.0000          -
43349.76/2187.38	c      2187          13020          57        20                -           0.0000          -
43450.83/2192.44	c      2192          13020          57        20                -           0.0000          -
43549.90/2197.48	c      2197          13020          57        20                -           0.0000          -
43649.00/2202.50	c      2202          13020          57        20                -           0.0000          -
43750.09/2207.52	c      2208          13020          57        20                -           0.0000          -
43851.20/2212.61	c      2213          13020          57        20                -           0.0000          -
43950.30/2217.67	c      2218          13020          57        20                -           0.0000          -
44049.43/2222.69	c      2223          13020          57        20                -           0.0000          -
44150.56/2227.72	c      2228          13020          57        20                -           0.0000          -
44249.69/2232.78	c      2233          13020          57        20                -           0.0000          -
44348.80/2237.79	c      2238          13020          57        20                -           0.0000          -
44451.89/2242.93	c      2243          13020          57        20                -           0.0000          -
44551.01/2247.98	c      2248          13020          57        20                -           0.0000          -
44650.12/2253.03	c      2253          13020          57        20                -           0.0000          -
44752.00/2258.08	c      2258          13024          61        20                -           0.0000          -
44853.02/2263.13	c      2263          13027          64        20                -           0.0000          -
44952.27/2268.18	c      2268          13027          64        20                -           0.0000          -
45052.57/2273.21	c      2273          13027          64        20                -           0.0000          -
45151.69/2278.25	c      2278          13027          64        20                -           0.0000          -
45252.77/2283.33	c      2283       15370737         271        20                -           0.0000          -
45351.89/2288.38	c      2288          13061          98        20                -           0.0000          -
45451.03/2293.40	c      2293          13061          98        20                -           0.0000          -
45552.11/2298.41	c      2298          13061          98        20                -           0.0000          -
45651.28/2303.47	c      2303          56386        7290        20                -           0.0000          -
45752.29/2308.56	c      2309          13093         130        20                -           0.0000          -
45853.28/2313.62	c      2314          13116         153        20                -           0.0000          -
45952.32/2318.63	c      2319          99915        1249        20                -           0.0000          -
46053.43/2323.73	c      2324          13202         239        20                -           0.0000          -
46152.56/2328.78	c      2329          57594        7314        20                -           0.0000          -
46253.69/2333.83	c      2334          13261         298        20                -           0.0000          -
46352.80/2338.88	c      2339          13261         298        20                -           0.0000          -
46453.94/2343.93	c      2344          13261         298        20                -           0.0000          -
46553.08/2348.98	c      2349       15888442         272        20                -           0.0000          -
46652.20/2354.03	c      2354          13278         315        20                -           0.0000          -
46753.75/2359.06	c      2359          13278         315        20                -           0.0000          -
46853.18/2364.11	c      2364       16007102         272        20                -           0.0000          -
46954.44/2369.18	c      2369          60239        7272        20                -           0.0000          -
47054.59/2374.23	c      2374       16087939         267        20                -           0.0000          -
47153.74/2379.24	c      2379          13400         437        20                -           0.0000          -
47254.87/2384.31	c      2384          13400         437        20                -           0.0000          -
47354.03/2389.38	c      2389          13400         437        20                -           0.0000          -
47455.18/2394.43	c      2394          13407         444        20                -           0.0000          -
47554.35/2399.48	c      2399          13407         444        20                -           0.0000          -
47655.51/2404.50	c      2404          13407         444        20                -           0.0000          -
47754.67/2409.55	c      2410          13407         444        20                -           0.0000          -
47855.81/2414.62	c      2415       16418637         271        20                -           0.0000          -
47954.98/2419.68	c      2420          13429         466        20                -           0.0000          -
48056.11/2424.73	c      2425          13429         466        20                -           0.0000          -
48155.26/2429.78	c      2430          13429         466        20                -           0.0000          -
48256.34/2434.83	c      2435       16580444         272        20                -           0.0000          -
48355.48/2439.88	c      2440          13521         558        20                -           0.0000          -
48454.64/2444.90	c      2445          13521         558        20                -           0.0000          -
48555.80/2449.98	c      2450          13521         558        20                -           0.0000          -
48654.95/2455.03	c      2455          13521         558        20                -           0.0000          -
48756.89/2460.06	c      2460          13523         560        20                -           0.0000          -
48855.99/2465.08	c      2465          13540         577        20                -           0.0000          -
48955.27/2470.13	c      2470          67927        7448        20                -           0.0000          -
49057.44/2475.21	c      2475          13608         645        20                -           0.0000          -
49156.60/2480.28	c      2480          13608         645        20                -           0.0000          -
49257.73/2485.33	c      2485       16983015         268        20                -           0.0000          -
49356.90/2490.38	c      2490         114895        1191        20                -           0.0000          -
49457.99/2495.43	c      2495          13670         707        20                -           0.0000          -
49557.16/2500.48	c      2500          13670         707        20                -           0.0000          -
49658.32/2505.53	c      2506          13670         707        20                -           0.0000          -
49757.48/2510.56	c      2511          13677         714        20                -           0.0000          -
49858.53/2515.63	c      2516          13677         714        20                -           0.0000          -
49957.68/2520.68	c      2521          13677         714        20                -           0.0000          -
50058.81/2525.73	c      2526          13677         714        20                -           0.0000          -
50157.98/2530.75	c      2531          13694         731        20                -           0.0000          -
50259.15/2535.83	c      2536          13694         731        20                -           0.0000          -
50358.33/2540.88	c      2541          13694         731        20                -           0.0000          -
50457.48/2545.90	c      2546          13711         748        20                -           0.0000          -
50558.73/2550.98	c      2551          13720         757        20                -           0.0000          -
50657.71/2556.03	c      2556          13720         757        20                -           0.0000          -
50759.38/2561.08	c      2561          13720         757        20                -           0.0000          -
50858.82/2566.13	c      2566          13720         757        20                -           0.0000          -
50959.95/2571.18	c      2571          13744         781        20                -           0.0000          -
51060.27/2576.23	c      2576          13744         781        20                -           0.0000          -
51159.38/2581.28	c      2581          13744         781        20                -           0.0000          -
51260.44/2586.33	c      2586          13770         807        20                -           0.0000          -
51359.60/2591.37	c      2591       17816948         275        20                -           0.0000          -
51460.72/2596.42	c      2596          13830         867        20                -           0.0000          -
51559.89/2601.48	c      2601          13842         879        20                -           0.0000          -
51661.00/2606.53	c      2607          13869         906        20                -           0.0000          -
51760.19/2611.58	c      2612          13869         906        20                -           0.0000          -
51861.22/2616.60	c      2617          13869         906        20                -           0.0000          -
51960.46/2621.64	c      2622          77857        7649        20                -           0.0000          -
52061.30/2626.73	c      2627          13952         989        20                -           0.0000          -
52160.48/2631.78	c      2632       18136603         272        20                -           0.0000          -
52261.61/2636.84	c      2637          78537        7644        20                -           0.0000          -
52360.71/2641.85	c      2642          13982        1019        20                -           0.0000          -
52461.84/2646.91	c      2647       18254944         275        20                -           0.0000          -
52561.00/2651.97	c      2652          14028        1065        20                -           0.0000          -
52660.12/2657.02	c      2657       18332677         272        20                -           0.0000          -
52762.15/2662.08	c      2662          80041        7660        20                -           0.0000          -
52861.06/2667.10	c      2667          80261        7653        20                -           0.0000          -
52960.19/2672.12	c      2672          80728        7669        20                -           0.0000          -
53061.28/2677.19	c      2677          81077        7672        20                -           0.0000          -
53161.69/2682.25	c      2682          14329        1364        20                -           0.0000          -
53262.81/2687.30	c      2687          14355        1390        20                -           0.0000          -
53361.97/2692.38	c      2692       18605991         272        20                -           0.0000          -
53461.10/2697.39	c      2697       18645716         271        20                -           0.0000          -
53562.24/2702.43	c      2702          82690        7706        20                -           0.0000          -
53663.35/2707.53	c      2708       18726153         272        20                -           0.0000          -
53762.50/2712.58	c      2713       18766503         268        20                -           0.0000          -
53863.83/2717.62	c      2718          16323        1921        20                -           0.0000          -
53962.72/2722.69	c      2723          16990        1919        20                -           0.0000          -
54063.87/2727.73	c      2728       18886371         272        20                -           0.0000          -
54163.01/2732.78	c      2733          85197        7720        20                -           0.0000          -
54264.19/2737.83	c      2738       18967639         270        20                -           0.0000          -
54363.37/2742.88	c      2743       19008382         271        20                -           0.0000          -
54464.56/2747.93	c      2748          86175        7717        20                -           0.0000          -
54563.82/2752.97	c      2753       19091363         268        20                -           0.0000          -
54663.11/2758.03	c      2758          86288        7718        20                -           0.0000          -
54764.86/2763.08	c      2763       19168795         268        20                -           0.0000          -
54864.04/2768.13	c      2768       19207057         272        20                -           0.0000          -
54965.09/2773.18	c      2773          87355        7712        20                -           0.0000          -
55065.42/2778.22	c      2778          87813        7716        20                -           0.0000          -
55164.59/2783.27	c      2783          20454        1977        20                -           0.0000          -
55265.76/2788.32	c      2788       19359121         270        20                -           0.0000          -
55364.89/2793.38	c      2793       19397787         268        20                -           0.0000          -
55466.01/2798.43	c      2798       19436138         269        20                -           0.0000          -
55565.13/2803.48	c      2803       19474800         275        20                -           0.0000          -
55666.26/2808.51	c      2809       19513442         271        20                -           0.0000          -
55765.42/2813.52	c      2814       19553280         275        20                -           0.0000          -
55864.58/2818.53	c      2819          90673        7768        20                -           0.0000          -
55963.71/2823.56	c      2824          22455        1974        20                -           0.0000          -
56064.84/2828.63	c      2829          22645        1986        20                -           0.0000          -
56163.91/2833.64	c      2834         144685        1254        20                -           0.0000          -
56265.04/2838.73	c      2839       19750903         270        20                -           0.0000          -
56366.15/2843.81	c      2844       19790880         271        20                -           0.0000          -
56465.23/2848.87	c      2849       19831851         272        20                -           0.0000          -
56566.28/2853.95	c      2854       19870837         276        20                -           0.0000          -
56665.38/2859.03	c      2859          93267        7779        20                -           0.0000          -
56767.49/2864.08	c      2864       19949103         274        20                -           0.0000          -
56866.40/2869.13	c      2869          93864        7771        20                -           0.0000          -
56967.43/2874.18	c      2874          93864        7771        20                -           0.0000          -
57067.75/2879.23	c      2879          25757        2056        20                -           0.0000          -
57166.88/2884.28	c      2884       20115691         268        20                -           0.0000          -
57268.03/2889.35	c      2889          94754        7774        20                -           0.0000          -
57367.17/2894.38	c      2894       20199692         269        20                -           0.0000          -
57468.30/2899.43	c      2899       20242253         268        20                -           0.0000          -
57567.42/2904.48	c      2904       20280783         274        20                -           0.0000          -
57668.54/2909.53	c      2910       20318636         271        20                -           0.0000          -
57767.62/2914.58	c      2915       20357443         274        20                -           0.0000          -
57868.70/2919.62	c      2920          27726        2055        20                -           0.0000          -
57967.83/2924.68	c      2925          27917        2059        20                -           0.0000          -
58068.95/2929.73	c      2930          97305        7785        20                -           0.0000          -
58167.92/2934.78	c      2935          28262        2059        20                -           0.0000          -
58269.04/2939.83	c      2940       20549569         274        20                -           0.0000          -
58368.08/2944.85	c      2945       20588606         275        20                -           0.0000          -
58469.22/2949.91	c      2950          28685        2054        20                -           0.0000          -
58568.39/2954.98	c      2955       20666823         268        20                -           0.0000          -
58667.56/2960.03	c      2960       20706989         270        20                -           0.0000          -
58769.45/2965.08	c      2965       20749906         271        20                -           0.0000          -
58868.61/2970.13	c      2970       20790213         274        20                -           0.0000          -
58969.69/2975.16	c      2975       20833546         271        20                -           0.0000          -
59069.02/2980.17	c      2980       20873365         274        20                -           0.0000          -
59169.15/2985.22	c      2985          30012        2074        20                -           0.0000          -
59268.29/2990.23	c      2990         158145        1265        20                -           0.0000          -
59369.40/2995.35	c      2995         101578        7783        20                -           0.0000          -
59470.52/3000.40	c      3000       21029953         268        20                -           0.0000          -
59569.65/3005.48	c      3005         159613        1270        20                -           0.0000          -
59670.77/3010.53	c      3011          30563        2071        20                -           0.0000          -
59769.90/3015.55	c      3016         102760        7808        20                -           0.0000          -
59871.04/3020.63	c      3021         160841        1273        20                -           0.0000          -
59970.17/3025.68	c      3026         161248        1275        20                -           0.0000          -
60071.30/3030.73	c      3031       21266063         274        20                -           0.0000          -
60170.38/3035.78	c      3036       21302799         268        20                -           0.0000          -
60271.47/3040.83	c      3041       21342995         270        20                -           0.0000          -
60370.62/3045.88	c      3046          31776        2062        20                -           0.0000          -
60471.78/3050.93	c      3051       21421669         274        20                -           0.0000          -
60570.94/3055.98	c      3056       21458416         267        20                -           0.0000          -
60670.11/3061.01	c      3061       21496796         269        20                -           0.0000          -
60771.99/3066.08	c      3066          32435        2071        20                -           0.0000          -
60871.41/3071.13	c      3071       21572131         268        20                -           0.0000          -
60972.59/3076.18	c      3076       21611380         267        20                -           0.0000          -
61072.72/3081.23	c      3081       21650570         269        20                -           0.0000          -
61171.88/3086.28	c      3086       21687686         275        20                -           0.0000          -
61273.05/3091.32	c      3091         108820        7967        20                -           0.0000          -
61372.17/3096.37	c      3096       21764196         269        20                -           0.0000          -
61473.33/3101.43	c      3101          33728        2075        20                -           0.0000          -
61572.49/3106.47	c      3106       21841401         268        20                -           0.0000          -
61673.59/3111.53	c      3112       21879541         268        20                -           0.0000          -
61772.74/3116.57	c      3117       21917562         269        20                -           0.0000          -
61873.92/3121.62	c      3122         111191        7914        20                -           0.0000          -
61973.10/3126.67	c      3127         111458        7899        20                -           0.0000          -
62074.26/3131.73	c      3132       22033693         262        20                -           0.0000          -
62173.39/3136.78	c      3137       22070936         273        20                -           0.0000          -
62274.55/3141.83	c      3142          36382        2066        20                -           0.0000          -
62373.71/3146.86	c      3147       22150171         270        20                -           0.0000          -
62474.77/3151.93	c      3152          36902        2072        20                -           0.0000          -
62573.89/3156.96	c      3157       22227386         269        20                -           0.0000          -
62673.07/3162.03	c      3162         113749        7871        20                -           0.0000          -
62774.97/3167.08	c      3167         113937        7855        20                -           0.0000          -
62874.38/3172.10	c      3172         114151        7853        20                -           0.0000          -
62975.22/3177.16	c      3177       22383787         270        20                -           0.0000          -
63075.61/3182.20	c      3182         176277        1345        20                -           0.0000          -
63174.78/3187.22	c      3187         176866        1352        20                -           0.0000          -
63275.95/3192.32	c      3192       22501592         269        20                -           0.0000          -
63375.11/3197.38	c      3197       22540170         269        20                -           0.0000          -
63476.28/3202.43	c      3202       22578791         266        20                -           0.0000          -
63575.45/3207.48	c      3207       22616498         277        20                -           0.0000          -
63676.61/3212.53	c      3213       22654686         273        20                -           0.0000          -
63775.72/3217.58	c      3218          40262        2076        20                -           0.0000          -
63876.85/3222.63	c      3223       22731164         275        20                -           0.0000          -
63976.02/3227.68	c      3228         118189        7825        20                -           0.0000          -
64077.16/3232.73	c      3233       22808259         274        20                -           0.0000          -
64176.26/3237.75	c      3238       22845639         266        20                -           0.0000          -
64277.40/3242.81	c      3243         119244        7824        20                -           0.0000          -
64376.55/3247.82	c      3248         119503        7827        20                -           0.0000          -
64475.66/3252.88	c      3253       22957600         279        20                -           0.0000          -
64576.80/3257.90	c      3258          41878        2059        20                -           0.0000          -
64675.95/3262.94	c      3263       23035962         271        20                -           0.0000          -
64775.10/3268.00	c      3268       23075397         274        20                -           0.0000          -
64876.99/3273.13	c      3273          42366        2064        20                -           0.0000          -
64978.14/3278.18	c      3278       23152769         272        20                -           0.0000          -
65078.49/3283.23	c      3283       23193663         266        20                -           0.0000          -
65177.64/3288.28	c      3288       23231170         269        20                -           0.0000          -
65278.79/3293.33	c      3293       23271059         268        20                -           0.0000          -
65377.95/3298.35	c      3298       23309331         268        20                -           0.0000          -
65477.10/3303.36	c      3303         123784        7831        20                -           0.0000          -
65578.25/3308.41	c      3308       23386599         270        20                -           0.0000          -
65679.39/3313.53	c      3314       23426371         268        20                -           0.0000          -
65778.57/3318.58	c      3319       23465817         270        20                -           0.0000          -
65879.73/3323.63	c      3324       23504809         266        20                -           0.0000          -
65978.91/3328.65	c      3329          44357        2048        20                -           0.0000          -
66078.27/3333.67	c      3334       23586926         269        20                -           0.0000          -
66179.18/3338.73	c      3339         126648        7852        20                -           0.0000          -
66278.29/3343.74	c      3344          45010        2038        20                -           0.0000          -
66379.37/3348.80	c      3349         192982        1376        20                -           0.0000          -
66478.53/3353.83	c      3354         127707        7845        20                -           0.0000          -
66579.68/3358.94	c      3359         193936        1385        20                -           0.0000          -
66678.80/3364.03	c      3364         194440        1381        20                -           0.0000          -
66780.67/3369.08	c      3369         128821        7857        20                -           0.0000          -
66879.77/3374.13	c      3374       23908380         267        20                -           0.0000          -
66980.85/3379.18	c      3379       23947349         272        20                -           0.0000          -
67081.18/3384.21	c      3384       23986994         271        20                -           0.0000          -
67180.35/3389.26	c      3389       24026737         266        20                -           0.0000          -
67281.50/3394.33	c      3394       24065598         269        20                -           0.0000          -
67380.64/3399.38	c      3399       24105183         268        20                -           0.0000          -
67481.80/3404.43	c      3404       24145457         272        20                -           0.0000          -
67580.95/3409.47	c      3409         131769        7843        20                -           0.0000          -
67682.11/3414.52	c      3415         132188        7848        20                -           0.0000          -
67781.28/3419.58	c      3420       24268454         269        20                -           0.0000          -
67882.45/3424.63	c      3425       24310322         269        20                -           0.0000          -
67981.79/3429.68	c      3430          50642        2081        20                -           0.0000          -
68080.80/3434.69	c      3435       24391610         265        20                -           0.0000          -
68181.95/3439.74	c      3440          51234        2086        20                -           0.0000          -
68283.08/3444.83	c      3445       24473593         268        20                -           0.0000          -
68382.24/3449.88	c      3450         134525        7872        20                -           0.0000          -
68483.37/3454.93	c      3455         134926        7882        20                -           0.0000          -
68582.50/3459.98	c      3460         135137        7881        20                -           0.0000          -
68681.69/3465.03	c      3465       24638034         271        20                -           0.0000          -
68783.66/3470.05	c      3470       24679530         271        20                -           0.0000          -
68882.91/3475.12	c      3475          53031        2092        20                -           0.0000          -
68983.95/3480.18	c      3480         136119        7913        20                -           0.0000          -
69084.27/3485.23	c      3485          53601        2093        20                -           0.0000          -
69183.42/3490.28	c      3490          53961        2089        20                -           0.0000          -
69284.55/3495.33	c      3495       24879290         269        20                -           0.0000          -
69383.69/3500.38	c      3500       24920095         272        20                -           0.0000          -
69482.85/3505.40	c      3505       24960571         272        20                -           0.0000          -
69584.02/3510.47	c      3510       25000401         274        20                -           0.0000          -
69685.16/3515.53	c      3516       25038968         271        20                -           0.0000          -
69784.28/3520.58	c      3521         138745        7848        20                -           0.0000          -
69885.62/3525.63	c      3526         138799        7848        20                -           0.0000          -
69984.65/3530.68	c      3531       25157650         267        20                -           0.0000          -
70085.75/3535.73	c      3536       25198442         269        20                -           0.0000          -
70184.91/3540.78	c      3541       25239179         268        20                -           0.0000          -
70286.07/3545.83	c      3546       25279318         273        20                -           0.0000          -
70385.25/3550.88	c      3551       25319321         272        20                -           0.0000          -
70486.41/3555.91	c      3556       25359510         269        20                -           0.0000          -
70585.56/3560.95	c      3561         214591        1269        20                -           0.0000          -
70684.76/3566.03	c      3566         215075        1298        20                -           0.0000          -
70786.59/3571.08	c      3571         141438        7837        20                -           0.0000          -
70885.72/3576.13	c      3576       25519137         268        20                -           0.0000          -
70986.93/3581.18	c      3581       25559024         269        20                -           0.0000          -
71087.37/3586.23	c      3586       25599009         270        20                -           0.0000          -
71186.58/3591.28	c      3591       25638770         279        20                -           0.0000          -
71287.70/3596.30	c      3596       25678602         273        20                -           0.0000          -
71386.83/3601.37	c      3601       25719538         271        20                -           0.0000          -
71487.94/3606.43	c      3606       25758618         273        20                -           0.0000          -
71587.10/3611.48	c      3611       25800594         271        20                -           0.0000          -
71688.24/3616.54	c      3617       25838596         271        20                -           0.0000          -
71787.28/3621.55	c      3622       25875678         273        20                -           0.0000          -
71886.38/3626.59	c      3627         145916        7771        20                -           0.0000          -
71987.50/3631.63	c      3632          61338        2081        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 (186216 MiB free)
  memory of node 1: 193494 MiB (187900 MiB free)
  memory of node 2: 193531 MiB (189467 MiB free)
  memory of node 3: 193531 MiB (192169 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-4465870-1722585541/watcher-4465870-1722585541 -o /tmp/evaluation-result-4465870-1722585541/solver-4465870-1722585541 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159987 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465870-1722585541.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100108 s]*
/proc/loadavg: 80.18 80.24 80.46 62/987 163331
/proc/meminfo: memFree=773858428/790760804 swapFree=131071996/131071996
[pid=163330] ppid=163327 vsize=57140 memory=46400 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/stat : 163330 (fscip) R 163327 163330 159974 0 -1 4194304 10519 0 0 0 10 1 0 0 20 0 1 0 25137190 58511360 11600 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
/proc/163330/statm: 14285 11600 2726 3035 0 10681 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 57140 KiB
Current children cumulated memory: 46400 KiB

[startup+0.219745 s]*
/proc/loadavg: 80.18 80.24 80.46 63/987 163331
/proc/meminfo: memFree=773848272/790760804 swapFree=131071996/131071996
[pid=163330] ppid=163327 vsize=1553804 memory=65860 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/stat : 163330 (fscip) R 163327 163330 159974 0 -1 4194304 15152 0 0 0 22 1 0 0 20 0 21 0 25137190 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
/proc/163330/statm: 388451 16465 2774 3035 0 57807 0
[pid=163330/tid=163332] ppid=163327 vsize=1553804 memory=8318255677412212789 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163332/stat : 163332 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163333] ppid=163327 vsize=1553804 memory=241407623510 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163333/stat : 163333 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163334] ppid=163327 vsize=1553804 memory=60710185099761 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163334/stat : 163334 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163335] ppid=163327 vsize=1553804 memory=58519768556253 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163335/stat : 163335 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163336] ppid=163327 vsize=1553804 memory=55186907489225 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163336/stat : 163336 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163337] ppid=163327 vsize=1553804 memory=57420340853211 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163337/stat : 163337 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163338] ppid=163327 vsize=1553804 memory=14131139010969829 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163338/stat : 163338 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163339] ppid=163327 vsize=1553804 memory=16097078770238788 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163339/stat : 163339 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163340] ppid=163327 vsize=1553804 memory=3472338200436275736 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163340/stat : 163340 (fscip) S 163327 163330 159974 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163341] ppid=163327 vsize=1553804 memory=3689635795830206122 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163341/stat : 163341 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163342] ppid=163327 vsize=1553804 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163342/stat : 163342 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163343] ppid=163327 vsize=1553804 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163343/stat : 163343 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163344] ppid=163327 vsize=1553804 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163344/stat : 163344 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163345] ppid=163327 vsize=1553804 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163345/stat : 163345 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163346] ppid=163327 vsize=1553804 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163346/stat : 163346 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163347] ppid=163327 vsize=1553804 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163347/stat : 163347 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163348] ppid=163327 vsize=1553804 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163348/stat : 163348 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163349] ppid=163327 vsize=1553804 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163349/stat : 163349 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163350] ppid=163327 vsize=1553804 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163350/stat : 163350 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163351] ppid=163327 vsize=1553804 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163351/stat : 163351 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1591095296 16465 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1553804 KiB
Current children cumulated memory: 65860 KiB

[startup+0.323116 s]*
/proc/loadavg: 80.18 80.24 80.46 62/1007 163351
/proc/meminfo: memFree=773756264/790760804 swapFree=131071996/131071996
[pid=163330] ppid=163327 vsize=1546328 memory=143840 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/stat : 163330 (fscip) S 163327 163330 159974 0 -1 1077936128 36789 0 0 0 29 4 0 0 20 0 21 0 25137190 1583439872 35960 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
/proc/163330/statm: 386582 35960 2774 3035 0 77816 0
[pid=163330/tid=163332] ppid=163327 vsize=1546328 memory=-6586348877004323685 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163332/stat : 163332 (fscip) S 163327 163330 159974 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163333] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163333/stat : 163333 (fscip) S 163327 163330 159974 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163334] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163334/stat : 163334 (fscip) S 163327 163330 159974 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163335] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163335/stat : 163335 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163336] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163336/stat : 163336 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163337] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163337/stat : 163337 (fscip) S 163327 163330 159974 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163338] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163338/stat : 163338 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163339] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163339/stat : 163339 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163340] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163340/stat : 163340 (fscip) S 163327 163330 159974 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163341] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163341/stat : 163341 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163342] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163342/stat : 163342 (fscip) S 163327 163330 159974 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163343] ppid=163327 vsize=1546328 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163343/stat : 163343 (fscip) S 163327 163330 159974 0 -1 1077936192 2682 0 0 0 1 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163344] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163344/stat : 163344 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163345] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163345/stat : 163345 (fscip) S 163327 163330 159974 0 -1 1077936192 2683 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163346] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163346/stat : 163346 (fscip) R 163327 163330 159974 0 -1 4194368 220 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163347] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163347/stat : 163347 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163348] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163348/stat : 163348 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163349] ppid=163327 vsize=1546328 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163349/stat : 163349 (fscip) S 163327 163330 159974 0 -1 1077936192 2681 0 0 0 1 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163350] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163350/stat : 163350 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163351] ppid=163327 vsize=1546328 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163351/stat : 163351 (fscip) S 163327 163330 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25137213 1583439872 36026 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1546328 KiB
Current children cumulated memory: 143840 KiB

[startup+0.700826 s]
/proc/loadavg: 80.18 80.24 80.46 63/1027 163371
/proc/meminfo: memFree=773414056/790760804 swapFree=131071996/131071996
[pid=163330] ppid=163327 vsize=1710248 memory=761532 CPUtime=4.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/stat : 163330 (fscip) S 163327 163330 159974 0 -1 1077936128 191318 0 0 0 363 44 0 0 20 0 41 0 25137190 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
/proc/163330/statm: 427562 190383 2870 3035 0 281266 0
[pid=163330/tid=163332] ppid=163327 vsize=1710248 memory=3 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163332/stat : 163332 (fscip) D 163327 163330 159974 0 -1 4194368 8736 0 0 0 16 2 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163333] ppid=163327 vsize=1710248 memory=11448 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163333/stat : 163333 (fscip) R 163327 163330 159974 0 -1 4194368 8164 0 0 0 17 2 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163334] ppid=163327 vsize=1710248 memory=5512 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163334/stat : 163334 (fscip) R 163327 163330 159974 0 -1 4194368 8871 0 0 0 16 2 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163335] ppid=163327 vsize=1710248 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163335/stat : 163335 (fscip) R 163327 163330 159974 0 -1 4194368 11090 0 0 0 16 2 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163336] ppid=163327 vsize=1710248 memory=17412 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163336/stat : 163336 (fscip) R 163327 163330 159974 0 -1 4194368 8133 0 0 0 16 2 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163337] ppid=163327 vsize=1710248 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163337/stat : 163337 (fscip) R 163327 163330 159974 0 -1 4194368 8117 0 0 0 17 1 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163338] ppid=163327 vsize=1710248 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163338/stat : 163338 (fscip) D 163327 163330 159974 0 -1 4194368 11593 0 0 0 16 2 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163339] ppid=163327 vsize=1710248 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163339/stat : 163339 (fscip) R 163327 163330 159974 0 -1 4194368 8165 0 0 0 17 1 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163340] ppid=163327 vsize=1710248 memory=0 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163340/stat : 163340 (fscip) R 163327 163330 159974 0 -1 4194368 8111 0 0 0 16 1 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163341] ppid=163327 vsize=1710248 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163341/stat : 163341 (fscip) D 163327 163330 159974 0 -1 4194368 11528 0 0 0 15 3 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163342] ppid=163327 vsize=1710248 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163342/stat : 163342 (fscip) R 163327 163330 159974 0 -1 4194368 8134 0 0 0 17 2 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163343] ppid=163327 vsize=1710248 memory=15776 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163343/stat : 163343 (fscip) R 163327 163330 159974 0 -1 4194368 8175 0 0 0 17 1 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163344] ppid=163327 vsize=1710248 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163344/stat : 163344 (fscip) D 163327 163330 159974 0 -1 4194368 8930 0 0 0 17 1 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163345] ppid=163327 vsize=1710248 memory=2316 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163345/stat : 163345 (fscip) R 163327 163330 159974 0 -1 4194368 8134 0 0 0 17 1 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163346] ppid=163327 vsize=1710248 memory=33000 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163346/stat : 163346 (fscip) R 163327 163330 159974 0 -1 4194368 8163 0 0 0 17 2 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163347] ppid=163327 vsize=1710248 memory=1804 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163347/stat : 163347 (fscip) D 163327 163330 159974 0 -1 4194368 8705 0 0 0 16 2 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163348] ppid=163327 vsize=1710248 memory=6048 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163348/stat : 163348 (fscip) R 163327 163330 159974 0 -1 4194368 8136 0 0 0 17 1 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163349] ppid=163327 vsize=1710248 memory=51200 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163349/stat : 163349 (fscip) R 163327 163330 159974 0 -1 4194368 8174 0 0 0 18 1 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163350] ppid=163327 vsize=1710248 memory=104 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163350/stat : 163350 (fscip) D 163327 163330 159974 0 -1 4194368 8950 0 0 0 16 2 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163351] ppid=163327 vsize=1710248 memory=279905166739008 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163351/stat : 163351 (fscip) R 163327 163330 159974 0 -1 4194368 8175 0 0 0 18 1 0 0 20 0 41 0 25137213 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163352] ppid=163327 vsize=1710248 memory=-1598831813028945288 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163352/stat : 163352 (fscip) S 163327 163330 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25137239 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163353] ppid=163327 vsize=1710248 memory=3546362743528495547 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163353/stat : 163353 (fscip) S 163327 163330 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25137239 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163354] ppid=163327 vsize=1710248 memory=279905166364816 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163354/stat : 163354 (fscip) S 163327 163330 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25137239 1751293952 190383 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0

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

[pid=163330/tid=163355] ppid=163327 vsize=6108096 memory=10544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163355/stat : 163355 (fscip) S 163327 163330 159974 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 25137239 6254690304 1172708 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163356] ppid=163327 vsize=6108096 memory=4691168 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163356/stat : 163356 (fscip) S 163327 163330 159974 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1172708 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163357] ppid=163327 vsize=6108096 memory=4689688 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163357/stat : 163357 (fscip) S 163327 163330 159974 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1172708 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163358] ppid=163327 vsize=6108096 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163358/stat : 163358 (fscip) S 163327 163330 159974 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163359] ppid=163327 vsize=6108096 memory=4685736 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163359/stat : 163359 (fscip) S 163327 163330 159974 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163360] ppid=163327 vsize=6108096 memory=50456 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163360/stat : 163360 (fscip) S 163327 163330 159974 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163361] ppid=163327 vsize=6108096 memory=7636 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163361/stat : 163361 (fscip) S 163327 163330 159974 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163362] ppid=163327 vsize=6108096 memory=4684512 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163362/stat : 163362 (fscip) S 163327 163330 159974 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163363] ppid=163327 vsize=6108096 memory=4690356 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163363/stat : 163363 (fscip) S 163327 163330 159974 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163364] ppid=163327 vsize=6108096 memory=9588 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163364/stat : 163364 (fscip) S 163327 163330 159974 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163365] ppid=163327 vsize=6108096 memory=28648 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163365/stat : 163365 (fscip) S 163327 163330 159974 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163366] ppid=163327 vsize=6108096 memory=4690520 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163366/stat : 163366 (fscip) S 163327 163330 159974 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163367] ppid=163327 vsize=6108096 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163367/stat : 163367 (fscip) S 163327 163330 159974 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163368] ppid=163327 vsize=6108096 memory=4688900 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163368/stat : 163368 (fscip) S 163327 163330 159974 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163369] ppid=163327 vsize=6108096 memory=4690716 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163369/stat : 163369 (fscip) S 163327 163330 159974 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163370] ppid=163327 vsize=6108096 memory=2732 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163370/stat : 163370 (fscip) S 163327 163330 159974 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163371] ppid=163327 vsize=6108096 memory=5236 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163371/stat : 163371 (fscip) S 163327 163330 159974 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1172774 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
Current children cumulated CPU time: 71010 s
Current children cumulated vsize: 6108096 KiB
Current children cumulated memory: 4690832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.3 s]
/proc/loadavg: 80.40 80.89 80.70 64/1008 165586
/proc/meminfo: memFree=761305984/790760804 swapFree=131071996/131071996
[pid=163330] ppid=163327 vsize=6108096 memory=4710412 CPUtime=72001.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/stat : 163330 (fscip) S 163327 163330 159974 0 -1 1077936128 24775585 0 0 0 7177520 22618 0 0 20 0 41 0 25137190 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 17 59 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
/proc/163330/statm: 1527024 1177603 3334 3035 0 1352873 0
[pid=163330/tid=163332] ppid=163327 vsize=6108096 memory=1403200175668274 CPUtime=3595.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163332/stat : 163332 (fscip) R 163327 163330 159974 0 -1 4194368 1152014 0 0 0 359342 224 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163333] ppid=163327 vsize=6108096 memory=30962685530996822 CPUtime=3604.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163333/stat : 163333 (fscip) R 163327 163330 159974 0 -1 4194368 1858807 0 0 0 360081 336 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163334] ppid=163327 vsize=6108096 memory=279905167038160 CPUtime=3598.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163334/stat : 163334 (fscip) R 163327 163330 159974 0 -1 4194368 294097 0 0 0 356791 3047 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163335] ppid=163327 vsize=6108096 memory=25333125866717268 CPUtime=3599.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163335/stat : 163335 (fscip) R 163327 163330 159974 0 -1 4194368 1283188 0 0 0 359625 285 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163336] ppid=163327 vsize=6108096 memory=279905171509312 CPUtime=3601.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163336/stat : 163336 (fscip) R 163327 163330 159974 0 -1 4194368 1862242 0 0 0 359889 236 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163337] ppid=163327 vsize=6108096 memory=0 CPUtime=3603.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163337/stat : 163337 (fscip) R 163327 163330 159974 0 -1 4194368 219145 0 0 0 358210 2131 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163338] ppid=163327 vsize=6108096 memory=25333125866717268 CPUtime=3596.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163338/stat : 163338 (fscip) R 163327 163330 159974 0 -1 4194368 1268800 0 0 0 359334 294 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163339] ppid=163327 vsize=6108096 memory=17412 CPUtime=3597.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163339/stat : 163339 (fscip) R 163327 163330 159974 0 -1 4194368 2197510 0 0 0 359369 382 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163340] ppid=163327 vsize=6108096 memory=0 CPUtime=3603.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163340/stat : 163340 (fscip) R 163327 163330 159974 0 -1 4194368 238780 0 0 0 356939 3362 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163341] ppid=163327 vsize=6108096 memory=4710412 CPUtime=3600.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163341/stat : 163341 (fscip) R 163327 163330 159974 0 -1 4194368 1221383 0 0 0 359758 254 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163342] ppid=163327 vsize=6108096 memory=279905166982832 CPUtime=3602.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163342/stat : 163342 (fscip) R 163327 163330 159974 0 -1 4194368 2125709 0 0 0 359976 318 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163343] ppid=163327 vsize=6108096 memory=30962685530996822 CPUtime=3600.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163343/stat : 163343 (fscip) R 163327 163330 159974 0 -1 4194368 248856 0 0 0 357955 2130 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163344] ppid=163327 vsize=6108096 memory=279905170202208 CPUtime=3592.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163344/stat : 163344 (fscip) R 163327 163330 159974 0 -1 4194368 843836 0 0 0 359170 114 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163345] ppid=163327 vsize=6108096 memory=5512 CPUtime=3587.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163345/stat : 163345 (fscip) R 163327 163330 159974 0 -1 4194368 1966532 0 0 0 358421 317 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163346] ppid=163327 vsize=6108096 memory=0 CPUtime=3602.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163346/stat : 163346 (fscip) R 163327 163330 159974 0 -1 4194368 238505 0 0 0 356827 3466 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163347] ppid=163327 vsize=6108096 memory=279905167977360 CPUtime=3602.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163347/stat : 163347 (fscip) R 163327 163330 159974 0 -1 4194368 1263762 0 0 0 359934 287 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163348] ppid=163327 vsize=6108096 memory=15776 CPUtime=3603.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163348/stat : 163348 (fscip) R 163327 163330 159974 0 -1 4194368 2908784 0 0 0 359850 471 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163349] ppid=163327 vsize=6108096 memory=28568 CPUtime=3597.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163349/stat : 163349 (fscip) R 163327 163330 159974 0 -1 4194368 257976 0 0 0 355499 4255 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163350] ppid=163327 vsize=6108096 memory=4710412 CPUtime=3604.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163350/stat : 163350 (fscip) R 163327 163330 159974 0 -1 4194368 1282164 0 0 0 360100 303 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163351] ppid=163327 vsize=6108096 memory=4684512 CPUtime=3606.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163351/stat : 163351 (fscip) R 163327 163330 159974 0 -1 4194368 2024661 0 0 0 360269 351 0 0 20 0 41 0 25137213 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163352] ppid=163327 vsize=6108096 memory=4693700 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163352/stat : 163352 (fscip) S 163327 163330 159974 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163353] ppid=163327 vsize=6108096 memory=17412 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163353/stat : 163353 (fscip) S 163327 163330 159974 0 -1 1077936192 148 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163354] ppid=163327 vsize=6108096 memory=10544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163354/stat : 163354 (fscip) S 163327 163330 159974 0 -1 1077936192 73 0 0 0 1 1 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163355] ppid=163327 vsize=6108096 memory=1403200175668274 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163355/stat : 163355 (fscip) S 163327 163330 159974 0 -1 1077936192 129 0 0 0 1 1 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163356] ppid=163327 vsize=6108096 memory=4710412 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163356/stat : 163356 (fscip) S 163327 163330 159974 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163357] ppid=163327 vsize=6108096 memory=4707756 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163357/stat : 163357 (fscip) S 163327 163330 159974 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163358] ppid=163327 vsize=6108096 memory=33000 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163358/stat : 163358 (fscip) S 163327 163330 159974 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163359] ppid=163327 vsize=6108096 memory=7068 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163359/stat : 163359 (fscip) S 163327 163330 159974 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163360] ppid=163327 vsize=6108096 memory=36300 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163360/stat : 163360 (fscip) S 163327 163330 159974 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163361] ppid=163327 vsize=6108096 memory=15776 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163361/stat : 163361 (fscip) S 163327 163330 159974 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163362] ppid=163327 vsize=6108096 memory=6720667636172275809 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163362/stat : 163362 (fscip) S 163327 163330 159974 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163363] ppid=163327 vsize=6108096 memory=4691168 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163363/stat : 163363 (fscip) S 163327 163330 159974 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163364] ppid=163327 vsize=6108096 memory=4689688 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163364/stat : 163364 (fscip) S 163327 163330 159974 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163365] ppid=163327 vsize=6108096 memory=279905166983120 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163365/stat : 163365 (fscip) S 163327 163330 159974 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163366] ppid=163327 vsize=6108096 memory=340 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163366/stat : 163366 (fscip) S 163327 163330 159974 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163367] ppid=163327 vsize=6108096 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163367/stat : 163367 (fscip) S 163327 163330 159974 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163368] ppid=163327 vsize=6108096 memory=279905168260160 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163368/stat : 163368 (fscip) S 163327 163330 159974 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163369] ppid=163327 vsize=6108096 memory=4710412 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163369/stat : 163369 (fscip) S 163327 163330 159974 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163370] ppid=163327 vsize=6108096 memory=2732 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163370/stat : 163370 (fscip) S 163327 163330 159974 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
[pid=163330/tid=163371] ppid=163327 vsize=6108096 memory=4710412 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/163330/task/163371/stat : 163371 (fscip) S 163327 163330 159974 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 25137239 6254690304 1177603 809668444160 4194304 16623229 140734112928896 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 57155584 140734112932873 140734112932991 140734112932991 140734112940016 0
Current children cumulated CPU time: 72001.4 s
Current children cumulated vsize: 6108096 KiB
Current children cumulated memory: 4710412 KiB

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

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

# cumulated CPU time of all completed processes:  user=71775.4 s, system=226.413 s

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

[startup+3632.41 s]*
/proc/loadavg: 80.40 80.89 80.70 43/967 165586
/proc/meminfo: memFree=763905152/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3632.52 s]
/proc/loadavg: 80.40 80.89 80.70 43/967 165586
/proc/meminfo: memFree=763905152/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): 3632.54
CPU time (s): 72001.8
CPU user time (s): 71775.4
CPU system time (s): 226.413
CPU usage (%): 1982.13
Max. virtual memory (cumulated for all children) (KiB): 6108096
Max. memory (cumulated for all children) (KiB): 4710412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71775.4
system time used= 226.413
maximum resident set size= 4722628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24775888
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= 251165
involuntary context switches= 241432


# summary of solver processes directly reported to runsolver:
#   pid: 163330
#   total CPU time (s): 72001.8
#   total CPU user time (s): 71775.4
#   total CPU system time (s): 226.413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.1097 second user time and 92.3178 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 09:59:01
IDJOB=4465870
IDBENCH=162293
IDSOLVER=3094
FILE ID=nodeD105/4465870-1722585541
RUNJOBID= nodeD105-1722581828-159987
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-size144-round23-0.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-4465870-1722585541/watcher-4465870-1722585541 -o /tmp/evaluation-result-4465870-1722585541/solver-4465870-1722585541 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159987 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465870-1722585541.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b3190b6d7590b4907713913d99d6bfc0
RANDOM SEED=866791036

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		: 2868.197
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		: 2975.878
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		: 2935.148
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		: 3622.679
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		: 2868.776
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		: 2965.717
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		: 2934.990
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		: 3391.323
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		: 2868.938
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		: 2975.747
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		: 2934.879
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		: 3346.886
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		: 2868.957
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		: 2975.706
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		: 2934.849
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		: 1683.502
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		: 2820.852
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		: 2975.649
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		: 2934.871
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		: 3119.201
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		: 2855.087
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		: 2973.147
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		: 2934.887
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		: 1873.617
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		: 2868.923
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		: 2975.547
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		: 2934.904
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		: 2003.458
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		: 2868.417
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		: 2968.282
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		: 2934.146
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		: 1912.068
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		: 2868.892
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		: 2962.346
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		: 2934.077
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		: 1807.786
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		: 2868.878
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		: 2965.932
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		: 2934.955
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		: 1838.867
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		: 2868.863
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		: 2975.320
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		: 2934.970
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		: 2653.659
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		: 2868.775
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		: 2971.163
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		: 2934.987
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		: 1933.324
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		: 2868.832
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		: 2975.202
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		: 2935.006
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		: 2864.109
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		: 2868.804
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		: 2963.433
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		: 2935.039
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		: 2622.761
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		: 2868.785
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		: 2966.673
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		: 2928.066
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		: 2628.250
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		: 2868.758
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		: 2975.111
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		: 2935.086
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		: 2657.131
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		: 2868.767
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		: 2973.350
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		: 2844.858
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		: 2644.449
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		: 2868.847
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		: 2974.215
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		: 2934.994
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		: 2600.853
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		: 2868.923
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		: 2975.065
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		: 2934.922
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		: 2483.898
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		: 2869.001
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		: 2970.221
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		: 2934.841
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		: 1518.015
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:        773892628 kB
MemAvailable:   776397356 kB
Buffers:          373684 kB
Cached:          5436332 kB
SwapCached:            0 kB
Active:           567824 kB
Inactive:       13645980 kB
Active(anon):       2168 kB
Inactive(anon):  8424164 kB
Active(file):     565656 kB
Inactive(file):  5221816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28780 kB
Writeback:            12 kB
AnonPages:       8402888 kB
Mapped:           129760 kB
Shmem:             22536 kB
KReclaimable:     273916 kB
Slab:             649344 kB
SReclaimable:     273916 kB
SUnreclaim:       375428 kB
KernelStack:       16912 kB
PageTables:        27632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1898360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           309888 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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:      686080 kB
DirectMap2M:    83697664 kB
DirectMap1G:    721420288 kB

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