Trace number 4465989

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.9 3633.49

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_1000_60_5.opb
MD5SUM65b4d1c4023a2b46e150e438eeed87ff
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-89
Best CPU time to get the best result obtained on this benchmark60631.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150576
Sum of products size (including duplicates)301152
Number of different products75288
Sum of products size150576

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.43/0.48	c Default LC presolving (default).
0.43/0.48	c ** Before presolving: virtualMemUsedAtLc = 405611033, getVmSize() = 282091520, SCIPgetMemUsed() = 237557019, SCIPgetMemTotal() = 252969731, SCIPgetMemExternEstim() = 152641302
0.43/0.48	c ** set memory limit for presolving in LC to 8.79482e+12 for SCIP **
1.19/1.29	c ** Estimated virtualMemUsedAtSolver = 315770953, getVmSize() = 354459648, SCIPgetMemUsed() = 244001432, SCIPgetMemTotal() = 321015128, SCIPgetMemExternEstim() = 152641302
1.19/1.29	c ** set memory limit for solvers to 4.18762e+11 for each SCIP **
1.19/1.29	c Original Problem   :
1.19/1.29	c   Problem name     : instance-4465989-1722460211
1.19/1.29	c   Variables        : 77288 (2000 binary, 0 integer, 75288 implicit integer, 0 continuous)
1.19/1.29	c   Constraints      : 80289
1.19/1.29	c   Objective sense  : minimize
1.19/1.29	c Presolved Problem  :
1.19/1.29	c   Variables        : 2000 (2000 binary, 0 integer, 0 implicit integer, 0 continuous)
1.19/1.29	c   Constraints      : 3001
1.19/1.29	c Constraints        : Number
1.19/1.29	c   knapsack         : 2000 
1.19/1.29	c   setppc           : 1000 
1.19/1.29	c   linear           : 1 
1.19/1.29	c ** Instance transfer method used: 0
1.28/1.31	c ** ParaScipInstance copy does not increase the number of variables. **
1.58/1.66	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.58/1.66	c                                Nodes    Active                                            
1.58/1.66	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
14.33/2.45	c *       2              2           1        20         -11.0000       -1000.0000          -
14.33/2.47	c *       2              2           1        20         -14.0000       -1000.0000          -
18.23/2.60	c *       3              2           1        20         -29.0000       -1000.0000          -
42.00/3.81	c *       4             41          42        20         -39.0000       -1000.0000          -
69.70/5.20	c         5            101         102        20         -39.0000       -1000.0000          -
83.58/5.92	c *       6            262         261        20         -44.0000       -1000.0000          -
172.75/10.48	c        10           3099        1858        20         -44.0000       -1000.0000          -
182.66/10.91	c *      11           3407        1550        20         -45.0000       -1000.0000          -
238.18/13.74	c *      14           3814        1261        20         -47.0000       -1000.0000          -
238.18/13.76	c *      14           3814        1261        20         -49.0000       -1000.0000          -
256.01/14.64	c *      15           4612        1838        20         -56.0000       -1000.0000          -
279.67/15.86	c        16           4994        1456        20         -56.0000       -1000.0000          -
383.46/21.04	c        21           9868        1918        20         -56.0000       -1000.0000          -
482.55/26.09	c        26          20835        1841        20         -56.0000       -1000.0000          -
586.78/31.34	c        31          29322        1846        20         -56.0000       -1000.0000          -
588.75/31.42	c *      31          31082        1918        20         -57.0000       -1000.0000          -
677.73/35.93	c *      36          32907        1819        20         -60.0000       -1000.0000          -
691.51/36.66	c        37          32968        1878        20         -60.0000       -1000.0000          -
794.52/41.88	c        42          35438        1766        20         -60.0000       -1000.0000          -
895.64/46.93	c        47          41792        1764        20         -60.0000       -1000.0000          -
994.72/51.98	c        52          48765        1791        20         -60.0000       -1000.0000          -
1096.39/57.09	c        57          55596        1726        20         -60.0000       -1000.0000          -
1198.74/62.22	c        62          62675        1925        20         -60.0000       -1000.0000          -
1297.90/67.26	c        67          68999        1893        20         -60.0000       -1000.0000          -
1399.07/72.31	c        72          75323        1675        20         -60.0000       -1000.0000          -
1504.11/77.63	c        78          81170        1724        20         -60.0000       -1000.0000          -
1603.07/82.68	c        83          87177        1809        20         -60.0000       -1000.0000          -
1704.25/87.73	c        88          93514        1806        20         -60.0000       -1000.0000          -
1807.38/92.92	c        93          97142        1692        20         -60.0000       -1000.0000          -
1906.56/97.97	c        98         102286        1838        20         -60.0000       -1000.0000          -
2005.75/103.02	c       103         107698        1618        20         -60.0000       -1000.0000          -
2107.77/108.07	c       108         113287        1795        20         -60.0000       -1000.0000          -
2206.96/113.12	c       113         118714        1638        20         -60.0000       -1000.0000          -
2307.89/118.17	c       118         124152        1600        20         -60.0000       -1000.0000          -
2408.22/123.22	c       123         129598        1680        20         -60.0000       -1000.0000          -
2507.39/128.27	c       128         134636        1584        20         -60.0000       -1000.0000          -
2608.49/133.35	c       133         142863        1743        20         -60.0000       -1000.0000          -
2709.64/138.44	c       138         145850        1716        20         -60.0000       -1000.0000          -
2808.77/143.49	c       143         150005        1627        20         -60.0000       -1000.0000          -
2909.82/148.54	c       149         153013        1655        20         -60.0000       -1000.0000          -
2933.59/149.76	c *     150         156462        1714        20         -67.0000       -1000.0000          -
3008.79/153.56	c       154         154651        1559        20         -67.0000       -1000.0000          -
3107.70/158.58	c       159         154661        1567        20         -67.0000       -1000.0000          -
3214.61/164.00	c       164         157541        1678        20         -67.0000       -1000.0000          -
3313.66/169.02	c       169         157565        1645        20         -67.0000       -1000.0000          -
3347.21/170.69	c *     171         158419        1553        20         -73.0000       -1000.0000          -
3424.41/174.51	c *     175         164285        1539        20         -74.0000       -1000.0000          -
3424.41/174.51	c       175         164285        1539        20         -74.0000       -1000.0000          -
3438.25/175.25	c *     175         159635        1855        20         -83.0000       -1000.0000          -
3531.31/179.90	c       180         159971        1559        20         -83.0000       -1000.0000          -
3630.39/184.97	c       185         162617        1809        20         -83.0000       -1000.0000          -
3729.51/190.02	c       190         166938        1892        20         -83.0000       -1000.0000          -
3831.28/195.10	c       195         171499        1733        20         -83.0000       -1000.0000          -
3932.31/200.14	c       200         176092        1667        20         -83.0000       -1000.0000          -
4031.37/205.19	c       205         180069        1575        20         -83.0000       -1000.0000          -
4111.85/209.24	c *     209         183882        1647        20         -88.0000       -1000.0000          -
4131.66/210.24	c       210         184709        1587        20         -88.0000       -1000.0000          -
4230.80/215.30	c       215         184909        1625        20         -88.0000       -1000.0000          -
4331.76/220.35	c       220         188331        1798        20         -88.0000       -1000.0000          -
4430.89/225.40	c       225         192494        1512        20         -88.0000       -1000.0000          -
4533.94/230.56	c       231         197090        1530        20         -88.0000       -1000.0000          -
4635.09/235.68	c       236         201756        1538        20         -88.0000       -1000.0000          -
4744.88/241.14	c       241         204377        1798        20         -88.0000       -1000.0000          -
4843.77/246.19	c       246         208792        1751        20         -88.0000       -1000.0000          -
4944.28/251.24	c       251         213005        1823        20         -88.0000       -1000.0000          -
5043.44/256.29	c       256         216812        1480        20         -88.0000       -1000.0000          -
5144.60/261.34	c       261         221057        1608        20         -88.0000       -1000.0000          -
5243.60/266.39	c       266         224927        1638        20         -88.0000       -1000.0000          -
5344.75/271.45	c       271         229005        1661        20         -88.0000       -1000.0000          -
5445.88/276.50	c       276         232736        1538        20         -88.0000       -1000.0000          -
5545.03/281.55	c       282         236314        1598        20         -88.0000       -1000.0000          -
5646.18/286.60	c       287         239760        1824        20         -88.0000       -1000.0000          -
5745.30/291.65	c       292         243484        1579        20         -88.0000       -1000.0000          -
5844.43/296.70	c       297         247407        1798        20         -88.0000       -1000.0000          -
5945.30/301.78	c       302         251210        1521        20         -88.0000       -1000.0000          -
6046.08/306.83	c       307         255211        1778        20         -88.0000       -1000.0000          -
6145.19/311.88	c       312         258966        1615        20         -88.0000       -1000.0000          -
6246.30/316.93	c       317         262658        1623        20         -88.0000       -1000.0000          -
6345.42/321.98	c       322         266362        1619        20         -88.0000       -1000.0000          -
6444.49/327.03	c       327         269965        1716        20         -88.0000       -1000.0000          -
6546.31/332.08	c       332         273545        1834        20         -88.0000       -1000.0000          -
6645.62/337.13	c       337         276807        1425        20         -88.0000       -1000.0000          -
6746.52/342.18	c       342         280610        1654        20         -88.0000       -1000.0000          -
6846.94/347.23	c       347         283785        1446        20         -88.0000       -1000.0000          -
6946.06/352.28	c       352         287155        1719        20         -88.0000       -1000.0000          -
7047.16/357.33	c       357         288639        1627        20         -88.0000       -1000.0000          -
7146.07/362.38	c       362         291863        1494        20         -88.0000       -1000.0000          -
7247.20/367.43	c       367         295266        1558        20         -88.0000       -1000.0000          -
7346.31/372.48	c       372         298916        1728        20         -88.0000       -1000.0000          -
7447.42/377.53	c       378         302188        1609        20         -88.0000       -1000.0000          -
7546.55/382.57	c       383         305412        1444        20         -88.0000       -1000.0000          -
7647.61/387.62	c       388         308083        1838        20         -88.0000       -1000.0000          -
7746.75/392.68	c       393         311474        1695        20         -88.0000       -1000.0000          -
7847.87/397.73	c       398         314714        1566        20         -88.0000       -1000.0000          -
7946.99/402.77	c       403         317979        1545        20         -88.0000       -1000.0000          -
8048.10/407.83	c       408         321261        1524        20         -88.0000       -1000.0000          -
8147.16/412.88	c       413         324498        1451        20         -88.0000       -1000.0000          -
8248.28/417.93	c       418              2           1        20         -88.0000        -500.0000    468.18%
8347.35/422.98	c       423              2           1        20         -88.0000        -500.0000    468.18%
8446.35/428.03	c       428              2           1        20         -88.0000        -500.0000    468.18%
8548.20/433.08	c       433              2           1        20         -88.0000        -500.0000    468.18%
8647.41/438.13	c       438              2           1        20         -88.0000        -500.0000    468.18%
8748.43/443.18	c       443              2           1        20         -88.0000        -500.0000    468.18%
8848.81/448.23	c       448              2           1        20         -88.0000        -500.0000    468.18%
8947.94/453.28	c       453              2           1        20         -88.0000        -500.0000    468.18%
9049.00/458.33	c       458              2           1        20         -88.0000        -500.0000    468.18%
9148.12/463.38	c       463              2           1        20         -88.0000        -500.0000    468.18%
9249.23/468.43	c       468              2           1        20         -88.0000        -500.0000    468.18%
9348.22/473.48	c       473              2           1        20         -88.0000        -500.0000    468.18%
9449.13/478.53	c       479              2           1        20         -88.0000        -500.0000    468.18%
9548.12/483.58	c       484              2           1        20         -88.0000        -500.0000    468.18%
9649.20/488.63	c       489              2           1        20         -88.0000        -500.0000    468.18%
9748.29/493.68	c       494              2           1        20         -88.0000        -500.0000    468.18%
9849.41/498.73	c       499              2           1        20         -88.0000        -500.0000    468.18%
9948.55/503.78	c       504              2           1        20         -88.0000        -500.0000    468.18%
10049.65/508.83	c       509              2           1        20         -88.0000        -500.0000    468.18%
10148.69/513.88	c       514              2           1        20         -88.0000        -500.0000    468.18%
10249.79/518.93	c       519              2           1        20         -88.0000        -500.0000    468.18%
10348.89/523.98	c       524              2           1        20         -88.0000        -500.0000    468.18%
10448.06/529.03	c       529              2           1        20         -88.0000        -500.0000    468.18%
10549.89/534.08	c       534              2           1        20         -88.0000        -500.0000    468.18%
10649.08/539.13	c       539              2           1        20         -88.0000        -500.0000    468.18%
10750.09/544.18	c       544              2           1        20         -88.0000        -500.0000    468.18%
10850.63/549.23	c       549              2           1        20         -88.0000        -500.0000    468.18%
10949.74/554.28	c       554              2           1        20         -88.0000        -500.0000    468.18%
11050.91/559.36	c       559              2           1        20         -88.0000        -500.0000    468.18%
11152.09/564.41	c       564              2           1        20         -88.0000        -500.0000    468.18%
11251.27/569.46	c       569              2           1        20         -88.0000        -500.0000    468.18%
11352.39/574.55	c       575              2           1        20         -88.0000        -500.0000    468.18%
11451.37/579.59	c       580              2           1        20         -88.0000        -500.0000    468.18%
11552.54/584.68	c       585              2           1        20         -88.0000        -500.0000    468.18%
11653.53/589.74	c       590              2           1        20         -88.0000        -500.0000    468.18%
11752.69/594.78	c       595              2           1        20         -88.0000        -500.0000    468.18%
11855.81/599.98	c       600              2           1        20         -88.0000        -500.0000    468.18%
11957.51/605.05	c       605              2           1        20         -88.0000        -500.0000    468.18%
12056.76/610.10	c       610              2           1        20         -88.0000        -500.0000    468.18%
12157.94/615.15	c       615              2           1        20         -88.0000        -500.0000    468.18%
12256.88/620.20	c       620              2           1        20         -88.0000        -500.0000    468.18%
12357.37/625.25	c       625              2           1        20         -88.0000        -500.0000    468.18%
12460.32/630.46	c       630              2           1        20         -88.0000        -500.0000    468.18%
12561.34/635.56	c       636              2           1        20         -88.0000        -500.0000    468.18%
12662.49/640.61	c       641              2           1        20         -88.0000        -500.0000    468.18%
12761.64/645.66	c       646              2           1        20         -88.0000        -500.0000    468.18%
12862.77/650.71	c       651              2           1        20         -88.0000        -500.0000    468.18%
12961.87/655.77	c       656              2           1        20         -88.0000        -500.0000    468.18%
13062.99/660.82	c       661              2           1        20         -88.0000        -500.0000    468.18%
13162.11/665.87	c       666              2           1        20         -88.0000        -500.0000    468.18%
13263.20/670.92	c       671              2           1        20         -88.0000        -500.0000    468.18%
13361.71/675.97	c       676              2           1        20         -88.0000        -500.0000    468.18%
13460.75/681.01	c       681              2           1        20         -88.0000        -500.0000    468.18%
13562.53/686.06	c       686              2           1        20         -88.0000        -500.0000    468.18%
13661.82/691.12	c       691              2           1        20         -88.0000        -500.0000    468.18%
13762.84/696.17	c       696              2           1        20         -88.0000        -500.0000    468.18%
13863.16/701.22	c       701              2           1        20         -88.0000        -500.0000    468.18%
13962.33/706.27	c       706              2           1        20         -88.0000        -500.0000    468.18%
14063.49/711.32	c       711              2           1        20         -88.0000        -500.0000    468.18%
14162.65/716.37	c       716              2           1        20         -88.0000        -500.0000    468.18%
14263.79/721.41	c       721              2           1        20         -88.0000        -500.0000    468.18%
14362.89/726.47	c       726              2           1        20         -88.0000        -500.0000    468.18%
14464.04/731.52	c       732              2           1        20         -88.0000        -500.0000    468.18%
14563.21/736.57	c       737              2           1        20         -88.0000        -500.0000    468.18%
14664.29/741.62	c       742              2           1        20         -88.0000        -500.0000    468.18%
14763.44/746.67	c       747              2           1        20         -88.0000        -500.0000    468.18%
14864.38/751.72	c       752              2           1        20         -88.0000        -500.0000    468.18%
14963.44/756.77	c       757              2           1        20         -88.0000        -500.0000    468.18%
15064.69/761.82	c       762              2           1        20         -88.0000        -500.0000    468.18%
15163.97/766.87	c       767              2           1        20         -88.0000        -500.0000    468.18%
15269.63/772.17	c       772              2           1        20         -88.0000        -500.0000    468.18%
15369.89/777.22	c       777              2           1        20         -88.0000        -500.0000    468.18%
15468.99/782.27	c       782              2           1        20         -88.0000        -500.0000    468.18%
15570.11/787.32	c       787              2           1        20         -88.0000        -500.0000    468.18%
15669.11/792.37	c       792              2           1        20         -88.0000        -500.0000    468.18%
15770.25/797.42	c       797              2           1        20         -88.0000        -500.0000    468.18%
15869.42/802.50	c       802              2           1        20         -88.0000        -500.0000    468.18%
15970.57/807.55	c       808              2           1        20         -88.0000        -500.0000    468.18%
16069.73/812.60	c       813              2           1        20         -88.0000        -500.0000    468.18%
16172.88/817.72	c       818              2           1        20         -88.0000        -500.0000    468.18%
16272.20/822.79	c       823              2           1        20         -88.0000        -500.0000    468.18%
16373.17/827.84	c       828              2           1        20         -88.0000        -500.0000    468.18%
16474.26/832.92	c       833              2           1        20         -88.0000        -500.0000    468.18%
16573.41/837.97	c       838              2           1        20         -88.0000        -500.0000    468.18%
16672.47/843.02	c       843              2           1        20         -88.0000        -500.0000    468.18%
16774.14/848.07	c       848              2           1        20         -88.0000        -500.0000    468.18%
16873.28/853.13	c       853              2           1        20         -88.0000        -500.0000    468.18%
16974.51/858.18	c       858              2           1        20         -88.0000        -500.0000    468.18%
17074.83/863.27	c       863              2           1        20         -88.0000        -500.0000    468.18%
17175.95/868.32	c       868              2           1        20         -88.0000        -500.0000    468.18%
17275.09/873.38	c       873              2           1        20         -88.0000        -500.0000    468.18%
17376.24/878.47	c       878              2           1        20         -88.0000        -500.0000    468.18%
17477.35/883.52	c       884              2           1        20         -88.0000        -500.0000    468.18%
17576.49/888.60	c       889              2           1        20         -88.0000        -500.0000    468.18%
17677.62/893.65	c       894              2           1        20         -88.0000        -500.0000    468.18%
17776.77/898.70	c       899              2           1        20         -88.0000        -500.0000    468.18%
17877.90/903.75	c       904              2           1        20         -88.0000        -500.0000    468.18%
17977.04/908.80	c       909              2           1        20         -88.0000        -500.0000    468.18%
18077.79/913.85	c       914              2           1        20         -88.0000        -500.0000    468.18%
18176.82/918.90	c       919              2           1        20         -88.0000        -500.0000    468.18%
18277.94/923.95	c       924              2           1        20         -88.0000        -500.0000    468.18%
18376.78/929.00	c       929              2           1        20         -88.0000        -500.0000    468.18%
18478.47/934.05	c       934              2           1        20         -88.0000        -500.0000    468.18%
18577.57/939.10	c       939              2           1        20         -88.0000        -500.0000    468.18%
18678.78/944.15	c       944              2           1        20         -88.0000        -500.0000    468.18%
18777.48/949.20	c       949              2           1        20         -88.0000        -500.0000    468.18%
18877.96/954.25	c       954              2           1        20         -88.0000        -500.0000    468.18%
18977.02/959.30	c       959              2           1        20         -88.0000        -500.0000    468.18%
19078.07/964.35	c       964              2           1        20         -88.0000        -500.0000    468.18%
19177.21/969.40	c       969              2           1        20         -88.0000        -500.0000    468.18%
19278.34/974.45	c       974              2           1        20         -88.0000        -500.0000    468.18%
19377.46/979.50	c       980              2           1        20         -88.0000        -500.0000    468.18%
19478.59/984.55	c       985              2           1        20         -88.0000        -500.0000    468.18%
19577.73/989.60	c       990              2           1        20         -88.0000        -500.0000    468.18%
19678.86/994.65	c       995              2           1        20         -88.0000        -500.0000    468.18%
19777.98/999.70	c      1000              2           1        20         -88.0000        -500.0000    468.18%
19879.10/1004.75	c      1005              2           1        20         -88.0000        -500.0000    468.18%
19978.22/1009.80	c      1010              2           1        20         -88.0000        -500.0000    468.18%
20079.33/1014.85	c      1015              2           1        20         -88.0000        -500.0000    468.18%
20178.49/1019.90	c      1020              2           1        20         -88.0000        -500.0000    468.18%
20279.39/1024.94	c      1025              2           1        20         -88.0000        -500.0000    468.18%
20378.45/1029.99	c      1030              2           1        20         -88.0000        -500.0000    468.18%
20480.09/1035.04	c      1035              2           1        20         -88.0000        -500.0000    468.18%
20579.09/1040.09	c      1040              2           1        20         -88.0000        -500.0000    468.18%
20680.20/1045.14	c      1045              2           1        20         -88.0000        -500.0000    468.18%
20779.35/1050.19	c      1050              2           1        20         -88.0000        -500.0000    468.18%
20879.47/1055.29	c      1055              2           1        20         -88.0000        -500.0000    468.18%
20980.47/1060.34	c      1060              2           1        20         -88.0000        -500.0000    468.18%
21079.48/1065.39	c      1065              2           1        20         -88.0000        -500.0000    468.18%
21180.49/1070.44	c      1070              2           1        20         -88.0000        -500.0000    468.18%
21279.53/1075.49	c      1075              2           1        20         -88.0000        -500.0000    468.18%
21380.56/1080.54	c      1081              2           1        20         -88.0000        -500.0000    468.18%
21479.59/1085.59	c      1086              2           1        20         -88.0000        -500.0000    468.18%
21580.65/1090.64	c      1091              2           1        20         -88.0000        -500.0000    468.18%
21679.71/1095.69	c      1096              2           1        20         -88.0000        -500.0000    468.18%
21780.75/1100.74	c      1101              2           1        20         -88.0000        -500.0000    468.18%
21879.83/1105.79	c      1106              2           1        20         -88.0000        -500.0000    468.18%
21980.90/1110.84	c      1111              2           1        20         -88.0000        -500.0000    468.18%
22079.95/1115.89	c      1116              2           1        20         -88.0000        -500.0000    468.18%
22181.04/1120.94	c      1121              2           1        20         -88.0000        -500.0000    468.18%
22279.97/1125.99	c      1126              2           1        20         -88.0000        -500.0000    468.18%
22381.66/1131.04	c      1131              2           1        20         -88.0000        -500.0000    468.18%
22480.66/1136.09	c      1136              2           1        20         -88.0000        -500.0000    468.18%
22581.81/1141.14	c      1141              2           1        20         -88.0000        -500.0000    468.18%
22680.87/1146.19	c      1146              2           1        20         -88.0000        -500.0000    468.18%
22781.19/1151.24	c      1151              2           1        20         -88.0000        -500.0000    468.18%
22880.27/1156.29	c      1156              2           1        20         -88.0000        -500.0000    468.18%
22981.36/1161.34	c      1161              2           1        20         -88.0000        -500.0000    468.18%
23080.43/1166.39	c      1166              2           1        20         -88.0000        -500.0000    468.18%
23181.47/1171.44	c      1171              2           1        20         -88.0000        -500.0000    468.18%
23280.53/1176.49	c      1176              2           1        20         -88.0000        -500.0000    468.18%
23381.59/1181.54	c      1182              2           1        20         -88.0000        -500.0000    468.18%
23480.61/1186.59	c      1187              2           1        20         -88.0000        -500.0000    468.18%
23581.67/1191.64	c      1192              2           1        20         -88.0000        -500.0000    468.18%
23680.75/1196.69	c      1197              2           1        20         -88.0000        -500.0000    468.18%
23781.82/1201.74	c      1202              2           1        20         -88.0000        -500.0000    468.18%
23880.92/1206.79	c      1207              2           1        20         -88.0000        -500.0000    468.18%
23981.96/1211.84	c      1212              2           1        20         -88.0000        -500.0000    468.18%
24081.00/1216.89	c      1217              2           1        20         -88.0000        -500.0000    468.18%
24182.06/1221.94	c      1222              2           1        20         -88.0000        -500.0000    468.18%
24281.14/1226.99	c      1227              2           1        20         -88.0000        -500.0000    468.18%
24382.91/1232.04	c      1232              2           1        20         -88.0000        -500.0000    468.18%
24481.94/1237.09	c      1237              2           1        20         -88.0000        -500.0000    468.18%
24583.14/1242.14	c      1242              2           1        20         -88.0000        -500.0000    468.18%
24682.10/1247.19	c      1247              2           1        20         -88.0000        -500.0000    468.18%
24782.52/1252.24	c      1252              2           1        20         -88.0000        -500.0000    468.18%
24881.62/1257.29	c      1257              2           1        20         -88.0000        -500.0000    468.18%
24982.69/1262.34	c      1262              2           1        20         -88.0000        -500.0000    468.18%
25081.82/1267.39	c      1267              2           1        20         -88.0000        -500.0000    468.18%
25182.93/1272.44	c      1272              2           1        20         -88.0000        -500.0000    468.18%
25282.00/1277.49	c      1277              2           1        20         -88.0000        -500.0000    468.18%
25383.06/1282.54	c      1283              2           1        20         -88.0000        -500.0000    468.18%
25482.18/1287.59	c      1288              2           1        20         -88.0000        -500.0000    468.18%
25583.31/1292.64	c      1293              2           1        20         -88.0000        -500.0000    468.18%
25682.44/1297.69	c      1298              2           1        20         -88.0000        -500.0000    468.18%
25783.57/1302.74	c      1303              2           1        20         -88.0000        -500.0000    468.18%
25882.71/1307.79	c      1308              2           1        20         -88.0000        -500.0000    468.18%
25983.79/1312.84	c      1313              2           1        20         -88.0000        -500.0000    468.18%
26082.92/1317.89	c      1318              2           1        20         -88.0000        -500.0000    468.18%
26184.02/1322.94	c      1323              2           1        20         -88.0000        -500.0000    468.18%
26283.14/1327.98	c      1328              3           2        20         -88.0000        -500.0000    468.18%
26384.94/1333.04	c      1333              3           2        20         -88.0000        -500.0000    468.18%
26483.98/1338.09	c      1338              3           2        20         -88.0000        -500.0000    468.18%
26585.16/1343.14	c      1343              3           2        20         -88.0000        -500.0000    468.18%
26684.28/1348.19	c      1348              3           2        20         -88.0000        -500.0000    468.18%
26784.64/1353.24	c      1353              3           2        20         -88.0000        -500.0000    468.18%
26883.73/1358.29	c      1358              3           2        20         -88.0000        -500.0000    468.18%
26984.81/1363.34	c      1363              3           2        20         -88.0000        -500.0000    468.18%
27083.99/1368.39	c      1368              3           2        20         -88.0000        -500.0000    468.18%
27185.14/1373.44	c      1373              3           2        20         -88.0000        -500.0000    468.18%
27284.31/1378.49	c      1378              3           2        20         -88.0000        -500.0000    468.18%
27385.46/1383.54	c      1384              3           2        20         -88.0000        -500.0000    468.18%
27484.59/1388.59	c      1389              3           2        20         -88.0000        -500.0000    468.18%
27585.71/1393.64	c      1394              3           2        20         -88.0000        -500.0000    468.18%
27684.85/1398.69	c      1399              3           2        20         -88.0000        -500.0000    468.18%
27785.97/1403.74	c      1404              3           2        20         -88.0000        -500.0000    468.18%
27885.10/1408.79	c      1409              3           2        20         -88.0000        -500.0000    468.18%
27986.19/1413.84	c      1414              3           2        20         -88.0000        -500.0000    468.18%
28085.31/1418.89	c      1419              3           2        20         -88.0000        -500.0000    468.18%
28186.40/1423.94	c      1424              3           2        20         -88.0000        -500.0000    468.18%
28285.50/1428.99	c      1429              3           2        20         -88.0000        -500.0000    468.18%
28387.26/1434.04	c      1434              3           2        20         -88.0000        -500.0000    468.18%
28486.40/1439.09	c      1439              3           2        20         -88.0000        -500.0000    468.18%
28587.49/1444.14	c      1444              3           2        20         -88.0000        -500.0000    468.18%
28686.61/1449.19	c      1449              3           2        20         -88.0000        -500.0000    468.18%
28786.97/1454.24	c      1454              3           2        20         -88.0000        -500.0000    468.18%
28886.10/1459.29	c      1459              3           2        20         -88.0000        -500.0000    468.18%
28987.24/1464.34	c      1464              3           2        20         -88.0000        -500.0000    468.18%
29086.35/1469.39	c      1469              3           2        20         -88.0000        -500.0000    468.18%
29185.44/1474.40	c      1474              3           2        20         -88.0000        -500.0000    468.18%
29286.55/1479.45	c      1479              3           2        20         -88.0000        -500.0000    468.18%
29387.64/1484.54	c      1485              3           2        20         -88.0000        -500.0000    468.18%
29486.76/1489.59	c      1490              3           2        20         -88.0000        -500.0000    468.18%
29587.85/1494.64	c      1495              3           2        20         -88.0000        -500.0000    468.18%
29686.97/1499.69	c      1500              3           2        20         -88.0000        -500.0000    468.18%
29787.99/1504.74	c      1505              3           2        20         -88.0000        -500.0000    468.18%
29887.00/1509.79	c      1510              3           2        20         -88.0000        -500.0000    468.18%
29988.12/1514.84	c      1515              3           2        20         -88.0000        -500.0000    468.18%
30087.24/1519.89	c      1520              3           2        20         -88.0000        -500.0000    468.18%
30188.27/1524.94	c      1525              3           2        20         -88.0000        -500.0000    468.18%
30287.37/1529.99	c      1530              3           2        20         -88.0000        -500.0000    468.18%
30389.14/1535.05	c      1535              3           2        20         -88.0000        -500.0000    468.18%
30488.24/1540.10	c      1540              3           2        20         -88.0000        -500.0000    468.18%
30589.30/1545.15	c      1545              3           2        20         -88.0000        -500.0000    468.18%
30689.74/1550.20	c      1550              3           2        20         -88.0000        -500.0000    468.18%
30788.88/1555.24	c      1555              3           2        20         -88.0000        -500.0000    468.18%
30888.02/1560.30	c      1560              3           2        20         -88.0000        -500.0000    468.18%
30989.15/1565.35	c      1565              3           2        20         -88.0000        -500.0000    468.18%
31088.27/1570.40	c      1570              3           2        20         -88.0000        -500.0000    468.18%
31189.37/1575.44	c      1575              3           2        20         -88.0000        -500.0000    468.18%
31288.48/1580.48	c      1580              3           2        20         -88.0000        -500.0000    468.18%
31389.57/1585.53	c      1586              3           2        20         -88.0000        -500.0000    468.18%
31488.78/1590.58	c      1591              3           2        20         -88.0000        -500.0000    468.18%
31589.86/1595.63	c      1596              3           2        20         -88.0000        -500.0000    468.18%
31688.73/1600.68	c      1601              3           2        20         -88.0000        -500.0000    468.18%
31789.79/1605.74	c      1606              3           2        20         -88.0000        -500.0000    468.18%
31888.90/1610.79	c      1611              3           2        20         -88.0000        -500.0000    468.18%
31990.03/1615.86	c      1616              3           2        20         -88.0000        -500.0000    468.18%
32091.16/1620.90	c      1621              3           2        20         -88.0000        -500.0000    468.18%
32190.29/1625.97	c      1626              3           2        20         -88.0000        -500.0000    468.18%
32289.41/1631.00	c      1631              3           2        20         -88.0000        -500.0000    468.18%
32391.15/1636.05	c      1636              3           2        20         -88.0000        -500.0000    468.18%
32490.22/1641.10	c      1641              3           2        20         -88.0000        -500.0000    468.18%
32591.17/1646.15	c      1646              3           2        20         -88.0000        -500.0000    468.18%
32690.23/1651.20	c      1651              3           2        20         -88.0000        -500.0000    468.18%
32790.57/1656.25	c      1656              3           2        20         -88.0000        -500.0000    468.18%
32891.69/1661.35	c      1661              3           2        20         -88.0000        -500.0000    468.18%
32990.83/1666.40	c      1666              3           2        20         -88.0000        -500.0000    468.18%
33091.95/1671.45	c      1671              3           2        20         -88.0000        -500.0000    468.18%
33193.05/1676.50	c      1676              3           2        20         -88.0000        -500.0000    468.18%
33292.20/1681.55	c      1682              3           2        20         -88.0000        -500.0000    468.18%
33393.34/1686.60	c      1687              3           2        20         -88.0000        -500.0000    468.18%
33492.47/1691.65	c      1692              3           2        20         -88.0000        -500.0000    468.18%
33593.58/1696.70	c      1697              3           2        20         -88.0000        -500.0000    468.18%
33692.73/1701.75	c      1702              3           2        20         -88.0000        -500.0000    468.18%
33793.85/1706.80	c      1707              3           2        20         -88.0000        -500.0000    468.18%
33892.99/1711.88	c      1712              3           2        20         -88.0000        -500.0000    468.18%
33954.46/1714.95	c *    1715              3           2        20         -89.0000        -500.0000    461.80%
33998.63/1717.16	c      1717              3           2        20         -89.0000        -500.0000    461.80%
34100.95/1722.32	c      1722              3           2        20         -89.0000        -500.0000    461.80%
34204.03/1727.53	c      1728              3           2        20         -89.0000        -500.0000    461.80%
34304.86/1732.62	c      1733              3           2        20         -89.0000        -500.0000    461.80%
34403.98/1737.67	c      1738              3           2        20         -89.0000        -500.0000    461.80%
34505.10/1742.72	c      1743              3           2        20         -89.0000        -500.0000    461.80%
34604.25/1747.77	c      1748              3           2        20         -89.0000        -500.0000    461.80%
34705.38/1752.82	c      1753              3           2        20         -89.0000        -500.0000    461.80%
34804.50/1757.88	c      1758              3           2        20         -89.0000        -500.0000    461.80%
34905.63/1762.93	c      1763              3           2        20         -89.0000        -500.0000    461.80%
35004.77/1767.98	c      1768              3           2        20         -89.0000        -500.0000    461.80%
35103.91/1773.03	c      1773              3           2        20         -89.0000        -500.0000    461.80%
35205.69/1778.07	c      1778              3           2        20         -89.0000        -500.0000    461.80%
35304.80/1783.13	c      1783              3           2        20         -89.0000        -500.0000    461.80%
35405.99/1788.18	c      1788              3           2        20         -89.0000        -500.0000    461.80%
35506.37/1793.22	c      1793              3           2        20         -89.0000        -500.0000    461.80%
35605.51/1798.28	c      1798              3           2        20         -89.0000        -500.0000    461.80%
35706.69/1803.33	c      1803              3           2        20         -89.0000        -500.0000    461.80%
35805.72/1808.37	c      1808              3           2        20         -89.0000        -500.0000    461.80%
35904.85/1813.38	c      1813              3           2        20         -89.0000        -500.0000    461.80%
36005.97/1818.43	c      1818              3           2        20         -89.0000        -500.0000    461.80%
36105.05/1823.48	c      1823              3           2        20         -89.0000        -500.0000    461.80%
36206.16/1828.53	c      1829              3           2        20         -89.0000        -500.0000    461.80%
36305.30/1833.58	c      1834              3           2        20         -89.0000        -500.0000    461.80%
36406.43/1838.63	c      1839              3           2        20         -89.0000        -500.0000    461.80%
36505.40/1843.68	c      1844              3           2        20         -89.0000        -500.0000    461.80%
36606.53/1848.72	c      1849              3           2        20         -89.0000        -500.0000    461.80%
36677.88/1852.36	c *    1852              3           2        20         -90.0000        -500.0000    455.56%
36707.62/1853.83	c      1854              3           2        20         -90.0000        -500.0000    455.56%
36806.75/1858.88	c      1859              3           2        20         -90.0000        -500.0000    455.56%
36907.87/1863.93	c      1864              3           2        20         -90.0000        -500.0000    455.56%
37007.01/1868.98	c      1869              3           2        20         -90.0000        -500.0000    455.56%
37106.14/1874.03	c      1874              3           2        20         -90.0000        -500.0000    455.56%
37207.97/1879.08	c      1879              3           2        20         -90.0000        -500.0000    455.56%
37307.12/1884.13	c      1884              3           2        20         -90.0000        -500.0000    455.56%
37409.50/1889.22	c      1889              3           2        20         -90.0000        -500.0000    455.56%
37508.65/1894.27	c      1894              3           2        20         -90.0000        -500.0000    455.56%
37609.79/1899.32	c      1899              3           2        20         -90.0000        -500.0000    455.56%
37708.94/1904.37	c      1904              3           2        20         -90.0000        -500.0000    455.56%
37810.05/1909.42	c      1909              3           2        20         -90.0000        -500.0000    455.56%
37909.19/1914.47	c      1914              3           2        20         -90.0000        -500.0000    455.56%
38010.31/1919.52	c      1920              3           2        20         -90.0000        -500.0000    455.56%
38111.44/1924.66	c      1925              3           2        20         -90.0000        -500.0000    455.56%
38212.57/1929.72	c      1930              3           2        20         -90.0000        -500.0000    455.56%
38311.72/1934.76	c      1935              3           2        20         -90.0000        -500.0000    455.56%
38412.85/1939.81	c      1940              3           2        20         -90.0000        -500.0000    455.56%
38512.00/1944.89	c      1945              3           2        20         -90.0000        -500.0000    455.56%
38613.16/1949.94	c      1950              3           2        20         -90.0000        -500.0000    455.56%
38712.34/1954.99	c      1955              3           2        20         -90.0000        -500.0000    455.56%
38814.20/1960.04	c      1960              3           2        20         -90.0000        -500.0000    455.56%
38913.35/1965.09	c      1965              3           2        20         -90.0000        -500.0000    455.56%
39014.49/1970.14	c      1970              4           3        20         -90.0000        -500.0000    455.56%
39113.78/1975.19	c      1975              4           3        20         -90.0000        -500.0000    455.56%
39214.13/1980.24	c      1980              4           3        20         -90.0000        -500.0000    455.56%
39313.31/1985.29	c      1985              4           3        20         -90.0000        -500.0000    455.56%
39414.41/1990.34	c      1990              4           3        20         -90.0000        -500.0000    455.56%
39515.58/1995.45	c      1995              4           3        20         -90.0000        -500.0000    455.56%
39614.75/2000.50	c      2000              4           3        20         -90.0000        -500.0000    455.56%
39715.91/2005.55	c      2006              4           3        20         -90.0000        -500.0000    455.56%
39815.09/2010.60	c      2011              4           3        20         -90.0000        -500.0000    455.56%
39916.24/2015.65	c      2016              4           3        20         -90.0000        -500.0000    455.56%
40017.39/2020.70	c      2021              4           3        20         -90.0000        -500.0000    455.56%
40116.57/2025.75	c      2026              4           3        20         -90.0000        -500.0000    455.56%
40215.69/2030.80	c      2031              4           3        20         -90.0000        -500.0000    455.56%
40316.85/2035.85	c      2036              4           3        20         -90.0000        -500.0000    455.56%
40416.03/2040.90	c      2041              4           3        20         -90.0000        -500.0000    455.56%
40517.11/2045.95	c      2046              4           3        20         -90.0000        -500.0000    455.56%
40616.17/2050.99	c      2051              4           3        20         -90.0000        -500.0000    455.56%
40717.98/2056.04	c      2056              4           3        20         -90.0000        -500.0000    455.56%
40817.12/2061.09	c      2061              4           3        20         -90.0000        -500.0000    455.56%
40918.34/2066.14	c      2066              4           3        20         -90.0000        -500.0000    455.56%
41017.52/2071.19	c      2071              4           3        20         -90.0000        -500.0000    455.56%
41117.92/2076.24	c      2076              4           3        20         -90.0000        -500.0000    455.56%
41217.10/2081.29	c      2081              4           3        20         -90.0000        -500.0000    455.56%
41318.26/2086.34	c      2086              4           3        20         -90.0000        -500.0000    455.56%
41419.41/2091.40	c      2091              4           3        20         -90.0000        -500.0000    455.56%
41518.52/2096.45	c      2096              4           3        20         -90.0000        -500.0000    455.56%
41617.70/2101.50	c      2102              4           3        20         -90.0000        -500.0000    455.56%
41718.87/2106.55	c      2107              4           3        20         -90.0000        -500.0000    455.56%
41820.05/2111.61	c      2112              4           3        20         -90.0000        -500.0000    455.56%
41919.24/2116.66	c      2117              4           3        20         -90.0000        -500.0000    455.56%
42020.41/2121.70	c      2122              4           3        20         -90.0000        -500.0000    455.56%
42126.22/2127.08	c      2127              4           3        20         -90.0000        -500.0000    455.56%
42225.36/2132.13	c      2132              4           3        20         -90.0000        -500.0000    455.56%
42326.80/2137.18	c      2137              4           3        20         -90.0000        -500.0000    455.56%
42427.04/2142.23	c      2142              4           3        20         -90.0000        -500.0000    455.56%
42526.23/2147.28	c      2147              4           3        20         -90.0000        -500.0000    455.56%
42627.28/2152.33	c      2152              4           3        20         -90.0000        -500.0000    455.56%
42726.45/2157.38	c      2157              4           3        20         -90.0000        -500.0000    455.56%
42827.73/2162.43	c      2162              4           3        20         -90.0000        -500.0000    455.56%
42926.80/2167.48	c      2167              4           3        20         -90.0000        -500.0000    455.56%
43027.98/2172.53	c      2173              4           3        20         -90.0000        -500.0000    455.56%
43127.16/2177.58	c      2178              4           3        20         -90.0000        -500.0000    455.56%
43228.34/2182.63	c      2183              4           3        20         -90.0000        -500.0000    455.56%
43327.52/2187.68	c      2188              4           3        20         -90.0000        -500.0000    455.56%
43428.69/2192.73	c      2193              4           3        20         -90.0000        -500.0000    455.56%
43527.88/2197.78	c      2198              4           3        20         -90.0000        -500.0000    455.56%
43629.05/2202.83	c      2203              4           3        20         -90.0000        -500.0000    455.56%
43728.23/2207.88	c      2208              4           3        20         -90.0000        -500.0000    455.56%
43829.41/2212.93	c      2213              4           3        20         -90.0000        -500.0000    455.56%
43928.59/2217.98	c      2218              4           3        20         -90.0000        -500.0000    455.56%
44027.79/2223.03	c      2223              4           3        20         -90.0000        -500.0000    455.56%
44129.63/2228.08	c      2228              4           3        20         -90.0000        -500.0000    455.56%
44228.70/2233.13	c      2233              4           3        20         -90.0000        -500.0000    455.56%
44330.17/2238.18	c      2238              4           3        20         -90.0000        -500.0000    455.56%
44430.43/2243.23	c      2243              4           3        20         -90.0000        -500.0000    455.56%
44529.61/2248.28	c      2248              4           3        20         -90.0000        -500.0000    455.56%
44630.78/2253.33	c      2253              4           3        20         -90.0000        -500.0000    455.56%
44729.97/2258.37	c      2258              4           3        20         -90.0000        -500.0000    455.56%
44831.15/2263.42	c      2263              4           3        20         -90.0000        -500.0000    455.56%
44930.34/2268.48	c      2268              4           3        20         -90.0000        -500.0000    455.56%
45031.53/2273.53	c      2274              4           3        20         -90.0000        -500.0000    455.56%
45130.72/2278.58	c      2279              4           3        20         -90.0000        -500.0000    455.56%
45231.91/2283.63	c      2284              4           3        20         -90.0000        -500.0000    455.56%
45331.11/2288.67	c      2289              4           3        20         -90.0000        -500.0000    455.56%
45432.29/2293.73	c      2294              4           3        20         -90.0000        -500.0000    455.56%
45531.50/2298.78	c      2299              4           3        20         -90.0000        -500.0000    455.56%
45632.69/2303.83	c      2304              4           3        20         -90.0000        -500.0000    455.56%
45731.90/2308.87	c      2309              4           3        20         -90.0000        -500.0000    455.56%
45833.10/2313.93	c      2314              4           3        20         -90.0000        -500.0000    455.56%
45932.31/2318.98	c      2319              4           3        20         -90.0000        -500.0000    455.56%
46031.52/2324.03	c      2324              4           3        20         -90.0000        -500.0000    455.56%
46133.30/2329.08	c      2329              4           3        20         -90.0000        -500.0000    455.56%
46232.45/2334.13	c      2334              4           3        20         -90.0000        -500.0000    455.56%
46333.91/2339.18	c      2339              4           3        20         -90.0000        -500.0000    455.56%
46434.27/2344.23	c      2344              4           3        20         -90.0000        -500.0000    455.56%
46533.49/2349.28	c      2349              4           3        20         -90.0000        -500.0000    455.56%
46634.69/2354.33	c      2354              4           3        20         -90.0000        -500.0000    455.56%
46733.89/2359.38	c      2359              4           3        20         -90.0000        -500.0000    455.56%
46835.09/2364.43	c      2364              4           3        20         -90.0000        -500.0000    455.56%
46934.29/2369.48	c      2369              4           3        20         -90.0000        -500.0000    455.56%
47035.48/2374.53	c      2375              5           4        20         -90.0000        -500.0000    455.56%
47134.69/2379.58	c      2380              5           4        20         -90.0000        -500.0000    455.56%
47235.89/2384.63	c      2385              5           4        20         -90.0000        -500.0000    455.56%
47335.09/2389.68	c      2390              5           4        20         -90.0000        -500.0000    455.56%
47436.30/2394.73	c      2395              5           4        20         -90.0000        -500.0000    455.56%
47535.51/2399.78	c      2400              5           4        20         -90.0000        -500.0000    455.56%
47636.70/2404.83	c      2405              5           4        20         -90.0000        -500.0000    455.56%
47735.91/2409.88	c      2410              5           4        20         -90.0000        -500.0000    455.56%
47837.11/2414.93	c      2415              5           4        20         -90.0000        -500.0000    455.56%
47936.32/2419.98	c      2420              5           4        20         -90.0000        -500.0000    455.56%
48035.53/2425.03	c      2425              5           4        20         -90.0000        -500.0000    455.56%
48137.53/2430.08	c      2430              5           4        20         -90.0000        -500.0000    455.56%
48236.58/2435.13	c      2435              5           4        20         -90.0000        -500.0000    455.56%
48337.77/2440.18	c      2440              5           4        20         -90.0000        -500.0000    455.56%
48438.30/2445.23	c      2445              5           4        20         -90.0000        -500.0000    455.56%
48537.51/2450.28	c      2450              5           4        20         -90.0000        -500.0000    455.56%
48638.70/2455.33	c      2455              5           4        20         -90.0000        -500.0000    455.56%
48737.91/2460.38	c      2460              5           4        20         -90.0000        -500.0000    455.56%
48839.10/2465.44	c      2465              5           4        20         -90.0000        -500.0000    455.56%
48938.30/2470.49	c      2470              5           4        20         -90.0000        -500.0000    455.56%
49039.46/2475.54	c      2476              5           4        20         -90.0000        -500.0000    455.56%
49138.66/2480.59	c      2481              5           4        20         -90.0000        -500.0000    455.56%
49239.83/2485.64	c      2486              5           4        20         -90.0000        -500.0000    455.56%
49339.00/2490.69	c      2491              5           4        20         -90.0000        -500.0000    455.56%
49440.18/2495.74	c      2496              5           4        20         -90.0000        -500.0000    455.56%
49539.38/2500.79	c      2501              5           4        20         -90.0000        -500.0000    455.56%
49640.57/2505.84	c      2506              5           4        20         -90.0000        -500.0000    455.56%
49739.76/2510.89	c      2511              5           4        20         -90.0000        -500.0000    455.56%
49840.95/2515.94	c      2516              5           4        20         -90.0000        -500.0000    455.56%
49940.14/2520.99	c      2521              5           4        20         -90.0000        -500.0000    455.56%
50039.34/2526.04	c      2526              5           4        20         -90.0000        -500.0000    455.56%
50141.12/2531.09	c      2531              5           4        20         -90.0000        -500.0000    455.56%
50242.40/2536.14	c      2536              5           4        20         -90.0000        -500.0000    455.56%
50341.59/2541.19	c      2541              5           4        20         -90.0000        -500.0000    455.56%
50442.10/2546.24	c      2546              5           4        20         -90.0000        -500.0000    455.56%
50541.24/2551.29	c      2551              5           4        20         -90.0000        -500.0000    455.56%
50642.38/2556.34	c      2556              5           4        20         -90.0000        -500.0000    455.56%
50741.53/2561.39	c      2561              5           4        20         -90.0000        -500.0000    455.56%
50842.69/2566.44	c      2566              5           4        20         -90.0000        -500.0000    455.56%
50941.84/2571.49	c      2571              5           4        20         -90.0000        -500.0000    455.56%
51042.97/2576.54	c      2577              5           4        20         -90.0000        -500.0000    455.56%
51142.12/2581.59	c      2582              5           4        20         -90.0000        -500.0000    455.56%
51243.27/2586.64	c      2587              5           4        20         -90.0000        -500.0000    455.56%
51342.43/2591.69	c      2592              5           4        20         -90.0000        -500.0000    455.56%
51443.58/2596.74	c      2597              5           4        20         -90.0000        -500.0000    455.56%
51542.76/2601.79	c      2602              5           4        20         -90.0000        -500.0000    455.56%
51643.91/2606.84	c      2607              5           4        20         -90.0000        -500.0000    455.56%
51743.06/2611.90	c      2612              5           4        20         -90.0000        -500.0000    455.56%
51844.20/2616.95	c      2617              5           4        20         -90.0000        -500.0000    455.56%
51943.35/2622.00	c      2622              5           4        20         -90.0000        -500.0000    455.56%
52045.06/2627.05	c      2627              5           4        20         -90.0000        -500.0000    455.56%
52144.19/2632.10	c      2632              5           4        20         -90.0000        -500.0000    455.56%
52245.46/2637.15	c      2637              5           4        20         -90.0000        -500.0000    455.56%
52344.49/2642.20	c      2642              5           4        20         -90.0000        -500.0000    455.56%
52444.98/2647.25	c      2647              5           4        20         -90.0000        -500.0000    455.56%
52546.10/2652.30	c      2652              5           4        20         -90.0000        -500.0000    455.56%
52645.24/2657.35	c      2657              5           4        20         -90.0000        -500.0000    455.56%
52746.34/2662.40	c      2662              5           4        20         -90.0000        -500.0000    455.56%
52845.46/2667.45	c      2667              5           4        20         -90.0000        -500.0000    455.56%
52944.58/2672.50	c      2672              5           4        20         -90.0000        -500.0000    455.56%
53045.70/2677.55	c      2678              5           4        20         -90.0000        -500.0000    455.56%
53144.83/2682.60	c      2683              6           5        20         -90.0000        -500.0000    455.56%
53245.94/2687.65	c      2688              6           5        20         -90.0000        -500.0000    455.56%
53347.05/2692.70	c      2693              6           5        20         -90.0000        -500.0000    455.56%
53446.18/2697.75	c      2698              6           5        20         -90.0000        -500.0000    455.56%
53545.30/2702.80	c      2703              6           5        20         -90.0000        -500.0000    455.56%
53646.42/2707.85	c      2708              6           5        20         -90.0000        -500.0000    455.56%
53747.53/2712.90	c      2713              6           5        20         -90.0000        -500.0000    455.56%
53846.65/2717.95	c      2718              6           5        20         -90.0000        -500.0000    455.56%
53945.77/2723.00	c      2723              6           5        20         -90.0000        -500.0000    455.56%
54047.52/2728.05	c      2728              6           5        20         -90.0000        -500.0000    455.56%
54146.63/2733.10	c      2733              6           5        20         -90.0000        -500.0000    455.56%
54247.67/2738.15	c      2738              6           5        20         -90.0000        -500.0000    455.56%
54348.18/2743.20	c      2743              6           5        20         -90.0000        -500.0000    455.56%
54447.29/2748.25	c      2748              6           5        20         -90.0000        -500.0000    455.56%
54546.42/2753.30	c      2753              6           5        20         -90.0000        -500.0000    455.56%
54647.53/2758.35	c      2758              6           5        20         -90.0000        -500.0000    455.56%
54748.63/2763.40	c      2763              6           5        20         -90.0000        -500.0000    455.56%
54847.74/2768.45	c      2768              6           5        20         -90.0000        -500.0000    455.56%
54946.86/2773.50	c      2774              6           5        20         -90.0000        -500.0000    455.56%
55047.96/2778.55	c      2779              6           5        20         -90.0000        -500.0000    455.56%
55147.07/2783.60	c      2784              6           5        20         -90.0000        -500.0000    455.56%
55248.28/2788.65	c      2789              6           5        20         -90.0000        -500.0000    455.56%
55349.49/2793.70	c      2794              6           5        20         -90.0000        -500.0000    455.56%
55448.70/2798.75	c      2799              6           5        20         -90.0000        -500.0000    455.56%
55547.92/2803.80	c      2804              6           5        20         -90.0000        -500.0000    455.56%
55649.12/2808.85	c      2809              6           5        20         -90.0000        -500.0000    455.56%
55750.31/2813.93	c      2814              6           5        20         -90.0000        -500.0000    455.56%
55849.54/2818.98	c      2819              6           5        20         -90.0000        -500.0000    455.56%
55948.75/2824.03	c      2824              6           5        20         -90.0000        -500.0000    455.56%
56050.48/2829.08	c      2829              6           5        20         -90.0000        -500.0000    455.56%
56151.83/2834.15	c      2834              6           5        20         -90.0000        -500.0000    455.56%
56251.17/2839.20	c      2839              6           5        20         -90.0000        -500.0000    455.56%
56351.56/2844.28	c      2844              6           5        20         -90.0000        -500.0000    455.56%
56452.78/2849.36	c      2849              6           5        20         -90.0000        -500.0000    455.56%
56553.98/2854.41	c      2854              6           5        20         -90.0000        -500.0000    455.56%
56653.20/2859.46	c      2859              6           5        20         -90.0000        -500.0000    455.56%
56754.42/2864.51	c      2865              7           6        20         -90.0000        -500.0000    455.56%
56853.66/2869.56	c      2870              7           6        20         -90.0000        -500.0000    455.56%
56954.88/2874.61	c      2875              7           6        20         -90.0000        -500.0000    455.56%
57054.12/2879.66	c      2880              7           6        20         -90.0000        -500.0000    455.56%
57155.34/2884.71	c      2885              7           6        20         -90.0000        -500.0000    455.56%
57254.56/2889.78	c      2890              7           6        20         -90.0000        -500.0000    455.56%
57355.78/2894.83	c      2895              7           6        20         -90.0000        -500.0000    455.56%
57455.01/2899.88	c      2900              7           6        20         -90.0000        -500.0000    455.56%
57556.15/2904.93	c      2905              7           6        20         -90.0000        -500.0000    455.56%
57655.38/2909.98	c      2910              7           6        20         -90.0000        -500.0000    455.56%
57754.61/2915.03	c      2915              7           6        20         -90.0000        -500.0000    455.56%
57856.44/2920.08	c      2920              7           6        20         -90.0000        -500.0000    455.56%
57955.61/2925.13	c      2925              7           6        20         -90.0000        -500.0000    455.56%
58056.78/2930.18	c      2930              7           6        20         -90.0000        -500.0000    455.56%
58157.44/2935.23	c      2935              7           6        20         -90.0000        -500.0000    455.56%
58258.65/2940.30	c      2940              7           6        20         -90.0000        -500.0000    455.56%
58357.89/2945.35	c      2945              7           6        20         -90.0000        -500.0000    455.56%
58457.12/2950.40	c      2950              7           6        20         -90.0000        -500.0000    455.56%
58558.33/2955.45	c      2955              7           6        20         -90.0000        -500.0000    455.56%
58657.54/2960.50	c      2960              7           6        20         -90.0000        -500.0000    455.56%
58758.74/2965.55	c      2966              7           6        20         -90.0000        -500.0000    455.56%
58859.95/2970.60	c      2971              7           6        20         -90.0000        -500.0000    455.56%
58959.18/2975.65	c      2976              7           6        20         -90.0000        -500.0000    455.56%
59060.39/2980.70	c      2981              7           6        20         -90.0000        -500.0000    455.56%
59159.61/2985.75	c      2986              7           6        20         -90.0000        -500.0000    455.56%
59260.81/2990.89	c      2991              7           6        20         -90.0000        -500.0000    455.56%
59362.01/2995.94	c      2996              7           6        20         -90.0000        -500.0000    455.56%
59461.23/3000.99	c      3001              7           6        20         -90.0000        -500.0000    455.56%
59563.11/3006.04	c      3006              7           6        20         -90.0000        -500.0000    455.56%
59662.39/3011.09	c      3011              7           6        20         -90.0000        -500.0000    455.56%
59763.43/3016.14	c      3016              7           6        20         -90.0000        -500.0000    455.56%
59862.57/3021.19	c      3021              7           6        20         -90.0000        -500.0000    455.56%
59963.10/3026.24	c      3026              7           6        20         -90.0000        -500.0000    455.56%
60062.29/3031.29	c      3031              8           7        20         -90.0000        -500.0000    455.56%
60163.46/3036.34	c      3036              8           7        20         -90.0000        -500.0000    455.56%
60262.62/3041.39	c      3041              9           8        20         -90.0000        -500.0000    455.56%
60363.78/3046.44	c      3046             10           9        20         -90.0000        -500.0000    455.56%
60462.96/3051.48	c      3051             11          10        20         -90.0000        -500.0000    455.56%
60564.14/3056.54	c      3057             11          10        20         -90.0000        -500.0000    455.56%
60663.31/3061.59	c      3062             11          10        20         -90.0000        -500.0000    455.56%
60764.48/3066.64	c      3067             11          10        20         -90.0000        -500.0000    455.56%
60863.66/3071.69	c      3072             11          10        20         -90.0000        -500.0000    455.56%
60964.81/3076.73	c      3077             11          10        20         -90.0000        -500.0000    455.56%
61063.99/3081.79	c      3082             11          10        20         -90.0000        -500.0000    455.56%
61165.15/3086.83	c      3087             11          10        20         -90.0000        -500.0000    455.56%
61264.31/3091.88	c      3092             11          10        20         -90.0000        -500.0000    455.56%
61365.46/3096.94	c      3097             11          10        20         -90.0000        -500.0000    455.56%
61464.66/3101.99	c      3102             11          10        20         -90.0000        -500.0000    455.56%
61566.49/3107.04	c      3107             11          10        20         -90.0000        -500.0000    455.56%
61665.68/3112.09	c      3112             11          10        20         -90.0000        -500.0000    455.56%
61766.86/3117.14	c      3117             12          11        20         -90.0000        -500.0000    455.56%
61866.06/3122.19	c      3122             14          13        20         -90.0000        -500.0000    455.56%
61966.49/3127.24	c      3127             15          14        20         -90.0000        -500.0000    455.56%
62065.67/3132.28	c      3132             15          14        20         -90.0000        -500.0000    455.56%
62166.85/3137.34	c      3137             16          15        20         -90.0000        -500.0000    455.56%
62266.02/3142.39	c      3142             16          15        20         -90.0000        -500.0000    455.56%
62367.18/3147.44	c      3147             16          15        20         -90.0000        -500.0000    455.56%
62466.35/3152.49	c      3152             16          15        20         -90.0000        -500.0000    455.56%
62567.50/3157.54	c      3158             17          16        20         -90.0000        -500.0000    455.56%
62666.69/3162.58	c      3163             17          16        20         -90.0000        -500.0000    455.56%
62767.85/3167.64	c      3168             17          16        20         -90.0000        -500.0000    455.56%
62867.02/3172.69	c      3173             17          16        20         -90.0000        -500.0000    455.56%
62968.17/3177.74	c      3178             18          17        20         -90.0000        -500.0000    455.56%
63067.35/3182.79	c      3183             19          18        20         -90.0000        -500.0000    455.56%
63168.49/3187.83	c      3188             19          18        20         -90.0000        -500.0000    455.56%
63267.66/3192.89	c      3193             20          19        20         -90.0000        -500.0000    455.56%
63368.80/3197.93	c      3198             21          20        20         -90.0000        -500.0000    455.56%
63467.95/3202.98	c      3203             21          20        20         -90.0000        -500.0000    455.56%
63569.79/3208.04	c      3208             22          21        20         -90.0000        -500.0000    455.56%
63668.88/3213.09	c      3213             22          21        20         -90.0000        -500.0000    455.56%
63770.07/3218.14	c      3218             23          22        20         -90.0000        -500.0000    455.56%
63869.25/3223.19	c      3223             24          23        20         -90.0000        -500.0000    455.56%
63969.65/3228.24	c      3228             24          23        20         -90.0000        -500.0000    455.56%
64068.80/3233.29	c      3233             24          23        20         -90.0000        -500.0000    455.56%
64169.93/3238.34	c      3238             24          23        20         -90.0000        -500.0000    455.56%
64269.07/3243.39	c      3243             24          23        20         -90.0000        -500.0000    455.56%
64370.22/3248.44	c      3248             24          23        20         -90.0000        -500.0000    455.56%
64469.36/3253.48	c      3253             24          23        20         -90.0000        -500.0000    455.56%
64570.51/3258.54	c      3259             24          23        20         -90.0000        -500.0000    455.56%
64669.65/3263.58	c      3264             24          23        20         -90.0000        -500.0000    455.56%
64770.79/3268.64	c      3269             24          23        20         -90.0000        -500.0000    455.56%
64869.94/3273.66	c      3274             24          23        20         -90.0000        -500.0000    455.56%
64971.14/3278.73	c      3279             24          23        20         -90.0000        -500.0000    455.56%
65070.22/3283.78	c      3284             24          23        20         -90.0000        -500.0000    455.56%
65171.26/3288.84	c      3289             24          23        20         -90.0000        -500.0000    455.56%
65270.39/3293.89	c      3294             24          23        20         -90.0000        -500.0000    455.56%
65371.51/3298.94	c      3299             24          23        20         -90.0000        -500.0000    455.56%
65470.51/3303.99	c      3304             24          23        20         -90.0000        -500.0000    455.56%
65572.30/3309.04	c      3309             24          23        20         -90.0000        -500.0000    455.56%
65671.38/3314.09	c      3314             24          23        20         -90.0000        -500.0000    455.56%
65772.57/3319.14	c      3319             24          23        20         -90.0000        -500.0000    455.56%
65871.74/3324.19	c      3324             24          23        20         -90.0000        -500.0000    455.56%
65972.18/3329.24	c      3329             24          23        20         -90.0000        -500.0000    455.56%
66071.20/3334.27	c      3334             24          23        20         -90.0000        -500.0000    455.56%
66172.27/3339.34	c      3339             24          23        20         -90.0000        -500.0000    455.56%
66271.41/3344.39	c      3344             24          23        20         -90.0000        -500.0000    455.56%
66372.56/3349.44	c      3349             24          23        20         -90.0000        -500.0000    455.56%
66471.71/3354.49	c      3354             24          23        20         -90.0000        -500.0000    455.56%
66572.86/3359.54	c      3360             24          23        20         -90.0000        -500.0000    455.56%
66672.01/3364.59	c      3365             24          23        20         -90.0000        -500.0000    455.56%
66773.17/3369.64	c      3370             24          23        20         -90.0000        -500.0000    455.56%
66874.32/3374.71	c      3375             24          23        20         -90.0000        -500.0000    455.56%
66973.49/3379.75	c      3380             24          23        20         -90.0000        -500.0000    455.56%
67074.52/3384.83	c      3385             24          23        20         -90.0000        -500.0000    455.56%
67175.45/3389.96	c      3390             24          23        20         -90.0000        -500.0000    455.56%
67274.47/3395.03	c      3395             24          23        20         -90.0000        -500.0000    455.56%
67376.29/3400.08	c      3400             24          23        20         -90.0000        -500.0000    455.56%
67475.45/3405.13	c      3405             24          23        20         -90.0000        -500.0000    455.56%
67577.88/3410.23	c      3410             24          23        20         -90.0000        -500.0000    455.56%
67677.02/3415.28	c      3415             24          23        20         -90.0000        -500.0000    455.56%
67778.20/3420.33	c      3420             24          23        20         -90.0000        -500.0000    455.56%
67877.35/3425.38	c      3425             24          23        20         -90.0000        -500.0000    455.56%
67978.51/3430.43	c      3430             24          23        20         -90.0000        -500.0000    455.56%
68077.68/3435.48	c      3435             24          23        20         -90.0000        -500.0000    455.56%
68178.84/3440.53	c      3441             24          23        20         -90.0000        -500.0000    455.56%
68278.02/3445.58	c      3446             24          23        20         -90.0000        -500.0000    455.56%
68379.15/3450.66	c      3451             24          23        20         -90.0000        -500.0000    455.56%
68480.13/3455.75	c      3456             24          23        20         -90.0000        -500.0000    455.56%
68579.22/3460.80	c      3461             24          23        20         -90.0000        -500.0000    455.56%
68680.38/3465.85	c      3466             25          24        20         -90.0000        -500.0000    455.56%
68779.52/3470.90	c      3471             25          24        20         -90.0000        -500.0000    455.56%
68880.69/3475.95	c      3476             26          25        20         -90.0000        -500.0000    455.56%
68979.86/3481.00	c      3481             27          26        20         -90.0000        -500.0000    455.56%
69081.69/3486.05	c      3486             27          26        20         -90.0000        -500.0000    455.56%
69180.64/3491.10	c      3491             27          26        20         -90.0000        -500.0000    455.56%
69281.82/3496.15	c      3496             27          26        20         -90.0000        -500.0000    455.56%
69382.26/3501.24	c      3501             27          26        20         -90.0000        -500.0000    455.56%
69481.43/3506.29	c      3506             27          26        20         -90.0000        -500.0000    455.56%
69582.59/3511.34	c      3511             28          27        20         -90.0000        -500.0000    455.56%
69681.69/3516.39	c      3516             29          28        20         -90.0000        -500.0000    455.56%
69782.84/3521.44	c      3521             30          29        20         -90.0000        -500.0000    455.56%
69884.00/3526.50	c      3526             30          29        20         -90.0000        -500.0000    455.56%
69983.17/3531.54	c      3532             30          29        20         -90.0000        -500.0000    455.56%
70082.34/3536.59	c      3537             31          30        20         -90.0000        -500.0000    455.56%
70183.48/3541.64	c      3542             31          30        20         -90.0000        -500.0000    455.56%
70282.63/3546.69	c      3547             32          31        20         -90.0000        -500.0000    455.56%
70383.78/3551.74	c      3552             32          31        20         -90.0000        -500.0000    455.56%
70482.94/3556.79	c      3557             33          32        20         -90.0000        -500.0000    455.56%
70584.09/3561.83	c      3562             34          33        20         -90.0000        -500.0000    455.56%
70683.24/3566.89	c      3567             34          33        20         -90.0000        -500.0000    455.56%
70784.38/3571.94	c      3572             35          34        20         -90.0000        -500.0000    455.56%
70883.54/3576.99	c      3577             35          34        20         -90.0000        -500.0000    455.56%
70985.36/3582.04	c      3582             35          34        20         -90.0000        -500.0000    455.56%
71084.55/3587.09	c      3587             35          34        20         -90.0000        -500.0000    455.56%
71185.71/3592.14	c      3592             35          34        20         -90.0000        -500.0000    455.56%
71284.86/3597.19	c      3597             35          34        20         -90.0000        -500.0000    455.56%
71385.16/3602.24	c      3602             35          34        20         -90.0000        -500.0000    455.56%
71483.88/3607.29	c      3607             35          34        20         -90.0000        -500.0000    455.56%
71585.02/3612.34	c      3612             35          34        20         -90.0000        -500.0000    455.56%
71684.17/3617.39	c      3617             35          34        20         -90.0000        -500.0000    455.56%
71785.33/3622.44	c      3622             35          34        20         -90.0000        -500.0000    455.56%
71884.50/3627.49	c      3627             35          34        20         -90.0000        -500.0000    455.56%
71985.64/3632.54	c      3633             35          34        20         -90.0000        -500.0000    455.56%

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 (185347 MiB free)
  memory of node 1: 193494 MiB (192016 MiB free)
  memory of node 2: 193531 MiB (187458 MiB free)
  memory of node 3: 193531 MiB (182327 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-4465989-1722460211/watcher-4465989-1722460211 -o /tmp/evaluation-result-4465989-1722460211/solver-4465989-1722460211 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722454451-71505 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465989-1722460211.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100109 s]*
/proc/loadavg: 80.43 80.74 80.69 62/981 78078
/proc/meminfo: memFree=765010192/790760804 swapFree=131071996/131071996
[pid=78077] ppid=78074 vsize=102992 memory=89900 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/stat : 78077 (fscip) R 78074 78077 71494 0 -1 4194304 20353 0 0 0 8 3 0 0 20 0 1 0 12604226 105463808 22475 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
/proc/78077/statm: 25748 22475 2363 3035 0 22144 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 102992 KiB
Current children cumulated memory: 89900 KiB

[startup+0.219045 s]*
/proc/loadavg: 80.43 80.74 80.69 62/981 78078
/proc/meminfo: memFree=764963716/790760804 swapFree=131071996/131071996
[pid=78077] ppid=78074 vsize=164352 memory=153340 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/stat : 78077 (fscip) R 78074 78077 71494 0 -1 4194304 37320 0 0 0 17 5 0 0 20 0 1 0 12604226 168296448 38335 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
/proc/78077/statm: 41088 38335 2571 3035 0 37484 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 164352 KiB
Current children cumulated memory: 153340 KiB

[startup+0.319808 s]*
/proc/loadavg: 80.43 80.74 80.69 62/981 78078
/proc/meminfo: memFree=764868864/790760804 swapFree=131071996/131071996
[pid=78077] ppid=78074 vsize=239744 memory=228844 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/stat : 78077 (fscip) R 78074 78077 71494 0 -1 4194304 56194 0 0 0 25 8 0 0 20 0 1 0 12604226 245497856 57211 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
/proc/78077/statm: 59936 57211 2571 3035 0 56332 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 239744 KiB
Current children cumulated memory: 228844 KiB

[startup+0.70027 s]
/proc/loadavg: 80.43 80.74 80.69 62/981 78078
/proc/meminfo: memFree=764816208/790760804 swapFree=131071996/131071996
[pid=78077] ppid=78074 vsize=326852 memory=314020 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/stat : 78077 (fscip) R 78074 78077 71494 0 -1 4194304 77125 0 0 0 58 10 0 0 20 0 1 0 12604226 334696448 78505 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
/proc/78077/statm: 81713 78505 2630 3035 0 78109 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 326852 KiB
Current children cumulated memory: 314020 KiB

[startup+1.50026 s]
/proc/loadavg: 80.43 80.74 80.69 62/981 78078
/proc/meminfo: memFree=764769896/790760804 swapFree=131071996/131071996
[pid=78077] ppid=78074 vsize=1824368 memory=428716 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/stat : 78077 (fscip) S 78074 78077 71494 0 -1 1077936128 106644 0 0 0 134 15 0 0 20 0 21 0 12604226 1868152832 107179 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
/proc/78077/statm: 456092 107179 2710 3035 0 148163 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1824368 KiB
Current children cumulated memory: 428716 KiB

[startup+3.14341 s]
/proc/loadavg: 80.40 80.73 80.68 81/1021 78120
/proc/meminfo: memFree=762403044/790760804 swapFree=131071996/131071996
[pid=78077] ppid=78074 vsize=3748864 memory=2725252 CPUtime=28.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/stat : 78077 (fscip) S 78074 78077 71494 0 -1 1077936128 799901 0 0 0 2693 201 0 0 20 0 41 0 12604226 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
/proc/78077/statm: 937216 681313 2950 3035 0 786001 0
[pid=78077/tid=78081] ppid=78074 vsize=3748864 memory=0 CPUtime=1.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78081/stat : 78081 (fscip) R 78074 78077 71494 0 -1 4194368 29588 0 0 0 130 9 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78082] ppid=78074 vsize=3748864 memory=11440 CPUtime=1.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78082/stat : 78082 (fscip) R 78074 78077 71494 0 -1 4194368 29905 0 0 0 130 7 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78083] ppid=78074 vsize=3748864 memory=1854776 CPUtime=1.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78083/stat : 78083 (fscip) R 78074 78077 71494 0 -1 4194368 42809 0 0 0 128 10 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78084] ppid=78074 vsize=3748864 memory=2477160 CPUtime=1.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78084/stat : 78084 (fscip) R 78074 78077 71494 0 -1 4194368 30409 0 0 0 130 8 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78085] ppid=78074 vsize=3748864 memory=10544 CPUtime=1.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78085/stat : 78085 (fscip) R 78074 78077 71494 0 -1 4194368 29735 0 0 0 127 8 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78086] ppid=78074 vsize=3748864 memory=1199828 CPUtime=1.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78086/stat : 78086 (fscip) R 78074 78077 71494 0 -1 4194368 49274 0 0 0 124 11 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78087] ppid=78074 vsize=3748864 memory=281077021299072 CPUtime=1.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78087/stat : 78087 (fscip) R 78074 78077 71494 0 -1 4194368 30439 0 0 0 130 8 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78088] ppid=78074 vsize=3748864 memory=281077021460176 CPUtime=1.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78088/stat : 78088 (fscip) R 78074 78077 71494 0 -1 4194368 31887 0 0 0 130 10 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78089] ppid=78074 vsize=3748864 memory=8227748054529 CPUtime=1.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78089/stat : 78089 (fscip) R 78074 78077 71494 0 -1 4194368 44916 0 0 0 124 11 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78090] ppid=78074 vsize=3748864 memory=8240632956161 CPUtime=1.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78090/stat : 78090 (fscip) R 78074 78077 71494 0 -1 4194368 30489 0 0 0 129 9 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78091] ppid=78074 vsize=3748864 memory=7441 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78091/stat : 78091 (fscip) R 78074 78077 71494 0 -1 4194368 31301 0 0 0 124 10 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78092] ppid=78074 vsize=3748864 memory=4420 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78092/stat : 78092 (fscip) R 78074 78077 71494 0 -1 4194368 45681 0 0 0 122 12 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78093] ppid=78074 vsize=3748864 memory=6628 CPUtime=1.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78093/stat : 78093 (fscip) R 78074 78077 71494 0 -1 4194368 31706 0 0 0 132 8 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78094] ppid=78074 vsize=3748864 memory=29273809900535888 CPUtime=1.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78094/stat : 78094 (fscip) R 78074 78077 71494 0 -1 4194368 31217 0 0 0 128 8 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78095] ppid=78074 vsize=3748864 memory=0 CPUtime=1.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78095/stat : 78095 (fscip) R 78074 78077 71494 0 -1 4194368 50996 0 0 0 126 10 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78096] ppid=78074 vsize=3748864 memory=0 CPUtime=1.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78096/stat : 78096 (fscip) R 78074 78077 71494 0 -1 4194368 32098 0 0 0 132 8 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78097] ppid=78074 vsize=3748864 memory=0 CPUtime=1.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78097/stat : 78097 (fscip) R 78074 78077 71494 0 -1 4194368 30065 0 0 0 130 8 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78098] ppid=78074 vsize=3748864 memory=25932 CPUtime=1.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78098/stat : 78098 (fscip) R 78074 78077 71494 0 -1 4194368 50508 0 0 0 126 11 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78099] ppid=78074 vsize=3748864 memory=21380 CPUtime=1.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78099/stat : 78099 (fscip) R 78074 78077 71494 0 -1 4194368 32355 0 0 0 132 8 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78100] ppid=78074 vsize=3748864 memory=2208 CPUtime=1.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78100/stat : 78100 (fscip) R 78074 78077 71494 0 -1 4194368 30486 0 0 0 129 8 0 0 20 0 41 0 12604356 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78101] ppid=78074 vsize=3748864 memory=2036 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78101/stat : 78101 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604392 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78102] ppid=78074 vsize=3748864 memory=31316 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78102/stat : 78102 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604392 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78103] ppid=78074 vsize=3748864 memory=28568 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78103/stat : 78103 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604392 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78104] ppid=78074 vsize=3748864 memory=7312 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78104/stat : 78104 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604392 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78105] ppid=78074 vsize=3748864 memory=26988 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78105/stat : 78105 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604392 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78106] ppid=78074 vsize=3748864 memory=281077021513136 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78106/stat : 78106 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604392 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78107] ppid=78074 vsize=3748864 memory=6944656592455097440 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78107/stat : 78107 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604392 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78108] ppid=78074 vsize=3748864 memory=6944656592387989600 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78108/stat : 78108 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604392 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78109] ppid=78074 vsize=3748864 memory=6944652177228980320 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78109/stat : 78109 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604392 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78110] ppid=78074 vsize=3748864 memory=6944656592455097440 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78110/stat : 78110 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604392 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78111] ppid=78074 vsize=3748864 memory=6944656575208382560 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78111/stat : 78111 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604393 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78112] ppid=78074 vsize=3748864 memory=6944656575208382560 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78112/stat : 78112 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604393 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78113] ppid=78074 vsize=3748864 memory=6944656592455097440 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78113/stat : 78113 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604393 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78114] ppid=78074 vsize=3748864 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78114/stat : 78114 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604393 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78115] ppid=78074 vsize=3748864 memory=281077021644416 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78115/stat : 78115 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604393 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78116] ppid=78074 vsize=3748864 memory=140538510910960 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78116/stat : 78116 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604393 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78117] ppid=78074 vsize=3748864 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78117/stat : 78117 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604393 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78118] ppid=78074 vsize=3748864 memory=6655300316396806240 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78118/stat : 78118 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604393 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78119] ppid=78074 vsize=3748864 memory=6944613755361064352 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78119/stat : 78119 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604393 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78120] ppid=78074 vsize=3748864 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78120/stat : 78120 (fscip) S 78074 78077 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12604393 3838836736 681313 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
Current children cumulated CPU time: 28.94 s
Current children cumulated vsize: 3748864 KiB
Current children cumulated memory: 2725252 KiB

[startup+6.3014 s]
/proc/loadavg: 80.40 80.73 80.68 81/1021 78120
/proc/meminfo: memFree=761903668/790760804 swapFree=131071996/131071996
[pid=78077] ppid=78074 vsize=3976992 memory=3128068 CPUtime=91.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/stat : 78077 (fscip) S 78074 78077 71494 0 -1 1077936128 1071446 0 0 0 8896 252 0 0 20 0 41 0 12604226 4072439808 782017 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
/proc/78077/statm: 994248 782017 2998 3035 0 898633 0
[pid=78077/tid=78081] ppid=78074 vsize=3976992 memory=3031992 CPUtime=4.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78081/stat : 78081 (fscip) R 78074 78077 71494 0 -1 4194368 32495 0 0 0 442 10 0 0 20 0 41 0 12604356 4072439808 782017 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78082] ppid=78074 vsize=3976992 memory=281077021299072 CPUtime=4.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78082/stat : 78082 (fscip) R 78074 78077 71494 0 -1 4194368 38606 0 0 0 441 9 0 0 20 0 41 0 12604356 4072439808 782017 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78083] ppid=78074 vsize=3976992 memory=11440 CPUtime=4.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78083/stat : 78083 (fscip) R 78074 78077 71494 0 -1 4194368 99047 0 0 0 429 21 0 0 20 0 41 0 12604356 4072439808 782017 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78084] ppid=78074 vsize=3976992 memory=2339108 CPUtime=4.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78084/stat : 78084 (fscip) R 78074 78077 71494 0 -1 4194368 33732 0 0 0 442 9 0 0 20 0 41 0 12604356 4072439808 782017 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78085] ppid=78074 vsize=3976992 memory=2316 CPUtime=4.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78085/stat : 78085 (fscip) R 78074 78077 71494 0 -1 4194368 34793 0 0 0 439 9 0 0 20 0 41 0 12604356 4072439808 782017 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78086] ppid=78074 vsize=3976992 memory=10544 CPUtime=4.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78086/stat : 78086 (fscip) R 78074 78077 71494 0 -1 4194368 80349 0 0 0 433 16 0 0 20 0 41 0 12604356 4072439808 782017 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78087] ppid=78074 vsize=3976992 memory=1199828 CPUtime=4.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78087/stat : 78087 (fscip) R 78074 78077 71494 0 -1 4194368 37680 0 0 0 442 9 0 0 20 0 41 0 12604356 4072439808 782017 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78088] ppid=78074 vsize=3976992 memory=0 CPUtime=4.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78088/stat : 78088 (fscip) R 78074 78077 71494 0 -1 4194368 34807 0 0 0 441 11 0 0 20 0 41 0 12604356 4072439808 782017 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0

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

/proc/78077/task/78100/stat : 78100 (fscip) R 78074 78077 71494 0 -1 4194368 1591071 0 0 0 355207 167 0 0 20 0 41 0 12604356 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78101] ppid=78074 vsize=8292804 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78101/stat : 78101 (fscip) S 78074 78077 71494 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12604392 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78102] ppid=78074 vsize=8292804 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78102/stat : 78102 (fscip) S 78074 78077 71494 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78103] ppid=78074 vsize=8292804 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78103/stat : 78103 (fscip) S 78074 78077 71494 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78104] ppid=78074 vsize=8292804 memory=-7666366284230124153 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78104/stat : 78104 (fscip) S 78074 78077 71494 0 -1 1077936192 180 0 0 0 0 2 0 0 20 0 41 0 12604392 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78105] ppid=78074 vsize=8292804 memory=-7666366284230124153 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78105/stat : 78105 (fscip) S 78074 78077 71494 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78106] ppid=78074 vsize=8292804 memory=7252016 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78106/stat : 78106 (fscip) S 78074 78077 71494 0 -1 1077936192 151 0 0 0 0 2 0 0 20 0 41 0 12604392 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78107] ppid=78074 vsize=8292804 memory=15664 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78107/stat : 78107 (fscip) S 78074 78077 71494 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78108] ppid=78074 vsize=8292804 memory=281077023419040 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78108/stat : 78108 (fscip) S 78074 78077 71494 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78109] ppid=78074 vsize=8292804 memory=7263516 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78109/stat : 78109 (fscip) S 78074 78077 71494 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78110] ppid=78074 vsize=8292804 memory=7263516 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78110/stat : 78110 (fscip) S 78074 78077 71494 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 12604392 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78111] ppid=78074 vsize=8292804 memory=15664 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78111/stat : 78111 (fscip) S 78074 78077 71494 0 -1 1077936192 177 0 0 0 1 1 0 0 20 0 41 0 12604393 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78112] ppid=78074 vsize=8292804 memory=11440 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78112/stat : 78112 (fscip) S 78074 78077 71494 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78113] ppid=78074 vsize=8292804 memory=15664 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78113/stat : 78113 (fscip) S 78074 78077 71494 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78114] ppid=78074 vsize=8292804 memory=2748 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78114/stat : 78114 (fscip) S 78074 78077 71494 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78115] ppid=78074 vsize=8292804 memory=6832 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78115/stat : 78115 (fscip) S 78074 78077 71494 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78116] ppid=78074 vsize=8292804 memory=11440 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78116/stat : 78116 (fscip) S 78074 78077 71494 0 -1 1077936192 118 0 0 0 0 1 0 0 20 0 41 0 12604393 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78117] ppid=78074 vsize=8292804 memory=-7666366284230124153 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78117/stat : 78117 (fscip) S 78074 78077 71494 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78118] ppid=78074 vsize=8292804 memory=25027 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78118/stat : 78118 (fscip) S 78074 78077 71494 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78119] ppid=78074 vsize=8292804 memory=25366 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78119/stat : 78119 (fscip) S 78074 78077 71494 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78120] ppid=78074 vsize=8292804 memory=25696 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78120/stat : 78120 (fscip) S 78074 78077 71494 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1815879 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
Current children cumulated CPU time: 70990.6 s
Current children cumulated vsize: 8292804 KiB
Current children cumulated memory: 7263516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.3 s]
/proc/loadavg: 81.13 78.85 75.88 81/1007 81578
/proc/meminfo: memFree=750180308/790760804 swapFree=131071996/131071996
[pid=78077] ppid=78074 vsize=8292804 memory=7264092 CPUtime=72001.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/stat : 78077 (fscip) S 78074 78077 71494 0 -1 1077936128 23478433 0 0 0 7190490 9659 0 0 20 0 41 0 12604226 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
/proc/78077/statm: 2073201 1816023 3318 3035 0 1957159 0
[pid=78077/tid=78081] ppid=78074 vsize=8292804 memory=7257920 CPUtime=3605.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78081/stat : 78081 (fscip) R 78074 78077 71494 0 -1 4194368 1885522 0 0 0 360114 454 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78082] ppid=78074 vsize=8292804 memory=670899661595180 CPUtime=3606.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78082/stat : 78082 (fscip) R 78074 78077 71494 0 -1 4194368 1464693 0 0 0 360462 162 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78083] ppid=78074 vsize=8292804 memory=0 CPUtime=3603.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78083/stat : 78083 (fscip) R 78074 78077 71494 0 -1 4194368 900671 0 0 0 359108 1276 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78084] ppid=78074 vsize=8292804 memory=281077023109616 CPUtime=3601.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78084/stat : 78084 (fscip) R 78074 78077 71494 0 -1 4194368 796405 0 0 0 360056 86 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78085] ppid=78074 vsize=8292804 memory=25333125866717268 CPUtime=3604.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78085/stat : 78085 (fscip) R 78074 78077 71494 0 -1 4194368 1483960 0 0 0 360329 160 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78086] ppid=78074 vsize=8292804 memory=670899661595180 CPUtime=3595.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78086/stat : 78086 (fscip) R 78074 78077 71494 0 -1 4194368 960795 0 0 0 358198 1306 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78087] ppid=78074 vsize=8292804 memory=0 CPUtime=3599.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78087/stat : 78087 (fscip) R 78074 78077 71494 0 -1 4194368 765038 0 0 0 359837 161 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78088] ppid=78074 vsize=8292804 memory=0 CPUtime=3603.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78088/stat : 78088 (fscip) R 78074 78077 71494 0 -1 4194368 1492054 0 0 0 360209 164 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78089] ppid=78074 vsize=8292804 memory=1199828 CPUtime=3594.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78089/stat : 78089 (fscip) R 78074 78077 71494 0 -1 4194368 925364 0 0 0 358415 1060 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78090] ppid=78074 vsize=8292804 memory=281074136272813 CPUtime=3602.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78090/stat : 78090 (fscip) R 78074 78077 71494 0 -1 4194368 970023 0 0 0 360079 199 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78091] ppid=78074 vsize=8292804 memory=7264092 CPUtime=3567.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78091/stat : 78091 (fscip) R 78074 78077 71494 0 -1 4194368 1607867 0 0 0 356604 176 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78092] ppid=78074 vsize=8292804 memory=7263516 CPUtime=3601.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78092/stat : 78092 (fscip) R 78074 78077 71494 0 -1 4194368 804831 0 0 0 359074 1057 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78093] ppid=78074 vsize=8292804 memory=140538512336499 CPUtime=3604.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78093/stat : 78093 (fscip) R 78074 78077 71494 0 -1 4194368 1434542 0 0 0 360137 308 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78094] ppid=78074 vsize=8292804 memory=8303420212154081 CPUtime=3606.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78094/stat : 78094 (fscip) R 78074 78077 71494 0 -1 4194368 1408859 0 0 0 360505 155 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78095] ppid=78074 vsize=8292804 memory=3467824627879789873 CPUtime=3586.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78095/stat : 78095 (fscip) R 78074 78077 71494 0 -1 4194368 822502 0 0 0 357430 1254 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78096] ppid=78074 vsize=8292804 memory=7263664 CPUtime=3605.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78096/stat : 78096 (fscip) R 78074 78077 71494 0 -1 4194368 877886 0 0 0 360431 94 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78097] ppid=78074 vsize=8292804 memory=281077025446544 CPUtime=3605.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78097/stat : 78097 (fscip) R 78074 78077 71494 0 -1 4194368 1324587 0 0 0 360450 148 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78098] ppid=78074 vsize=8292804 memory=25333125866717268 CPUtime=3592.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78098/stat : 78098 (fscip) R 78074 78077 71494 0 -1 4194368 953017 0 0 0 358141 1100 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78099] ppid=78074 vsize=8292804 memory=281077023317696 CPUtime=3605.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78099/stat : 78099 (fscip) R 78074 78077 71494 0 -1 4194368 891612 0 0 0 360423 129 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78100] ppid=78074 vsize=8292804 memory=7263920 CPUtime=3604.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78100/stat : 78100 (fscip) R 78074 78077 71494 0 -1 4194368 1618158 0 0 0 360267 169 0 0 20 0 41 0 12604356 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78101] ppid=78074 vsize=8292804 memory=7258220 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78101/stat : 78101 (fscip) S 78074 78077 71494 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 12604392 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78102] ppid=78074 vsize=8292804 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78102/stat : 78102 (fscip) S 78074 78077 71494 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78103] ppid=78074 vsize=8292804 memory=15664 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78103/stat : 78103 (fscip) S 78074 78077 71494 0 -1 1077936192 132 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78104] ppid=78074 vsize=8292804 memory=-6820267952998826911 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78104/stat : 78104 (fscip) S 78074 78077 71494 0 -1 1077936192 181 0 0 0 0 2 0 0 20 0 41 0 12604392 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78105] ppid=78074 vsize=8292804 memory=10544 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78105/stat : 78105 (fscip) S 78074 78077 71494 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78106] ppid=78074 vsize=8292804 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78106/stat : 78106 (fscip) S 78074 78077 71494 0 -1 1077936192 151 0 0 0 0 2 0 0 20 0 41 0 12604392 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78107] ppid=78074 vsize=8292804 memory=358276 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78107/stat : 78107 (fscip) S 78074 78077 71494 0 -1 1077936192 187 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78108] ppid=78074 vsize=8292804 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78108/stat : 78108 (fscip) S 78074 78077 71494 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78109] ppid=78074 vsize=8292804 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78109/stat : 78109 (fscip) S 78074 78077 71494 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12604392 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78110] ppid=78074 vsize=8292804 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78110/stat : 78110 (fscip) S 78074 78077 71494 0 -1 1077936192 180 0 0 0 3 0 0 0 20 0 41 0 12604392 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78111] ppid=78074 vsize=8292804 memory=7263516 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78111/stat : 78111 (fscip) S 78074 78077 71494 0 -1 1077936192 178 0 0 0 1 1 0 0 20 0 41 0 12604393 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78112] ppid=78074 vsize=8292804 memory=15664 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78112/stat : 78112 (fscip) S 78074 78077 71494 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78113] ppid=78074 vsize=8292804 memory=8196 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78113/stat : 78113 (fscip) S 78074 78077 71494 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78114] ppid=78074 vsize=8292804 memory=3300 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78114/stat : 78114 (fscip) S 78074 78077 71494 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78115] ppid=78074 vsize=8292804 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78115/stat : 78115 (fscip) S 78074 78077 71494 0 -1 1077936192 181 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78116] ppid=78074 vsize=8292804 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78116/stat : 78116 (fscip) S 78074 78077 71494 0 -1 1077936192 118 0 0 0 0 1 0 0 20 0 41 0 12604393 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78117] ppid=78074 vsize=8292804 memory=33000 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78117/stat : 78117 (fscip) S 78074 78077 71494 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78118] ppid=78074 vsize=8292804 memory=1804 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78118/stat : 78118 (fscip) S 78074 78077 71494 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78119] ppid=78074 vsize=8292804 memory=7264012 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78119/stat : 78119 (fscip) S 78074 78077 71494 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
[pid=78077/tid=78120] ppid=78074 vsize=8292804 memory=7044 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/78077/task/78120/stat : 78120 (fscip) S 78074 78077 71494 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 12604393 8491831296 1816023 809668444160 4194304 16623229 140722810505264 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 24793088 140722810508298 140722810508416 140722810508416 140722810515440 0
Current children cumulated CPU time: 72001.5 s
Current children cumulated vsize: 8292804 KiB
Current children cumulated memory: 7264092 KiB

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

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

# cumulated CPU time of all completed processes:  user=71905.1 s, system=96.7742 s

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

[startup+3633.41 s]*
/proc/loadavg: 81.13 78.85 75.88 62/968 81578
/proc/meminfo: memFree=755032860/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3633.49
CPU time (s): 72001.9
CPU user time (s): 71905.1
CPU system time (s): 96.7742
CPU usage (%): 1981.62
Max. virtual memory (cumulated for all children) (KiB): 8292804
Max. memory (cumulated for all children) (KiB): 7264368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71905.1
system time used= 96.7742
maximum resident set size= 7266388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23478440
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= 195129
involuntary context switches= 249591


# summary of solver processes directly reported to runsolver:
#   pid: 78077
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71905.1
#   total CPU system time (s): 96.7742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.1178 second user time and 83.3593 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 23:10:11
IDJOB=4465989
IDBENCH=148664
IDSOLVER=3094
FILE ID=nodeD105/4465989-1722460211
RUNJOBID= nodeD105-1722454451-71505
SLURM_JOB_ID= 8254239
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_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-4465989-1722460211/watcher-4465989-1722460211 -o /tmp/evaluation-result-4465989-1722460211/solver-4465989-1722460211 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722454451-71505 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465989-1722460211.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 65b4d1c4023a2b46e150e438eeed87ff
RANDOM SEED=2059464461

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        765081420 kB
MemAvailable:   763881320 kB
Buffers:          170440 kB
Cached:          1989228 kB
SwapCached:            0 kB
Active:           328396 kB
Inactive:       22920560 kB
Active(anon):       2168 kB
Inactive(anon): 21109672 kB
Active(file):     326228 kB
Inactive(file):  1810888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30544 kB
Writeback:            72 kB
AnonPages:      21084168 kB
Mapped:           125552 kB
Shmem:             22536 kB
KReclaimable:     164972 kB
Slab:             505888 kB
SReclaimable:     164972 kB
SUnreclaim:       340916 kB
KernelStack:       16864 kB
PageTables:        56992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2777856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           203136 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2121728 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:      522240 kB
DirectMap2M:    60792832 kB
DirectMap1G:    744488960 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD105 at 2024-08-01 00:10:45