Trace number 4468091

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-08-09? (TO) 72002.9 3635.23

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: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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.47	c Default LC presolving (default).
0.43/0.47	c ** Before presolving: virtualMemUsedAtLc = 395302721, getVmSize() = 271659008, SCIPgetMemUsed() = 227663835, SCIPgetMemTotal() = 242661419, SCIPgetMemExternEstim() = 152641302
0.43/0.47	c ** set memory limit for presolving in LC to 8.79485e+12 for SCIP **
1.18/1.26	c ** Estimated virtualMemUsedAtSolver = 308898745, getVmSize() = 344137728, SCIPgetMemUsed() = 233980248, SCIPgetMemTotal() = 310706816, SCIPgetMemExternEstim() = 152641302
1.18/1.26	c ** set memory limit for solvers to 4.18764e+11 for each SCIP **
1.18/1.26	c Original Problem   :
1.18/1.26	c   Problem name     : instance-4468091-1723228914
1.18/1.26	c   Variables        : 77288 (2000 binary, 0 integer, 75288 implicit integer, 0 continuous)
1.18/1.26	c   Constraints      : 80289
1.18/1.26	c   Objective sense  : minimize
1.18/1.26	c Presolved Problem  :
1.18/1.26	c   Variables        : 2000 (2000 binary, 0 integer, 0 implicit integer, 0 continuous)
1.18/1.26	c   Constraints      : 3001
1.18/1.26	c Constraints        : Number
1.18/1.26	c   knapsack         : 2000 
1.18/1.26	c   setppc           : 1000 
1.18/1.26	c   linear           : 1 
1.18/1.26	c ** Instance transfer method used: 0
1.18/1.28	c ** ParaScipInstance copy does not increase the number of variables. **
1.59/1.61	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.59/1.61	c                                Nodes    Active                                            
1.59/1.61	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
233.34/13.40	c *      13              0           1        20          -1.0000                -          -
233.34/13.40	c        13              0           1        20          -1.0000                -          -
276.80/15.63	c *      16              0           1        20         -56.0000                -          -
639.15/33.95	c *      34              0           1        20         -57.0000                -          -
639.15/33.95	c        34              0           1        20         -57.0000                -          -
746.10/39.32	c *      39              0           1        20         -60.0000                -          -
746.10/39.32	c        39              0           1        20         -60.0000                -          -
3105.07/158.41	c *     158              0           1        20         -67.0000                -          -
3105.07/158.41	c       158              0           1        20         -67.0000                -          -
3441.79/175.40	c       175              0           1        20         -67.0000                -          -
3593.12/183.08	c       183              0           1        20         -67.0000                -          -
3629.94/184.92	c *     185              0           1        20         -74.0000                -          -
3645.79/185.72	c *     186              0           1        20         -83.0000                -          -
3685.41/187.77	c *     188              0           1        20         -85.0000                -          -
3798.28/193.47	c       193              0           1        20         -85.0000                -          -
3952.55/201.29	c       201              0           1        20         -85.0000                -          -
4061.53/206.75	c       207              0           1        20         -85.0000                -          -
4174.34/212.45	c       212              0           1        20         -85.0000                -          -
4347.18/221.20	c *     221              0           1        20         -88.0000                -          -
4347.18/221.20	c       221              0           1        20         -88.0000                -          -
5038.83/256.09	c       256              0           1        20         -88.0000                -          -
8948.84/453.36	c       453              2           1        20         -88.0000        -500.0000    468.18%
10068.22/509.88	c       510              2           1        20         -88.0000        -500.0000    468.18%
10213.55/517.15	c       517              2           1        20         -88.0000        -500.0000    468.18%
10319.82/522.58	c       523              2           1        20         -88.0000        -500.0000    468.18%
10460.50/529.67	c       530              2           1        20         -88.0000        -500.0000    468.18%
10579.42/535.67	c       536              2           1        20         -88.0000        -500.0000    468.18%
10793.45/546.44	c       546              2           1        20         -88.0000        -500.0000    468.18%
10892.53/551.44	c       551              2           1        20         -88.0000        -500.0000    468.18%
11009.45/557.38	c       557              2           1        20         -88.0000        -500.0000    468.18%
11169.96/565.47	c       565              2           1        20         -88.0000        -500.0000    468.18%
11271.05/570.54	c       571              2           1        20         -88.0000        -500.0000    468.18%
11395.95/576.85	c       577              2           1        20         -88.0000        -500.0000    468.18%
11643.70/589.36	c       589              2           1        20         -88.0000        -500.0000    468.18%
11784.25/596.44	c       596              2           1        20         -88.0000        -500.0000    468.18%
11887.23/601.64	c       602              2           1        20         -88.0000        -500.0000    468.18%
11992.23/606.99	c       607              2           1        20         -88.0000        -500.0000    468.18%
12188.49/616.84	c       617              2           1        20         -88.0000        -500.0000    468.18%
13052.41/660.49	c       660              2           1        20         -88.0000        -500.0000    468.18%
13276.04/671.70	c       672              2           1        20         -88.0000        -500.0000    468.18%
13434.39/679.78	c       680              2           1        20         -88.0000        -500.0000    468.18%
13881.83/702.31	c       702              2           1        20         -88.0000        -500.0000    468.18%
14044.34/710.58	c       711              2           1        20         -88.0000        -500.0000    468.18%
14163.25/716.58	c       717              2           1        20         -88.0000        -500.0000    468.18%
14266.25/721.72	c       722              2           1        20         -88.0000        -500.0000    468.18%
14367.21/726.87	c       727              2           1        20         -88.0000        -500.0000    468.18%
15764.31/797.38	c       797              2           1        20         -88.0000        -500.0000    468.18%
16051.42/811.88	c       812              2           1        20         -88.0000        -500.0000    468.18%
16178.23/818.28	c       818              2           1        20         -88.0000        -500.0000    468.18%
16465.37/832.79	c       833              2           1        20         -88.0000        -500.0000    468.18%
16641.69/841.65	c *     842              2           1        20         -89.0000        -500.0000    461.80%
16641.69/841.65	c       842              2           1        20         -89.0000        -500.0000    461.80%
16771.19/848.14	c       848              2           1        20         -89.0000        -500.0000    461.80%
16875.46/853.49	c       853              2           1        20         -89.0000        -500.0000    461.80%
16994.33/859.40	c       859              2           1        20         -89.0000        -500.0000    461.80%
17129.07/866.26	c       866              2           1        20         -89.0000        -500.0000    461.80%
17491.61/884.53	c       885              2           1        20         -89.0000        -500.0000    461.80%
17838.86/902.11	c       902              2           1        20         -89.0000        -500.0000    461.80%
18575.12/939.21	c       939              2           1        20         -89.0000        -500.0000    461.80%
18906.01/955.90	c       956              2           1        20         -89.0000        -500.0000    461.80%
19232.91/972.45	c       972              2           1        20         -89.0000        -500.0000    461.80%
20213.30/1021.90	c      1022              2           1        20         -89.0000        -500.0000    461.80%
20986.47/1060.97	c      1061              2           1        20         -89.0000        -500.0000    461.80%
21460.25/1084.82	c      1085              2           1        20         -89.0000        -500.0000    461.80%
21712.00/1097.50	c      1098              2           1        20         -89.0000        -500.0000    461.80%
22074.75/1115.84	c      1116              2           1        20         -89.0000        -500.0000    461.80%
22996.44/1162.32	c      1162              2           1        20         -89.0000        -500.0000    461.80%
23107.53/1167.98	c      1168              2           1        20         -89.0000        -500.0000    461.80%
23212.64/1173.20	c      1173              2           1        20         -89.0000        -500.0000    461.80%
23333.57/1179.37	c      1179              2           1        20         -89.0000        -500.0000    461.80%
23438.64/1184.68	c      1185              2           1        20         -89.0000        -500.0000    461.80%
23553.61/1190.46	c      1190              2           1        20         -89.0000        -500.0000    461.80%
23662.65/1195.98	c      1196              2           1        20         -89.0000        -500.0000    461.80%
23764.30/1201.03	c      1201              2           1        20         -89.0000        -500.0000    461.80%
23876.75/1206.73	c      1207              2           1        20         -89.0000        -500.0000    461.80%
23975.91/1211.78	c      1212              2           1        20         -89.0000        -500.0000    461.80%
24077.07/1216.83	c      1217              2           1        20         -89.0000        -500.0000    461.80%
24176.24/1221.88	c      1222              2           1        20         -89.0000        -500.0000    461.80%
24280.10/1227.11	c      1227              2           1        20         -89.0000        -500.0000    461.80%
24381.41/1232.15	c      1232              2           1        20         -89.0000        -500.0000    461.80%
24481.68/1237.27	c      1237              2           1        20         -89.0000        -500.0000    461.80%
24594.75/1242.93	c      1243              2           1        20         -89.0000        -500.0000    461.80%
24693.92/1247.98	c      1248              2           1        20         -89.0000        -500.0000    461.80%
24793.10/1253.03	c      1253              2           1        20         -89.0000        -500.0000    461.80%
24894.98/1258.09	c      1258              2           1        20         -89.0000        -500.0000    461.80%
24996.05/1263.14	c      1263              2           1        20         -89.0000        -500.0000    461.80%
25095.26/1268.19	c      1268              2           1        20         -89.0000        -500.0000    461.80%
25195.72/1273.24	c      1273              2           1        20         -89.0000        -500.0000    461.80%
25298.81/1278.41	c      1278              2           1        20         -89.0000        -500.0000    461.80%
25397.97/1283.48	c      1283              2           1        20         -89.0000        -500.0000    461.80%
25499.06/1288.53	c      1289              2           1        20         -89.0000        -500.0000    461.80%
25600.22/1293.60	c      1294              2           1        20         -89.0000        -500.0000    461.80%
25708.00/1299.07	c      1299              2           1        20         -89.0000        -500.0000    461.80%
25810.22/1304.27	c      1304              2           1        20         -89.0000        -500.0000    461.80%
25911.24/1309.34	c      1309              2           1        20         -89.0000        -500.0000    461.80%
26018.28/1314.76	c      1315              2           1        20         -89.0000        -500.0000    461.80%
26119.19/1319.81	c      1320              2           1        20         -89.0000        -500.0000    461.80%
26220.33/1325.01	c      1325              2           1        20         -89.0000        -500.0000    461.80%
26322.19/1330.06	c      1330              2           1        20         -89.0000        -500.0000    461.80%
26421.25/1335.11	c      1335              2           1        20         -89.0000        -500.0000    461.80%
26522.53/1340.16	c      1340              2           1        20         -89.0000        -500.0000    461.80%
26628.84/1345.51	c      1346              2           1        20         -89.0000        -500.0000    461.80%
26728.00/1350.56	c      1351              2           1        20         -89.0000        -500.0000    461.80%
26829.10/1355.61	c      1356              2           1        20         -89.0000        -500.0000    461.80%
26928.20/1360.66	c      1361              2           1        20         -89.0000        -500.0000    461.80%
27029.31/1365.71	c      1366              2           1        20         -89.0000        -500.0000    461.80%
27128.46/1370.79	c      1371              2           1        20         -89.0000        -500.0000    461.80%
27229.61/1375.85	c      1376              2           1        20         -89.0000        -500.0000    461.80%
27330.75/1380.93	c      1381              2           1        20         -89.0000        -500.0000    461.80%
27429.91/1386.01	c      1386              2           1        20         -89.0000        -500.0000    461.80%
27531.77/1391.09	c      1391              2           1        20         -89.0000        -500.0000    461.80%
27630.88/1396.14	c      1396              2           1        20         -89.0000        -500.0000    461.80%
27732.17/1401.19	c      1401              2           1        20         -89.0000        -500.0000    461.80%
27834.36/1406.37	c      1406              2           1        20         -89.0000        -500.0000    461.80%
27935.50/1411.43	c      1411              2           1        20         -89.0000        -500.0000    461.80%
28049.47/1417.18	c      1417              2           1        20         -89.0000        -500.0000    461.80%
28149.68/1422.23	c      1422              2           1        20         -89.0000        -500.0000    461.80%
28248.85/1427.28	c      1427              2           1        20         -89.0000        -500.0000    461.80%
28349.99/1432.33	c      1432              3           2        20         -89.0000        -500.0000    461.80%
28449.16/1437.38	c      1437              3           2        20         -89.0000        -500.0000    461.80%
28550.30/1442.43	c      1442              3           2        20         -89.0000        -500.0000    461.80%
28649.41/1447.48	c      1447              3           2        20         -89.0000        -500.0000    461.80%
28750.57/1452.53	c      1453              3           2        20         -89.0000        -500.0000    461.80%
28849.70/1457.58	c      1458              3           2        20         -89.0000        -500.0000    461.80%
28950.83/1462.63	c      1463              3           2        20         -89.0000        -500.0000    461.80%
29055.94/1467.93	c      1468              3           2        20         -89.0000        -500.0000    461.80%
29163.06/1473.35	c      1473              3           2        20         -89.0000        -500.0000    461.80%
29264.12/1478.43	c      1478              3           2        20         -89.0000        -500.0000    461.80%
29363.20/1483.48	c      1483              3           2        20         -89.0000        -500.0000    461.80%
29464.26/1488.53	c      1489              3           2        20         -89.0000        -500.0000    461.80%
29563.40/1493.58	c      1494              3           2        20         -89.0000        -500.0000    461.80%
29664.51/1498.63	c      1499              3           2        20         -89.0000        -500.0000    461.80%
29763.59/1503.68	c      1504              3           2        20         -89.0000        -500.0000    461.80%
29864.71/1508.75	c      1509              3           2        20         -89.0000        -500.0000    461.80%
29965.83/1513.80	c      1514              3           2        20         -89.0000        -500.0000    461.80%
30064.95/1518.85	c      1519              3           2        20         -89.0000        -500.0000    461.80%
30166.07/1523.90	c      1524              3           2        20         -89.0000        -500.0000    461.80%
30265.20/1528.95	c      1529              3           2        20         -89.0000        -500.0000    461.80%
30364.34/1534.03	c      1534              3           2        20         -89.0000        -500.0000    461.80%
30466.12/1539.07	c      1539              3           2        20         -89.0000        -500.0000    461.80%
30565.48/1544.12	c      1544              3           2        20         -89.0000        -500.0000    461.80%
30666.62/1549.17	c      1549              3           2        20         -89.0000        -500.0000    461.80%
30766.68/1554.22	c      1554              3           2        20         -89.0000        -500.0000    461.80%
30865.81/1559.27	c      1559              3           2        20         -89.0000        -500.0000    461.80%
30966.91/1564.32	c      1564              3           2        20         -89.0000        -500.0000    461.80%
31066.11/1569.37	c      1569              3           2        20         -89.0000        -500.0000    461.80%
31167.18/1574.48	c      1574              3           2        20         -89.0000        -500.0000    461.80%
31270.28/1579.67	c      1580              3           2        20         -89.0000        -500.0000    461.80%
31385.27/1585.45	c      1585              3           2        20         -89.0000        -500.0000    461.80%
31486.28/1590.50	c      1591              3           2        20         -89.0000        -500.0000    461.80%
31585.35/1595.57	c      1596              3           2        20         -89.0000        -500.0000    461.80%
31686.42/1600.62	c      1601              3           2        20         -89.0000        -500.0000    461.80%
31785.41/1605.68	c      1606              3           2        20         -89.0000        -500.0000    461.80%
31886.47/1610.73	c      1611              3           2        20         -89.0000        -500.0000    461.80%
31985.46/1615.79	c      1616              3           2        20         -89.0000        -500.0000    461.80%
32086.56/1620.84	c      1621              3           2        20         -89.0000        -500.0000    461.80%
32185.68/1625.89	c      1626              3           2        20         -89.0000        -500.0000    461.80%
32286.69/1630.94	c      1631              3           2        20         -89.0000        -500.0000    461.80%
32385.80/1635.99	c      1636              3           2        20         -89.0000        -500.0000    461.80%
32484.91/1641.04	c      1641              3           2        20         -89.0000        -500.0000    461.80%
32586.72/1646.09	c      1646              3           2        20         -89.0000        -500.0000    461.80%
32687.79/1651.14	c      1651              3           2        20         -89.0000        -500.0000    461.80%
32788.14/1656.21	c      1656              3           2        20         -89.0000        -500.0000    461.80%
32887.26/1661.26	c      1661              3           2        20         -89.0000        -500.0000    461.80%
32988.38/1666.34	c      1666              3           2        20         -89.0000        -500.0000    461.80%
33087.49/1671.39	c      1671              3           2        20         -89.0000        -500.0000    461.80%
33188.58/1676.44	c      1676              3           2        20         -89.0000        -500.0000    461.80%
33287.71/1681.49	c      1682              3           2        20         -89.0000        -500.0000    461.80%
33388.83/1686.54	c      1687              3           2        20         -89.0000        -500.0000    461.80%
33487.95/1691.59	c      1692              3           2        20         -89.0000        -500.0000    461.80%
33589.05/1696.64	c      1697              3           2        20         -89.0000        -500.0000    461.80%
33688.04/1701.69	c      1702              3           2        20         -89.0000        -500.0000    461.80%
33789.17/1706.74	c      1707              3           2        20         -89.0000        -500.0000    461.80%
33888.23/1711.79	c      1712              3           2        20         -89.0000        -500.0000    461.80%
33989.34/1716.84	c      1717              3           2        20         -89.0000        -500.0000    461.80%
34088.45/1721.89	c      1722              3           2        20         -89.0000        -500.0000    461.80%
34189.57/1726.94	c      1727              3           2        20         -89.0000        -500.0000    461.80%
34288.64/1732.04	c      1732              3           2        20         -89.0000        -500.0000    461.80%
34390.46/1737.09	c      1737              3           2        20         -89.0000        -500.0000    461.80%
34491.84/1742.16	c      1742              3           2        20         -89.0000        -500.0000    461.80%
34591.95/1747.20	c      1747              3           2        20         -89.0000        -500.0000    461.80%
34691.07/1752.25	c      1752              3           2        20         -89.0000        -500.0000    461.80%
34792.17/1757.30	c      1757              3           2        20         -89.0000        -500.0000    461.80%
34891.27/1762.35	c      1762              3           2        20         -89.0000        -500.0000    461.80%
34992.37/1767.40	c      1767              3           2        20         -89.0000        -500.0000    461.80%
35091.49/1772.45	c      1772              3           2        20         -89.0000        -500.0000    461.80%
35192.55/1777.50	c      1778              3           2        20         -89.0000        -500.0000    461.80%
35291.67/1782.55	c      1783              3           2        20         -89.0000        -500.0000    461.80%
35392.78/1787.61	c      1788              3           2        20         -89.0000        -500.0000    461.80%
35491.92/1792.65	c      1793              3           2        20         -89.0000        -500.0000    461.80%
35593.02/1797.70	c      1798              3           2        20         -89.0000        -500.0000    461.80%
35692.15/1802.75	c      1803              3           2        20         -89.0000        -500.0000    461.80%
35793.27/1807.80	c      1808              3           2        20         -89.0000        -500.0000    461.80%
35892.40/1812.85	c      1813              3           2        20         -89.0000        -500.0000    461.80%
35993.49/1817.90	c      1818              3           2        20         -89.0000        -500.0000    461.80%
36092.61/1822.95	c      1823              3           2        20         -89.0000        -500.0000    461.80%
36191.73/1828.00	c      1828              3           2        20         -89.0000        -500.0000    461.80%
36293.51/1833.05	c      1833              3           2        20         -89.0000        -500.0000    461.80%
36392.65/1838.10	c      1838              3           2        20         -89.0000        -500.0000    461.80%
36493.76/1843.15	c      1843              3           2        20         -89.0000        -500.0000    461.80%
36594.14/1848.20	c      1848              3           2        20         -89.0000        -500.0000    461.80%
36693.25/1853.25	c      1853              3           2        20         -89.0000        -500.0000    461.80%
36794.34/1858.32	c      1858              3           2        20         -89.0000        -500.0000    461.80%
36893.46/1863.37	c      1863              3           2        20         -89.0000        -500.0000    461.80%
36994.56/1868.42	c      1868              3           2        20         -89.0000        -500.0000    461.80%
37093.67/1873.47	c      1873              3           2        20         -89.0000        -500.0000    461.80%
37194.79/1878.52	c      1879              3           2        20         -89.0000        -500.0000    461.80%
37293.90/1883.57	c      1884              3           2        20         -89.0000        -500.0000    461.80%
37395.00/1888.62	c      1889              3           2        20         -89.0000        -500.0000    461.80%
37496.10/1893.70	c      1894              3           2        20         -89.0000        -500.0000    461.80%
37595.21/1898.77	c      1899              3           2        20         -89.0000        -500.0000    461.80%
37704.23/1904.22	c      1904              3           2        20         -89.0000        -500.0000    461.80%
37803.33/1909.27	c      1909              3           2        20         -89.0000        -500.0000    461.80%
37904.43/1914.34	c      1914              3           2        20         -89.0000        -500.0000    461.80%
38003.54/1919.39	c      1919              3           2        20         -89.0000        -500.0000    461.80%
38104.65/1924.44	c      1924              3           2        20         -89.0000        -500.0000    461.80%
38203.76/1929.49	c      1930              3           2        20         -89.0000        -500.0000    461.80%
38304.87/1934.54	c      1935              3           2        20         -89.0000        -500.0000    461.80%
38405.98/1939.60	c      1940              3           2        20         -89.0000        -500.0000    461.80%
38505.09/1944.66	c      1945              3           2        20         -89.0000        -500.0000    461.80%
38606.20/1949.72	c      1950              3           2        20         -89.0000        -500.0000    461.80%
38705.31/1954.76	c      1955              3           2        20         -89.0000        -500.0000    461.80%
38806.41/1959.81	c      1960              3           2        20         -89.0000        -500.0000    461.80%
38905.47/1964.89	c      1965              3           2        20         -89.0000        -500.0000    461.80%
39006.76/1969.94	c      1970              3           2        20         -89.0000        -500.0000    461.80%
39105.68/1974.99	c      1975              3           2        20         -89.0000        -500.0000    461.80%
39207.48/1980.04	c      1980              3           2        20         -89.0000        -500.0000    461.80%
39306.31/1985.10	c      1985              3           2        20         -89.0000        -500.0000    461.80%
39407.45/1990.18	c      1990              3           2        20         -89.0000        -500.0000    461.80%
39507.62/1995.23	c      1995              3           2        20         -89.0000        -500.0000    461.80%
39606.75/2000.28	c      2000              3           2        20         -89.0000        -500.0000    461.80%
39707.87/2005.33	c      2005              3           2        20         -89.0000        -500.0000    461.80%
39807.00/2010.38	c      2010              3           2        20         -89.0000        -500.0000    461.80%
39908.10/2015.49	c      2015              3           2        20         -89.0000        -500.0000    461.80%
40009.20/2020.53	c      2021              3           2        20         -89.0000        -500.0000    461.80%
40108.32/2025.58	c      2026              3           2        20         -89.0000        -500.0000    461.80%
40209.43/2030.63	c      2031              3           2        20         -89.0000        -500.0000    461.80%
40308.55/2035.68	c      2036              3           2        20         -89.0000        -500.0000    461.80%
40409.60/2040.74	c      2041              3           2        20         -89.0000        -500.0000    461.80%
40508.65/2045.78	c      2046              3           2        20         -89.0000        -500.0000    461.80%
40609.76/2050.84	c      2051              3           2        20         -89.0000        -500.0000    461.80%
40708.89/2055.88	c      2056              3           2        20         -89.0000        -500.0000    461.80%
40810.00/2060.93	c      2061              3           2        20         -89.0000        -500.0000    461.80%
40922.98/2066.64	c      2067              3           2        20         -89.0000        -500.0000    461.80%
41028.06/2071.93	c      2072              3           2        20         -89.0000        -500.0000    461.80%
41420.55/2091.74	c      2092              3           2        20         -89.0000        -500.0000    461.80%
41589.00/2100.25	c      2100              3           2        20         -89.0000        -500.0000    461.80%
41863.24/2114.10	c      2114              3           2        20         -89.0000        -500.0000    461.80%
41878.42/2114.90	c *    2115              4           3        20         -90.0000        -500.0000    455.56%
41991.33/2120.51	c      2121              4           3        20         -90.0000        -500.0000    455.56%
42096.38/2125.89	c      2126              4           3        20         -90.0000        -500.0000    455.56%
42369.83/2139.69	c      2140              4           3        20         -90.0000        -500.0000    455.56%
42706.65/2156.63	c      2157              4           3        20         -90.0000        -500.0000    455.56%
43711.46/2207.36	c      2207              4           3        20         -90.0000        -500.0000    455.56%
43844.99/2214.08	c      2214              4           3        20         -90.0000        -500.0000    455.56%
44349.72/2239.54	c      2240              4           3        20         -90.0000        -500.0000    455.56%
44659.57/2255.17	c      2255              4           3        20         -90.0000        -500.0000    455.56%
44765.74/2260.55	c      2261              4           3        20         -90.0000        -500.0000    455.56%
44866.48/2265.60	c      2266              4           3        20         -90.0000        -500.0000    455.56%
44989.37/2271.82	c      2272              4           3        20         -90.0000        -500.0000    455.56%
45112.98/2278.05	c      2278              4           3        20         -90.0000        -500.0000    455.56%
45484.90/2296.86	c      2297              4           3        20         -90.0000        -500.0000    455.56%
45819.55/2313.76	c      2314              4           3        20         -90.0000        -500.0000    455.56%
46528.84/2349.55	c      2350              4           3        20         -90.0000        -500.0000    455.56%
46669.49/2356.60	c      2357              4           3        20         -90.0000        -500.0000    455.56%
47268.01/2386.81	c      2387              4           3        20         -90.0000        -500.0000    455.56%
47737.77/2410.59	c      2411              4           3        20         -90.0000        -500.0000    455.56%
48245.86/2436.16	c      2436              4           3        20         -90.0000        -500.0000    455.56%
48350.12/2441.43	c      2441              4           3        20         -90.0000        -500.0000    455.56%
48657.46/2456.94	c      2457              4           3        20         -90.0000        -500.0000    455.56%
48801.13/2464.20	c      2464              4           3        20         -90.0000        -500.0000    455.56%
49668.17/2508.00	c      2508              4           3        20         -90.0000        -500.0000    455.56%
49777.18/2513.40	c      2513              4           3        20         -90.0000        -500.0000    455.56%
49928.76/2521.14	c      2521              4           3        20         -90.0000        -500.0000    455.56%
50087.17/2529.13	c      2529              4           3        20         -90.0000        -500.0000    455.56%
50316.36/2540.64	c      2541              4           3        20         -90.0000        -500.0000    455.56%
50417.49/2545.73	c      2546              4           3        20         -90.0000        -500.0000    455.56%
50639.40/2556.97	c      2557              4           3        20         -90.0000        -500.0000    455.56%
50939.47/2572.08	c      2572              5           4        20         -90.0000        -500.0000    455.56%
51038.59/2577.12	c      2577              5           4        20         -90.0000        -500.0000    455.56%
51313.27/2590.94	c      2591              5           4        20         -90.0000        -500.0000    455.56%
51471.79/2599.04	c      2599              5           4        20         -90.0000        -500.0000    455.56%
51731.94/2612.12	c      2612              5           4        20         -90.0000        -500.0000    455.56%
52958.18/2673.94	c      2674              5           4        20         -90.0000        -500.0000    455.56%
53057.18/2678.98	c      2679              5           4        20         -90.0000        -500.0000    455.56%
53156.13/2684.03	c      2684              5           4        20         -90.0000        -500.0000    455.56%
53258.11/2689.08	c      2689              5           4        20         -90.0000        -500.0000    455.56%
53357.26/2694.13	c      2694              5           4        20         -90.0000        -500.0000    455.56%
53467.38/2699.63	c      2700              5           4        20         -90.0000        -500.0000    455.56%
53570.35/2704.82	c      2705              5           4        20         -90.0000        -500.0000    455.56%
53685.26/2710.60	c      2711              5           4        20         -90.0000        -500.0000    455.56%
53790.33/2716.01	c      2716              5           4        20         -90.0000        -500.0000    455.56%
53892.11/2721.10	c      2721              5           4        20         -90.0000        -500.0000    455.56%
53993.25/2726.15	c      2726              5           4        20         -90.0000        -500.0000    455.56%
54136.83/2733.46	c      2733              5           4        20         -90.0000        -500.0000    455.56%
54248.46/2739.06	c      2739              5           4        20         -90.0000        -500.0000    455.56%
54347.54/2744.11	c      2744              5           4        20         -90.0000        -500.0000    455.56%
54550.98/2754.32	c      2754              5           4        20         -90.0000        -500.0000    455.56%
54924.40/2773.19	c      2773              5           4        20         -90.0000        -500.0000    455.56%
55232.76/2788.79	c      2789              5           4        20         -90.0000        -500.0000    455.56%
55340.61/2794.16	c      2794              5           4        20         -90.0000        -500.0000    455.56%
55440.82/2799.21	c      2799              5           4        20         -90.0000        -500.0000    455.56%
55543.93/2804.41	c      2804              5           4        20         -90.0000        -500.0000    455.56%
55672.81/2810.97	c      2811              5           4        20         -90.0000        -500.0000    455.56%
55811.57/2818.00	c      2818              5           4        20         -90.0000        -500.0000    455.56%
56468.28/2851.09	c      2851              5           4        20         -90.0000        -500.0000    455.56%
57323.58/2894.29	c      2894              6           5        20         -90.0000        -500.0000    455.56%
58080.52/2932.50	c      2932              6           5        20         -90.0000        -500.0000    455.56%
58746.84/2966.04	c      2966              6           5        20         -90.0000        -500.0000    455.56%
58922.55/2974.97	c      2975              6           5        20         -90.0000        -500.0000    455.56%
59024.30/2980.10	c      2980              6           5        20         -90.0000        -500.0000    455.56%
59253.54/2991.67	c      2992              6           5        20         -90.0000        -500.0000    455.56%
59352.66/2996.68	c      2997              6           5        20         -90.0000        -500.0000    455.56%
59462.41/3002.16	c      3002              6           5        20         -90.0000        -500.0000    455.56%
59916.23/3025.10	c      3025              6           5        20         -90.0000        -500.0000    455.56%
60105.72/3034.64	c      3035              6           5        20         -90.0000        -500.0000    455.56%
60775.38/3068.43	c      3068              6           5        20         -90.0000        -500.0000    455.56%
60876.49/3073.50	c      3074              6           5        20         -90.0000        -500.0000    455.56%
60975.62/3078.55	c      3079              6           5        20         -90.0000        -500.0000    455.56%
61076.73/3083.60	c      3084              6           5        20         -90.0000        -500.0000    455.56%
61175.86/3088.65	c      3089              6           5        20         -90.0000        -500.0000    455.56%
61280.87/3093.93	c      3094              6           5        20         -90.0000        -500.0000    455.56%
61384.51/3099.18	c      3099              7           6        20         -90.0000        -500.0000    455.56%
61490.72/3104.59	c      3105              7           6        20         -90.0000        -500.0000    455.56%
61591.80/3109.64	c      3110              7           6        20         -90.0000        -500.0000    455.56%
61692.89/3114.76	c      3115              7           6        20         -90.0000        -500.0000    455.56%
61800.58/3120.15	c      3120              7           6        20         -90.0000        -500.0000    455.56%
61900.96/3125.20	c      3125              7           6        20         -90.0000        -500.0000    455.56%
62000.08/3130.25	c      3130              7           6        20         -90.0000        -500.0000    455.56%
62103.15/3135.45	c      3135              7           6        20         -90.0000        -500.0000    455.56%
62206.20/3140.68	c      3141              7           6        20         -90.0000        -500.0000    455.56%
62311.00/3145.99	c      3146              7           6        20         -90.0000        -500.0000    455.56%
62410.09/3151.04	c      3151              7           6        20         -90.0000        -500.0000    455.56%
62511.85/3156.09	c      3156              7           6        20         -90.0000        -500.0000    455.56%
62643.96/3162.73	c      3163              7           6        20         -90.0000        -500.0000    455.56%
62832.19/3172.28	c      3172              7           6        20         -90.0000        -500.0000    455.56%
62943.15/3177.86	c      3178              7           6        20         -90.0000        -500.0000    455.56%
63113.57/3186.47	c      3186              7           6        20         -90.0000        -500.0000    455.56%
63383.95/3200.09	c      3200              7           6        20         -90.0000        -500.0000    455.56%
63593.10/3210.60	c      3211              7           6        20         -90.0000        -500.0000    455.56%
64035.00/3232.92	c      3233              7           6        20         -90.0000        -500.0000    455.56%
64149.93/3238.78	c      3239              7           6        20         -90.0000        -500.0000    455.56%
64255.69/3244.08	c      3244              7           6        20         -90.0000        -500.0000    455.56%
64369.93/3249.84	c      3250              7           6        20         -90.0000        -500.0000    455.56%
64478.86/3255.32	c      3255              7           6        20         -90.0000        -500.0000    455.56%
64577.95/3260.37	c      3260              7           6        20         -90.0000        -500.0000    455.56%
64679.00/3265.42	c      3265              7           6        20         -90.0000        -500.0000    455.56%
64778.08/3270.47	c      3270              7           6        20         -90.0000        -500.0000    455.56%
64883.11/3275.75	c      3276              7           6        20         -90.0000        -500.0000    455.56%
65001.95/3281.74	c      3282              8           7        20         -90.0000        -500.0000    455.56%
65100.97/3286.79	c      3287              8           7        20         -90.0000        -500.0000    455.56%
65202.00/3291.89	c      3292              9           8        20         -90.0000        -500.0000    455.56%
65314.91/3297.55	c      3298             11          10        20         -90.0000        -500.0000    455.56%
65437.76/3303.79	c      3304             11          10        20         -90.0000        -500.0000    455.56%
65538.83/3308.84	c      3309             11          10        20         -90.0000        -500.0000    455.56%
65642.50/3314.04	c      3314             11          10        20         -90.0000        -500.0000    455.56%
65741.62/3319.06	c      3319             11          10        20         -90.0000        -500.0000    455.56%
65840.57/3324.10	c      3324             11          10        20         -90.0000        -500.0000    455.56%
65941.98/3329.15	c      3329             11          10        20         -90.0000        -500.0000    455.56%
66042.04/3334.22	c      3334             11          10        20         -90.0000        -500.0000    455.56%
66143.06/3339.31	c      3339             11          10        20         -90.0000        -500.0000    455.56%
66242.15/3344.39	c      3344             11          10        20         -90.0000        -500.0000    455.56%
66343.21/3349.48	c      3349             11          10        20         -90.0000        -500.0000    455.56%
66450.21/3354.85	c      3355             11          10        20         -90.0000        -500.0000    455.56%
66551.26/3359.90	c      3360             11          10        20         -90.0000        -500.0000    455.56%
66650.35/3364.95	c      3365             11          10        20         -90.0000        -500.0000    455.56%
66749.45/3370.00	c      3370             12          11        20         -90.0000        -500.0000    455.56%
66854.45/3375.21	c      3375             14          13        20         -90.0000        -500.0000    455.56%
66953.48/3380.29	c      3380             15          14        20         -90.0000        -500.0000    455.56%
67054.53/3385.34	c      3385             15          14        20         -90.0000        -500.0000    455.56%
67153.61/3390.38	c      3390             16          15        20         -90.0000        -500.0000    455.56%
67254.67/3395.47	c      3395             16          15        20         -90.0000        -500.0000    455.56%
67355.65/3400.52	c      3401             16          15        20         -90.0000        -500.0000    455.56%
67454.73/3405.57	c      3406             16          15        20         -90.0000        -500.0000    455.56%
67555.77/3410.62	c      3411             17          16        20         -90.0000        -500.0000    455.56%
67654.85/3415.67	c      3416             17          16        20         -90.0000        -500.0000    455.56%
67757.91/3420.82	c      3421             17          16        20         -90.0000        -500.0000    455.56%
67864.90/3426.26	c      3426             17          16        20         -90.0000        -500.0000    455.56%
67965.83/3431.31	c      3431             18          17        20         -90.0000        -500.0000    455.56%
68064.93/3436.36	c      3436             19          18        20         -90.0000        -500.0000    455.56%
68166.00/3441.41	c      3441             19          18        20         -90.0000        -500.0000    455.56%
68265.08/3446.46	c      3446             20          19        20         -90.0000        -500.0000    455.56%
68366.16/3451.51	c      3452             20          19        20         -90.0000        -500.0000    455.56%
68465.24/3456.58	c      3457             21          20        20         -90.0000        -500.0000    455.56%
68566.33/3461.63	c      3462             21          20        20         -90.0000        -500.0000    455.56%
68665.41/3466.69	c      3467             22          21        20         -90.0000        -500.0000    455.56%
68766.49/3471.75	c      3472             22          21        20         -90.0000        -500.0000    455.56%
68867.52/3476.81	c      3477             23          22        20         -90.0000        -500.0000    455.56%
68966.59/3481.86	c      3482             24          23        20         -90.0000        -500.0000    455.56%
69067.66/3486.91	c      3487             24          23        20         -90.0000        -500.0000    455.56%
69166.75/3491.96	c      3492             24          23        20         -90.0000        -500.0000    455.56%
69268.72/3497.09	c      3497             24          23        20         -90.0000        -500.0000    455.56%
69369.60/3502.14	c      3502             24          23        20         -90.0000        -500.0000    455.56%
69469.93/3507.29	c      3507             24          23        20         -90.0000        -500.0000    455.56%
69570.99/3512.34	c      3512             24          23        20         -90.0000        -500.0000    455.56%
69671.97/3517.46	c      3517             24          23        20         -90.0000        -500.0000    455.56%
69785.63/3523.19	c      3523             24          23        20         -90.0000        -500.0000    455.56%
69885.96/3528.24	c      3528             24          23        20         -90.0000        -500.0000    455.56%
69985.03/3533.29	c      3533             24          23        20         -90.0000        -500.0000    455.56%
70086.08/3538.38	c      3538             24          23        20         -90.0000        -500.0000    455.56%
70187.14/3543.43	c      3543             24          23        20         -90.0000        -500.0000    455.56%
70286.23/3548.48	c      3548             24          23        20         -90.0000        -500.0000    455.56%
70428.78/3555.68	c      3556             24          23        20         -90.0000        -500.0000    455.56%
70549.64/3561.76	c      3562             24          23        20         -90.0000        -500.0000    455.56%
70678.43/3568.21	c      3568             24          23        20         -90.0000        -500.0000    455.56%
70796.27/3574.19	c      3574             24          23        20         -90.0000        -500.0000    455.56%
70910.23/3580.00	c      3580             24          23        20         -90.0000        -500.0000    455.56%
71086.53/3588.83	c      3589             24          23        20         -90.0000        -500.0000    455.56%
71195.49/3594.31	c      3594             24          23        20         -90.0000        -500.0000    455.56%
71318.31/3600.59	c      3601             24          23        20         -90.0000        -500.0000    455.56%
71540.00/3611.74	c      3612             24          23        20         -90.0000        -500.0000    455.56%
71748.06/3622.24	c      3622             24          23        20         -90.0000        -500.0000    455.56%
71855.08/3627.61	c      3628             24          23        20         -90.0000        -500.0000    455.56%
71975.98/3633.74	c      3634             24          23        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 (176364 MiB free)
  memory of node 1: 193494 MiB (191085 MiB free)
  memory of node 2: 193531 MiB (186162 MiB free)
  memory of node 3: 193531 MiB (190228 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-4468091-1723228914/watcher-4468091-1723228914 -o /tmp/evaluation-result-4468091-1723228914/solver-4468091-1723228914 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723225275-520456 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468091-1723228914.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=524500, runsolver pid=524497
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 82.74 81.27 79.87 43/989 524501
/proc/meminfo: memFree=761613808/790760804 swapFree=131071996/131071996
[pid=524500] ppid=524497 vsize=102000 memory=88936 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/524500/stat : 524500 (fscip) R 524497 524500 520445 0 -1 4194304 20097 0 0 0 8 3 0 0 20 0 1 0 89474474 104448000 22234 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
/proc/524500/statm: 25500 22234 2347 3035 0 21896 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 102000 KiB
Current children cumulated memory: 88936 KiB

[startup+0.219811 s]*
/proc/loadavg: 82.74 81.27 79.87 43/989 524501
/proc/meminfo: memFree=761538060/790760804 swapFree=131071996/131071996
[pid=524500] ppid=524497 vsize=169064 memory=158300 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/stat : 524500 (fscip) R 524497 524500 520445 0 -1 4194304 38586 0 0 0 17 6 0 0 20 0 1 0 89474474 173121536 39575 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
/proc/524500/statm: 42266 39575 2587 3035 0 38662 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 169064 KiB
Current children cumulated memory: 158300 KiB

[startup+0.319331 s]*
/proc/loadavg: 82.74 81.27 79.87 43/989 524501
/proc/meminfo: memFree=761436100/790760804 swapFree=131071996/131071996
[pid=524500] ppid=524497 vsize=232728 memory=221924 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/524500/stat : 524500 (fscip) R 524497 524500 520445 0 -1 4194304 54439 0 0 0 25 8 0 0 20 0 1 0 89474474 238313472 55481 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
/proc/524500/statm: 58182 55481 2587 3035 0 54578 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 221924 KiB

[startup+0.70027 s]
/proc/loadavg: 82.74 81.27 79.87 44/989 524501
/proc/meminfo: memFree=761351048/790760804 swapFree=131071996/131071996
[pid=524500] ppid=524497 vsize=318292 memory=305532 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/stat : 524500 (fscip) R 524497 524500 520445 0 -1 4194304 74988 0 0 0 59 10 0 0 20 0 1 0 89474474 325931008 76383 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
/proc/524500/statm: 79573 76383 2646 3035 0 75969 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 318292 KiB
Current children cumulated memory: 305532 KiB

[startup+1.50021 s]
/proc/loadavg: 82.74 81.27 79.87 42/989 524501
/proc/meminfo: memFree=761274360/790760804 swapFree=131071996/131071996
[pid=524500] ppid=524497 vsize=1814148 memory=440192 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/524500/stat : 524500 (fscip) S 524497 524500 520445 0 -1 1077936128 109135 0 0 0 132 17 0 0 20 0 21 0 89474474 1857687552 109982 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
/proc/524500/statm: 453537 110048 2726 3035 0 150650 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1814148 KiB
Current children cumulated memory: 440192 KiB

[startup+3.14355 s]
/proc/loadavg: 82.74 81.27 79.87 66/1029 524633
/proc/meminfo: memFree=772491896/790760804 swapFree=131071996/131071996
[pid=524500] ppid=524497 vsize=3345428 memory=2486016 CPUtime=30.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/stat : 524500 (fscip) S 524497 524500 520445 0 -1 1077936128 731315 0 0 0 2817 214 0 0 20 0 41 0 89474474 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
/proc/524500/statm: 836357 621504 2950 3035 0 726154 0
[pid=524500/tid=524502] ppid=524497 vsize=3345428 memory=10544 CPUtime=1.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524502/stat : 524502 (fscip) R 524497 524500 520445 0 -1 4194368 32180 0 0 0 138 8 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524503] ppid=524497 vsize=3345428 memory=2062256 CPUtime=1.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524503/stat : 524503 (fscip) R 524497 524500 520445 0 -1 4194368 31997 0 0 0 132 11 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524504] ppid=524497 vsize=3345428 memory=2397296 CPUtime=1.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524504/stat : 524504 (fscip) R 524497 524500 520445 0 -1 4194368 32742 0 0 0 136 8 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524505] ppid=524497 vsize=3345428 memory=11448 CPUtime=1.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524505/stat : 524505 (fscip) R 524497 524500 520445 0 -1 4194368 31409 0 0 0 139 7 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524506] ppid=524497 vsize=3345428 memory=5512 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/524500/task/524506/stat : 524506 (fscip) R 524497 524500 520445 0 -1 4194368 31753 0 0 0 129 10 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524507] ppid=524497 vsize=3345428 memory=15776 CPUtime=1.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524507/stat : 524507 (fscip) R 524497 524500 520445 0 -1 4194368 33017 0 0 0 132 11 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524508] ppid=524497 vsize=3345428 memory=29836768444022866 CPUtime=1.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524508/stat : 524508 (fscip) R 524497 524500 520445 0 -1 4194368 32930 0 0 0 136 9 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524509] ppid=524497 vsize=3345428 memory=0 CPUtime=1.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524509/stat : 524509 (fscip) R 524497 524500 520445 0 -1 4194368 35084 0 0 0 132 11 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524510] ppid=524497 vsize=3345428 memory=0 CPUtime=1.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524510/stat : 524510 (fscip) R 524497 524500 520445 0 -1 4194368 31971 0 0 0 133 10 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524511] ppid=524497 vsize=3345428 memory=0 CPUtime=1.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524511/stat : 524511 (fscip) R 524497 524500 520445 0 -1 4194368 33423 0 0 0 135 10 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524512] ppid=524497 vsize=3345428 memory=31316 CPUtime=1.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524512/stat : 524512 (fscip) R 524497 524500 520445 0 -1 4194368 32935 0 0 0 133 11 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524513] ppid=524497 vsize=3345428 memory=28568 CPUtime=1.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524513/stat : 524513 (fscip) R 524497 524500 520445 0 -1 4194368 31952 0 0 0 136 10 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524514] ppid=524497 vsize=3345428 memory=7312 CPUtime=1.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524514/stat : 524514 (fscip) R 524497 524500 520445 0 -1 4194368 32921 0 0 0 135 10 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524515] ppid=524497 vsize=3345428 memory=26988 CPUtime=1.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524515/stat : 524515 (fscip) R 524497 524500 520445 0 -1 4194368 32592 0 0 0 132 12 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524516] ppid=524497 vsize=3345428 memory=280931932008928 CPUtime=1.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524516/stat : 524516 (fscip) R 524497 524500 520445 0 -1 4194368 31217 0 0 0 133 11 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524517] ppid=524497 vsize=3345428 memory=280931932310992 CPUtime=1.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524517/stat : 524517 (fscip) R 524497 524500 520445 0 -1 4194368 32153 0 0 0 137 8 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524518] ppid=524497 vsize=3345428 memory=0 CPUtime=1.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524518/stat : 524518 (fscip) R 524497 524500 520445 0 -1 4194368 32171 0 0 0 137 9 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524519] ppid=524497 vsize=3345428 memory=0 CPUtime=1.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524519/stat : 524519 (fscip) R 524497 524500 520445 0 -1 4194368 32290 0 0 0 132 11 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524520] ppid=524497 vsize=3345428 memory=0 CPUtime=1.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524520/stat : 524520 (fscip) R 524497 524500 520445 0 -1 4194368 33216 0 0 0 136 9 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524521] ppid=524497 vsize=3345428 memory=280931932153872 CPUtime=1.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524521/stat : 524521 (fscip) R 524497 524500 520445 0 -1 4194368 31895 0 0 0 138 9 0 0 20 0 41 0 89474601 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524522] ppid=524497 vsize=3345428 memory=280931931783424 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524522/stat : 524522 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524523] ppid=524497 vsize=3345428 memory=-8096454439705341344 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524523/stat : 524523 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524524] ppid=524497 vsize=3345428 memory=-3255422371651459150 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524524/stat : 524524 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524525] ppid=524497 vsize=3345428 memory=7675687866968975947 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524525/stat : 524525 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621504 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524526] ppid=524497 vsize=3345428 memory=7031125463459224206 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524526/stat : 524526 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524527] ppid=524497 vsize=3345428 memory=11201814732848 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524527/stat : 524527 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524528] ppid=524497 vsize=3345428 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/524500/task/524528/stat : 524528 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524529] ppid=524497 vsize=3345428 memory=667680 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524529/stat : 524529 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524530] ppid=524497 vsize=3345428 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/524500/task/524530/stat : 524530 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524531] ppid=524497 vsize=3345428 memory=280931932287392 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524531/stat : 524531 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524532] ppid=524497 vsize=3345428 memory=21251407051895752 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524532/stat : 524532 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524533] ppid=524497 vsize=3345428 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/524500/task/524533/stat : 524533 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524534] ppid=524497 vsize=3345428 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/524500/task/524534/stat : 524534 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524535] ppid=524497 vsize=3345428 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/524500/task/524535/stat : 524535 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524536] ppid=524497 vsize=3345428 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/524500/task/524536/stat : 524536 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524537] ppid=524497 vsize=3345428 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/524500/task/524537/stat : 524537 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524538] ppid=524497 vsize=3345428 memory=-7533511066075829596 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524538/stat : 524538 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524539] ppid=524497 vsize=3345428 memory=280931932393648 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524539/stat : 524539 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524540] ppid=524497 vsize=3345428 memory=2684 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524540/stat : 524540 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524541] ppid=524497 vsize=3345428 memory=6568 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524541/stat : 524541 (fscip) S 524497 524500 520445 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89474636 3425718272 621570 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
Current children cumulated CPU time: 30.31 s
Current children cumulated vsize: 3345428 KiB
Current children cumulated memory: 2486016 KiB

[startup+6.30155 s]
/proc/loadavg: 82.52 81.25 79.87 81/1029 524633
/proc/meminfo: memFree=770576348/790760804 swapFree=131071996/131071996
[pid=524500] ppid=524497 vsize=3683732 memory=3011968 CPUtime=92.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/stat : 524500 (fscip) S 524497 524500 520445 0 -1 1077936128 844736 0 0 0 9039 240 0 0 20 0 41 0 89474474 3772141568 752992 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
/proc/524500/statm: 920933 752992 2950 3035 0 870302 0
[pid=524500/tid=524502] ppid=524497 vsize=3683732 memory=280931932153872 CPUtime=4.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524502/stat : 524502 (fscip) R 524497 524500 520445 0 -1 4194368 36363 0 0 0 449 9 0 0 20 0 41 0 89474601 3772141568 752992 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524503] ppid=524497 vsize=3683732 memory=11448 CPUtime=4.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524503/stat : 524503 (fscip) R 524497 524500 520445 0 -1 4194368 38930 0 0 0 443 13 0 0 20 0 41 0 89474601 3772141568 752992 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524504] ppid=524497 vsize=3683732 memory=0 CPUtime=4.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524504/stat : 524504 (fscip) R 524497 524500 520445 0 -1 4194368 41032 0 0 0 447 10 0 0 20 0 41 0 89474601 3772141568 752992 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524505] ppid=524497 vsize=3683732 memory=10544 CPUtime=4.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524505/stat : 524505 (fscip) R 524497 524500 520445 0 -1 4194368 34377 0 0 0 451 8 0 0 20 0 41 0 89474601 3772141568 752992 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524506] ppid=524497 vsize=3683732 memory=492440 CPUtime=4.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524506/stat : 524506 (fscip) R 524497 524500 520445 0 -1 4194368 40544 0 0 0 430 12 0 0 20 0 41 0 89474601 3772141568 752992 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524507] ppid=524497 vsize=3683732 memory=2861824 CPUtime=4.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524507/stat : 524507 (fscip) R 524497 524500 520445 0 -1 4194368 39981 0 0 0 443 13 0 0 20 0 41 0 89474601 3772141568 752992 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524508] ppid=524497 vsize=3683732 memory=2316 CPUtime=4.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524508/stat : 524508 (fscip) R 524497 524500 520445 0 -1 4194368 37689 0 0 0 448 10 0 0 20 0 41 0 89474601 3772141568 752992 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524509] ppid=524497 vsize=3683732 memory=0 CPUtime=4.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524509/stat : 524509 (fscip) R 524497 524500 520445 0 -1 4194368 37481 0 0 0 444 12 0 0 20 0 41 0 89474601 3772141568 752992 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0

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

/proc/524500/task/524521/stat : 524521 (fscip) R 524497 524500 520445 0 -1 4194368 1445720 0 0 0 355009 160 0 0 20 0 41 0 89474601 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524522] ppid=524497 vsize=8899792 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/524500/task/524522/stat : 524522 (fscip) S 524497 524500 520445 0 -1 1077936192 225 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524523] ppid=524497 vsize=8899792 memory=280931934177808 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/524500/task/524523/stat : 524523 (fscip) S 524497 524500 520445 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524524] ppid=524497 vsize=8899792 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/524500/task/524524/stat : 524524 (fscip) S 524497 524500 520445 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524525] ppid=524497 vsize=8899792 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/524500/task/524525/stat : 524525 (fscip) S 524497 524500 520445 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524526] ppid=524497 vsize=8899792 memory=280931934630752 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/524500/task/524526/stat : 524526 (fscip) S 524497 524500 520445 0 -1 1077936192 169 0 0 0 0 2 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524527] ppid=524497 vsize=8899792 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/524500/task/524527/stat : 524527 (fscip) S 524497 524500 520445 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524528] ppid=524497 vsize=8899792 memory=7634296 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/524500/task/524528/stat : 524528 (fscip) S 524497 524500 520445 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524529] ppid=524497 vsize=8899792 memory=7634444 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/524500/task/524529/stat : 524529 (fscip) S 524497 524500 520445 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524530] ppid=524497 vsize=8899792 memory=7634444 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/524500/task/524530/stat : 524530 (fscip) S 524497 524500 520445 0 -1 1077936192 222 0 0 0 3 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524531] ppid=524497 vsize=8899792 memory=11448 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/524500/task/524531/stat : 524531 (fscip) S 524497 524500 520445 0 -1 1077936192 197 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524532] ppid=524497 vsize=8899792 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/524500/task/524532/stat : 524532 (fscip) S 524497 524500 520445 0 -1 1077936192 195 0 0 0 0 2 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524533] ppid=524497 vsize=8899792 memory=7638328 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/524500/task/524533/stat : 524533 (fscip) S 524497 524500 520445 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524534] ppid=524497 vsize=8899792 memory=6720667666253888613 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/524500/task/524534/stat : 524534 (fscip) S 524497 524500 520445 0 -1 1077936192 185 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524535] ppid=524497 vsize=8899792 memory=8219840 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/524500/task/524535/stat : 524535 (fscip) S 524497 524500 520445 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524536] ppid=524497 vsize=8899792 memory=6720667666253888613 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/524500/task/524536/stat : 524536 (fscip) S 524497 524500 520445 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524537] ppid=524497 vsize=8899792 memory=11448 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/524500/task/524537/stat : 524537 (fscip) S 524497 524500 520445 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524538] ppid=524497 vsize=8899792 memory=7638756 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/524500/task/524538/stat : 524538 (fscip) S 524497 524500 520445 0 -1 1077936192 180 0 0 0 3 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524539] ppid=524497 vsize=8899792 memory=7638756 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/524500/task/524539/stat : 524539 (fscip) S 524497 524500 520445 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524540] ppid=524497 vsize=8899792 memory=280931933622352 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/524500/task/524540/stat : 524540 (fscip) S 524497 524500 520445 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524541] ppid=524497 vsize=8899792 memory=7634392 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/524500/task/524541/stat : 524541 (fscip) S 524497 524500 520445 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 89474636 9113387008 1909689 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
Current children cumulated CPU time: 70957.8 s
Current children cumulated vsize: 8899792 KiB
Current children cumulated memory: 7638756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635 s]*
/proc/loadavg: 80.19 80.44 80.45 81/1023 526981
/proc/meminfo: memFree=753746112/790760804 swapFree=131071996/131071996
[pid=524500] ppid=524497 vsize=8834256 memory=7634504 CPUtime=72002.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/stat : 524500 (fscip) S 524497 524500 520445 0 -1 1077936128 21519287 0 0 0 7196464 3777 0 0 20 0 41 0 89474474 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
/proc/524500/statm: 2208564 1908626 3318 3035 0 2062507 0
[pid=524500/tid=524502] ppid=524497 vsize=8834256 memory=-6731023733611477866 CPUtime=3605.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524502/stat : 524502 (fscip) R 524497 524500 520445 0 -1 4194368 732840 0 0 0 360523 76 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524503] ppid=524497 vsize=8834256 memory=4872558194770992510 CPUtime=3595.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524503/stat : 524503 (fscip) R 524497 524500 520445 0 -1 4194368 1426058 0 0 0 359428 159 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524504] ppid=524497 vsize=8834256 memory=7589798291342255975 CPUtime=3595.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524504/stat : 524504 (fscip) R 524497 524500 520445 0 -1 4194368 1324899 0 0 0 359243 287 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524505] ppid=524497 vsize=8834256 memory=6080234844114610028 CPUtime=3603.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524505/stat : 524505 (fscip) R 524497 524500 520445 0 -1 4194368 788118 0 0 0 360197 166 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524506] ppid=524497 vsize=8834256 memory=6080234844114610028 CPUtime=3602.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524506/stat : 524506 (fscip) R 524497 524500 520445 0 -1 4194368 1232707 0 0 0 360068 136 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524507] ppid=524497 vsize=8834256 memory=5866312766647718503 CPUtime=3600.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524507/stat : 524507 (fscip) R 524497 524500 520445 0 -1 4194368 1160508 0 0 0 359620 411 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524508] ppid=524497 vsize=8834256 memory=6080234844114610028 CPUtime=3595.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524508/stat : 524508 (fscip) R 524497 524500 520445 0 -1 4194368 711873 0 0 0 359356 150 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524509] ppid=524497 vsize=8834256 memory=6080234844114610028 CPUtime=3602.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524509/stat : 524509 (fscip) R 524497 524500 520445 0 -1 4194368 1320371 0 0 0 360144 147 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524510] ppid=524497 vsize=8834256 memory=5866312766647718503 CPUtime=3586.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524510/stat : 524510 (fscip) R 524497 524500 520445 0 -1 4194368 1313338 0 0 0 358377 254 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524511] ppid=524497 vsize=8834256 memory=7012780194170102377 CPUtime=3591.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524511/stat : 524511 (fscip) R 524497 524500 520445 0 -1 4194368 826440 0 0 0 358998 146 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524512] ppid=524497 vsize=8834256 memory=5937554557719701857 CPUtime=3601.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524512/stat : 524512 (fscip) R 524497 524500 520445 0 -1 4194368 1326278 0 0 0 359969 142 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524513] ppid=524497 vsize=8834256 memory=5862913072047412817 CPUtime=3599.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524513/stat : 524513 (fscip) R 524497 524500 520445 0 -1 4194368 1380634 0 0 0 359651 316 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524514] ppid=524497 vsize=8834256 memory=7813580870776349010 CPUtime=3600.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524514/stat : 524514 (fscip) R 524497 524500 520445 0 -1 4194368 763038 0 0 0 359965 101 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524515] ppid=524497 vsize=8834256 memory=3835158371725178846 CPUtime=3602.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524515/stat : 524515 (fscip) R 524497 524500 520445 0 -1 4194368 1270057 0 0 0 360087 141 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524516] ppid=524497 vsize=8834256 memory=2252697463324936 CPUtime=3602.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524516/stat : 524516 (fscip) R 524497 524500 520445 0 -1 4194368 1080588 0 0 0 359886 327 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524517] ppid=524497 vsize=8834256 memory=9490 CPUtime=3605.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524517/stat : 524517 (fscip) R 524497 524500 520445 0 -1 4194368 793850 0 0 0 360443 90 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524518] ppid=524497 vsize=8834256 memory=280931936239272 CPUtime=3605.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524518/stat : 524518 (fscip) R 524497 524500 520445 0 -1 4194368 732717 0 0 0 360480 90 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524519] ppid=524497 vsize=8834256 memory=280931933863440 CPUtime=3603.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524519/stat : 524519 (fscip) R 524497 524500 520445 0 -1 4194368 866460 0 0 0 360074 304 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524520] ppid=524497 vsize=8834256 memory=7813580870776349010 CPUtime=3596.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524520/stat : 524520 (fscip) R 524497 524500 520445 0 -1 4194368 927352 0 0 0 359532 146 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524521] ppid=524497 vsize=8834256 memory=12666550048063586 CPUtime=3603.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/524500/task/524521/stat : 524521 (fscip) R 524497 524500 520445 0 -1 4194368 1453840 0 0 0 360234 161 0 0 20 0 41 0 89474601 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524522] ppid=524497 vsize=8834256 memory=4638778398332829795 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/524500/task/524522/stat : 524522 (fscip) S 524497 524500 520445 0 -1 1077936192 229 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524523] ppid=524497 vsize=8834256 memory=5793433842155482219 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/524500/task/524523/stat : 524523 (fscip) S 524497 524500 520445 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524524] ppid=524497 vsize=8834256 memory=4786094894957975265 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/524500/task/524524/stat : 524524 (fscip) S 524497 524500 520445 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524525] ppid=524497 vsize=8834256 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/524500/task/524525/stat : 524525 (fscip) S 524497 524500 520445 0 -1 1077936192 174 0 0 0 3 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524526] ppid=524497 vsize=8834256 memory=7306649935326241894 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/524500/task/524526/stat : 524526 (fscip) S 524497 524500 520445 0 -1 1077936192 172 0 0 0 0 2 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524527] ppid=524497 vsize=8834256 memory=7523381299364061522 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/524500/task/524527/stat : 524527 (fscip) S 524497 524500 520445 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524528] ppid=524497 vsize=8834256 memory=64 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/524500/task/524528/stat : 524528 (fscip) S 524497 524500 520445 0 -1 1077936192 181 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524529] ppid=524497 vsize=8834256 memory=25549 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/524500/task/524529/stat : 524529 (fscip) S 524497 524500 520445 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524530] ppid=524497 vsize=8834256 memory=25879 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/524500/task/524530/stat : 524530 (fscip) S 524497 524500 520445 0 -1 1077936192 227 0 0 0 3 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524531] ppid=524497 vsize=8834256 memory=26212 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/524500/task/524531/stat : 524531 (fscip) S 524497 524500 520445 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524532] ppid=524497 vsize=8834256 memory=65002 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/524500/task/524532/stat : 524532 (fscip) S 524497 524500 520445 0 -1 1077936192 198 0 0 0 0 2 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524533] ppid=524497 vsize=8834256 memory=83609 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/524500/task/524533/stat : 524533 (fscip) S 524497 524500 520445 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524534] ppid=524497 vsize=8834256 memory=111450 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/524500/task/524534/stat : 524534 (fscip) S 524497 524500 520445 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524535] ppid=524497 vsize=8834256 memory=3834308444878325809 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/524500/task/524535/stat : 524535 (fscip) S 524497 524500 520445 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524536] ppid=524497 vsize=8834256 memory=3474562542628412396 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/524500/task/524536/stat : 524536 (fscip) S 524497 524500 520445 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524537] ppid=524497 vsize=8834256 memory=7955704821952112480 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/524500/task/524537/stat : 524537 (fscip) S 524497 524500 520445 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524538] ppid=524497 vsize=8834256 memory=280931934867984 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/524500/task/524538/stat : 524538 (fscip) S 524497 524500 520445 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524539] ppid=524497 vsize=8834256 memory=29836768444022866 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/524500/task/524539/stat : 524539 (fscip) S 524497 524500 520445 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524540] ppid=524497 vsize=8834256 memory=280931937190048 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/524500/task/524540/stat : 524540 (fscip) S 524497 524500 520445 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
[pid=524500/tid=524541] ppid=524497 vsize=8834256 memory=4638778398332698720 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/524500/task/524541/stat : 524541 (fscip) S 524497 524500 520445 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 89474636 9046278144 1908626 809668444160 4194304 16622877 140736520514912 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140736520520681 140736520520797 140736520520797 140736520527823 0
Current children cumulated CPU time: 72002.4 s
Current children cumulated vsize: 8834256 KiB
Current children cumulated memory: 7634504 KiB

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

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

# cumulated CPU time of all completed processes:  user=71965 s, system=37.9557 s

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

[startup+3635.22 s]
/proc/loadavg: 80.19 80.44 80.45 62/984 526981
/proc/meminfo: memFree=759364920/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): 3635.23
CPU time (s): 72002.9
CPU user time (s): 71965
CPU system time (s): 37.9557
CPU usage (%): 1980.7
Max. virtual memory (cumulated for all children) (KiB): 8899792
Max. memory (cumulated for all children) (KiB): 7640412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71965
system time used= 37.9557
maximum resident set size= 7642400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21519287
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= 172300
involuntary context switches= 253739


# summary of solver processes directly reported to runsolver:
#   pid: 524500
#   total CPU time (s): 72002.9
#   total CPU user time (s): 71965
#   total CPU system time (s): 37.9557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.5283 second user time and 87.9259 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-09 20:41:54
IDJOB=4468091
IDBENCH=148664
IDSOLVER=3097
FILE ID=nodeD105/4468091-1723228914
RUNJOBID= nodeD105-1723225275-520456
SLURM_JOB_ID= 8266904
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
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-4468091-1723228914/watcher-4468091-1723228914 -o /tmp/evaluation-result-4468091-1723228914/solver-4468091-1723228914 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723225275-520456 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468091-1723228914.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 65b4d1c4023a2b46e150e438eeed87ff
RANDOM SEED=94772181

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		: 3250.292
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		: 2993.089
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		: 2950.515
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		: 3156.235
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		: 3599.852
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		: 2460.290
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		: 2950.557
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		: 3106.263
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		: 3459.269
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		: 3025.870
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		: 2950.563
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		: 3183.842
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		: 3053.909
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		: 3459.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		: 2950.589
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		: 3024.736
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		: 3088.805
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		: 3556.260
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		: 2949.961
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		: 3142.369
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		: 3284.808
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		: 2040.644
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		: 2950.612
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		: 3186.805
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		: 3059.343
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		: 1732.430
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		: 2948.974
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		: 2993.208
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		: 2988.181
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		: 1735.219
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		: 2950.472
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		: 3188.786
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		: 2985.370
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		: 1800.118
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		: 2950.404
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		: 3161.845
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		: 3205.351
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		: 2421.898
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		: 2949.539
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		: 3139.897
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		: 3547.950
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		: 2982.254
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		: 2950.261
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		: 3038.142
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		: 3589.562
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		: 3235.606
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		: 2949.423
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		: 3086.450
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		: 2989.646
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		: 3237.453
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		: 2950.217
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		: 3185.490
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		: 3635.155
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		: 3075.890
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		: 2949.382
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		: 3147.894
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		: 2990.239
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		: 3076.706
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		: 2950.267
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		: 3180.570
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		: 3178.757
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		: 3079.285
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		: 2942.791
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		: 3187.478
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		: 3383.644
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		: 3072.395
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		: 2950.325
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		: 3138.246
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		: 3548.899
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		: 3079.163
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		: 2950.341
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		: 3144.983
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		: 3438.357
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		: 3076.439
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		: 2949.678
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		: 3178.014
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		: 3602.137
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		: 3670.428
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		: 2950.288
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		: 3169.989
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:        761700396 kB
MemAvailable:   765262228 kB
Buffers:          917584 kB
Cached:          5943720 kB
SwapCached:            0 kB
Active:          1241704 kB
Inactive:       24649056 kB
Active(anon):       2172 kB
Inactive(anon): 19058156 kB
Active(file):    1239532 kB
Inactive(file):  5590900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           2272628 kB
Writeback:            16 kB
AnonPages:      19027168 kB
Mapped:          1306780 kB
Shmem:             30732 kB
KReclaimable:     302204 kB
Slab:             715556 kB
SReclaimable:     302204 kB
SUnreclaim:       413352 kB
KernelStack:       16944 kB
PageTables:        51368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1950000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           822912 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2537472 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:      841728 kB
DirectMap2M:    108707840 kB
DirectMap1G:    696254464 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-09 21:42:29