Trace number 4465483

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.3 3635.31

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-oct6.5.opb
MD5SUM0048c1c5d89c09890e717f6e64ce7569
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark101
Best CPU time to get the best result obtained on this benchmark1.45304
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27574
Number of constraints which are cardinality constraints (but not clauses)226
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 102684826, getVmSize() = 88698880, SCIPgetMemUsed() = 55741004, SCIPgetMemTotal() = 64786228, SCIPgetMemExternEstim() = 37898598
0.00/0.09	c ** set memory limit for presolving in LC to 8.79577e+12 for SCIP **
2.28/2.34	c ** Estimated virtualMemUsedAtSolver = 150433824, getVmSize() = 216268800, SCIPgetMemUsed() = 137825643, SCIPgetMemTotal() = 187752139, SCIPgetMemExternEstim() = 37898598
2.28/2.34	c ** set memory limit for solvers to 4.18814e+11 for each SCIP **
2.28/2.34	c Original Problem   :
2.28/2.34	c   Problem name     : instance-4465483-1722543894
2.28/2.34	c   Variables        : 9632 (9632 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.34	c   Constraints      : 29620
2.28/2.34	c   Objective sense  : minimize
2.28/2.34	c Presolved Problem  :
2.28/2.34	c   Variables        : 9561 (9561 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.34	c   Constraints      : 27419
2.28/2.34	c Constraints        : Number
2.28/2.34	c   knapsack         : 1122 
2.28/2.34	c   setppc           : 16027 
2.28/2.34	c   linear           : 28 
2.28/2.34	c   logicor          : 10242 
2.28/2.34	c ** Instance transfer method used: 0
2.28/2.39	c ** ParaScipInstance copy does not increase the number of variables. **
3.12/3.17	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.12/3.17	c                                Nodes    Active                                            
3.12/3.17	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
26.57/4.41	c *       4              0           1        20         211.0000                -          -
211.96/13.84	c        14              2           1        20         211.0000           0.0000          -
313.09/18.93	c        19             42          41        20         211.0000           0.0000          -
412.26/24.04	c        24            528          15        20         211.0000           0.0000          -
514.58/29.15	c        29           1644           0        20         211.0000           0.0000          -
624.42/34.66	c        35           3243           0        20         211.0000           0.0000          -
725.51/39.72	c        40           4680          51        20         211.0000           0.0000          -
826.59/44.80	c        45           5751          52        20         211.0000           0.0000          -
930.80/50.06	c        50           7331          54        20         211.0000           0.0000          -
1029.74/55.13	c        55           8971          56        20         211.0000           0.0000          -
1133.75/60.35	c        60          10482          49        20         211.0000           0.0000          -
1238.79/65.61	c        66          11774          49        20         211.0000           0.0000          -
1337.88/70.67	c        71          13345          68        20         211.0000           0.0000          -
1438.96/75.71	c        76          14813          57        20         211.0000           0.0000          -
1538.06/80.77	c        81          15665          56        20         211.0000           0.0000          -
1639.16/85.81	c        86          17362          56        20         211.0000           0.0000          -
1738.30/90.87	c        91          19180          51        20         211.0000           0.0000          -
1839.43/95.93	c        96          22742          46        20         211.0000           0.0000          -
1938.59/101.03	c       101          24344          48        20         211.0000           0.0000          -
2043.64/106.29	c       106          21128        1943        20         211.0000           0.0000          -
2144.84/111.34	c       111          25844          55        20         211.0000           0.0000          -
2244.10/116.39	c       116          27267          54        20         211.0000           0.0000          -
2345.14/121.48	c       121          30236         739        20         211.0000           0.0000          -
2446.25/126.51	c       127          30051          54        20         211.0000           0.0000          -
2545.33/131.56	c       132          27124        2343        20         211.0000           0.0000          -
2646.49/136.61	c       137          27952        2379        20         211.0000           0.0000          -
2745.68/141.66	c       142          28698        2336        20         211.0000           0.0000          -
2846.87/146.72	c       147          37676          53        20         211.0000           0.0000          -
2946.07/151.79	c       152          38426         643        20         211.0000           0.0000          -
3047.22/156.85	c       157          31211        2387        20         211.0000           0.0000          -
3146.40/161.90	c       162          31573        2449        20         211.0000           0.0000          -
3257.52/167.43	c       167          43008          55        20         211.0000           0.0000          -
3356.50/172.47	c       172          32870        2378        20         211.0000           0.0000          -
3457.62/177.53	c       178              3           2        20         211.0000          47.6667    342.66%
3556.75/182.59	c       183              3           2        20         211.0000          47.6667    342.66%
3584.50/184.00	c *     184              3           2        20         165.0000          47.6667    246.15%
3663.62/188.04	c       188              3           2        20         165.0000          47.6667    246.15%
3774.48/193.52	c       194              3           2        20         165.0000          47.6667    246.15%
3873.50/198.57	c       199              7           6        20         165.0000          48.0926    243.09%
3974.50/203.60	c       204              7           6        20         165.0000          48.0926    243.09%
4073.32/208.65	c       209              7           6        20         165.0000          48.0926    243.09%
4174.32/213.74	c       214              9           8        20         165.0000          48.0926    243.09%
4273.33/218.79	c       219              9           8        20         165.0000          48.0926    243.09%
4374.31/223.84	c       224              9           8        20         165.0000          48.0926    243.09%
4473.22/228.89	c       229             12          11        20         165.0000          48.0926    243.09%
4574.19/233.93	c       234             12          11        20         165.0000          48.0926    243.09%
4673.15/239.00	c       239             20          19        20         165.0000          48.0926    243.09%
4772.13/244.03	c       244             20          19        20         165.0000          48.0926    243.09%
4873.00/249.05	c       249             20          19        20         165.0000          48.0926    243.09%
4972.05/254.10	c       254             20          19        20         165.0000          48.0926    243.09%
5073.63/259.15	c       259             20          19        20         165.0000          48.0926    243.09%
5172.70/264.20	c       264             20          19        20         165.0000          48.0926    243.09%
5273.70/269.26	c       269             22          21        20         165.0000          49.2667    234.91%
5374.13/274.33	c       274             22          21        20         165.0000          49.2667    234.91%
5473.16/279.38	c       279             22          21        20         165.0000          49.2667    234.91%
5574.20/284.44	c       284             22          21        20         165.0000          49.2667    234.91%
5673.19/289.48	c       289             22          21        20         165.0000          49.2667    234.91%
5774.22/294.53	c       295             22          21        20         165.0000          49.2667    234.91%
5873.25/299.58	c       300             22          21        20         165.0000          49.2667    234.91%
5974.29/304.63	c       305             22          21        20         165.0000          49.2667    234.91%
6073.16/309.68	c       310             22          21        20         165.0000          49.2667    234.91%
6174.21/314.73	c       315             22          21        20         165.0000          49.2667    234.91%
6273.27/319.74	c       320             22          21        20         165.0000          49.2667    234.91%
6374.32/324.83	c       325             22          21        20         165.0000          49.2667    234.91%
6473.38/329.88	c       330             22          21        20         165.0000          49.2667    234.91%
6566.50/334.58	c *     335             22          21        20         116.0000          49.2667    135.45%
6574.31/334.94	c       335             22          21        20         116.0000          49.2667    135.45%
6685.23/340.52	c       341             22          21        20         116.0000          49.2667    135.45%
6784.40/345.56	c       346             22          21        20         116.0000          49.2667    135.45%
6889.40/350.88	c       351             23          22        20         116.0000          49.2667    135.45%
6992.38/356.04	c       356             24          23        20         116.0000          49.2667    135.45%
7094.13/361.19	c       361             25          24        20         116.0000          49.2667    135.45%
7193.08/366.21	c       366             26          25        20         116.0000          49.2667    135.45%
7294.25/371.28	c       371             26          25        20         116.0000          49.2667    135.45%
7394.77/376.32	c       376             27          26        20         116.0000          49.2667    135.45%
7494.07/381.38	c       381             28          27        20         116.0000          49.2667    135.45%
7595.27/386.42	c       386             28          27        20         116.0000          49.2667    135.45%
7694.55/391.47	c       391             30          29        20         116.0000          49.2667    135.45%
7728.68/393.12	c *     393             30          29        20         111.0000          49.2667    125.30%
7799.58/396.72	c       397             30          29        20         111.0000          49.2667    125.30%
7900.76/401.81	c       402             30          29        20         111.0000          49.2667    125.30%
8000.02/406.90	c       407             30          29        20         111.0000          49.2667    125.30%
8101.32/411.99	c       412             30          29        20         111.0000          49.2667    125.30%
8202.53/417.05	c       417             32          31        20         111.0000          49.2667    125.30%
8301.71/422.11	c       422             32          31        20         111.0000          49.2667    125.30%
8403.77/427.16	c       427             32          31        20         111.0000          49.2667    125.30%
8504.64/432.24	c       432             33          32        20         111.0000          49.2667    125.30%
8603.96/437.30	c       437             34          33        20         111.0000          49.2667    125.30%
8704.53/442.39	c       442             34          33        20         111.0000          49.2667    125.30%
8805.90/447.42	c       447             36          35        20         111.0000          49.2963    125.17%
8907.09/452.56	c       453             36          35        20         111.0000          49.2963    125.17%
9008.39/457.65	c       458             37          36        20         111.0000          49.2963    125.17%
9109.60/462.72	c       463             38          37        20         111.0000          50.3519    120.45%
9208.93/467.76	c       468             38          37        20         111.0000          50.3519    120.45%
9312.18/472.92	c       473             40          39        20         111.0000          50.3519    120.45%
9413.47/478.00	c       478             40          39        20         111.0000          50.3519    120.45%
9512.74/483.07	c       483             40          39        20         111.0000          50.3519    120.45%
9614.59/488.16	c       488             45          44        20         111.0000          50.3519    120.45%
9715.73/493.26	c       493             48          47        20         111.0000          50.3519    120.45%
9816.27/498.31	c       498             48          47        20         111.0000          50.3519    120.45%
9917.57/503.40	c       503             48          47        20         111.0000          50.3519    120.45%
10018.64/508.52	c       509             48          47        20         111.0000          50.3519    120.45%
10117.81/513.59	c       514             48          47        20         111.0000          50.3519    120.45%
10224.95/518.98	c       519             48          47        20         111.0000          50.3519    120.45%
10326.11/524.05	c       524             48          47        20         111.0000          50.3519    120.45%
10425.30/529.12	c       529             48          47        20         111.0000          50.3519    120.45%
10527.24/534.21	c       534             50          49        20         111.0000          50.3519    120.45%
10631.50/539.43	c       539             50          49        20         111.0000          50.3519    120.45%
10730.59/544.48	c       544             52          51        20         111.0000          50.3519    120.45%
10831.56/549.52	c       550             53          52        20         111.0000          50.3519    120.45%
10934.71/554.70	c       555             54          53        20         111.0000          50.3519    120.45%
11033.94/559.80	c       560             55          54        20         111.0000          50.3519    120.45%
11135.09/564.84	c       565             62          61        20         111.0000          54.0667    105.30%
11234.26/569.88	c       570             62          61        20         111.0000          54.0667    105.30%
11335.41/574.98	c       575             62          61        20         111.0000          54.0667    105.30%
11436.53/580.04	c       580             64          63        20         111.0000          54.0667    105.30%
11538.34/585.18	c       585             64          63        20         111.0000          54.0667    105.30%
11639.62/590.24	c       590             66          65        20         111.0000          54.0667    105.30%
11747.71/595.77	c       596             66          65        20         111.0000          54.0667    105.30%
11848.79/600.83	c       601             66          65        20         111.0000          54.0667    105.30%
11949.95/605.94	c       606             66          65        20         111.0000          54.0667    105.30%
12051.14/611.02	c       611             66          65        20         111.0000          54.0667    105.30%
12150.31/616.12	c       616             66          65        20         111.0000          54.0667    105.30%
12254.18/621.25	c       621             66          65        20         111.0000          54.0667    105.30%
12354.67/626.35	c       626             66          65        20         111.0000          54.0667    105.30%
12455.95/631.43	c       631             66          65        20         111.0000          54.0667    105.30%
12555.00/636.49	c       636             66          65        20         111.0000          54.0667    105.30%
12656.15/641.56	c       642             66          65        20         111.0000          54.0667    105.30%
12757.33/646.62	c       647             66          65        20         111.0000          54.0667    105.30%
12856.53/651.68	c       652             66          65        20         111.0000          54.0667    105.30%
12959.68/656.80	c       657             66          65        20         111.0000          54.0667    105.30%
13058.76/661.86	c       662             66          65        20         111.0000          54.0667    105.30%
13159.92/666.96	c       667             66          65        20         111.0000          54.0667    105.30%
13261.09/672.05	c       672             66          65        20         111.0000          54.0667    105.30%
13360.29/677.10	c       677             67          66        20         111.0000          54.0667    105.30%
13464.32/682.26	c       682             67          66        20         111.0000          54.0667    105.30%
13564.58/687.33	c       687             67          66        20         111.0000          54.0667    105.30%
13665.64/692.41	c       692             67          66        20         111.0000          54.0667    105.30%
13764.84/697.47	c       697             67          66        20         111.0000          54.0667    105.30%
13866.15/702.53	c       703             69          68        20         111.0000          54.0667    105.30%
13965.21/707.60	c       708             69          68        20         111.0000          54.0667    105.30%
14066.38/712.69	c       713             72          71        20         111.0000          54.0667    105.30%
14167.62/717.73	c       718             73          72        20         111.0000          54.0667    105.30%
14268.73/722.88	c       723             76          75        20         111.0000          54.0667    105.30%
14369.95/727.92	c       728             76          75        20         111.0000          54.0667    105.30%
14471.04/733.00	c       733             80          79        20         111.0000          54.0667    105.30%
14572.97/738.14	c       738             81          80        20         111.0000          54.0667    105.30%
14675.44/743.33	c       743             83          82        20         111.0000          55.0185    101.75%
14776.72/748.46	c       748             85          84        20         111.0000          55.0185    101.75%
14877.79/753.52	c       754             85          84        20         111.0000          55.0185    101.75%
14976.87/758.57	c       759             87          86        20         111.0000          55.0185    101.75%
15077.88/763.63	c       764             89          88        20         111.0000          55.0185    101.75%
15176.98/768.68	c       769             89          88        20         111.0000          55.0185    101.75%
15278.17/773.77	c       774             89          88        20         111.0000          55.0185    101.75%
15379.31/778.83	c       779             92          91        20         111.0000          55.1667    101.21%
15480.36/783.96	c       784             92          91        20         111.0000          55.1667    101.21%
15579.43/789.00	c       789             98          97        20         111.0000          55.1667    101.21%
15683.03/794.16	c       794            103         102        20         111.0000          55.1667    101.21%
15782.28/799.21	c       799            109         108        20         111.0000          55.1667    101.21%
15884.52/804.30	c       804            109         108        20         111.0000          55.1667    101.21%
15983.65/809.40	c       809            114         113        20         111.0000          55.1667    101.21%
16084.74/814.45	c       814            120         119        20         111.0000          55.1667    101.21%
16185.83/819.50	c       820            123         122        20         111.0000          55.1667    101.21%
16284.90/824.55	c       825            123         122        20         111.0000          55.1667    101.21%
16386.06/829.61	c       830            124         123        20         111.0000          55.1667    101.21%
16485.30/834.62	c       835            124         123        20         111.0000          55.1667    101.21%
16586.33/839.70	c       840            127         126        20         111.0000          55.1667    101.21%
16685.50/844.75	c       845            127         126        20         111.0000          55.1667    101.21%
16786.51/849.80	c       850            127         126        20         111.0000          55.1667    101.21%
16885.62/854.85	c       855            130         129        20         111.0000          55.1667    101.21%
16984.70/859.89	c       860            130         129        20         111.0000          55.1667    101.21%
17085.91/864.97	c       865            130         129        20         111.0000          55.1667    101.21%
17187.08/870.01	c       870            130         129        20         111.0000          55.1667    101.21%
17286.36/875.07	c       875            133         132        20         111.0000          55.1667    101.21%
17385.59/880.09	c       880            133         132        20         111.0000          55.1667    101.21%
17484.79/885.11	c       885            133         132        20         111.0000          55.1667    101.21%
17586.56/890.22	c       890            133         132        20         111.0000          55.1667    101.21%
17687.63/895.23	c       895            134         133        20         111.0000          55.1667    101.21%
17788.08/900.34	c       900            134         133        20         111.0000          55.1667    101.21%
17887.27/905.39	c       905            134         133        20         111.0000          55.1667    101.21%
17988.35/910.44	c       910            134         133        20         111.0000          55.1667    101.21%
18087.52/915.49	c       916            134         133        20         111.0000          55.1667    101.21%
18188.61/920.55	c       921            134         133        20         111.0000          55.1667    101.21%
18287.89/925.60	c       926            134         133        20         111.0000          55.1667    101.21%
18389.08/930.64	c       931            134         133        20         111.0000          55.1667    101.21%
18488.29/935.68	c       936            134         133        20         111.0000          55.1667    101.21%
18589.48/940.75	c       941            134         133        20         111.0000          55.1667    101.21%
18688.70/945.79	c       946            134         133        20         111.0000          55.1667    101.21%
18789.82/950.84	c       951            134         133        20         111.0000          55.1667    101.21%
18889.01/955.90	c       956            134         133        20         111.0000          55.1667    101.21%
18990.16/960.94	c       961            134         133        20         111.0000          55.1667    101.21%
19091.28/966.00	c       966            134         133        20         111.0000          55.1667    101.21%
19190.32/971.04	c       971            134         133        20         111.0000          55.1667    101.21%
19289.52/976.10	c       976            134         133        20         111.0000          55.1667    101.21%
19391.36/981.17	c       981            134         133        20         111.0000          55.1667    101.21%
19490.45/986.22	c       986            134         133        20         111.0000          55.1667    101.21%
19591.71/991.27	c       991            134         133        20         111.0000          55.1667    101.21%
19692.06/996.33	c       996            134         133        20         111.0000          55.1667    101.21%
19791.14/1001.37	c      1001            134         133        20         111.0000          55.1667    101.21%
19892.16/1006.43	c      1006            140         139        20         111.0000          55.1667    101.21%
19991.19/1011.48	c      1011            144         143        20         111.0000          55.1667    101.21%
20092.27/1016.52	c      1017            145         144        20         111.0000          55.1667    101.21%
20191.34/1021.58	c      1022            146         145        20         111.0000          55.1667    101.21%
20292.43/1026.61	c      1027            146         145        20         111.0000          55.1667    101.21%
20391.45/1031.67	c      1032            146         145        20         111.0000          55.1667    101.21%
20425.12/1033.31	c *    1033            148         147        20         101.0000          55.1667     83.08%
20492.39/1036.78	c      1037            150         149        20         101.0000          55.1667     83.08%
20593.47/1041.83	c      1042            150         149        20         101.0000          55.1667     83.08%
20692.64/1046.88	c      1047            151         150        20         101.0000          55.1667     83.08%
20793.71/1051.92	c      1052            154         153        20         101.0000          55.3333     82.53%
20892.82/1056.97	c      1057            162         161        20         101.0000          55.3333     82.53%
20993.96/1062.02	c      1062            162         161        20         101.0000          55.3333     82.53%
21093.10/1067.07	c      1067            164         163        20         101.0000          55.3333     82.53%
21192.27/1072.12	c      1072            169         168        20         101.0000          55.3333     82.53%
21294.31/1077.17	c      1077            169         168        20         101.0000          55.3333     82.53%
21393.25/1082.22	c      1082            169         168        20         101.0000          55.3333     82.53%
21494.54/1087.27	c      1087            172         171        20         101.0000          55.3333     82.53%
21594.89/1092.32	c      1092            173         172        20         101.0000          55.3333     82.53%
21694.11/1097.34	c      1097            175         174        20         101.0000          55.3333     82.53%
21795.19/1102.40	c      1102            179         178        20         101.0000          55.3333     82.53%
21894.29/1107.42	c      1107            185         184        20         101.0000          55.3333     82.53%
21997.35/1112.61	c      1113            187         186        20         101.0000          55.3333     82.53%
22096.44/1117.66	c      1118            187         186        20         101.0000          55.3333     82.53%
22197.48/1122.72	c      1123            195         194        20         101.0000          55.3333     82.53%
22296.59/1127.77	c      1128            196         195        20         101.0000          55.3333     82.53%
22397.66/1132.83	c      1133            196         195        20         101.0000          55.3333     82.53%
22496.79/1137.88	c      1138            199         198        20         101.0000          55.3333     82.53%
22597.90/1142.93	c      1143            205         204        20         101.0000          55.3333     82.53%
22696.96/1147.98	c      1148            208         207        20         101.0000          55.3333     82.53%
22798.02/1153.04	c      1153            211         208        20         101.0000          55.3333     82.53%
22897.10/1158.09	c      1158            212         209        20         101.0000          55.3333     82.53%
22996.18/1163.12	c      1163            212         209        20         101.0000          55.3333     82.53%
23097.79/1168.17	c      1168            216         213        20         101.0000          55.3333     82.53%
23196.98/1173.23	c      1173            217         214        20         101.0000          55.3333     82.53%
23298.05/1178.30	c      1178            217         214        20         101.0000          55.3333     82.53%
23398.24/1183.36	c      1183            217         214        20         101.0000          55.3333     82.53%
23499.26/1188.42	c      1188            220         217        20         101.0000          55.3333     82.53%
23598.29/1193.49	c      1193            220         217        20         101.0000          55.3333     82.53%
23699.26/1198.53	c      1199            221         218        20         101.0000          55.3333     82.53%
23798.29/1203.59	c      1204            224         221        20         101.0000          55.3333     82.53%
23899.21/1208.64	c      1209            225         222        20         101.0000          55.3333     82.53%
23998.12/1213.69	c      1214            226         223        20         101.0000          55.3333     82.53%
24099.08/1218.74	c      1219            228         225        20         101.0000          55.3333     82.53%
24198.12/1223.79	c      1224            228         225        20         101.0000          55.3333     82.53%
24299.09/1228.84	c      1229            232         229        20         101.0000          55.3333     82.53%
24398.10/1233.89	c      1234            233         230        20         101.0000          55.3333     82.53%
24499.07/1238.95	c      1239            233         230        20         101.0000          55.3333     82.53%
24600.15/1244.00	c      1244            233         230        20         101.0000          55.3333     82.53%
24699.10/1249.05	c      1249            233         230        20         101.0000          55.3333     82.53%
24798.11/1254.10	c      1254            239         236        20         101.0000          55.3333     82.53%
24899.90/1259.15	c      1259            239         236        20         101.0000          55.3333     82.53%
24998.82/1264.20	c      1264            241         238        20         101.0000          55.3333     82.53%
25100.09/1269.26	c      1269            242         239        20         101.0000          55.3333     82.53%
25200.22/1274.30	c      1274            243         240        20         101.0000          55.3333     82.53%
25299.24/1279.34	c      1279            247         244        20         101.0000          55.3333     82.53%
25400.26/1284.40	c      1284            252         249        20         101.0000          55.3333     82.53%
25499.23/1289.45	c      1289            252         249        20         101.0000          55.3333     82.53%
25600.39/1294.51	c      1295            252         249        20         101.0000          55.3333     82.53%
25699.57/1299.55	c      1300            255         252        20         101.0000          55.3333     82.53%
25800.71/1304.61	c      1305            258         255        20         101.0000          55.3333     82.53%
25899.86/1309.67	c      1310            263         260        20         101.0000          55.3333     82.53%
26000.95/1314.72	c      1315            263         260        20         101.0000          55.3333     82.53%
26099.99/1319.78	c      1320            270         267        20         101.0000          55.3333     82.53%
26199.11/1324.79	c      1325            270         269        20         101.0000          55.3333     82.53%
26300.04/1329.87	c      1330            272         269        20         101.0000          55.3333     82.53%
26401.18/1334.93	c      1335            275         270        20         101.0000          55.3333     82.53%
26500.26/1339.98	c      1340            280         273        20         101.0000          55.3333     82.53%
26601.38/1345.03	c      1345            284         277        20         101.0000          55.3333     82.53%
26700.54/1350.09	c      1350            286         279        20         101.0000          55.3333     82.53%
26799.74/1355.13	c      1355            290         281        20         101.0000          55.3333     82.53%
26901.72/1360.18	c      1360            291         282        20         101.0000          55.3333     82.53%
27002.66/1365.23	c      1365            294         285        20         101.0000          55.3333     82.53%
27101.78/1370.29	c      1370            254         249        20         101.0000          55.4167     82.26%
27202.25/1375.34	c      1375            254         249        20         101.0000          55.4167     82.26%
27301.40/1380.39	c      1380            254         249        20         101.0000          55.4167     82.26%
27402.61/1385.44	c      1385            256         251        20         101.0000          55.4167     82.26%
27501.73/1390.49	c      1390            256         251        20         101.0000          55.4167     82.26%
27602.84/1395.54	c      1396            256         251        20         101.0000          55.4167     82.26%
27704.02/1400.60	c      1401            257         252        20         101.0000          55.4167     82.26%
27803.23/1405.64	c      1406            258         253        20         101.0000          55.4167     82.26%
27902.42/1410.69	c      1411            259         254        20         101.0000          55.4167     82.26%
28003.60/1415.75	c      1416            266         261        20         101.0000          55.5758     81.73%
28102.77/1420.79	c      1421            272         267        20         101.0000          55.6667     81.44%
28203.92/1425.85	c      1426            275         270        20         101.0000          55.6667     81.44%
28305.12/1430.92	c      1431            277         272        20         101.0000          55.6667     81.44%
28404.35/1435.96	c      1436            284         279        20         101.0000          55.7500     81.17%
28505.54/1441.02	c      1441            291         286        20         101.0000          55.7500     81.17%
28604.76/1446.04	c      1446            291         286        20         101.0000          55.7500     81.17%
28703.93/1451.09	c      1451            292         287        20         101.0000          55.7500     81.17%
28805.83/1456.17	c      1456            294         289        20         101.0000          55.7500     81.17%
28905.01/1461.23	c      1461            296         291        20         101.0000          55.7500     81.17%
29006.15/1466.28	c      1466            297         292        20         101.0000          55.7500     81.17%
29106.68/1471.33	c      1471            297         292        20         101.0000          55.7500     81.17%
29205.89/1476.38	c      1476            298         293        20         101.0000          55.7500     81.17%
29307.09/1481.44	c      1481            298         293        20         101.0000          55.7500     81.17%
29406.31/1486.48	c      1486            304         299        20         101.0000          55.9091     80.65%
29507.47/1491.53	c      1492            314         309        20         101.0000          55.9091     80.65%
29606.65/1496.60	c      1497            314         309        20         101.0000          55.9091     80.65%
29709.83/1501.77	c      1502            314         309        20         101.0000          55.9091     80.65%
29811.01/1506.82	c      1507            319         314        20         101.0000          55.9091     80.65%
29910.20/1511.83	c      1512            319         314        20         101.0000          55.9091     80.65%
30009.41/1516.86	c      1517            320         315        20         101.0000          55.9091     80.65%
30110.56/1521.91	c      1522            334         329        20         101.0000          55.9091     80.65%
30209.73/1526.95	c      1527            334         329        20         101.0000          55.9091     80.65%
30313.39/1532.13	c      1532            334         329        20         101.0000          55.9091     80.65%
30412.69/1537.18	c      1537            334         329        20         101.0000          55.9091     80.65%
30513.90/1542.23	c      1542            334         329        20         101.0000          55.9091     80.65%
30616.41/1547.49	c      1547            336         331        20         101.0000          55.9091     80.65%
30719.59/1552.65	c      1553            338         333        20         101.0000          55.9091     80.65%
30818.81/1557.67	c      1558            345         340        20         101.0000          55.9091     80.65%
30919.91/1562.75	c      1563            345         340        20         101.0000          55.9091     80.65%
31021.15/1567.80	c      1568            359         354        20         101.0000          55.9091     80.65%
31120.38/1572.81	c      1573            359         354        20         101.0000          55.9091     80.65%
31223.59/1578.08	c      1578            364         359        20         101.0000          55.9091     80.65%
31322.79/1583.13	c      1583            364         359        20         101.0000          55.9091     80.65%
31424.65/1588.18	c      1588            368         361        20         101.0000          55.9091     80.65%
31523.89/1593.23	c      1593            369         362        20         101.0000          55.9091     80.65%
31625.12/1598.28	c      1598            369         362        20         101.0000          55.9091     80.65%
31725.60/1603.34	c      1603            371         364        20         101.0000          55.9091     80.65%
31824.80/1608.40	c      1608            371         364        20         101.0000          55.9091     80.65%
31928.03/1613.52	c      1614            382         375        20         101.0000          55.9091     80.65%
32027.26/1618.56	c      1619            388         381        20         101.0000          55.9091     80.65%
32128.47/1623.69	c      1624            388         381        20         101.0000          55.9091     80.65%
32229.65/1628.77	c      1629            388         381        20         101.0000          55.9091     80.65%
32330.89/1633.82	c      1634            392         385        20         101.0000          56.5556     78.59%
32431.89/1638.99	c      1639            397         390        20         101.0000          56.5556     78.59%
32533.03/1644.03	c      1644            397         390        20         101.0000          56.5556     78.59%
32638.11/1649.31	c      1649            399         392        20         101.0000          56.5556     78.59%
32739.39/1654.49	c      1654            399         392        20         101.0000          56.5556     78.59%
32840.56/1659.56	c      1660            402         395        20         101.0000          56.5556     78.59%
32941.78/1664.60	c      1665            402         395        20         101.0000          56.5556     78.59%
33040.99/1669.70	c      1670            403         396        20         101.0000          56.5556     78.59%
33144.17/1674.84	c      1675            404         397        20         101.0000          56.5556     78.59%
33243.34/1679.89	c      1680            408         401        20         101.0000          56.5556     78.59%
33344.53/1684.93	c      1685            410         403        20         101.0000          56.5556     78.59%
33443.58/1689.98	c      1690            410         403        20         101.0000          56.5556     78.59%
33544.75/1695.03	c      1695            411         404        20         101.0000          56.5556     78.59%
33643.85/1700.08	c      1700            412         405        20         101.0000          56.6667     78.24%
33745.88/1705.23	c      1705            413         406        20         101.0000          56.6667     78.24%
33846.88/1710.28	c      1710            413         406        20         101.0000          56.6667     78.24%
33949.33/1715.43	c      1715            415         408        20         101.0000          56.6667     78.24%
34048.49/1720.46	c      1720            416         409        20         101.0000          56.6667     78.24%
34149.66/1725.55	c      1726            422         413        20         101.0000          56.8889     77.54%
34250.81/1730.66	c      1731            422         413        20         101.0000          56.8889     77.54%
34352.01/1735.71	c      1736            425         416        20         101.0000          56.8889     77.54%
34451.10/1740.77	c      1741            427         418        20         101.0000          56.8889     77.54%
34552.27/1745.83	c      1746            429         420        20         101.0000          56.8889     77.54%
34651.33/1750.88	c      1751            433         424        20         101.0000          57.0000     77.19%
34752.52/1755.93	c      1756            435         426        20         101.0000          57.0000     77.19%
34851.71/1760.94	c      1761            440         431        20         101.0000          57.0000     77.19%
34952.90/1766.02	c      1766            440         431        20         101.0000          57.0000     77.19%
35052.09/1771.07	c      1771            440         431        20         101.0000          57.0000     77.19%
35151.30/1776.12	c      1776            441         432        20         101.0000          57.0000     77.19%
35253.12/1781.17	c      1781            446         437        20         101.0000          57.0000     77.19%
35352.19/1786.23	c      1786            448         439        20         101.0000          57.0000     77.19%
35453.51/1791.27	c      1791            453         444        20         101.0000          57.0000     77.19%
35553.83/1796.32	c      1796            453         444        20         101.0000          57.0000     77.19%
35653.17/1801.38	c      1801            457         448        20         101.0000          57.0000     77.19%
35754.18/1806.42	c      1806            458         449        20         101.0000          57.0000     77.19%
35852.87/1811.47	c      1811            459         450        20         101.0000          57.0000     77.19%
35954.05/1816.52	c      1817            461         452        20         101.0000          57.0000     77.19%
36053.23/1821.58	c      1822            461         452        20         101.0000          57.0000     77.19%
36154.36/1826.62	c      1827            461         452        20         101.0000          57.0000     77.19%
36253.45/1831.68	c      1832            464         455        20         101.0000          57.0000     77.19%
36354.66/1836.73	c      1837            464         455        20         101.0000          57.0000     77.19%
36453.85/1841.78	c      1842            464         455        20         101.0000          57.0000     77.19%
36555.06/1846.83	c      1847            466         455        20         101.0000          57.0000     77.19%
36654.27/1851.88	c      1852            466         455        20         101.0000          57.0000     77.19%
36755.47/1856.93	c      1857            466         455        20         101.0000          57.0000     77.19%
36854.65/1861.99	c      1862            467         456        20         101.0000          57.0000     77.19%
36955.84/1867.04	c      1867            468         457        20         101.0000          57.0000     77.19%
37054.92/1872.09	c      1872            469         458        20         101.0000          57.0000     77.19%
37156.95/1877.15	c      1877            471         460        20         101.0000          57.0000     77.19%
37255.93/1882.20	c      1882            471         460        20         101.0000          57.0000     77.19%
37357.16/1887.26	c      1887            475         464        20         101.0000          57.0000     77.19%
37457.49/1892.31	c      1892            475         464        20         101.0000          57.0000     77.19%
37556.75/1897.36	c      1897            475         464        20         101.0000          57.0000     77.19%
37656.01/1902.38	c      1902            477         466        20         101.0000          57.0000     77.19%
37757.26/1907.46	c      1907            479         468        20         101.0000          57.0000     77.19%
37858.45/1912.52	c      1913            479         468        20         101.0000          57.0000     77.19%
37957.68/1917.56	c      1918            479         468        20         101.0000          57.0000     77.19%
38058.90/1922.62	c      1923            479         468        20         101.0000          57.0000     77.19%
38158.03/1927.67	c      1928            481         470        20         101.0000          57.0000     77.19%
38257.17/1932.70	c      1933            481         470        20         101.0000          57.0000     77.19%
38358.36/1937.76	c      1938            481         470        20         101.0000          57.0000     77.19%
38459.56/1942.81	c      1943            481         470        20         101.0000          57.0000     77.19%
38558.80/1947.86	c      1948            481         470        20         101.0000          57.0000     77.19%
38658.01/1952.89	c      1953            483         470        20         101.0000          57.0000     77.19%
38759.26/1957.90	c      1958            484         471        20         101.0000          57.0000     77.19%
38858.49/1962.96	c      1963            484         471        20         101.0000          57.0000     77.19%
38959.70/1968.03	c      1968            486         473        20         101.0000          57.0000     77.19%
39058.90/1973.11	c      1973            486         473        20         101.0000          57.0000     77.19%
39160.78/1978.18	c      1978            487         474        20         101.0000          57.0000     77.19%
39260.04/1983.22	c      1983            487         474        20         101.0000          57.0000     77.19%
39360.98/1988.27	c      1988            463         290        20         101.0000          59.1667     70.70%
39461.45/1993.33	c      1993            463         290        20         101.0000          59.1667     70.70%
39560.67/1998.37	c      1998            463         290        20         101.0000          59.1667     70.70%
39661.93/2003.43	c      2003            463         290        20         101.0000          59.1667     70.70%
39761.15/2008.49	c      2008            463         290        20         101.0000          59.1667     70.70%
39862.41/2013.54	c      2014            463         290        20         101.0000          59.1667     70.70%
39961.65/2018.58	c      2019            463         290        20         101.0000          59.1667     70.70%
40062.93/2023.63	c      2024            463         290        20         101.0000          59.1667     70.70%
40162.19/2028.69	c      2029            463         290        20         101.0000          59.1667     70.70%
40263.43/2033.76	c      2034            463         290        20         101.0000          59.1667     70.70%
40364.66/2038.81	c      2039            463         290        20         101.0000          59.1667     70.70%
40463.93/2043.86	c      2044            463         290        20         101.0000          59.1667     70.70%
40565.05/2048.93	c      2049            463         290        20         101.0000          59.1667     70.70%
40664.28/2053.98	c      2054            463         290        20         101.0000          59.1667     70.70%
40765.51/2059.02	c      2059            463         290        20         101.0000          59.1667     70.70%
40864.73/2064.08	c      2064            463         290        20         101.0000          59.1667     70.70%
40963.94/2069.12	c      2069            463         290        20         101.0000          59.1667     70.70%
41065.77/2074.21	c      2074            463         290        20         101.0000          59.1667     70.70%
41170.51/2079.43	c      2079            463         290        20         101.0000          59.1667     70.70%
41269.70/2084.45	c      2084            463         290        20         101.0000          59.1667     70.70%
41370.97/2089.53	c      2090            465         292        20         101.0000          59.1667     70.70%
41472.07/2094.64	c      2095            466         293        20         101.0000          59.1667     70.70%
41571.32/2099.66	c      2100            466         293        20         101.0000          59.1667     70.70%
41670.56/2104.69	c      2105            468         295        20         101.0000          59.1667     70.70%
41771.70/2109.77	c      2110            470         297        20         101.0000          59.1667     70.70%
41872.86/2114.84	c      2115            473         298        20         101.0000          59.1667     70.70%
41972.13/2119.88	c      2120            473         298        20         101.0000          59.1667     70.70%
42073.40/2124.93	c      2125            474         299        20         101.0000          59.1667     70.70%
42172.65/2129.97	c      2130            476         301        20         101.0000          59.1667     70.70%
42273.90/2135.02	c      2135            482         303        20         101.0000          60.6667     66.48%
42373.15/2140.07	c      2140            483         304        20         101.0000          60.6667     66.48%
42475.24/2145.17	c      2145            483         304        20         101.0000          60.6667     66.48%
42576.43/2150.27	c      2150            486         305        20         101.0000          60.6667     66.48%
42676.80/2155.38	c      2155            488         305        20         101.0000          60.6667     66.48%
42778.02/2160.43	c      2160            492         305        20         101.0000          61.5833     64.01%
42877.27/2165.47	c      2165            494         307        20         101.0000          61.5833     64.01%
42978.45/2170.53	c      2171            502         307        20         101.0000          62.3333     62.03%
43077.66/2175.59	c      2176            504         309        20         101.0000          62.3333     62.03%
43178.97/2180.64	c      2181            512         309        20         101.0000          62.6667     61.17%
43278.31/2185.69	c      2186            514         311        20         101.0000          62.6667     61.17%
43379.35/2190.74	c      2191            517         312        20         101.0000          62.6667     61.17%
43478.62/2195.79	c      2196            517         312        20         101.0000          62.6667     61.17%
43579.85/2200.84	c      2201            517         312        20         101.0000          62.6667     61.17%
43679.08/2205.89	c      2206            518         313        20         101.0000          62.6667     61.17%
43780.24/2210.94	c      2211            522         315        20         101.0000          63.5952     58.82%
43881.50/2216.01	c      2216            522         315        20         101.0000          63.5952     58.82%
43980.73/2221.05	c      2221            524         315        20         101.0000          63.5952     58.82%
44080.00/2226.10	c      2226            525         316        20         101.0000          63.5952     58.82%
44181.83/2231.16	c      2231            526         317        20         101.0000          63.5952     58.82%
44281.39/2236.22	c      2236            526         317        20         101.0000          63.5952     58.82%
44382.42/2241.28	c      2241            532         321        20         101.0000          63.5952     58.82%
44483.05/2246.34	c      2246            533         322        20         101.0000          63.5952     58.82%
44582.34/2251.39	c      2251            534         323        20         101.0000          63.5952     58.82%
44683.63/2256.44	c      2256            539         322        20         101.0000          63.5952     58.82%
44784.93/2261.50	c      2262            542         325        20         101.0000          63.6154     58.77%
44886.22/2266.61	c      2267            542         325        20         101.0000          63.6154     58.77%
44985.52/2271.65	c      2272            544         327        20         101.0000          63.6154     58.77%
45084.81/2276.70	c      2277            547         328        20         101.0000          63.6154     58.77%
45186.03/2281.78	c      2282            549         328        20         101.0000          63.6154     58.77%
45287.28/2286.82	c      2287            552         331        20         101.0000          63.6667     58.64%
45386.50/2291.87	c      2292            553         332        20         101.0000          63.6667     58.64%
45487.76/2296.92	c      2297            553         332        20         101.0000          63.6667     58.64%
45591.84/2302.15	c      2302            557         328        20         101.0000          63.6667     58.64%
45690.87/2307.20	c      2307            559         328        20         101.0000          63.6667     58.64%
45792.09/2312.24	c      2312            559         328        20         101.0000          63.6667     58.64%
45891.31/2317.29	c      2317            559         328        20         101.0000          63.6667     58.64%
45991.95/2322.32	c      2322            559         328        20         101.0000          63.6667     58.64%
46091.22/2327.37	c      2327            562         331        20         101.0000          63.6667     58.64%
46192.49/2332.41	c      2332            574         336        20         101.0000          63.6667     58.64%
46293.65/2337.50	c      2338            583         339        20         101.0000          63.6667     58.64%
46392.93/2342.56	c      2343            583         339        20         101.0000          63.6667     58.64%
46494.21/2347.62	c      2348            583         339        20         101.0000          63.6667     58.64%
46593.48/2352.64	c      2353            583         339        20         101.0000          63.6667     58.64%
46692.75/2357.65	c      2358            583         339        20         101.0000          63.6667     58.64%
46794.03/2362.70	c      2363            583         339        20         101.0000          63.6667     58.64%
46893.29/2367.77	c      2368            583         339        20         101.0000          63.6667     58.64%
46994.59/2372.82	c      2373            583         339        20         101.0000          63.6667     58.64%
47093.88/2377.88	c      2378            583         339        20         101.0000          63.6667     58.64%
47195.16/2382.94	c      2383            583         339        20         101.0000          63.6667     58.64%
47294.43/2387.99	c      2388            583         339        20         101.0000          63.6667     58.64%
47395.68/2393.00	c      2393            583         339        20         101.0000          63.6667     58.64%
47497.70/2398.18	c      2398            583         339        20         101.0000          63.6667     58.64%
47598.90/2403.23	c      2403            583         339        20         101.0000          63.6667     58.64%
47701.40/2408.43	c      2408            589         343        20         101.0000          63.6667     58.64%
47802.63/2413.59	c      2414            603         343        20         101.0000          63.6667     58.64%
47903.85/2418.65	c      2419            603         343        20         101.0000          63.6667     58.64%
48003.14/2423.67	c      2424            606         346        20         101.0000          63.6667     58.64%
48106.35/2428.87	c      2429            612         346        20         101.0000          63.7619     58.40%
48207.57/2433.96	c      2434            618         348        20         101.0000          63.7619     58.40%
48308.77/2439.04	c      2439            622         348        20         101.0000          63.7619     58.40%
48407.98/2444.10	c      2444            624         350        20         101.0000          63.7619     58.40%
48509.96/2449.17	c      2449            632         350        20         101.0000          64.1667     57.40%
48611.04/2454.25	c      2454            632         350        20         101.0000          64.1667     57.40%
48711.46/2459.34	c      2459            638         351        20         101.0000          64.1667     57.40%
48812.70/2464.43	c      2464            638         351        20         101.0000          64.1667     57.40%
48911.82/2469.46	c      2469            642         353        20         101.0000          64.1667     57.40%
49014.99/2474.61	c      2475            644         355        20         101.0000          64.1667     57.40%
49118.19/2479.83	c      2480            654         357        20         101.0000          64.1667     57.40%
49217.42/2484.88	c      2485            660         354        20         101.0000          64.1667     57.40%
49318.66/2489.94	c      2490            665         354        20         101.0000          64.1667     57.40%
49419.87/2495.11	c      2495            665         354        20         101.0000          64.1667     57.40%
49523.62/2500.23	c      2500            667         352        20         101.0000          64.1667     57.40%
49622.96/2505.27	c      2505            668         353        20         101.0000          64.1667     57.40%
49722.11/2510.29	c      2510            672         354        20         101.0000          64.1667     57.40%
49824.68/2515.43	c      2515            673         355        20         101.0000          64.1667     57.40%
49925.88/2520.52	c      2521            676         356        20         101.0000          64.1667     57.40%
50025.11/2525.60	c      2526            682         352        20         101.0000          64.3333     56.99%
50130.32/2530.84	c      2531            682         352        20         101.0000          64.3333     56.99%
50231.55/2535.94	c      2536            682         352        20         101.0000          64.3333     56.99%
50332.78/2541.02	c      2541            685         355        20         101.0000          64.3333     56.99%
50432.08/2546.08	c      2546            689         353        20         101.0000          64.3333     56.99%
50533.93/2551.13	c      2551            692         352        20         101.0000          65.1667     54.99%
50635.41/2556.28	c      2556            692         352        20         101.0000          65.1667     54.99%
50737.71/2561.46	c      2561            695         352        20         101.0000          65.1667     54.99%
50840.93/2566.64	c      2567            704         353        20         101.0000          65.1667     54.99%
50942.14/2571.80	c      2572            706         353        20         101.0000          65.1667     54.99%
51043.39/2576.89	c      2577            706         353        20         101.0000          65.1667     54.99%
51144.62/2581.92	c      2582            706         353        20         101.0000          65.1667     54.99%
51243.89/2587.00	c      2587            712         355        20         101.0000          65.1667     54.99%
51345.12/2592.03	c      2592            712         355        20         101.0000          65.1667     54.99%
51446.94/2597.17	c      2597            712         355        20         101.0000          65.1667     54.99%
51546.21/2602.22	c      2602            717         356        20         101.0000          65.1667     54.99%
51647.67/2607.27	c      2607            719         358        20         101.0000          65.1667     54.99%
51747.94/2612.31	c      2612            721         358        20         101.0000          65.5000     54.20%
51847.20/2617.37	c      2617            730         360        20         101.0000          65.5000     54.20%
51948.48/2622.41	c      2622            732         360        20         101.0000          65.8333     53.42%
52047.75/2627.42	c      2627            734         362        20         101.0000          65.8333     53.42%
52147.03/2632.47	c      2632            739         361        20         101.0000          65.8333     53.42%
52248.29/2637.57	c      2638            742         360        20         101.0000          65.8333     53.42%
52349.56/2642.64	c      2643            744         362        20         101.0000          65.8333     53.42%
52448.80/2647.69	c      2648            746         364        20         101.0000          65.8333     53.42%
52554.06/2652.90	c      2653            746         364        20         101.0000          65.8333     53.42%
52655.32/2658.03	c      2658            747         365        20         101.0000          65.8333     53.42%
52754.57/2663.10	c      2663            752         361        20         101.0000          66.0000     53.03%
52856.40/2668.15	c      2668            754         363        20         101.0000          66.0000     53.03%
52955.76/2673.22	c      2673            762         359        20         101.0000          66.1786     52.62%
53057.01/2678.24	c      2678            765         362        20         101.0000          66.1786     52.62%
53156.48/2683.28	c      2683            772         361        20         101.0000          66.6667     51.50%
53256.92/2688.34	c      2688            778         363        20         101.0000          66.6667     51.50%
53356.20/2693.39	c      2693            780         363        20         101.0000          66.6667     51.50%
53459.48/2698.53	c      2699            784         365        20         101.0000          66.6667     51.50%
53558.76/2703.55	c      2704            785         365        20         101.0000          66.6667     51.50%
53659.96/2708.68	c      2709            785         365        20         101.0000          66.6667     51.50%
53761.21/2713.73	c      2714            792         366        20         101.0000          66.6667     51.50%
53860.44/2718.79	c      2719            792         366        20         101.0000          66.6667     51.50%
53965.69/2724.03	c      2724            792         366        20         101.0000          66.6667     51.50%
54067.59/2729.20	c      2729            792         366        20         101.0000          66.6667     51.50%
54168.76/2734.28	c      2734            792         366        20         101.0000          66.6667     51.50%
54269.38/2739.35	c      2739            792         366        20         101.0000          66.6667     51.50%
54368.61/2744.41	c      2744            792         366        20         101.0000          66.6667     51.50%
54469.87/2749.45	c      2749            792         366        20         101.0000          66.6667     51.50%
54569.10/2754.50	c      2754            792         366        20         101.0000          66.6667     51.50%
54670.31/2759.54	c      2760            792         366        20         101.0000          66.6667     51.50%
54769.53/2764.60	c      2765            792         366        20         101.0000          66.6667     51.50%
54870.77/2769.65	c      2770            792         366        20         101.0000          66.6667     51.50%
54972.04/2774.73	c      2775            792         366        20         101.0000          66.6667     51.50%
55071.23/2779.79	c      2780            795         369        20         101.0000          66.6667     51.50%
55172.48/2784.85	c      2785            806         366        20         101.0000          66.6667     51.50%
55273.71/2789.90	c      2790            812         361        20         101.0000          66.6667     51.50%
55373.00/2794.91	c      2795            812         361        20         101.0000          66.6667     51.50%
55472.28/2799.99	c      2800            814         362        20         101.0000          66.6667     51.50%
55576.31/2805.19	c      2805            815         363        20         101.0000          66.6667     51.50%
55675.44/2810.20	c      2810            822         364        20         101.0000          66.6667     51.50%
55778.13/2815.32	c      2815            822         364        20         101.0000          66.6667     51.50%
55881.15/2820.55	c      2821            822         364        20         101.0000          66.6667     51.50%
55982.41/2825.62	c      2826            824         366        20         101.0000          66.6667     51.50%
56085.65/2830.81	c      2831            825         367        20         101.0000          66.6667     51.50%
56184.94/2835.86	c      2836            827         369        20         101.0000          66.6667     51.50%
56286.19/2840.93	c      2841            832         369        20         101.0000          67.1667     50.37%
56385.47/2845.97	c      2846            836         371        20         101.0000          67.1667     50.37%
56486.71/2851.03	c      2851            839         374        20         101.0000          67.1667     50.37%
56586.00/2856.13	c      2856            841         373        20         101.0000          67.1667     50.37%
56687.88/2861.17	c      2861            843         373        20         101.0000          67.1667     50.37%
56789.01/2866.24	c      2866            843         373        20         101.0000          67.1667     50.37%
56889.71/2871.32	c      2871            843         373        20         101.0000          67.1667     50.37%
56988.94/2876.36	c      2876            848         376        20         101.0000          67.1667     50.37%
57090.21/2881.42	c      2881            853         379        20         101.0000          67.1667     50.37%
57189.50/2886.48	c      2886            853         379        20         101.0000          67.1667     50.37%
57294.74/2891.73	c      2892            860         380        20         101.0000          67.1667     50.37%
57394.02/2896.79	c      2897            863         380        20         101.0000          67.1667     50.37%
57495.30/2901.88	c      2902            866         383        20         101.0000          67.1667     50.37%
57596.58/2906.93	c      2907            868         385        20         101.0000          67.1667     50.37%
57695.82/2911.97	c      2912            872         387        20         101.0000          67.5000     49.63%
57797.05/2917.03	c      2917            874         389        20         101.0000          67.5000     49.63%
57896.30/2922.07	c      2922            879         390        20         101.0000          67.5000     49.63%
58001.48/2927.37	c      2927            879         390        20         101.0000          67.5000     49.63%
58102.75/2932.43	c      2932            884         389        20         101.0000          67.6667     49.26%
58202.02/2937.48	c      2937            889         389        20         101.0000          67.6667     49.26%
58303.24/2942.54	c      2943            891         389        20         101.0000          67.6667     49.26%
58402.49/2947.59	c      2948            902         387        20         101.0000          67.6667     49.26%
58507.69/2952.81	c      2953            902         387        20         101.0000          67.6667     49.26%
58606.94/2957.87	c      2958            912         391        20         101.0000          67.6667     49.26%
58710.18/2963.00	c      2963            932         387        20         101.0000          67.6667     49.26%
58809.41/2968.08	c      2968            937         388        20         101.0000          67.6667     49.26%
58911.38/2973.22	c      2973            942         387        20         101.0000          67.8333     48.89%
59012.54/2978.26	c      2978            948         385        20         101.0000          67.8333     48.89%
59113.08/2983.32	c      2983            951         384        20         101.0000          67.8333     48.89%
59216.37/2988.54	c      2989            951         384        20         101.0000          67.8333     48.89%
59321.65/2993.81	c      2994            951         384        20         101.0000          67.8333     48.89%
59420.91/2998.87	c      2999            951         384        20         101.0000          67.8333     48.89%
59524.18/3004.01	c      3004            954         387        20         101.0000          67.8333     48.89%
59623.42/3009.09	c      3009            967         388        20         101.0000          67.8333     48.89%
59725.33/3014.15	c      3014            967         388        20         101.0000          67.8333     48.89%
59824.59/3019.19	c      3019            976         386        20         101.0000          67.8333     48.89%
59923.87/3024.21	c      3024            979         387        20         101.0000          67.8333     48.89%
60025.22/3029.26	c      3029            982         390        20         101.0000          67.8333     48.89%
60129.52/3034.51	c      3035            982         390        20         101.0000          67.8333     48.89%
60228.75/3039.60	c      3040            984         392        20         101.0000          67.8333     48.89%
60332.00/3044.78	c      3045            986         394        20         101.0000          67.8333     48.89%
60433.24/3049.82	c      3050            987         395        20         101.0000          67.8333     48.89%
60532.49/3054.87	c      3055            993         397        20         101.0000          67.8333     48.89%
60633.77/3059.92	c      3060            993         397        20         101.0000          67.8333     48.89%
60735.02/3065.00	c      3065            996         398        20         101.0000          67.8333     48.89%
60836.84/3070.17	c      3070            998         400        20         101.0000          67.8333     48.89%
60937.95/3075.26	c      3075           1012         392        20         101.0000          68.5000     47.45%
61038.51/3080.30	c      3080           1013         393        20         101.0000          68.5000     47.45%
61141.73/3085.59	c      3086           1013         393        20         101.0000          68.5000     47.45%
61242.84/3090.64	c      3091           1021         399        20         101.0000          68.5000     47.45%
61344.08/3095.70	c      3096           1023         399        20         101.0000          68.5000     47.45%
61443.32/3100.74	c      3101           1038         396        20         101.0000          68.5000     47.45%
61548.52/3106.00	c      3106           1042         396        20         101.0000          68.6500     47.12%
61647.77/3111.05	c      3111           1043         397        20         101.0000          68.6500     47.12%
61747.02/3116.10	c      3116           1045         397        20         101.0000          68.6500     47.12%
61848.78/3121.15	c      3121           1050         398        20         101.0000          68.6500     47.12%
61948.05/3126.21	c      3126           1055         398        20         101.0000          68.6500     47.12%
62049.35/3131.27	c      3131           1063         398        20         101.0000          68.6667     47.09%
62149.86/3136.33	c      3136           1064         399        20         101.0000          68.6667     47.09%
62249.09/3141.36	c      3141           1070         398        20         101.0000          68.6667     47.09%
62350.33/3146.42	c      3146           1076         396        20         101.0000          68.6667     47.09%
62451.46/3151.51	c      3152           1079         393        20         101.0000          68.6667     47.09%
62552.65/3156.61	c      3157           1080         394        20         101.0000          68.6667     47.09%
62651.84/3161.69	c      3162           1080         394        20         101.0000          68.6667     47.09%
62753.02/3166.75	c      3167           1083         391        20         101.0000          68.6667     47.09%
62854.20/3171.81	c      3172           1092         390        20         101.0000          68.7619     46.88%
62953.41/3176.86	c      3177           1097         393        20         101.0000          68.7619     46.88%
63052.62/3181.87	c      3182           1105         384        20         101.0000          68.7619     46.88%
63153.78/3186.96	c      3187           1106         385        20         101.0000          68.7619     46.88%
63254.98/3192.03	c      3192           1106         385        20         101.0000          68.7619     46.88%
63354.17/3197.08	c      3197           1108         387        20         101.0000          68.7619     46.88%
63453.35/3202.08	c      3202           1114         387        20         101.0000          68.7619     46.88%
63552.51/3207.13	c      3207           1123         384        20         101.0000          69.0000     46.38%
63654.26/3212.18	c      3212           1125         386        20         101.0000          69.0000     46.38%
63755.57/3217.27	c      3217           1131         386        20         101.0000          69.0000     46.38%
63857.89/3222.47	c      3222           1132         387        20         101.0000          69.1667     46.02%
63959.10/3227.52	c      3228           1132         387        20         101.0000          69.1667     46.02%
64060.27/3232.60	c      3233           1136         389        20         101.0000          69.1667     46.02%
64161.48/3237.80	c      3238           1147         392        20         101.0000          69.3333     45.67%
64262.67/3242.85	c      3243           1147         392        20         101.0000          69.3333     45.67%
64365.87/3248.07	c      3248           1155         394        20         101.0000          69.6667     44.98%
64465.07/3253.12	c      3253           1156         395        20         101.0000          69.6667     44.98%
64570.11/3258.37	c      3258           1162         391        20         101.0000          70.1667     43.94%
64669.37/3263.40	c      3263           1171         388        20         101.0000          70.1667     43.94%
64772.62/3268.51	c      3269           1184         389        20         101.0000          70.1667     43.94%
64871.84/3273.58	c      3274           1198         383        20         101.0000          70.5000     43.26%
64973.06/3278.66	c      3279           1203         385        20         101.0000          70.5000     43.26%
65074.24/3283.71	c      3284           1204         386        20         101.0000          70.5000     43.26%
65175.46/3288.80	c      3289           1213         387        20         101.0000          70.5000     43.26%
65274.68/3293.90	c      3294           1229         386        20         101.0000          70.5000     43.26%
65375.89/3298.96	c      3299           1229         386        20         101.0000          70.5000     43.26%
65477.14/3304.06	c      3304           1237         388        20         101.0000          70.5000     43.26%
65576.36/3309.12	c      3309           1245         383        20         101.0000          70.5000     43.26%
65678.13/3314.17	c      3314           1261         381        20         101.0000          70.5000     43.26%
65777.61/3319.21	c      3319           1264         380        20         101.0000          70.5000     43.26%
65878.65/3324.29	c      3324           1282         374        20         101.0000          70.6667     42.92%
65979.27/3329.34	c      3329           1282         374        20         101.0000          70.6667     42.92%
66082.52/3334.56	c      3335           1284         376        20         101.0000          70.6667     42.92%
66183.70/3339.68	c      3340           1293         381        20         101.0000          70.6667     42.92%
66284.91/3344.74	c      3345           1293         381        20         101.0000          70.6667     42.92%
66388.07/3349.98	c      3350           1293         381        20         101.0000          70.6667     42.92%
66489.26/3355.04	c      3355           1297         385        20         101.0000          70.6667     42.92%
66593.28/3360.25	c      3360           1313         385        20         101.0000          70.6667     42.92%
66697.62/3365.52	c      3366           1317         387        20         101.0000          70.6667     42.92%
66796.87/3370.54	c      3371           1326         386        20         101.0000          71.2000     41.85%
66898.13/3375.61	c      3376           1327         387        20         101.0000          71.2000     41.85%
66997.38/3380.66	c      3381           1329         387        20         101.0000          71.2000     41.85%
67098.64/3385.71	c      3386           1334         387        20         101.0000          71.2000     41.85%
67197.84/3390.76	c      3391           1338         385        20         101.0000          71.2000     41.85%
67299.08/3395.82	c      3396           1338         385        20         101.0000          71.2000     41.85%
67398.37/3400.87	c      3401           1352         383        20         101.0000          71.9286     40.42%
67499.62/3405.92	c      3406           1352         383        20         101.0000          71.9286     40.42%
67598.95/3410.97	c      3411           1354         385        20         101.0000          71.9286     40.42%
67700.08/3416.03	c      3416           1360         383        20         101.0000          71.9286     40.42%
67801.96/3421.16	c      3421           1361         382        20         101.0000          71.9286     40.42%
67903.23/3426.26	c      3426           1366         379        20         101.0000          72.3333     39.63%
68005.86/3431.40	c      3431           1372         379        20         101.0000          72.3333     39.63%
68105.03/3436.45	c      3436           1380         373        20         101.0000          72.3333     39.63%
68210.16/3441.72	c      3442           1392         373        20         101.0000          72.6667     38.99%
68309.30/3446.78	c      3447           1395         374        20         101.0000          72.6667     38.99%
68408.39/3451.79	c      3452           1399         372        20         101.0000          72.6667     38.99%
68509.57/3456.88	c      3457           1402         371        20         101.0000          72.6667     38.99%
68610.78/3461.94	c      3462           1405         369        20         101.0000          72.6667     38.99%
68716.66/3467.27	c      3467           1409         363        20         101.0000          72.6667     38.99%
68817.08/3472.32	c      3472           1416         364        20         101.0000          72.6667     38.99%
68916.32/3477.36	c      3477           1422         359        20         101.0000          72.6667     38.99%
69017.49/3482.41	c      3482           1432         355        20         101.0000          72.7167     38.90%
69116.77/3487.47	c      3487           1432         355        20         101.0000          72.7167     38.90%
69217.86/3492.51	c      3493           1443         358        20         101.0000          72.7167     38.90%
69319.07/3497.65	c      3498           1457         354        20         101.0000          72.7167     38.90%
69424.25/3502.94	c      3503           1465         351        20         101.0000          72.7167     38.90%
69525.46/3508.06	c      3508           1466         349        20         101.0000          72.7167     38.90%
69627.34/3513.14	c      3513           1478         347        20         101.0000          72.7333     38.86%
69726.50/3518.21	c      3518           1493         341        20         101.0000          72.7333     38.86%
69829.05/3523.39	c      3523           1500         340        20         101.0000          72.7333     38.86%
69930.20/3528.48	c      3528           1510         326        20         101.0000          72.7333     38.86%
70031.39/3533.55	c      3534           1513         325        20         101.0000          72.8333     38.67%
70130.59/3538.58	c      3539           1530         314        20         101.0000          73.0000     38.36%
70235.79/3543.82	c      3544           1546         309        20         101.0000          73.0000     38.36%
70334.99/3548.89	c      3549           1552         306        20         101.0000          73.0000     38.36%
70436.23/3554.00	c      3554           1556         308        20         101.0000          73.0000     38.36%
70537.36/3559.08	c      3559           1566         301        20         101.0000          73.0000     38.36%
70639.25/3564.15	c      3564           1572         299        20         101.0000          73.3333     37.73%
70738.50/3569.20	c      3569           1574         301        20         101.0000          73.3333     37.73%
70839.72/3574.26	c      3574           1582         299        20         101.0000          73.3333     37.73%
70938.87/3579.29	c      3579           1585         300        20         101.0000          73.3333     37.73%
71039.45/3584.35	c      3584           1594         295        20         101.0000          73.3333     37.73%
71140.64/3589.41	c      3589           1603         292        20         101.0000          73.3333     37.73%
71239.86/3594.46	c      3594           1605         290        20         101.0000          73.3333     37.73%
71341.07/3599.51	c      3600           1614         284        20         101.0000          73.6667     37.10%
71440.34/3604.56	c      3605           1616         282        20         101.0000          73.6667     37.10%
71541.55/3609.61	c      3610           1624         278        20         101.0000          73.6667     37.10%
71642.73/3614.70	c      3615           1630         278        20         101.0000          73.6667     37.10%
71741.95/3619.78	c      3620           1640         266        20         101.0000          73.6667     37.10%
71843.20/3624.82	c      3625           1649         265        20         101.0000          73.6857     37.07%
71942.41/3629.88	c      3630           1655         260        20         101.0000          73.8333     36.79%

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 (188504 MiB free)
  memory of node 1: 193531 MiB (191611 MiB free)
  memory of node 2: 193531 MiB (193028 MiB free)
  memory of node 3: 193493 MiB (192158 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-4465483-1722543894/watcher-4465483-1722543894 -o /tmp/evaluation-result-4465483-1722543894/solver-4465483-1722543894 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722543894-128203 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465483-1722543894.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=128260, runsolver pid=128247
Current StackSize limit: 8192 KiB


[startup+0.100117 s]*
/proc/loadavg: 69.80 80.90 83.19 7/865 128265
/proc/meminfo: memFree=783409332/790760800 swapFree=131071996/131071996
[pid=128260] ppid=128247 vsize=91264 memory=79052 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/stat : 128260 (fscip) R 128247 128260 128191 0 -1 4194304 17518 0 0 0 10 2 0 0 20 0 1 0 20968812 93454336 19763 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
/proc/128260/statm: 22816 19763 2630 3035 0 19212 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 91264 KiB
Current children cumulated memory: 79052 KiB

[startup+0.232613 s]*
/proc/loadavg: 69.80 80.90 83.19 8/865 128265
/proc/meminfo: memFree=783331252/790760800 swapFree=131071996/131071996
[pid=128260] ppid=128247 vsize=107876 memory=96352 CPUtime=0.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/stat : 128260 (fscip) R 128247 128260 128191 0 -1 4194304 25548 0 0 0 22 4 0 0 20 0 1 0 20968812 110465024 24088 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
/proc/128260/statm: 26969 24088 2726 3035 0 23365 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 107876 KiB
Current children cumulated memory: 96352 KiB

[startup+0.331749 s]*
/proc/loadavg: 69.80 80.90 83.19 8/865 128265
/proc/meminfo: memFree=783299756/790760800 swapFree=131071996/131071996
[pid=128260] ppid=128247 vsize=118560 memory=106664 CPUtime=0.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/stat : 128260 (fscip) R 128247 128260 128191 0 -1 4194304 28863 0 0 0 31 4 0 0 20 0 1 0 20968812 121405440 26666 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
/proc/128260/statm: 29640 26666 2774 3035 0 26036 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 118560 KiB
Current children cumulated memory: 106664 KiB

[startup+0.70019 s]
/proc/loadavg: 69.80 80.90 83.19 8/865 128265
/proc/meminfo: memFree=783286304/790760800 swapFree=131071996/131071996
[pid=128260] ppid=128247 vsize=120592 memory=108248 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/stat : 128260 (fscip) R 128247 128260 128191 0 -1 4194304 29285 0 0 0 64 4 0 0 20 0 1 0 20968812 123486208 27062 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
/proc/128260/statm: 30148 27062 2774 3035 0 26544 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 120592 KiB
Current children cumulated memory: 108248 KiB

[startup+1.50019 s]
/proc/loadavg: 69.80 80.90 83.19 7/865 128265
/proc/meminfo: memFree=783283244/790760800 swapFree=131071996/131071996
[pid=128260] ppid=128247 vsize=122296 memory=110096 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/stat : 128260 (fscip) R 128247 128260 128191 0 -1 4194304 29708 0 0 0 144 4 0 0 20 0 1 0 20968812 125231104 27524 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
/proc/128260/statm: 30574 27524 2774 3035 0 26970 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 122296 KiB
Current children cumulated memory: 110096 KiB

[startup+3.134 s]
/proc/loadavg: 69.80 80.90 83.19 7/945 128345
/proc/meminfo: memFree=781109872/790760800 swapFree=131071996/131071996
[pid=128260] ppid=128247 vsize=1688612 memory=706224 CPUtime=3.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/stat : 128260 (fscip) S 128247 128260 128191 0 -1 1077936128 184265 0 0 0 283 29 0 0 20 0 21 0 20968812 1729138688 176556 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
/proc/128260/statm: 422153 176556 2790 3035 0 227827 0
[pid=128260/tid=128306] ppid=128247 vsize=1688612 memory=11572 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/128260/task/128306/stat : 128306 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729138688 176622 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128307] ppid=128247 vsize=1688612 memory=329816 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/128260/task/128307/stat : 128307 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 3 1 0 0 20 0 21 0 20969047 1729138688 176622 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128308] ppid=128247 vsize=1688612 memory=108776 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/128260/task/128308/stat : 128308 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 20969047 1729138688 176622 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128309] ppid=128247 vsize=1688612 memory=2212 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/128260/task/128309/stat : 128309 (fscip) S 128247 128260 128191 0 -1 1077936192 6884 0 0 0 2 1 0 0 20 0 21 0 20969047 1729138688 176622 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128310] ppid=128247 vsize=1688612 memory=6096 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/128260/task/128310/stat : 128310 (fscip) S 128247 128260 128191 0 -1 1077936192 6886 0 0 0 2 1 0 0 20 0 21 0 20969047 1729138688 176622 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128311] ppid=128247 vsize=1688612 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/128260/task/128311/stat : 128311 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729138688 176622 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128312] ppid=128247 vsize=1688612 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/128260/task/128312/stat : 128312 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 2 0 0 0 20 0 21 0 20969047 1729138688 176622 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128313] ppid=128247 vsize=1688612 memory=33196 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/128260/task/128313/stat : 128313 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 2 0 0 0 20 0 21 0 20969047 1729138688 176622 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128314] ppid=128247 vsize=1688612 memory=21532 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/128260/task/128314/stat : 128314 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729138688 176622 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128315] ppid=128247 vsize=1688612 memory=100 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/128260/task/128315/stat : 128315 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729138688 176688 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128316] ppid=128247 vsize=1688612 memory=15068 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/128260/task/128316/stat : 128316 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729138688 176688 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128317] ppid=128247 vsize=1688612 memory=10824 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/128260/task/128317/stat : 128317 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 20969047 1729138688 176688 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128318] ppid=128247 vsize=1688612 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/128260/task/128318/stat : 128318 (fscip) R 128247 128260 128191 0 -1 4194368 1735 0 0 0 0 0 0 0 20 0 21 0 20969047 1729138688 176688 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128319] ppid=128247 vsize=1688612 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/128260/task/128319/stat : 128319 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 20969047 1729138688 176688 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128320] ppid=128247 vsize=1688612 memory=1836 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/128260/task/128320/stat : 128320 (fscip) S 128247 128260 128191 0 -1 1077936192 6884 0 0 0 2 0 0 0 20 0 21 0 20969047 1729138688 176688 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128321] ppid=128247 vsize=1688612 memory=25988 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/128260/task/128321/stat : 128321 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 2 0 0 0 20 0 21 0 20969047 1729138688 176688 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128322] ppid=128247 vsize=1688612 memory=2244 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/128260/task/128322/stat : 128322 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 20969047 1729138688 176688 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128323] ppid=128247 vsize=1688612 memory=31232 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/128260/task/128323/stat : 128323 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 20969047 1729138688 176688 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128324] ppid=128247 vsize=1688612 memory=28656 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/128260/task/128324/stat : 128324 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 2 0 0 0 20 0 21 0 20969047 1729138688 176688 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128325] ppid=128247 vsize=1688612 memory=7492 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/128260/task/128325/stat : 128325 (fscip) S 128247 128260 128191 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 20969047 1729138688 176688 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
Current children cumulated CPU time: 3.12 s
Current children cumulated vsize: 1688612 KiB
Current children cumulated memory: 706224 KiB

[startup+6.30179 s]
/proc/loadavg: 70.62 80.89 83.17 85/1025 128425
/proc/meminfo: memFree=771570924/790760800 swapFree=131071996/131071996
[pid=128260] ppid=128247 vsize=4015220 memory=3054724 CPUtime=63.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/stat : 128260 (fscip) S 128247 128260 128191 0 -1 1077936128 858684 0 0 0 6114 277 0 0 20 0 41 0 20968812 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
/proc/128260/statm: 1003805 763681 2902 3035 0 883505 0
[pid=128260/tid=128306] ppid=128247 vsize=4015220 memory=7492 CPUtime=3.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128306/stat : 128306 (fscip) R 128247 128260 128191 0 -1 4194368 26484 0 0 0 304 7 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128307] ppid=128247 vsize=4015220 memory=188596 CPUtime=3.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128307/stat : 128307 (fscip) R 128247 128260 128191 0 -1 4194368 50816 0 0 0 283 20 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128308] ppid=128247 vsize=4015220 memory=10824 CPUtime=2.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128308/stat : 128308 (fscip) R 128247 128260 128191 0 -1 4194368 40598 0 0 0 287 7 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128309] ppid=128247 vsize=4015220 memory=5556 CPUtime=3.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128309/stat : 128309 (fscip) R 128247 128260 128191 0 -1 4194368 24717 0 0 0 305 6 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128310] ppid=128247 vsize=4015220 memory=16088 CPUtime=3.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128310/stat : 128310 (fscip) R 128247 128260 128191 0 -1 4194368 52165 0 0 0 278 24 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128311] ppid=128247 vsize=4015220 memory=2212 CPUtime=3.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128311/stat : 128311 (fscip) R 128247 128260 128191 0 -1 4194368 41667 0 0 0 299 10 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128312] ppid=128247 vsize=4015220 memory=0 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128312/stat : 128312 (fscip) R 128247 128260 128191 0 -1 4194368 26470 0 0 0 305 5 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128313] ppid=128247 vsize=4015220 memory=0 CPUtime=3.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128313/stat : 128313 (fscip) R 128247 128260 128191 0 -1 4194368 57791 0 0 0 278 24 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128314] ppid=128247 vsize=4015220 memory=110096 CPUtime=3.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128314/stat : 128314 (fscip) R 128247 128260 128191 0 -1 4194368 43692 0 0 0 300 9 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128315] ppid=128247 vsize=4015220 memory=3083968 CPUtime=3.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128315/stat : 128315 (fscip) R 128247 128260 128191 0 -1 4194368 24718 0 0 0 306 6 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128316] ppid=128247 vsize=4015220 memory=280339495431344 CPUtime=3.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128316/stat : 128316 (fscip) R 128247 128260 128191 0 -1 4194368 59415 0 0 0 280 23 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128317] ppid=128247 vsize=4015220 memory=25333125866717268 CPUtime=3.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128317/stat : 128317 (fscip) R 128247 128260 128191 0 -1 4194368 39939 0 0 0 300 9 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128318] ppid=128247 vsize=4015220 memory=8021572176499632 CPUtime=3.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128318/stat : 128318 (fscip) R 128247 128260 128191 0 -1 4194368 26970 0 0 0 306 6 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128319] ppid=128247 vsize=4015220 memory=2212 CPUtime=3.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128319/stat : 128319 (fscip) R 128247 128260 128191 0 -1 4194368 53122 0 0 0 279 24 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128320] ppid=128247 vsize=4015220 memory=6096 CPUtime=3.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128320/stat : 128320 (fscip) R 128247 128260 128191 0 -1 4194368 40009 0 0 0 297 9 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128321] ppid=128247 vsize=4015220 memory=469980 CPUtime=3.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128321/stat : 128321 (fscip) R 128247 128260 128191 0 -1 4194368 26211 0 0 0 305 6 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128322] ppid=128247 vsize=4015220 memory=11572 CPUtime=3.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128322/stat : 128322 (fscip) R 128247 128260 128191 0 -1 4194368 51747 0 0 0 281 23 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128323] ppid=128247 vsize=4015220 memory=11572 CPUtime=3.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128323/stat : 128323 (fscip) R 128247 128260 128191 0 -1 4194368 44968 0 0 0 297 10 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128324] ppid=128247 vsize=4015220 memory=0 CPUtime=3.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128324/stat : 128324 (fscip) R 128247 128260 128191 0 -1 4194368 25246 0 0 0 305 6 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128325] ppid=128247 vsize=4015220 memory=690982928771644 CPUtime=3.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128325/stat : 128325 (fscip) R 128247 128260 128191 0 -1 4194368 49760 0 0 0 278 23 0 0 20 0 41 0 20969047 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128406] ppid=128247 vsize=4015220 memory=15068 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128406/stat : 128406 (fscip) S 128247 128260 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 20969129 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128407] ppid=128247 vsize=4015220 memory=10824 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128407/stat : 128407 (fscip) S 128247 128260 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969129 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128408] ppid=128247 vsize=4015220 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/128260/task/128408/stat : 128408 (fscip) S 128247 128260 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969129 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128409] ppid=128247 vsize=4015220 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/128260/task/128409/stat : 128409 (fscip) S 128247 128260 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969129 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128410] ppid=128247 vsize=4015220 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/128260/task/128410/stat : 128410 (fscip) S 128247 128260 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 20969129 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128411] ppid=128247 vsize=4015220 memory=280339495563264 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128411/stat : 128411 (fscip) S 128247 128260 128191 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 20969129 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128412] ppid=128247 vsize=4015220 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/128260/task/128412/stat : 128412 (fscip) S 128247 128260 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969129 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128413] ppid=128247 vsize=4015220 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/128260/task/128413/stat : 128413 (fscip) S 128247 128260 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969129 4111585280 763681 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0

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

/proc/128260/task/128313/stat : 128313 (fscip) R 128247 128260 128191 0 -1 4195904 3373293 0 0 0 359961 576 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 140084060953792 8376987 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128314] ppid=128247 vsize=15969436 memory=7044 CPUtime=3600.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128314/stat : 128314 (fscip) D 128247 128260 128191 0 -1 1077937220 2581508 0 0 0 359264 746 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128315] ppid=128247 vsize=15969436 memory=28184 CPUtime=3605.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128315/stat : 128315 (fscip) D 128247 128260 128191 0 -1 1077937220 1384615 0 0 0 360432 137 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128316] ppid=128247 vsize=15969436 memory=33772 CPUtime=3600.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128316/stat : 128316 (fscip) D 128247 128260 128191 0 -1 1077937220 1985115 0 0 0 359779 314 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128317] ppid=128247 vsize=15969436 memory=54204 CPUtime=3593.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128317/stat : 128317 (fscip) D 128247 128260 128191 0 -1 1077937220 2417893 0 0 0 358282 1087 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128318] ppid=128247 vsize=15969436 memory=33196 CPUtime=3600.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128318/stat : 128318 (fscip) D 128247 128260 128191 0 -1 1077937220 1481781 0 0 0 359893 146 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128319] ppid=128247 vsize=15969436 memory=21532 CPUtime=3607.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128319/stat : 128319 (fscip) D 128247 128260 128191 0 -1 1077937220 2892561 0 0 0 360375 371 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128320] ppid=128247 vsize=15969436 memory=100 CPUtime=3579.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128320/stat : 128320 (fscip) D 128247 128260 128191 0 -1 1077937220 2350456 0 0 0 357065 924 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128321] ppid=128247 vsize=15969436 memory=1836 CPUtime=3591.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128321/stat : 128321 (fscip) D 128247 128260 128191 0 -1 1077937220 1374688 0 0 0 358987 141 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128322] ppid=128247 vsize=15969436 memory=25988 CPUtime=3601.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128322/stat : 128322 (fscip) D 128247 128260 128191 0 -1 1077937220 3445146 0 0 0 359703 415 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128323] ppid=128247 vsize=15969436 memory=2244 CPUtime=3604.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128323/stat : 128323 (fscip) D 128247 128260 128191 0 -1 1077937220 2342801 0 0 0 359501 945 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128324] ppid=128247 vsize=15969436 memory=280339497245440 CPUtime=3605.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128324/stat : 128324 (fscip) D 128247 128260 128191 0 -1 1077937220 1459842 0 0 0 360389 145 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128325] ppid=128247 vsize=15969436 memory=-6519613052471072158 CPUtime=3594.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128325/stat : 128325 (fscip) D 128247 128260 128191 0 -1 1077937220 2178590 0 0 0 359104 316 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128406] ppid=128247 vsize=15969436 memory=7740672910559297648 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/128260/task/128406/stat : 128406 (fscip) D 128247 128260 128191 0 -1 1077937220 164 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128407] ppid=128247 vsize=15969436 memory=8309808961864880472 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/128260/task/128407/stat : 128407 (fscip) D 128247 128260 128191 0 -1 1077937220 56 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128408] ppid=128247 vsize=15969436 memory=5941184903841464425 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/128260/task/128408/stat : 128408 (fscip) D 128247 128260 128191 0 -1 1077937220 57 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128409] ppid=128247 vsize=15969436 memory=7012794233679532632 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/128260/task/128409/stat : 128409 (fscip) D 128247 128260 128191 0 -1 1077937220 162 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128410] ppid=128247 vsize=15969436 memory=6008173676328079466 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/128260/task/128410/stat : 128410 (fscip) D 128247 128260 128191 0 -1 1077937220 163 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128411] ppid=128247 vsize=15969436 memory=-8984037800719855272 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/128260/task/128411/stat : 128411 (fscip) D 128247 128260 128191 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128412] ppid=128247 vsize=15969436 memory=11572 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/128260/task/128412/stat : 128412 (fscip) D 128247 128260 128191 0 -1 1077937220 111 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128413] ppid=128247 vsize=15969436 memory=15216 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/128260/task/128413/stat : 128413 (fscip) D 128247 128260 128191 0 -1 1077937220 163 0 0 0 2 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128414] ppid=128247 vsize=15969436 memory=10824 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/128260/task/128414/stat : 128414 (fscip) D 128247 128260 128191 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128415] ppid=128247 vsize=15969436 memory=5556 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/128260/task/128415/stat : 128415 (fscip) D 128247 128260 128191 0 -1 1077937220 151 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128416] ppid=128247 vsize=15969436 memory=16088 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/128260/task/128416/stat : 128416 (fscip) D 128247 128260 128191 0 -1 1077937220 157 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128417] ppid=128247 vsize=15969436 memory=2212 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/128260/task/128417/stat : 128417 (fscip) D 128247 128260 128191 0 -1 1077937220 108 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128418] ppid=128247 vsize=15969436 memory=6096 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/128260/task/128418/stat : 128418 (fscip) D 128247 128260 128191 0 -1 1077937220 110 0 0 0 2 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128419] ppid=128247 vsize=15969436 memory=1968 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/128260/task/128419/stat : 128419 (fscip) D 128247 128260 128191 0 -1 1077937220 126 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128420] ppid=128247 vsize=15969436 memory=54204 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/128260/task/128420/stat : 128420 (fscip) D 128247 128260 128191 0 -1 1077937220 161 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128421] ppid=128247 vsize=15969436 memory=33196 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/128260/task/128421/stat : 128421 (fscip) D 128247 128260 128191 0 -1 1077937220 161 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128422] ppid=128247 vsize=15969436 memory=21532 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/128260/task/128422/stat : 128422 (fscip) D 128247 128260 128191 0 -1 1077937220 152 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128423] ppid=128247 vsize=15969436 memory=100 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/128260/task/128423/stat : 128423 (fscip) D 128247 128260 128191 0 -1 1077937220 157 0 0 0 1 1 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128424] ppid=128247 vsize=15969436 memory=1836 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/128260/task/128424/stat : 128424 (fscip) D 128247 128260 128191 0 -1 1077937220 172 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128425] ppid=128247 vsize=15969436 memory=25988 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/128260/task/128425/stat : 128425 (fscip) D 128247 128260 128191 0 -1 1077937220 202 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
Current children cumulated CPU time: 72001.6 s
Current children cumulated vsize: 15969436 KiB
Current children cumulated memory: 12054612 KiB

[startup+3634.9 s]
/proc/loadavg: 72.53 78.44 79.82 24/988 130670
/proc/meminfo: memFree=740900784/790760800 swapFree=131071996/131071996
[pid=128260] ppid=128247 vsize=15969436 memory=12054612 CPUtime=72001.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/stat : 128260 (fscip) D 128247 128260 128191 0 -1 1077937156 42506369 0 0 0 7191010 9176 0 0 20 0 41 0 20968812 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
/proc/128260/statm: 3992359 3013653 3008 3035 0 3911984 0
[pid=128260/tid=128306] ppid=128247 vsize=15969436 memory=-7233481904846979220 CPUtime=3593.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128306/stat : 128306 (fscip) D 128247 128260 128191 0 -1 1077937220 1410412 0 0 0 359195 143 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128307] ppid=128247 vsize=15969436 memory=5859271520322939491 CPUtime=3602.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128307/stat : 128307 (fscip) D 128247 128260 128191 0 -1 1077937220 2504640 0 0 0 359919 370 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128308] ppid=128247 vsize=15969436 memory=7301856086105155945 CPUtime=3600.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128308/stat : 128308 (fscip) D 128247 128260 128191 0 -1 1077937220 2247574 0 0 0 359209 835 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128309] ppid=128247 vsize=15969436 memory=7079764443970692179 CPUtime=3603.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128309/stat : 128309 (fscip) D 128247 128260 128191 0 -1 1077937220 1376536 0 0 0 360245 147 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128310] ppid=128247 vsize=15969436 memory=7738431450124997992 CPUtime=3605.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128310/stat : 128310 (fscip) D 128247 128260 128191 0 -1 1077937220 1910214 0 0 0 360259 289 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128311] ppid=128247 vsize=15969436 memory=8691419559240024176 CPUtime=3599.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128311/stat : 128311 (fscip) D 128247 128260 128191 0 -1 1077937220 2366447 0 0 0 359018 923 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128312] ppid=128247 vsize=15969436 memory=6944656425122700657 CPUtime=3602.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128312/stat : 128312 (fscip) D 128247 128260 128191 0 -1 1077937220 1360136 0 0 0 360087 132 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128313] ppid=128247 vsize=15969436 memory=0 CPUtime=3605.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128313/stat : 128313 (fscip) S 128247 128260 128191 0 -1 4195904 3373293 0 0 0 359961 598 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 140084060953792 8376987 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 0
[pid=128260/tid=128314] ppid=128247 vsize=15969436 memory=0 CPUtime=3600.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128314/stat : 128314 (fscip) D 128247 128260 128191 0 -1 1077937220 2581508 0 0 0 359264 746 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128315] ppid=128247 vsize=15969436 memory=0 CPUtime=3605.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128315/stat : 128315 (fscip) D 128247 128260 128191 0 -1 1077937220 1384615 0 0 0 360432 137 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128316] ppid=128247 vsize=15969436 memory=280339495818912 CPUtime=3600.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128316/stat : 128316 (fscip) D 128247 128260 128191 0 -1 1077937220 1985115 0 0 0 359779 314 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128317] ppid=128247 vsize=15969436 memory=4224208995391385974 CPUtime=3593.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128317/stat : 128317 (fscip) D 128247 128260 128191 0 -1 1077937220 2417893 0 0 0 358282 1087 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128318] ppid=128247 vsize=15969436 memory=0 CPUtime=3600.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128318/stat : 128318 (fscip) D 128247 128260 128191 0 -1 1077937220 1481781 0 0 0 359893 146 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128319] ppid=128247 vsize=15969436 memory=280339497716064 CPUtime=3607.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128319/stat : 128319 (fscip) D 128247 128260 128191 0 -1 1077937220 2892561 0 0 0 360375 371 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128320] ppid=128247 vsize=15969436 memory=648717022973657064 CPUtime=3579.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128320/stat : 128320 (fscip) D 128247 128260 128191 0 -1 1077937220 2350456 0 0 0 357065 924 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128321] ppid=128247 vsize=15969436 memory=648575758025129851 CPUtime=3591.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128321/stat : 128321 (fscip) D 128247 128260 128191 0 -1 1077937220 1374688 0 0 0 358987 141 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128322] ppid=128247 vsize=15969436 memory=648574662825299029 CPUtime=3601.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128322/stat : 128322 (fscip) D 128247 128260 128191 0 -1 1077937220 3445146 0 0 0 359703 415 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128323] ppid=128247 vsize=15969436 memory=16103654281230741 CPUtime=3604.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128323/stat : 128323 (fscip) D 128247 128260 128191 0 -1 1077937220 2342801 0 0 0 359501 945 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128324] ppid=128247 vsize=15969436 memory=13852984043985314 CPUtime=3605.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128324/stat : 128324 (fscip) D 128247 128260 128191 0 -1 1077937220 1459842 0 0 0 360389 145 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128325] ppid=128247 vsize=15969436 memory=8044997574810228256 CPUtime=3594.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/128260/task/128325/stat : 128325 (fscip) D 128247 128260 128191 0 -1 1077937220 2178590 0 0 0 359104 316 0 0 20 0 41 0 20969047 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128406] ppid=128247 vsize=15969436 memory=-7231203672143101867 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/128260/task/128406/stat : 128406 (fscip) D 128247 128260 128191 0 -1 1077937220 164 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128407] ppid=128247 vsize=15969436 memory=8114826282885972050 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/128260/task/128407/stat : 128407 (fscip) D 128247 128260 128191 0 -1 1077937220 56 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128408] ppid=128247 vsize=15969436 memory=-7019007802211101846 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/128260/task/128408/stat : 128408 (fscip) D 128247 128260 128191 0 -1 1077937220 57 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128409] ppid=128247 vsize=15969436 memory=-6876588461455810464 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/128260/task/128409/stat : 128409 (fscip) D 128247 128260 128191 0 -1 1077937220 162 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128410] ppid=128247 vsize=15969436 memory=-7606684685431562095 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/128260/task/128410/stat : 128410 (fscip) D 128247 128260 128191 0 -1 1077937220 163 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128411] ppid=128247 vsize=15969436 memory=6944656575208382560 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/128260/task/128411/stat : 128411 (fscip) D 128247 128260 128191 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128412] ppid=128247 vsize=15969436 memory=-7935951866906895913 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/128260/task/128412/stat : 128412 (fscip) D 128247 128260 128191 0 -1 1077937220 111 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128413] ppid=128247 vsize=15969436 memory=7372786582024121444 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/128260/task/128413/stat : 128413 (fscip) D 128247 128260 128191 0 -1 1077937220 163 0 0 0 2 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128414] ppid=128247 vsize=15969436 memory=-7529280219531408576 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/128260/task/128414/stat : 128414 (fscip) D 128247 128260 128191 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128415] ppid=128247 vsize=15969436 memory=553049248500458 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/128260/task/128415/stat : 128415 (fscip) D 128247 128260 128191 0 -1 1077937220 151 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128416] ppid=128247 vsize=15969436 memory=553049248500458 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/128260/task/128416/stat : 128416 (fscip) D 128247 128260 128191 0 -1 1077937220 157 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128417] ppid=128247 vsize=15969436 memory=553049248500458 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/128260/task/128417/stat : 128417 (fscip) D 128247 128260 128191 0 -1 1077937220 108 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128418] ppid=128247 vsize=15969436 memory=553049248500458 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/128260/task/128418/stat : 128418 (fscip) D 128247 128260 128191 0 -1 1077937220 110 0 0 0 2 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128419] ppid=128247 vsize=15969436 memory=6944656592387989600 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/128260/task/128419/stat : 128419 (fscip) D 128247 128260 128191 0 -1 1077937220 126 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128420] ppid=128247 vsize=15969436 memory=-3689408421207566698 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/128260/task/128420/stat : 128420 (fscip) D 128247 128260 128191 0 -1 1077937220 161 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128421] ppid=128247 vsize=15969436 memory=9172 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/128260/task/128421/stat : 128421 (fscip) D 128247 128260 128191 0 -1 1077937220 161 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128422] ppid=128247 vsize=15969436 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/128260/task/128422/stat : 128422 (fscip) D 128247 128260 128191 0 -1 1077937220 152 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128423] ppid=128247 vsize=15969436 memory=280339497637024 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/128260/task/128423/stat : 128423 (fscip) D 128247 128260 128191 0 -1 1077937220 157 0 0 0 1 1 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128424] ppid=128247 vsize=15969436 memory=3473595396826478979 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/128260/task/128424/stat : 128424 (fscip) D 128247 128260 128191 0 -1 1077937220 172 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
[pid=128260/tid=128425] ppid=128247 vsize=15969436 memory=5866618396704133218 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/128260/task/128425/stat : 128425 (fscip) D 128247 128260 128191 0 -1 1077937220 202 0 0 0 3 0 0 0 20 0 41 0 20969129 16352702464 3013653 809668444160 4194304 16623229 140729658373408 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 27963392 140729658377225 140729658377343 140729658377343 140729658384368 24
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 15969436 KiB
Current children cumulated memory: 12054612 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3635.31
CPU time (s): 72002.3
CPU user time (s): 71910.1
CPU system time (s): 92.1707
CPU usage (%): 1980.64
Max. virtual memory (cumulated for all children) (KiB): 15969436
Max. memory (cumulated for all children) (KiB): 12074428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71910.1
system time used= 92.1707
maximum resident set size= 12074428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42506369
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= 339933
involuntary context switches= 237796


# summary of solver processes directly reported to runsolver:
#   pid: 128260
#   total CPU time (s): 72002.3
#   total CPU user time (s): 71910.1
#   total CPU system time (s): 92.1707

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.7377 second user time and 86.9364 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-01 22:24:54
IDJOB=4465483
IDBENCH=158387
IDSOLVER=3094
FILE ID=nodeD104/4465483-1722543894
RUNJOBID= nodeD104-1722543894-128203
SLURM_JOB_ID= 8254279
Free space on /tmp= 8622920 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-oct6.5.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-4465483-1722543894/watcher-4465483-1722543894 -o /tmp/evaluation-result-4465483-1722543894/solver-4465483-1722543894 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722543894-128203 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465483-1722543894.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 0048c1c5d89c09890e717f6e64ce7569
RANDOM SEED=791112985

nodeD104.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		: 3375.595
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		: 1820.836
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	: 5006.76
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		: 3496.389
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	: 5013.48
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		: 3596.482
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	: 5010.76
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		: 3587.110
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		: 3514.849
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	: 5006.76
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		: 2960.806
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	: 5013.48
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		: 3811.023
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	: 5010.76
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		: 3347.717
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		: 1434.273
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	: 5006.76
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		: 3353.123
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	: 5013.48
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		: 2646.065
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	: 5010.76
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		: 3095.157
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		: 2655.819
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	: 5006.76
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		: 3551.085
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	: 5013.48
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		: 2476.722
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	: 5010.76
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		: 3249.389
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		: 2657.756
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	: 5006.76
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		: 2450.030
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	: 5013.48
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		: 3557.007
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	: 5010.76
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		: 3535.742
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		: 3080.432
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	: 5006.76
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		: 1677.433
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	: 5013.48
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		: 3579.942
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	: 5010.76
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		: 3543.656
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		: 2633.978
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	: 5006.76
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		: 1701.633
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	: 5013.48
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		: 2405.160
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	: 5010.76
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		: 3586.252
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		: 2651.330
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	: 5006.76
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		: 1692.122
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	: 5013.48
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		: 2658.664
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	: 5010.76
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		: 1257.023
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		: 2817.139
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	: 5006.76
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		: 1664.033
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	: 5013.48
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		: 1476.192
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	: 5010.76
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		: 2393.242
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		: 2650.827
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	: 5006.76
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		: 1692.468
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	: 5013.48
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		: 2645.404
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	: 5010.76
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		: 3200.058
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		: 2643.111
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	: 5006.76
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		: 2645.888
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	: 5013.48
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		: 2643.244
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	: 5010.76
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		: 2140.491
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		: 2633.547
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	: 5006.76
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		: 2574.404
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	: 5013.48
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		: 2651.515
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	: 5010.76
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		: 2592.975
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		: 2588.541
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	: 5006.76
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		: 2620.967
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	: 5013.48
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		: 2569.444
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	: 5010.76
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		: 2600.635
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		: 2522.321
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	: 5006.76
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		: 2590.811
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	: 5013.48
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		: 2487.331
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	: 5010.76
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		: 2598.958
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		: 2610.759
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	: 5006.76
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		: 2600.635
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	: 5013.48
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		: 2574.074
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	: 5010.76
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		: 2598.958
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		: 3840.425
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	: 5006.76
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		: 2599.789
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	: 5013.48
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		: 2571.022
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	: 5010.76
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		: 2605.042
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		: 3604.252
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	: 5006.76
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		: 2498.128
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	: 5013.48
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		: 2589.285
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	: 5010.76
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		: 2572.314
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		: 2641.666
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	: 5006.76
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		: 2576.530
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	: 5013.48
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		: 2579.545
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	: 5010.76
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		: 2585.685
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		: 2520.833
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	: 5006.76
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		: 2500.000
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	: 5013.48
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		: 1045.582
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	: 5010.76
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		: 2500.000
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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		: 2589.285
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	: 5006.76
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		: 3612.412
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	: 5013.48
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		: 2500.000
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	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        783673144 kB
MemAvailable:   784507496 kB
Buffers:          286648 kB
Cached:          3878580 kB
SwapCached:            0 kB
Active:           456448 kB
Inactive:        4119976 kB
Active(anon):       2104 kB
Inactive(anon):   431640 kB
Active(file):     454344 kB
Inactive(file):  3688336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            117380 kB
Writeback:             0 kB
AnonPages:        410540 kB
Mapped:            89280 kB
Shmem:             22536 kB
KReclaimable:     222776 kB
Slab:             578584 kB
SReclaimable:     222776 kB
SUnreclaim:       355808 kB
KernelStack:       14640 kB
PageTables:         9536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     532040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           258816 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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:      552960 kB
DirectMap2M:    53422080 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD104 at 2024-08-01 23:25:29