Trace number 4465301

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_7.opb
MD5SUMe3f6e03fc0c8fc921c0242da7dc19bcf
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark191.711
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12935
Total number of constraints47889
Number of constraints which are clauses47870
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint1
Maximum length of a constraint953
Number of terms in the objective function 953
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 953
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 984
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.11/0.14	c Default LC presolving (default).
0.11/0.14	c ** Before presolving: virtualMemUsedAtLc = 143920881, getVmSize() = 112123904, SCIPgetMemUsed() = 79128606, SCIPgetMemTotal() = 86484182, SCIPgetMemExternEstim() = 57436699
0.11/0.14	c ** set memory limit for presolving in LC to 8.79564e+12 for SCIP **
0.68/0.71	c ** Estimated virtualMemUsedAtSolver = 143808948, getVmSize() = 192028672, SCIPgetMemUsed() = 90635131, SCIPgetMemTotal() = 158276723, SCIPgetMemExternEstim() = 57436699
0.68/0.71	c ** set memory limit for solvers to 4.18816e+11 for each SCIP **
0.68/0.71	c Original Problem   :
0.68/0.71	c   Problem name     : instance-4465301-1722457083
0.68/0.71	c   Variables        : 12935 (12935 binary, 0 integer, 0 implicit integer, 0 continuous)
0.68/0.71	c   Constraints      : 47889
0.68/0.71	c   Objective sense  : minimize
0.68/0.71	c Presolved Problem  :
0.68/0.71	c   Variables        : 11740 (11740 binary, 0 integer, 0 implicit integer, 0 continuous)
0.68/0.71	c   Constraints      : 11678
0.68/0.71	c Constraints        : Number
0.68/0.71	c   knapsack         : 1 
0.68/0.71	c   setppc           : 880 
0.68/0.71	c   and              : 10792 
0.68/0.71	c   logicor          : 5 
0.68/0.71	c ** Instance transfer method used: 0
0.68/0.75	c ** ParaScipInstance copy does not increase the number of variables. **
1.20/1.28	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.20/1.29	c                                Nodes    Active                                            
1.20/1.29	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
25.92/2.61	c *       3              0           1        20          27.0000                -          -
39.67/3.36	c *       3              0           1        20          26.0000                -          -
90.55/5.99	c         6              4           3        20          26.0000           5.0000    420.00%
197.61/11.38	c        11            180          78        20          26.0000           5.0000    420.00%
302.75/16.61	c        17           1037         297        20          26.0000           5.0000    420.00%
407.93/21.97	c        22           1953         207        20          26.0000           5.0000    420.00%
509.72/27.13	c        27              2           3        20          26.0000          10.3333    151.61%
612.37/32.22	c        32              2           1        20          26.0000          10.5000    147.62%
715.34/37.44	c        37              2           1        20          26.0000          11.9032    118.43%
814.36/42.49	c        42              2           1        20          26.0000          11.9684    117.24%
915.37/47.55	c        48              2           1        20          26.0000          11.9684    117.24%
1002.49/51.90	c *      52              2           1        20          24.0000          11.9684    100.53%
1018.25/52.75	c        53              2           1        20          24.0000          11.9684    100.53%
1123.87/58.03	c        58              3           2        20          24.0000          11.9711    100.48%
1222.77/63.11	c        63              3           2        20          24.0000          11.9711    100.48%
1325.00/68.26	c        68              3           2        20          24.0000          11.9711    100.48%
1425.97/73.32	c        73              3           2        20          24.0000          11.9711    100.48%
1526.94/78.45	c        78              4           3        20          24.0000          11.9711    100.48%
1627.86/83.53	c        84              4           3        20          24.0000          11.9711    100.48%
1728.79/88.62	c        89              4           3        20          24.0000          11.9711    100.48%
1827.73/93.65	c        94              4           3        20          24.0000          11.9711    100.48%
1928.66/98.73	c        99              4           3        20          24.0000          11.9711    100.48%
2029.65/103.80	c       104              4           3        20          24.0000          11.9711    100.48%
2128.64/108.89	c       109              4           3        20          24.0000          11.9711    100.48%
2229.65/113.96	c       114              5           4        20          24.0000          11.9711    100.48%
2328.66/119.00	c       119              5           4        20          24.0000          11.9711    100.48%
2432.30/124.14	c       124              5           4        20          24.0000          11.9711    100.48%
2531.49/129.18	c       129              6           5        20          24.0000          11.9711    100.48%
2631.82/134.24	c       134              6           5        20          24.0000          11.9711    100.48%
2732.97/139.35	c       139              6           5        20          24.0000          11.9711    100.48%
2834.18/144.47	c       144              7           6        20          24.0000          11.9711    100.48%
2935.41/149.51	c       150              7           6        20          24.0000          11.9711    100.48%
3034.61/154.59	c       155              7           6        20          24.0000          11.9711    100.48%
3135.81/159.64	c       160              7           6        20          24.0000          11.9711    100.48%
3234.98/164.68	c       165              8           7        20          24.0000          11.9711    100.48%
3336.15/169.71	c       170              8           7        20          24.0000          11.9711    100.48%
3435.33/174.79	c       175              9           8        20          24.0000          11.9711    100.48%
3536.48/179.85	c       180             10           9        20          24.0000          11.9711    100.48%
3637.64/184.92	c       185             10           9        20          24.0000          11.9711    100.48%
3736.77/189.98	c       190             10           9        20          24.0000          11.9711    100.48%
3835.80/195.03	c       195             11          10        20          24.0000          11.9711    100.48%
3937.40/200.08	c       200             12          11        20          24.0000          12.1845     96.97%
4038.70/205.13	c       205             12          11        20          24.0000          12.1845     96.97%
4139.16/210.22	c       210             12          11        20          24.0000          12.1845     96.97%
4238.32/215.27	c       215             12          11        20          24.0000          12.1845     96.97%
4339.46/220.38	c       220             12          11        20          24.0000          12.1845     96.97%
4438.63/225.38	c       225             12          11        20          24.0000          12.1845     96.97%
4541.78/230.51	c       231             12          11        20          24.0000          12.1845     96.97%
4642.96/235.60	c       236             12          11        20          24.0000          12.1845     96.97%
4742.14/240.65	c       241             13          12        20          24.0000          12.1845     96.97%
4843.28/245.75	c       246             14          13        20          24.0000          12.1845     96.97%
4944.43/250.80	c       251             14          13        20          24.0000          12.1845     96.97%
5043.60/255.85	c       256             14          13        20          24.0000          12.1845     96.97%
5144.76/260.93	c       261             14          13        20          24.0000          12.1845     96.97%
5243.92/265.99	c       266             15          14        20          24.0000          12.1845     96.97%
5345.55/271.03	c       271             15          14        20          24.0000          12.1845     96.97%
5447.06/276.17	c       276             16          15        20          24.0000          12.1845     96.97%
5547.35/281.22	c       281             16          15        20          24.0000          12.1845     96.97%
5648.50/286.31	c       286             16          15        20          24.0000          12.1845     96.97%
5747.66/291.38	c       291             16          15        20          24.0000          12.1845     96.97%
5848.81/296.44	c       296             16          15        20          24.0000          12.1845     96.97%
5951.78/301.63	c       302             17          16        20          24.0000          12.1845     96.97%
6052.88/306.73	c       307             17          16        20          24.0000          12.1845     96.97%
6155.98/311.95	c       312             18          17        20          24.0000          12.1845     96.97%
6255.11/317.00	c       317             18          17        20          24.0000          12.1845     96.97%
6357.09/322.07	c       322             19          18        20          24.0000          12.1845     96.97%
6458.01/327.15	c       327             19          18        20          24.0000          12.1845     96.97%
6471.25/327.88	c *     328             19          18        20          23.0000          12.1845     88.77%
6560.35/332.32	c       332             19          18        20          23.0000          12.1845     88.77%
6659.50/337.39	c       337             19          18        20          23.0000          12.1845     88.77%
6762.61/342.55	c       343             19          18        20          23.0000          12.1845     88.77%
6861.75/347.58	c       348             20          19        20          23.0000          12.1845     88.77%
6964.86/352.74	c       353             20          19        20          23.0000          12.1845     88.77%
7067.97/357.91	c       358             20          19        20          23.0000          12.1845     88.77%
7169.59/363.07	c       363             20          19        20          23.0000          12.1845     88.77%
7270.87/368.14	c       368             20          19        20          23.0000          12.1845     88.77%
7371.34/373.23	c       373             20          19        20          23.0000          12.1845     88.77%
7472.48/378.30	c       378             21          20        20          23.0000          12.1845     88.77%
7571.63/383.38	c       383             21          20        20          23.0000          12.1845     88.77%
7672.73/388.41	c       388             21          20        20          23.0000          12.1845     88.77%
7773.84/393.57	c       394             21          20        20          23.0000          12.1845     88.77%
7874.97/398.67	c       399             22          21        20          23.0000          12.1845     88.77%
7976.11/403.75	c       404             22          21        20          23.0000          12.1845     88.77%
8075.27/408.79	c       409             22          21        20          23.0000          12.1845     88.77%
8176.39/413.88	c       414             23          22        20          23.0000          12.1845     88.77%
8277.25/418.94	c       419             23          22        20          23.0000          12.1845     88.77%
8376.36/424.00	c       424             23          22        20          23.0000          12.1845     88.77%
8475.50/429.00	c       429             24          23        20          23.0000          12.1845     88.77%
8577.22/434.09	c       434             25          24        20          23.0000          12.1845     88.77%
8679.72/439.22	c       439             25          24        20          23.0000          12.1845     88.77%
8780.85/444.32	c       444             26          25        20          23.0000          12.1845     88.77%
8883.97/449.56	c       450             29          28        20          23.0000          12.1845     88.77%
8985.11/454.62	c       455             29          28        20          23.0000          12.1845     88.77%
9086.23/459.70	c       460             30          29        20          23.0000          12.1845     88.77%
9189.33/464.91	c       465             30          29        20          23.0000          12.1845     88.77%
9288.43/469.97	c       470             31          30        20          23.0000          12.1845     88.77%
9387.57/475.01	c       475             31          30        20          23.0000          12.1845     88.77%
9492.73/480.24	c       480             31          30        20          23.0000          12.1845     88.77%
9591.74/485.30	c       485             31          30        20          23.0000          12.1845     88.77%
9694.83/490.44	c       490             31          30        20          23.0000          12.1845     88.77%
9795.92/495.57	c       496             32          31        20          23.0000          12.2119     88.34%
9898.86/500.70	c       501             32          31        20          23.0000          12.2119     88.34%
9999.87/505.80	c       506             32          31        20          23.0000          12.2119     88.34%
10100.98/510.94	c       511             32          31        20          23.0000          12.2119     88.34%
10200.11/515.95	c       516             33          32        20          23.0000          12.2119     88.34%
10299.23/521.03	c       521             33          32        20          23.0000          12.2119     88.34%
10400.98/526.10	c       526             33          32        20          23.0000          12.2119     88.34%
10502.10/531.18	c       531             33          32        20          23.0000          12.2119     88.34%
10602.57/536.25	c       536             34          33        20          23.0000          12.2119     88.34%
10703.57/541.36	c       541             34          33        20          23.0000          12.2119     88.34%
10806.63/546.50	c       546             35          34        20          23.0000          12.2119     88.34%
10907.73/551.61	c       552             35          34        20          23.0000          12.2119     88.34%
11006.84/556.69	c       557             35          34        20          23.0000          12.2119     88.34%
11109.92/561.83	c       562             35          34        20          23.0000          12.2119     88.34%
11211.11/566.91	c       567             36          35        20          23.0000          12.2119     88.34%
11312.82/572.07	c       572             36          35        20          23.0000          12.2119     88.34%
11413.97/577.19	c       577             37          36        20          23.0000          12.2119     88.34%
11516.41/582.30	c       582             37          36        20          23.0000          12.2119     88.34%
11615.55/587.31	c       587             38          37        20          23.0000          12.2119     88.34%
11718.68/592.57	c       593             38          37        20          23.0000          12.2119     88.34%
11819.81/597.64	c       598             38          37        20          23.0000          12.2119     88.34%
11922.60/602.81	c       603             38          37        20          23.0000          12.2119     88.34%
12023.70/607.93	c       608             38          37        20          23.0000          12.2119     88.34%
12125.41/613.03	c       613             38          37        20          23.0000          12.2119     88.34%
12224.58/618.09	c       618             40          39        20          23.0000          12.2119     88.34%
12325.69/623.17	c       623             40          39        20          23.0000          12.2119     88.34%
12426.19/628.25	c       628             40          39        20          23.0000          12.2119     88.34%
12527.33/633.31	c       633             41          40        20          23.0000          12.2119     88.34%
12628.47/638.41	c       638             41          40        20          23.0000          12.2119     88.34%
12727.62/643.49	c       644             41          40        20          23.0000          12.2119     88.34%
12828.69/648.58	c       649             41          40        20          23.0000          12.2119     88.34%
12929.81/653.61	c       654             41          40        20          23.0000          12.2119     88.34%
13028.97/658.64	c       659             42          41        20          23.0000          12.2643     87.54%
13132.09/663.82	c       664             42          41        20          23.0000          12.2643     87.54%
13233.19/668.94	c       669             43          42        20          23.0000          12.2643     87.54%
13332.28/674.01	c       674             43          42        20          23.0000          12.2643     87.54%
13433.96/679.09	c       679             43          42        20          23.0000          12.2643     87.54%
13535.14/684.16	c       684             44          43        20          23.0000          12.2643     87.54%
13635.63/689.25	c       689             44          43        20          23.0000          12.2643     87.54%
13736.75/694.37	c       694             45          44        20          23.0000          12.2643     87.54%
13837.88/699.40	c       699             46          45        20          23.0000          12.2643     87.54%
13937.02/704.44	c       704             46          45        20          23.0000          12.2643     87.54%
14040.15/709.60	c       710             46          45        20          23.0000          12.2643     87.54%
14139.29/714.67	c       715             46          45        20          23.0000          12.2643     87.54%
14240.31/719.75	c       720             46          45        20          23.0000          12.2643     87.54%
14339.43/724.78	c       725             47          46        20          23.0000          12.2643     87.54%
14442.55/729.91	c       730             47          46        20          23.0000          12.2643     87.54%
14541.70/734.97	c       735             47          46        20          23.0000          12.2643     87.54%
14640.84/740.03	c       740             48          47        20          23.0000          12.2643     87.54%
14742.71/745.12	c       745             48          47        20          23.0000          12.2643     87.54%
14845.01/750.20	c       750             48          47        20          23.0000          12.2643     87.54%
14944.13/755.27	c       755             48          47        20          23.0000          12.2643     87.54%
15045.26/760.33	c       760             48          47        20          23.0000          12.2643     87.54%
15144.40/765.40	c       765             48          47        20          23.0000          12.2643     87.54%
15245.53/770.47	c       770             49          48        20          23.0000          12.2643     87.54%
15346.65/775.56	c       776             49          48        20          23.0000          12.2643     87.54%
15447.76/780.64	c       781             50          49        20          23.0000          12.2643     87.54%
15548.90/785.70	c       786             50          49        20          23.0000          12.2643     87.54%
15648.07/790.79	c       791             50          49        20          23.0000          12.2643     87.54%
15749.25/795.84	c       796             50          49        20          23.0000          12.2643     87.54%
15848.43/800.85	c       801             50          49        20          23.0000          12.2643     87.54%
15949.60/805.93	c       806             50          49        20          23.0000          12.2643     87.54%
16048.79/810.99	c       811             50          49        20          23.0000          12.2643     87.54%
16150.48/816.06	c       816             50          49        20          23.0000          12.2643     87.54%
16249.75/821.10	c       821             50          49        20          23.0000          12.2643     87.54%
16351.04/826.17	c       826             51          50        20          23.0000          12.2643     87.54%
16451.34/831.25	c       831             51          50        20          23.0000          12.2643     87.54%
16552.50/836.31	c       836             51          50        20          23.0000          12.2643     87.54%
16653.66/841.42	c       841             51          50        20          23.0000          12.2643     87.54%
16754.82/846.51	c       847             51          50        20          23.0000          12.2643     87.54%
16853.96/851.59	c       852             51          50        20          23.0000          12.2643     87.54%
16955.12/856.68	c       857             51          50        20          23.0000          12.2643     87.54%
17056.27/861.75	c       862             51          50        20          23.0000          12.2643     87.54%
17157.41/866.81	c       867             51          50        20          23.0000          12.2643     87.54%
17258.50/871.92	c       872             52          51        20          23.0000          12.2706     87.44%
17357.66/876.97	c       877             52          51        20          23.0000          12.2706     87.44%
17459.38/882.05	c       882             52          51        20          23.0000          12.2706     87.44%
17558.78/887.13	c       887             52          51        20          23.0000          12.2706     87.44%
17659.81/892.19	c       892             52          51        20          23.0000          12.2706     87.44%
17760.16/897.28	c       897             53          52        20          23.0000          12.2706     87.44%
17861.44/902.36	c       902             53          52        20          23.0000          12.2706     87.44%
17962.45/907.44	c       907             53          52        20          23.0000          12.2706     87.44%
18063.59/912.51	c       913             53          52        20          23.0000          12.2706     87.44%
18162.75/917.58	c       918             53          52        20          23.0000          12.2706     87.44%
18263.93/922.64	c       923             53          52        20          23.0000          12.2706     87.44%
18365.07/927.70	c       928             53          52        20          23.0000          12.2706     87.44%
18464.24/932.77	c       933             53          52        20          23.0000          12.2706     87.44%
18565.39/937.87	c       938             53          52        20          23.0000          12.2706     87.44%
18666.54/942.95	c       943             54          53        20          23.0000          12.2706     87.44%
18765.71/948.02	c       948             54          53        20          23.0000          12.2706     87.44%
18867.66/953.05	c       953             54          53        20          23.0000          12.2706     87.44%
18968.66/958.15	c       958             54          53        20          23.0000          12.2706     87.44%
19067.54/963.17	c       963             54          53        20          23.0000          12.2706     87.44%
19168.32/968.23	c       968             54          53        20          23.0000          12.2706     87.44%
19267.37/973.24	c       973             55          54        20          23.0000          12.2706     87.44%
19368.54/978.31	c       978             55          54        20          23.0000          12.2706     87.44%
19469.72/983.42	c       983             55          54        20          23.0000          12.2706     87.44%
19568.97/988.48	c       988             55          54        20          23.0000          12.2706     87.44%
19670.01/993.54	c       994             55          54        20          23.0000          12.2706     87.44%
19771.15/998.64	c       999             55          54        20          23.0000          12.2706     87.44%
19872.32/1003.75	c      1004             55          54        20          23.0000          12.2706     87.44%
19973.46/1008.84	c      1009             55          54        20          23.0000          12.2706     87.44%
20074.60/1013.90	c      1014             55          54        20          23.0000          12.2706     87.44%
20176.29/1019.11	c      1019             55          54        20          23.0000          12.2706     87.44%
20277.58/1024.18	c      1024             55          54        20          23.0000          12.2706     87.44%
20377.87/1029.24	c      1029             55          54        20          23.0000          12.2706     87.44%
20478.99/1034.33	c      1034             56          55        20          23.0000          12.2706     87.44%
20580.10/1039.47	c      1039             56          55        20          23.0000          12.2706     87.44%
20681.26/1044.53	c      1045             56          55        20          23.0000          12.2706     87.44%
20780.45/1049.59	c      1050             56          55        20          23.0000          12.2706     87.44%
20881.63/1054.65	c      1055             56          55        20          23.0000          12.2706     87.44%
20980.81/1059.67	c      1060             57          56        20          23.0000          12.2706     87.44%
21081.98/1064.78	c      1065             57          56        20          23.0000          12.2706     87.44%
21183.05/1069.84	c      1070             57          56        20          23.0000          12.2706     87.44%
21282.24/1074.84	c      1075             57          56        20          23.0000          12.2706     87.44%
21383.27/1079.97	c      1080             57          56        20          23.0000          12.2706     87.44%
21482.42/1085.04	c      1085             58          57        20          23.0000          12.2706     87.44%
21586.23/1090.14	c      1090             58          57        20          23.0000          12.2706     87.44%
21686.66/1095.20	c      1095             58          57        20          23.0000          12.2706     87.44%
21785.63/1100.27	c      1100             59          58        20          23.0000          12.2706     87.44%
21886.76/1105.36	c      1105             59          58        20          23.0000          12.2706     87.44%
21987.89/1110.42	c      1110             59          58        20          23.0000          12.2706     87.44%
22087.02/1115.49	c      1115             59          58        20          23.0000          12.2706     87.44%
22188.16/1120.56	c      1121             59          58        20          23.0000          12.2706     87.44%
22289.29/1125.61	c      1126             60          59        20          23.0000          12.2706     87.44%
22390.36/1130.74	c      1131             60          59        20          23.0000          12.2706     87.44%
22491.47/1135.82	c      1136             60          59        20          23.0000          12.2706     87.44%
22592.52/1140.93	c      1141             61          60        20          23.0000          12.2706     87.44%
22691.61/1146.00	c      1146             61          60        20          23.0000          12.2706     87.44%
22793.23/1151.08	c      1151             61          60        20          23.0000          12.2706     87.44%
22894.49/1156.17	c      1156             61          60        20          23.0000          12.2706     87.44%
22994.90/1161.27	c      1161             61          60        20          23.0000          12.2706     87.44%
23096.01/1166.32	c      1166             61          60        20          23.0000          12.2706     87.44%
23195.10/1171.39	c      1171             61          60        20          23.0000          12.2706     87.44%
23296.14/1176.44	c      1176             61          60        20          23.0000          12.2706     87.44%
23397.20/1181.53	c      1182             62          61        20          23.0000          12.2706     87.44%
23496.36/1186.59	c      1187             62          61        20          23.0000          12.2706     87.44%
23597.50/1191.69	c      1192             62          61        20          23.0000          12.2706     87.44%
23698.62/1196.77	c      1197             62          61        20          23.0000          12.2706     87.44%
23799.64/1201.85	c      1202             62          61        20          23.0000          12.2706     87.44%
23900.74/1206.94	c      1207             62          61        20          23.0000          12.2706     87.44%
23999.78/1212.01	c      1212             62          61        20          23.0000          12.2706     87.44%
24101.57/1217.09	c      1217             62          61        20          23.0000          12.2706     87.44%
24202.62/1222.15	c      1222             62          61        20          23.0000          12.2706     87.44%
24303.15/1227.21	c      1227             63          62        20          23.0000          12.2706     87.44%
24402.43/1232.29	c      1232             63          62        20          23.0000          12.2706     87.44%
24501.44/1237.29	c      1237             63          62        20          23.0000          12.2706     87.44%
24602.56/1242.32	c      1242             63          62        20          23.0000          12.2706     87.44%
24703.71/1247.48	c      1247             63          62        20          23.0000          12.2706     87.44%
24804.84/1252.59	c      1253             63          62        20          23.0000          12.2706     87.44%
24905.98/1257.65	c      1258             63          62        20          23.0000          12.2706     87.44%
25007.02/1262.74	c      1263             63          62        20          23.0000          12.2706     87.44%
25108.14/1267.84	c      1268             63          62        20          23.0000          12.2706     87.44%
25209.26/1272.90	c      1273             63          62        20          23.0000          12.2706     87.44%
25308.39/1277.97	c      1278             63          62        20          23.0000          12.2706     87.44%
25407.53/1283.02	c      1283             63          62        20          23.0000          12.2706     87.44%
25509.31/1288.06	c      1288             63          62        20          23.0000          12.2706     87.44%
25608.52/1293.07	c      1293             64          63        20          23.0000          12.2706     87.44%
25709.76/1298.18	c      1298             64          63        20          23.0000          12.2706     87.44%
25810.11/1303.29	c      1303             64          63        20          23.0000          12.2706     87.44%
25911.25/1308.37	c      1308             64          63        20          23.0000          12.2706     87.44%
26012.41/1313.40	c      1313             64          63        20          23.0000          12.2706     87.44%
26113.52/1318.52	c      1319             64          63        20          23.0000          12.2706     87.44%
26214.63/1323.61	c      1324             64          63        20          23.0000          12.2706     87.44%
26313.77/1328.69	c      1329             65          64        20          23.0000          12.2706     87.44%
26414.91/1333.73	c      1334             65          64        20          23.0000          12.2706     87.44%
26514.05/1338.79	c      1339             65          64        20          23.0000          12.2706     87.44%
26615.19/1343.86	c      1344             65          64        20          23.0000          12.2706     87.44%
26716.28/1348.91	c      1349             65          64        20          23.0000          12.2706     87.44%
26815.42/1353.96	c      1354             65          64        20          23.0000          12.2706     87.44%
26914.55/1358.97	c      1359             66          65        20          23.0000          12.2706     87.44%
27013.71/1363.98	c      1364             66          65        20          23.0000          12.2706     87.44%
27117.53/1369.15	c      1369             66          65        20          23.0000          12.2706     87.44%
27217.97/1374.23	c      1374             66          65        20          23.0000          12.2706     87.44%
27319.11/1379.30	c      1379             66          65        20          23.0000          12.2706     87.44%
27418.25/1384.38	c      1384             66          65        20          23.0000          12.2706     87.44%
27519.35/1389.41	c      1389             66          65        20          23.0000          12.2706     87.44%
27620.46/1394.53	c      1395             66          65        20          23.0000          12.2706     87.44%
27721.59/1399.61	c      1400             66          65        20          23.0000          12.2706     87.44%
27820.76/1404.69	c      1405             67          66        20          23.0000          12.2706     87.44%
27921.92/1409.74	c      1410             67          66        20          23.0000          12.2706     87.44%
28023.07/1414.85	c      1415             67          66        20          23.0000          12.2706     87.44%
28122.18/1419.88	c      1420             67          66        20          23.0000          12.2706     87.44%
28223.37/1424.96	c      1425             67          66        20          23.0000          12.2706     87.44%
28325.03/1430.11	c      1430             67          66        20          23.0000          12.2706     87.44%
28427.55/1435.23	c      1435             67          66        20          23.0000          12.2706     87.44%
28526.83/1440.29	c      1440             67          66        20          23.0000          12.2706     87.44%
28627.83/1445.34	c      1445             67          66        20          23.0000          12.2706     87.44%
28728.94/1450.47	c      1450             67          66        20          23.0000          12.2706     87.44%
28828.06/1455.49	c      1456             67          66        20          23.0000          12.2706     87.44%
28931.17/1460.60	c      1461             67          66        20          23.0000          12.2706     87.44%
29030.32/1465.68	c      1466             68          67        20          23.0000          12.2706     87.44%
29131.46/1470.75	c      1471             68          67        20          23.0000          12.2706     87.44%
29232.51/1475.82	c      1476             68          67        20          23.0000          12.2706     87.44%
29331.61/1480.88	c      1481             68          67        20          23.0000          12.2706     87.44%
29432.73/1485.94	c      1486             68          67        20          23.0000          12.2706     87.44%
29531.88/1491.01	c      1491             68          67        20          23.0000          12.2706     87.44%
29633.82/1496.08	c      1496             68          67        20          23.0000          12.2706     87.44%
29735.02/1501.15	c      1501             68          67        20          23.0000          12.2706     87.44%
29835.31/1506.26	c      1506             68          67        20          23.0000          12.2706     87.44%
29936.44/1511.34	c      1511             68          67        20          23.0000          12.2706     87.44%
30037.54/1516.40	c      1516             68          67        20          23.0000          12.2706     87.44%
30136.65/1521.49	c      1522             68          67        20          23.0000          12.2706     87.44%
30237.77/1526.54	c      1527             68          67        20          23.0000          12.2706     87.44%
30336.94/1531.57	c      1532             68          67        20          23.0000          12.2706     87.44%
30438.10/1536.66	c      1537             68          67        20          23.0000          12.2706     87.44%
30541.23/1541.81	c      1542             68          67        20          23.0000          12.2706     87.44%
30640.38/1546.88	c      1547             68          67        20          23.0000          12.2706     87.44%
30741.51/1551.95	c      1552             68          67        20          23.0000          12.2706     87.44%
30840.68/1557.00	c      1557             68          67        20          23.0000          12.2706     87.44%
30942.59/1562.12	c      1562             69          68        20          23.0000          12.2706     87.44%
31043.48/1567.18	c      1567             69          68        20          23.0000          12.2706     87.44%
31144.05/1572.23	c      1572             69          68        20          23.0000          12.2706     87.44%
31245.19/1577.31	c      1577             69          68        20          23.0000          12.2706     87.44%
31344.33/1582.36	c      1582             69          68        20          23.0000          12.2706     87.44%
31445.46/1587.44	c      1587             69          68        20          23.0000          12.2706     87.44%
31546.48/1592.50	c      1592             69          68        20          23.0000          12.2706     87.44%
31645.65/1597.50	c      1598             69          68        20          23.0000          12.2706     87.44%
31744.82/1602.52	c      1603             70          69        20          23.0000          12.2706     87.44%
31844.02/1607.58	c      1608             70          69        20          23.0000          12.2706     87.44%
31945.20/1612.66	c      1613             70          69        20          23.0000          12.2706     87.44%
32046.39/1617.75	c      1618             70          69        20          23.0000          12.2706     87.44%
32147.57/1622.84	c      1623             70          69        20          23.0000          12.2706     87.44%
32248.78/1627.91	c      1628             70          69        20          23.0000          12.2706     87.44%
32347.93/1632.99	c      1633             71          70        20          23.0000          12.2706     87.44%
32449.73/1638.09	c      1638             71          70        20          23.0000          12.2706     87.44%
32550.88/1643.18	c      1643             71          70        20          23.0000          12.2706     87.44%
32651.50/1648.25	c      1648             71          70        20          23.0000          12.2706     87.44%
32752.57/1653.32	c      1653             71          70        20          23.0000          12.2706     87.44%
32851.77/1658.39	c      1658             71          70        20          23.0000          12.2706     87.44%
32952.96/1663.47	c      1663             71          70        20          23.0000          12.2706     87.44%
33054.15/1668.55	c      1669             72          71        20          23.0000          12.3483     86.26%
33155.33/1673.60	c      1674             72          71        20          23.0000          12.3483     86.26%
33254.52/1678.67	c      1679             72          71        20          23.0000          12.3483     86.26%
33355.62/1683.75	c      1684             72          71        20          23.0000          12.3483     86.26%
33456.74/1688.82	c      1689             72          71        20          23.0000          12.3483     86.26%
33555.93/1693.89	c      1694             72          71        20          23.0000          12.3483     86.26%
33657.10/1698.94	c      1699             72          71        20          23.0000          12.3483     86.26%
33756.28/1703.99	c      1704             72          71        20          23.0000          12.3483     86.26%
33855.46/1709.00	c      1709             73          72        20          23.0000          12.3483     86.26%
33957.10/1714.10	c      1714             73          72        20          23.0000          12.3483     86.26%
34058.41/1719.18	c      1719             73          72        20          23.0000          12.3483     86.26%
34158.90/1724.26	c      1724             73          72        20          23.0000          12.3483     86.26%
34260.08/1729.35	c      1729             73          72        20          23.0000          12.3483     86.26%
34361.27/1734.40	c      1734             73          72        20          23.0000          12.3483     86.26%
34460.44/1739.48	c      1739             73          72        20          23.0000          12.3483     86.26%
34561.60/1744.58	c      1745             74          73        20          23.0000          12.3483     86.26%
34662.72/1749.67	c      1750             74          73        20          23.0000          12.3483     86.26%
34763.89/1754.74	c      1755             74          73        20          23.0000          12.3483     86.26%
34863.06/1759.75	c      1760             74          73        20          23.0000          12.3483     86.26%
34962.24/1764.77	c      1765             74          73        20          23.0000          12.3483     86.26%
35063.40/1769.85	c      1770             74          73        20          23.0000          12.3483     86.26%
35164.59/1774.99	c      1775             74          73        20          23.0000          12.3483     86.26%
35266.42/1780.05	c      1780             74          73        20          23.0000          12.3483     86.26%
35365.40/1785.11	c      1785             75          74        20          23.0000          12.3483     86.26%
35466.72/1790.15	c      1790             75          74        20          23.0000          12.3483     86.26%
35567.28/1795.29	c      1795             75          74        20          23.0000          12.3483     86.26%
35668.45/1800.36	c      1800             75          74        20          23.0000          12.3483     86.26%
35769.65/1805.42	c      1805             76          75        20          23.0000          12.3483     86.26%
35868.84/1810.46	c      1810             76          75        20          23.0000          12.3483     86.26%
35970.04/1815.56	c      1816             76          75        20          23.0000          12.3483     86.26%
36071.20/1820.65	c      1821             76          75        20          23.0000          12.3483     86.26%
36172.37/1825.72	c      1826             77          76        20          23.0000          12.3483     86.26%
36271.57/1830.78	c      1831             77          76        20          23.0000          12.3483     86.26%
36372.76/1835.85	c      1836             77          76        20          23.0000          12.3483     86.26%
36473.78/1840.91	c      1841             77          76        20          23.0000          12.3483     86.26%
36575.52/1846.03	c      1846             78          77        20          23.0000          12.3483     86.26%
36674.68/1851.10	c      1851             78          77        20          23.0000          12.3483     86.26%
36773.87/1856.11	c      1856             78          77        20          23.0000          12.3483     86.26%
36876.37/1861.24	c      1861             79          78        20          23.0000          12.3483     86.26%
36977.51/1866.34	c      1866             79          78        20          23.0000          12.3483     86.26%
37078.60/1871.42	c      1871             79          78        20          23.0000          12.3483     86.26%
37177.72/1876.49	c      1876             80          79        20          23.0000          12.3483     86.26%
37278.83/1881.56	c      1882             81          80        20          23.0000          12.3483     86.26%
37379.96/1886.64	c      1887             81          80        20          23.0000          12.3483     86.26%
37481.06/1891.71	c      1892             81          80        20          23.0000          12.3483     86.26%
37580.20/1896.73	c      1897             81          80        20          23.0000          12.3483     86.26%
37679.34/1901.77	c      1902             81          80        20          23.0000          12.3483     86.26%
37780.46/1906.83	c      1907             81          80        20          23.0000          12.3483     86.26%
37881.54/1911.93	c      1912             82          81        20          23.0000          12.3483     86.26%
37980.66/1917.00	c      1917             82          81        20          23.0000          12.3483     86.26%
38082.33/1922.09	c      1922             82          81        20          23.0000          12.3483     86.26%
38186.86/1927.30	c      1927             82          81        20          23.0000          12.3483     86.26%
38288.02/1932.42	c      1932             82          81        20          23.0000          12.3483     86.26%
38387.17/1937.45	c      1937             82          81        20          23.0000          12.3483     86.26%
38486.30/1942.47	c      1942             82          81        20          23.0000          12.3483     86.26%
38589.42/1947.67	c      1948             82          81        20          23.0000          12.3483     86.26%
38690.56/1952.74	c      1953             82          81        20          23.0000          12.3483     86.26%
38791.73/1957.84	c      1958             82          81        20          23.0000          12.3483     86.26%
38892.88/1962.90	c      1963             83          82        20          23.0000          12.3483     86.26%
38991.89/1967.99	c      1968             83          82        20          23.0000          12.3483     86.26%
39091.06/1973.04	c      1973             83          82        20          23.0000          12.3483     86.26%
39192.76/1978.10	c      1978             84          83        20          23.0000          12.3483     86.26%
39295.28/1983.20	c      1983             84          83        20          23.0000          12.3483     86.26%
39398.44/1988.41	c      1988             84          83        20          23.0000          12.3483     86.26%
39497.62/1993.47	c      1993             84          83        20          23.0000          12.3483     86.26%
39598.96/1998.51	c      1999             84          83        20          23.0000          12.3483     86.26%
39697.95/2003.58	c      2004             84          83        20          23.0000          12.3483     86.26%
39801.08/2008.74	c      2009             84          83        20          23.0000          12.3483     86.26%
39904.22/2013.95	c      2014             85          84        20          23.0000          12.3483     86.26%
40003.40/2019.02	c      2019             85          84        20          23.0000          12.3483     86.26%
40105.20/2024.08	c      2024             85          84        20          23.0000          12.3483     86.26%
40206.37/2029.15	c      2029             85          84        20          23.0000          12.3483     86.26%
40306.84/2034.21	c      2034             85          84        20          23.0000          12.3483     86.26%
40406.01/2039.23	c      2039             85          84        20          23.0000          12.3483     86.26%
40507.15/2044.32	c      2044             86          85        20          23.0000          12.3483     86.26%
40606.32/2049.36	c      2049             86          85        20          23.0000          12.3483     86.26%
40707.47/2054.44	c      2054             86          85        20          23.0000          12.3483     86.26%
40808.63/2059.50	c      2060             86          85        20          23.0000          12.3483     86.26%
40907.80/2064.57	c      2065             86          85        20          23.0000          12.3483     86.26%
41009.01/2069.64	c      2070             87          86        20          23.0000          12.3483     86.26%
41110.08/2074.77	c      2075             87          86        20          23.0000          12.3483     86.26%
41213.22/2079.92	c      2080             87          86        20          23.0000          12.3483     86.26%
41312.41/2084.99	c      2085             88          87        20          23.0000          12.3483     86.26%
41414.16/2090.04	c      2090             88          87        20          23.0000          12.3483     86.26%
41513.31/2095.11	c      2095             88          87        20          23.0000          12.3483     86.26%
41612.61/2100.13	c      2100             88          87        20          23.0000          12.3483     86.26%
41713.68/2105.17	c      2105             88          87        20          23.0000          12.3483     86.26%
41814.19/2110.25	c      2110             88          87        20          23.0000          12.3483     86.26%
41913.31/2115.25	c      2115             88          87        20          23.0000          12.3483     86.26%
42014.47/2120.34	c      2120             88          87        20          23.0000          12.3483     86.26%
42115.61/2125.40	c      2125             88          87        20          23.0000          12.3483     86.26%
42216.77/2130.51	c      2131             88          87        20          23.0000          12.3483     86.26%
42315.99/2135.58	c      2136             88          87        20          23.0000          12.3483     86.26%
42417.10/2140.68	c      2141             88          87        20          23.0000          12.3483     86.26%
42518.25/2145.79	c      2146             88          87        20          23.0000          12.3483     86.26%
42619.41/2150.90	c      2151             88          87        20          23.0000          12.3483     86.26%
42720.56/2155.96	c      2156             89          88        20          23.0000          12.3483     86.26%
42822.54/2161.05	c      2161             89          88        20          23.0000          12.3483     86.26%
42923.38/2166.19	c      2166             89          88        20          23.0000          12.3483     86.26%
43024.04/2171.27	c      2171             89          88        20          23.0000          12.3483     86.26%
43125.19/2176.34	c      2176             89          88        20          23.0000          12.3483     86.26%
43226.32/2181.48	c      2181             89          88        20          23.0000          12.3483     86.26%
43327.36/2186.53	c      2187             89          88        20          23.0000          12.3483     86.26%
43426.55/2191.56	c      2192             89          88        20          23.0000          12.3483     86.26%
43527.73/2196.67	c      2197             89          88        20          23.0000          12.3483     86.26%
43630.88/2201.83	c      2202             89          88        20          23.0000          12.3483     86.26%
43732.04/2206.90	c      2207             89          88        20          23.0000          12.3483     86.26%
43831.17/2211.98	c      2212             89          88        20          23.0000          12.3483     86.26%
43932.98/2217.04	c      2217             90          89        20          23.0000          12.3483     86.26%
44031.85/2222.11	c      2222             90          89        20          23.0000          12.3483     86.26%
44133.17/2227.16	c      2227             90          89        20          23.0000          12.3483     86.26%
44235.63/2232.34	c      2232             90          89        20          23.0000          12.3483     86.26%
44334.83/2237.36	c      2237             90          89        20          23.0000          12.3483     86.26%
44435.97/2242.40	c      2242             90          89        20          23.0000          12.3483     86.26%
44539.12/2247.61	c      2248             90          89        20          23.0000          12.3483     86.26%
44640.24/2252.74	c      2253             90          89        20          23.0000          12.3483     86.26%
44741.36/2257.80	c      2258             91          90        20          23.0000          12.3483     86.26%
44840.51/2262.87	c      2263             91          90        20          23.0000          12.3483     86.26%
44941.65/2267.94	c      2268             91          90        20          23.0000          12.3483     86.26%
45040.84/2272.99	c      2273             91          90        20          23.0000          12.3483     86.26%
45142.66/2278.08	c      2278             91          90        20          23.0000          12.3483     86.26%
45243.57/2283.15	c      2283             91          90        20          23.0000          12.3483     86.26%
45344.38/2288.28	c      2288             91          90        20          23.0000          12.3483     86.26%
45447.40/2293.44	c      2293             91          90        20          23.0000          12.3483     86.26%
45548.56/2298.51	c      2299             91          90        20          23.0000          12.3483     86.26%
45649.73/2303.61	c      2304             91          90        20          23.0000          12.3483     86.26%
45750.89/2308.71	c      2309             92          91        20          23.0000          12.3483     86.26%
45850.09/2313.77	c      2314             92          91        20          23.0000          12.3483     86.26%
45951.11/2318.87	c      2319             92          91        20          23.0000          12.3483     86.26%
46052.22/2323.92	c      2324             92          91        20          23.0000          12.3483     86.26%
46153.94/2329.10	c      2329             92          91        20          23.0000          12.3483     86.26%
46256.37/2334.25	c      2334             92          91        20          23.0000          12.3483     86.26%
46357.45/2339.34	c      2339             92          91        20          23.0000          12.3483     86.26%
46460.51/2344.52	c      2345             92          91        20          23.0000          12.3483     86.26%
46559.61/2349.57	c      2350             93          92        20          23.0000          12.3483     86.26%
46660.67/2354.63	c      2355             93          92        20          23.0000          12.3483     86.26%
46761.73/2359.73	c      2360             93          92        20          23.0000          12.3483     86.26%
46860.87/2364.79	c      2365             93          92        20          23.0000          12.3483     86.26%
46961.99/2369.81	c      2370             93          92        20          23.0000          12.3483     86.26%
47063.23/2374.96	c      2375             94          93        20          23.0000          12.3483     86.26%
47164.98/2380.06	c      2380             94          93        20          23.0000          12.3483     86.26%
47265.84/2385.14	c      2385             94          93        20          23.0000          12.3483     86.26%
47366.32/2390.20	c      2390             94          93        20          23.0000          12.3483     86.26%
47465.40/2395.26	c      2395             94          93        20          23.0000          12.3483     86.26%
47566.27/2400.37	c      2400             94          93        20          23.0000          12.3483     86.26%
47667.35/2405.43	c      2405             94          93        20          23.0000          12.3483     86.26%
47766.38/2410.49	c      2410             94          93        20          23.0000          12.3483     86.26%
47867.47/2415.55	c      2416             94          93        20          23.0000          12.3483     86.26%
47970.60/2420.73	c      2421             94          93        20          23.0000          12.3483     86.26%
48071.79/2425.83	c      2426             94          93        20          23.0000          12.3483     86.26%
48170.93/2430.88	c      2431             94          93        20          23.0000          12.3483     86.26%
48272.06/2435.90	c      2436             94          93        20          23.0000          12.3483     86.26%
48371.22/2441.01	c      2441             95          94        20          23.0000          12.3483     86.26%
48473.25/2446.10	c      2446             95          94        20          23.0000          12.3483     86.26%
48574.23/2451.18	c      2451             95          94        20          23.0000          12.3483     86.26%
48676.52/2456.35	c      2456             95          94        20          23.0000          12.3483     86.26%
48777.68/2461.44	c      2461             95          94        20          23.0000          12.3483     86.26%
48878.85/2466.54	c      2467             95          94        20          23.0000          12.3483     86.26%
48980.00/2471.60	c      2472             95          94        20          23.0000          12.3483     86.26%
49079.14/2476.62	c      2477             95          94        20          23.0000          12.3483     86.26%
49180.29/2481.75	c      2482             95          94        20          23.0000          12.3483     86.26%
49281.31/2486.83	c      2487             96          95        20          23.0000          12.3483     86.26%
49382.41/2491.95	c      2492             96          95        20          23.0000          12.3483     86.26%
49481.53/2497.00	c      2497             96          95        20          23.0000          12.3483     86.26%
49583.45/2502.06	c      2502             96          95        20          23.0000          12.3483     86.26%
49682.47/2507.07	c      2507             96          95        20          23.0000          12.3483     86.26%
49783.34/2512.14	c      2512             96          95        20          23.0000          12.3483     86.26%
49883.73/2517.29	c      2517             97          96        20          23.0000          12.3483     86.26%
49984.50/2522.36	c      2522             98          97        20          23.0000          12.3483     86.26%
50085.39/2527.43	c      2527            101         100        20          23.0000          12.3483     86.26%
50185.97/2532.51	c      2533            102         101        20          23.0000          12.3483     86.26%
50285.10/2537.54	c      2538            103         102        20          23.0000          12.3483     86.26%
50386.20/2542.65	c      2543            104         103        20          23.0000          12.3483     86.26%
50487.31/2547.72	c      2548            104         103        20          23.0000          12.3483     86.26%
50586.46/2552.78	c      2553            104         103        20          23.0000          12.3483     86.26%
50687.56/2557.85	c      2558            106         105        20          23.0000          12.3483     86.26%
50791.29/2563.04	c      2563            107         106        20          23.0000          12.3483     86.26%
50890.22/2568.13	c      2568            107         106        20          23.0000          12.3483     86.26%
50992.67/2573.25	c      2573            107         106        20          23.0000          12.3483     86.26%
51093.78/2578.30	c      2578            107         106        20          23.0000          12.3483     86.26%
51194.93/2583.40	c      2583            110         109        20          23.0000          12.3483     86.26%
51294.07/2588.46	c      2588            110         109        20          23.0000          12.3483     86.26%
51395.03/2593.54	c      2594            110         109        20          23.0000          12.3483     86.26%
51496.14/2598.64	c      2599            110         109        20          23.0000          12.3483     86.26%
51595.18/2603.68	c      2604            110         109        20          23.0000          12.3483     86.26%
51696.31/2608.73	c      2609            110         109        20          23.0000          12.3483     86.26%
51797.39/2613.80	c      2614            111         110        20          23.0000          12.3483     86.26%
51898.32/2618.90	c      2619            111         110        20          23.0000          12.3483     86.26%
52000.00/2624.04	c      2624            113         112        20          23.0000          12.3483     86.26%
52098.98/2629.11	c      2629            113         112        20          23.0000          12.3483     86.26%
52199.83/2634.16	c      2634            113         112        20          23.0000          12.3483     86.26%
52300.16/2639.29	c      2639            115         114        20          23.0000          12.3483     86.26%
52401.34/2644.36	c      2644            115         114        20          23.0000          12.3483     86.26%
52502.51/2649.43	c      2649            115         114        20          23.0000          12.3483     86.26%
52603.46/2654.51	c      2655            115         114        20          23.0000          12.3483     86.26%
52704.50/2659.68	c      2660            115         114        20          23.0000          12.3483     86.26%
52807.66/2664.80	c      2665            116         115        20          23.0000          12.3483     86.26%
52908.82/2669.99	c      2670            116         115        20          23.0000          12.3483     86.26%
53010.52/2675.06	c      2675            116         115        20          23.0000          12.3483     86.26%
53111.91/2680.15	c      2680            117         116        20          23.0000          12.3483     86.26%
53212.22/2685.20	c      2685            117         116        20          23.0000          12.3483     86.26%
53313.30/2690.33	c      2690            118         117        20          23.0000          12.3483     86.26%
53414.36/2695.43	c      2695            118         117        20          23.0000          12.3483     86.26%
53513.42/2700.48	c      2700            119         118        20          23.0000          12.3483     86.26%
53616.35/2705.67	c      2706            120         119        20          23.0000          12.3483     86.26%
53717.42/2710.75	c      2711            121         120        20          23.0000          12.3483     86.26%
53818.60/2715.84	c      2716            121         120        20          23.0000          12.3483     86.26%
53919.66/2720.93	c      2721            121         120        20          23.0000          12.3483     86.26%
54018.78/2725.99	c      2726            121         120        20          23.0000          12.3483     86.26%
54120.66/2731.07	c      2731            122         121        20          23.0000          12.4432     84.84%
54219.86/2736.14	c      2736            122         121        20          23.0000          12.4432     84.84%
54324.24/2741.34	c      2741            122         121        20          23.0000          12.4432     84.84%
54425.31/2746.42	c      2746            122         121        20          23.0000          12.4432     84.84%
54526.43/2751.52	c      2752            123         122        20          23.0000          12.4432     84.84%
54625.59/2756.53	c      2757            123         122        20          23.0000          12.4432     84.84%
54728.73/2761.75	c      2762            123         122        20          23.0000          12.4432     84.84%
54829.90/2766.82	c      2767            123         122        20          23.0000          12.4432     84.84%
54930.99/2771.93	c      2772            123         122        20          23.0000          12.4432     84.84%
55030.02/2777.00	c      2777            123         122        20          23.0000          12.4432     84.84%
55133.85/2782.16	c      2782            123         122        20          23.0000          12.4432     84.84%
55234.23/2787.21	c      2787            124         123        20          23.0000          12.4432     84.84%
55333.48/2792.27	c      2792            124         123        20          23.0000          12.4432     84.84%
55436.46/2797.46	c      2797            124         123        20          23.0000          12.4432     84.84%
55537.42/2802.58	c      2803            124         123        20          23.0000          12.4432     84.84%
55638.54/2807.61	c      2808            124         123        20          23.0000          12.4432     84.84%
55739.68/2812.74	c      2813            125         124        20          23.0000          12.4432     84.84%
55838.82/2817.77	c      2818            125         124        20          23.0000          12.4432     84.84%
55941.93/2822.92	c      2823            125         124        20          23.0000          12.4432     84.84%
56041.01/2828.01	c      2828            128         127        20          23.0000          12.4432     84.84%
56144.88/2833.14	c      2833            129         128        20          23.0000          12.4432     84.84%
56245.30/2838.22	c      2838            129         128        20          23.0000          12.4432     84.84%
56346.45/2843.32	c      2843            132         131        20          23.0000          12.4432     84.84%
56447.60/2848.40	c      2848            133         132        20          23.0000          12.4432     84.84%
56546.76/2853.48	c      2853            134         133        20          23.0000          12.4432     84.84%
56647.93/2858.55	c      2859            134         133        20          23.0000          12.4432     84.84%
56749.09/2863.65	c      2864            134         133        20          23.0000          12.4432     84.84%
56850.25/2868.78	c      2869            134         133        20          23.0000          12.4432     84.84%
56951.34/2873.82	c      2874            134         133        20          23.0000          12.4432     84.84%
57052.48/2878.98	c      2879            134         133        20          23.0000          12.4432     84.84%
57154.61/2884.09	c      2884            134         133        20          23.0000          12.4432     84.84%
57253.69/2889.14	c      2889            134         133        20          23.0000          12.4432     84.84%
57355.87/2894.24	c      2894            134         133        20          23.0000          12.4432     84.84%
57455.03/2899.26	c      2899            134         133        20          23.0000          12.4432     84.84%
57558.16/2904.50	c      2904            134         135        20          23.0000          12.4432     84.84%
57661.28/2909.63	c      2910            134         135        20          23.0000          12.4432     84.84%
57760.42/2914.69	c      2915            134         135        20          23.0000          12.4432     84.84%
57861.51/2919.77	c      2920            137         136        20          23.0000          12.4432     84.84%
57962.53/2924.82	c      2925            138         137        20          23.0000          12.4432     84.84%
58063.70/2929.92	c      2930            139         138        20          23.0000          12.4432     84.84%
58162.90/2935.02	c      2935            140         139        20          23.0000          12.4432     84.84%
58264.84/2940.04	c      2940            142         141        20          23.0000          12.4432     84.84%
58366.10/2945.18	c      2945            142         141        20          23.0000          12.4432     84.84%
58466.31/2950.26	c      2950            142         141        20          23.0000          12.4432     84.84%
58567.50/2955.38	c      2955            142         141        20          23.0000          12.4432     84.84%
58668.69/2960.45	c      2960            142         141        20          23.0000          12.4432     84.84%
58769.86/2965.60	c      2966            142         141        20          23.0000          12.4432     84.84%
58871.01/2970.67	c      2971            142         141        20          23.0000          12.4432     84.84%
58972.15/2975.74	c      2976            145         144        20          23.0000          12.4432     84.84%
59073.32/2980.80	c      2981            145         144        20          23.0000          12.4432     84.84%
59174.50/2985.90	c      2986            147         146        20          23.0000          12.4432     84.84%
59276.40/2991.13	c      2991            147         146        20          23.0000          12.4432     84.84%
59377.61/2996.19	c      2996            147         146        20          23.0000          12.4432     84.84%
59477.94/3001.26	c      3001            147         146        20          23.0000          12.4432     84.84%
59579.04/3006.37	c      3006            150         149        20          23.0000          12.4432     84.84%
59680.22/3011.43	c      3011            152         151        20          23.0000          12.4432     84.84%
59779.34/3016.49	c      3016            152         151        20          23.0000          12.4432     84.84%
59882.31/3021.61	c      3022            152         151        20          23.0000          12.4432     84.84%
59981.44/3026.69	c      3027            152         151        20          23.0000          12.4432     84.84%
60084.60/3031.81	c      3032            152         151        20          23.0000          12.4432     84.84%
60188.44/3037.06	c      3037            152         151        20          23.0000          12.4432     84.84%
60289.49/3042.16	c      3042            152         151        20          23.0000          12.4432     84.84%
60389.85/3047.28	c      3047            152         151        20          23.0000          12.4432     84.84%
60490.99/3052.31	c      3052            152         151        20          23.0000          12.4432     84.84%
60594.12/3057.51	c      3058            153         152        20          23.0000          12.4432     84.84%
60695.27/3062.60	c      3063            153         152        20          23.0000          12.4432     84.84%
60796.36/3067.70	c      3068            153         152        20          23.0000          12.4432     84.84%
60895.52/3072.80	c      3073            153         152        20          23.0000          12.4432     84.84%
60996.67/3077.82	c      3078            154         153        20          23.0000          12.4432     84.84%
61097.84/3082.97	c      3083            154         153        20          23.0000          12.4432     84.84%
61199.71/3088.10	c      3088            154         153        20          23.0000          12.4432     84.84%
61302.17/3093.24	c      3093            154         153        20          23.0000          12.4432     84.84%
61403.34/3098.31	c      3098            155         154        20          23.0000          12.4432     84.84%
61504.43/3103.42	c      3103            155         154        20          23.0000          12.4432     84.84%
61603.54/3108.43	c      3108            156         155        20          23.0000          12.4432     84.84%
61702.70/3113.49	c      3114            156         155        20          23.0000          12.4432     84.84%
61805.83/3118.62	c      3119            157         156        20          23.0000          12.4432     84.84%
61905.01/3123.69	c      3124            157         156        20          23.0000          12.4432     84.84%
62006.13/3128.78	c      3129            157         156        20          23.0000          12.4432     84.84%
62109.30/3133.91	c      3134            157         156        20          23.0000          12.4432     84.84%
62211.19/3139.11	c      3139            161         160        20          23.0000          12.4432     84.84%
62312.38/3144.15	c      3144            161         160        20          23.0000          12.4432     84.84%
62412.79/3149.28	c      3149            161         160        20          23.0000          12.4432     84.84%
62513.96/3154.36	c      3154            161         160        20          23.0000          12.4432     84.84%
62615.14/3159.43	c      3159            161         160        20          23.0000          12.4432     84.84%
62718.30/3164.63	c      3165            161         160        20          23.0000          12.4432     84.84%
62817.51/3169.68	c      3170            161         160        20          23.0000          12.4432     84.84%
62920.68/3174.81	c      3175            161         160        20          23.0000          12.4432     84.84%
63019.87/3179.88	c      3180            161         160        20          23.0000          12.4432     84.84%
63121.06/3184.98	c      3185            162         161        20          23.0000          12.4432     84.84%
63222.86/3190.12	c      3190            162         161        20          23.0000          12.4432     84.84%
63327.35/3195.30	c      3195            162         161        20          23.0000          12.4432     84.84%
63426.53/3200.38	c      3200            164         163        20          23.0000          12.4432     84.84%
63527.72/3205.50	c      3206            164         163        20          23.0000          12.4432     84.84%
63628.82/3210.55	c      3211            164         163        20          23.0000          12.4432     84.84%
63729.98/3215.61	c      3216            167         166        20          23.0000          12.4432     84.84%
63829.08/3220.69	c      3221            167         166        20          23.0000          12.4432     84.84%
63932.24/3225.81	c      3226            167         166        20          23.0000          12.4432     84.84%
64033.41/3231.01	c      3231            167         166        20          23.0000          12.4432     84.84%
64135.50/3236.11	c      3236            167         166        20          23.0000          12.4432     84.84%
64237.70/3241.22	c      3241            168         167        20          23.0000          12.4432     84.84%
64336.87/3246.29	c      3246            169         168        20          23.0000          12.4432     84.84%
64437.91/3251.36	c      3251            169         168        20          23.0000          12.4432     84.84%
64539.02/3256.47	c      3256            169         168        20          23.0000          12.4432     84.84%
64640.20/3261.59	c      3262            169         168        20          23.0000          12.4432     84.84%
64741.32/3266.64	c      3267            169         168        20          23.0000          12.4432     84.84%
64842.46/3271.74	c      3272            169         168        20          23.0000          12.4432     84.84%
64943.66/3276.84	c      3277            169         168        20          23.0000          12.4432     84.84%
65042.86/3281.90	c      3282            171         170        20          23.0000          12.4432     84.84%
65143.99/3286.95	c      3287            171         170        20          23.0000          12.4432     84.84%
65245.76/3292.06	c      3292            171         170        20          23.0000          12.4432     84.84%
65344.96/3297.11	c      3297            171         170        20          23.0000          12.4432     84.84%
65447.41/3302.28	c      3302            172         171        20          23.0000          12.4432     84.84%
65548.61/3307.38	c      3307            172         171        20          23.0000          12.4432     84.84%
65649.82/3312.46	c      3312            172         171        20          23.0000          12.4432     84.84%
65751.01/3317.52	c      3318            172         171        20          23.0000          12.4432     84.84%
65850.05/3322.58	c      3323            172         171        20          23.0000          12.4432     84.84%
65951.05/3327.64	c      3328            172         171        20          23.0000          12.4432     84.84%
66052.16/3332.72	c      3333            172         171        20          23.0000          12.4432     84.84%
66153.22/3337.82	c      3338            173         172        20          23.0000          12.4432     84.84%
66252.37/3342.90	c      3343            173         172        20          23.0000          12.4432     84.84%
66353.59/3347.99	c      3348            173         172        20          23.0000          12.4432     84.84%
66455.40/3353.07	c      3353            173         172        20          23.0000          12.4432     84.84%
66556.60/3358.18	c      3358            174         173        20          23.0000          12.4432     84.84%
66657.11/3363.23	c      3363            174         173        20          23.0000          12.4432     84.84%
66756.45/3368.29	c      3368            174         173        20          23.0000          12.4432     84.84%
66857.53/3373.36	c      3373            174         173        20          23.0000          12.4432     84.84%
66960.73/3378.51	c      3379            175         174        20          23.0000          12.4432     84.84%
67059.86/3383.59	c      3384            175         174        20          23.0000          12.4432     84.84%
67160.73/3388.67	c      3389            176         175        20          23.0000          12.4432     84.84%
67261.75/3393.75	c      3394            177         176        20          23.0000          12.4432     84.84%
67362.95/3398.81	c      3399            177         176        20          23.0000          12.4432     84.84%
67462.10/3403.89	c      3404            177         176        20          23.0000          12.4432     84.84%
67563.28/3408.95	c      3409            177         176        20          23.0000          12.4432     84.84%
67662.43/3413.98	c      3414            177         176        20          23.0000          12.4432     84.84%
67761.58/3418.98	c      3419            177         176        20          23.0000          12.4432     84.84%
67860.75/3424.00	c      3424            178         177        20          23.0000          12.4432     84.84%
67964.44/3429.19	c      3429            178         177        20          23.0000          12.4432     84.84%
68066.78/3434.38	c      3434            178         177        20          23.0000          12.4432     84.84%
68167.93/3439.44	c      3439            179         178        20          23.0000          12.4432     84.84%
68269.13/3444.59	c      3445            179         178        20          23.0000          12.4432     84.84%
68370.31/3449.66	c      3450            179         178        20          23.0000          12.4432     84.84%
68471.38/3454.74	c      3455            179         178        20          23.0000          12.4432     84.84%
68570.50/3459.79	c      3460            180         179        20          23.0000          12.4432     84.84%
68671.70/3464.87	c      3465            181         180        20          23.0000          12.4432     84.84%
68770.91/3469.89	c      3470            182         181        20          23.0000          12.4432     84.84%
68872.00/3474.99	c      3475            182         181        20          23.0000          12.4432     84.84%
68973.73/3480.07	c      3480            182         181        20          23.0000          12.4432     84.84%
69074.95/3485.18	c      3485            182         181        20          23.0000          12.4432     84.84%
69175.31/3490.26	c      3490            182         181        20          23.0000          12.4432     84.84%
69278.48/3495.47	c      3495            183         182        20          23.0000          12.4432     84.84%
69379.66/3500.51	c      3501            183         182        20          23.0000          12.4432     84.84%
69480.71/3505.60	c      3506            183         182        20          23.0000          12.4432     84.84%
69581.86/3510.70	c      3511            183         182        20          23.0000          12.4432     84.84%
69680.95/3515.76	c      3516            183         182        20          23.0000          12.4432     84.84%
69780.13/3520.78	c      3521            183         182        20          23.0000          12.4432     84.84%
69881.34/3525.87	c      3526            184         183        20          23.0000          12.4432     84.84%
69980.53/3530.88	c      3531            184         183        20          23.0000          12.4432     84.84%
70081.62/3535.95	c      3536            185         184        20          23.0000          12.4432     84.84%
70183.73/3541.05	c      3541            186         185        20          23.0000          12.4432     84.84%
70285.78/3546.25	c      3546            186         185        20          23.0000          12.4432     84.84%
70384.80/3551.26	c      3551            187         186        20          23.0000          12.4432     84.84%
70487.94/3556.44	c      3556            187         186        20          23.0000          12.4432     84.84%
70589.03/3561.50	c      3562            187         186        20          23.0000          12.4432     84.84%
70688.21/3566.58	c      3567            188         187        20          23.0000          12.4432     84.84%
70789.38/3571.65	c      3572            188         187        20          23.0000          12.4432     84.84%
70890.51/3576.72	c      3577            188         187        20          23.0000          12.4432     84.84%
70989.64/3581.80	c      3582            188         187        20          23.0000          12.4432     84.84%
71090.76/3586.83	c      3587            188         187        20          23.0000          12.4432     84.84%
71189.88/3591.86	c      3592            188         187        20          23.0000          12.4432     84.84%
71291.03/3597.02	c      3597            189         188        20          23.0000          12.4432     84.84%
71392.82/3602.12	c      3602            189         188        20          23.0000          12.4432     84.84%
71494.31/3607.17	c      3607            190         189        20          23.0000          12.4432     84.84%
71594.51/3612.25	c      3612            192         191        20          23.0000          12.4432     84.84%
71695.61/3617.32	c      3617            192         191        20          23.0000          12.4432     84.84%
71796.86/3622.43	c      3622            192         191        20          23.0000          12.4432     84.84%
71897.89/3627.57	c      3628            192         191        20          23.0000          12.4432     84.84%
71998.95/3632.66	c      3633            192         191        20          23.0000          12.4432     84.84%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

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

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


[startup+0.100058 s]*
/proc/loadavg: 79.20 80.15 79.69 43/942 70298
/proc/meminfo: memFree=719521608/790760800 swapFree=131071996/131071996
[pid=70297] ppid=70294 vsize=93764 memory=82380 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/stat : 70297 (fscip) R 70294 70297 68145 0 -1 4194304 18373 0 0 0 8 3 0 0 20 0 1 0 12295030 96014336 20595 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
/proc/70297/statm: 23441 20595 2555 3035 0 19837 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 93764 KiB
Current children cumulated memory: 82380 KiB

[startup+0.220064 s]*
/proc/loadavg: 79.20 80.15 79.69 43/942 70298
/proc/meminfo: memFree=723010968/790760800 swapFree=131071996/131071996
[pid=70297] ppid=70294 vsize=131780 memory=118272 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/stat : 70297 (fscip) R 70294 70297 68145 0 -1 4194304 26837 0 0 0 18 5 0 0 20 0 1 0 12295030 134942720 29568 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
/proc/70297/statm: 32945 29568 2630 3035 0 29341 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 131780 KiB
Current children cumulated memory: 118272 KiB

[startup+0.32 s]*
/proc/loadavg: 79.20 80.15 79.69 43/942 70298
/proc/meminfo: memFree=727673520/790760800 swapFree=131071996/131071996
[pid=70297] ppid=70294 vsize=128860 memory=116800 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/stat : 70297 (fscip) R 70294 70297 68145 0 -1 4194304 33781 0 0 0 26 6 0 0 20 0 1 0 12295030 131952640 29200 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
/proc/70297/statm: 32215 29200 2726 3035 0 28611 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 128860 KiB
Current children cumulated memory: 116800 KiB

[startup+0.700116 s]
/proc/loadavg: 79.20 80.15 79.69 43/942 70298
/proc/meminfo: memFree=733351604/790760800 swapFree=131071996/131071996
[pid=70297] ppid=70294 vsize=182588 memory=151300 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/stat : 70297 (fscip) R 70294 70297 68145 0 -1 4194304 43620 0 0 0 60 8 0 0 20 0 1 0 12295030 186970112 37825 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
/proc/70297/statm: 45647 37825 2790 3035 0 42043 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 182588 KiB
Current children cumulated memory: 151300 KiB

[startup+1.50063 s]
/proc/loadavg: 79.20 80.15 79.69 42/956 70326
/proc/meminfo: memFree=741281312/790760800 swapFree=131071996/131071996
[pid=70297] ppid=70294 vsize=3139820 memory=2251576 CPUtime=4.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/stat : 70297 (fscip) S 70294 70297 68145 0 -1 1077936128 573234 0 0 0 349 130 0 0 20 0 41 0 12295030 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 17 14 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
/proc/70297/statm: 784955 562894 2822 3035 0 666436 0
[pid=70297/tid=70299] ppid=70294 vsize=3139820 memory=0 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70299/stat : 70299 (fscip) R 70294 70297 68145 0 -1 4194368 17951 0 0 0 17 3 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70300] ppid=70294 vsize=3139820 memory=2268 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70300/stat : 70300 (fscip) R 70294 70297 68145 0 -1 4194368 30331 0 0 0 12 7 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70301] ppid=70294 vsize=3139820 memory=3975607783607776866 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70301/stat : 70301 (fscip) R 70294 70297 68145 0 -1 4194368 30843 0 0 0 12 7 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70302] ppid=70294 vsize=3139820 memory=0 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70302/stat : 70302 (fscip) R 70294 70297 68145 0 -1 4194368 17949 0 0 0 17 3 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70303] ppid=70294 vsize=3139820 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70303/stat : 70303 (fscip) D 70294 70297 68145 0 -1 4194368 30394 0 0 0 12 7 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70304] ppid=70294 vsize=3139820 memory=279998179699848 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70304/stat : 70304 (fscip) D 70294 70297 68145 0 -1 4194368 30770 0 0 0 13 6 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70305] ppid=70294 vsize=3139820 memory=1836 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70305/stat : 70305 (fscip) R 70294 70297 68145 0 -1 4194368 17976 0 0 0 16 4 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70306] ppid=70294 vsize=3139820 memory=38468 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70306/stat : 70306 (fscip) R 70294 70297 68145 0 -1 4194368 30236 0 0 0 12 7 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70307] ppid=70294 vsize=3139820 memory=2152 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70307/stat : 70307 (fscip) R 70294 70297 68145 0 -1 4194368 30224 0 0 0 13 6 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70308] ppid=70294 vsize=3139820 memory=25333125866717268 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70308/stat : 70308 (fscip) R 70294 70297 68145 0 -1 4194368 17952 0 0 0 16 4 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70309] ppid=70294 vsize=3139820 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70309/stat : 70309 (fscip) D 70294 70297 68145 0 -1 4194368 30356 0 0 0 14 5 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70310] ppid=70294 vsize=3139820 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70310/stat : 70310 (fscip) D 70294 70297 68145 0 -1 4194368 30679 0 0 0 13 6 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70311] ppid=70294 vsize=3139820 memory=0 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70311/stat : 70311 (fscip) R 70294 70297 68145 0 -1 4194368 17976 0 0 0 16 4 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70312] ppid=70294 vsize=3139820 memory=54528 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70312/stat : 70312 (fscip) D 70294 70297 68145 0 -1 4194368 30213 0 0 0 12 7 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70313] ppid=70294 vsize=3139820 memory=28496 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70313/stat : 70313 (fscip) R 70294 70297 68145 0 -1 4194368 30901 0 0 0 12 7 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70314] ppid=70294 vsize=3139820 memory=7644 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70314/stat : 70314 (fscip) R 70294 70297 68145 0 -1 4194368 17977 0 0 0 15 5 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70315] ppid=70294 vsize=3139820 memory=26960 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70315/stat : 70315 (fscip) R 70294 70297 68145 0 -1 4194368 30344 0 0 0 13 6 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70316] ppid=70294 vsize=3139820 memory=31356 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70316/stat : 70316 (fscip) R 70294 70297 68145 0 -1 4194368 30189 0 0 0 12 7 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70317] ppid=70294 vsize=3139820 memory=279998179234928 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70317/stat : 70317 (fscip) R 70294 70297 68145 0 -1 4194368 17947 0 0 0 17 3 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70318] ppid=70294 vsize=3139820 memory=8272442558209 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70318/stat : 70318 (fscip) D 70294 70297 68145 0 -1 4194368 30232 0 0 0 13 6 0 0 20 0 41 0 12295101 3215175680 562894 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
Current children cumulated CPU time: 4.79 s
Current children cumulated vsize: 3139820 KiB
Current children cumulated memory: 2251576 KiB

[startup+3.14033 s]
/proc/loadavg: 79.20 80.15 79.69 64/1001 70404
/proc/meminfo: memFree=737875108/790760800 swapFree=131071996/131071996
[pid=70297] ppid=70294 vsize=4450540 memory=3292264 CPUtime=36.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/stat : 70297 (fscip) S 70294 70297 68145 0 -1 1077936128 870509 0 0 0 3060 588 0 0 20 0 41 0 12295030 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
/proc/70297/statm: 1112635 823066 2918 3035 0 953261 0
[pid=70297/tid=70299] ppid=70294 vsize=4450540 memory=0 CPUtime=1.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70299/stat : 70299 (fscip) R 70294 70297 68145 0 -1 4194368 34469 0 0 0 142 37 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70300] ppid=70294 vsize=4450540 memory=215756 CPUtime=1.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70300/stat : 70300 (fscip) R 70294 70297 68145 0 -1 4194368 46686 0 0 0 135 37 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70301] ppid=70294 vsize=4450540 memory=2268 CPUtime=1.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70301/stat : 70301 (fscip) R 70294 70297 68145 0 -1 4194368 37068 0 0 0 173 8 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70302] ppid=70294 vsize=4450540 memory=0 CPUtime=1.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70302/stat : 70302 (fscip) R 70294 70297 68145 0 -1 4194368 34207 0 0 0 142 37 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70303] ppid=70294 vsize=4450540 memory=3005032 CPUtime=1.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70303/stat : 70303 (fscip) R 70294 70297 68145 0 -1 4194368 46704 0 0 0 133 42 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70304] ppid=70294 vsize=4450540 memory=666872 CPUtime=1.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70304/stat : 70304 (fscip) R 70294 70297 68145 0 -1 4194368 37040 0 0 0 174 7 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70305] ppid=70294 vsize=4450540 memory=1537984 CPUtime=1.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70305/stat : 70305 (fscip) R 70294 70297 68145 0 -1 4194368 35411 0 0 0 150 29 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70306] ppid=70294 vsize=4450540 memory=0 CPUtime=1.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70306/stat : 70306 (fscip) R 70294 70297 68145 0 -1 4194368 50050 0 0 0 135 39 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70307] ppid=70294 vsize=4450540 memory=279998179277936 CPUtime=1.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70307/stat : 70307 (fscip) R 70294 70297 68145 0 -1 4194368 37033 0 0 0 173 8 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70308] ppid=70294 vsize=4450540 memory=279998179234928 CPUtime=1.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70308/stat : 70308 (fscip) R 70294 70297 68145 0 -1 4194368 34203 0 0 0 143 35 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70309] ppid=70294 vsize=4450540 memory=8272442558209 CPUtime=1.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70309/stat : 70309 (fscip) R 70294 70297 68145 0 -1 4194368 46715 0 0 0 135 41 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70310] ppid=70294 vsize=4450540 memory=0 CPUtime=1.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70310/stat : 70310 (fscip) R 70294 70297 68145 0 -1 4194368 37051 0 0 0 174 8 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70311] ppid=70294 vsize=4450540 memory=279998179699848 CPUtime=1.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70311/stat : 70311 (fscip) R 70294 70297 68145 0 -1 4194368 34468 0 0 0 143 35 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70312] ppid=70294 vsize=4450540 memory=0 CPUtime=1.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70312/stat : 70312 (fscip) R 70294 70297 68145 0 -1 4194368 57529 0 0 0 132 41 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70313] ppid=70294 vsize=4450540 memory=0 CPUtime=1.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70313/stat : 70313 (fscip) R 70294 70297 68145 0 -1 4194368 37080 0 0 0 173 8 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70314] ppid=70294 vsize=4450540 memory=0 CPUtime=1.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70314/stat : 70314 (fscip) R 70294 70297 68145 0 -1 4194368 35547 0 0 0 143 35 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70315] ppid=70294 vsize=4450540 memory=25333125866717268 CPUtime=1.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70315/stat : 70315 (fscip) R 70294 70297 68145 0 -1 4194368 46725 0 0 0 137 38 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70316] ppid=70294 vsize=4450540 memory=0 CPUtime=1.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70316/stat : 70316 (fscip) R 70294 70297 68145 0 -1 4194368 38379 0 0 0 171 9 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70317] ppid=70294 vsize=4450540 memory=0 CPUtime=1.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70317/stat : 70317 (fscip) R 70294 70297 68145 0 -1 4194368 34458 0 0 0 143 36 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70318] ppid=70294 vsize=4450540 memory=0 CPUtime=1.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70318/stat : 70318 (fscip) R 70294 70297 68145 0 -1 4194368 57392 0 0 0 131 40 0 0 20 0 41 0 12295101 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70333] ppid=70294 vsize=4450540 memory=54528 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70333/stat : 70333 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295158 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70334] ppid=70294 vsize=4450540 memory=28496 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70334/stat : 70334 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295158 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70335] ppid=70294 vsize=4450540 memory=7644 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70335/stat : 70335 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295158 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70336] ppid=70294 vsize=4450540 memory=26960 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70336/stat : 70336 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295158 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70337] ppid=70294 vsize=4450540 memory=31356 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70337/stat : 70337 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295158 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70338] ppid=70294 vsize=4450540 memory=2649340 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70338/stat : 70338 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295159 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70339] ppid=70294 vsize=4450540 memory=-3105278459868683646 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70339/stat : 70339 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295159 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70340] ppid=70294 vsize=4450540 memory=-3105278459868683646 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70340/stat : 70340 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295159 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70341] ppid=70294 vsize=4450540 memory=-3105278459868683646 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70341/stat : 70341 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295159 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70342] ppid=70294 vsize=4450540 memory=-2247047206104358738 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70342/stat : 70342 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295159 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70343] ppid=70294 vsize=4450540 memory=8561850598992369073 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70343/stat : 70343 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295159 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70344] ppid=70294 vsize=4450540 memory=279998179685648 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70344/stat : 70344 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295159 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70345] ppid=70294 vsize=4450540 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70345/stat : 70345 (fscip) S 70294 70297 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12295159 4557352960 823066 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0

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

[pid=70297/tid=70336] ppid=70294 vsize=14741348 memory=1836 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70336/stat : 70336 (fscip) S 70294 70297 68145 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12295158 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70337] ppid=70294 vsize=14741348 memory=38468 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70337/stat : 70337 (fscip) S 70294 70297 68145 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 12295158 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70338] ppid=70294 vsize=14741348 memory=2112 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70338/stat : 70338 (fscip) S 70294 70297 68145 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70339] ppid=70294 vsize=14741348 memory=3308 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70339/stat : 70339 (fscip) S 70294 70297 68145 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70340] ppid=70294 vsize=14741348 memory=36116 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70340/stat : 70340 (fscip) S 70294 70297 68145 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70341] ppid=70294 vsize=14741348 memory=4684 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70341/stat : 70341 (fscip) S 70294 70297 68145 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70342] ppid=70294 vsize=14741348 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70342/stat : 70342 (fscip) S 70294 70297 68145 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70343] ppid=70294 vsize=14741348 memory=13664 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70343/stat : 70343 (fscip) S 70294 70297 68145 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70344] ppid=70294 vsize=14741348 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70344/stat : 70344 (fscip) S 70294 70297 68145 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70345] ppid=70294 vsize=14741348 memory=2704 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70345/stat : 70345 (fscip) S 70294 70297 68145 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70346] ppid=70294 vsize=14741348 memory=6856 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70346/stat : 70346 (fscip) S 70294 70297 68145 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70347] ppid=70294 vsize=14741348 memory=7112 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70347/stat : 70347 (fscip) S 70294 70297 68145 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70348] ppid=70294 vsize=14741348 memory=12829996 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70348/stat : 70348 (fscip) S 70294 70297 68145 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70349] ppid=70294 vsize=14741348 memory=12829996 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70349/stat : 70349 (fscip) S 70294 70297 68145 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70350] ppid=70294 vsize=14741348 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70350/stat : 70350 (fscip) S 70294 70297 68145 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70351] ppid=70294 vsize=14741348 memory=13664 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70351/stat : 70351 (fscip) S 70294 70297 68145 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70352] ppid=70294 vsize=14741348 memory=10392 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70352/stat : 70352 (fscip) S 70294 70297 68145 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3208625 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
Current children cumulated CPU time: 71001.5 s
Current children cumulated vsize: 14741348 KiB
Current children cumulated memory: 12834500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.7 s]
/proc/loadavg: 81.13 80.62 80.51 81/1021 74343
/proc/meminfo: memFree=735852572/790760800 swapFree=131071996/131071996
[pid=70297] ppid=70294 vsize=14741348 memory=12851044 CPUtime=72001 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/stat : 70297 (fscip) S 70294 70297 68145 0 -1 1077936128 50853328 0 0 0 7191828 8267 0 0 20 0 41 0 12295030 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
/proc/70297/statm: 3685337 3212761 3030 3035 0 3513284 0
[pid=70297/tid=70299] ppid=70294 vsize=14741348 memory=12722620 CPUtime=3602.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70299/stat : 70299 (fscip) R 70294 70297 68145 0 -1 4194368 1824674 0 0 0 360082 190 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70300] ppid=70294 vsize=14741348 memory=12824412 CPUtime=3596.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70300/stat : 70300 (fscip) R 70294 70297 68145 0 -1 4194368 3069813 0 0 0 359337 316 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70301] ppid=70294 vsize=14741348 memory=11424 CPUtime=3593.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70301/stat : 70301 (fscip) R 70294 70297 68145 0 -1 4194368 2227509 0 0 0 358615 719 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70302] ppid=70294 vsize=14741348 memory=0 CPUtime=3605.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70302/stat : 70302 (fscip) R 70294 70297 68145 0 -1 4194368 1870510 0 0 0 360339 194 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70303] ppid=70294 vsize=14741348 memory=604173049668988 CPUtime=3607.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70303/stat : 70303 (fscip) R 70294 70297 68145 0 -1 4194368 3511894 0 0 0 360334 375 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70304] ppid=70294 vsize=14741348 memory=279998182660624 CPUtime=3596.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70304/stat : 70304 (fscip) R 70294 70297 68145 0 -1 4194368 2238363 0 0 0 359023 650 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70305] ppid=70294 vsize=14741348 memory=12841236 CPUtime=3606.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70305/stat : 70305 (fscip) R 70294 70297 68145 0 -1 4194368 1824164 0 0 0 360500 181 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70306] ppid=70294 vsize=14741348 memory=11424 CPUtime=3602.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70306/stat : 70306 (fscip) R 70294 70297 68145 0 -1 4194368 3170980 0 0 0 359854 355 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70307] ppid=70294 vsize=14741348 memory=12844752 CPUtime=3599.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70307/stat : 70307 (fscip) R 70294 70297 68145 0 -1 4194368 2208071 0 0 0 359225 728 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70308] ppid=70294 vsize=14741348 memory=12842048 CPUtime=3601.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70308/stat : 70308 (fscip) R 70294 70297 68145 0 -1 4194368 1833866 0 0 0 360007 177 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70309] ppid=70294 vsize=14741348 memory=0 CPUtime=3589.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70309/stat : 70309 (fscip) R 70294 70297 68145 0 -1 4194368 4386727 0 0 0 358516 443 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70310] ppid=70294 vsize=14741348 memory=12844752 CPUtime=3601.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70310/stat : 70310 (fscip) R 70294 70297 68145 0 -1 4194368 3113536 0 0 0 359244 893 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70311] ppid=70294 vsize=14741348 memory=12842048 CPUtime=3592.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70311/stat : 70311 (fscip) R 70294 70297 68145 0 -1 4194368 1859170 0 0 0 359028 187 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70312] ppid=70294 vsize=14741348 memory=30399726987509844 CPUtime=3605.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70312/stat : 70312 (fscip) R 70294 70297 68145 0 -1 4194368 2738270 0 0 0 360274 322 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70313] ppid=70294 vsize=14741348 memory=0 CPUtime=3592.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70313/stat : 70313 (fscip) R 70294 70297 68145 0 -1 4194368 2538217 0 0 0 358585 693 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70314] ppid=70294 vsize=14741348 memory=2268 CPUtime=3599.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70314/stat : 70314 (fscip) R 70294 70297 68145 0 -1 4194368 1759887 0 0 0 359820 179 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70315] ppid=70294 vsize=14741348 memory=0 CPUtime=3604.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70315/stat : 70315 (fscip) R 70294 70297 68145 0 -1 4194368 3208806 0 0 0 360083 342 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70316] ppid=70294 vsize=14741348 memory=279998181084704 CPUtime=3600.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70316/stat : 70316 (fscip) R 70294 70297 68145 0 -1 4194368 2182073 0 0 0 359372 702 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70317] ppid=70294 vsize=14741348 memory=12844840 CPUtime=3601.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70317/stat : 70317 (fscip) R 70294 70297 68145 0 -1 4194368 1943353 0 0 0 359898 204 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70318] ppid=70294 vsize=14741348 memory=215756 CPUtime=3598.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70318/stat : 70318 (fscip) R 70294 70297 68145 0 -1 4194368 3283389 0 0 0 359513 361 0 0 20 0 41 0 12295101 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70333] ppid=70294 vsize=14741348 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70333/stat : 70333 (fscip) S 70294 70297 68145 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 12295158 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70334] ppid=70294 vsize=14741348 memory=279998181464592 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70334/stat : 70334 (fscip) S 70294 70297 68145 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 12295158 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70335] ppid=70294 vsize=14741348 memory=13088028410941250 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70335/stat : 70335 (fscip) S 70294 70297 68145 0 -1 1077936192 162 0 0 0 1 2 0 0 20 0 41 0 12295158 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70336] ppid=70294 vsize=14741348 memory=-7524502895967953527 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70336/stat : 70336 (fscip) S 70294 70297 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12295158 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70337] ppid=70294 vsize=14741348 memory=40372 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70337/stat : 70337 (fscip) S 70294 70297 68145 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12295158 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70338] ppid=70294 vsize=14741348 memory=10392 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70338/stat : 70338 (fscip) S 70294 70297 68145 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70339] ppid=70294 vsize=14741348 memory=5432 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70339/stat : 70339 (fscip) S 70294 70297 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70340] ppid=70294 vsize=14741348 memory=6792 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70340/stat : 70340 (fscip) S 70294 70297 68145 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70341] ppid=70294 vsize=14741348 memory=17398416 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70341/stat : 70341 (fscip) S 70294 70297 68145 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70342] ppid=70294 vsize=14741348 memory=12849772 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70342/stat : 70342 (fscip) S 70294 70297 68145 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70343] ppid=70294 vsize=14741348 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70343/stat : 70343 (fscip) S 70294 70297 68145 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70344] ppid=70294 vsize=14741348 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70344/stat : 70344 (fscip) S 70294 70297 68145 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70345] ppid=70294 vsize=14741348 memory=12519652 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70345/stat : 70345 (fscip) S 70294 70297 68145 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70346] ppid=70294 vsize=14741348 memory=12844840 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70346/stat : 70346 (fscip) S 70294 70297 68145 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70347] ppid=70294 vsize=14741348 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70347/stat : 70347 (fscip) S 70294 70297 68145 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70348] ppid=70294 vsize=14741348 memory=7176 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70348/stat : 70348 (fscip) S 70294 70297 68145 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70349] ppid=70294 vsize=14741348 memory=36116 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70349/stat : 70349 (fscip) S 70294 70297 68145 0 -1 1077936192 162 0 0 0 4 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70350] ppid=70294 vsize=14741348 memory=20568 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70350/stat : 70350 (fscip) S 70294 70297 68145 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70351] ppid=70294 vsize=14741348 memory=6856 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70351/stat : 70351 (fscip) S 70294 70297 68145 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
[pid=70297/tid=70352] ppid=70294 vsize=14741348 memory=12841236 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/70297/task/70352/stat : 70352 (fscip) S 70294 70297 68145 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 12295159 15095140352 3212761 809668444160 4194304 16623229 140730533642400 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 38412288 140730533647370 140730533647488 140730533647488 140730533654512 0
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 14741348 KiB
Current children cumulated memory: 12851044 KiB

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

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

# cumulated CPU time of all completed processes:  user=71918.5 s, system=83.0444 s

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

[startup+3632.81 s]*
/proc/loadavg: 81.13 80.62 80.51 62/982 74343
/proc/meminfo: memFree=739687472/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3633 s]*
/proc/loadavg: 81.13 80.62 80.51 62/982 74343
/proc/meminfo: memFree=746075748/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3633.09
CPU time (s): 72001.6
CPU user time (s): 71918.5
CPU system time (s): 83.0444
CPU usage (%): 1981.83
Max. virtual memory (cumulated for all children) (KiB): 14741348
Max. memory (cumulated for all children) (KiB): 12859800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71918.5
system time used= 83.0444
maximum resident set size= 12860272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50854905
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= 561444
involuntary context switches= 228823


# summary of solver processes directly reported to runsolver:
#   pid: 70297
#   total CPU time (s): 72001.6
#   total CPU user time (s): 71918.5
#   total CPU system time (s): 83.0444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.8306 second user time and 83.7278 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-07-31 22:18:03
IDJOB=4465301
IDBENCH=148187
IDSOLVER=3094
FILE ID=nodeD101/4465301-1722457083
RUNJOBID= nodeD101-1722453440-68157
SLURM_JOB_ID= 8254236
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_7.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-4465301-1722457083/watcher-4465301-1722457083 -o /tmp/evaluation-result-4465301-1722457083/solver-4465301-1722457083 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68157 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465301-1722457083.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= e3f6e03fc0c8fc921c0242da7dc19bcf
RANDOM SEED=1587471652

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        715438712 kB
MemAvailable:   713556600 kB
Buffers:          159504 kB
Cached:           955076 kB
SwapCached:            0 kB
Active:           327400 kB
Inactive:       72511324 kB
Active(anon):       2128 kB
Inactive(anon): 71744584 kB
Active(file):     325272 kB
Inactive(file):   766740 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30220 kB
Writeback:             0 kB
AnonPages:      71710248 kB
Mapped:           115964 kB
Shmem:             22536 kB
KReclaimable:     131080 kB
Slab:             457352 kB
SReclaimable:     131080 kB
SUnreclaim:       326272 kB
KernelStack:       16864 kB
PageTables:       154920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   21470824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           208896 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6961152 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      468992 kB
DirectMap2M:    27291648 kB
DirectMap1G:    778043392 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD101 at 2024-07-31 23:18:36