Trace number 4441940

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 NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-02? 3589.67 3600.12

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
MD5SUMb71388011e4b80d0b0325c4a241ada38
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.287806
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4644
Total number of constraints31254
Number of constraints which are clauses30228
Number of constraints which are cardinality constraints (but not clauses)948
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
Number of bits of the biggest sum of numbers7
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: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
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.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
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.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.09/0.10	c Default LC presolving (default).
0.09/0.11	c ** Before presolving: virtualMemUsedAtLc = 89173832, getVmSize() = 77799424, SCIPgetMemUsed() = 46179185, SCIPgetMemTotal() = 53955961, SCIPgetMemExternEstim() = 35217871
0.09/0.11	c ** set memory limit for presolving in LC to 8.79607e+12 for SCIP **
0.60/0.65	c ** Estimated virtualMemUsedAtSolver = 105755356, getVmSize() = 153030656, SCIPgetMemUsed() = 84008756, SCIPgetMemTotal() = 123415164, SCIPgetMemExternEstim() = 35217871
0.60/0.65	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
0.60/0.65	c Original Problem   :
0.60/0.65	c   Problem name     : instance-4441940-1721297358
0.60/0.65	c   Variables        : 4644 (4644 binary, 0 integer, 0 implicit integer, 0 continuous)
0.60/0.65	c   Constraints      : 31254
0.60/0.65	c   Objective sense  : minimize
0.60/0.65	c Presolved Problem  :
0.60/0.65	c   Variables        : 4644 (4644 binary, 0 integer, 0 implicit integer, 0 continuous)
0.60/0.65	c   Constraints      : 31254
0.60/0.65	c Constraints        : Number
0.60/0.65	c   knapsack         : 78 
0.60/0.65	c   setppc           : 948 
0.60/0.65	c   logicor          : 30228 
0.60/0.65	c ** Instance transfer method used: 0
0.69/0.71	c ** ParaScipInstance copy does not increase the number of variables. **
0.69/0.76	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.69/0.76	c                                Nodes    Active                                            
0.69/0.76	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
144.67/145.11	c       145              2           1         1                -           0.0000          -
165.11/165.68	c       166              5           4         1                -           0.0000          -
202.71/203.31	c       203              6           5         1                -           0.0000          -
243.59/244.30	c       244             10           9         1                -           0.0000          -
249.88/250.66	c       251             12          11         1                -           0.0000          -
302.14/303.05	c       303             13          12         1                -           0.0000          -
314.29/315.20	c       315             14          13         1                -           0.0000          -
319.68/320.63	c       321             15          14         1                -           0.0000          -
330.46/331.46	c       331             17          16         1                -           0.0000          -
371.60/372.71	c       373             21          20         1                -           0.0000          -
387.74/388.97	c       389             22          21         1                -           0.0000          -
406.47/407.76	c       408             23          22         1                -           0.0000          -
431.18/432.52	c       433             24          23         1                -           0.0000          -
455.29/456.73	c       457             25          24         1                -           0.0000          -
470.13/471.69	c       472             26          25         1                -           0.0000          -
495.93/497.52	c       498             27          26         1                -           0.0000          -
514.76/516.46	c       516             28          27         1                -           0.0000          -
542.95/544.75	c       545             32          31         1                -           0.0000          -
555.80/557.62	c       558             33          32         1                -           0.0000          -
572.44/574.34	c       574             34          33         1                -           0.0000          -
588.20/590.13	c       590             35          34         1                -           0.0000          -
594.77/596.78	c       597             37          36         1                -           0.0000          -
612.80/614.80	c       615             39          38         1                -           0.0000          -
630.04/632.19	c       632             40          39         1                -           0.0000          -
649.16/651.37	c       651             41          40         1                -           0.0000          -
665.00/667.29	c       667             42          41         1                -           0.0000          -
684.23/686.57	c       687             44          43         1                -           0.0000          -
696.68/699.00	c       699             45          44         1                -           0.0000          -
716.50/718.97	c       719             46          45         1                -           0.0000          -
734.65/737.11	c       737             47          46         1                -           0.0000          -
743.72/746.26	c       746             48          47         1                -           0.0000          -
750.40/752.91	c       753             49          48         1                -           0.0000          -
777.63/780.27	c       780             52          51         1                -           0.0000          -
783.02/785.62	c       786             53          52         1                -           0.0000          -
832.07/834.87	c       835             55          54         1                -           0.0000          -
846.43/849.25	c       849             56          55         1                -           0.0000          -
883.82/886.76	c       887             57          56         1                -           0.0000          -
889.40/892.33	c       892             58          57         1                -           0.0000          -
941.46/944.56	c       945             59          58         1                -           0.0000          -
958.71/961.88	c       962             60          59         1                -           0.0000          -
965.49/968.67	c       969             61          60         1                -           0.0000          -
975.36/978.58	c       979             62          61         1                -           0.0000          -
986.53/989.78	c       990             64          63         1                -           0.0000          -
995.01/998.21	c       998             65          64         1                -           0.0000          -
1004.28/1007.55	c      1008             67          66         1                -           0.0000          -
1064.61/1068.02	c      1068             68          67         1                -           0.0000          -
1080.76/1084.29	c      1084             70          69         1                -           0.0000          -
1089.83/1093.33	c      1093             71          70         1                -           0.0000          -
1105.38/1108.97	c      1109             72          71         1                -           0.0000          -
1127.43/1131.05	c      1131             73          72         1                -           0.0000          -
1153.35/1157.05	c      1157             74          73         1                -           0.0000          -
1174.48/1178.22	c      1178             76          75         1                -           0.0000          -
1181.07/1184.84	c      1185             78          77         1                -           0.0000          -
1190.74/1194.50	c      1194             79          78         1                -           0.0000          -
1210.79/1214.63	c      1215             80          79         1                -           0.0000          -
1227.55/1231.48	c      1231             82          81         1                -           0.0000          -
1271.63/1275.66	c      1276             84          83         1                -           0.0000          -
1340.14/1344.38	c      1344             86          85         1                -           0.0000          -
1345.22/1349.49	c      1349             88          87         1                -           0.0000          -
1369.86/1374.14	c      1374             89          88         1                -           0.0000          -
1403.66/1408.03	c      1408             90          89         1                -           0.0000          -
1419.91/1424.32	c      1424             92          91         1                -           0.0000          -
1430.28/1434.75	c      1435             94          93         1                -           0.0000          -
1464.38/1468.95	c      1469             95          94         1                -           0.0000          -
1499.58/1504.28	c      1504             96          95         1                -           0.0000          -
1508.96/1513.68	c      1514             97          96         1                -           0.0000          -
1517.63/1522.30	c      1522             98          97         1                -           0.0000          -
1523.12/1527.84	c      1528            100          99         1                -           0.0000          -
1534.88/1539.68	c      1540            102         101         1                -           0.0000          -
1545.26/1550.10	c      1550            106         105         1                -           0.0000          -
1563.60/1568.43	c      1568            110         109         1                -           0.0000          -
1570.38/1575.26	c      1575            111         110         1                -           0.0000          -
1596.01/1600.92	c      1601            112         111         1                -           0.0000          -
1620.44/1625.41	c      1625            116         115         1                -           0.0000          -
1645.77/1650.81	c      1651            117         116         1                -           0.0000          -
1673.69/1678.81	c      1679            118         119         1                -           0.0000          -
1687.35/1692.59	c      1693            120         119         1                -           0.0000          -
1718.96/1724.23	c      1724            122         123         1                -           0.0000          -
1743.29/1748.69	c      1749            123         122         1                -           0.0000          -
1749.47/1754.87	c      1755            126         125         1                -           0.0000          -
1776.71/1782.17	c      1782            127         126         1                -           0.0000          -
1791.86/1797.37	c      1797            128         127         1                -           0.0000          -
1801.43/1806.98	c      1807            130         129         1                -           0.0000          -
1823.26/1828.89	c      1829            131         130         1                -           0.0000          -
1834.63/1840.27	c      1840            132         131         1                -           0.0000          -
1844.51/1850.13	c      1850            134         133         1                -           0.0000          -
1851.68/1857.38	c      1857            135         134         1                -           0.0000          -
1857.66/1863.35	c      1863            136         135         1                -           0.0000          -
1866.14/1871.86	c      1872            137         136         1                -           0.0000          -
1877.41/1883.16	c      1883            138         137         1                -           0.0000          -
1901.14/1906.90	c      1907            139         138         1                -           0.0000          -
1916.69/1922.55	c      1923            140         139         1                -           0.0000          -
1922.87/1928.71	c      1929            141         140         1                -           0.0000          -
1943.01/1948.97	c      1949            142         141         1                -           0.0000          -
1950.10/1956.01	c      1956            143         142         1                -           0.0000          -
1968.34/1974.32	c      1974            144         143         1                -           0.0000          -
1980.01/1986.00	c      1986            145         144         1                -           0.0000          -
2006.24/2012.33	c      2012            148         147         1                -           0.0000          -
2015.71/2021.88	c      2022            149         148         1                -           0.0000          -
2031.07/2037.25	c      2037            150         149         1                -           0.0000          -
2036.75/2042.95	c      2043            151         150         1                -           0.0000          -
2068.46/2074.73	c      2075            152         151         1                -           0.0000          -
2102.86/2109.26	c      2109            155         154         1                -           0.0000          -
2110.64/2117.09	c      2117            156         155         1                -           0.0000          -
2119.01/2125.48	c      2125            157         156         1                -           0.0000          -
2130.98/2137.41	c      2137            158         157         1                -           0.0000          -
2140.25/2146.79	c      2147            159         158         1                -           0.0000          -
2170.27/2176.89	c      2177            160         159         1                -           0.0000          -
2193.31/2199.97	c      2200            162         161         1                -           0.0000          -
2208.77/2215.49	c      2215            165         164         1                -           0.0000          -
2214.15/2220.83	c      2221            167         166         1                -           0.0000          -
2236.59/2243.37	c      2243            169         168         1                -           0.0000          -
2241.87/2248.67	c      2249            170         169         1                -           0.0000          -
2254.05/2260.82	c      2261            172         171         1                -           0.0000          -
2261.93/2268.77	c      2269            173         172         1                -           0.0000          -
2274.99/2281.82	c      2282            177         176         1                -           0.0000          -
2311.89/2318.86	c      2319            178         177         1                -           0.0000          -
2320.96/2327.90	c      2328            180         179         1                -           0.0000          -
2334.82/2341.86	c      2342            182         181         1                -           0.0000          -
2364.05/2371.11	c      2371            184         183         1                -           0.0000          -
2386.38/2393.57	c      2394            185         184         1                -           0.0000          -
2398.75/2406.00	c      2406            187         186         1                -           0.0000          -
2413.60/2420.89	c      2421            188         187         1                -           0.0000          -
2454.69/2462.00	c      2462            190         189         1                -           0.0000          -
2466.05/2473.44	c      2473            192         191         1                -           0.0000          -
2472.94/2480.38	c      2480            194         193         1                -           0.0000          -
2500.06/2507.57	c      2508            195         194         1                -           0.0000          -
2510.23/2517.74	c      2518            196         195         1                -           0.0000          -
2528.38/2535.99	c      2536            197         196         1                -           0.0000          -
2534.26/2541.86	c      2542            198         197         1                -           0.0000          -
2546.73/2554.34	c      2554            200         199         1                -           0.0000          -
2556.80/2564.43	c      2564            201         200         1                -           0.0000          -
2564.18/2571.87	c      2572            202         201         1                -           0.0000          -
2571.96/2579.62	c      2580            204         203         1                -           0.0000          -
2586.62/2594.36	c      2594            205         204         1                -           0.0000          -
2621.43/2629.24	c      2629            206         205         1                -           0.0000          -
2628.61/2636.40	c      2636            207         206         1                -           0.0000          -
2646.16/2654.09	c      2654            208         207         1                -           0.0000          -
2654.44/2662.30	c      2662            210         209         1                -           0.0000          -
2663.61/2671.57	c      2672            211         210         1                -           0.0000          -
2678.57/2686.58	c      2687            212         211         1                -           0.0000          -
2705.29/2713.39	c      2713            216         215         1                -           0.0000          -
2710.68/2718.74	c      2719            217         216         1                -           0.0000          -
2718.55/2726.64	c      2727            218         217         1                -           0.0000          -
2745.98/2754.16	c      2754            219         218         1                -           0.0000          -
2758.94/2767.13	c      2767            220         219         1                -           0.0000          -
2771.31/2779.50	c      2780            221         220         1                -           0.0000          -
2781.98/2790.28	c      2790            222         221         1                -           0.0000          -
2826.36/2834.77	c      2835            223         222         1                -           0.0000          -
2837.13/2845.55	c      2846            226         225         1                -           0.0000          -
2848.60/2857.09	c      2857            227         226         1                -           0.0000          -
2860.96/2869.48	c      2869            229         228         1                -           0.0000          -
2888.49/2897.05	c      2897            230         229         1                -           0.0000          -
2897.46/2906.04	c      2906            231         230         1                -           0.0000          -
2904.83/2913.40	c      2913            232         231         1                -           0.0000          -
2930.06/2938.74	c      2939            235         234         1                -           0.0000          -
2962.28/2971.08	c      2971            242         241         1                -           0.0000          -
2981.62/2990.43	c      2990            243         242         1                -           0.0000          -
2990.70/2999.55	c      3000            244         243         1                -           0.0000          -
3005.95/3014.85	c      3015            245         244         1                -           0.0000          -
3020.01/3028.92	c      3029            246         245         1                -           0.0000          -
3046.74/3055.72	c      3056            248         247         1                -           0.0000          -
3052.03/3061.08	c      3061            252         251         1                -           0.0000          -
3060.01/3069.09	c      3069            254         253         1                -           0.0000          -
3083.73/3092.87	c      3093            255         254         1                -           0.0000          -
3090.81/3099.98	c      3100            257         256         1                -           0.0000          -
3102.48/3111.60	c      3112            259         258         1                -           0.0000          -
3110.66/3119.81	c      3120            260         259         1                -           0.0000          -
3120.73/3129.99	c      3130            261         260         1                -           0.0000          -
3139.48/3148.70	c      3149            262         261         1                -           0.0000          -
3147.16/3156.45	c      3156            267         266         1                -           0.0000          -
3159.63/3168.90	c      3169            270         269         1                -           0.0000          -
3165.32/3174.69	c      3175            271         270         1                -           0.0000          -
3173.39/3182.70	c      3183            272         271         1                -           0.0000          -
3179.58/3188.94	c      3189            273         272         1                -           0.0000          -
3185.76/3195.18	c      3195            275         274         1                -           0.0000          -
3199.82/3209.20	c      3209            276         275         1                -           0.0000          -
3219.17/3228.69	c      3229            279         278         1                -           0.0000          -
3250.68/3260.27	c      3260            280         279         1                -           0.0000          -
3259.26/3268.89	c      3269            281         280         1                -           0.0000          -
3271.83/3281.43	c      3281            282         281         1                -           0.0000          -
3296.66/3306.30	c      3306            285         284         1                -           0.0000          -
3304.45/3314.15	c      3314            287         286         1                -           0.0000          -
3318.31/3328.03	c      3328            288         287         1                -           0.0000          -
3325.19/3334.91	c      3335            290         289         1                -           0.0000          -
3333.46/3343.24	c      3343            291         290         1                -           0.0000          -
3356.00/3365.85	c      3366            292         291         1                -           0.0000          -
3364.97/3374.88	c      3375            294         293         1                -           0.0000          -
3370.86/3380.77	c      3381            295         294         1                -           0.0000          -
3386.31/3396.22	c      3396            296         295         1                -           0.0000          -
3403.37/3413.34	c      3413            300         299         1                -           0.0000          -
3413.14/3423.18	c      3423            301         300         1                -           0.0000          -
3419.03/3429.00	c      3429            302         301         1                -           0.0000          -
3447.14/3457.27	c      3457            303         302         1                -           0.0000          -
3455.92/3466.01	c      3466            304         303         1                -           0.0000          -
3463.90/3474.03	c      3474            305         304         1                -           0.0000          -
3470.88/3481.10	c      3481            306         305         1                -           0.0000          -
3480.15/3490.37	c      3490            307         306         1                -           0.0000          -
3531.50/3541.82	c      3542            308         307         1                -           0.0000          -
3549.15/3559.54	c      3560            310         309         1                -           0.0000          -
3560.52/3570.91	c      3571            311         310         1                -           0.0000          -
3566.31/3576.71	c      3577            314         313         1                -           0.0000          -
3583.46/3593.98	c      3594            317         316         1                -           0.0000          -
3589.55/3600.00	c      3600            317         316         0                -           0.0000          -
3589.55/3600.08	c SCIP Status        : c solving was interrupted [hard time limit reached]
3589.55/3600.08	c Total Time         : 3600.0700
3589.55/3600.08	c   solving          : 3600.0700
3589.55/3600.08	c   presolving       : 0.5416 (included in solving)
3589.55/3600.08	c B&B Tree           :
3589.55/3600.08	c   nodes (total)    : 1
3589.55/3600.08	c Solution           :
3589.55/3600.08	c   Solutions found  : 0
3589.55/3600.08	c   Primal Bound     :          -
3589.55/3600.08	c   Dual Bound       : +0.00000000000000e+00
3589.55/3600.08	c Gap                :          -
3589.64/3600.11	s UNKNOWN

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: 2
  memory of node 0: 63968 MiB (56421 MiB free)
  memory of node 1: 64473 MiB (62281 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441940-1721297358/watcher-4441940-1721297358 -o /tmp/evaluation-result-4441940-1721297358/solver-4441940-1721297358 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721293769-954239 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4441940-1721297358.opb -qsol -t 3600 -sth 1 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 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=956248, runsolver pid=956245
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 4.14 4.13 4.08 5/259 956249
/proc/meminfo: memFree=121514960/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=72688 memory=61488 CPUtime=0.09 cores=1,3
/proc/956248/stat : 956248 (fscip) R 956245 956248 954227 0 -1 4194304 13184 0 0 0 8 1 0 0 20 0 1 0 181901962 74432512 15372 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 18172 15372 2542 3032 0 14572 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 72688 KiB
Current children cumulated memory: 61488 KiB

[startup+0.205555 s]*
/proc/loadavg: 4.14 4.13 4.08 5/259 956249
/proc/meminfo: memFree=121586516/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=101156 memory=88960 CPUtime=0.2 cores=1,3
/proc/956248/stat : 956248 (fscip) R 956245 956248 954227 0 -1 4194304 20795 0 0 0 17 3 0 0 20 0 1 0 181901962 103583744 22240 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 25289 22240 2654 3032 0 21689 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 101156 KiB
Current children cumulated memory: 88960 KiB

[startup+0.305355 s]*
/proc/loadavg: 4.14 4.13 4.08 5/259 956249
/proc/meminfo: memFree=121754988/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=96212 memory=84796 CPUtime=0.3 cores=1,3
/proc/956248/stat : 956248 (fscip) R 956245 956248 954227 0 -1 4194304 23079 0 0 0 27 3 0 0 20 0 1 0 181901962 98521088 21199 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 24053 21199 2718 3032 0 20453 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 96212 KiB
Current children cumulated memory: 84796 KiB

[startup+0.700221 s]
/proc/loadavg: 4.14 4.13 4.08 4/255 956263
/proc/meminfo: memFree=123665664/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=246472 memory=148756 CPUtime=0.69 cores=1,3
/proc/956248/stat : 956248 (fscip) R 956245 956248 954227 0 -1 4194304 39113 0 0 0 64 5 0 0 20 0 2 0 181901962 252387328 37189 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 61618 37189 2766 3032 0 41666 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 246472 KiB
Current children cumulated memory: 148756 KiB

[startup+1.50099 s]
/proc/loadavg: 4.14 4.13 4.08 5/260 956297
/proc/meminfo: memFree=123489484/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=308872 memory=260520 CPUtime=1.48 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 72467 0 0 0 138 10 0 0 20 0 3 0 181901962 316284928 65130 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 77218 65130 2910 3032 0 72013 0
[pid=956248/tid=956285] ppid=956245 vsize=308872 memory=4152 CPUtime=0.77 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 33109 0 0 0 72 5 0 0 20 0 3 0 181902027 316284928 65130 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=308872 memory=2248 CPUtime=0 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 181902039 316284928 65130 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 308872 KiB
Current children cumulated memory: 260520 KiB

[startup+3.10534 s]
/proc/loadavg: 4.14 4.13 4.08 5/262 956299
/proc/meminfo: memFree=123285080/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=308872 memory=260764 CPUtime=3.07 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 75356 0 0 0 296 11 0 0 20 0 3 0 181901962 316284928 65191 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 77218 65191 2910 3032 0 72013 0
[pid=956248/tid=956285] ppid=956245 vsize=308872 memory=2248 CPUtime=2.36 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 35991 0 0 0 231 5 0 0 20 0 3 0 181902027 316284928 65191 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=308872 memory=0 CPUtime=0 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 181902039 316284928 65191 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 308872 KiB
Current children cumulated memory: 260764 KiB

[startup+6.30021 s]
/proc/loadavg: 4.13 4.12 4.08 5/262 956299
/proc/meminfo: memFree=123283596/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=308872 memory=260764 CPUtime=6.25 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 81208 0 0 0 614 11 0 0 20 0 3 0 181901962 316284928 65191 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 77218 65191 2910 3032 0 72013 0
[pid=956248/tid=956285] ppid=956245 vsize=308872 memory=0 CPUtime=5.55 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 41836 0 0 0 549 6 0 0 20 0 3 0 181902027 316284928 65191 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=308872 memory=164 CPUtime=0 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 3 0 181902039 316284928 65191 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 308872 KiB
Current children cumulated memory: 260764 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 4.08 5/262 956349
/proc/meminfo: memFree=127283500/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=308872 memory=261272 CPUtime=12.64 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 97194 0 0 0 1252 12 0 0 20 0 3 0 181901962 316284928 65318 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 77218 65318 2910 3032 0 72250 0
[pid=956248/tid=956285] ppid=956245 vsize=308872 memory=0 CPUtime=11.93 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 57802 0 0 0 1186 7 0 0 20 0 3 0 181902027 316284928 65318 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=308872 memory=261272 CPUtime=0 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 181902039 316284928 65318 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 308872 KiB
Current children cumulated memory: 261272 KiB

[startup+25.5002 s]
/proc/loadavg: 4.02 4.10 4.08 5/257 956891
/proc/meminfo: memFree=128311032/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=374408 memory=273408 CPUtime=25.41 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 121510 0 0 0 2527 14 0 0 20 0 3 0 181901962 383393792 68352 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 93602 68352 2926 3032 0 75754 0
[pid=956248/tid=956285] ppid=956245 vsize=374408 memory=272824 CPUtime=24.69 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 82097 0 0 0 2461 8 0 0 20 0 3 0 181902027 383393792 68352 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=374408 memory=272604 CPUtime=0 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 3 0 181902039 383393792 68352 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 374408 KiB
Current children cumulated memory: 273408 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 4.12 4.08 5/264 957313
/proc/meminfo: memFree=127953392/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=374408 memory=281708 CPUtime=50.94 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 152500 0 0 0 5078 16 0 0 20 0 3 0 181901962 383393792 70427 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 93602 70427 2926 3032 0 78247 0
[pid=956248/tid=956285] ppid=956245 vsize=374408 memory=281708 CPUtime=50.23 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 113080 0 0 0 5012 11 0 0 20 0 3 0 181902027 383393792 70427 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=374408 memory=281708 CPUtime=0 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 3 0 181902039 383393792 70427 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 374408 KiB
Current children cumulated memory: 281708 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/265 957325
/proc/meminfo: memFree=127846824/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=374408 memory=292308 CPUtime=101.98 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 189315 0 0 0 10180 18 0 0 20 0 3 0 181901962 383393792 73077 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 93602 73077 2926 3032 0 83219 0
[pid=956248/tid=956285] ppid=956245 vsize=374408 memory=11664 CPUtime=101.28 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 149882 0 0 0 10115 13 0 0 20 0 3 0 181902027 383393792 73077 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=374408 memory=273408 CPUtime=0 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 75 0 0 0 0 0 0 0 20 0 3 0 181902039 383393792 73077 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 374408 KiB
Current children cumulated memory: 292308 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/265 957335
/proc/meminfo: memFree=127754272/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=439944 memory=366068 CPUtime=161.82 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 214220 0 0 0 16161 21 0 0 20 0 3 0 181901962 450502656 91517 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 109986 91517 2942 3032 0 96799 0
[pid=956248/tid=956285] ppid=956245 vsize=439944 memory=365964 CPUtime=161.1 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 174757 0 0 0 16095 15 0 0 20 0 3 0 181902027 450502656 91517 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=439944 memory=39476 CPUtime=0 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 80 0 0 0 0 0 0 0 20 0 3 0 181902039 450502656 91517 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 439944 KiB
Current children cumulated memory: 366068 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 957346
/proc/meminfo: memFree=127644384/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=439944 memory=370808 CPUtime=221.66 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 219108 0 0 0 22145 21 0 0 20 0 3 0 181901962 450502656 92702 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 109986 92702 2942 3032 0 96799 0
[pid=956248/tid=956285] ppid=956245 vsize=439944 memory=368028 CPUtime=220.95 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 179615 0 0 0 22079 16 0 0 20 0 3 0 181902027 450502656 92702 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=439944 memory=11664 CPUtime=0 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 88 0 0 0 0 0 0 0 20 0 3 0 181902039 450502656 92702 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 439944 KiB
Current children cumulated memory: 370808 KiB


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

[pid=956248] ppid=956245 vsize=505480 memory=456952 CPUtime=3452.23 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 328042 0 0 0 345187 36 0 0 20 0 3 0 181901962 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 126370 114238 2990 3032 0 119895 0
[pid=956248/tid=956285] ppid=956245 vsize=505480 memory=456952 CPUtime=3451.45 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 287244 0 0 0 345118 27 0 0 20 0 3 0 181902027 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=505480 memory=19704 CPUtime=0.03 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 350 0 0 0 1 2 0 0 20 0 3 0 181902039 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3452.23 s
Current children cumulated vsize: 505480 KiB
Current children cumulated memory: 456952 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/263 959132
/proc/meminfo: memFree=126183924/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=505480 memory=456952 CPUtime=3512.06 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 328274 0 0 0 351170 36 0 0 20 0 3 0 181901962 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 126370 114238 2990 3032 0 119895 0
[pid=956248/tid=956285] ppid=956245 vsize=505480 memory=456952 CPUtime=3511.28 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 287469 0 0 0 351101 27 0 0 20 0 3 0 181902027 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=505480 memory=11664 CPUtime=0.03 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 355 0 0 0 1 2 0 0 20 0 3 0 181902039 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3512.06 s
Current children cumulated vsize: 505480 KiB
Current children cumulated memory: 456952 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/263 959142
/proc/meminfo: memFree=126168888/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=505480 memory=456952 CPUtime=3571.89 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 328556 0 0 0 357153 36 0 0 20 0 3 0 181901962 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 126370 114238 2990 3032 0 119895 0
[pid=956248/tid=956285] ppid=956245 vsize=505480 memory=11664 CPUtime=3571.11 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 287710 0 0 0 357084 27 0 0 20 0 3 0 181902027 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=505480 memory=456952 CPUtime=0.03 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 360 0 0 0 1 2 0 0 20 0 3 0 181902039 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3571.89 s
Current children cumulated vsize: 505480 KiB
Current children cumulated memory: 456952 KiB

[startup+3600.12 s]
# the end of solver process 956248 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3589.3 s, system=0.36698 s

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

[startup+3584 s]*
/proc/loadavg: 4.11 4.14 4.11 5/263 959142
/proc/meminfo: memFree=126167776/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=505480 memory=456952 CPUtime=3573.59 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 328556 0 0 0 357323 36 0 0 20 0 3 0 181901962 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 126370 114238 2990 3032 0 119895 0
[pid=956248/tid=956285] ppid=956245 vsize=505480 memory=6720659931001208684 CPUtime=3572.81 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 287710 0 0 0 357254 27 0 0 20 0 3 0 181902027 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=505480 memory=7682470852109311393 CPUtime=0.03 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 360 0 0 0 1 2 0 0 20 0 3 0 181902039 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3573.59 s
Current children cumulated vsize: 505480 KiB
Current children cumulated memory: 456952 KiB

[startup+3590.4 s]
/proc/loadavg: 4.10 4.14 4.11 5/263 959144
/proc/meminfo: memFree=126165332/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=505480 memory=456952 CPUtime=3579.97 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 328589 0 0 0 357961 36 0 0 20 0 3 0 181901962 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 126370 114238 2990 3032 0 119895 0
[pid=956248/tid=956285] ppid=956245 vsize=505480 memory=43436 CPUtime=3579.19 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 287741 0 0 0 357892 27 0 0 20 0 3 0 181902027 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=505480 memory=456952 CPUtime=0.03 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 362 0 0 0 1 2 0 0 20 0 3 0 181902039 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3579.97 s
Current children cumulated vsize: 505480 KiB
Current children cumulated memory: 456952 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.13 4.10 5/263 959144
/proc/meminfo: memFree=126162384/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=505480 memory=456952 CPUtime=3586.35 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 328666 0 0 0 358599 36 0 0 20 0 3 0 181901962 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 126370 114238 2990 3032 0 119895 0
[pid=956248/tid=956285] ppid=956245 vsize=505480 memory=456952 CPUtime=3585.57 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 287816 0 0 0 358530 27 0 0 20 0 3 0 181902027 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=505480 memory=456952 CPUtime=0.03 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 362 0 0 0 1 2 0 0 20 0 3 0 181902039 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3586.35 s
Current children cumulated vsize: 505480 KiB
Current children cumulated memory: 456952 KiB

[startup+3598.4 s]
/proc/loadavg: 4.09 4.13 4.10 5/263 959145
/proc/meminfo: memFree=126161796/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=505480 memory=456952 CPUtime=3587.94 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 328666 0 0 0 358758 36 0 0 20 0 3 0 181901962 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 126370 114238 2990 3032 0 119895 0
[pid=956248/tid=956285] ppid=956245 vsize=505480 memory=456952 CPUtime=3587.17 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 287816 0 0 0 358690 27 0 0 20 0 3 0 181902027 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=505480 memory=32192 CPUtime=0.03 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 362 0 0 0 1 2 0 0 20 0 3 0 181902039 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3587.94 s
Current children cumulated vsize: 505480 KiB
Current children cumulated memory: 456952 KiB

[startup+3599.2 s]
/proc/loadavg: 4.09 4.13 4.10 5/263 959145
/proc/meminfo: memFree=126161292/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=505480 memory=456952 CPUtime=3588.74 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 328667 0 0 0 358838 36 0 0 20 0 3 0 181901962 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 126370 114238 2990 3032 0 119895 0
[pid=956248/tid=956285] ppid=956245 vsize=505480 memory=19704 CPUtime=3587.96 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 287817 0 0 0 358769 27 0 0 20 0 3 0 181902027 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=505480 memory=19704 CPUtime=0.03 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 362 0 0 0 1 2 0 0 20 0 3 0 181902039 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3588.74 s
Current children cumulated vsize: 505480 KiB
Current children cumulated memory: 456952 KiB

[startup+3599.6 s]
/proc/loadavg: 4.09 4.13 4.10 5/263 959145
/proc/meminfo: memFree=126161292/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=505480 memory=456952 CPUtime=3589.14 cores=1,3
/proc/956248/stat : 956248 (fscip) S 956245 956248 954227 0 -1 1077936128 328667 0 0 0 358878 36 0 0 20 0 3 0 181901962 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 126370 114238 2990 3032 0 119895 0
[pid=956248/tid=956285] ppid=956245 vsize=505480 memory=43436 CPUtime=3588.36 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 287817 0 0 0 358809 27 0 0 20 0 3 0 181902027 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=505480 memory=5468 CPUtime=0.03 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 362 0 0 0 1 2 0 0 20 0 3 0 181902039 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3589.14 s
Current children cumulated vsize: 505480 KiB
Current children cumulated memory: 456952 KiB

[startup+3600 s]*
/proc/loadavg: 4.08 4.13 4.10 5/263 959145
/proc/meminfo: memFree=126161020/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=505480 memory=456952 CPUtime=3589.55 cores=1,3
/proc/956248/stat : 956248 (fscip) R 956245 956248 954227 0 -1 1077936128 328667 0 0 0 358919 36 0 0 20 0 3 0 181901962 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 126370 114238 2990 3032 0 119895 0
[pid=956248/tid=956285] ppid=956245 vsize=505480 memory=6720659931001208684 CPUtime=3588.77 cores=1,3
/proc/956248/task/956285/stat : 956285 (fscip) R 956245 956248 954227 0 -1 4194368 287817 0 0 0 358850 27 0 0 20 0 3 0 181902027 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
[pid=956248/tid=956297] ppid=956245 vsize=505480 memory=104 CPUtime=0.03 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 362 0 0 0 1 2 0 0 20 0 3 0 181902039 517611520 114238 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3589.55 s
Current children cumulated vsize: 505480 KiB
Current children cumulated memory: 456952 KiB

[startup+3600.11 s]
/proc/loadavg: 4.08 4.13 4.10 5/263 959145
/proc/meminfo: memFree=126161020/131524600 swapFree=131071996/131071996
[pid=956248] ppid=956245 vsize=494632 memory=445512 CPUtime=3589.64 cores=1,3
/proc/956248/stat : 956248 (fscip) R 956245 956248 954227 0 -1 4194304 330155 0 0 0 358928 36 0 0 20 0 2 0 181901962 506503168 111378 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
/proc/956248/statm: 123658 111378 2990 3032 0 117183 0
[pid=956248/tid=956297] ppid=956245 vsize=494632 memory=12420 CPUtime=0.03 cores=1,3
/proc/956248/task/956297/stat : 956297 (fscip) S 956245 956248 954227 0 -1 1077936192 362 0 0 0 1 2 0 0 20 0 2 0 181902039 506503168 111378 134679101440 4194304 16613245 140736824958704 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 53825536 140736824964116 140736824964232 140736824964232 140736824971248 0
Current children cumulated CPU time: 3589.64 s
Current children cumulated vsize: 494632 KiB
Current children cumulated memory: 445512 KiB

Child status: 0

Real time (s): 3600.12
CPU time (s): 3589.67
CPU user time (s): 3589.3
CPU system time (s): 0.36698
CPU usage (%): 99.7097
Max. virtual memory (cumulated for all children) (KiB): 505480
Max. memory (cumulated for all children) (KiB): 456952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.3
system time used= 0.36698
maximum resident set size= 456952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330401
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= 4095
involuntary context switches= 1229


# summary of solver processes directly reported to runsolver:
#   pid: 956248
#   total CPU time (s): 3589.67
#   total CPU user time (s): 3589.3
#   total CPU system time (s): 0.36698

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.0004 second user time and 16.7724 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-18 12:09:31
IDJOB=4441940
IDBENCH=147757
IDSOLVER=3064
FILE ID=nodeC026/4441940-1721297358
RUNJOBID= nodeC026-1721293769-954239
SLURM_JOB_ID= 7542600
Free space on /tmp= 889972 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441940-1721297358/watcher-4441940-1721297358 -o /tmp/evaluation-result-4441940-1721297358/solver-4441940-1721297358 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721293769-954239 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4441940-1721297358.opb -qsol -t 3600 -sth 1

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= b71388011e4b80d0b0325c4a241ada38
RANDOM SEED=2019029349

nodeC026.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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3653.778
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3666.341
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3673.474
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3677.157
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.189
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3673.938
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.924
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.013
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121553300 kB
MemAvailable:   122269460 kB
Buffers:          501732 kB
Cached:          1051572 kB
SwapCached:            0 kB
Active:          1009048 kB
Inactive:        8336896 kB
Active(anon):       1572 kB
Inactive(anon):  7828816 kB
Active(file):    1007476 kB
Inactive(file):   508080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29168 kB
Writeback:            28 kB
AnonPages:       7788652 kB
Mapped:           142108 kB
Shmem:             37720 kB
KReclaimable:      80856 kB
Slab:             191392 kB
SReclaimable:      80856 kB
SUnreclaim:       110536 kB
KernelStack:        4160 kB
PageTables:        24996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4108080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3596288 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 889968 MiB
End job on nodeC026 at 2024-07-18 13:09:31