Trace number 4465178

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.9 3630.7

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUM01f07e427327757fda434ad4b1d2038d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
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.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 32153600, getVmSize() = 32153600, SCIPgetMemUsed() = 7349443, SCIPgetMemTotal() = 10231795, SCIPgetMemExternEstim() = 5187808
0.00/0.01	c ** set memory limit for presolving in LC to 8.79599e+12 for SCIP **
0.00/0.10	c ** Estimated virtualMemUsedAtSolver = 21918930, getVmSize() = 47374336, SCIPgetMemUsed() = 13654134, SCIPgetMemTotal() = 23856934, SCIPgetMemExternEstim() = 5187808
0.00/0.10	c ** set memory limit for solvers to 4.18855e+11 for each SCIP **
0.00/0.10	c Original Problem   :
0.00/0.10	c   Problem name     : instance-4465178-1722446014
0.00/0.10	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.10	c   Constraints      : 4476
0.00/0.10	c   Objective sense  : minimize
0.00/0.10	c Presolved Problem  :
0.00/0.10	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.10	c   Constraints      : 4476
0.00/0.10	c Constraints        : Number
0.00/0.10	c   knapsack         : 1734 
0.00/0.10	c   setppc           : 840 
0.00/0.10	c   logicor          : 1902 
0.00/0.10	c ** Instance transfer method used: 0
0.00/0.11	c ** ParaScipInstance copy does not increase the number of variables. **
0.23/0.24	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.23/0.25	c                                Nodes    Active                                            
0.23/0.25	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.40/0.44	c *       0              0           1        20          96.0000                -          -
3.25/0.46	c *       0              0           1        20          90.0000                -          -
3.25/0.47	c *       0              0           1        20          86.0000                -          -
3.25/0.48	c *       0              0           1        20          78.0000                -          -
25.95/1.69	c *       2            331          90        20          76.0000           0.0000          -
81.41/4.45	c *       4           2973          96        20          74.0000           0.0000          -
103.10/5.58	c         6           4423          68        20          74.0000           0.0000          -
148.64/7.80	c *       8              4           3        20          72.0000          48.0000     50.00%
196.11/10.20	c *      10              5           6        20          70.0000          48.0000     45.83%
202.04/10.59	c        11              5           6        20          70.0000          48.0000     45.83%
303.14/15.68	c        16              9           8        20          70.0000          48.0000     45.83%
404.19/20.76	c        21             16          15        20          70.0000          48.0000     45.83%
505.17/25.82	c        26             22          21        20          70.0000          48.0000     45.83%
604.23/30.84	c        31             81          78        20          70.0000          48.0000     45.83%
703.42/35.88	c        36            148         131        20          70.0000          48.0000     45.83%
802.44/40.89	c        41            223         186        20          70.0000          48.0000     45.83%
903.51/45.91	c        46            257         214        20          70.0000          48.0000     45.83%
1002.78/50.99	c        51            297         254        20          70.0000          48.0000     45.83%
1101.90/56.03	c        56            329         286        20          70.0000          48.0000     45.83%
1203.54/61.05	c        61            362         319        20          70.0000          48.0000     45.83%
1302.89/66.13	c        66            400         357        20          70.0000          48.0000     45.83%
1404.35/71.18	c        71            440         397        20          70.0000          48.0000     45.83%
1503.40/76.19	c        76            468         425        20          70.0000          48.0000     45.83%
1603.93/81.28	c        81            508         465        20          70.0000          48.0000     45.83%
1705.13/86.33	c        86            546         503        20          70.0000          48.0000     45.83%
1804.33/91.34	c        91            586         543        20          70.0000          48.0000     45.83%
1903.40/96.37	c        96            624         581        20          70.0000          48.0000     45.83%
2004.66/101.41	c       101            666         623        20          70.0000          48.0000     45.83%
2103.91/106.46	c       106            718         673        20          70.0000          48.0000     45.83%
2205.20/111.54	c       112            777         730        20          70.0000          48.0000     45.83%
2304.46/116.58	c       117            833         782        20          70.0000          48.0000     45.83%
2405.72/121.63	c       122            902         849        20          70.0000          48.0000     45.83%
2506.91/126.70	c       127            949         896        20          70.0000          48.0000     45.83%
2606.10/131.72	c       132           1005         948        20          70.0000          48.0000     45.83%
2705.38/136.80	c       137           1056         991        20          70.0000          48.0000     45.83%
2806.55/141.83	c       142           1110        1035        20          70.0000          48.0000     45.83%
2905.79/146.89	c       147           1053           5        20          70.0000          48.0000     45.83%
3007.00/151.92	c       152           1204        1117        20          70.0000          48.0000     45.83%
3106.21/156.95	c       157           1259        1162        20          70.0000          48.0000     45.83%
3208.04/162.05	c       162           1306        1199        20          70.0000          48.0000     45.83%
3307.30/167.10	c       167           1235         181        20          70.0000          48.0000     45.83%
3407.95/172.14	c       172           1304         250        20          70.0000          48.0000     45.83%
3507.30/177.20	c       177           1351         297        20          70.0000          48.0000     45.83%
3607.78/182.25	c       182           1500        1343        20          70.0000          48.0000     45.83%
3709.05/187.32	c       187           1552        1389        20          70.0000          48.0000     45.83%
3808.33/192.36	c       192           1521         467        20          70.0000          48.0000     45.83%
3911.62/197.51	c       198           1648        1457        20          70.0000          48.0000     45.83%
4011.00/202.56	c       203           1693        1488        20          70.0000          48.0000     45.83%
4112.13/207.62	c       208           1688         634        20          70.0000          48.0000     45.83%
4211.50/212.67	c       213           1708          12        20          70.0000          48.0000     45.83%
4312.63/217.72	c       218           1715          21        20          70.0000          48.0000     45.83%
4411.89/222.73	c       223           1874         803        20          70.0000          48.0000     45.83%
4511.14/227.74	c       228           1734          38        20          70.0000          48.0000     45.83%
4610.36/232.77	c       233           2017         936        20          70.0000          48.0000     45.83%
4683.70/236.42	c *     236           1828         132        20          68.0000          48.0000     41.67%
4709.51/237.79	c       238           2109        1023        20          68.0000          48.0000     41.67%
4810.64/242.81	c       243           1924         227        20          68.0000          48.0000     41.67%
4911.72/247.99	c       248           1999         302        20          68.0000          48.0000     41.67%
5010.98/253.03	c       253           2071         372        20          68.0000          48.0000     41.67%
5112.79/258.06	c       258           2282        1180        20          68.0000          48.0000     41.67%
5211.97/263.08	c       263           2233         530        20          68.0000          48.0000     41.67%
5311.22/268.09	c       268           2312         605        20          68.0000          48.0000     41.67%
5413.60/273.20	c       273           2360         653        20          68.0000          48.0000     41.67%
5512.84/278.21	c       278           2456         747        20          68.0000          48.0000     41.67%
5614.09/283.31	c       283           2563         850        20          68.0000          48.0000     41.67%
5713.29/288.32	c       288           2718        1580        20          68.0000          48.0000     41.67%
5814.46/293.44	c       293           2727        1010        20          68.0000          48.0000     41.67%
5913.67/298.49	c       298           2815        1096        20          68.0000          48.0000     41.67%
6014.92/303.54	c       304           2917        1194        20          68.0000          48.0000     41.67%
6114.13/308.59	c       309           3076        1912        20          68.0000          48.0000     41.67%
6215.33/313.64	c       314           3077        1911        20          68.0000          48.0000     41.67%
6314.60/318.69	c       319           3190        2007        20          68.0000          48.0000     41.67%
6415.83/323.72	c       324           3268        2079        20          68.0000          48.0000     41.67%
6515.10/328.78	c       329           3348        2151        20          68.0000          48.0000     41.67%
6616.28/333.83	c       334           3384        2185        20          68.0000          48.0000     41.67%
6720.13/339.11	c       339           3471        2264        20          68.0000          48.0000     41.67%
6821.61/344.16	c       344           3559        1800        20          68.0000          48.0000     41.67%
6920.92/349.17	c       349           3684        2448        20          68.0000          48.0000     41.67%
7021.10/354.26	c       354           3724        1959        20          68.0000          48.0000     41.67%
7120.34/359.30	c       359           3881        2618        20          68.0000          48.0000     41.67%
7221.57/364.33	c       364           3969        2693        20          68.0000          48.0000     41.67%
7322.76/369.41	c       369           4004        2219        20          68.0000          48.0000     41.67%
7421.86/374.44	c       374           4089        2803        20          68.0000          48.0000     41.67%
7523.02/379.51	c       380           4232        2427        20          68.0000          48.0000     41.67%
7622.22/384.56	c       385           4350        2533        20          68.0000          48.0000     41.67%
7723.42/389.61	c       390           4349        3031        20          68.0000          48.0000     41.67%
7822.64/394.66	c       395           4571        2714        20          68.0000          48.0000     41.67%
7921.52/399.67	c       400           4702        2819        20          68.0000          48.0000     41.67%
8022.74/404.74	c       405           4825        2926        20          68.0000          48.0000     41.67%
8121.95/409.78	c       410           4709        3347        20          68.0000          48.0000     41.67%
8222.99/414.86	c       415           5083        3148        20          68.0000          48.0000     41.67%
8324.06/419.92	c       420           4843        3473        20          68.0000          48.0000     41.67%
8423.25/424.97	c       425           5309        3310        20          68.0000          48.0000     41.67%
8522.41/430.00	c       430           5024        3643        20          68.0000          48.0000     41.67%
8626.29/435.14	c       435           5108        3713        20          68.0000          48.0000     41.67%
8725.52/440.19	c       440           5591        3552        20          68.0000          48.0000     41.67%
8825.99/445.24	c       445           5290        3877        20          68.0000          48.0000     41.67%
8925.18/450.25	c       450           5380        3955        20          68.0000          48.0000     41.67%
9026.47/455.31	c       455           5884        3817        20          68.0000          48.0000     41.67%
9125.54/460.39	c       460           6011        3938        20          68.0000          48.0000     41.67%
9226.72/465.42	c       465           6149        4040        20          68.0000          48.0000     41.67%
9326.00/470.48	c       470           6280        4153        20          68.0000          48.0000     41.67%
9427.26/475.53	c       476           5866        4375        20          68.0000          48.0000     41.67%
9526.47/480.59	c       481           6492        4333        20          68.0000          48.0000     41.67%
9627.72/485.64	c       486           6643        4450        20          68.0000          48.0000     41.67%
9727.00/490.66	c       491           6767        4556        20          68.0000          48.0000     41.67%
9828.24/495.73	c       496           6210        4669        20          68.0000          48.0000     41.67%
9927.48/500.79	c       501           6317        4765        20          68.0000          48.0000     41.67%
10028.72/505.81	c       506           6410        4838        20          68.0000          48.0000     41.67%
10128.01/510.86	c       511           6474        4894        20          68.0000          48.0000     41.67%
10227.28/515.88	c       516           7375        5042        20          68.0000          48.0000     41.67%
10326.54/520.89	c       521           6548        4968        20          68.0000          48.0000     41.67%
10427.60/525.90	c       526           6618        5024        20          68.0000          48.0000     41.67%
10526.77/530.94	c       531           7645        5280        20          68.0000          48.0000     41.67%
10625.97/535.99	c       536           7762        5373        20          68.0000          48.0000     41.67%
10725.18/541.04	c       541           6880        5259        20          68.0000          48.0000     41.67%
10827.04/546.09	c       546           7991        5558        20          68.0000          48.0000     41.67%
10928.27/551.14	c       551           8109        5660        20          68.0000          48.0000     41.67%
11027.54/556.19	c       556           7171        5501        20          68.0000          48.0000     41.67%
11127.91/561.24	c       561           8390        5889        20          68.0000          48.0000     41.67%
11227.13/566.26	c       566           7373        5685        20          68.0000          48.0000     41.67%
11326.32/571.28	c       571           8705        6097        20          68.0000          48.0000     41.67%
11427.52/576.39	c       576           8845        6211        20          68.0000          48.0000     41.67%
11528.62/581.42	c       581           7678        5954        20          68.0000          48.0000     41.67%
11627.83/586.47	c       586           7792        6051        20          68.0000          48.0000     41.67%
11729.00/591.52	c       592           7846        6099        20          68.0000          48.0000     41.67%
11828.17/596.55	c       597           9369        6623        20          68.0000          48.0000     41.67%
11929.34/601.64	c       602           9504        6730        20          68.0000          48.0000     41.67%
12028.52/606.69	c       607           9656        6828        20          68.0000          48.0000     41.67%
12129.69/611.74	c       612           9794        6914        20          68.0000          48.0000     41.67%
12228.85/616.79	c       617           8353        6572        20          68.0000          48.0000     41.67%
12330.00/621.84	c       622           8464        6657        20          68.0000          48.0000     41.67%
12429.19/626.85	c       627          10204        7216        20          68.0000          48.0000     41.67%
12530.29/631.94	c       632          10370        7320        20          68.0000          48.0000     41.67%
12629.45/636.95	c       637          10518        7420        20          68.0000          48.0000     41.67%
12728.67/641.98	c       642           8831        6980        20          68.0000          48.0000     41.67%
12830.43/647.09	c       647          10779        7601        20          68.0000          48.0000     41.67%
12931.63/652.15	c       652           9031        7147        20          68.0000          48.0000     41.67%
13030.94/657.16	c       657           9144        7246        20          68.0000          48.0000     41.67%
13131.50/662.25	c       662          11111        7855        20          68.0000          48.0000     41.67%
13232.74/667.30	c       667           9357        7425        20          68.0000          48.0000     41.67%
13331.98/672.35	c       672           9468        7512        20          68.0000          48.0000     41.67%
13431.24/677.39	c       677           9576        7602        20          68.0000          48.0000     41.67%
13532.50/682.40	c       682           9694        7704        20          68.0000          48.0000     41.67%
13631.65/687.43	c       687          11745        8321        20          68.0000          48.0000     41.67%
13732.75/692.54	c       693           9892        7862        20          68.0000          48.0000     41.67%
13831.93/697.59	c       698          10006        7958        20          68.0000          48.0000     41.67%
13932.75/702.65	c       703          12160        8608        20          68.0000          48.0000     41.67%
14033.94/707.70	c       708          12306        8718        20          68.0000          48.0000     41.67%
14133.15/712.71	c       713          12458        8824        20          68.0000          48.0000     41.67%
14234.34/717.80	c       718          10389        8295        20          68.0000          48.0000     41.67%
14333.58/722.85	c       723          10480        8372        20          68.0000          48.0000     41.67%
14432.79/727.90	c       728          10598        8473        20          68.0000          48.0000     41.67%
14533.97/732.91	c       733          10674        8531        20          68.0000          48.0000     41.67%
14633.08/737.96	c       738          10727        8572        20          68.0000          48.0000     41.67%
14732.30/742.97	c       743          10841        8672        20          68.0000          48.0000     41.67%
14834.10/748.04	c       748          10971        8782        20          68.0000          48.0000     41.67%
14935.29/753.15	c       753          11095        8880        20          68.0000          48.0000     41.67%
15034.33/758.16	c       758          11230        8988        20          68.0000          48.0000     41.67%
15134.65/763.22	c       763          11355        9083        20          68.0000          48.0000     41.67%
15233.61/768.30	c       768          13807        9843        20          68.0000          48.0000     41.67%
15334.74/773.32	c       773          11554        9266        20          68.0000          48.0000     41.67%
15433.89/778.37	c       778          14056       10042        20          68.0000          48.0000     41.67%
15535.06/783.43	c       783          11740        9424        20          68.0000          48.0000     41.67%
15634.26/788.44	c       788          14301       10205        20          68.0000          48.0000     41.67%
15735.31/793.55	c       794          11970        9624        20          68.0000          48.0000     41.67%
15800.83/796.87	c *     797          14539       10368        20          66.0000          48.0000     37.50%
15834.50/798.56	c       799          12078        9558        20          66.0000          48.0000     37.50%
15935.67/803.60	c       804          12078        9558        20          66.0000          48.0000     37.50%
16038.82/808.81	c       809          12087        9567        20          66.0000          48.0000     37.50%
16139.92/814.02	c       814          14994       10057        20          66.0000          48.0000     37.50%
16241.73/819.04	c       819          15123       10144        20          66.0000          48.0000     37.50%
16341.13/824.05	c       824          12246        9706        20          66.0000          48.0000     37.50%
16443.61/829.22	c       829          12293        9745        20          66.0000          48.0000     37.50%
16542.90/834.24	c       834          12318        9764        20          66.0000          48.0000     37.50%
16642.09/839.29	c       839          15683       10557        20          66.0000          48.0000     37.50%
16743.11/844.37	c       844          12515        9930        20          66.0000          48.0000     37.50%
16844.27/849.42	c       849          15961       10737        20          66.0000          48.0000     37.50%
16943.46/854.47	c       854          16057       10821        20          66.0000          48.0000     37.50%
17044.63/859.52	c       860          16203       10919        20          66.0000          48.0000     37.50%
17143.87/864.55	c       865          12924       10261        20          66.0000          48.0000     37.50%
17245.13/869.62	c       870          13032       10357        20          66.0000          48.0000     37.50%
17344.25/874.67	c       875          13150       10463        20          66.0000          48.0000     37.50%
17445.44/879.70	c       880          13270       10557        20          66.0000          48.0000     37.50%
17544.58/884.76	c       885          16841       11334        20          66.0000          48.0000     37.50%
17645.78/889.82	c       890          13458       10703        20          66.0000          48.0000     37.50%
17744.94/894.85	c       895          13564       10787        20          66.0000          48.0000     37.50%
17846.00/899.95	c       900          17254       11606        20          66.0000          48.0000     37.50%
17944.99/904.97	c       905          17370       11687        20          66.0000          48.0000     37.50%
18044.08/910.02	c       910          17527       11790        20          66.0000          48.0000     37.50%
18145.90/915.08	c       915          14097       11188        20          66.0000          48.0000     37.50%
18244.84/920.09	c       920          17790       11977        20          66.0000          48.0000     37.50%
18346.02/925.20	c       925          14302       11352        20          66.0000          48.0000     37.50%
18446.57/930.25	c       930          18098       12175        20          66.0000          48.0000     37.50%
18547.67/935.30	c       935          18233       12264        20          66.0000          48.0000     37.50%
18646.87/940.31	c       940          18438       12385        20          66.0000          48.0000     37.50%
18745.87/945.36	c       945          14597       11586        20          66.0000          48.0000     37.50%
18846.76/950.45	c       950          18758       12579        20          66.0000          48.0000     37.50%
18945.89/955.46	c       955          18856       12665        20          66.0000          48.0000     37.50%
19046.92/960.56	c       961          14915       11849        20          66.0000          48.0000     37.50%
19147.90/965.61	c       966          19123       12841        20          66.0000          48.0000     37.50%
19247.02/970.63	c       971          19261       12927        20          66.0000          48.0000     37.50%
19348.00/975.72	c       976          19405       13035        20          66.0000          48.0000     37.50%
19447.22/980.74	c       981          19544       13124        20          66.0000          48.0000     37.50%
19548.43/985.82	c       986          15433       12246        20          66.0000          48.0000     37.50%
19647.66/990.84	c       991          19857       13298        20          66.0000          48.0000     37.50%
19748.86/995.92	c       996          19995       13390        20          66.0000          48.0000     37.50%
19847.78/1000.97	c      1001          20110       13483        20          66.0000          48.0000     37.50%
19946.99/1006.00	c      1006          20165       13534        20          66.0000          48.0000     37.50%
20048.82/1011.07	c      1011          20264       13617        20          66.0000          48.0000     37.50%
20147.98/1016.12	c      1016          20400       13707        20          66.0000          48.0000     37.50%
20249.33/1021.16	c      1021          20555       13802        20          66.0000          48.0000     37.50%
20348.53/1026.15	c      1026          16458       13002        20          66.0000          48.0000     37.50%
20449.03/1031.26	c      1031          20774       13955        20          66.0000          48.0000     37.50%
20550.16/1036.31	c      1036          20910       14039        20          66.0000          48.0000     37.50%
20649.34/1041.36	c      1041          16823       13282        20          66.0000          48.0000     37.50%
20750.52/1046.41	c      1046          21231       14214        20          66.0000          48.0000     37.50%
20849.71/1051.46	c      1051          17124       13496        20          66.0000          48.0000     37.50%
20948.94/1056.49	c      1056          17223       13585        20          66.0000          48.0000     37.50%
21050.13/1061.56	c      1062          17323       13655        20          66.0000          48.0000     37.50%
21151.36/1066.61	c      1067          17407       13731        20          66.0000          48.0000     37.50%
21250.58/1071.63	c      1072          21875       14637        20          66.0000          48.0000     37.50%
21349.85/1076.65	c      1077          22030       14734        20          66.0000          48.0000     37.50%
21451.09/1081.76	c      1082          22140       14804        20          66.0000          48.0000     37.50%
21552.32/1086.80	c      1087          17922       14077        20          66.0000          48.0000     37.50%
21651.51/1091.86	c      1092          18039       14176        20          66.0000          48.0000     37.50%
21752.72/1096.91	c      1097          18115       14231        20          66.0000          48.0000     37.50%
21851.98/1101.93	c      1102          18270       14324        20          66.0000          48.0000     37.50%
21951.21/1107.01	c      1107          22800       15251        20          66.0000          48.0000     37.50%
22053.25/1112.06	c      1112          22916       15340        20          66.0000          48.0000     37.50%
22152.46/1117.11	c      1117          18632       14582        20          66.0000          48.0000     37.50%
22251.49/1122.12	c      1122          18763       14677        20          66.0000          48.0000     37.50%
22352.61/1127.16	c      1127          18896       14771        20          66.0000          48.0000     37.50%
22453.11/1132.20	c      1132          23491       15695        20          66.0000          48.0000     37.50%
22554.31/1137.31	c      1137          19133       14949        20          66.0000          48.0000     37.50%
22653.50/1142.35	c      1142          23708       15834        20          66.0000          48.0000     37.50%
22752.67/1147.37	c      1147          23862       15926        20          66.0000          48.0000     37.50%
22853.87/1152.45	c      1152          19512       15221        20          66.0000          48.0000     37.50%
22954.95/1157.51	c      1158          24123       16092        20          66.0000          48.0000     37.50%
23054.18/1162.56	c      1163          24239       16190        20          66.0000          48.0000     37.50%
23153.44/1167.57	c      1168          19925       15468        20          66.0000          48.0000     37.50%
23252.56/1172.59	c      1173          20074       15569        20          66.0000          48.0000     37.50%
23353.73/1177.66	c      1178          20217       15662        20          66.0000          48.0000     37.50%
23452.60/1182.70	c      1183          24737       16517        20          66.0000          48.0000     37.50%
23553.65/1187.77	c      1188          24868       16600        20          66.0000          48.0000     37.50%
23654.74/1192.87	c      1193          24990       16696        20          66.0000          48.0000     37.50%
23755.89/1197.92	c      1198          25115       16779        20          66.0000          48.0000     37.50%
23854.85/1202.97	c      1203          20919       16100        20          66.0000          48.0000     37.50%
23954.04/1208.00	c      1208          21061       16196        20          66.0000          48.0000     37.50%
24055.90/1213.07	c      1213          21204       16295        20          66.0000          48.0000     37.50%
24155.10/1218.12	c      1218          25902       17101        20          66.0000          48.0000     37.50%
24256.46/1223.16	c      1223          26065       17190        20          66.0000          48.0000     37.50%
24356.74/1228.22	c      1228          26232       17260        20          66.0000          48.0000     37.50%
24455.89/1233.23	c      1233          21672       10476        20          66.0000          48.0000     37.50%
24554.95/1238.25	c      1238          21807       10570        20          66.0000          48.0000     37.50%
24653.76/1243.27	c      1243          21957       10676        20          66.0000          48.0000     37.50%
24752.79/1248.28	c      1248          22165       16949        20          66.0000          48.0000     37.50%
24853.89/1253.32	c      1253          22265       17033        20          66.0000          48.0000     37.50%
24957.07/1258.52	c      1259          22418       10991        20          66.0000          48.0000     37.50%
25056.26/1263.59	c      1264          27585       17890        20          66.0000          48.0000     37.50%
25157.46/1268.63	c      1269          22686       17326        20          66.0000          48.0000     37.50%
25256.66/1273.69	c      1274          27906       18031        20          66.0000          48.0000     37.50%
25357.78/1278.71	c      1279          28083       18098        20          66.0000          48.0000     37.50%
25458.97/1283.80	c      1284          23074       17577        20          66.0000          48.0000     37.50%
25558.17/1288.85	c      1289          23203       17663        20          66.0000          48.0000     37.50%
25659.34/1293.90	c      1294          23288       17734        20          66.0000          48.0000     37.50%
25758.55/1298.97	c      1299          23451       17828        20          66.0000          48.0000     37.50%
25857.64/1304.02	c      1304          23618       17928        20          66.0000          48.0000     37.50%
25956.79/1309.03	c      1309          23648       17950        20          66.0000          48.0000     37.50%
26058.63/1314.08	c      1314          23686       17968        20          66.0000          48.0000     37.50%
26159.87/1319.15	c      1319          23834       18040        20          66.0000          48.0000     37.50%
26259.25/1324.17	c      1324          24006       18136        20          66.0000          48.0000     37.50%
26358.30/1329.18	c      1329          24163       18227        20          66.0000          48.0000     37.50%
26458.67/1334.25	c      1334          24321       18317        20          66.0000          48.0000     37.50%
26559.84/1339.34	c      1339          30033       19185        20          66.0000          48.0000     37.50%
26658.93/1344.39	c      1344          30213       19297        20          66.0000          48.0000     37.50%
26760.13/1349.44	c      1349          30375       19391        20          66.0000          48.0000     37.50%
26861.35/1354.52	c      1355          24938       18674        20          66.0000          48.0000     37.50%
26960.56/1359.53	c      1360          25136       18769        20          66.0000          48.0000     37.50%
27059.79/1364.58	c      1365          25477       12985        20          66.0000          48.0000     37.50%
27160.98/1369.66	c      1370          25636       13096        20          66.0000          48.0000     37.50%
27262.14/1374.71	c      1375          25607       18994        20          66.0000          48.0000     37.50%
27361.36/1379.77	c      1380          31406       19914        20          66.0000          48.0000     37.50%
27460.58/1384.79	c      1385          31598       20015        20          66.0000          48.0000     37.50%
27561.76/1389.86	c      1390          26232       13480        20          66.0000          48.0000     37.50%
27663.00/1394.90	c      1395          26404       13582        20          66.0000          48.0000     37.50%
27762.14/1399.97	c      1400          26454       19440        20          66.0000          48.0000     37.50%
27861.30/1405.02	c      1405          32312       20377        20          66.0000          48.0000     37.50%
27960.54/1410.03	c      1410          26770       19611        20          66.0000          48.0000     37.50%
28062.22/1415.08	c      1415          26770       19611        20          66.0000          48.0000     37.50%
28163.28/1420.17	c      1420          26878       19667        20          66.0000          48.0000     37.50%
28262.68/1425.18	c      1425          27307       14138        20          66.0000          48.0000     37.50%
28363.17/1430.27	c      1430          27393       14220        20          66.0000          48.0000     37.50%
28464.37/1435.32	c      1435          27512       14313        20          66.0000          48.0000     37.50%
28563.60/1440.37	c      1440          33570       20958        20          66.0000          48.0000     37.50%
28662.69/1445.38	c      1445          33771       21051        20          66.0000          48.0000     37.50%
28763.91/1450.47	c      1450          27896       20256        20          66.0000          48.0000     37.50%
28865.14/1455.52	c      1456          28095       14730        20          66.0000          48.0000     37.50%
28964.34/1460.57	c      1461          34018       21245        20          66.0000          48.0000     37.50%
29065.52/1465.62	c      1466          34193       21356        20          66.0000          48.0000     37.50%
29091.32/1467.01	c *    1467          28384       14943        20          64.0000          48.0000     33.33%
29164.49/1470.69	c      1471          34288       19569        20          64.0000          48.0000     33.33%
29269.60/1475.93	c      1476          34288       19569        20          64.0000          48.0000     33.33%
29368.86/1481.00	c      1481          34288       19569        20          64.0000          48.0000     33.33%
29472.77/1486.18	c      1486          34289       19568        20          64.0000          48.0000     33.33%
29575.28/1491.33	c      1491          34289       19568        20          64.0000          48.0000     33.33%
29674.49/1496.38	c      1496          34297       19574        20          64.0000          48.0000     33.33%
29775.68/1501.44	c      1501          34297       19574        20          64.0000          48.0000     33.33%
29874.75/1506.49	c      1506          29747       14491        20          64.0000          48.0000     33.33%
29975.81/1511.54	c      1512          34465       19662        20          64.0000          48.0000     33.33%
30075.05/1516.57	c      1517          34465       19662        20          64.0000          48.0000     33.33%
30176.26/1521.62	c      1522          34465       19662        20          64.0000          48.0000     33.33%
30275.41/1526.69	c      1527          34654       19783        20          64.0000          48.0000     33.33%
30376.60/1531.74	c      1532          34838       19885        20          64.0000          48.0000     33.33%
30475.82/1536.75	c      1537          35002       19983        20          64.0000          48.0000     33.33%
30577.01/1541.84	c      1542          27900       19648        20          64.0000          48.0000     33.33%
30676.22/1546.89	c      1547          28036       19738        20          64.0000          48.0000     33.33%
30777.35/1551.91	c      1552          29839       20129        20          64.0000          48.0328     33.24%
30876.51/1556.99	c      1557          30016       20226        20          64.0000          48.0328     33.24%
30978.02/1562.04	c      1562          30159       20309        20          64.0000          48.0395     33.22%
31077.29/1567.05	c      1567          30314       20405        20          64.0000          48.0488     33.20%
31178.23/1572.13	c      1572          30479       20509        20          64.0000          48.0526     33.19%
31277.61/1577.19	c      1577          30654       20584        20          64.0000          48.0556     33.18%
31377.94/1582.23	c      1582          30795       20655        20          64.0000          48.0730     33.13%
31477.18/1587.29	c      1587          30955       20737        20          64.0000          48.0769     33.12%
31578.38/1592.34	c      1592          31143       20821        20          64.0000          48.0769     33.12%
31677.59/1597.39	c      1597          31323       20902        20          64.0000          48.0769     33.12%
31778.76/1602.44	c      1602          31545       21008        20          64.0000          48.0769     33.12%
31877.84/1607.48	c      1607          31703       21102        20          64.0000          48.0769     33.12%
31978.85/1612.51	c      1613          31896       21201        20          64.0000          48.0769     33.12%
32077.98/1617.55	c      1618          32069       21288        20          64.0000          48.0816     33.11%
32179.10/1622.64	c      1623          32204       21373        20          64.0000          48.0833     33.10%
32278.28/1627.69	c      1628          32355       21474        20          64.0000          48.0870     33.09%
32377.54/1632.70	c      1633          32514       21562        20          64.0000          48.0870     33.09%
32478.75/1637.77	c      1638          32692       21627        20          64.0000          48.0870     33.09%
32577.78/1642.78	c      1643          32817       21705        20          64.0000          48.0870     33.09%
32678.97/1647.85	c      1648          32963       21801        20          64.0000          48.0870     33.09%
32780.06/1652.94	c      1653          33111       21880        20          64.0000          48.0870     33.09%
32879.27/1657.99	c      1658          33300       21964        20          64.0000          48.0870     33.09%
32980.97/1663.04	c      1663          33399       22020        20          64.0000          48.0909     33.08%
33080.10/1668.05	c      1668          33599       22118        20          64.0000          48.0952     33.07%
33179.35/1673.09	c      1673          33729       22182        20          64.0000          48.1000     33.06%
33278.36/1678.11	c      1678          33911       22284        20          64.0000          48.1000     33.06%
33379.53/1683.16	c      1683          34093       22362        20          64.0000          48.1000     33.06%
33479.98/1688.21	c      1688          34302       22457        20          64.0000          48.1000     33.06%
33581.18/1693.34	c      1693          34474       22551        20          64.0000          48.1000     33.06%
33680.34/1698.38	c      1698          34666       22632        20          64.0000          48.1000     33.06%
33781.52/1703.41	c      1703          34816       22707        20          64.0000          48.1020     33.05%
33880.71/1708.42	c      1708          34979       22792        20          64.0000          48.1111     33.03%
33981.90/1713.55	c      1714          35109       22871        20          64.0000          48.1132     33.02%
34080.94/1718.60	c      1719          35293       22952        20          64.0000          48.1176     33.01%
34182.06/1723.65	c      1724          35444       23029        20          64.0000          48.1176     33.01%
34281.22/1728.68	c      1729          35589       23102        20          64.0000          48.1176     33.01%
34382.41/1733.75	c      1734          35794       23197        20          64.0000          48.1176     33.01%
34481.60/1738.79	c      1739          35987       23287        20          64.0000          48.1176     33.01%
34582.76/1743.85	c      1744          36160       23387        20          64.0000          48.1176     33.01%
34683.91/1748.90	c      1749          36364       23485        20          64.0000          48.1176     33.01%
34783.00/1753.95	c      1754          36552       23575        20          64.0000          48.1176     33.01%
34882.21/1758.99	c      1759          36663       23651        20          64.0000          48.1176     33.01%
34981.43/1764.00	c      1764          36698       23664        20          64.0000          48.1176     33.01%
35080.63/1769.01	c      1769          36698       23664        20          64.0000          48.1176     33.01%
35182.53/1774.07	c      1774          36830       23716        20          64.0000          48.1176     33.01%
35283.69/1779.20	c      1779          37001       23808        20          64.0000          48.1176     33.01%
35384.03/1784.24	c      1784          37178       23891        20          64.0000          48.1176     33.01%
35483.16/1789.25	c      1789          37315       23954        20          64.0000          48.1176     33.01%
35584.34/1794.35	c      1794          37479       24031        20          64.0000          48.1176     33.01%
35683.34/1799.39	c      1799          37649       24123        20          64.0000          48.1176     33.01%
35784.19/1804.41	c      1804          37829       24213        20          64.0000          48.1176     33.01%
35883.31/1809.43	c      1809          37981       24287        20          64.0000          48.1212     33.00%
35982.50/1814.45	c      1814          38150       24377        20          64.0000          48.1228     32.99%
36085.69/1819.61	c      1820          38243       24432        20          64.0000          48.1250     32.99%
36184.75/1824.67	c      1825          38411       24521        20          64.0000          48.1250     32.99%
36283.86/1829.70	c      1830          38529       24613        20          64.0000          48.1333     32.96%
36385.06/1834.73	c      1835          38717       24712        20          64.0000          48.1333     32.96%
36486.24/1839.82	c      1840          38863       24798        20          64.0000          48.1333     32.96%
36585.43/1844.87	c      1845          39040       24889        20          64.0000          48.1333     32.96%
36686.59/1849.90	c      1850          39219       24982        20          64.0000          48.1405     32.94%
36785.76/1854.97	c      1855          39426       25083        20          64.0000          48.1429     32.94%
36884.96/1860.00	c      1860          39558       25158        20          64.0000          48.1429     32.94%
36986.79/1865.08	c      1865          39737       25239        20          64.0000          48.1538     32.91%
37086.19/1870.11	c      1870          39906       25344        20          64.0000          48.1538     32.91%
37187.11/1875.18	c      1875          40097       25444        20          64.0000          48.1538     32.91%
37287.67/1880.23	c      1880          40299       25541        20          64.0000          48.1600     32.89%
37386.86/1885.26	c      1885          40464       25636        20          64.0000          48.1600     32.89%
37488.01/1890.30	c      1890          40678       25738        20          64.0000          48.1667     32.87%
37587.15/1895.35	c      1895          40869       25823        20          64.0000          48.1667     32.87%
37686.31/1900.37	c      1900          41000       25903        20          64.0000          48.1667     32.87%
37787.51/1905.48	c      1905          41171       25992        20          64.0000          48.1667     32.87%
37888.51/1910.54	c      1911          41328       26068        20          64.0000          48.1667     32.87%
37987.66/1915.59	c      1916          41427       26120        20          64.0000          48.1667     32.87%
38088.67/1920.64	c      1921          41427       26120        20          64.0000          48.1667     32.87%
38187.81/1925.69	c      1926          41582       26186        20          64.0000          48.1667     32.87%
38289.02/1930.71	c      1931          41701       26257        20          64.0000          48.1667     32.87%
38388.12/1935.71	c      1936          41879       26350        20          64.0000          48.1735     32.85%
38487.36/1940.73	c      1941          42080       26442        20          64.0000          48.1735     32.85%
38586.40/1945.78	c      1946          42227       26519        20          64.0000          48.1739     32.85%
38689.56/1950.96	c      1951          42394       26614        20          64.0000          48.1739     32.85%
38788.60/1956.01	c      1956          42549       26699        20          64.0000          48.1816     32.83%
38890.15/1961.06	c      1961          42701       26772        20          64.0000          48.1816     32.83%
38989.28/1966.11	c      1966          42856       26861        20          64.0000          48.1818     32.83%
39088.51/1971.12	c      1971          43037       26940        20          64.0000          48.1818     32.83%
39189.58/1976.13	c      1976          43220       27041        20          64.0000          48.1818     32.83%
39290.06/1981.23	c      1981          43383       27138        20          64.0000          48.1818     32.83%
39391.24/1986.31	c      1986          43557       27200        20          64.0000          48.1818     32.83%
39490.42/1991.36	c      1991          43751       27291        20          64.0000          48.1818     32.83%
39591.60/1996.41	c      1996          43882       27385        20          64.0000          48.1818     32.83%
39690.76/2001.44	c      2001          44070       27473        20          64.0000          48.1831     32.83%
39791.96/2006.51	c      2007          44229       27546        20          64.0000          48.1845     32.82%
39891.17/2011.56	c      2012          44399       27652        20          64.0000          48.2000     32.78%
39990.43/2016.58	c      2017          44602       27746        20          64.0000          48.2000     32.78%
40089.65/2021.59	c      2022          44804       27845        20          64.0000          48.2000     32.78%
40192.86/2026.72	c      2027          44945       27934        20          64.0000          48.2000     32.78%
40291.92/2031.77	c      2032          45130       28019        20          64.0000          48.2000     32.78%
40391.17/2036.78	c      2037          45314       28115        20          64.0000          48.2000     32.78%
40492.41/2041.86	c      2042          45432       28183        20          64.0000          48.2000     32.78%
40593.51/2046.92	c      2047          45608       28275        20          64.0000          48.2000     32.78%
40692.68/2051.97	c      2052          45775       28378        20          64.0000          48.2000     32.78%
40791.87/2056.98	c      2057          45916       28469        20          64.0000          48.2000     32.78%
40891.05/2062.01	c      2062          46055       28539        20          64.0000          48.2000     32.78%
40992.80/2067.11	c      2067          46251       28623        20          64.0000          48.2000     32.78%
41094.01/2072.17	c      2072          46409       28705        20          64.0000          48.2039     32.77%
41194.50/2077.24	c      2077          46609       28833        20          64.0000          48.2069     32.76%
41293.67/2082.28	c      2082          46779       28925        20          64.0000          48.2096     32.75%
41394.77/2087.31	c      2087          46909       29007        20          64.0000          48.2098     32.75%
41494.00/2092.39	c      2092          47056       29102        20          64.0000          48.2098     32.75%
41595.20/2097.41	c      2097          47166       29156        20          64.0000          48.2105     32.75%
41694.42/2102.42	c      2102          47166       29156        20          64.0000          48.2105     32.75%
41793.67/2107.44	c      2107          47248       29188        20          64.0000          48.2105     32.75%
41894.90/2112.51	c      2113          47479       29299        20          64.0000          48.2143     32.74%
41996.13/2117.64	c      2118          47599       29387        20          64.0000          48.2173     32.73%
42095.31/2122.70	c      2123          47768       29494        20          64.0000          48.2173     32.73%
42196.54/2127.71	c      2128          47940       29575        20          64.0000          48.2222     32.72%
42295.81/2132.77	c      2133          48139       29679        20          64.0000          48.2222     32.72%
42396.98/2137.81	c      2138          48312       29770        20          64.0000          48.2222     32.72%
42496.23/2142.89	c      2143          48462       29870        20          64.0000          48.2222     32.72%
42597.43/2147.90	c      2148          48646       29982        20          64.0000          48.2222     32.72%
42696.68/2153.01	c      2153          48738       30038        20          64.0000          48.2222     32.72%
42798.69/2158.06	c      2158          48910       30143        20          64.0000          48.2222     32.72%
42897.91/2163.11	c      2163          49079       30224        20          64.0000          48.2222     32.72%
42999.11/2168.16	c      2168          49278       30321        20          64.0000          48.2222     32.72%
43099.46/2173.21	c      2173          49426       30419        20          64.0000          48.2222     32.72%
43198.67/2178.25	c      2178          49584       30506        20          64.0000          48.2222     32.72%
43297.91/2183.27	c      2183          49739       30597        20          64.0000          48.2249     32.71%
43398.97/2188.36	c      2188          49888       30671        20          64.0000          48.2326     32.69%
43500.24/2193.41	c      2193          50059       30770        20          64.0000          48.2329     32.69%
43599.38/2198.46	c      2198          50254       30848        20          64.0000          48.2329     32.69%
43698.55/2203.48	c      2203          50431       30935        20          64.0000          48.2353     32.68%
43799.79/2208.56	c      2209          50553       31023        20          64.0000          48.2353     32.68%
43901.02/2213.61	c      2214          50745       31120        20          64.0000          48.2369     32.68%
44000.25/2218.63	c      2219          50922       31205        20          64.0000          48.2372     32.68%
44101.42/2223.70	c      2224          51051       31300        20          64.0000          48.2391     32.67%
44200.65/2228.71	c      2229          55545       26661        20          64.0000          48.2398     32.67%
44299.90/2233.72	c      2234          51359       31488        20          64.0000          48.2429     32.66%
44399.01/2238.79	c      2239          51502       31557        20          64.0000          48.2500     32.64%
44500.13/2243.82	c      2244          51664       31651        20          64.0000          48.2500     32.64%
44599.38/2248.83	c      2249          56502       26969        20          64.0000          48.2500     32.64%
44698.54/2253.89	c      2254          56811       27046        20          64.0000          48.2500     32.64%
44799.62/2259.01	c      2259          52200       31873        20          64.0000          48.2500     32.64%
44901.53/2264.09	c      2264          52374       31977        20          64.0000          48.2500     32.64%
45000.79/2269.13	c      2269          52531       32051        20          64.0000          48.2500     32.64%
45103.08/2274.21	c      2274          57673       27395        20          64.0000          48.2500     32.64%
45202.33/2279.26	c      2279          57813       27493        20          64.0000          48.2508     32.64%
45301.59/2284.28	c      2284          58011       27582        20          64.0000          48.2540     32.63%
45402.82/2289.32	c      2289          58284       27681        20          64.0000          48.2581     32.62%
45502.07/2294.36	c      2294          58583       27780        20          64.0000          48.2644     32.60%
45603.28/2299.46	c      2299          58781       27867        20          64.0000          48.2644     32.60%
45702.45/2304.48	c      2304          58979       27947        20          64.0000          48.2667     32.60%
45803.68/2309.53	c      2310          59289       28012        20          64.0000          48.2687     32.59%
45902.93/2314.54	c      2315          59573       28119        20          64.0000          48.2801     32.56%
46004.16/2319.69	c      2320          59778       28212        20          64.0000          48.2805     32.56%
46105.32/2324.74	c      2325          59964       28276        20          64.0000          48.2834     32.55%
46206.49/2329.80	c      2330          60198       28368        20          64.0000          48.2834     32.55%
46305.67/2334.82	c      2335          60433       28442        20          64.0000          48.2856     32.54%
46404.91/2339.90	c      2340          60627       28520        20          64.0000          48.2857     32.54%
46506.17/2344.93	c      2345          60819       28604        20          64.0000          48.2857     32.54%
46605.38/2349.97	c      2350          60936       28633        20          64.0000          48.2857     32.54%
46704.57/2355.03	c      2355          61085       28708        20          64.0000          48.2857     32.54%
46806.37/2360.06	c      2360          61200       28811        20          64.0000          48.2857     32.54%
46907.41/2365.15	c      2365          61355       28923        20          64.0000          48.2857     32.54%
47006.55/2370.17	c      2370          61484       29022        20          64.0000          48.2857     32.54%
47107.07/2375.24	c      2375          61643       29103        20          64.0000          48.2857     32.54%
47208.24/2380.31	c      2380          61812       29187        20          64.0000          48.2857     32.54%
47307.28/2385.33	c      2385          62088       29249        20          64.0000          48.2857     32.54%
47408.34/2390.41	c      2390          62421       29348        20          64.0000          48.2857     32.54%
47507.42/2395.46	c      2395          62651       29428        20          64.0000          48.2857     32.54%
47608.63/2400.51	c      2401          62864       29526        20          64.0000          48.2857     32.54%
47707.87/2405.52	c      2406          63083       29599        20          64.0000          48.2912     32.53%
47807.10/2410.54	c      2411          63313       29671        20          64.0000          48.2921     32.53%
47906.33/2415.59	c      2416          63627       29774        20          64.0000          48.2987     32.51%
48007.53/2420.64	c      2421          63872       29881        20          64.0000          48.3004     32.50%
48106.74/2425.69	c      2426          64004       29916        20          64.0000          48.3004     32.50%
48207.98/2430.79	c      2431          64229       29976        20          64.0000          48.3025     32.50%
48309.20/2435.82	c      2436          64525       30054        20          64.0000          48.3047     32.49%
48408.29/2440.85	c      2441          64835       30133        20          64.0000          48.3056     32.49%
48509.46/2445.97	c      2446          65093       30235        20          64.0000          48.3066     32.49%
48608.69/2450.99	c      2451          65388       30318        20          64.0000          48.3077     32.48%
48707.88/2456.03	c      2456          65670       30397        20          64.0000          48.3077     32.48%
48809.80/2461.09	c      2461          65871       30452        20          64.0000          48.3103     32.48%
48910.87/2466.18	c      2466          66095       30526        20          64.0000          48.3150     32.46%
49010.23/2471.19	c      2471          66233       30620        20          64.0000          48.3158     32.46%
49110.57/2476.28	c      2476          66541       30746        20          64.0000          48.3158     32.46%
49211.73/2481.33	c      2481          66807       30844        20          64.0000          48.3200     32.45%
49310.96/2486.40	c      2486          67092       30944        20          64.0000          48.3203     32.45%
49412.17/2491.41	c      2491          67353       31016        20          64.0000          48.3313     32.42%
49513.36/2496.50	c      2496          67577       31076        20          64.0000          48.3333     32.41%
49612.41/2501.51	c      2502          67762       31097        20          64.0000          48.3333     32.41%
49711.11/2506.60	c      2507          67993       31182        20          64.0000          48.3333     32.41%
49810.36/2511.65	c      2512          68294       31275        20          64.0000          48.3333     32.41%
49911.59/2516.70	c      2517          68611       31380        20          64.0000          48.3333     32.41%
50010.84/2521.72	c      2522          68888       31482        20          64.0000          48.3333     32.41%
50111.93/2526.80	c      2527          69098       31565        20          64.0000          48.3333     32.41%
50211.12/2531.85	c      2532          69404       31620        20          64.0000          48.3333     32.41%
50312.33/2536.91	c      2537          69629       31713        20          64.0000          48.3333     32.41%
50411.62/2541.93	c      2542          69789       31783        20          64.0000          48.3333     32.41%
50510.73/2546.96	c      2547          70032       31866        20          64.0000          48.3333     32.41%
50609.97/2551.98	c      2552          70275       31945        20          64.0000          48.3333     32.41%
50711.82/2557.07	c      2557          70523       32039        20          64.0000          48.3387     32.40%
50810.96/2562.10	c      2562          70703       32129        20          64.0000          48.3390     32.40%
50910.24/2567.12	c      2567          70955       32220        20          64.0000          48.3436     32.39%
51009.41/2572.13	c      2572          71123       32300        20          64.0000          48.3448     32.38%
51110.67/2577.15	c      2577          71353       32396        20          64.0000          48.3477     32.37%
51210.97/2582.24	c      2582          71573       32472        20          64.0000          48.3484     32.37%
51310.21/2587.26	c      2587          71953       32583        20          64.0000          48.3500     32.37%
51409.46/2592.28	c      2592          72082       32637        20          64.0000          48.3500     32.37%
51508.53/2597.29	c      2597          72409       32744        20          64.0000          48.3511     32.37%
51611.69/2602.44	c      2602          72506       32833        20          64.0000          48.3529     32.36%
51712.84/2607.53	c      2608          72648       32937        20          64.0000          48.3542     32.36%
51814.05/2612.66	c      2613          72833       33024        20          64.0000          48.3565     32.35%
51915.20/2617.71	c      2618          73163       33110        20          64.0000          48.3570     32.35%
52014.35/2622.72	c      2623          73406       33167        20          64.0000          48.3571     32.35%
52113.59/2627.79	c      2628          73706       33242        20          64.0000          48.3591     32.34%
52214.82/2632.87	c      2633          73923       33336        20          64.0000          48.3618     32.34%
52315.99/2637.92	c      2638          74128       33393        20          64.0000          48.3636     32.33%
52415.20/2642.97	c      2643          74383       33481        20          64.0000          48.3647     32.33%
52514.42/2648.02	c      2648          74603       33555        20          64.0000          48.3673     32.32%
52616.40/2653.07	c      2653          74793       33649        20          64.0000          48.3712     32.31%
52715.24/2658.11	c      2658          75063       33725        20          64.0000          48.3733     32.30%
52816.38/2663.17	c      2663          75333       33839        20          64.0000          48.3750     32.30%
52915.56/2668.19	c      2668          75573       33929        20          64.0000          48.3762     32.30%
53016.04/2673.27	c      2673          75792       34025        20          64.0000          48.3788     32.29%
53115.34/2678.28	c      2678          75971       34107        20          64.0000          48.3810     32.28%
53216.47/2683.37	c      2683          76243       34201        20          64.0000          48.3810     32.28%
53315.69/2688.38	c      2688          76572       34284        20          64.0000          48.3851     32.27%
53416.90/2693.47	c      2693          76874       34385        20          64.0000          48.3904     32.26%
53517.99/2698.52	c      2699          77053       34444        20          64.0000          48.3919     32.25%
53617.16/2703.57	c      2704          77233       34517        20          64.0000          48.3957     32.24%
53718.34/2708.63	c      2709          77405       34589        20          64.0000          48.3967     32.24%
53817.48/2713.68	c      2714          77646       34663        20          64.0000          48.4000     32.23%
53918.71/2718.73	c      2719          77852       34738        20          64.0000          48.4000     32.23%
54017.97/2723.78	c      2724          78110       34836        20          64.0000          48.4000     32.23%
54118.94/2728.83	c      2729          78361       34930        20          64.0000          48.4000     32.23%
54218.20/2733.89	c      2734          78524       35010        20          64.0000          48.4000     32.23%
54319.45/2738.93	c      2739          78680       35116        20          64.0000          48.4000     32.23%
54418.71/2743.98	c      2744          78909       35221        20          64.0000          48.4000     32.23%
54517.97/2749.02	c      2749          79093       35319        20          64.0000          48.4000     32.23%
54619.68/2754.08	c      2754          79252       35432        20          64.0000          48.4000     32.23%
54718.92/2759.10	c      2759          79547       35509        20          64.0000          48.4000     32.23%
54820.23/2764.18	c      2764          79757       35602        20          64.0000          48.4000     32.23%
54920.54/2769.23	c      2769          79981       35709        20          64.0000          48.4000     32.23%
55019.56/2774.24	c      2774          80158       35776        20          64.0000          48.4000     32.23%
55120.67/2779.32	c      2779          80485       35859        20          64.0000          48.4000     32.23%
55219.87/2784.38	c      2784          80669       35942        20          64.0000          48.4000     32.23%
55321.07/2789.43	c      2789          80842       35996        20          64.0000          48.4000     32.23%
55420.31/2794.46	c      2794          80991       36059        20          64.0000          48.4000     32.23%
55521.53/2799.55	c      2800          81153       36127        20          64.0000          48.4000     32.23%
55620.67/2804.56	c      2805          81397       36201        20          64.0000          48.4000     32.23%
55721.89/2809.65	c      2810          81615       36307        20          64.0000          48.4000     32.23%
55821.10/2814.70	c      2815          81858       36392        20          64.0000          48.4000     32.23%
55922.30/2819.75	c      2820          82095       36469        20          64.0000          48.4000     32.23%
56023.48/2824.80	c      2825          82360       36554        20          64.0000          48.4000     32.23%
56122.61/2829.85	c      2830          82607       36636        20          64.0000          48.4000     32.23%
56221.79/2834.90	c      2835          82774       36721        20          64.0000          48.4000     32.23%
56322.87/2839.96	c      2840          83003       36780        20          64.0000          48.4000     32.23%
56422.04/2845.01	c      2845          83163       36852        20          64.0000          48.4000     32.23%
56521.28/2850.03	c      2850          83333       36952        20          64.0000          48.4000     32.23%
56623.21/2855.04	c      2855          83563       37048        20          64.0000          48.4000     32.23%
56722.35/2860.13	c      2860          83829       37156        20          64.0000          48.4000     32.23%
56823.58/2865.17	c      2865          84033       37250        20          64.0000          48.4000     32.23%
56923.89/2870.27	c      2870          74355       41707        20          64.0000          48.4000     32.23%
57025.04/2875.32	c      2875          74555       41803        20          64.0000          48.4000     32.23%
57124.24/2880.36	c      2880          74774       41875        20          64.0000          48.4000     32.23%
57223.48/2885.40	c      2885          75013       41939        20          64.0000          48.4000     32.23%
57324.72/2890.44	c      2890          75207       42026        20          64.0000          48.4000     32.23%
57423.97/2895.44	c      2895          75355       42092        20          64.0000          48.4000     32.23%
57525.21/2900.53	c      2901          85416       38025        20          64.0000          48.4000     32.23%
57624.40/2905.58	c      2906          75797       42260        20          64.0000          48.4000     32.23%
57725.71/2910.67	c      2911          76014       42347        20          64.0000          48.4000     32.23%
57824.86/2915.68	c      2916          76236       42441        20          64.0000          48.4000     32.23%
57924.12/2920.69	c      2921          76469       42537        20          64.0000          48.4000     32.23%
58027.23/2925.82	c      2926          86505       38454        20          64.0000          48.4000     32.23%
58126.30/2930.87	c      2931          86687       38549        20          64.0000          48.4000     32.23%
58227.46/2935.92	c      2936          86931       38651        20          64.0000          48.4000     32.23%
58326.60/2940.97	c      2941          87195       38744        20          64.0000          48.4000     32.23%
58425.72/2946.02	c      2946          87429       38838        20          64.0000          48.4000     32.23%
58527.45/2951.08	c      2951          77610       43075        20          64.0000          48.4000     32.23%
58626.79/2956.12	c      2956          77878       43152        20          64.0000          48.4000     32.23%
58727.73/2961.15	c      2961          88227       39082        20          64.0000          48.4000     32.23%
58828.17/2966.21	c      2966          88375       39146        20          64.0000          48.4000     32.23%
58927.37/2971.28	c      2971          88595       39249        20          64.0000          48.4000     32.23%
59028.50/2976.33	c      2976          88795       39337        20          64.0000          48.4000     32.23%
59127.65/2981.35	c      2981          89099       39445        20          64.0000          48.4000     32.23%
59228.76/2986.43	c      2986          89280       39514        20          64.0000          48.4000     32.23%
59327.94/2991.46	c      2991          86920       26710        20          64.0000          48.4000     32.23%
59429.04/2996.53	c      2997          79465       43831        20          64.0000          48.4000     32.23%
59528.24/3001.58	c      3002          79667       43925        20          64.0000          48.4000     32.23%
59629.42/3006.60	c      3007          79862       44015        20          64.0000          48.4000     32.23%
59728.62/3011.69	c      3012          87674       26979        20          64.0000          48.4000     32.23%
59829.62/3016.73	c      3017          87867       27068        20          64.0000          48.4000     32.23%
59928.78/3021.75	c      3022          88094       27139        20          64.0000          48.4000     32.23%
60029.93/3026.84	c      3027          80616       44329        20          64.0000          48.4000     32.23%
60129.11/3031.88	c      3032          80825       44414        20          64.0000          48.4000     32.23%
60230.22/3036.92	c      3037          81026       44505        20          64.0000          48.4000     32.23%
60329.44/3041.93	c      3042          92246       40373        20          64.0000          48.4000     32.23%
60428.66/3047.03	c      3047          92437       40478        20          64.0000          48.4000     32.23%
60527.88/3052.04	c      3052          89530       27577        20          64.0000          48.4000     32.23%
60629.64/3057.07	c      3057          89682       27676        20          64.0000          48.4000     32.23%
60730.88/3062.17	c      3062          89921       27765        20          64.0000          48.4000     32.23%
60831.36/3067.25	c      3067          93317       40852        20          64.0000          48.4000     32.23%
60932.56/3072.30	c      3072          82319       45112        20          64.0000          48.4000     32.23%
61031.80/3077.35	c      3077          82553       45196        20          64.0000          48.4000     32.23%
61133.00/3082.41	c      3082          82811       45281        20          64.0000          48.4000     32.23%
61232.18/3087.46	c      3087          93924       41200        20          64.0000          48.4000     32.23%
61331.36/3092.48	c      3092          94136       41286        20          64.0000          48.4000     32.23%
61432.38/3097.56	c      3098          94386       41372        20          64.0000          48.4000     32.23%
61531.39/3102.58	c      3103          94799       41479        20          64.0000          48.4000     32.23%
61630.61/3107.59	c      3108          91974       28391        20          64.0000          48.4000     32.23%
61731.85/3112.60	c      3113          84063       45784        20          64.0000          48.4000     32.23%
61831.05/3117.62	c      3118          95466       41714        20          64.0000          48.4000     32.23%
61934.29/3122.82	c      3123          95737       41785        20          64.0000          48.4000     32.23%
62033.44/3127.87	c      3128          95971       41866        20          64.0000          48.4000     32.23%
62134.64/3132.92	c      3133          96227       41965        20          64.0000          48.4000     32.23%
62233.83/3137.97	c      3138          96488       42068        20          64.0000          48.4000     32.23%
62333.06/3142.98	c      3143          96755       42126        20          64.0000          48.4000     32.23%
62434.81/3148.06	c      3148          85473       46399        20          64.0000          48.4000     32.23%
62533.75/3153.07	c      3153          97136       42233        20          64.0000          48.4000     32.23%
62633.03/3158.12	c      3158          94038       29185        20          64.0000          48.4000     32.23%
62734.41/3163.16	c      3163          87038       31659        20          64.0000          48.4000     32.23%
62834.74/3168.27	c      3168          97810       42487        20          64.0000          48.4000     32.23%
62935.95/3173.32	c      3173          86332       46794        20          64.0000          48.4000     32.23%
63035.15/3178.37	c      3178          86332       46794        20          64.0000          48.4000     32.23%
63134.43/3183.38	c      3183          86332       46794        20          64.0000          48.4000     32.23%
63235.51/3188.41	c      3188          95317       29657        20          64.0000          48.4000     32.23%
63334.73/3193.48	c      3193          88373       32153        20          64.0000          48.4000     32.23%
63436.01/3198.57	c      3199          88614       32240        20          64.0000          48.4000     32.23%
63537.02/3203.62	c      3204          88867       32330        20          64.0000          48.4000     32.23%
63636.23/3208.66	c      3209          89055       32412        20          64.0000          48.4000     32.23%
63735.35/3213.67	c      3214          89281       32511        20          64.0000          48.4000     32.23%
63836.55/3218.71	c      3219          89508       32590        20          64.0000          48.4000     32.23%
63937.74/3223.82	c      3224          87668       47423        20          64.0000          48.4000     32.23%
64036.89/3228.87	c      3229          87881       47509        20          64.0000          48.4000     32.23%
64137.80/3233.92	c      3234          87981       47559        20          64.0000          48.4000     32.23%
64236.98/3238.97	c      3239          87981       47559        20          64.0000          48.4000     32.23%
64336.23/3243.98	c      3244          87981       47559        20          64.0000          48.4000     32.23%
64438.16/3249.07	c      3249          87981       47559        20          64.0000          48.4000     32.23%
64537.35/3254.08	c      3254          87981       47559        20          64.0000          48.4000     32.23%
64638.35/3259.14	c      3259         103368       43943        20          64.0000          48.4000     32.23%
64738.87/3264.22	c      3264          91112       33390        20          64.0000          48.4000     32.23%
64838.13/3269.25	c      3269          91421       33481        20          64.0000          48.4000     32.23%
64939.29/3274.32	c      3274          91710       33566        20          64.0000          48.4000     32.23%
65038.48/3279.38	c      3279         104416       44302        20          64.0000          48.4000     32.23%
65139.70/3284.40	c      3284          89005       48057        20          64.0000          48.4000     32.23%
65238.88/3289.48	c      3289         104868       44406        20          64.0000          48.4000     32.23%
65339.94/3294.54	c      3295         105122       44528        20          64.0000          48.4000     32.23%
65439.13/3299.59	c      3300         105363       44634        20          64.0000          48.4000     32.23%
65540.25/3304.64	c      3305         105483       44724        20          64.0000          48.4000     32.23%
65639.35/3309.66	c      3310         105693       44810        20          64.0000          48.4000     32.23%
65738.54/3314.69	c      3315          78094       19356        20          64.0000          48.4000     32.23%
65839.76/3319.75	c      3320          78334       19448        20          64.0000          48.4000     32.23%
65938.98/3324.77	c      3325         106279       45046        20          64.0000          48.4048     32.22%
66038.11/3329.78	c      3330         106503       45150        20          64.0000          48.4091     32.21%
66139.30/3334.81	c      3335         106673       45246        20          64.0000          48.4108     32.20%
66240.51/3339.97	c      3340          79090       19762        20          64.0000          48.4149     32.19%
66342.23/3345.04	c      3345          79310       19878        20          64.0000          48.4208     32.17%
66441.40/3350.09	c      3350          79500       19948        20          64.0000          48.4253     32.16%
66540.48/3355.11	c      3355          79670       20004        20          64.0000          48.4303     32.15%
66639.62/3360.13	c      3360          79860       20085        20          64.0000          48.4362     32.13%
66740.92/3365.14	c      3365          80093       20176        20          64.0000          48.4362     32.13%
66840.06/3370.16	c      3370          80251       20260        20          64.0000          48.4373     32.13%
66940.56/3375.24	c      3375          80451       20326        20          64.0000          48.4397     32.12%
67041.70/3380.39	c      3380          80733       20382        20          64.0000          48.4444     32.11%
67142.91/3385.44	c      3385          80920       20440        20          64.0000          48.4461     32.11%
67242.06/3390.48	c      3390          81207       20523        20          64.0000          48.4473     32.10%
67341.28/3395.49	c      3395          81332       20579        20          64.0000          48.4485     32.10%
67442.37/3400.57	c      3401          81460       20647        20          64.0000          48.4686     32.04%
67543.52/3405.64	c      3406          81645       20709        20          64.0000          48.4686     32.04%
67642.67/3410.69	c      3411          81816       20786        20          64.0000          48.4706     32.04%
67743.82/3415.70	c      3416          81969       20837        20          64.0000          48.4706     32.04%
67843.02/3420.76	c      3421          82211       20922        20          64.0000          48.4706     32.04%
67944.23/3425.81	c      3426          82350       20995        20          64.0000          48.4747     32.03%
68045.41/3430.91	c      3431          82550       21081        20          64.0000          48.4785     32.02%
68144.51/3435.96	c      3436          82770       21172        20          64.0000          48.4800     32.01%
68243.55/3441.00	c      3441          82988       21260        20          64.0000          48.4800     32.01%
68345.34/3446.06	c      3446          83183       21355        20          64.0000          48.4821     32.01%
68444.54/3451.10	c      3451          83350       21444        20          64.0000          48.4857     32.00%
68545.46/3456.16	c      3456          83530       21551        20          64.0000          48.4921     31.98%
68646.20/3461.21	c      3461          83701       21614        20          64.0000          48.4941     31.97%
68745.41/3466.26	c      3466          84000       21681        20          64.0000          48.4970     31.97%
68846.52/3471.31	c      3471          84134       21735        20          64.0000          48.5000     31.96%
68945.68/3476.34	c      3476          84333       21822        20          64.0000          48.5000     31.96%
69044.83/3481.38	c      3481          84589       21932        20          64.0000          48.5000     31.96%
69145.95/3486.43	c      3486          84899       22020        20          64.0000          48.5000     31.96%
69247.09/3491.51	c      3492          85110       22116        20          64.0000          48.5000     31.96%
69346.16/3496.54	c      3497          85278       22181        20          64.0000          48.5000     31.96%
69445.20/3501.59	c      3502          85424       22261        20          64.0000          48.5000     31.96%
69546.41/3506.63	c      3507          85713       22341        20          64.0000          48.5000     31.96%
69645.47/3511.67	c      3512          85966       22414        20          64.0000          48.5000     31.96%
69746.50/3516.77	c      3517          86070       22502        20          64.0000          48.5000     31.96%
69847.50/3521.82	c      3522          86314       22580        20          64.0000          48.5000     31.96%
69946.67/3526.87	c      3527          86519       22647        20          64.0000          48.5000     31.96%
70045.79/3531.88	c      3532          86727       22745        20          64.0000          48.5000     31.96%
70146.91/3536.97	c      3537          86876       22820        20          64.0000          48.5000     31.96%
70245.98/3542.02	c      3542          87052       22906        20          64.0000          48.5000     31.96%
70347.81/3547.07	c      3547          87251       22983        20          64.0000          48.5000     31.96%
70446.77/3552.09	c      3552          87415       23085        20          64.0000          48.5000     31.96%
70547.66/3557.17	c      3557          87666       23174        20          64.0000          48.5000     31.96%
70647.98/3562.22	c      3562          87972       23241        20          64.0000          48.5000     31.96%
70747.11/3567.23	c      3567          88122       23350        20          64.0000          48.5000     31.96%
70848.07/3572.30	c      3572          88221       23417        20          64.0000          48.5000     31.96%
70947.23/3577.33	c      3577          88443       23487        20          64.0000          48.5000     31.96%
71048.18/3582.41	c      3582          88670       23570        20          64.0000          48.5000     31.96%
71147.36/3587.42	c      3587          88840       23620        20          64.0000          48.5052     31.94%
71246.44/3592.42	c      3592          89080       23724        20          64.0000          48.5085     31.94%
71347.57/3597.55	c      3598          89250       23781        20          64.0000          48.5114     31.93%
71448.48/3602.62	c      3603          89410       23865        20          64.0000          48.5165     31.91%
71547.61/3607.67	c      3608          89570       23954        20          64.0000          48.5227     31.90%
71646.73/3612.69	c      3613          89817       24022        20          64.0000          48.5241     31.89%
71747.88/3617.71	c      3618          90085       24090        20          64.0000          48.5287     31.88%
71847.00/3622.79	c      3623          90472       24154        20          64.0000          48.5333     31.87%
71948.12/3627.87	c      3628          90810       24224        20          64.0000          48.5381     31.86%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (190869 MiB free)
  memory of node 1: 193531 MiB (192050 MiB free)
  memory of node 2: 193531 MiB (187413 MiB free)
  memory of node 3: 193531 MiB (192733 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-4465178-1722446014/watcher-4465178-1722446014 -o /tmp/evaluation-result-4465178-1722446014/solver-4465178-1722446014 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722441596-58881 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465178-1722446014.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 80.13 80.45 79.79 62/944 65332
/proc/meminfo: memFree=781355804/790760804 swapFree=131071996/131071996
[pid=65331] ppid=65328 vsize=1522536 memory=46704 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/stat : 65331 (fscip) S 65328 65331 58870 0 -1 1077936128 9110 0 0 0 10 1 0 0 20 0 21 0 11184027 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
/proc/65331/statm: 380634 11676 2790 3035 0 50996 0
[pid=65331/tid=65333] ppid=65328 vsize=1522536 memory=8390339637985935414 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65333/stat : 65333 (fscip) R 65328 65331 58870 0 -1 4194368 1028 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65334] ppid=65328 vsize=1522536 memory=67123 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65334/stat : 65334 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65335] ppid=65328 vsize=1522536 memory=53017898648015 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65335/stat : 65335 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65336] ppid=65328 vsize=1522536 memory=58519768531522 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65336/stat : 65336 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65337] ppid=65328 vsize=1522536 memory=52987884208821 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65337/stat : 65337 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65338] ppid=65328 vsize=1522536 memory=60693089092508 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65338/stat : 65338 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65339] ppid=65328 vsize=1522536 memory=15536310576219522 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65339/stat : 65339 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65340] ppid=65328 vsize=1522536 memory=13848594587322557 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65340/stat : 65340 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65341] ppid=65328 vsize=1522536 memory=3978701783672585675 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65341/stat : 65341 (fscip) S 65328 65331 58870 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65342] ppid=65328 vsize=1522536 memory=3978141045677685907 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65342/stat : 65342 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65343] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65343/stat : 65343 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65344] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65344/stat : 65344 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65345] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65345/stat : 65345 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65346] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65346/stat : 65346 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65347] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65347/stat : 65347 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65348] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65348/stat : 65348 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65349] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65349/stat : 65349 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65350] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65350/stat : 65350 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65351] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65351/stat : 65351 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65352] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65352/stat : 65352 (fscip) S 65328 65331 58870 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 11676 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 1522536 KiB
Current children cumulated memory: 46704 KiB

[startup+0.220353 s]*
/proc/loadavg: 80.13 80.45 79.79 63/964 65352
/proc/meminfo: memFree=781237968/790760804 swapFree=131071996/131071996
[pid=65331] ppid=65328 vsize=1522536 memory=138240 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/stat : 65331 (fscip) S 65328 65331 58870 0 -1 1077936128 33191 0 0 0 19 4 0 0 20 0 21 0 11184027 1559076864 34560 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
/proc/65331/statm: 380634 34560 2790 3035 0 74663 0
[pid=65331/tid=65333] ppid=65328 vsize=1522536 memory=8318255677412212789 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65333/stat : 65333 (fscip) S 65328 65331 58870 0 -1 1077936192 1320 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65334] ppid=65328 vsize=1522536 memory=237112656212 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65334/stat : 65334 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65335] ppid=65328 vsize=1522536 memory=57411650258409 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65335/stat : 65335 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65336] ppid=65328 vsize=1522536 memory=62913520142031 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65336/stat : 65336 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65337] ppid=65328 vsize=1522536 memory=57381635819445 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65337/stat : 65337 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65338] ppid=65328 vsize=1522536 memory=54083134507337 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65338/stat : 65338 (fscip) S 65328 65331 58870 0 -1 1077936192 1318 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65339] ppid=65328 vsize=1522536 memory=14409311157781635 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65339/stat : 65339 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65340] ppid=65328 vsize=1522536 memory=15544037222411389 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65340/stat : 65340 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65341] ppid=65328 vsize=1522536 memory=3617010862398925942 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65341/stat : 65341 (fscip) R 65328 65331 58870 0 -1 4194368 83 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65342] ppid=65328 vsize=1522536 memory=3761407508338768111 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65342/stat : 65342 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65343] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65343/stat : 65343 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65344] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65344/stat : 65344 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65345] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65345/stat : 65345 (fscip) S 65328 65331 58870 0 -1 1077936192 1318 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65346] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65346/stat : 65346 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65347] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65347/stat : 65347 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65348] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65348/stat : 65348 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65349] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65349/stat : 65349 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65350] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65350/stat : 65350 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65351] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65351/stat : 65351 (fscip) S 65328 65331 58870 0 -1 1077936192 1319 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65352] ppid=65328 vsize=1522536 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65352/stat : 65352 (fscip) S 65328 65331 58870 0 -1 1077936192 1318 0 0 0 0 0 0 0 20 0 21 0 11184037 1559076864 34625 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1522536 KiB
Current children cumulated memory: 138240 KiB

[startup+0.326028 s]*
/proc/loadavg: 80.13 80.45 79.79 80/984 65372
/proc/meminfo: memFree=780918352/790760804 swapFree=131071996/131071996
[pid=65331] ppid=65328 vsize=1720248 memory=465256 CPUtime=1.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/stat : 65331 (fscip) S 65328 65331 58870 0 -1 1077936128 113564 0 0 0 106 34 0 0 20 0 41 0 11184027 1761533952 116314 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
/proc/65331/statm: 430062 116314 2806 3035 0 207045 0
[pid=65331/tid=65333] ppid=65328 vsize=1720248 memory=140165989406576 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65333/stat : 65333 (fscip) R 65328 65331 58870 0 -1 4194368 4187 0 0 0 5 1 0 0 20 0 41 0 11184037 1761533952 116314 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65334] ppid=65328 vsize=1720248 memory=0 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65334/stat : 65334 (fscip) D 65328 65331 58870 0 -1 4194368 5801 0 0 0 4 1 0 0 20 0 41 0 11184037 1761533952 116314 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65335] ppid=65328 vsize=1720248 memory=0 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65335/stat : 65335 (fscip) D 65328 65331 58870 0 -1 4194368 5871 0 0 0 4 1 0 0 20 0 41 0 11184037 1761533952 116314 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65336] ppid=65328 vsize=1720248 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65336/stat : 65336 (fscip) R 65328 65331 58870 0 -1 4194368 4220 0 0 0 6 1 0 0 20 0 41 0 11184037 1761533952 116314 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65337] ppid=65328 vsize=1720248 memory=0 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65337/stat : 65337 (fscip) R 65328 65331 58870 0 -1 4194368 5801 0 0 0 3 2 0 0 20 0 41 0 11184037 1761533952 116314 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65338] ppid=65328 vsize=1720248 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65338/stat : 65338 (fscip) D 65328 65331 58870 0 -1 4194368 5819 0 0 0 4 2 0 0 20 0 41 0 11184037 1761533952 116314 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65339] ppid=65328 vsize=1720248 memory=7566180915052019746 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65339/stat : 65339 (fscip) R 65328 65331 58870 0 -1 4194368 4222 0 0 0 6 1 0 0 20 0 41 0 11184037 1761533952 116314 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65340] ppid=65328 vsize=1720248 memory=67045 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65340/stat : 65340 (fscip) D 65328 65331 58870 0 -1 4194368 6253 0 0 0 4 1 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65341] ppid=65328 vsize=1720248 memory=67369 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65341/stat : 65341 (fscip) D 65328 65331 58870 0 -1 4194368 5871 0 0 0 4 1 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65342] ppid=65328 vsize=1720248 memory=67696 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65342/stat : 65342 (fscip) R 65328 65331 58870 0 -1 4194368 4221 0 0 0 6 1 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65343] ppid=65328 vsize=1720248 memory=68023 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65343/stat : 65343 (fscip) R 65328 65331 58870 0 -1 4194368 5797 0 0 0 3 2 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65344] ppid=65328 vsize=1720248 memory=57411700607041 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65344/stat : 65344 (fscip) D 65328 65331 58870 0 -1 4194368 5804 0 0 0 4 1 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65345] ppid=65328 vsize=1720248 memory=61796946052179 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65345/stat : 65345 (fscip) R 65328 65331 58870 0 -1 4194368 4217 0 0 0 6 1 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65346] ppid=65328 vsize=1720248 memory=13571491887350989 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65346/stat : 65346 (fscip) R 65328 65331 58870 0 -1 4194368 5798 0 0 0 3 1 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65347] ppid=65328 vsize=1720248 memory=14971196026424698 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65347/stat : 65347 (fscip) D 65328 65331 58870 0 -1 4194368 5814 0 0 0 4 1 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65348] ppid=65328 vsize=1720248 memory=150893 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65348/stat : 65348 (fscip) R 65328 65331 58870 0 -1 4194368 4183 0 0 0 6 0 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65349] ppid=65328 vsize=1720248 memory=0 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65349/stat : 65349 (fscip) D 65328 65331 58870 0 -1 4194368 5856 0 0 0 4 1 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65350] ppid=65328 vsize=1720248 memory=0 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65350/stat : 65350 (fscip) D 65328 65331 58870 0 -1 4194368 5795 0 0 0 4 1 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65351] ppid=65328 vsize=1720248 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65351/stat : 65351 (fscip) R 65328 65331 58870 0 -1 4194368 4217 0 0 0 5 1 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65352] ppid=65328 vsize=1720248 memory=0 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65352/stat : 65352 (fscip) D 65328 65331 58870 0 -1 4194368 5814 0 0 0 3 2 0 0 20 0 41 0 11184037 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65353] ppid=65328 vsize=1720248 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65353/stat : 65353 (fscip) S 65328 65331 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11184051 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65354] ppid=65328 vsize=1720248 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65354/stat : 65354 (fscip) S 65328 65331 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11184052 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65355] ppid=65328 vsize=1720248 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65355/stat : 65355 (fscip) S 65328 65331 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11184052 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65356] ppid=65328 vsize=1720248 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65356/stat : 65356 (fscip) S 65328 65331 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11184052 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65357] ppid=65328 vsize=1720248 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65357/stat : 65357 (fscip) S 65328 65331 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11184052 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65358] ppid=65328 vsize=1720248 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65358/stat : 65358 (fscip) S 65328 65331 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11184052 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65359] ppid=65328 vsize=1720248 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65359/stat : 65359 (fscip) S 65328 65331 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11184052 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65360] ppid=65328 vsize=1720248 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65360/stat : 65360 (fscip) S 65328 65331 58870 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11184052 1761533952 116380 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0

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

/proc/65331/task/65352/stat : 65352 (fscip) R 65328 65331 58870 0 -1 4194368 1644179 0 0 0 354804 282 0 0 20 0 41 0 11184037 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65353] ppid=65328 vsize=8278116 memory=6924924 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65353/stat : 65353 (fscip) S 65328 65331 58870 0 -1 1077936192 58 0 0 0 3 0 0 0 20 0 41 0 11184051 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65354] ppid=65328 vsize=8278116 memory=6941112 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65354/stat : 65354 (fscip) S 65328 65331 58870 0 -1 1077936192 60 0 0 0 3 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65355] ppid=65328 vsize=8278116 memory=6973156 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65355/stat : 65355 (fscip) S 65328 65331 58870 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65356] ppid=65328 vsize=8278116 memory=32808 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65356/stat : 65356 (fscip) S 65328 65331 58870 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65357] ppid=65328 vsize=8278116 memory=7140 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65357/stat : 65357 (fscip) S 65328 65331 58870 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65358] ppid=65328 vsize=8278116 memory=11528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65358/stat : 65358 (fscip) S 65328 65331 58870 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65359] ppid=65328 vsize=8278116 memory=13576 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65359/stat : 65359 (fscip) S 65328 65331 58870 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65360] ppid=65328 vsize=8278116 memory=6988204 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65360/stat : 65360 (fscip) S 65328 65331 58870 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65361] ppid=65328 vsize=8278116 memory=6988972 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65361/stat : 65361 (fscip) S 65328 65331 58870 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65362] ppid=65328 vsize=8278116 memory=11528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65362/stat : 65362 (fscip) S 65328 65331 58870 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65363] ppid=65328 vsize=8278116 memory=2212 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65363/stat : 65363 (fscip) S 65328 65331 58870 0 -1 1077936192 117 0 0 0 1 1 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65364] ppid=65328 vsize=8278116 memory=1736 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65364/stat : 65364 (fscip) S 65328 65331 58870 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65365] ppid=65328 vsize=8278116 memory=6988972 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65365/stat : 65365 (fscip) S 65328 65331 58870 0 -1 1077936192 119 0 0 0 0 2 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65366] ppid=65328 vsize=8278116 memory=13576 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65366/stat : 65366 (fscip) S 65328 65331 58870 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65367] ppid=65328 vsize=8278116 memory=10556 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65367/stat : 65367 (fscip) S 65328 65331 58870 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65368] ppid=65328 vsize=8278116 memory=5472 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65368/stat : 65368 (fscip) S 65328 65331 58870 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65369] ppid=65328 vsize=8278116 memory=5636 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65369/stat : 65369 (fscip) S 65328 65331 58870 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65370] ppid=65328 vsize=8278116 memory=11572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65370/stat : 65370 (fscip) S 65328 65331 58870 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65371] ppid=65328 vsize=8278116 memory=11528 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65371/stat : 65371 (fscip) S 65328 65331 58870 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65372] ppid=65328 vsize=8278116 memory=6988204 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65372/stat : 65372 (fscip) S 65328 65331 58870 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 11184052 8476790784 1747383 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
Current children cumulated CPU time: 71046.2 s
Current children cumulated vsize: 8278116 KiB
Current children cumulated memory: 6989532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.5 s]
/proc/loadavg: 80.68 80.44 80.43 81/1024 67490
/proc/meminfo: memFree=764401936/790760804 swapFree=131071996/131071996
[pid=65331] ppid=65328 vsize=8410868 memory=7017488 CPUtime=72001.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/stat : 65331 (fscip) S 65328 65331 58870 0 -1 1077936128 30510192 0 0 0 7190427 9725 0 0 20 0 41 0 11184027 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 17 21 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
/proc/65331/statm: 2102717 1754372 3318 3035 0 1877608 0
[pid=65331/tid=65333] ppid=65328 vsize=8410868 memory=561395175390868 CPUtime=3601.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65333/stat : 65333 (fscip) R 65328 65331 58870 0 -1 4194368 1941447 0 0 0 359862 292 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65334] ppid=65328 vsize=8410868 memory=280331980541520 CPUtime=3602.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65334/stat : 65334 (fscip) R 65328 65331 58870 0 -1 4194368 1752064 0 0 0 359922 290 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65335] ppid=65328 vsize=8410868 memory=6986892 CPUtime=3594.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65335/stat : 65335 (fscip) R 65328 65331 58870 0 -1 4194368 760510 0 0 0 358468 936 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65336] ppid=65328 vsize=8410868 memory=0 CPUtime=3602.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65336/stat : 65336 (fscip) R 65328 65331 58870 0 -1 4194368 1944767 0 0 0 359927 287 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65337] ppid=65328 vsize=8410868 memory=0 CPUtime=3603.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65337/stat : 65337 (fscip) R 65328 65331 58870 0 -1 4194368 1633216 0 0 0 360043 295 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65338] ppid=65328 vsize=8410868 memory=0 CPUtime=3600.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65338/stat : 65338 (fscip) R 65328 65331 58870 0 -1 4194368 772662 0 0 0 359109 892 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65339] ppid=65328 vsize=8410868 memory=6988976 CPUtime=3599.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65339/stat : 65339 (fscip) R 65328 65331 58870 0 -1 4194368 2122002 0 0 0 359612 334 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65340] ppid=65328 vsize=8410868 memory=-7451039026558099070 CPUtime=3601.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65340/stat : 65340 (fscip) R 65328 65331 58870 0 -1 4194368 1775985 0 0 0 359830 288 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65341] ppid=65328 vsize=8410868 memory=7011108 CPUtime=3600.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65341/stat : 65341 (fscip) R 65328 65331 58870 0 -1 4194368 760541 0 0 0 359143 912 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65342] ppid=65328 vsize=8410868 memory=280331979004320 CPUtime=3598.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65342/stat : 65342 (fscip) R 65328 65331 58870 0 -1 4194368 1978741 0 0 0 359574 324 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65343] ppid=65328 vsize=8410868 memory=0 CPUtime=3596.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65343/stat : 65343 (fscip) R 65328 65331 58870 0 -1 4194368 1603951 0 0 0 359325 276 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65344] ppid=65328 vsize=8410868 memory=0 CPUtime=3597.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65344/stat : 65344 (fscip) R 65328 65331 58870 0 -1 4194368 765738 0 0 0 358842 943 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65345] ppid=65328 vsize=8410868 memory=2720 CPUtime=3605.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65345/stat : 65345 (fscip) R 65328 65331 58870 0 -1 4194368 2011159 0 0 0 360175 329 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65346] ppid=65328 vsize=8410868 memory=30399726987509844 CPUtime=3601.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65346/stat : 65346 (fscip) R 65328 65331 58870 0 -1 4194368 1671752 0 0 0 359882 286 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65347] ppid=65328 vsize=8410868 memory=7015944 CPUtime=3595.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65347/stat : 65347 (fscip) R 65328 65331 58870 0 -1 4194368 776426 0 0 0 358737 850 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65348] ppid=65328 vsize=8410868 memory=6120 CPUtime=3602.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65348/stat : 65348 (fscip) R 65328 65331 58870 0 -1 4194368 1933477 0 0 0 360007 273 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65349] ppid=65328 vsize=8410868 memory=5472 CPUtime=3599.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65349/stat : 65349 (fscip) R 65328 65331 58870 0 -1 4194368 1803565 0 0 0 359695 292 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65350] ppid=65328 vsize=8410868 memory=2556 CPUtime=3594.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65350/stat : 65350 (fscip) R 65328 65331 58870 0 -1 4194368 757347 0 0 0 358498 934 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65351] ppid=65328 vsize=8410868 memory=280331979610704 CPUtime=3603.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65351/stat : 65351 (fscip) R 65328 65331 58870 0 -1 4194368 2070480 0 0 0 360023 323 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65352] ppid=65328 vsize=8410868 memory=-7451039026558099070 CPUtime=3598.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65352/stat : 65352 (fscip) R 65328 65331 58870 0 -1 4194368 1662211 0 0 0 359583 285 0 0 20 0 41 0 11184037 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65353] ppid=65328 vsize=8410868 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65353/stat : 65353 (fscip) S 65328 65331 58870 0 -1 1077936192 59 0 0 0 3 0 0 0 20 0 41 0 11184051 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65354] ppid=65328 vsize=8410868 memory=13812 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65354/stat : 65354 (fscip) S 65328 65331 58870 0 -1 1077936192 61 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65355] ppid=65328 vsize=8410868 memory=11932 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65355/stat : 65355 (fscip) S 65328 65331 58870 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65356] ppid=65328 vsize=8410868 memory=561395175390868 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65356/stat : 65356 (fscip) S 65328 65331 58870 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65357] ppid=65328 vsize=8410868 memory=7010472 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65357/stat : 65357 (fscip) S 65328 65331 58870 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65358] ppid=65328 vsize=8410868 memory=6916196 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65358/stat : 65358 (fscip) S 65328 65331 58870 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65359] ppid=65328 vsize=8410868 memory=7015944 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65359/stat : 65359 (fscip) S 65328 65331 58870 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65360] ppid=65328 vsize=8410868 memory=2720 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65360/stat : 65360 (fscip) S 65328 65331 58870 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65361] ppid=65328 vsize=8410868 memory=280331979378848 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65361/stat : 65361 (fscip) S 65328 65331 58870 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65362] ppid=65328 vsize=8410868 memory=350676 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65362/stat : 65362 (fscip) S 65328 65331 58870 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65363] ppid=65328 vsize=8410868 memory=280331980755088 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65363/stat : 65363 (fscip) S 65328 65331 58870 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65364] ppid=65328 vsize=8410868 memory=7010012 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65364/stat : 65364 (fscip) S 65328 65331 58870 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65365] ppid=65328 vsize=8410868 memory=104 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65365/stat : 65365 (fscip) S 65328 65331 58870 0 -1 1077936192 121 0 0 0 0 2 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65366] ppid=65328 vsize=8410868 memory=6901764 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65366/stat : 65366 (fscip) S 65328 65331 58870 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65367] ppid=65328 vsize=8410868 memory=11528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65367/stat : 65367 (fscip) S 65328 65331 58870 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65368] ppid=65328 vsize=8410868 memory=7007784 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65368/stat : 65368 (fscip) S 65328 65331 58870 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65369] ppid=65328 vsize=8410868 memory=7006356 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65369/stat : 65369 (fscip) S 65328 65331 58870 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65370] ppid=65328 vsize=8410868 memory=7984 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65370/stat : 65370 (fscip) S 65328 65331 58870 0 -1 1077936192 121 0 0 0 1 1 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65371] ppid=65328 vsize=8410868 memory=280331981468480 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65371/stat : 65371 (fscip) S 65328 65331 58870 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
[pid=65331/tid=65372] ppid=65328 vsize=8410868 memory=6069712 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65331/task/65372/stat : 65372 (fscip) S 65328 65331 58870 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 11184052 8612728832 1754372 809668444160 4194304 16623229 140733757179072 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 28282880 140733757187082 140733757187200 140733757187200 140733757194224 0
Current children cumulated CPU time: 72001.5 s
Current children cumulated vsize: 8410868 KiB
Current children cumulated memory: 7017488 KiB

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

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

# cumulated CPU time of all completed processes:  user=71904.5 s, system=97.448 s

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

[startup+3630.61 s]*
/proc/loadavg: 80.68 80.44 80.43 63/985 67490
/proc/meminfo: memFree=768957040/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): 3630.7
CPU time (s): 72001.9
CPU user time (s): 71904.5
CPU system time (s): 97.448
CPU usage (%): 1983.14
Max. virtual memory (cumulated for all children) (KiB): 8410868
Max. memory (cumulated for all children) (KiB): 7017488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71904.5
system time used= 97.448
maximum resident set size= 7017856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30510205
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= 306460
involuntary context switches= 383872


# summary of solver processes directly reported to runsolver:
#   pid: 65331
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71904.5
#   total CPU system time (s): 97.448

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.3509 second user time and 82.8311 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 19:13:34
IDJOB=4465178
IDBENCH=147020
IDSOLVER=3094
FILE ID=nodeD102/4465178-1722446014
RUNJOBID= nodeD102-1722441596-58881
SLURM_JOB_ID= 8254232
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465178-1722446014/watcher-4465178-1722446014 -o /tmp/evaluation-result-4465178-1722446014/solver-4465178-1722446014 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722441596-58881 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465178-1722446014.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 01f07e427327757fda434ad4b1d2038d
RANDOM SEED=1757730412

nodeD102.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		: 2844.606
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		: 1966.665
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.95
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		: 3020.514
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	: 5005.96
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		: 2869.389
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	: 5005.94
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		: 2844.473
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		: 3636.499
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.95
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		: 3020.564
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	: 5005.96
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		: 2869.541
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	: 5005.94
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		: 2844.358
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		: 3305.894
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.95
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		: 3020.584
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	: 5005.96
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		: 2869.567
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	: 5005.94
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		: 2844.358
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		: 3385.154
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.95
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		: 3020.590
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	: 5005.96
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		: 2869.586
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	: 5005.94
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		: 2844.371
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		: 3564.451
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.95
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		: 3019.746
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	: 5005.96
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		: 2869.621
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	: 5005.94
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		: 2844.390
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		: 2982.492
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.95
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		: 3019.264
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	: 5005.96
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		: 2869.660
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	: 5005.94
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		: 2844.418
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		: 3527.589
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.95
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		: 3020.622
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	: 5005.96
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		: 2869.607
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	: 5005.94
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		: 2844.444
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		: 2662.000
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.95
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		: 3018.906
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	: 5005.96
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		: 2869.584
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	: 5005.94
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		: 2844.467
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		: 2648.040
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.95
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		: 3020.652
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	: 5005.96
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		: 2869.566
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	: 5005.94
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		: 2844.493
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		: 2652.555
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.95
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		: 3017.878
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	: 5005.96
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		: 2869.549
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	: 5005.94
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		: 2844.513
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		: 2654.305
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.95
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		: 3020.665
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	: 5005.96
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		: 2869.535
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	: 5005.94
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		: 2844.536
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		: 2659.477
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.95
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		: 3020.677
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	: 5005.96
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		: 2869.520
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	: 5005.94
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		: 2844.562
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2651.130
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.95
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		: 3020.691
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	: 5005.96
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		: 2869.499
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	: 5005.94
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		: 2844.592
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		: 2664.292
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.95
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		: 3018.948
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	: 5005.96
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		: 2869.484
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	: 5005.94
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		: 2844.609
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		: 1950.891
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.95
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		: 3018.092
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	: 5005.96
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		: 2869.468
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	: 5005.94
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		: 2844.641
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		: 2663.410
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.95
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		: 3018.555
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	: 5005.96
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		: 2869.456
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	: 5005.94
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		: 2844.707
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		: 2652.690
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.95
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		: 3018.973
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	: 5005.96
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		: 2869.436
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	: 5005.94
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		: 2844.776
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		: 2664.631
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.95
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		: 3018.998
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	: 5005.96
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		: 2869.422
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	: 5005.94
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		: 2844.841
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		: 2659.932
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.95
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		: 3019.472
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	: 5005.96
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		: 2869.402
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	: 5005.94
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		: 2844.905
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		: 1851.575
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.95
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		: 3020.766
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	: 5005.96
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		: 2869.390
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        781393188 kB
MemAvailable:   779326372 kB
Buffers:          136564 kB
Cached:           620164 kB
SwapCached:            0 kB
Active:           293160 kB
Inactive:        6733760 kB
Active(anon):       2260 kB
Inactive(anon):  6290464 kB
Active(file):     290900 kB
Inactive(file):   443296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29052 kB
Writeback:           108 kB
AnonPages:       6269048 kB
Mapped:           120064 kB
Shmem:             22536 kB
KReclaimable:     119488 kB
Slab:             449928 kB
SReclaimable:     119488 kB
SUnreclaim:       330440 kB
KernelStack:       16224 kB
PageTables:        22572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2162620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           198912 kB
HardwareCorrupted:     0 kB
AnonHugePages:    620544 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:      462848 kB
DirectMap2M:    45123584 kB
DirectMap1G:    760217600 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD102 at 2024-07-31 20:14:05