Trace number 4465247

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) 72002.7 3637.91

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_1.opb
MD5SUMb4b357048b7fd6a2befaa81502734110
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 benchmark15
Best CPU time to get the best result obtained on this benchmark3600.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
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 constraints16
Minimum length of a constraint85
Maximum length of a constraint86
Number of terms in the objective function 128
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 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6162
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 = 22827008, getVmSize() = 22827008, SCIPgetMemUsed() = 1114114, SCIPgetMemTotal() = 1401594, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 15335424, getVmSize() = 26525696, SCIPgetMemUsed() = 2070690, SCIPgetMemTotal() = 4017210, SCIPgetMemExternEstim() = 1048576
0.00/0.01	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4465247-1722450812
0.00/0.01	c   Variables        : 198 (198 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 16
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 198 (198 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 14
0.00/0.01	c Constraints        : Number
0.00/0.01	c   linear           : 9 
0.00/0.01	c   logicor          : 5 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.05	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        1502.0000                -          -
0.00/0.08	c *       0              0           1        20        1295.0000                -          -
0.00/0.08	c *       0              0           1        20        1279.0000                -          -
0.00/0.08	c *       0              0           1        20        1170.0000                -          -
0.00/0.10	c *       0              2           1        20        1118.0000           0.0000          -
0.00/0.11	c *       0              2           1        20        1098.0000           0.0000          -
0.92/0.12	c *       0              2           1        20        1024.0000           0.0000          -
0.92/0.16	c *       0              2           1        20        1012.0000           0.0000          -
0.92/0.16	c *       0              2           1        20         437.0000           0.0000          -
3.51/0.31	c *       0              2           1        20         276.0000           0.0000          -
14.22/0.84	c *       1              2           1        20         250.0000           0.0000          -
16.16/0.90	c *       1              2           1        20         246.0000           0.0000          -
33.89/1.84	c *       2              2           1        20         242.0000           0.0000          -
47.60/2.52	c *       3          26447          40        20         160.0000           0.0000          -
49.59/2.62	c *       3          26447          40        20         128.0000           0.0000          -
49.59/2.65	c *       3          26447          40        20         126.0000           0.0000          -
51.56/2.75	c *       3          26447          40        20         122.0000           0.0000          -
59.92/3.19	c *       3            932         931        20         118.0000           0.0000          -
65.33/3.45	c *       3          38368          31        20         114.0000           0.0000          -
75.22/3.95	c *       4          38368          31        20          80.0000           0.0000          -
97.37/5.10	c         5          50862          28        20          80.0000           0.0000          -
198.24/10.16	c        10         118793          27        20          80.0000           0.0000          -
217.83/11.20	c *      11         123861          35        20          76.0000           0.0000          -
219.34/11.27	c *      11           4338        3134        20          74.0000           0.0000          -
282.73/14.46	c *      14           5517        5446        20          72.0000           0.0000          -
297.19/15.17	c        15         175001          26        20          72.0000           0.0000          -
351.85/17.96	c *      18           8407        8196        20          70.0000           0.0000          -
361.72/18.46	c *      18           7715        5666        20          53.0000           0.0000          -
396.22/20.20	c        20          11028       10357        20          53.0000           0.0000          -
405.15/20.64	c *      21           8571        5728        20          52.0000           0.0000          -
464.43/23.63	c *      24          10376        7164        20          50.0000           0.0000          -
486.23/24.80	c *      25          16830       15628        20          46.0000           0.0000          -
490.12/24.93	c *      25          16830       15628        20          44.0000           0.0000          -
496.03/25.22	c        25          16830       15628        20          44.0000           0.0000          -
596.92/30.34	c        30         342926          25        20          44.0000           0.0000          -
697.73/35.44	c        35         376724          28        20          44.0000           0.0000          -
796.60/40.45	c        40         477144          35        20          44.0000           0.0000          -
879.59/44.61	c *      45         538738          33        20          43.0000           0.0000          -
895.53/45.49	c        45         556874          35        20          43.0000           0.0000          -
996.54/50.53	c        51          44615       38184        20          43.0000           0.0000          -
1097.33/55.60	c        56          51393       43776        20          43.0000           0.0000          -
1198.25/60.72	c        61         665544          31        20          43.0000           0.0000          -
1253.59/63.53	c *      64          32665       23463        20          42.0000           0.0000          -
1253.59/63.55	c *      64          32665       23463        20          40.0000           0.0000          -
1253.59/63.57	c *      64          32665       23463        20          38.0000           0.0000          -
1271.40/64.49	c *      64          33094       23293        20          36.0000           0.0000          -
1275.37/64.69	c *      65         712327          31        20          34.0000           0.0000          -
1293.16/65.53	c *      66          33595       23420        20          32.0000           0.0000          -
1297.12/65.78	c        66         712616          32        20          32.0000           0.0000          -
1398.02/70.82	c        71         872517          26        20          32.0000           0.0000          -
1496.97/75.88	c        76         936555          28        20          32.0000           0.0000          -
1597.93/80.91	c        81         996553          29        20          32.0000           0.0000          -
1696.84/85.97	c        86        1054872          28        20          32.0000           0.0000          -
1798.35/91.06	c        91        1109689          29        20          32.0000           0.0000          -
1897.29/96.12	c        96        1167320          27        20          32.0000           0.0000          -
1998.23/101.17	c       101        1227328          27        20          32.0000           0.0000          -
2097.30/106.20	c       106         103810       79640        20          32.0000           0.0000          -
2197.57/111.27	c       111        1341681          29        20          32.0000           0.0000          -
2296.53/116.30	c       116         113222       85895        20          32.0000           0.0000          -
2336.13/118.29	c *     118         115754       87636        20          30.0000           0.0000          -
2338.27/118.34	c *     118         115754       87636        20          28.0000           0.0000          -
2346.06/118.74	c *     119          59708       37570        20          26.0000           0.0000          -
2397.56/121.37	c       121         117070       87612        20          26.0000           0.0000          -
2498.60/126.41	c       126        1494442          27        20          26.0000           0.0000          -
2597.62/131.50	c       132        1563159          25        20          26.0000           0.0000          -
2698.44/136.55	c       137        1633471          26        20          26.0000           0.0000          -
2797.17/141.60	c       142          75181       45223        20          26.0000           0.0000          -
2898.01/146.61	c       147         143849      102502        20          26.0000           0.0000          -
2996.93/151.68	c       152        1831461          23        20          26.0000           0.0000          -
3097.80/156.75	c       157        1896340          25        20          26.0000           0.0000          -
3175.07/160.61	c *     161        1950998          25        20          25.0000           0.0000          -
3198.88/161.81	c       162        1965409          26        20          25.0000           0.0000          -
3297.79/166.86	c       167        2012206          24        20          25.0000           0.0000          -
3398.75/171.91	c       172        2079322          24        20          25.0000           0.0000          -
3497.61/176.95	c       177        2148199          24        20          25.0000           0.0000          -
3601.16/182.18	c       182        2214410          28        20          25.0000           0.0000          -
3701.30/187.23	c       187         187126      127259        20          25.0000           0.0000          -
3800.34/192.26	c       192        2351720          29        20          25.0000           0.0000          -
3901.43/197.32	c       197        2420979          29        20          25.0000           0.0000          -
4000.25/202.39	c       202        2488841          29        20          25.0000           0.0000          -
4101.19/207.43	c       207        2554998          27        20          25.0000           0.0000          -
4199.95/212.48	c       212         212433      140235        20          25.0000           0.0000          -
4300.98/217.53	c       218         217289      142437        20          25.0000           0.0000          -
4400.00/222.59	c       223         223727      145598        20          25.0000           0.0000          -
4500.96/227.60	c       228         109694       65791        20          25.0000           0.0000          -
4599.90/232.63	c       233        2887503          27        20          25.0000           0.0000          -
4698.79/237.68	c       238        2954643          28        20          25.0000           0.0000          -
4799.64/242.78	c       243        3020974          27        20          25.0000           0.0000          -
4900.73/247.83	c       248        3087270          27        20          25.0000           0.0000          -
4999.63/252.89	c       253        3152642          27        20          25.0000           0.0000          -
5100.48/257.92	c       258        3218553          27        20          25.0000           0.0000          -
5199.22/262.96	c       263        3284769          27        20          25.0000           0.0000          -
5298.18/268.02	c       268        3348223          30        20          25.0000           0.0000          -
5399.70/273.04	c       273         132043       77099        20          25.0000           0.0000          -
5498.66/278.12	c       278        3480287          27        20          25.0000           0.0000          -
5599.60/283.17	c       283        3547664          29        20          25.0000           0.0000          -
5644.30/285.42	c *     285        3407146          29        20          23.0000           0.0000          -
5644.30/285.50	c *     286        3407146          29        20          21.0000           0.0000          -
5698.40/288.17	c       288         310334      184456        20          21.0000           0.0000          -
5800.74/293.30	c       293         310353      184463        20          21.0000           0.0000          -
5899.76/298.36	c       298         310478      184508        20          21.0000           0.0000          -
6000.65/303.41	c       303         310538      184546        20          21.0000           0.0000          -
6099.70/308.46	c       308         312206      185160        20          21.0000           0.0000          -
6198.65/313.49	c       313        3941321          28        20          21.0000           0.0000          -
6299.49/318.56	c       319        4011570          26        20          21.0000           0.0000          -
6398.53/323.57	c       324        4077438          28        20          21.0000           0.0000          -
6499.25/328.61	c       329         334888      195260        20          21.0000           0.0000          -
6598.21/333.69	c       334        4215657          31        20          21.0000           0.0000          -
6699.26/338.76	c       339         345122      200090        20          21.0000           0.0000          -
6800.07/343.81	c       344        4350396          30        20          21.0000           0.0000          -
6899.01/348.87	c       349        4417135          30        20          21.0000           0.0000          -
6999.85/353.92	c       354         360426      206989        20          21.0000           0.0000          -
7098.74/358.93	c       359         171394       92707        20          21.0000           0.0000          -
7197.69/363.94	c       364        4620972          26        20          21.0000           0.0000          -
7299.15/369.06	c       369        4688702          29        20          21.0000           0.0000          -
7398.26/374.11	c       374        4756061          29        20          21.0000           0.0000          -
7499.45/379.17	c       379        4825695          29        20          21.0000           0.0000          -
7598.15/384.19	c       384        4893098          30        20          21.0000           0.0000          -
7698.66/389.22	c       389         184644       98415        20          21.0000           0.0000          -
7797.69/394.24	c       394         186485       99165        20          21.0000           0.0000          -
7896.83/399.28	c       399         410620      231635        20          21.0000           0.0000          -
7997.74/404.39	c       404        5150265          27        20          21.0000           0.0000          -
8098.77/409.47	c       409         411922      232266        20          21.0000           0.0000          -
8199.77/414.51	c       415        5284866          30        20          21.0000           0.0000          -
8298.79/419.56	c       420         194768      103294        20          21.0000           0.0000          -
8399.66/424.61	c       425        5422335          27        20          21.0000           0.0000          -
8498.64/429.66	c       430        5489213          29        20          21.0000           0.0000          -
8599.65/434.71	c       435        5554886          28        20          21.0000           0.0000          -
8698.61/439.76	c       440         204031      107097        20          21.0000           0.0000          -
8799.56/444.81	c       445         447831      249106        20          21.0000           0.0000          -
8898.60/449.86	c       450         453840      251672        20          21.0000           0.0000          -
8999.39/454.91	c       455         461109      254353        20          21.0000           0.0000          -
9098.35/459.93	c       460        5884661          26        20          21.0000           0.0000          -
9197.31/464.94	c       465        5951978          29        20          21.0000           0.0000          -
9296.37/469.95	c       470        6018937          28        20          21.0000           0.0000          -
9395.45/474.96	c       475         222024      115185        20          21.0000           0.0000          -
9496.84/480.11	c       480        6151396          29        20          21.0000           0.0000          -
9599.23/485.21	c       485        6217929          28        20          21.0000           0.0000          -
9698.09/490.26	c       490         229556      119011        20          21.0000           0.0000          -
9799.01/495.31	c       495        6350951          30        20          21.0000           0.0000          -
9897.70/500.36	c       500         497809      275812        20          21.0000           0.0000          -
9996.58/505.38	c       505        6483084          29        20          21.0000           0.0000          -
10097.45/510.47	c       510        6548458          26        20          21.0000           0.0000          -
10196.49/515.48	c       515         243124      125201        20          21.0000           0.0000          -
10297.49/520.53	c       521         514087      284784        20          21.0000           0.0000          -
10398.58/525.60	c       526        6746415          28        20          21.0000           0.0000          -
10497.43/530.66	c       531         248227      128374        20          21.0000           0.0000          -
10598.43/535.71	c       536         250340      129462        20          21.0000           0.0000          -
10697.40/540.75	c       541         527876      292663        20          21.0000           0.0000          -
10796.30/545.77	c       546        7022631          28        20          21.0000           0.0000          -
10897.32/550.86	c       551        7092051          29        20          21.0000           0.0000          -
10996.40/555.89	c       556        7162739          28        20          21.0000           0.0000          -
11097.39/560.95	c       561         263402      135652        20          21.0000           0.0000          -
11196.26/565.98	c       566        7299106          29        20          21.0000           0.0000          -
11295.30/571.02	c       571         550229      306146        20          21.0000           0.0000          -
11396.84/576.10	c       576         554374      308384        20          21.0000           0.0000          -
11497.87/581.15	c       581         558509      310674        20          21.0000           0.0000          -
11598.13/586.20	c       586        7574209          27        20          21.0000           0.0000          -
11697.10/591.25	c       591         282545      143678        20          21.0000           0.0000          -
11798.05/596.30	c       596        7713360          27        20          21.0000           0.0000          -
11897.20/601.36	c       601        7781106          28        20          21.0000           0.0000          -
11996.20/606.39	c       606        7850372          29        20          21.0000           0.0000          -
12097.23/611.42	c       611         295503      148856        20          21.0000           0.0000          -
12198.07/616.51	c       617         582941      325161        20          21.0000           0.0000          -
12297.06/621.56	c       622        8053763          27        20          21.0000           0.0000          -
12398.12/626.61	c       627         305173      152923        20          21.0000           0.0000          -
12497.22/631.66	c       632        8192743          29        20          21.0000           0.0000          -
12598.38/636.71	c       637        8263205          26        20          21.0000           0.0000          -
12697.18/641.76	c       642         601075      335500        20          21.0000           0.0000          -
12798.16/646.81	c       647        8400385          27        20          21.0000           0.0000          -
12897.18/651.86	c       652         607788      339054        20          21.0000           0.0000          -
12998.19/656.91	c       657         318789      159578        20          21.0000           0.0000          -
13097.20/661.96	c       662         321580      160940        20          21.0000           0.0000          -
13196.17/666.98	c       667        8617621          29        20          21.0000           0.0000          -
13295.20/672.02	c       672         624998      347768        20          21.0000           0.0000          -
13396.82/677.08	c       677         330419      164677        20          21.0000           0.0000          -
13495.48/682.09	c       682         332411      165574        20          21.0000           0.0000          -
13596.38/687.17	c       687        8837660          32        20          21.0000           0.0000          -
13697.17/692.24	c       692        8890981          31        20          21.0000           0.0000          -
13798.08/697.31	c       697         343186      169846        20          21.0000           0.0000          -
13897.14/702.36	c       702         652107      360317        20          21.0000           0.0000          -
13998.16/707.41	c       707         656659      362524        20          21.0000           0.0000          -
14097.34/712.45	c       712         661075      364576        20          21.0000           0.0000          -
14196.22/717.47	c       717         358129      175716        20          21.0000           0.0000          -
14297.30/722.56	c       723         669419      368293        20          21.0000           0.0000          -
14396.38/727.59	c       728         672641      369945        20          21.0000           0.0000          -
14497.35/732.62	c       733        9328851          31        20          21.0000           0.0000          -
14596.37/737.70	c       738         679625      373352        20          21.0000           0.0000          -
14697.14/742.75	c       743         684009      375229        20          21.0000           0.0000          -
14798.23/747.81	c       748         687555      376822        20          21.0000           0.0000          -
14897.22/752.86	c       753         379726      184165        20          21.0000           0.0000          -
14921.45/754.03	c *     754        9568950          29        20          20.0000           0.0000          -
14998.28/757.90	c       758         692940      377130        20          20.0000           0.0000          -
15099.95/763.05	c       763         692943      377133        20          20.0000           0.0000          -
15199.00/768.10	c       768         693107      377209        20          20.0000           0.0000          -
15297.94/773.11	c       773         693153      377237        20          20.0000           0.0000          -
15397.08/778.12	c       778         693343      377359        20          20.0000           0.0000          -
15497.82/783.17	c       783         695308      378256        20          20.0000           0.0000          -
15598.43/788.22	c       788        9153419          28        20          20.0000           0.0000          -
15697.45/793.27	c       793         701326      380939        20          20.0000           0.0000          -
15798.39/798.32	c       798         705166      382834        20          20.0000           0.0000          -
15897.36/803.38	c       803        9315837          29        20          20.0000           0.0000          -
15996.33/808.37	c       808        9371505          28        20          20.0000           0.0000          -
16095.37/813.38	c       813         717490      388590        20          20.0000           0.0000          -
16198.25/818.53	c       819         414799      196327        20          20.0000           0.0000          -
16297.31/823.57	c       824         723037      390957        20          20.0000           0.0000          -
16396.27/828.59	c       829        9579632          28        20          20.0000           0.0000          -
16497.30/833.61	c       834        9631855          29        20          20.0000           0.0000          -
16596.37/838.67	c       839        9684565          29        20          20.0000           0.0000          -
16697.31/843.72	c       844        9736033          29        20          20.0000           0.0000          -
16798.57/848.81	c       849         426652      201833        20          20.0000           0.0000          -
16897.38/853.87	c       854        9664960          30        20          20.0000           0.0000          -
16998.38/858.92	c       859         430368      203499        20          20.0000           0.0000          -
17097.47/863.95	c       864        9950996          29        20          20.0000           0.0000          -
17196.55/869.02	c       869         436696      205762        20          20.0000           0.0000          -
17298.22/874.04	c       874       10057602          28        20          20.0000           0.0000          -
17399.07/879.12	c       879         762658      410810        20          20.0000           0.0000          -
17498.33/884.17	c       884         446611      209393        20          20.0000           0.0000          -
17598.91/889.22	c       889       10215437          27        20          20.0000           0.0000          -
17697.78/894.27	c       894         452545      211540        20          20.0000           0.0000          -
17796.79/899.29	c       899       10321172          28        20          20.0000           0.0000          -
17897.75/904.34	c       904       10376547          27        20          20.0000           0.0000          -
17996.82/909.35	c       909       10432651          27        20          20.0000           0.0000          -
18097.89/914.43	c       914       10484765          30        20          20.0000           0.0000          -
18196.99/919.44	c       919         467976      217219        20          20.0000           0.0000          -
18296.12/924.48	c       924         798125      426970        20          20.0000           0.0000          -
18397.17/929.54	c       930       10643284          29        20          20.0000           0.0000          -
18496.25/934.59	c       935       10697393          26        20          20.0000           0.0000          -
18597.23/939.64	c       940       10752880          27        20          20.0000           0.0000          -
18696.28/944.69	c       945       10809696          28        20          20.0000           0.0000          -
18797.35/949.71	c       950         820318      436157        20          20.0000           0.0000          -
18896.45/954.79	c       955       10925588          29        20          20.0000           0.0000          -
18997.57/959.84	c       960       10981654          27        20          20.0000           0.0000          -
19096.59/964.89	c       965         831567      440953        20          20.0000           0.0000          -
19197.40/969.94	c       970       11089027          29        20          20.0000           0.0000          -
19296.41/974.99	c       975       11138428          29        20          20.0000           0.0000          -
19397.87/980.04	c       980       11188045          29        20          20.0000           0.0000          -
19497.06/985.09	c       985       11237076          29        20          20.0000           0.0000          -
19595.82/990.09	c       990         505056      231829        20          20.0000           0.0000          -
19697.29/995.19	c       995       11336348          28        20          20.0000           0.0000          -
19797.67/1000.25	c      1000         509394      233888        20          20.0000           0.0000          -
19896.53/1005.30	c      1005         511824      234937        20          20.0000           0.0000          -
19997.48/1010.34	c      1010       11486679          26        20          20.0000           0.0000          -
20096.51/1015.36	c      1015       11538052          32        20          20.0000           0.0000          -
20197.55/1020.41	c      1020         877111      460651        20          20.0000           0.0000          -
20296.58/1025.49	c      1026         524102      239344        20          20.0000           0.0000          -
20397.59/1030.55	c      1031       11693666          30        20          20.0000           0.0000          -
20496.66/1035.57	c      1036       11745590          28        20          20.0000           0.0000          -
20597.70/1040.61	c      1041       11799236          31        20          20.0000           0.0000          -
20696.69/1045.69	c      1046         536252      243963        20          20.0000           0.0000          -
20797.63/1050.74	c      1051       11903473          28        20          20.0000           0.0000          -
20843.72/1053.03	c *    1053         540070      245357        20          19.0000           0.0000          -
20898.82/1055.88	c      1056         897453      467840        20          19.0000           0.0000          -
20997.71/1060.90	c      1061       11996442          29        20          19.0000           0.0000          -
21098.59/1065.94	c      1066       12048426          30        20          19.0000           0.0000          -
21197.70/1070.95	c      1071       12098081          28        20          19.0000           0.0000          -
21299.31/1076.07	c      1076         898424      468273        20          19.0000           0.0000          -
21398.29/1081.11	c      1081         900222      469084        20          19.0000           0.0000          -
21497.17/1086.12	c      1086       12258559          30        20          19.0000           0.0000          -
21598.32/1091.17	c      1091       12313765          31        20          19.0000           0.0000          -
21698.55/1096.20	c      1096       12366412          30        20          19.0000           0.0000          -
21797.45/1101.21	c      1101         909282      472817        20          19.0000           0.0000          -
21896.48/1106.29	c      1106         563246      253355        20          19.0000           0.0000          -
21999.55/1111.40	c      1111         565896      254367        20          19.0000           0.0000          -
22100.62/1116.52	c      1117       12589565          30        20          19.0000           0.0000          -
22199.56/1121.53	c      1122         924292      479389        20          19.0000           0.0000          -
22300.78/1126.62	c      1127       12698988          26        20          19.0000           0.0000          -
22399.75/1131.67	c      1132       12753502          27        20          19.0000           0.0000          -
22498.39/1136.70	c      1137       12809107          30        20          19.0000           0.0000          -
22599.40/1141.77	c      1142         580620      260118        20          19.0000           0.0000          -
22700.56/1146.82	c      1147       12922341          29        20          19.0000           0.0000          -
22799.45/1151.87	c      1152         947176      489998        20          19.0000           0.0000          -
22898.48/1156.89	c      1157       13031579          30        20          19.0000           0.0000          -
22997.57/1161.89	c      1162         592473      264469        20          19.0000           0.0000          -
23098.65/1166.93	c      1167       13141544          31        20          19.0000           0.0000          -
23197.74/1171.95	c      1172       13194954          29        20          19.0000           0.0000          -
23299.37/1177.04	c      1177       13248186          29        20          19.0000           0.0000          -
23398.46/1182.10	c      1182       13303313          30        20          19.0000           0.0000          -
23499.44/1187.16	c      1187       13358789          30        20          19.0000           0.0000          -
23598.38/1192.16	c      1192       13412695          28        20          19.0000           0.0000          -
23698.86/1197.23	c      1197         978825      504657        20          19.0000           0.0000          -
23797.63/1202.27	c      1202       13521961          29        20          19.0000           0.0000          -
23898.53/1207.35	c      1207       13576053          27        20          19.0000           0.0000          -
23999.53/1212.47	c      1212       13631032          28        20          19.0000           0.0000          -
24100.46/1217.52	c      1218       13685244          30        20          19.0000           0.0000          -
24199.39/1222.57	c      1223       13740438          28        20          19.0000           0.0000          -
24300.38/1227.62	c      1228       13795684          30        20          19.0000           0.0000          -
24399.59/1232.64	c      1233         996404      514435        20          19.0000           0.0000          -
24500.49/1237.72	c      1238       13903880          27        20          19.0000           0.0000          -
24599.48/1242.76	c      1243       13959706          29        20          19.0000           0.0000          -
24698.53/1247.78	c      1248       14012719          31        20          19.0000           0.0000          -
24799.53/1252.82	c      1253       14066954          30        20          19.0000           0.0000          -
24898.82/1257.84	c      1258       14119273          27        20          19.0000           0.0000          -
24999.68/1262.96	c      1263       14171593          29        20          19.0000           0.0000          -
25098.71/1267.99	c      1268       14226375          30        20          19.0000           0.0000          -
25200.38/1273.08	c      1273       14279448          27        20          19.0000           0.0000          -
25301.31/1278.13	c      1278       14333430          29        20          19.0000           0.0000          -
25400.75/1283.17	c      1283       14387520          28        20          19.0000           0.0000          -
25500.78/1288.21	c      1288       14441813          27        20          19.0000           0.0000          -
25599.88/1293.27	c      1293       14496713          31        20          19.0000           0.0000          -
25700.98/1298.33	c      1298         654288      288217        20          19.0000           0.0000          -
25799.99/1303.38	c      1303       14602623          26        20          19.0000           0.0000          -
25900.88/1308.42	c      1308       14654684          29        20          19.0000           0.0000          -
25999.96/1313.48	c      1313         660132      290413        20          19.0000           0.0000          -
26100.94/1318.50	c      1319       14762225          28        20          19.0000           0.0000          -
26200.19/1323.58	c      1324         664910      292119        20          19.0000           0.0000          -
26301.16/1328.63	c      1329       14870231          30        20          19.0000           0.0000          -
26400.26/1333.68	c      1334       14923991          30        20          19.0000           0.0000          -
26501.35/1338.73	c      1339       14977978          29        20          19.0000           0.0000          -
26600.55/1343.78	c      1344        1071752      548539        20          19.0000           0.0000          -
26701.53/1348.81	c      1349       15081397          30        20          19.0000           0.0000          -
26800.62/1353.82	c      1354       15134603          28        20          19.0000           0.0000          -
26901.92/1358.91	c      1359       15189406          27        20          19.0000           0.0000          -
27000.80/1363.98	c      1364       15241655          30        20          19.0000           0.0000          -
27099.83/1369.00	c      1369       15295349          28        20          19.0000           0.0000          -
27201.35/1374.08	c      1374        1089919      557640        20          19.0000           0.0000          -
27302.41/1379.14	c      1379         696444      302518        20          19.0000           0.0000          -
27401.51/1384.17	c      1384       15456168          28        20          19.0000           0.0000          -
27501.87/1389.24	c      1389       15510042          28        20          19.0000           0.0000          -
27600.97/1394.28	c      1394        1101598      562893        20          19.0000           0.0000          -
27702.09/1399.33	c      1399       15620356          27        20          19.0000           0.0000          -
27801.01/1404.35	c      1404       15675006          27        20          19.0000           0.0000          -
27901.85/1409.40	c      1409       15728595          29        20          19.0000           0.0000          -
28000.88/1414.41	c      1414       15782816          28        20          19.0000           0.0000          -
28100.01/1419.42	c      1419       15838021          29        20          19.0000           0.0000          -
28198.98/1424.45	c      1424        1126165      572486        20          19.0000           0.0000          -
28297.89/1429.47	c      1429       15949993          28        20          19.0000           0.0000          -
28396.78/1434.47	c      1434       16006906          30        20          19.0000           0.0000          -
28495.80/1439.48	c      1439        1138748      577406        20          19.0000           0.0000          -
28596.93/1444.51	c      1445       15988219          29        20          19.0000           0.0000          -
28698.08/1449.63	c      1450         732314      315832        20          19.0000           0.0000          -
28797.09/1454.64	c      1455       16094889          28        20          19.0000           0.0000          -
28898.16/1459.72	c      1460       16275184          28        20          19.0000           0.0000          -
28997.09/1464.77	c      1465         738305      318049        20          19.0000           0.0000          -
29098.24/1469.81	c      1470       16258536          30        20          19.0000           0.0000          -
29197.45/1474.88	c      1475       16437240          30        20          19.0000           0.0000          -
29296.36/1479.88	c      1480       16368063          30        20          19.0000           0.0000          -
29397.38/1484.97	c      1485         749527      322075        20          19.0000           0.0000          -
29499.01/1490.03	c      1490         751820      322921        20          19.0000           0.0000          -
29520.87/1491.16	c *    1491         752699      323232        20          17.0000           0.0000          -
29597.97/1495.09	c      1495        1182038      584705        20          17.0000           0.0000          -
29699.34/1500.15	c      1500        1182045      584714        20          17.0000           0.0000          -
29799.53/1505.21	c      1505       16624023          29        20          17.0000           0.0000          -
29898.56/1510.27	c      1510        1182395      584840        20          17.0000           0.0000          -
30001.60/1515.45	c      1515        1182446      584869        20          17.0000           0.0000          -
30102.50/1520.50	c      1521        1184301      585672        20          17.0000           0.0000          -
30201.62/1525.53	c      1526       16845944          30        20          17.0000           0.0000          -
30300.61/1530.59	c      1531        1187276      586738        20          17.0000           0.0000          -
30401.53/1535.65	c      1536        1190383      587804        20          17.0000           0.0000          -
30502.59/1540.70	c      1541        1193816      589204        20          17.0000           0.0000          -
30601.75/1545.73	c      1546        1193816      589204        20          17.0000           0.0000          -
30702.87/1550.80	c      1551       17218582          27        20          17.0000           0.0000          -
30801.91/1555.84	c      1556       17172676          31        20          17.0000           0.0000          -
30900.95/1560.88	c      1561        1205212      593772        20          17.0000           0.0000          -
31001.98/1565.95	c      1566        1206792      594449        20          17.0000           0.0000          -
31101.09/1570.98	c      1571        1208664      595285        20          17.0000           0.0000          -
31202.86/1576.04	c      1576       17388674          28        20          17.0000           0.0000          -
31301.88/1581.07	c      1581         798184      333800        20          17.0000           0.0000          -
31400.98/1586.11	c      1586       17494658          28        20          17.0000           0.0000          -
31502.17/1591.14	c      1591       17548763          27        20          17.0000           0.0000          -
31601.14/1596.18	c      1596       17603465          28        20          17.0000           0.0000          -
31703.49/1601.30	c      1601        1231328      604546        20          17.0000           0.0000          -
31802.58/1606.31	c      1606         812369      338353        20          17.0000           0.0000          -
31901.53/1611.34	c      1611       17766523          27        20          17.0000           0.0000          -
32002.62/1616.45	c      1616       17820299          29        20          17.0000           0.0000          -
32103.68/1621.51	c      1622         821420      341297        20          17.0000           0.0000          -
32202.69/1626.55	c      1627       18006776          28        20          17.0000           0.0000          -
32303.83/1631.60	c      1632         827384      343105        20          17.0000           0.0000          -
32402.76/1636.65	c      1637        1260877      615327        20          17.0000           0.0000          -
32501.81/1641.67	c      1642       18099788          30        20          17.0000           0.0000          -
32601.00/1646.68	c      1647       18157515          29        20          17.0000           0.0000          -
32703.88/1651.80	c      1652        1272376      619629        20          17.0000           0.0000          -
32803.11/1656.85	c      1657         839660      347876        20          17.0000           0.0000          -
32903.95/1661.90	c      1662        1277602      621560        20          17.0000           0.0000          -
33003.03/1666.93	c      1667       18375303          27        20          17.0000           0.0000          -
33102.02/1671.97	c      1672        1284406      624718        20          17.0000           0.0000          -
33203.86/1677.04	c      1677       18479810          30        20          17.0000           0.0000          -
33302.61/1682.05	c      1682       18533976          29        20          17.0000           0.0000          -
33401.83/1687.07	c      1687       18588969          30        20          17.0000           0.0000          -
33502.72/1692.16	c      1692       18642732          27        20          17.0000           0.0000          -
33603.12/1697.25	c      1697       18760949          28        20          17.0000           0.0000          -
33702.13/1702.27	c      1702       18747145          27        20          17.0000           0.0000          -
33803.12/1707.35	c      1707         871302      358182        20          17.0000           0.0000          -
33904.13/1712.40	c      1712         874146      359037        20          17.0000           0.0000          -
34003.13/1717.45	c      1717       18982857          32        20          17.0000           0.0000          -
34102.15/1722.48	c      1722       18948656          26        20          17.0000           0.0000          -
34203.19/1727.55	c      1728       18999125          28        20          17.0000           0.0000          -
34304.21/1732.60	c      1733        1329282      642267        20          17.0000           0.0000          -
34403.21/1737.65	c      1738         888977      363756        20          17.0000           0.0000          -
34502.22/1742.68	c      1743         892043      364789        20          17.0000           0.0000          -
34603.34/1747.74	c      1748       19207318          25        20          17.0000           0.0000          -
34702.47/1752.77	c      1753       19262559          29        20          17.0000           0.0000          -
34803.53/1757.82	c      1758       19317340          29        20          17.0000           0.0000          -
34902.48/1762.85	c      1763         905572      368741        20          17.0000           0.0000          -
35003.51/1767.95	c      1768       19520120          27        20          17.0000           0.0000          -
35102.48/1772.99	c      1773       19481413          28        20          17.0000           0.0000          -
35204.13/1778.04	c      1778       19532381          28        20          17.0000           0.0000          -
35303.29/1783.10	c      1783         914472      372094        20          17.0000           0.0000          -
35404.22/1788.13	c      1788       19629253          28        20          17.0000           0.0000          -
35504.74/1793.21	c      1793        1372199      659697        20          17.0000           0.0000          -
35603.83/1798.25	c      1798        1374738      660807        20          17.0000           0.0000          -
35703.08/1803.28	c      1803       19787428          29        20          17.0000           0.0000          -
35803.84/1808.35	c      1808       19964124          26        20          17.0000           0.0000          -
35904.94/1813.41	c      1813        1381552      663812        20          17.0000           0.0000          -
36003.82/1818.46	c      1818       20074113          28        20          17.0000           0.0000          -
36104.93/1823.50	c      1824       20128856          29        20          17.0000           0.0000          -
36203.96/1828.55	c      1829         940555      380751        20          17.0000           0.0000          -
36303.01/1833.58	c      1834         943222      381610        20          17.0000           0.0000          -
36404.07/1838.66	c      1839       20291186          27        20          17.0000           0.0000          -
36503.21/1843.66	c      1844        1398494      671666        20          17.0000           0.0000          -
36604.16/1848.75	c      1849       20271072          28        20          17.0000           0.0000          -
36705.18/1853.80	c      1854        1407791      675084        20          17.0000           0.0000          -
36804.34/1858.85	c      1859       20509396          26        20          17.0000           0.0000          -
36905.30/1863.90	c      1864       20564838          27        20          17.0000           0.0000          -
37004.31/1868.95	c      1869         963983      388264        20          17.0000           0.0000          -
37103.39/1873.97	c      1874       20547863          29        20          17.0000           0.0000          -
37202.62/1879.02	c      1879       20603402          31        20          17.0000           0.0000          -
37301.37/1884.03	c      1884       20658458          30        20          17.0000           0.0000          -
37403.09/1889.07	c      1889       20714139          30        20          17.0000           0.0000          -
37504.11/1894.16	c      1894       20768803          30        20          17.0000           0.0000          -
37604.53/1899.20	c      1899         981063      393502        20          17.0000           0.0000          -
37703.54/1904.27	c      1904       20880372          31        20          17.0000           0.0000          -
37804.64/1909.31	c      1909        1448390      690570        20          17.0000           0.0000          -
37903.69/1914.32	c      1914         989629      396519        20          17.0000           0.0000          -
38004.75/1919.41	c      1919       21049074          28        20          17.0000           0.0000          -
38103.70/1924.44	c      1924       21104889          31        20          17.0000           0.0000          -
38204.76/1929.56	c      1930         998678      399172        20          17.0000           0.0000          -
38305.70/1934.61	c      1935       21356360          28        20          17.0000           0.0000          -
38404.70/1939.62	c      1940       21279216          29        20          17.0000           0.0000          -
38505.72/1944.70	c      1945        1006385      401797        20          17.0000           0.0000          -
38604.67/1949.75	c      1950        1008367      402539        20          17.0000           0.0000          -
38705.80/1954.80	c      1955        1010861      403422        20          17.0000           0.0000          -
38805.01/1959.84	c      1960       21493527          32        20          17.0000           0.0000          -
38903.93/1964.86	c      1965       21550378          30        20          17.0000           0.0000          -
39002.99/1969.86	c      1970       21603118          29        20          17.0000           0.0000          -
39102.03/1974.89	c      1975        1021913      406771        20          17.0000           0.0000          -
39203.19/1979.91	c      1980       21707761          28        20          17.0000           0.0000          -
39302.13/1984.91	c      1985       21761205          28        20          17.0000           0.0000          -
39403.75/1990.07	c      1990        1027815      408782        20          17.0000           0.0000          -
39506.13/1995.21	c      1995       22033022          27        20          17.0000           0.0000          -
39605.17/2000.27	c      2000       21921289          29        20          17.0000           0.0000          -
39706.16/2005.31	c      2005        1496992      713558        20          17.0000           0.0000          -
39797.18/2010.03	c *    2010       22027680          29        20           8.0000           0.0000          -
39805.05/2010.36	c      2010       22199391          27        20           8.0000           0.0000          -
39906.05/2015.46	c      2015        1500806      624108        20           8.0000           0.0000          -
40009.10/2020.62	c      2021        1045685      359414        20           8.0000           0.0000          -
40110.16/2025.79	c      2026        1050465      360754        20           8.0000           0.0000          -
40211.07/2030.84	c      2031        1501210      624294        20           8.0000           0.0000          -
40310.08/2035.88	c      2036        1503221      624896        20           8.0000           0.0000          -
40411.05/2040.90	c      2041       22508722          28        20           8.0000           0.0000          -
40510.01/2045.98	c      2046       22561976          26        20           8.0000           0.0000          -
40608.93/2051.02	c      2051        1511947      628001        20           8.0000           0.0000          -
40710.54/2056.08	c      2056        1515726      629173        20           8.0000           0.0000          -
40809.40/2061.10	c      2061       22715079          26        20           8.0000           0.0000          -
40910.45/2066.18	c      2066       22767586          26        20           8.0000           0.0000          -
41010.82/2071.22	c      2071       22819401          27        20           8.0000           0.0000          -
41109.71/2076.28	c      2076       22677117          30        20           8.0000           0.0000          -
41210.79/2081.31	c      2081        1540180      637259        20           8.0000           0.0000          -
41309.86/2086.36	c      2086       22973304          27        20           8.0000           0.0000          -
41410.86/2091.43	c      2091       22841898          26        20           8.0000           0.0000          -
41509.82/2096.48	c      2096       23082827          25        20           8.0000           0.0000          -
41610.74/2101.51	c      2102        1551154      642082        20           8.0000           0.0000          -
41709.72/2106.53	c      2107        1121353      380744        20           8.0000           0.0000          -
41810.72/2111.63	c      2112        1127006      382059        20           8.0000           0.0000          -
41909.58/2116.68	c      2117       23105150          29        20           8.0000           0.0000          -
42010.59/2121.73	c      2122        1566628      647154        20           8.0000           0.0000          -
42109.79/2126.77	c      2127       23406947          25        20           8.0000           0.0000          -
42208.50/2131.79	c      2132       23458977          29        20           8.0000           0.0000          -
42309.41/2136.84	c      2137       23513622          26        20           8.0000           0.0000          -
42410.46/2141.91	c      2142       23567316          27        20           8.0000           0.0000          -
42509.44/2146.95	c      2147       23621494          27        20           8.0000           0.0000          -
42608.39/2152.00	c      2152        1602040      656520        20           8.0000           0.0000          -
42709.95/2157.08	c      2157       23533627          27        20           8.0000           0.0000          -
42808.89/2162.13	c      2162       23792023          28        20           8.0000           0.0000          -
42910.00/2167.18	c      2167        1616834      661003        20           8.0000           0.0000          -
43010.42/2172.20	c      2172       23903722          28        20           8.0000           0.0000          -
43109.74/2177.28	c      2177       23756067          29        20           8.0000           0.0000          -
43210.78/2182.33	c      2182        1186802      398226        20           8.0000           0.0000          -
43309.63/2187.34	c      2187       24072132          25        20           8.0000           0.0000          -
43408.56/2192.36	c      2192       24124630          27        20           8.0000           0.0000          -
43507.63/2197.37	c      2197       24180816          25        20           8.0000           0.0000          -
43610.61/2202.52	c      2203       24235470          25        20           8.0000           0.0000          -
43709.62/2207.53	c      2208       24290684          27        20           8.0000           0.0000          -
43810.76/2212.63	c      2213       24345897          26        20           8.0000           0.0000          -
43909.66/2217.67	c      2218       24402038          27        20           8.0000           0.0000          -
44010.51/2222.73	c      2223       24456981          24        20           8.0000           0.0000          -
44109.35/2227.78	c      2228       24305017          30        20           8.0000           0.0000          -
44210.55/2232.82	c      2233        1688866      680301        20           8.0000           0.0000          -
44309.38/2237.88	c      2238       24625106          29        20           8.0000           0.0000          -
44410.35/2242.93	c      2243        1703548      683301        20           8.0000           0.0000          -
44509.46/2247.98	c      2248       24748608          29        20           8.0000           0.0000          -
44610.86/2253.04	c      2253       24807974          29        20           8.0000           0.0000          -
44709.67/2258.06	c      2258       24864350          29        20           8.0000           0.0000          -
44808.99/2263.08	c      2263       24922903          28        20           8.0000           0.0000          -
44909.45/2268.14	c      2268       24981941          30        20           8.0000           0.0000          -
45009.89/2273.23	c      2273       25041780          29        20           8.0000           0.0000          -
45108.88/2278.28	c      2278        1757719      695222        20           8.0000           0.0000          -
45209.97/2283.34	c      2283       25159920          31        20           8.0000           0.0000          -
45308.74/2288.38	c      2288       25219067          30        20           8.0000           0.0000          -
45409.78/2293.43	c      2293       25277814          27        20           8.0000           0.0000          -
45508.64/2298.47	c      2298       25333756          28        20           8.0000           0.0000          -
45609.57/2303.53	c      2304       25391279          29        20           8.0000           0.0000          -
45708.78/2308.56	c      2309       25450213          29        20           8.0000           0.0000          -
45809.72/2313.64	c      2314       25244909          27        20           8.0000           0.0000          -
45908.65/2318.69	c      2319       25569656          30        20           8.0000           0.0000          -
46009.57/2323.74	c      2324        1801636      707158        20           8.0000           0.0000          -
46108.51/2328.75	c      2329       25691396          30        20           8.0000           0.0000          -
46209.41/2333.84	c      2334       25753022          28        20           8.0000           0.0000          -
46308.45/2338.87	c      2339       25812102          28        20           8.0000           0.0000          -
46409.45/2343.94	c      2344       25871274          29        20           8.0000           0.0000          -
46508.40/2348.95	c      2349       25931329          30        20           8.0000           0.0000          -
46607.56/2354.00	c      2354       25992237          28        20           8.0000           0.0000          -
46706.55/2359.01	c      2359       26052698          27        20           8.0000           0.0000          -
46808.19/2364.06	c      2364       26110537          28        20           8.0000           0.0000          -
46907.09/2369.11	c      2369        1856555      720984        20           8.0000           0.0000          -
47008.10/2374.19	c      2374       26227509          28        20           8.0000           0.0000          -
47108.55/2379.25	c      2379       26284667          30        20           8.0000           0.0000          -
47209.43/2384.33	c      2384        1418568      448478        20           8.0000           0.0000          -
47308.53/2389.38	c      2389        1428553      449993        20           8.0000           0.0000          -
47409.54/2394.43	c      2394       26464786          28        20           8.0000           0.0000          -
47508.48/2399.48	c      2399        1449939      452520        20           8.0000           0.0000          -
47609.52/2404.53	c      2405       26581671          29        20           8.0000           0.0000          -
47708.60/2409.58	c      2410       26640528          30        20           8.0000           0.0000          -
47809.45/2414.63	c      2415       26698683          29        20           8.0000           0.0000          -
47908.61/2419.66	c      2420       26756179          29        20           8.0000           0.0000          -
48009.47/2424.73	c      2425       26815669          29        20           8.0000           0.0000          -
48108.40/2429.78	c      2430       26874964          30        20           8.0000           0.0000          -
48209.40/2434.81	c      2435       26932538          30        20           8.0000           0.0000          -
48308.52/2439.85	c      2440        1915123      740199        20           8.0000           0.0000          -
48407.40/2444.86	c      2445       27050885          29        20           8.0000           0.0000          -
48506.40/2449.89	c      2450        1924880      743218        20           8.0000           0.0000          -
48607.21/2454.98	c      2455       27168310          30        20           8.0000           0.0000          -
48706.17/2460.02	c      2460        1933567      746088        20           8.0000           0.0000          -
48807.79/2465.13	c      2465        1588454      466845        20           8.0000           0.0000          -
48908.83/2470.19	c      2470       27337976          30        20           8.0000           0.0000          -
49008.99/2475.24	c      2475       27397647          29        20           8.0000           0.0000          -
49107.91/2480.25	c      2480       27455509          29        20           8.0000           0.0000          -
49206.79/2485.26	c      2485       27515156          28        20           8.0000           0.0000          -
49305.76/2490.30	c      2490        1622097      473207        20           8.0000           0.0000          -
49406.64/2495.34	c      2495       27633696          30        20           8.0000           0.0000          -
49507.62/2500.40	c      2500       27692700          28        20           8.0000           0.0000          -
49606.49/2505.41	c      2505       27749482          30        20           8.0000           0.0000          -
49707.44/2510.51	c      2511       27807766          30        20           8.0000           0.0000          -
49806.29/2515.56	c      2516        1662962      478256        20           8.0000           0.0000          -
49905.48/2520.59	c      2521       27926949          29        20           8.0000           0.0000          -
50006.17/2525.63	c      2526       27986857          29        20           8.0000           0.0000          -
50107.07/2530.75	c      2531        2013563      769254        20           8.0000           0.0000          -
50208.06/2535.81	c      2536       28102272          30        20           8.0000           0.0000          -
50306.67/2540.82	c      2541       28158990          30        20           8.0000           0.0000          -
50407.60/2545.90	c      2546        2035623      774275        20           8.0000           0.0000          -
50506.65/2550.99	c      2551       28273520          30        20           8.0000           0.0000          -
50605.76/2556.01	c      2556       28331085          29        20           8.0000           0.0000          -
50707.24/2561.06	c      2561       28389839          29        20           8.0000           0.0000          -
50806.34/2566.09	c      2566       28449425          29        20           8.0000           0.0000          -
50907.49/2571.14	c      2571       28508038          28        20           8.0000           0.0000          -
51007.88/2576.25	c      2576        2075823      784481        20           8.0000           0.0000          -
51107.05/2581.29	c      2581       28628043          31        20           8.0000           0.0000          -
51207.96/2586.32	c      2586       28687018          30        20           8.0000           0.0000          -
51307.06/2591.35	c      2591        2097248      790076        20           8.0000           0.0000          -
51408.12/2596.43	c      2596       28801368          30        20           8.0000           0.0000          -
51507.20/2601.44	c      2601       28861431          31        20           8.0000           0.0000          -
51606.02/2606.49	c      2606       28922641          29        20           8.0000           0.0000          -
51706.69/2611.60	c      2612       28981460          29        20           8.0000           0.0000          -
51807.65/2616.63	c      2617       29040972          29        20           8.0000           0.0000          -
51906.71/2621.69	c      2622       29100983          30        20           8.0000           0.0000          -
52007.63/2626.75	c      2627       29163565          30        20           8.0000           0.0000          -
52108.60/2631.80	c      2632       29224945          30        20           8.0000           0.0000          -
52207.68/2636.85	c      2637       29283615          26        20           8.0000           0.0000          -
52308.55/2641.90	c      2642       29341750          29        20           8.0000           0.0000          -
52407.53/2646.93	c      2647       29399361          30        20           8.0000           0.0000          -
52506.54/2651.99	c      2652       29456594          29        20           8.0000           0.0000          -
52608.17/2657.04	c      2657       29513986          29        20           8.0000           0.0000          -
52707.24/2662.09	c      2662       29572639          30        20           8.0000           0.0000          -
52808.22/2667.15	c      2667       29631807          28        20           8.0000           0.0000          -
52908.91/2672.21	c      2672       29687570          29        20           8.0000           0.0000          -
53007.70/2677.21	c      2677       29743809          28        20           8.0000           0.0000          -
53106.73/2682.23	c      2682        2033321      511669        20           8.0000           0.0000          -
53205.73/2687.29	c      2687        2243985      823199        20           8.0000           0.0000          -
53306.66/2692.33	c      2692       29911690          29        20           8.0000           0.0000          -
53407.66/2697.45	c      2697       29971281          28        20           8.0000           0.0000          -
53506.63/2702.49	c      2702       30031746          28        20           8.0000           0.0000          -
53607.68/2707.54	c      2708       30092553          29        20           8.0000           0.0000          -
53706.74/2712.60	c      2713       30152110          28        20           8.0000           0.0000          -
53807.59/2717.64	c      2718        2290750      832750        20           8.0000           0.0000          -
53908.53/2722.70	c      2723       30267963          27        20           8.0000           0.0000          -
54007.48/2727.75	c      2728       30326153          29        20           8.0000           0.0000          -
54106.53/2732.76	c      2733       30386330          28        20           8.0000           0.0000          -
54207.34/2737.80	c      2738       30444564          29        20           8.0000           0.0000          -
54306.27/2742.82	c      2743       30504255          28        20           8.0000           0.0000          -
54405.33/2747.85	c      2748       30561256          29        20           8.0000           0.0000          -
54506.28/2752.95	c      2753       30615412          29        20           8.0000           0.0000          -
54607.77/2758.04	c      2758       30670854          29        20           8.0000           0.0000          -
54706.70/2763.09	c      2763       30727197          28        20           8.0000           0.0000          -
54805.62/2768.11	c      2768       30783309          28        20           8.0000           0.0000          -
54906.85/2773.16	c      2773       30838336          29        20           8.0000           0.0000          -
55007.08/2778.20	c      2778       30893459          28        20           8.0000           0.0000          -
55106.08/2783.23	c      2783       30951333          28        20           8.0000           0.0000          -
55205.10/2788.28	c      2788       31009475          28        20           8.0000           0.0000          -
55305.97/2793.33	c      2793       31067314          27        20           8.0000           0.0000          -
55405.20/2798.36	c      2798        2418387      857225        20           8.0000           0.0000          -
55506.05/2803.40	c      2803       31180985          28        20           8.0000           0.0000          -
55604.93/2808.45	c      2808       31239210          29        20           8.0000           0.0000          -
55703.91/2813.49	c      2813        2444315      862168        20           8.0000           0.0000          -
55804.68/2818.55	c      2819       31354215          30        20           8.0000           0.0000          -
55905.75/2823.60	c      2824       31411574          29        20           8.0000           0.0000          -
56004.52/2828.60	c      2829       31469291          27        20           8.0000           0.0000          -
56103.46/2833.66	c      2834        2485334      868271        20           8.0000           0.0000          -
56204.10/2838.79	c      2839       31575767          30        20           8.0000           0.0000          -
56306.96/2843.93	c      2844       31631128          27        20           8.0000           0.0000          -
56405.88/2848.96	c      2849       31686913          28        20           8.0000           0.0000          -
56504.89/2854.02	c      2854       31743580          29        20           8.0000           0.0000          -
56606.02/2859.07	c      2859       31800323          29        20           8.0000           0.0000          -
56705.13/2864.12	c      2864       31857938          28        20           8.0000           0.0000          -
56806.21/2869.16	c      2869       31914925          27        20           8.0000           0.0000          -
56906.58/2874.22	c      2874       31969534          28        20           8.0000           0.0000          -
57005.63/2879.26	c      2879       32022378          30        20           8.0000           0.0000          -
57106.57/2884.31	c      2884       32075220          28        20           8.0000           0.0000          -
57205.57/2889.32	c      2889        2557409      884615        20           8.0000           0.0000          -
57304.70/2894.37	c      2894       32182558          28        20           8.0000           0.0000          -
57403.55/2899.39	c      2899        2612556      539446        20           8.0000           0.0000          -
57504.57/2904.42	c      2904        2631197      540044        20           8.0000           0.0000          -
57603.54/2909.44	c      2909        2648356      539989        20           8.0000           0.0000          -
57704.45/2914.52	c      2915        2665207      540152        20           8.0000           0.0000          -
57805.33/2919.62	c      2920        2681934      540410        20           8.0000           0.0000          -
57904.36/2924.70	c      2925        2697146      540564        20           8.0000           0.0000          -
58005.25/2929.72	c      2930        2712660      540450        20           8.0000           0.0000          -
58106.06/2934.82	c      2935        2730593      540076        20           8.0000           0.0000          -
58204.87/2939.86	c      2940        2748821      539999        20           8.0000           0.0000          -
58305.74/2944.90	c      2945        2765309      539929        20           8.0000           0.0000          -
58404.64/2949.97	c      2950        2634324      902794        20           8.0000           0.0000          -
58503.65/2955.00	c      2955        2795478      540701        20           8.0000           0.0000          -
58605.06/2960.06	c      2960        2812383      540878        20           8.0000           0.0000          -
58703.88/2965.11	c      2965        2830279      540843        20           8.0000           0.0000          -
58804.87/2970.17	c      2970       32992956          26        20           8.0000           0.0000          -
58903.59/2975.18	c      2975       33046410          29        20           8.0000           0.0000          -
59003.96/2980.23	c      2980       33100094          29        20           8.0000           0.0000          -
59105.08/2985.32	c      2985       33153250          27        20           8.0000           0.0000          -
59203.96/2990.36	c      2990       33204998          29        20           8.0000           0.0000          -
59304.79/2995.42	c      2995       33256973          28        20           8.0000           0.0000          -
59403.68/3000.47	c      3000       33311240          29        20           8.0000           0.0000          -
59504.75/3005.52	c      3006       33364609          30        20           8.0000           0.0000          -
59603.70/3010.56	c      3011       33417636          28        20           8.0000           0.0000          -
59702.53/3015.59	c      3016       33470805          27        20           8.0000           0.0000          -
59803.39/3020.67	c      3021        2727463      925415        20           8.0000           0.0000          -
59904.21/3025.71	c      3026       33579676          29        20           8.0000           0.0000          -
60003.26/3030.75	c      3031       33634932          29        20           8.0000           0.0000          -
60104.15/3035.82	c      3036        2756274      930525        20           8.0000           0.0000          -
60203.04/3040.84	c      3041       33744438          29        20           8.0000           0.0000          -
60303.88/3045.92	c      3046       33799752          29        20           8.0000           0.0000          -
60402.89/3050.98	c      3051       33855425          27        20           8.0000           0.0000          -
60501.71/3056.01	c      3056       33909300          30        20           8.0000           0.0000          -
60602.94/3061.07	c      3061       33964788          28        20           8.0000           0.0000          -
60704.07/3066.13	c      3066        2803675      939977        20           8.0000           0.0000          -
60803.15/3071.16	c      3071       34076582          28        20           8.0000           0.0000          -
60901.88/3076.18	c      3076       34132107          29        20           8.0000           0.0000          -
61002.11/3081.22	c      3081       34189708          26        20           8.0000           0.0000          -
61102.95/3086.32	c      3086       34246761          29        20           8.0000           0.0000          -
61201.87/3091.37	c      3091       34303210          30        20           8.0000           0.0000          -
61300.86/3096.38	c      3096        3279322      542523        20           8.0000           0.0000          -
61401.75/3101.45	c      3101       34415717          29        20           8.0000           0.0000          -
61502.94/3106.52	c      3107       34472020          28        20           8.0000           0.0000          -
61601.80/3111.55	c      3112       34528046          28        20           8.0000           0.0000          -
61702.74/3116.62	c      3117       34584134          28        20           8.0000           0.0000          -
61801.71/3121.68	c      3122        2901922      957933        20           8.0000           0.0000          -
61902.68/3126.73	c      3127       34695867          31        20           8.0000           0.0000          -
62001.69/3131.77	c      3132        2915705      961212        20           8.0000           0.0000          -
62100.75/3136.79	c      3137       34809466          27        20           8.0000           0.0000          -
62201.63/3141.88	c      3142        2926308      964086        20           8.0000           0.0000          -
62302.44/3146.93	c      3147       34924661          32        20           8.0000           0.0000          -
62401.43/3151.93	c      3152       34981972          27        20           8.0000           0.0000          -
62500.37/3157.02	c      3157        2946992      968899        20           8.0000           0.0000          -
62601.85/3162.07	c      3162       35097604          29        20           8.0000           0.0000          -
62702.58/3167.12	c      3167       35156206          29        20           8.0000           0.0000          -
62801.54/3172.18	c      3172       35215112          28        20           8.0000           0.0000          -
62901.94/3177.22	c      3177        2977976      975562        20           8.0000           0.0000          -
63000.99/3182.26	c      3182       35330742          28        20           8.0000           0.0000          -
63099.74/3187.26	c      3187        2988252      978243        20           8.0000           0.0000          -
63200.65/3192.31	c      3192       35447353          26        20           8.0000           0.0000          -
63299.57/3197.34	c      3197        3003170      981613        20           8.0000           0.0000          -
63400.48/3202.48	c      3202       35554686          29        20           8.0000           0.0000          -
63501.40/3207.52	c      3208       35610051          30        20           8.0000           0.0000          -
63600.26/3212.58	c      3213       35664921          26        20           8.0000           0.0000          -
63701.22/3217.63	c      3218       35718999          26        20           8.0000           0.0000          -
63800.13/3222.67	c      3223       35774773          30        20           8.0000           0.0000          -
63901.12/3227.73	c      3228       35830942          28        20           8.0000           0.0000          -
63999.93/3232.77	c      3233       35887253          27        20           8.0000           0.0000          -
64100.77/3237.81	c      3238       35944662          28        20           8.0000           0.0000          -
64199.80/3242.87	c      3243       36000927          29        20           8.0000           0.0000          -
64300.70/3247.93	c      3248       36059912          26        20           8.0000           0.0000          -
64399.67/3252.97	c      3253       36113434          27        20           8.0000           0.0000          -
64498.40/3257.99	c      3258       36169204          31        20           8.0000           0.0000          -
64599.92/3263.06	c      3263       36225557          30        20           8.0000           0.0000          -
64698.84/3268.09	c      3268       36280964          29        20           8.0000           0.0000          -
64799.62/3273.17	c      3273       36335945          28        20           8.0000           0.0000          -
64899.97/3278.24	c      3278       36391231          28        20           8.0000           0.0000          -
64998.82/3283.29	c      3283       36445599          28        20           8.0000           0.0000          -
65099.82/3288.35	c      3288       36499007          28        20           8.0000           0.0000          -
65198.80/3293.36	c      3293       36552933          30        20           8.0000           0.0000          -
65299.78/3298.45	c      3298        3171902     1013546        20           8.0000           0.0000          -
65398.70/3303.49	c      3304       36665732          26        20           8.0000           0.0000          -
65499.65/3308.54	c      3309       36720566          25        20           8.0000           0.0000          -
65600.52/3313.60	c      3314       36774768          29        20           8.0000           0.0000          -
65699.47/3318.65	c      3319       36828498          29        20           8.0000           0.0000          -
65798.33/3323.69	c      3324       36885083          29        20           8.0000           0.0000          -
65899.27/3328.74	c      3329       36940901          28        20           8.0000           0.0000          -
66000.19/3333.80	c      3334       36998822          31        20           8.0000           0.0000          -
66099.11/3338.84	c      3339       37058193          28        20           8.0000           0.0000          -
66198.16/3343.90	c      3344       37118247          28        20           8.0000           0.0000          -
66298.90/3348.95	c      3349       37175059          26        20           8.0000           0.0000          -
66397.74/3353.98	c      3354       36194879          29        20           8.0000           0.0000          -
66499.04/3359.04	c      3359       36250054          30        20           8.0000           0.0000          -
66597.99/3364.09	c      3364        3281919     1033531        20           8.0000           0.0000          -
66698.94/3369.15	c      3369       36361876          31        20           8.0000           0.0000          -
66797.73/3374.19	c      3374        3300894     1036613        20           8.0000           0.0000          -
66898.09/3379.25	c      3379       36469698          31        20           8.0000           0.0000          -
66998.98/3384.30	c      3384       36522459          32        20           8.0000           0.0000          -
67097.80/3389.31	c      3389       36574153          29        20           8.0000           0.0000          -
67196.72/3394.34	c      3394       36626726          29        20           8.0000           0.0000          -
67295.61/3399.40	c      3399       36679571          27        20           8.0000           0.0000          -
67396.67/3404.42	c      3404       36732400          29        20           8.0000           0.0000          -
67495.46/3409.44	c      3409        3385371     1049219        20           8.0000           0.0000          -
67598.32/3414.60	c      3415       36834386          30        20           8.0000           0.0000          -
67697.29/3419.65	c      3420       36886203          31        20           8.0000           0.0000          -
67798.06/3424.70	c      3425       36940089          28        20           8.0000           0.0000          -
67897.05/3429.74	c      3430       36991236          31        20           8.0000           0.0000          -
67996.01/3434.80	c      3435       37040869          32        20           8.0000           0.0000          -
68097.04/3439.85	c      3440       37094297          31        20           8.0000           0.0000          -
68195.80/3444.86	c      3445       37144935          31        20           8.0000           0.0000          -
68294.79/3449.88	c      3450       37197531          30        20           8.0000           0.0000          -
68395.55/3454.93	c      3455       37251613          31        20           8.0000           0.0000          -
68496.98/3460.05	c      3460       37304200          30        20           8.0000           0.0000          -
68595.94/3465.09	c      3465       37355133          28        20           8.0000           0.0000          -
68696.95/3470.15	c      3470       37405621          31        20           8.0000           0.0000          -
68795.92/3475.18	c      3475       37455434          29        20           8.0000           0.0000          -
68896.01/3480.23	c      3480       37504348          26        20           8.0000           0.0000          -
68994.88/3485.29	c      3485       37557452          30        20           8.0000           0.0000          -
69095.72/3490.35	c      3490       37609815          30        20           8.0000           0.0000          -
69196.62/3495.40	c      3495       37660343          29        20           8.0000           0.0000          -
69295.73/3500.45	c      3500        3635579     1079996        20           8.0000           0.0000          -
69396.67/3505.50	c      3506       37757829          29        20           8.0000           0.0000          -
69495.57/3510.55	c      3511       37808136          29        20           8.0000           0.0000          -
69596.68/3515.61	c      3516       37859507          28        20           8.0000           0.0000          -
69695.68/3520.66	c      3521       37911184          30        20           8.0000           0.0000          -
69796.34/3525.70	c      3526        4682051      546754        20           8.0000           0.0000          -
69895.30/3530.76	c      3531       38015952          29        20           8.0000           0.0000          -
69996.30/3535.81	c      3536       38066348          30        20           8.0000           0.0000          -
70095.05/3540.83	c      3541       38116419          29        20           8.0000           0.0000          -
70194.04/3545.85	c      3546        3738066     1093724        20           8.0000           0.0000          -
70292.85/3550.85	c      3551       38221044          30        20           8.0000           0.0000          -
70391.88/3555.90	c      3556       38274738          30        20           8.0000           0.0000          -
70492.61/3561.00	c      3561       38328416          30        20           8.0000           0.0000          -
70594.11/3566.05	c      3566       38380245          33        20           8.0000           0.0000          -
70692.85/3571.12	c      3571       38432323          30        20           8.0000           0.0000          -
70793.76/3576.19	c      3576        3809748     1103190        20           8.0000           0.0000          -
70894.22/3581.25	c      3581       38536648          29        20           8.0000           0.0000          -
70995.05/3586.31	c      3586       38590438          31        20           8.0000           0.0000          -
71093.97/3591.35	c      3591        3852821     1107128        20           8.0000           0.0000          -
71194.95/3596.41	c      3596        3867358     1108623        20           8.0000           0.0000          -
71293.87/3601.45	c      3601       38753039          29        20           8.0000           0.0000          -
71392.90/3606.46	c      3606       38810342          30        20           8.0000           0.0000          -
71494.00/3611.51	c      3612        3896057     1112903        20           8.0000           0.0000          -
71593.15/3616.59	c      3617        3904881     1114673        20           8.0000           0.0000          -
71694.11/3621.63	c      3622        3920081     1116906        20           8.0000           0.0000          -
71795.24/3626.70	c      3627        5001716      543477        20           8.0000           0.0000          -
71894.30/3631.76	c      3632       39092467          30        20           8.0000           0.0000          -
71993.32/3636.80	c      3637       39151527          31        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: 191670 MiB (187006 MiB free)
  memory of node 1: 193494 MiB (188033 MiB free)
  memory of node 2: 193531 MiB (193049 MiB free)
  memory of node 3: 193531 MiB (191636 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-4465247-1722450812/watcher-4465247-1722450812 -o /tmp/evaluation-result-4465247-1722450812/solver-4465247-1722450812 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59013 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465247-1722450812.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.10094 s]*
/proc/loadavg: 78.12 79.63 79.91 71/1024 69503
/proc/meminfo: memFree=777816016/790760804 swapFree=131071996/131071996
[pid=69460] ppid=69457 vsize=1671572 memory=166868 CPUtime=0.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/stat : 69460 (fscip) S 69457 69460 59001 0 -1 1077936128 37955 0 0 0 73 19 0 0 20 0 41 0 11664346 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 17 74 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
/proc/69460/statm: 417893 41717 2950 3035 0 132627 0
[pid=69460/tid=69462] ppid=69457 vsize=1671572 memory=8390339637985935414 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69462/stat : 69462 (fscip) R 69457 69460 59001 0 -1 4194368 1788 0 0 0 4 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69463] ppid=69457 vsize=1671572 memory=25138 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69463/stat : 69463 (fscip) R 69457 69460 59001 0 -1 4194368 1755 0 0 0 3 1 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69464] ppid=69457 vsize=1671572 memory=54117410275792 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69464/stat : 69464 (fscip) R 69457 69460 59001 0 -1 4194368 1881 0 0 0 3 1 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69465] ppid=69457 vsize=1671572 memory=61818303414854 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69465/stat : 69465 (fscip) R 69457 69460 59001 0 -1 4194368 1798 0 0 0 4 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69466] ppid=69457 vsize=1671572 memory=57385930719929 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69466/stat : 69466 (fscip) R 69457 69460 59001 0 -1 4194368 1774 0 0 0 3 1 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69467] ppid=69457 vsize=1671572 memory=54096019325846 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69467/stat : 69467 (fscip) R 69457 69460 59001 0 -1 4194368 1845 0 0 0 3 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69468] ppid=69457 vsize=1671572 memory=14136632274060740 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69468/stat : 69468 (fscip) R 69457 69460 59001 0 -1 4194368 1810 0 0 0 4 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69469] ppid=69457 vsize=1671572 memory=16098169624726090 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69469/stat : 69469 (fscip) R 69457 69460 59001 0 -1 4194368 1734 0 0 0 3 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69470] ppid=69457 vsize=1671572 memory=21199 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69470/stat : 69470 (fscip) R 69457 69460 59001 0 -1 1077936192 1735 0 0 0 3 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69471] ppid=69457 vsize=1671572 memory=112253 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69471/stat : 69471 (fscip) R 69457 69460 59001 0 -1 4194368 1791 0 0 0 4 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69472] ppid=69457 vsize=1671572 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69472/stat : 69472 (fscip) R 69457 69460 59001 0 -1 4194368 1872 0 0 0 3 1 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69473] ppid=69457 vsize=1671572 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69473/stat : 69473 (fscip) R 69457 69460 59001 0 -1 4194368 1880 0 0 0 3 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69474] ppid=69457 vsize=1671572 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69474/stat : 69474 (fscip) R 69457 69460 59001 0 -1 4194368 1810 0 0 0 3 1 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69475] ppid=69457 vsize=1671572 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69475/stat : 69475 (fscip) R 69457 69460 59001 0 -1 4194368 1747 0 0 0 3 1 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69476] ppid=69457 vsize=1671572 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69476/stat : 69476 (fscip) R 69457 69460 59001 0 -1 4194368 1772 0 0 0 3 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69477] ppid=69457 vsize=1671572 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69477/stat : 69477 (fscip) R 69457 69460 59001 0 -1 1077936192 1782 0 0 0 3 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69478] ppid=69457 vsize=1671572 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69478/stat : 69478 (fscip) R 69457 69460 59001 0 -1 4194368 1749 0 0 0 3 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69479] ppid=69457 vsize=1671572 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69479/stat : 69479 (fscip) R 69457 69460 59001 0 -1 4194368 1725 0 0 0 2 1 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69480] ppid=69457 vsize=1671572 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69480/stat : 69480 (fscip) R 69457 69460 59001 0 -1 4194368 1797 0 0 0 3 1 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69481] ppid=69457 vsize=1671572 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69481/stat : 69481 (fscip) R 69457 69460 59001 0 -1 4194368 2176 0 0 0 3 0 0 0 20 0 41 0 11664347 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69482] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69482/stat : 69482 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69483] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69483/stat : 69483 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69484] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69484/stat : 69484 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69485] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69485/stat : 69485 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69486] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69486/stat : 69486 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69487] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69487/stat : 69487 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69488] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69488/stat : 69488 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69489] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69489/stat : 69489 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69491] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69491/stat : 69491 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69490] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69490/stat : 69490 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41717 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69492] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69492/stat : 69492 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41783 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69493] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69493/stat : 69493 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41783 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69494] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69494/stat : 69494 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41783 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69495] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69495/stat : 69495 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41783 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69496] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69496/stat : 69496 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41849 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69497] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69497/stat : 69497 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41849 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69498] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69498/stat : 69498 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41915 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69499] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69499/stat : 69499 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41915 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69500] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69500/stat : 69500 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41915 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69501] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69501/stat : 69501 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 41915 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 1671572 KiB
Current children cumulated memory: 166868 KiB

[startup+0.223812 s]*
/proc/loadavg: 78.12 79.63 79.91 82/1024 69503
/proc/meminfo: memFree=777727508/790760804 swapFree=131071996/131071996
[pid=69460] ppid=69457 vsize=1671572 memory=282448 CPUtime=3.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/stat : 69460 (fscip) S 69457 69460 59001 0 -1 1077936128 66952 0 0 0 325 26 0 0 20 0 41 0 11664346 1711689728 70612 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
/proc/69460/statm: 417893 70612 2950 3035 0 159714 0
[pid=69460/tid=69462] ppid=69457 vsize=1671572 memory=8318255677412212789 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69462/stat : 69462 (fscip) R 69457 69460 59001 0 -1 4194368 4625 0 0 0 16 0 0 0 20 0 41 0 11664347 1711689728 70612 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69463] ppid=69457 vsize=1671572 memory=241407623510 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69463/stat : 69463 (fscip) R 69457 69460 59001 0 -1 1077936192 2780 0 0 0 15 1 0 0 20 0 41 0 11664347 1711689728 70612 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69464] ppid=69457 vsize=1671572 memory=60710185099761 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69464/stat : 69464 (fscip) R 69457 69460 59001 0 -1 4194368 2048 0 0 0 16 1 0 0 20 0 41 0 11664347 1711689728 70678 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69465] ppid=69457 vsize=1671572 memory=58519768556253 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69465/stat : 69465 (fscip) R 69457 69460 59001 0 -1 4194368 4679 0 0 0 16 1 0 0 20 0 41 0 11664347 1711689728 70678 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69466] ppid=69457 vsize=1671572 memory=52987884233667 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69466/stat : 69466 (fscip) R 69457 69460 59001 0 -1 4194368 2936 0 0 0 16 1 0 0 20 0 41 0 11664347 1711689728 70678 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69467] ppid=69457 vsize=1671572 memory=60718842181943 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69467/stat : 69467 (fscip) R 69457 69460 59001 0 -1 4194368 2046 0 0 0 16 0 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69468] ppid=69457 vsize=1671572 memory=16105857599488199 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69468/stat : 69468 (fscip) R 69457 69460 59001 0 -1 4194368 5042 0 0 0 16 1 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69469] ppid=69457 vsize=1671572 memory=13564894834331972 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69469/stat : 69469 (fscip) R 69457 69460 59001 0 -1 4194368 2923 0 0 0 16 1 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69470] ppid=69457 vsize=1671572 memory=145422 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69470/stat : 69470 (fscip) R 69457 69460 59001 0 -1 4194368 2151 0 0 0 15 0 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69471] ppid=69457 vsize=1671572 memory=182235 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69471/stat : 69471 (fscip) R 69457 69460 59001 0 -1 4194368 4340 0 0 0 16 1 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69472] ppid=69457 vsize=1671572 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69472/stat : 69472 (fscip) R 69457 69460 59001 0 -1 4194368 2787 0 0 0 15 1 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69473] ppid=69457 vsize=1671572 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69473/stat : 69473 (fscip) R 69457 69460 59001 0 -1 4194368 2144 0 0 0 16 0 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69474] ppid=69457 vsize=1671572 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69474/stat : 69474 (fscip) R 69457 69460 59001 0 -1 4194368 4974 0 0 0 16 2 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69475] ppid=69457 vsize=1671572 memory=0 CPUtime=0.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69475/stat : 69475 (fscip) R 69457 69460 59001 0 -1 4194368 2741 0 0 0 13 1 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69476] ppid=69457 vsize=1671572 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69476/stat : 69476 (fscip) R 69457 69460 59001 0 -1 4194368 2142 0 0 0 16 0 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69477] ppid=69457 vsize=1671572 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69477/stat : 69477 (fscip) R 69457 69460 59001 0 -1 4194368 4636 0 0 0 15 1 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69478] ppid=69457 vsize=1671572 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69478/stat : 69478 (fscip) R 69457 69460 59001 0 -1 4194368 2797 0 0 0 16 1 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69479] ppid=69457 vsize=1671572 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69479/stat : 69479 (fscip) R 69457 69460 59001 0 -1 4194368 1929 0 0 0 15 1 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69480] ppid=69457 vsize=1671572 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69480/stat : 69480 (fscip) R 69457 69460 59001 0 -1 4194368 4657 0 0 0 15 1 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69481] ppid=69457 vsize=1671572 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69481/stat : 69481 (fscip) R 69457 69460 59001 0 -1 4194368 2855 0 0 0 17 1 0 0 20 0 41 0 11664347 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69482] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69482/stat : 69482 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70744 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69483] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69483/stat : 69483 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69484] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69484/stat : 69484 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69485] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69485/stat : 69485 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69486] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69486/stat : 69486 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69487] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69487/stat : 69487 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69488] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69488/stat : 69488 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69489] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69489/stat : 69489 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69491] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69491/stat : 69491 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69490] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69490/stat : 69490 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69492] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69492/stat : 69492 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69493] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69493/stat : 69493 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69494] ppid=69457 vsize=1671572 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69494/stat : 69494 (fscip) S 69457 69460 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11664351 1711689728 70810 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0

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

/proc/69460/task/69488/stat : 69488 (fscip) S 69457 69460 59001 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69489] ppid=69457 vsize=26019368 memory=36300 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69489/stat : 69489 (fscip) S 69457 69460 59001 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69491] ppid=69457 vsize=26019368 memory=24571156 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69491/stat : 69491 (fscip) S 69457 69460 59001 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69490] ppid=69457 vsize=26019368 memory=3776 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69490/stat : 69490 (fscip) S 69457 69460 59001 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69492] ppid=69457 vsize=26019368 memory=40456 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69492/stat : 69492 (fscip) S 69457 69460 59001 0 -1 1077936192 67 0 0 0 0 2 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69493] ppid=69457 vsize=26019368 memory=11440 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69493/stat : 69493 (fscip) S 69457 69460 59001 0 -1 1077936192 62 0 0 0 0 2 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69494] ppid=69457 vsize=26019368 memory=24564484 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69494/stat : 69494 (fscip) S 69457 69460 59001 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69495] ppid=69457 vsize=26019368 memory=24570400 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69495/stat : 69495 (fscip) S 69457 69460 59001 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69496] ppid=69457 vsize=26019368 memory=24581032 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69496/stat : 69496 (fscip) S 69457 69460 59001 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69497] ppid=69457 vsize=26019368 memory=104 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69497/stat : 69497 (fscip) S 69457 69460 59001 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69498] ppid=69457 vsize=26019368 memory=25932 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69498/stat : 69498 (fscip) S 69457 69460 59001 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69499] ppid=69457 vsize=26019368 memory=24572660 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69499/stat : 69499 (fscip) S 69457 69460 59001 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69500] ppid=69457 vsize=26019368 memory=28648 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69500/stat : 69500 (fscip) S 69457 69460 59001 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69501] ppid=69457 vsize=26019368 memory=32752 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69501/stat : 69501 (fscip) S 69457 69460 59001 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 11664351 26643832832 6145475 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
Current children cumulated CPU time: 70915.9 s
Current children cumulated vsize: 26019368 KiB
Current children cumulated memory: 24581900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.13 s]
/proc/loadavg: 30.27 38.17 49.40 21/885 71458
/proc/meminfo: memFree=761855108/790760804 swapFree=131071996/131071996
[pid=69460] ppid=69457 vsize=26151208 memory=24712968 CPUtime=72001.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/stat : 69460 (fscip) S 69457 69460 59001 0 -1 1077936128 86938489 0 0 0 7138616 61554 0 0 20 0 41 0 11664346 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
/proc/69460/statm: 6537802 6178242 3334 3035 0 6424763 0
[pid=69460/tid=69462] ppid=69457 vsize=26151208 memory=596863015329494 CPUtime=3596.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69462/stat : 69462 (fscip) R 69457 69460 59001 0 -1 4194368 7772627 0 0 0 357563 2084 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69463] ppid=69457 vsize=26151208 memory=280614507307904 CPUtime=3602.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69463/stat : 69463 (fscip) R 69457 69460 59001 0 -1 4194368 5178381 0 0 0 358173 2052 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69464] ppid=69457 vsize=26151208 memory=4856638992489083016 CPUtime=3598.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69464/stat : 69464 (fscip) R 69457 69460 59001 0 -1 4194368 201084 0 0 0 354415 5427 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69465] ppid=69457 vsize=26151208 memory=31316 CPUtime=3600.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69465/stat : 69465 (fscip) R 69457 69460 59001 0 -1 4194368 6787344 0 0 0 357907 2166 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69466] ppid=69457 vsize=26151208 memory=0 CPUtime=3599.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69466/stat : 69466 (fscip) R 69457 69460 59001 0 -1 4194368 5095698 0 0 0 357625 2307 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69467] ppid=69457 vsize=26151208 memory=25333125866717268 CPUtime=3598.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69467/stat : 69467 (fscip) R 69457 69460 59001 0 -1 4194368 194467 0 0 0 354376 5462 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69468] ppid=69457 vsize=26151208 memory=16325789170925620 CPUtime=3600.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69468/stat : 69468 (fscip) R 69457 69460 59001 0 -1 4194368 6408345 0 0 0 358329 1723 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69469] ppid=69457 vsize=26151208 memory=0 CPUtime=3604.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69469/stat : 69469 (fscip) R 69457 69460 59001 0 -1 4194368 5174701 0 0 0 358747 1681 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69470] ppid=69457 vsize=26151208 memory=25333125866717268 CPUtime=3598.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69470/stat : 69470 (fscip) R 69457 69460 59001 0 -1 4194368 202869 0 0 0 354451 5399 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69471] ppid=69457 vsize=26151208 memory=5512 CPUtime=3602.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69471/stat : 69471 (fscip) R 69457 69460 59001 0 -1 4194368 6676101 0 0 0 358240 1966 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69472] ppid=69457 vsize=26151208 memory=2316 CPUtime=3602.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69472/stat : 69472 (fscip) R 69457 69460 59001 0 -1 4194368 5386062 0 0 0 357864 2384 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69473] ppid=69457 vsize=26151208 memory=25333125866717268 CPUtime=3595.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69473/stat : 69473 (fscip) R 69457 69460 59001 0 -1 4194368 187716 0 0 0 354017 5549 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69474] ppid=69457 vsize=26151208 memory=61836 CPUtime=3600.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69474/stat : 69474 (fscip) R 69457 69460 59001 0 -1 4194368 6809060 0 0 0 358110 1954 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69475] ppid=69457 vsize=26151208 memory=280614508759184 CPUtime=3603.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69475/stat : 69475 (fscip) R 69457 69460 59001 0 -1 4194368 5300741 0 0 0 358487 1901 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69476] ppid=69457 vsize=26151208 memory=280614507895328 CPUtime=3594.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69476/stat : 69476 (fscip) R 69457 69460 59001 0 -1 1077936192 204898 0 0 0 354305 5180 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69477] ppid=69457 vsize=26151208 memory=15776 CPUtime=3597.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69477/stat : 69477 (fscip) R 69457 69460 59001 0 -1 4194368 6925361 0 0 0 357654 2113 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69478] ppid=69457 vsize=26151208 memory=2316 CPUtime=3600.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69478/stat : 69478 (fscip) R 69457 69460 59001 0 -1 4194368 5973584 0 0 0 357607 2467 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69479] ppid=69457 vsize=26151208 memory=140307255340753 CPUtime=3598.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69479/stat : 69479 (fscip) R 69457 69460 59001 0 -1 4194368 210643 0 0 0 353984 5824 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69480] ppid=69457 vsize=26151208 memory=23984936 CPUtime=3602.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69480/stat : 69480 (fscip) R 69457 69460 59001 0 -1 4194368 6973200 0 0 0 358099 2137 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69481] ppid=69457 vsize=26151208 memory=24000128 CPUtime=3602.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69481/stat : 69481 (fscip) R 69457 69460 59001 0 -1 4194368 5269148 0 0 0 358484 1733 0 0 20 0 41 0 11664347 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69482] ppid=69457 vsize=26151208 memory=24686656 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69482/stat : 69482 (fscip) S 69457 69460 59001 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69483] ppid=69457 vsize=26151208 memory=280614509106432 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69483/stat : 69483 (fscip) S 69457 69460 59001 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69484] ppid=69457 vsize=26151208 memory=24711412 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69484/stat : 69484 (fscip) S 69457 69460 59001 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69485] ppid=69457 vsize=26151208 memory=31316 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69485/stat : 69485 (fscip) S 69457 69460 59001 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69486] ppid=69457 vsize=26151208 memory=7068 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69486/stat : 69486 (fscip) S 69457 69460 59001 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69487] ppid=69457 vsize=26151208 memory=36300 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69487/stat : 69487 (fscip) S 69457 69460 59001 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69488] ppid=69457 vsize=26151208 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69488/stat : 69488 (fscip) S 69457 69460 59001 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69489] ppid=69457 vsize=26151208 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69489/stat : 69489 (fscip) S 69457 69460 59001 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69491] ppid=69457 vsize=26151208 memory=24357716 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69491/stat : 69491 (fscip) S 69457 69460 59001 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69490] ppid=69457 vsize=26151208 memory=24350148 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69490/stat : 69490 (fscip) S 69457 69460 59001 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69492] ppid=69457 vsize=26151208 memory=24667900 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69492/stat : 69492 (fscip) S 69457 69460 59001 0 -1 1077936192 67 0 0 0 0 2 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69493] ppid=69457 vsize=26151208 memory=28568 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69493/stat : 69493 (fscip) S 69457 69460 59001 0 -1 1077936192 62 0 0 0 0 2 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69494] ppid=69457 vsize=26151208 memory=24445396 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69494/stat : 69494 (fscip) S 69457 69460 59001 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69495] ppid=69457 vsize=26151208 memory=36300 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69495/stat : 69495 (fscip) S 69457 69460 59001 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69496] ppid=69457 vsize=26151208 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69496/stat : 69496 (fscip) S 69457 69460 59001 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69497] ppid=69457 vsize=26151208 memory=24700512 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69497/stat : 69497 (fscip) S 69457 69460 59001 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69498] ppid=69457 vsize=26151208 memory=21372 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69498/stat : 69498 (fscip) S 69457 69460 59001 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69499] ppid=69457 vsize=26151208 memory=-7377855532613328763 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69499/stat : 69499 (fscip) S 69457 69460 59001 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69500] ppid=69457 vsize=26151208 memory=15520 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69500/stat : 69500 (fscip) S 69457 69460 59001 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
[pid=69460/tid=69501] ppid=69457 vsize=26151208 memory=10544 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/69460/task/69501/stat : 69501 (fscip) S 69457 69460 59001 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 11664351 26778836992 6178242 809668444160 4194304 16623229 140737323306560 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 54833152 140737323312138 140737323312256 140737323312256 140737323319280 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 26151208 KiB
Current children cumulated memory: 24712968 KiB

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

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

# cumulated CPU time of all completed processes:  user=71386.4 s, system=616.303 s

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

[startup+3637.6 s]
/proc/loadavg: 30.27 38.17 49.40 2/846 71458
/proc/meminfo: memFree=763931828/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.8 s]
/proc/loadavg: 30.27 38.17 49.40 2/846 71458
/proc/meminfo: memFree=763931828/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.9 s]
/proc/loadavg: 30.27 38.17 49.40 2/846 71458
/proc/meminfo: memFree=763931828/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3637.91
CPU time (s): 72002.7
CPU user time (s): 71386.4
CPU system time (s): 616.303
CPU usage (%): 1979.23
Max. virtual memory (cumulated for all children) (KiB): 26151208
Max. memory (cumulated for all children) (KiB): 24712968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71386.4
system time used= 616.303
maximum resident set size= 24713112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86938712
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= 4847401
involuntary context switches= 205630


# summary of solver processes directly reported to runsolver:
#   pid: 69460
#   total CPU time (s): 72002.7
#   total CPU user time (s): 71386.4
#   total CPU system time (s): 616.303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.9746 second user time and 77.2631 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 20:33:32
IDJOB=4465247
IDBENCH=147578
IDSOLVER=3094
FILE ID=nodeD105/4465247-1722450812
RUNJOBID= nodeD105-1722441596-59013
SLURM_JOB_ID= 8254235
Free space on /tmp= 8622836 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_8_70_1.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-4465247-1722450812/watcher-4465247-1722450812 -o /tmp/evaluation-result-4465247-1722450812/solver-4465247-1722450812 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59013 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465247-1722450812.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b4b357048b7fd6a2befaa81502734110
RANDOM SEED=482594385

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        777959952 kB
MemAvailable:   776231608 kB
Buffers:          147900 kB
Cached:          1265288 kB
SwapCached:            0 kB
Active:           302136 kB
Inactive:       10134464 kB
Active(anon):       2168 kB
Inactive(anon):  9043752 kB
Active(file):     299968 kB
Inactive(file):  1090712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28976 kB
Writeback:            80 kB
AnonPages:       9023932 kB
Mapped:           126648 kB
Shmem:             22536 kB
KReclaimable:     140300 kB
Slab:             475340 kB
SReclaimable:     140300 kB
SUnreclaim:       335040 kB
KernelStack:       16912 kB
PageTables:        28104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1810764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           195840 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1558528 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:      473088 kB
DirectMap2M:    53501952 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622892 MiB
End job on nodeD105 at 2024-07-31 21:34:10