Trace number 4465246

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.6 3642.93

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_2.opb
MD5SUM39a6e806d7aaba09f767f3cbd6afa1ec
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 benchmark6
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint74
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5454
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 22818816, getVmSize() = 22818816, SCIPgetMemUsed() = 1035407, SCIPgetMemTotal() = 1347959, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.00	c ** Estimated virtualMemUsedAtSolver = 15321770, getVmSize() = 26259456, SCIPgetMemUsed() = 1826034, SCIPgetMemTotal() = 3711298, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.00	c Original Problem   :
0.00/0.00	c   Problem name     : instance-4465246-1722453440
0.00/0.00	c   Variables        : 172 (172 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 14
0.00/0.00	c   Objective sense  : minimize
0.00/0.00	c Presolved Problem  :
0.00/0.00	c   Variables        : 172 (172 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 12
0.00/0.00	c Constraints        : Number
0.00/0.00	c   linear           : 8 
0.00/0.00	c   logicor          : 4 
0.00/0.00	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.05	c                                Nodes    Active                                            
0.00/0.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.00/0.07	c *       0              0           1        20        1937.0000                -          -
0.00/0.07	c *       0              0           1        20        1907.0000                -          -
0.00/0.07	c *       0              0           1        20        1104.0000                -          -
0.00/0.10	c *       0              2           1        20         965.0000           0.0000          -
0.00/0.10	c *       0              2           1        20         742.0000           0.0000          -
0.00/0.13	c *       0              2           1        20         712.0000           0.0000          -
0.00/0.13	c *       0              2           1        20         710.0000           0.0000          -
0.00/0.13	c *       0              2           1        20         646.0000           0.0000          -
1.34/0.14	c *       0              2           1        20         642.0000           0.0000          -
1.34/0.14	c *       0              2           1        20         626.0000           0.0000          -
1.34/0.16	c *       0              2           1        20         614.0000           0.0000          -
1.34/0.16	c *       0              2           1        20         612.0000           0.0000          -
1.34/0.20	c *       0              2           1        20         277.0000           0.0000          -
1.34/0.25	c *       0              2           1        20         276.0000           0.0000          -
14.24/0.87	c *       1              2           1        20         180.0000           0.0000          -
14.24/0.90	c *       1              2           1        20         164.0000           0.0000          -
28.23/1.58	c *       2          15725          30        20         154.0000           0.0000          -
45.90/2.45	c *       2            104         105        20          96.0000           0.0000          -
49.83/2.65	c *       3          31031          40        20          94.0000           0.0000          -
49.83/2.67	c *       3          31031          40        20          92.0000           0.0000          -
55.74/2.93	c *       3          31031          40        20          90.0000           0.0000          -
65.59/3.49	c *       3            343         342        20          58.0000           0.0000          -
97.93/5.12	c         5          60334          28        20          58.0000           0.0000          -
134.78/6.93	c *       7          87797          27        20          43.0000           0.0000          -
137.45/7.13	c *       7          87797          27        20          41.0000           0.0000          -
148.52/7.69	c *       8         102525          27        20          39.0000           0.0000          -
154.46/7.97	c *       8         102525          27        20          37.0000           0.0000          -
170.19/8.72	c *       9         116028          28        20          31.0000           0.0000          -
170.19/8.78	c *       9         116028          28        20          30.0000           0.0000          -
198.43/10.16	c        10         127505          26        20          30.0000           0.0000          -
227.40/11.69	c *      12         155199          28        20          28.0000           0.0000          -
227.40/11.69	c *      12         155199          28        20          26.0000           0.0000          -
229.41/11.70	c *      12         155199          28        20          24.0000           0.0000          -
298.46/15.21	c        15         191678          27        20          24.0000           0.0000          -
397.25/20.26	c        20          23937       18546        20          24.0000           0.0000          -
498.09/25.31	c        25         335066          26        20          24.0000           0.0000          -
596.57/30.35	c        30         411494          27        20          24.0000           0.0000          -
695.19/35.36	c        35         475485          25        20          24.0000           0.0000          -
795.87/40.42	c        40         537134          24        20          24.0000           0.0000          -
896.61/45.51	c        46          20078       11715        20          24.0000           0.0000          -
995.35/50.52	c        51          68996       47029        20          24.0000           0.0000          -
1094.17/55.59	c        56         724591          24        20          24.0000           0.0000          -
1121.88/56.97	c *      57          79781       54610        20          18.0000           0.0000          -
1195.11/60.65	c        61         883531          24        20          18.0000           0.0000          -
1212.90/61.51	c *      62         896460          23        20          17.0000           0.0000          -
1295.77/65.70	c        66          84262       54775        20          17.0000           0.0000          -
1394.53/70.75	c        71          92363       58381        20          17.0000           0.0000          -
1495.28/75.80	c        76         100331       62334        20          17.0000           0.0000          -
1594.06/80.82	c        81         103746       63846        20          17.0000           0.0000          -
1694.76/85.90	c        86          39495       19259        20          17.0000           0.0000          -
1793.79/90.95	c        91        1272224          27        20          17.0000           0.0000          -
1892.45/96.00	c        96        1342291          24        20          17.0000           0.0000          -
1994.00/101.05	c       101        1415221          26        20          17.0000           0.0000          -
2092.90/106.08	c       106        1484679          25        20          17.0000           0.0000          -
2191.58/111.12	c       111        1554676          26        20          17.0000           0.0000          -
2292.27/116.18	c       116        1620986          27        20          17.0000           0.0000          -
2390.99/121.19	c       121        1680882          21        20          17.0000           0.0000          -
2490.90/126.22	c       126          59379       26862        20          17.0000           0.0000          -
2589.65/131.23	c       131        1812530          24        20          17.0000           0.0000          -
2690.40/136.35	c       136        1876396          22        20          17.0000           0.0000          -
2791.15/141.44	c       141        1941532          22        20          17.0000           0.0000          -
2889.96/146.49	c       146         185969      102132        20          17.0000           0.0000          -
2990.59/151.55	c       152        2078667          26        20          17.0000           0.0000          -
3089.30/156.59	c       157        2147133          23        20          17.0000           0.0000          -
3190.04/161.60	c       162         195831      106506        20          17.0000           0.0000          -
3288.82/166.69	c       167         199241      107837        20          17.0000           0.0000          -
3389.73/171.72	c       172        2348948          26        20          17.0000           0.0000          -
3488.50/176.78	c       177        2417055          25        20          17.0000           0.0000          -
3559.84/180.38	c *     180        2370687          26        20          15.0000           0.0000          -
3579.40/181.32	c *     181        2383431          24        20          11.0000           0.0000          -
3589.47/181.85	c       182         211543      109776        20          11.0000           0.0000          -
3690.22/186.95	c       187        2515718          23        20          11.0000           0.0000          -
3789.10/192.00	c       192        2579885          21        20          11.0000           0.0000          -
3890.51/197.05	c       197        2649232          24        20          11.0000           0.0000          -
3989.27/202.10	c       202         230240      113246        20          11.0000           0.0000          -
4089.92/207.15	c       207         237239      115642        20          11.0000           0.0000          -
4188.77/212.19	c       212        2855980          23        20          11.0000           0.0000          -
4288.44/217.26	c       217        2921692          22        20          11.0000           0.0000          -
4387.10/222.27	c       222         109148       40715        20          11.0000           0.0000          -
4450.32/225.48	c *     225         262913      123078        20          10.0000           0.0000          -
4485.92/227.28	c       227         262913      123078        20          10.0000           0.0000          -
4584.62/232.29	c       232         117337       42144        20          10.0000           0.0000          -
4685.45/237.36	c       237         121553       43072        20          10.0000           0.0000          -
4784.45/242.38	c       242         125093       43923        20          10.0000           0.0000          -
4882.89/247.40	c       247         129512       44945        20          10.0000           0.0000          -
4983.74/252.47	c       252         132547       45567        20          10.0000           0.0000          -
5058.75/256.21	c *     256        3261602          26        20           9.0000           0.0000          -
5084.40/257.59	c       258        3425086          24        20           9.0000           0.0000          -
5189.22/262.80	c       263         303731      130453        20           9.0000           0.0000          -
5287.95/267.85	c       268        3544193          26        20           9.0000           0.0000          -
5386.37/272.89	c       273        3611699          25        20           9.0000           0.0000          -
5486.98/277.92	c       278        3679702          24        20           9.0000           0.0000          -
5585.83/282.98	c       283        3749210          24        20           9.0000           0.0000          -
5687.34/288.05	c       288        3816274          26        20           9.0000           0.0000          -
5785.92/293.12	c       293         354852      140245        20           9.0000           0.0000          -
5886.30/298.17	c       298        3952853          24        20           9.0000           0.0000          -
5986.06/303.22	c       303        4019558          26        20           9.0000           0.0000          -
6084.66/308.27	c       308        4085063          25        20           9.0000           0.0000          -
6183.28/313.29	c       313        4150592          25        20           9.0000           0.0000          -
6284.02/318.33	c       318        4218389          24        20           9.0000           0.0000          -
6384.74/323.41	c       323         410205      149399        20           9.0000           0.0000          -
6483.36/328.46	c       328         410205      149399        20           9.0000           0.0000          -
6583.88/333.52	c       334        4426611          25        20           9.0000           0.0000          -
6682.63/338.58	c       339        4493850          24        20           9.0000           0.0000          -
6783.29/343.62	c       344        4563645          23        20           9.0000           0.0000          -
6881.94/348.67	c       349        4635282          24        20           9.0000           0.0000          -
6982.53/353.73	c       354        4704012          24        20           9.0000           0.0000          -
7081.14/358.77	c       359        4773985          24        20           9.0000           0.0000          -
7181.67/363.83	c       364        4842148          24        20           9.0000           0.0000          -
7280.39/368.84	c       369        4909734          21        20           9.0000           0.0000          -
7379.05/373.85	c       374        4975138          25        20           9.0000           0.0000          -
7479.73/378.97	c       379         507509      163633        20           9.0000           0.0000          -
7578.45/384.02	c       384        5109206          25        20           9.0000           0.0000          -
7679.91/389.08	c       389        5179466          22        20           9.0000           0.0000          -
7778.38/394.11	c       394        5249596          21        20           9.0000           0.0000          -
7879.19/399.15	c       399        5320356          25        20           9.0000           0.0000          -
7979.17/404.20	c       404        5389170          26        20           9.0000           0.0000          -
8077.79/409.21	c       409        5454534          26        20           9.0000           0.0000          -
8176.65/414.27	c       414        5523546          26        20           9.0000           0.0000          -
8276.84/419.33	c       419        5591406          26        20           9.0000           0.0000          -
8375.61/424.38	c       424        5659667          24        20           9.0000           0.0000          -
8476.26/429.43	c       429        5728098          24        20           9.0000           0.0000          -
8577.00/434.52	c       435         612875      182147        20           9.0000           0.0000          -
8675.47/439.54	c       440         625262      183507        20           9.0000           0.0000          -
8776.13/444.63	c       445         636172      184878        20           9.0000           0.0000          -
8874.85/449.67	c       450        6007426          25        20           9.0000           0.0000          -
8973.49/454.68	c       455        6078451          25        20           9.0000           0.0000          -
9074.10/459.75	c       460        6149543          25        20           9.0000           0.0000          -
9172.70/464.78	c       465        6222073          25        20           9.0000           0.0000          -
9273.41/469.81	c       470        6296549          23        20           9.0000           0.0000          -
9372.30/474.83	c       475        6363992          25        20           9.0000           0.0000          -
9470.83/479.89	c       480         364836       70425        20           9.0000           0.0000          -
9571.29/484.94	c       485         368812       71076        20           9.0000           0.0000          -
9669.96/489.95	c       490         374860       71608        20           9.0000           0.0000          -
9768.69/495.00	c       495         380199       72162        20           9.0000           0.0000          -
9867.56/500.01	c       500         767155      197736        20           9.0000           0.0000          -
9968.94/505.06	c       505         779427      199029        20           9.0000           0.0000          -
10069.73/510.16	c       510         789545      200358        20           9.0000           0.0000          -
10168.57/515.20	c       515         804506      201113        20           9.0000           0.0000          -
10270.44/520.32	c       520         818849      202077        20           9.0000           0.0000          -
10371.21/525.42	c       525        7031636          24        20           9.0000           0.0000          -
10469.82/530.47	c       530        7108129          22        20           9.0000           0.0000          -
10570.40/535.52	c       536        7181995          24        20           9.0000           0.0000          -
10669.33/540.56	c       541        7245345          25        20           9.0000           0.0000          -
10768.02/545.56	c       546         450146       75589        20           9.0000           0.0000          -
10866.66/550.57	c       551         883832      207435        20           9.0000           0.0000          -
10967.48/555.61	c       556         890070      209698        20           9.0000           0.0000          -
11066.34/560.64	c       561         898226      211812        20           9.0000           0.0000          -
11164.92/565.65	c       566         904919      213621        20           9.0000           0.0000          -
11263.62/570.67	c       571         913293      215389        20           9.0000           0.0000          -
11364.34/575.79	c       576         919481      217307        20           9.0000           0.0000          -
11465.04/580.89	c       581         925082      219125        20           9.0000           0.0000          -
11565.80/586.03	c       586        7254333          26        20           9.0000           0.0000          -
11667.15/591.07	c       591        7314946          26        20           9.0000           0.0000          -
11765.98/596.13	c       596        7375268          27        20           9.0000           0.0000          -
11866.52/601.17	c       601         945846      226422        20           9.0000           0.0000          -
11966.54/606.22	c       606         951715      228305        20           9.0000           0.0000          -
12065.26/611.27	c       611         956873      229977        20           9.0000           0.0000          -
12163.91/616.30	c       616        7622446          26        20           9.0000           0.0000          -
12264.70/621.32	c       621        7681818          25        20           9.0000           0.0000          -
12363.48/626.35	c       626         571161       78814        20           9.0000           0.0000          -
12462.18/631.38	c       631         578239       78880        20           9.0000           0.0000          -
12562.85/636.49	c       636         586582       79239        20           9.0000           0.0000          -
12663.60/641.51	c       642         590254       79765        20           9.0000           0.0000          -
12762.41/646.59	c       647         596851       80066        20           9.0000           0.0000          -
12863.27/651.61	c       652         603832       80412        20           9.0000           0.0000          -
12964.08/656.72	c       657        8100155          27        20           9.0000           0.0000          -
13062.90/661.77	c       662        8160364          25        20           9.0000           0.0000          -
13161.83/666.80	c       667        1002912      250178        20           9.0000           0.0000          -
13260.61/671.80	c       672         623092       82171        20           9.0000           0.0000          -
13363.18/676.92	c       677        8343559          28        20           9.0000           0.0000          -
13462.03/681.93	c       682        8403792          25        20           9.0000           0.0000          -
13560.77/686.96	c       687        1021162      257055        20           9.0000           0.0000          -
13659.63/691.99	c       692         633942       85015        20           9.0000           0.0000          -
13761.20/697.11	c       697         637769       85729        20           9.0000           0.0000          -
13862.14/702.17	c       702        8647607          27        20           9.0000           0.0000          -
13961.91/707.21	c       707        8705388          28        20           9.0000           0.0000          -
14060.63/712.22	c       712        8763173          27        20           9.0000           0.0000          -
14159.36/717.27	c       717        8821165          25        20           9.0000           0.0000          -
14260.27/722.30	c       722        1053808      269207        20           9.0000           0.0000          -
14359.11/727.32	c       727        1059348      270920        20           9.0000           0.0000          -
14457.83/732.36	c       732        8997020          27        20           9.0000           0.0000          -
14558.66/737.42	c       737        9058197          23        20           9.0000           0.0000          -
14657.62/742.44	c       742        9117147          24        20           9.0000           0.0000          -
14756.30/747.45	c       747         682466       91037        20           9.0000           0.0000          -
14857.18/752.56	c       753         687662       91525        20           9.0000           0.0000          -
14959.90/757.71	c       758         692903       91989        20           9.0000           0.0000          -
15058.67/762.74	c       763         699552       92625        20           9.0000           0.0000          -
15159.45/767.82	c       768         705074       92972        20           9.0000           0.0000          -
15258.37/772.88	c       773        1102340      286105        20           9.0000           0.0000          -
15357.14/777.89	c       778        1108544      287880        20           9.0000           0.0000          -
15457.81/782.97	c       783        1115023      289621        20           9.0000           0.0000          -
15556.62/788.02	c       788        9657352          27        20           9.0000           0.0000          -
15657.98/793.07	c       793        9718218          24        20           9.0000           0.0000          -
15756.74/798.09	c       798        9780318          26        20           9.0000           0.0000          -
15855.53/803.12	c       803        9837997          26        20           9.0000           0.0000          -
15957.44/808.22	c       808         748576       95498        20           9.0000           0.0000          -
16056.22/813.24	c       813         754727       95960        20           9.0000           0.0000          -
16154.95/818.30	c       818         762198       96183        20           9.0000           0.0000          -
16255.64/823.37	c       823        1157584      302260        20           9.0000           0.0000          -
16356.54/828.42	c       828        1164661      303742        20           9.0000           0.0000          -
16455.44/833.46	c       833         772382       97871        20           9.0000           0.0000          -
16556.26/838.51	c       839       10249704          23        20           9.0000           0.0000          -
16654.85/843.57	c       844       10312761          27        20           9.0000           0.0000          -
16753.77/848.59	c       849        1184038      309773        20           9.0000           0.0000          -
16854.67/853.65	c       854        1188883      311192        20           9.0000           0.0000          -
16955.19/858.72	c       859         785231      102147        20           9.0000           0.0000          -
17054.09/863.74	c       864        1201829      313961        20           9.0000           0.0000          -
17152.71/868.79	c       869         789400      103695        20           9.0000           0.0000          -
17253.44/873.87	c       874         792214      104408        20           9.0000           0.0000          -
17354.18/878.92	c       879         795131      105241        20           9.0000           0.0000          -
17453.07/883.95	c       884       10809312          25        20           9.0000           0.0000          -
17551.90/889.00	c       889         799871      106617        20           9.0000           0.0000          -
17653.39/894.08	c       894       10925861          24        20           9.0000           0.0000          -
17752.17/899.13	c       899        1241515      323938        20           9.0000           0.0000          -
17852.98/904.17	c       904        1247925      325431        20           9.0000           0.0000          -
17952.11/909.18	c       909         810664      109481        20           9.0000           0.0000          -
18051.95/914.24	c       914         814587      110381        20           9.0000           0.0000          -
18150.81/919.27	c       919       11217817          24        20           9.0000           0.0000          -
18251.54/924.36	c       924       11281961          26        20           9.0000           0.0000          -
18352.25/929.43	c       929        1276188      332948        20           9.0000           0.0000          -
18450.94/934.47	c       934        1284395      334345        20           9.0000           0.0000          -
18551.65/939.53	c       940        1290731      335700        20           9.0000           0.0000          -
18650.51/944.54	c       945        1296850      337076        20           9.0000           0.0000          -
18751.13/949.63	c       950       11579071          26        20           9.0000           0.0000          -
18850.05/954.68	c       955       11639979          22        20           9.0000           0.0000          -
18950.83/959.73	c       960        1310733      340812        20           9.0000           0.0000          -
19049.61/964.78	c       965         838466      116651        20           9.0000           0.0000          -
19150.55/969.82	c       970       11816124          23        20           9.0000           0.0000          -
19249.28/974.86	c       975         843311      117880        20           9.0000           0.0000          -
19348.33/979.87	c       980       11932084          23        20           9.0000           0.0000          -
19449.13/984.93	c       985       11991273          24        20           9.0000           0.0000          -
19547.88/990.03	c       990         852112      119625        20           9.0000           0.0000          -
19649.72/995.08	c       995        1352162      350061        20           9.0000           0.0000          -
19748.41/1000.13	c      1000        1359214      351362        20           9.0000           0.0000          -
19849.16/1005.18	c      1005        1365427      352723        20           9.0000           0.0000          -
19949.09/1010.23	c      1010         861062      122008        20           9.0000           0.0000          -
20047.92/1015.29	c      1015         863703      122670        20           9.0000           0.0000          -
20148.73/1020.33	c      1020       12401809          24        20           9.0000           0.0000          -
20247.48/1025.36	c      1025        1386910      358229        20           9.0000           0.0000          -
20346.39/1030.39	c      1030        1391991      359449        20           9.0000           0.0000          -
20447.16/1035.45	c      1035         874726      124868        20           9.0000           0.0000          -
20547.80/1040.53	c      1041       12629526          24        20           9.0000           0.0000          -
20646.69/1045.58	c      1046         879904      126147        20           9.0000           0.0000          -
20747.45/1050.63	c      1051         882174      126550        20           9.0000           0.0000          -
20846.37/1055.68	c      1056       12803470          24        20           9.0000           0.0000          -
20947.27/1060.73	c      1061       12862954          24        20           9.0000           0.0000          -
21046.03/1065.78	c      1066       12918725          24        20           9.0000           0.0000          -
21146.88/1070.84	c      1071        1428748      369377        20           9.0000           0.0000          -
21245.70/1075.86	c      1076         895342      129129        20           9.0000           0.0000          -
21346.51/1080.91	c      1081       13084038          24        20           9.0000           0.0000          -
21445.46/1085.98	c      1086         900403      130157        20           9.0000           0.0000          -
21547.04/1091.04	c      1091       13197565          24        20           9.0000           0.0000          -
21645.71/1096.08	c      1096       13253255          21        20           9.0000           0.0000          -
21744.60/1101.11	c      1101        1453205      376976        20           9.0000           0.0000          -
21843.47/1106.12	c      1106       13372558          23        20           9.0000           0.0000          -
21942.25/1111.13	c      1111       13429133          25        20           9.0000           0.0000          -
22043.17/1116.18	c      1116       13487524          22        20           9.0000           0.0000          -
22143.11/1121.22	c      1121        1472058      381883        20           9.0000           0.0000          -
22241.97/1126.27	c      1126        1477113      383069        20           9.0000           0.0000          -
22340.85/1131.28	c      1131        1482131      384297        20           9.0000           0.0000          -
22441.57/1136.34	c      1136       13713630          23        20           9.0000           0.0000          -
22544.41/1141.52	c      1142       13770806          25        20           9.0000           0.0000          -
22643.23/1146.59	c      1147       13827846          21        20           9.0000           0.0000          -
22744.02/1151.63	c      1152        1504263      389558        20           9.0000           0.0000          -
22842.82/1156.68	c      1157         938788      136367        20           9.0000           0.0000          -
22941.63/1161.70	c      1162         941147      136781        20           9.0000           0.0000          -
23042.41/1166.70	c      1167        1520337      392957        20           9.0000           0.0000          -
23141.38/1171.75	c      1172        1527069      394157        20           9.0000           0.0000          -
23242.01/1176.88	c      1177       14167349          28        20           9.0000           0.0000          -
23342.80/1181.92	c      1182       14227018          24        20           9.0000           0.0000          -
23441.66/1186.94	c      1187        1543072      397590        20           9.0000           0.0000          -
23540.38/1192.03	c      1192        1549493      398951        20           9.0000           0.0000          -
23641.94/1197.09	c      1197       14401396          24        20           9.0000           0.0000          -
23740.77/1202.13	c      1202       14460876          26        20           9.0000           0.0000          -
23841.51/1207.16	c      1207        1563953      402257        20           9.0000           0.0000          -
23941.56/1212.23	c      1212        1567958      403373        20           9.0000           0.0000          -
24040.38/1217.28	c      1217       14638142          22        20           9.0000           0.0000          -
24141.35/1222.31	c      1222       14694476          25        20           9.0000           0.0000          -
24240.13/1227.36	c      1227        1582599      406400        20           9.0000           0.0000          -
24338.91/1232.39	c      1232       14813065          27        20           9.0000           0.0000          -
24439.63/1237.48	c      1237         980847      144130        20           9.0000           0.0000          -
24540.37/1242.53	c      1243        1602618      409959        20           9.0000           0.0000          -
24639.27/1247.58	c      1248        1608806      411220        20           9.0000           0.0000          -
24740.04/1252.63	c      1253       15056791          25        20           9.0000           0.0000          -
24838.77/1257.67	c      1258        1619055      413705        20           9.0000           0.0000          -
24939.68/1262.73	c      1263        1623898      414909        20           9.0000           0.0000          -
25038.38/1267.78	c      1268        1630442      416286        20           9.0000           0.0000          -
25139.20/1272.80	c      1273        1002075      146866        20           9.0000           0.0000          -
25238.04/1277.82	c      1278        1005144      147229        20           9.0000           0.0000          -
25336.87/1282.84	c      1283        1639808      418364        20           9.0000           0.0000          -
25437.51/1287.92	c      1288       15454652          24        20           9.0000           0.0000          -
25536.38/1292.93	c      1293        1646261      419727        20           9.0000           0.0000          -
25638.03/1298.09	c      1298       15562300          23        20           9.0000           0.0000          -
25736.84/1303.14	c      1303       15615497          23        20           9.0000           0.0000          -
25838.68/1308.21	c      1308        1659453      423197        20           9.0000           0.0000          -
25937.46/1313.26	c      1313        1664588      424216        20           9.0000           0.0000          -
26036.26/1318.29	c      1318       15782541          22        20           9.0000           0.0000          -
26137.13/1323.30	c      1323        1032308      151241        20           9.0000           0.0000          -
26237.79/1328.41	c      1328        1677903      427176        20           9.0000           0.0000          -
26336.68/1333.44	c      1333       15942312          21        20           9.0000           0.0000          -
26437.47/1338.51	c      1339       15994692          23        20           9.0000           0.0000          -
26536.30/1343.54	c      1344        1687631      430229        20           9.0000           0.0000          -
26635.11/1348.56	c      1349       16101984          26        20           9.0000           0.0000          -
26734.03/1353.59	c      1354       16161765          26        20           9.0000           0.0000          -
26834.79/1358.65	c      1359       16224014          26        20           9.0000           0.0000          -
26935.58/1363.70	c      1364        1706845      434710        20           9.0000           0.0000          -
27036.30/1368.82	c      1369       16344457          25        20           9.0000           0.0000          -
27135.42/1373.86	c      1374       16401746          24        20           9.0000           0.0000          -
27236.30/1378.92	c      1379        1065994      156129        20           9.0000           0.0000          -
27335.03/1383.96	c      1384        1068447      156459        20           9.0000           0.0000          -
27433.87/1389.02	c      1389        1734125      439915        20           9.0000           0.0000          -
27532.68/1394.04	c      1394        1740174      440907        20           9.0000           0.0000          -
27634.46/1399.05	c      1399        1077722      157490        20           9.0000           0.0000          -
27733.38/1404.06	c      1404       16733539          23        20           9.0000           0.0000          -
27832.26/1409.11	c      1409       16787465          24        20           9.0000           0.0000          -
27934.09/1414.27	c      1414       16843350          24        20           9.0000           0.0000          -
28034.93/1419.30	c      1419        1766596      446432        20           9.0000           0.0000          -
28133.90/1424.37	c      1424       16956513          23        20           9.0000           0.0000          -
28234.70/1429.43	c      1429       17012238          21        20           9.0000           0.0000          -
28333.61/1434.46	c      1434       17067070          22        20           9.0000           0.0000          -
28432.47/1439.49	c      1440       17121413          24        20           9.0000           0.0000          -
28533.30/1444.57	c      1445        1777456      451174        20           9.0000           0.0000          -
28632.08/1449.59	c      1450        1108620      161647        20           9.0000           0.0000          -
28732.97/1454.67	c      1455       17292348          24        20           9.0000           0.0000          -
28833.86/1459.72	c      1460       17346779          27        20           9.0000           0.0000          -
28932.70/1464.75	c      1465       17400510          22        20           9.0000           0.0000          -
29033.47/1469.82	c      1470       17454212          22        20           9.0000           0.0000          -
29132.64/1474.88	c      1475       17506113          22        20           9.0000           0.0000          -
29233.48/1479.94	c      1480       17556570          21        20           9.0000           0.0000          -
29332.61/1484.98	c      1485       17612486          26        20           9.0000           0.0000          -
29431.34/1490.03	c      1490       17670899          24        20           9.0000           0.0000          -
29533.07/1495.08	c      1495       17730874          25        20           9.0000           0.0000          -
29631.91/1500.13	c      1500       17791092          24        20           9.0000           0.0000          -
29732.74/1505.18	c      1505        1139668      166250        20           9.0000           0.0000          -
29832.64/1510.20	c      1510        1143932      166428        20           9.0000           0.0000          -
29931.62/1515.24	c      1515        1148159      166769        20           9.0000           0.0000          -
30032.56/1520.33	c      1520        1825589      466564        20           9.0000           0.0000          -
30131.33/1525.36	c      1525       18105112          26        20           9.0000           0.0000          -
30232.11/1530.43	c      1530        1834304      469156        20           9.0000           0.0000          -
30330.99/1535.48	c      1535       18226561          26        20           9.0000           0.0000          -
30431.82/1540.53	c      1541       18285627          26        20           9.0000           0.0000          -
30530.80/1545.56	c      1546       18343284          27        20           9.0000           0.0000          -
30631.62/1550.60	c      1551       18402068          26        20           9.0000           0.0000          -
30730.54/1555.61	c      1556       18462037          24        20           9.0000           0.0000          -
30831.38/1560.74	c      1561        1857628      475733        20           9.0000           0.0000          -
30930.30/1565.79	c      1566       18582942          25        20           9.0000           0.0000          -
31031.24/1570.84	c      1571       18643513          23        20           9.0000           0.0000          -
31130.17/1575.89	c      1576        1869000      479190        20           9.0000           0.0000          -
31231.13/1580.93	c      1581        1180822      173256        20           9.0000           0.0000          -
31330.09/1585.99	c      1586        1184068      173777        20           9.0000           0.0000          -
31428.86/1591.04	c      1591       18888678          26        20           9.0000           0.0000          -
31530.65/1596.09	c      1596       18952500          25        20           9.0000           0.0000          -
31629.75/1601.14	c      1601        1194962      175303        20           9.0000           0.0000          -
31730.63/1606.15	c      1606        1197741      175750        20           9.0000           0.0000          -
31830.76/1611.24	c      1611        1890036      486078        20           9.0000           0.0000          -
31929.62/1616.26	c      1616       19209724          27        20           9.0000           0.0000          -
32030.37/1621.32	c      1621        1207803      176932        20           9.0000           0.0000          -
32129.31/1626.32	c      1626       19334990          26        20           9.0000           0.0000          -
32228.09/1631.37	c      1631       19397873          26        20           9.0000           0.0000          -
32327.07/1636.40	c      1636        1216566      177932        20           9.0000           0.0000          -
32429.93/1641.52	c      1642       19524922          24        20           9.0000           0.0000          -
32528.90/1646.59	c      1647        1223629      178580        20           9.0000           0.0000          -
32629.69/1651.64	c      1652        1916698      494214        20           9.0000           0.0000          -
32728.71/1656.69	c      1657       19711731          25        20           9.0000           0.0000          -
32829.37/1661.74	c      1662        1923674      496560        20           9.0000           0.0000          -
32928.30/1666.76	c      1667        1926105      497255        20           9.0000           0.0000          -
33027.05/1671.78	c      1672       19896888          25        20           9.0000           0.0000          -
33128.01/1676.89	c      1677        1245711      180787        20           9.0000           0.0000          -
33228.81/1681.94	c      1682        1939779      500452        20           9.0000           0.0000          -
33327.80/1686.99	c      1687        1944529      501350        20           9.0000           0.0000          -
33429.53/1692.04	c      1692       20154955          25        20           9.0000           0.0000          -
33528.60/1697.09	c      1697       20218467          23        20           9.0000           0.0000          -
33627.56/1702.14	c      1702        1261768      182631        20           9.0000           0.0000          -
33688.97/1705.17	c *    1705        1956090      504556        20           8.0000           0.0000          -
33728.38/1707.19	c      1707       20333160          23        20           8.0000           0.0000          -
33828.33/1712.24	c      1712       20392724          26        20           8.0000           0.0000          -
33927.05/1717.29	c      1717        1957000      502042        20           8.0000           0.0000          -
34027.95/1722.34	c      1722        1273332      182982        20           8.0000           0.0000          -
34126.88/1727.39	c      1727        1957110      502066        20           8.0000           0.0000          -
34227.83/1732.40	c      1732        1957842      502332        20           8.0000           0.0000          -
34326.76/1737.49	c      1738       20700168          23        20           8.0000           0.0000          -
34427.57/1742.50	c      1743        1959130      502625        20           8.0000           0.0000          -
34526.53/1747.59	c      1748        1292701      184803        20           8.0000           0.0000          -
34627.53/1752.64	c      1753        1962644      503432        20           8.0000           0.0000          -
34726.33/1757.66	c      1758        1965451      504166        20           8.0000           0.0000          -
34827.22/1762.74	c      1763        1968995      504997        20           8.0000           0.0000          -
34926.09/1767.80	c      1768        1970953      505509        20           8.0000           0.0000          -
35027.00/1772.84	c      1773       21152720          27        20           8.0000           0.0000          -
35125.99/1777.88	c      1778       21216972          25        20           8.0000           0.0000          -
35226.91/1782.94	c      1783        1317975      187220        20           8.0000           0.0000          -
35325.90/1787.99	c      1788        1982006      508452        20           8.0000           0.0000          -
35427.74/1793.05	c      1793       21413443          24        20           8.0000           0.0000          -
35526.54/1798.09	c      1798       21479293          24        20           8.0000           0.0000          -
35625.17/1803.10	c      1803        1333935      188244        20           8.0000           0.0000          -
35724.44/1808.12	c      1808        1337102      188613        20           8.0000           0.0000          -
35825.13/1813.15	c      1813        2001823      512942        20           8.0000           0.0000          -
35923.90/1818.19	c      1818       21740085          23        20           8.0000           0.0000          -
36026.04/1823.33	c      1823        1345927      189697        20           8.0000           0.0000          -
36124.88/1828.34	c      1828       21878850          25        20           8.0000           0.0000          -
36225.81/1833.44	c      1833        1351791      190470        20           8.0000           0.0000          -
36324.88/1838.49	c      1838       22021412          23        20           8.0000           0.0000          -
36425.62/1843.52	c      1844       22090329          26        20           8.0000           0.0000          -
36524.45/1848.56	c      1849        2031558      519964        20           8.0000           0.0000          -
36623.42/1853.59	c      1854       22229664          25        20           8.0000           0.0000          -
36724.26/1858.66	c      1859        1369561      192332        20           8.0000           0.0000          -
36825.02/1863.74	c      1864        1373199      192736        20           8.0000           0.0000          -
36924.02/1868.79	c      1869       22436030          26        20           8.0000           0.0000          -
37024.95/1873.84	c      1874        2054102      524738        20           8.0000           0.0000          -
37123.91/1878.86	c      1879        1382331      193839        20           8.0000           0.0000          -
37224.98/1883.94	c      1884       22635598          26        20           8.0000           0.0000          -
37323.90/1888.99	c      1889        2070451      528054        20           8.0000           0.0000          -
37422.85/1894.00	c      1894        2076183      529179        20           8.0000           0.0000          -
37524.56/1899.07	c      1899       22834512          26        20           8.0000           0.0000          -
37623.50/1904.14	c      1904       22904452          24        20           8.0000           0.0000          -
37724.47/1909.20	c      1909       22969742          24        20           8.0000           0.0000          -
37824.42/1914.24	c      1914        2098422      533372        20           8.0000           0.0000          -
37923.36/1919.30	c      1919       23106280          25        20           8.0000           0.0000          -
38024.19/1924.32	c      1924        2111630      535737        20           8.0000           0.0000          -
38123.17/1929.39	c      1929        2118854      537096        20           8.0000           0.0000          -
38223.97/1934.42	c      1934        1419099      197017        20           8.0000           0.0000          -
38322.89/1939.49	c      1940       23374326          27        20           8.0000           0.0000          -
38423.79/1944.54	c      1945        1423879      197796        20           8.0000           0.0000          -
38522.60/1949.58	c      1950       23505427          25        20           8.0000           0.0000          -
38623.51/1954.62	c      1955        1429039      198439        20           8.0000           0.0000          -
38722.48/1959.63	c      1960        1432880      198858        20           8.0000           0.0000          -
38823.20/1964.74	c      1965       23705660          25        20           8.0000           0.0000          -
38922.14/1969.79	c      1970        2156025      545240        20           8.0000           0.0000          -
39023.29/1974.83	c      1975        2159876      545913        20           8.0000           0.0000          -
39122.08/1979.89	c      1980       23903904          26        20           8.0000           0.0000          -
39223.03/1984.94	c      1985       23972264          25        20           8.0000           0.0000          -
39321.97/1990.00	c      1990        2175155      548330        20           8.0000           0.0000          -
39420.87/1995.04	c      1995       24113633          25        20           8.0000           0.0000          -
39522.51/2000.09	c      2000       24183744          26        20           8.0000           0.0000          -
39621.58/2005.13	c      2005        1463566      201865        20           8.0000           0.0000          -
39722.42/2010.19	c      2010       24311330          23        20           8.0000           0.0000          -
39822.44/2015.24	c      2015       24376366          26        20           8.0000           0.0000          -
39921.40/2020.26	c      2020        2205307      554360        20           8.0000           0.0000          -
40022.36/2025.34	c      2025       24503069          25        20           8.0000           0.0000          -
40121.08/2030.39	c      2030        2216766      556635        20           8.0000           0.0000          -
40220.08/2035.40	c      2035       24626993          25        20           8.0000           0.0000          -
40320.81/2040.44	c      2040        2225112      558370        20           8.0000           0.0000          -
40421.72/2045.54	c      2046       24756544          25        20           8.0000           0.0000          -
40520.61/2050.58	c      2051       24819824          25        20           8.0000           0.0000          -
40621.48/2055.63	c      2056       24884711          26        20           8.0000           0.0000          -
40720.43/2060.68	c      2061        2249274      562549        20           8.0000           0.0000          -
40821.45/2065.73	c      2066        2254819      563643        20           8.0000           0.0000          -
40920.22/2070.75	c      2071       25080289          26        20           8.0000           0.0000          -
41021.10/2075.80	c      2076        1509609      206293        20           8.0000           0.0000          -
41119.95/2080.88	c      2081        1512561      206694        20           8.0000           0.0000          -
41220.94/2085.92	c      2086        1516969      207000        20           8.0000           0.0000          -
41319.93/2090.98	c      2091       25330961          27        20           8.0000           0.0000          -
41418.76/2096.03	c      2096        2292194      569529        20           8.0000           0.0000          -
41520.66/2101.08	c      2101       25452656          27        20           8.0000           0.0000          -
41619.26/2106.13	c      2106       25516288          25        20           8.0000           0.0000          -
41720.23/2111.16	c      2111        2309264      572598        20           8.0000           0.0000          -
41819.13/2116.16	c      2116        1539227      209111        20           8.0000           0.0000          -
41919.24/2121.20	c      2121       25704880          27        20           8.0000           0.0000          -
42018.29/2126.22	c      2126       25768114          26        20           8.0000           0.0000          -
42119.00/2131.33	c      2131        2332923      576714        20           8.0000           0.0000          -
42219.75/2136.43	c      2136        1552206      210836        20           8.0000           0.0000          -
42318.72/2141.44	c      2141        1555666      211276        20           8.0000           0.0000          -
42419.57/2146.53	c      2147        1558716      211626        20           8.0000           0.0000          -
42518.67/2151.56	c      2152       26100595          26        20           8.0000           0.0000          -
42617.31/2156.60	c      2157        2365348      581722        20           8.0000           0.0000          -
42718.22/2161.66	c      2162       26230802          26        20           8.0000           0.0000          -
42817.10/2166.70	c      2167        1570105      212791        20           8.0000           0.0000          -
42917.99/2171.71	c      2172       26361489          25        20           8.0000           0.0000          -
43018.86/2176.83	c      2177        1575254      213579        20           8.0000           0.0000          -
43117.67/2181.88	c      2182        1577343      213833        20           8.0000           0.0000          -
43218.60/2186.92	c      2187        1580874      214240        20           8.0000           0.0000          -
43317.59/2191.98	c      2192        2406359      588463        20           8.0000           0.0000          -
43416.41/2197.04	c      2197        1585887      214697        20           8.0000           0.0000          -
43518.05/2202.08	c      2202       26752337          25        20           8.0000           0.0000          -
43617.04/2207.10	c      2207       26817152          23        20           8.0000           0.0000          -
43717.73/2212.19	c      2212       26883737          26        20           8.0000           0.0000          -
43817.93/2217.23	c      2217        2428489      593285        20           8.0000           0.0000          -
43916.70/2222.28	c      2222       27007755          26        20           8.0000           0.0000          -
44015.67/2227.29	c      2227       27067859          26        20           8.0000           0.0000          -
44116.40/2232.39	c      2232        1611929      216294        20           8.0000           0.0000          -
44217.33/2237.43	c      2237       27186434          25        20           8.0000           0.0000          -
44316.24/2242.48	c      2242        2457079      598341        20           8.0000           0.0000          -
44417.11/2247.50	c      2248        1618137      217609        20           8.0000           0.0000          -
44515.85/2252.52	c      2253       27369665          26        20           8.0000           0.0000          -
44614.69/2257.54	c      2258        1623516      218526        20           8.0000           0.0000          -
44713.40/2262.58	c      2263        2477265      601887        20           8.0000           0.0000          -
44814.20/2267.64	c      2268        1629859      219005        20           8.0000           0.0000          -
44912.98/2272.69	c      2273       27618924          26        20           8.0000           0.0000          -
45013.85/2277.71	c      2278       27682051          25        20           8.0000           0.0000          -
45114.59/2282.83	c      2283        2499917      605253        20           8.0000           0.0000          -
45213.45/2287.86	c      2288       27813731          21        20           8.0000           0.0000          -
45312.29/2292.90	c      2293        1650473      220133        20           8.0000           0.0000          -
45413.26/2297.96	c      2298        2514518      608121        20           8.0000           0.0000          -
45515.11/2303.05	c      2303       28008890          24        20           8.0000           0.0000          -
45614.01/2308.13	c      2308       28073254          26        20           8.0000           0.0000          -
45714.64/2313.18	c      2313       28133914          25        20           8.0000           0.0000          -
45814.59/2318.22	c      2318       28193683          24        20           8.0000           0.0000          -
45913.42/2323.28	c      2323        1666890      222349        20           8.0000           0.0000          -
46014.19/2328.33	c      2328        2555960      613891        20           8.0000           0.0000          -
46113.26/2333.38	c      2333       28377578          25        20           8.0000           0.0000          -
46212.08/2338.39	c      2338        1679813      222991        20           8.0000           0.0000          -
46312.88/2343.48	c      2343       28509858          24        20           8.0000           0.0000          -
46413.71/2348.52	c      2349        2581184      617599        20           8.0000           0.0000          -
46512.59/2353.56	c      2354       28641315          25        20           8.0000           0.0000          -
46613.69/2358.62	c      2359        2593456      619250        20           8.0000           0.0000          -
46712.51/2363.67	c      2364        1690839      224776        20           8.0000           0.0000          -
46813.34/2368.73	c      2369       28826298          24        20           8.0000           0.0000          -
46912.28/2373.75	c      2374       28885029          25        20           8.0000           0.0000          -
47011.19/2378.76	c      2379        1696036      226003        20           8.0000           0.0000          -
47110.08/2383.79	c      2384        1698061      226459        20           8.0000           0.0000          -
47210.90/2388.87	c      2389        2630502      624912        20           8.0000           0.0000          -
47311.85/2393.91	c      2394        1701428      227138        20           8.0000           0.0000          -
47410.51/2398.96	c      2399        2639404      626616        20           8.0000           0.0000          -
47509.32/2404.01	c      2404        2645003      627299        20           8.0000           0.0000          -
47610.81/2409.06	c      2409        1708170      228261        20           8.0000           0.0000          -
47709.56/2414.11	c      2414       29373620          27        20           8.0000           0.0000          -
47808.35/2419.13	c      2419        1711583      228838        20           8.0000           0.0000          -
47910.58/2424.21	c      2424        1713714      229196        20           8.0000           0.0000          -
48009.57/2429.22	c      2429        1717150      229624        20           8.0000           0.0000          -
48108.53/2434.27	c      2434       29617574          26        20           8.0000           0.0000          -
48209.40/2439.30	c      2439        2686051      633454        20           8.0000           0.0000          -
48308.46/2444.32	c      2444        1724596      230448        20           8.0000           0.0000          -
48407.41/2449.38	c      2449        1726044      230814        20           8.0000           0.0000          -
48510.20/2454.53	c      2455        2705221      636264        20           8.0000           0.0000          -
48611.01/2459.63	c      2460        1730807      231572        20           8.0000           0.0000          -
48709.97/2464.64	c      2465        1733844      231888        20           8.0000           0.0000          -
48810.80/2469.73	c      2470        2720428      638891        20           8.0000           0.0000          -
48909.71/2474.78	c      2475        1738878      232568        20           8.0000           0.0000          -
49010.55/2479.81	c      2480        1742011      232914        20           8.0000           0.0000          -
49109.28/2484.84	c      2485        1745145      233233        20           8.0000           0.0000          -
49210.09/2489.93	c      2490        2746005      642436        20           8.0000           0.0000          -
49308.97/2494.98	c      2495       30345010          24        20           8.0000           0.0000          -
49407.79/2500.03	c      2500       30407002          25        20           8.0000           0.0000          -
49509.61/2505.09	c      2505        2766930      645176        20           8.0000           0.0000          -
49610.31/2510.14	c      2510        2771464      645860        20           8.0000           0.0000          -
49709.11/2515.19	c      2515        1762122      235296        20           8.0000           0.0000          -
49809.10/2520.23	c      2520       30658652          25        20           8.0000           0.0000          -
49907.96/2525.26	c      2525        1770023      236127        20           8.0000           0.0000          -
50008.66/2530.30	c      2530       30788791          26        20           8.0000           0.0000          -
50107.53/2535.39	c      2535       30855914          25        20           8.0000           0.0000          -
50208.60/2540.44	c      2540       30920035          26        20           8.0000           0.0000          -
50307.37/2545.49	c      2546        1786399      237160        20           8.0000           0.0000          -
50408.27/2550.54	c      2551        2831894      652661        20           8.0000           0.0000          -
50507.14/2555.55	c      2556        1795729      237824        20           8.0000           0.0000          -
50607.94/2560.64	c      2561        1798973      238041        20           8.0000           0.0000          -
50706.92/2565.69	c      2566       31238610          23        20           8.0000           0.0000          -
50807.54/2570.71	c      2571        2859546      656114        20           8.0000           0.0000          -
50906.51/2575.78	c      2576       31370851          26        20           8.0000           0.0000          -
51007.49/2580.84	c      2581       31437598          21        20           8.0000           0.0000          -
51106.15/2585.86	c      2586       31503535          26        20           8.0000           0.0000          -
51205.10/2590.87	c      2591       31567489          22        20           8.0000           0.0000          -
51305.88/2595.99	c      2596        1825352      239318        20           8.0000           0.0000          -
51407.59/2601.04	c      2601        2901694      661585        20           8.0000           0.0000          -
51506.58/2606.07	c      2606        2907735      662557        20           8.0000           0.0000          -
51605.58/2611.13	c      2611       31826605          25        20           8.0000           0.0000          -
51706.06/2616.19	c      2616       31889682          26        20           8.0000           0.0000          -
51806.10/2621.24	c      2621       31955220          23        20           8.0000           0.0000          -
51905.16/2626.27	c      2626        2933937      665700        20           8.0000           0.0000          -
52005.80/2631.34	c      2631        2941143      666523        20           8.0000           0.0000          -
52104.69/2636.39	c      2636        1856601      240790        20           8.0000           0.0000          -
52205.53/2641.41	c      2641        1859361      240900        20           8.0000           0.0000          -
52304.26/2646.49	c      2646       32276617          23        20           8.0000           0.0000          -
52405.23/2651.52	c      2652       32343297          23        20           8.0000           0.0000          -
52504.08/2656.59	c      2657       32419409          26        20           8.0000           0.0000          -
52604.93/2661.62	c      2662        1878933      241646        20           8.0000           0.0000          -
52703.68/2666.64	c      2667       32552552          25        20           8.0000           0.0000          -
52802.61/2671.69	c      2672        2995554      672809        20           8.0000           0.0000          -
52903.45/2676.72	c      2677        1892997      241999        20           8.0000           0.0000          -
53002.38/2681.74	c      2682       32747779          24        20           8.0000           0.0000          -
53103.50/2686.89	c      2687        1897109      242288        20           8.0000           0.0000          -
53204.23/2691.94	c      2692        1898713      242596        20           8.0000           0.0000          -
53303.11/2696.99	c      2697       32940749          26        20           8.0000           0.0000          -
53402.17/2702.02	c      2702        1905383      243274        20           8.0000           0.0000          -
53503.59/2707.08	c      2707       33070091          22        20           8.0000           0.0000          -
53602.59/2712.10	c      2712        1912904      243750        20           8.0000           0.0000          -
53701.58/2717.13	c      2717        1917920      243787        20           8.0000           0.0000          -
53803.61/2722.21	c      2722       33260002          25        20           8.0000           0.0000          -
53902.54/2727.21	c      2727        1923525      244233        20           8.0000           0.0000          -
54001.47/2732.22	c      2732       33381222          26        20           8.0000           0.0000          -
54100.37/2737.28	c      2737        1929004      244622        20           8.0000           0.0000          -
54201.11/2742.37	c      2742        1934298      244800        20           8.0000           0.0000          -
54302.02/2747.41	c      2747       33570493          26        20           8.0000           0.0000          -
54401.11/2752.42	c      2752        1940388      245119        20           8.0000           0.0000          -
54499.88/2757.43	c      2757        1942384      245457        20           8.0000           0.0000          -
54598.77/2762.49	c      2762       33759098          26        20           8.0000           0.0000          -
54699.42/2767.51	c      2768        1948248      246077        20           8.0000           0.0000          -
54802.41/2772.71	c      2773       33888395          23        20           8.0000           0.0000          -
54901.24/2777.79	c      2778       33953463          23        20           8.0000           0.0000          -
55002.07/2782.84	c      2783        3138698      691235        20           8.0000           0.0000          -
55100.83/2787.87	c      2788        3147816      692055        20           8.0000           0.0000          -
55201.57/2792.94	c      2793        1964738      247044        20           8.0000           0.0000          -
55300.50/2797.99	c      2798       34192522          24        20           8.0000           0.0000          -
55399.53/2803.04	c      2803        3173259      694307        20           8.0000           0.0000          -
55501.46/2808.09	c      2808        1970848      247819        20           8.0000           0.0000          -
55600.11/2813.13	c      2813       34366882          24        20           8.0000           0.0000          -
55701.35/2818.19	c      2818       34426683          23        20           8.0000           0.0000          -
55801.24/2823.22	c      2823        3196706      697633        20           8.0000           0.0000          -
55900.21/2828.25	c      2828        1980225      249169        20           8.0000           0.0000          -
55999.20/2833.25	c      2833        1984608      249477        20           8.0000           0.0000          -
56098.10/2838.29	c      2838       34691369          25        20           8.0000           0.0000          -
56199.11/2843.32	c      2843        3219019      700066        20           8.0000           0.0000          -
56299.88/2848.47	c      2848        1993371      250629        20           8.0000           0.0000          -
56400.80/2853.54	c      2854        3233136      701566        20           8.0000           0.0000          -
56499.67/2858.59	c      2859        1996546      251275        20           8.0000           0.0000          -
56600.44/2863.60	c      2864       35021846          25        20           8.0000           0.0000          -
56699.48/2868.63	c      2869        3254479      704105        20           8.0000           0.0000          -
56798.27/2873.67	c      2874       35152825          24        20           8.0000           0.0000          -
56899.10/2878.72	c      2879       35218535          26        20           8.0000           0.0000          -
57000.03/2883.80	c      2884       35285372          25        20           8.0000           0.0000          -
57098.78/2888.83	c      2889       35350443          26        20           8.0000           0.0000          -
57199.76/2893.94	c      2894        3278208      706600        20           8.0000           0.0000          -
57298.60/2898.99	c      2899        2015103      253413        20           8.0000           0.0000          -
57397.60/2904.03	c      2904        2018759      253789        20           8.0000           0.0000          -
57499.09/2909.06	c      2909       35612637          24        20           8.0000           0.0000          -
57599.87/2914.14	c      2914        3301775      709650        20           8.0000           0.0000          -
57698.81/2919.19	c      2919        2025976      254605        20           8.0000           0.0000          -
57798.90/2924.24	c      2924        3314513      711091        20           8.0000           0.0000          -
57897.61/2929.29	c      2929       35870124          27        20           8.0000           0.0000          -
57998.40/2934.35	c      2934        2034758      255208        20           8.0000           0.0000          -
58097.33/2939.39	c      2939       36003731          25        20           8.0000           0.0000          -
58198.21/2944.40	c      2944       36069747          27        20           8.0000           0.0000          -
58296.96/2949.43	c      2949       36137477          26        20           8.0000           0.0000          -
58397.98/2954.54	c      2955       36204111          28        20           8.0000           0.0000          -
58496.95/2959.59	c      2960        3353814      715923        20           8.0000           0.0000          -
58597.69/2964.64	c      2965       36339695          26        20           8.0000           0.0000          -
58696.67/2969.69	c      2970        3363529      717015        20           8.0000           0.0000          -
58797.47/2974.74	c      2975        3369632      717726        20           8.0000           0.0000          -
58896.35/2979.79	c      2980       36539137          27        20           8.0000           0.0000          -
58997.24/2984.85	c      2985        2059686      257337        20           8.0000           0.0000          -
59096.12/2989.89	c      2990        3386006      719756        20           8.0000           0.0000          -
59196.95/2994.90	c      2995        2063211      257740        20           8.0000           0.0000          -
59295.95/2999.93	c      3000        3396170      720705        20           8.0000           0.0000          -
59394.73/3004.97	c      3005       36875227          25        20           8.0000           0.0000          -
59496.67/3010.06	c      3010        3403635      721741        20           8.0000           0.0000          -
59595.57/3015.09	c      3015        2068904      258350        20           8.0000           0.0000          -
59696.12/3020.14	c      3020        3416363      723051        20           8.0000           0.0000          -
59796.28/3025.24	c      3025       37138614          27        20           8.0000           0.0000          -
59895.37/3030.26	c      3030        3423411      724429        20           8.0000           0.0000          -
59994.19/3035.29	c      3035        2076797      259467        20           8.0000           0.0000          -
60095.07/3040.38	c      3040       37338324          27        20           8.0000           0.0000          -
60195.80/3045.43	c      3045        2084775      259906        20           8.0000           0.0000          -
60294.64/3050.45	c      3050        2087260      260100        20           8.0000           0.0000          -
60393.47/3055.48	c      3055        3440677      728189        20           8.0000           0.0000          -
60494.44/3060.56	c      3061       37617219          25        20           8.0000           0.0000          -
60595.31/3065.64	c      3066        2095346      260324        20           8.0000           0.0000          -
60694.24/3070.65	c      3071        2097413      260509        20           8.0000           0.0000          -
60793.38/3075.66	c      3076        2099377      260720        20           8.0000           0.0000          -
60894.21/3080.77	c      3081       37896158          23        20           8.0000           0.0000          -
60995.23/3085.83	c      3086        2101274      261482        20           8.0000           0.0000          -
61094.02/3090.85	c      3091       38034838          25        20           8.0000           0.0000          -
61193.12/3095.88	c      3096        2103388      262126        20           8.0000           0.0000          -
61293.72/3100.93	c      3101        2104324      262410        20           8.0000           0.0000          -
61395.48/3106.05	c      3106       38234454          25        20           8.0000           0.0000          -
61494.26/3111.10	c      3111       38306059          24        20           8.0000           0.0000          -
61593.25/3116.12	c      3116        3493527      737359        20           8.0000           0.0000          -
61693.96/3121.20	c      3121       38442322          25        20           8.0000           0.0000          -
61793.85/3126.22	c      3126        3504722      738676        20           8.0000           0.0000          -
61892.73/3131.26	c      3131        3508016      739395        20           8.0000           0.0000          -
61993.61/3136.32	c      3136       38649882          23        20           8.0000           0.0000          -
62092.51/3141.37	c      3141        2116626      265205        20           8.0000           0.0000          -
62193.28/3146.42	c      3146        2117942      265462        20           8.0000           0.0000          -
62292.05/3151.50	c      3152       38849867          25        20           8.0000           0.0000          -
62392.93/3156.54	c      3157        2121232      266125        20           8.0000           0.0000          -
62493.89/3161.60	c      3162        2122648      266517        20           8.0000           0.0000          -
62592.74/3166.65	c      3167        3534947      743719        20           8.0000           0.0000          -
62693.70/3171.70	c      3172        2126047      267111        20           8.0000           0.0000          -
62792.49/3176.74	c      3177       39157749          27        20           8.0000           0.0000          -
62891.44/3181.79	c      3182        3554145      746052        20           8.0000           0.0000          -
62992.44/3186.84	c      3187        2130891      268016        20           8.0000           0.0000          -
63091.25/3191.89	c      3192        3563464      747136        20           8.0000           0.0000          -
63192.23/3196.93	c      3197        2134368      268550        20           8.0000           0.0000          -
63291.09/3202.00	c      3202        2135457      268709        20           8.0000           0.0000          -
63392.83/3207.05	c      3207        2136434      268946        20           8.0000           0.0000          -
63492.04/3212.10	c      3212        2138297      269245        20           8.0000           0.0000          -
63592.71/3217.15	c      3217        2139024      269559        20           8.0000           0.0000          -
63691.56/3222.17	c      3222       39760412          25        20           8.0000           0.0000          -
63791.71/3227.23	c      3227        3596276      751173        20           8.0000           0.0000          -
63890.68/3232.29	c      3232       39894766          26        20           8.0000           0.0000          -
63991.49/3237.36	c      3237       39962623          25        20           8.0000           0.0000          -
64090.52/3242.36	c      3242        2143700      271091        20           8.0000           0.0000          -
64191.42/3247.46	c      3247        3615420      753290        20           8.0000           0.0000          -
64292.44/3252.51	c      3253       40165381          25        20           8.0000           0.0000          -
64391.05/3257.56	c      3258        3625356      754323        20           8.0000           0.0000          -
64491.84/3262.61	c      3263        3632881      754935        20           8.0000           0.0000          -
64590.68/3267.66	c      3268       40364089          23        20           8.0000           0.0000          -
64691.69/3272.71	c      3273        3645585      756600        20           8.0000           0.0000          -
64790.63/3277.76	c      3278        3651667      757344        20           8.0000           0.0000          -
64889.48/3282.77	c      3283       40563792          26        20           8.0000           0.0000          -
64990.39/3287.81	c      3288        3660163      758417        20           8.0000           0.0000          -
65089.09/3292.82	c      3293        2156545      274430        20           8.0000           0.0000          -
65189.95/3297.96	c      3298       40765831          25        20           8.0000           0.0000          -
65288.93/3302.98	c      3303        3670537      760449        20           8.0000           0.0000          -
65387.89/3308.00	c      3308        2162605      275623        20           8.0000           0.0000          -
65486.85/3313.04	c      3313       40967051          25        20           8.0000           0.0000          -
65588.50/3318.12	c      3318        2166820      276261        20           8.0000           0.0000          -
65690.60/3323.20	c      3323        2167971      276478        20           8.0000           0.0000          -
65789.55/3328.21	c      3328       41168015          24        20           8.0000           0.0000          -
65888.61/3333.25	c      3333        3707638      764240        20           8.0000           0.0000          -
65987.46/3338.29	c      3338       41301185          26        20           8.0000           0.0000          -
66088.26/3343.31	c      3343        3720020      765207        20           8.0000           0.0000          -
66186.96/3348.33	c      3348        3724546      765702        20           8.0000           0.0000          -
66287.94/3353.48	c      3353        2180128      278483        20           8.0000           0.0000          -
66389.00/3358.56	c      3359        2181139      278864        20           8.0000           0.0000          -
66488.03/3363.60	c      3364       41626485          25        20           8.0000           0.0000          -
66588.93/3368.66	c      3369        2184151      279455        20           8.0000           0.0000          -
66689.86/3373.71	c      3374        3750374      768448        20           8.0000           0.0000          -
66788.87/3378.74	c      3379        3754904      768945        20           8.0000           0.0000          -
66887.80/3383.73	c      3384       41889945          25        20           8.0000           0.0000          -
66988.73/3388.81	c      3389       41954995          23        20           8.0000           0.0000          -
67087.72/3393.85	c      3394       42016254          25        20           8.0000           0.0000          -
67188.50/3398.97	c      3399       42079434          25        20           8.0000           0.0000          -
67287.52/3403.98	c      3404        3761349      771524        20           8.0000           0.0000          -
67389.59/3409.07	c      3409       42207270          26        20           8.0000           0.0000          -
67487.89/3414.12	c      3414        2202904      282090        20           8.0000           0.0000          -
67587.03/3419.14	c      3419        3767792      773648        20           8.0000           0.0000          -
67687.73/3424.16	c      3424        2206472      282574        20           8.0000           0.0000          -
67786.89/3429.18	c      3429        3773952      775277        20           8.0000           0.0000          -
67886.85/3434.22	c      3434       42518503          26        20           8.0000           0.0000          -
67985.83/3439.26	c      3439        2211415      283299        20           8.0000           0.0000          -
68086.89/3444.30	c      3444       42648655          26        20           8.0000           0.0000          -
68185.93/3449.32	c      3449        3782388      777799        20           8.0000           0.0000          -
68284.73/3454.37	c      3454        2216027      284215        20           8.0000           0.0000          -
68385.72/3459.43	c      3459        3784531      778575        20           8.0000           0.0000          -
68486.48/3464.51	c      3465        2220303      284761        20           8.0000           0.0000          -
68585.67/3469.56	c      3470       42985327          26        20           8.0000           0.0000          -
68686.42/3474.61	c      3475       43052388          25        20           8.0000           0.0000          -
68787.41/3479.77	c      3480        2226574      285695        20           8.0000           0.0000          -
68888.32/3484.82	c      3485       43179497          24        20           8.0000           0.0000          -
68987.37/3489.83	c      3490        3793113      782206        20           8.0000           0.0000          -
69088.32/3494.90	c      3495        2232368      286558        20           8.0000           0.0000          -
69187.33/3499.97	c      3500       43368732          23        20           8.0000           0.0000          -
69286.45/3505.02	c      3505       43434901          24        20           8.0000           0.0000          -
69388.25/3510.05	c      3510        2240951      287533        20           8.0000           0.0000          -
69487.49/3515.10	c      3515       43568097          25        20           8.0000           0.0000          -
69586.12/3520.10	c      3520        2242388      287993        20           8.0000           0.0000          -
69687.19/3525.17	c      3525        2243050      288177        20           8.0000           0.0000          -
69787.16/3530.27	c      3530        2244492      288635        20           8.0000           0.0000          -
69887.94/3535.32	c      3535        3807005      787294        20           8.0000           0.0000          -
69986.88/3540.34	c      3540        2246184      289283        20           8.0000           0.0000          -
70087.73/3545.42	c      3545        3811345      788635        20           8.0000           0.0000          -
70186.76/3550.43	c      3550        3812658      789223        20           8.0000           0.0000          -
70285.77/3555.45	c      3555        3814126      789843        20           8.0000           0.0000          -
70384.59/3560.46	c      3560       44185791          26        20           8.0000           0.0000          -
70485.58/3565.55	c      3566        2251932      290701        20           8.0000           0.0000          -
70584.63/3570.59	c      3571       44320349          24        20           8.0000           0.0000          -
70685.60/3575.62	c      3576        3820719      792310        20           8.0000           0.0000          -
70784.72/3580.63	c      3581       44451682          25        20           8.0000           0.0000          -
70887.30/3585.82	c      3586       44515231          25        20           8.0000           0.0000          -
70986.25/3590.87	c      3591       44579520          26        20           8.0000           0.0000          -
71085.26/3595.88	c      3596        2259855      292586        20           8.0000           0.0000          -
71186.21/3600.92	c      3601        3830600      795498        20           8.0000           0.0000          -
71285.21/3606.02	c      3606        2262491      293265        20           8.0000           0.0000          -
71386.80/3611.06	c      3611        2264081      293587        20           8.0000           0.0000          -
71485.75/3616.12	c      3616        3836744      797518        20           8.0000           0.0000          -
71586.89/3621.17	c      3621       44965156          26        20           8.0000           0.0000          -
71686.97/3626.22	c      3626       45034546          24        20           8.0000           0.0000          -
71785.91/3631.27	c      3631       45101021          25        20           8.0000           0.0000          -
71886.73/3636.32	c      3636       45169370          27        20           8.0000           0.0000          -
71985.66/3641.37	c      3641        3846163      800481        20           8.0000           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (190435 MiB free)
  memory of node 1: 193531 MiB (191879 MiB free)
  memory of node 2: 193531 MiB (193106 MiB free)
  memory of node 3: 193531 MiB (193006 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-4465246-1722453440/watcher-4465246-1722453440 -o /tmp/evaluation-result-4465246-1722453440/solver-4465246-1722453440 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68155 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465246-1722453440.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.103466 s]*
/proc/loadavg: 20.47 29.27 41.35 68/1021 68378
/proc/meminfo: memFree=786344184/790760800 swapFree=131071996/131071996
[pid=68208] ppid=68199 vsize=1670316 memory=172420 CPUtime=1.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/stat : 68208 (fscip) S 68199 68208 68145 0 -1 1077936128 39789 0 0 0 112 22 0 0 20 0 41 0 11930817 1710403584 43105 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
/proc/68208/statm: 417579 43105 2950 3035 0 132656 0
[pid=68208/tid=68259] ppid=68199 vsize=1670316 memory=4026531959 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68259/stat : 68259 (fscip) D 68199 68208 68145 0 -1 4194368 2033 0 0 0 5 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68260] ppid=68199 vsize=1670316 memory=74233 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68260/stat : 68260 (fscip) R 68199 68208 68145 0 -1 4194368 1939 0 0 0 5 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68261] ppid=68199 vsize=1670316 memory=54117410275792 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68261/stat : 68261 (fscip) R 68199 68208 68145 0 -1 4194368 1629 0 0 0 5 0 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68262] ppid=68199 vsize=1670316 memory=60718791787076 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68262/stat : 68262 (fscip) R 68199 68208 68145 0 -1 4194368 2111 0 0 0 5 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68263] ppid=68199 vsize=1670316 memory=62879193891508 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68263/stat : 68263 (fscip) D 68199 68208 68145 0 -1 4194368 1982 0 0 0 5 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68264] ppid=68199 vsize=1670316 memory=58489770869644 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68264/stat : 68264 (fscip) R 68199 68208 68145 0 -1 4194368 1645 0 0 0 5 0 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68265] ppid=68199 vsize=1670316 memory=16103658576151980 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68265/stat : 68265 (fscip) R 68199 68208 68145 0 -1 4194368 2138 0 0 0 5 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68266] ppid=68199 vsize=1670316 memory=15542942005725407 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68266/stat : 68266 (fscip) R 68199 68208 68145 0 -1 4194368 1983 0 0 0 5 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68267] ppid=68199 vsize=1670316 memory=4048796753766689491 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68267/stat : 68267 (fscip) R 68199 68208 68145 0 -1 4194368 1598 0 0 0 5 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68268] ppid=68199 vsize=1670316 memory=4050197557383859077 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68268/stat : 68268 (fscip) R 68199 68208 68145 0 -1 4194368 2139 0 0 0 5 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68269] ppid=68199 vsize=1670316 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68269/stat : 68269 (fscip) R 68199 68208 68145 0 -1 4194368 1987 0 0 0 5 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68270] ppid=68199 vsize=1670316 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68270/stat : 68270 (fscip) D 68199 68208 68145 0 -1 4194368 1632 0 0 0 5 0 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68271] ppid=68199 vsize=1670316 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68271/stat : 68271 (fscip) D 68199 68208 68145 0 -1 4194368 2070 0 0 0 5 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68272] ppid=68199 vsize=1670316 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68272/stat : 68272 (fscip) D 68199 68208 68145 0 -1 4194368 1927 0 0 0 5 0 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68278] ppid=68199 vsize=1670316 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68278/stat : 68278 (fscip) R 68199 68208 68145 0 -1 4194368 1636 0 0 0 6 0 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68279] ppid=68199 vsize=1670316 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68279/stat : 68279 (fscip) R 68199 68208 68145 0 -1 4194368 2142 0 0 0 5 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68281] ppid=68199 vsize=1670316 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68281/stat : 68281 (fscip) R 68199 68208 68145 0 -1 4194368 1912 0 0 0 5 0 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68283] ppid=68199 vsize=1670316 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68283/stat : 68283 (fscip) R 68199 68208 68145 0 -1 4194368 1630 0 0 0 6 0 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68284] ppid=68199 vsize=1670316 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68284/stat : 68284 (fscip) D 68199 68208 68145 0 -1 4194368 2101 0 0 0 5 0 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68285] ppid=68199 vsize=1670316 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68285/stat : 68285 (fscip) R 68199 68208 68145 0 -1 4194368 1911 0 0 0 3 1 0 0 20 0 41 0 11930818 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68336] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68336/stat : 68336 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68340] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68340/stat : 68340 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68341] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68341/stat : 68341 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68342] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68342/stat : 68342 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68343] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68343/stat : 68343 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68344] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68344/stat : 68344 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68345] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68345/stat : 68345 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68346] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68346/stat : 68346 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68347] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68347/stat : 68347 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68348] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68348/stat : 68348 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68349] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68349/stat : 68349 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68350] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68350/stat : 68350 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68351] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68351/stat : 68351 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68352] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68352/stat : 68352 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68353] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68353/stat : 68353 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68354] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68354/stat : 68354 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68355] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68355/stat : 68355 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68356] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68356/stat : 68356 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68357] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68357/stat : 68357 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68358] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68358/stat : 68358 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 43107 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 1670316 KiB
Current children cumulated memory: 172420 KiB

[startup+0.239614 s]*
/proc/loadavg: 20.47 29.27 41.35 82/1021 68378
/proc/meminfo: memFree=785941632/790760800 swapFree=131071996/131071996
[pid=68208] ppid=68199 vsize=1670316 memory=262912 CPUtime=4.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/stat : 68208 (fscip) S 68199 68208 68145 0 -1 1077936128 62471 0 0 0 377 28 0 0 20 0 41 0 11930817 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
/proc/68208/statm: 417579 65728 2950 3035 0 157298 0
[pid=68208/tid=68259] ppid=68199 vsize=1670316 memory=4026531959 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68259/stat : 68259 (fscip) R 68199 68208 68145 0 -1 4194368 4482 0 0 0 18 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68260] ppid=68199 vsize=1670316 memory=74240 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68260/stat : 68260 (fscip) R 68199 68208 68145 0 -1 4194368 2644 0 0 0 19 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68261] ppid=68199 vsize=1670316 memory=56316433531346 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68261/stat : 68261 (fscip) R 68199 68208 68145 0 -1 1077936192 1689 0 0 0 18 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68262] ppid=68199 vsize=1670316 memory=52983572464199 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68262/stat : 68262 (fscip) R 68199 68208 68145 0 -1 4194368 4579 0 0 0 17 2 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68263] ppid=68199 vsize=1670316 memory=54087395836598 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68263/stat : 68263 (fscip) R 68199 68208 68145 0 -1 4194368 2587 0 0 0 19 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68264] ppid=68199 vsize=1670316 memory=54104609260456 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68264/stat : 68264 (fscip) R 68199 68208 68145 0 -1 4194368 1812 0 0 0 19 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68265] ppid=68199 vsize=1670316 memory=13852958274094510 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68265/stat : 68265 (fscip) R 68199 68208 68145 0 -1 4194368 4563 0 0 0 18 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68266] ppid=68199 vsize=1670316 memory=13563782437800175 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68266/stat : 68266 (fscip) R 68199 68208 68145 0 -1 4194368 2544 0 0 0 19 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68267] ppid=68199 vsize=1670316 memory=32575 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68267/stat : 68267 (fscip) R 68199 68208 68145 0 -1 4194368 1863 0 0 0 19 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68268] ppid=68199 vsize=1670316 memory=189610 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68268/stat : 68268 (fscip) R 68199 68208 68145 0 -1 4194368 4613 0 0 0 18 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68269] ppid=68199 vsize=1670316 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68269/stat : 68269 (fscip) R 68199 68208 68145 0 -1 4194368 2594 0 0 0 19 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68270] ppid=68199 vsize=1670316 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68270/stat : 68270 (fscip) R 68199 68208 68145 0 -1 4194368 1906 0 0 0 19 0 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68271] ppid=68199 vsize=1670316 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68271/stat : 68271 (fscip) R 68199 68208 68145 0 -1 4194368 4580 0 0 0 17 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68272] ppid=68199 vsize=1670316 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68272/stat : 68272 (fscip) R 68199 68208 68145 0 -1 4194368 2556 0 0 0 19 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68278] ppid=68199 vsize=1670316 memory=0 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68278/stat : 68278 (fscip) R 68199 68208 68145 0 -1 4194368 1817 0 0 0 17 0 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68279] ppid=68199 vsize=1670316 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68279/stat : 68279 (fscip) R 68199 68208 68145 0 -1 4194368 4487 0 0 0 18 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68281] ppid=68199 vsize=1670316 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68281/stat : 68281 (fscip) R 68199 68208 68145 0 -1 4194368 2548 0 0 0 19 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68283] ppid=68199 vsize=1670316 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68283/stat : 68283 (fscip) R 68199 68208 68145 0 -1 4194368 1804 0 0 0 19 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68284] ppid=68199 vsize=1670316 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68284/stat : 68284 (fscip) R 68199 68208 68145 0 -1 4194368 4555 0 0 0 18 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68285] ppid=68199 vsize=1670316 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68285/stat : 68285 (fscip) R 68199 68208 68145 0 -1 4194368 2585 0 0 0 17 1 0 0 20 0 41 0 11930818 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68336] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68336/stat : 68336 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68340] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68340/stat : 68340 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68341] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68341/stat : 68341 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68342] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68342/stat : 68342 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68343] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68343/stat : 68343 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68344] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68344/stat : 68344 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68345] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68345/stat : 68345 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68346] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68346/stat : 68346 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68347] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68347/stat : 68347 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68348] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68348/stat : 68348 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68349] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68349/stat : 68349 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68350] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68350/stat : 68350 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68351] ppid=68199 vsize=1670316 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68351/stat : 68351 (fscip) S 68199 68208 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1710403584 65728 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0

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

/proc/68208/task/68349/stat : 68349 (fscip) S 68199 68208 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 29021384704 6697096 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68350] ppid=68199 vsize=28341196 memory=1836 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68350/stat : 68350 (fscip) S 68199 68208 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 29021384704 6697096 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68351] ppid=68199 vsize=28341196 memory=-7594309789703822711 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68351/stat : 68351 (fscip) S 68199 68208 68145 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 11930822 29021384704 6697096 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68352] ppid=68199 vsize=28341196 memory=11512 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68352/stat : 68352 (fscip) S 68199 68208 68145 0 -1 1077936192 125 0 0 0 0 1 0 0 20 0 41 0 11930822 29021384704 6697096 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68353] ppid=68199 vsize=28341196 memory=13664 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68353/stat : 68353 (fscip) S 68199 68208 68145 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11930822 29021384704 6697096 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68354] ppid=68199 vsize=28341196 memory=26499016 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68354/stat : 68354 (fscip) S 68199 68208 68145 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11930822 29021384704 6697096 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68355] ppid=68199 vsize=28341196 memory=26482296 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68355/stat : 68355 (fscip) S 68199 68208 68145 0 -1 1077936192 123 0 0 0 0 2 0 0 20 0 41 0 11930822 29021384704 6697096 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68356] ppid=68199 vsize=28341196 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68356/stat : 68356 (fscip) S 68199 68208 68145 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 11930822 29021384704 6697096 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68357] ppid=68199 vsize=28341196 memory=26770544 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68357/stat : 68357 (fscip) S 68199 68208 68145 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 11930822 29021384704 6697096 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68358] ppid=68199 vsize=28341196 memory=6696 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68358/stat : 68358 (fscip) S 68199 68208 68145 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 11930822 29021384704 6697096 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
Current children cumulated CPU time: 70818.1 s
Current children cumulated vsize: 28341196 KiB
Current children cumulated memory: 26788384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3642 s]*
/proc/loadavg: 79.20 80.15 79.69 64/977 70287
/proc/meminfo: memFree=714594940/790760800 swapFree=131071996/131071996
[pid=68208] ppid=68199 vsize=28753056 memory=27116820 CPUtime=72000.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/stat : 68208 (fscip) S 68199 68208 68145 0 -1 1077936128 94521411 0 0 0 7142279 57769 0 0 20 0 41 0 11930817 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
/proc/68208/statm: 7188264 6779205 3318 3035 0 7028470 0
[pid=68208/tid=68259] ppid=68199 vsize=28753056 memory=-7522252195665896576 CPUtime=3602.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68259/stat : 68259 (fscip) R 68199 68208 68145 0 -1 4194368 6432485 0 0 0 358938 1349 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68260] ppid=68199 vsize=28753056 memory=7751997165046504070 CPUtime=3603.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68260/stat : 68260 (fscip) R 68199 68208 68145 0 -1 4194368 5663309 0 0 0 358779 1579 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68261] ppid=68199 vsize=28753056 memory=11104 CPUtime=3596.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68261/stat : 68261 (fscip) R 68199 68208 68145 0 -1 4194368 189568 0 0 0 353717 5907 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68262] ppid=68199 vsize=28753056 memory=2640 CPUtime=3602.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68262/stat : 68262 (fscip) R 68199 68208 68145 0 -1 4194368 7941625 0 0 0 358670 1608 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68263] ppid=68199 vsize=28753056 memory=2688 CPUtime=3602.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68263/stat : 68263 (fscip) R 68199 68208 68145 0 -1 4194368 5940522 0 0 0 358510 1746 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68264] ppid=68199 vsize=28753056 memory=2692 CPUtime=3597.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68264/stat : 68264 (fscip) R 68199 68208 68145 0 -1 4194368 170626 0 0 0 353908 5818 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68265] ppid=68199 vsize=28753056 memory=2760 CPUtime=3598.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68265/stat : 68265 (fscip) R 68199 68208 68145 0 -1 4194368 7392182 0 0 0 358186 1698 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68266] ppid=68199 vsize=28753056 memory=6688 CPUtime=3601.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68266/stat : 68266 (fscip) R 68199 68208 68145 0 -1 4194368 5718580 0 0 0 358572 1627 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68267] ppid=68199 vsize=28753056 memory=6672 CPUtime=3597.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68267/stat : 68267 (fscip) R 68199 68208 68145 0 -1 4194368 174257 0 0 0 353900 5807 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68268] ppid=68199 vsize=28753056 memory=6788 CPUtime=3602.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68268/stat : 68268 (fscip) R 68199 68208 68145 0 -1 4194368 7922749 0 0 0 358736 1467 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68269] ppid=68199 vsize=28753056 memory=6836 CPUtime=3600.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68269/stat : 68269 (fscip) R 68199 68208 68145 0 -1 4194368 6718370 0 0 0 357815 2237 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68270] ppid=68199 vsize=28753056 memory=30014708 CPUtime=3592.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68270/stat : 68270 (fscip) R 68199 68208 68145 0 -1 4194368 178226 0 0 0 353546 5729 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68271] ppid=68199 vsize=28753056 memory=27103036 CPUtime=3602.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68271/stat : 68271 (fscip) R 68199 68208 68145 0 -1 4194368 7912575 0 0 0 358695 1582 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68272] ppid=68199 vsize=28753056 memory=21326484 CPUtime=3603.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68272/stat : 68272 (fscip) R 68199 68208 68145 0 -1 4194368 5532490 0 0 0 358845 1531 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68278] ppid=68199 vsize=28753056 memory=23738784 CPUtime=3598.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68278/stat : 68278 (fscip) R 68199 68208 68145 0 -1 4194368 178109 0 0 0 354101 5736 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68279] ppid=68199 vsize=28753056 memory=-7522252195665896576 CPUtime=3599.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68279/stat : 68279 (fscip) R 68199 68208 68145 0 -1 4194368 7796951 0 0 0 358345 1562 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68281] ppid=68199 vsize=28753056 memory=2112 CPUtime=3600.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68281/stat : 68281 (fscip) R 68199 68208 68145 0 -1 4194368 6012634 0 0 0 358208 1840 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68283] ppid=68199 vsize=28753056 memory=3308 CPUtime=3588.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68283/stat : 68283 (fscip) R 68199 68208 68145 0 -1 4194368 176189 0 0 0 353112 5752 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68284] ppid=68199 vsize=28753056 memory=1704 CPUtime=3603.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68284/stat : 68284 (fscip) R 68199 68208 68145 0 -1 4194368 6971329 0 0 0 358904 1408 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68285] ppid=68199 vsize=28753056 memory=38468 CPUtime=3603.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68285/stat : 68285 (fscip) R 68199 68208 68145 0 -1 4194368 5493623 0 0 0 358645 1736 0 0 20 0 41 0 11930818 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68336] ppid=68199 vsize=28753056 memory=2152 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68336/stat : 68336 (fscip) S 68199 68208 68145 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68340] ppid=68199 vsize=28753056 memory=6056 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68340/stat : 68340 (fscip) S 68199 68208 68145 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68341] ppid=68199 vsize=28753056 memory=104 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68341/stat : 68341 (fscip) S 68199 68208 68145 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68342] ppid=68199 vsize=28753056 memory=33100 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68342/stat : 68342 (fscip) S 68199 68208 68145 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68343] ppid=68199 vsize=28753056 memory=19580 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68343/stat : 68343 (fscip) S 68199 68208 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68344] ppid=68199 vsize=28753056 memory=54528 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68344/stat : 68344 (fscip) S 68199 68208 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68345] ppid=68199 vsize=28753056 memory=28496 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68345/stat : 68345 (fscip) S 68199 68208 68145 0 -1 1077936192 133 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68346] ppid=68199 vsize=28753056 memory=7644 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68346/stat : 68346 (fscip) S 68199 68208 68145 0 -1 1077936192 68 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68347] ppid=68199 vsize=28753056 memory=26960 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68347/stat : 68347 (fscip) S 68199 68208 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68348] ppid=68199 vsize=28753056 memory=11104 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68348/stat : 68348 (fscip) S 68199 68208 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68349] ppid=68199 vsize=28753056 memory=11104 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68349/stat : 68349 (fscip) S 68199 68208 68145 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68350] ppid=68199 vsize=28753056 memory=11104 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68350/stat : 68350 (fscip) S 68199 68208 68145 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68351] ppid=68199 vsize=28753056 memory=11104 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68351/stat : 68351 (fscip) S 68199 68208 68145 0 -1 1077936192 131 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68352] ppid=68199 vsize=28753056 memory=2640 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68352/stat : 68352 (fscip) S 68199 68208 68145 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68353] ppid=68199 vsize=28753056 memory=7896 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68353/stat : 68353 (fscip) S 68199 68208 68145 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68354] ppid=68199 vsize=28753056 memory=28356 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68354/stat : 68354 (fscip) S 68199 68208 68145 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68355] ppid=68199 vsize=28753056 memory=31820 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68355/stat : 68355 (fscip) S 68199 68208 68145 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68356] ppid=68199 vsize=28753056 memory=7176 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68356/stat : 68356 (fscip) S 68199 68208 68145 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68357] ppid=68199 vsize=28753056 memory=36116 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68357/stat : 68357 (fscip) S 68199 68208 68145 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
[pid=68208/tid=68358] ppid=68199 vsize=28753056 memory=4684 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68208/task/68358/stat : 68358 (fscip) S 68199 68208 68145 0 -1 1077936192 130 0 0 0 0 1 0 0 20 0 41 0 11930822 29443129344 6779205 809668444160 4194304 16623229 140724279041792 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41639936 140724279043082 140724279043200 140724279043200 140724279050224 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 28753056 KiB
Current children cumulated memory: 27116820 KiB

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

[startup+3642.3 s]
/proc/loadavg: 79.20 80.15 79.69 44/942 70298
/proc/meminfo: memFree=717684032/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
heavy processes:

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

# cumulated CPU time of all completed processes:  user=71423 s, system=578.551 s

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

[startup+3642.42 s]
/proc/loadavg: 79.20 80.15 79.69 42/942 70298
/proc/meminfo: memFree=721606628/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3642.8 s]
/proc/loadavg: 79.20 80.15 79.69 42/942 70298
/proc/meminfo: memFree=721606628/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3642.9 s]
/proc/loadavg: 79.20 80.15 79.69 42/942 70298
/proc/meminfo: memFree=721606628/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3642.93
CPU time (s): 72001.6
CPU user time (s): 71423
CPU system time (s): 578.551
CPU usage (%): 1976.47
Max. virtual memory (cumulated for all children) (KiB): 28753056
Max. memory (cumulated for all children) (KiB): 27116820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71423
system time used= 578.551
maximum resident set size= 27116820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94521577
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= 5827603
involuntary context switches= 234687


# summary of solver processes directly reported to runsolver:
#   pid: 68208
#   total CPU time (s): 72001.6
#   total CPU user time (s): 71423
#   total CPU system time (s): 578.551

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.4189 second user time and 109.093 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-07-31 21:17:20
IDJOB=4465246
IDBENCH=147611
IDSOLVER=3094
FILE ID=nodeD101/4465246-1722453440
RUNJOBID= nodeD101-1722453440-68155
SLURM_JOB_ID= 8254236
Free space on /tmp= 8622924 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_2.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-4465246-1722453440/watcher-4465246-1722453440 -o /tmp/evaluation-result-4465246-1722453440/solver-4465246-1722453440 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68155 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465246-1722453440.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 39a6e806d7aaba09f767f3cbd6afa1ec
RANDOM SEED=1039887911

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        786872800 kB
MemAvailable:   785000876 kB
Buffers:          151020 kB
Cached:           985044 kB
SwapCached:            0 kB
Active:           305164 kB
Inactive:        1246468 kB
Active(anon):       2000 kB
Inactive(anon):   436096 kB
Active(file):     303164 kB
Inactive(file):   810372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112420 kB
Writeback:             0 kB
AnonPages:        414616 kB
Mapped:            89216 kB
Shmem:             22536 kB
KReclaimable:     129936 kB
Slab:             454916 kB
SReclaimable:     129936 kB
SUnreclaim:       324980 kB
KernelStack:       14400 kB
PageTables:         9992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     565296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           205824 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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:      468992 kB
DirectMap2M:    27291648 kB
DirectMap1G:    778043392 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD101 at 2024-07-31 22:18:04