Trace number 4434627

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 2024-07-02? 3591.13 3600.21

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUMaa9fde9a58805e0fa430d773484bcae7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark276
Best CPU time to get the best result obtained on this benchmark72000.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
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.17	c Default LC presolving (default).
0.09/0.17	c ** Before presolving: virtualMemUsedAtLc = 139499653, getVmSize() = 112791552, SCIPgetMemUsed() = 69201840, SCIPgetMemTotal() = 88082520, SCIPgetMemExternEstim() = 51417133
0.09/0.17	c ** set memory limit for presolving in LC to 8.79605e+12 for SCIP **
1.78/1.85	c ** Estimated virtualMemUsedAtSolver = 283265551, getVmSize() = 402911232, SCIPgetMemUsed() = 255798674, SCIPgetMemTotal() = 373481194, SCIPgetMemExternEstim() = 51417133
1.78/1.85	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
1.78/1.85	c Original Problem   :
1.78/1.85	c   Problem name     : instance-4434627-1721067691
1.78/1.85	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1.78/1.85	c   Constraints      : 42620
1.78/1.85	c   Objective sense  : minimize
1.78/1.85	c Presolved Problem  :
1.78/1.85	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1.78/1.85	c   Constraints      : 42620
1.78/1.85	c Constraints        : Number
1.78/1.85	c   knapsack         : 21770 
1.78/1.85	c   setppc           : 3960 
1.78/1.85	c   logicor          : 16890 
1.78/1.85	c ** Instance transfer method used: 0
1.89/1.92	c ** ParaScipInstance copy does not increase the number of variables. **
1.89/1.98	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.89/1.98	c                                Nodes    Active                                            
1.89/1.98	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
357.93/359.09	c       359              2           1         1                -         140.0000          -
390.24/391.44	c       391              3           2         1                -         140.0000          -
432.75/434.06	c       434              4           3         1                -         140.0000          -
468.95/470.35	c       470              5           4         1                -         140.0000          -
509.25/510.73	c       511              6           5         1                -         140.0000          -
545.87/547.44	c       547              7           6         1                -         140.0000          -
570.81/572.43	c       572              8           7         1                -         140.0000          -
590.66/592.39	c       592              9           8         1                -         140.0000          -
599.84/601.57	c       602             11          10         1                -         140.0000          -
620.59/622.33	c       622             12          11         1                -         140.0000          -
641.54/643.32	c       643             14          13         1                -         140.0000          -
647.02/648.84	c       649             16          15         1                -         140.0000          -
665.48/667.30	c       667             19          18         1                -         140.0000          -
670.77/672.60	c       673             21          20         1                -         140.0000          -
675.95/677.84	c       678             22          21         1                -         140.0000          -
717.56/719.53	c       720             23          22         1                -         140.0000          -
722.54/724.59	c       725             24          23         1                -         140.0000          -
730.82/732.85	c       733             26          25         1                -         140.0000          -
737.51/739.55	c       740             28          27         1                -         140.0000          -
756.66/758.76	c       759             29          28         1                -         140.0000          -
763.75/765.88	c       766             31          30         1                -         140.0000          -
770.04/772.14	c       772             33          32         1                -         140.0000          -
775.12/777.29	c       777             35          34         1                -         140.0000          -
792.87/795.10	c       795             39          36         1                -         140.0000          -
798.76/800.93	c       801             40          37         1                -         140.0000          -
806.64/808.88	c       809             42          39         1                -         140.0000          -
813.23/815.41	c       815             44          41         1                -         140.0000          -
818.82/821.04	c       821             46          43         1                -         140.0000          -
837.07/839.38	c       839             47          44         1                -         140.0000          -
842.96/845.22	c       845             49          46         1                -         140.0000          -
850.14/852.41	c       852             51          48         1                -         140.0000          -
855.52/857.81	c       858             54          51         1                -         140.0000          -
863.31/865.65	c       866             55          52         1                -         140.0000          -
886.76/889.14	c       889             58          55         1                -         140.0000          -
894.14/896.51	c       897             60          57         1                -         140.0000          -
899.73/902.17	c       902             62          59         1                -         140.0000          -
906.11/908.56	c       909             64          61         1                -         140.0000          -
920.77/923.20	c       923             66          63         1                -         140.0000          -
930.34/932.86	c       933             70          67         1                -         140.0000          -
937.92/940.47	c       940             73          70         1                -         140.0000          -
964.47/967.08	c       967             76          73         1                -         140.0000          -
971.84/974.46	c       974             78          75         1                -         140.0000          -
977.84/980.47	c       980             80          77         1                -         140.0000          -
999.38/1002.08	c      1002             83          80         1                -         140.0000          -
1004.66/1007.31	c      1007             85          82         1                -         140.0000          -
1014.74/1017.48	c      1017             87          84         1                -         140.0000          -
1019.83/1022.50	c      1022             88          85         1                -         140.0000          -
1028.11/1030.89	c      1031             90          87         1                -         140.0000          -
1044.28/1047.01	c      1047             92          89         1                -         140.0000          -
1049.46/1052.20	c      1052             95          92         1                -         140.0000          -
1055.55/1058.32	c      1058             99          96         1                -         140.0000          -
1061.53/1064.30	c      1064            102          99         1                -         140.0000          -
1074.00/1076.88	c      1077            103         100         1                -         140.0000          -
1088.67/1091.57	c      1092            108         105         1                -         140.0000          -
1133.18/1136.17	c      1136            109         106         1                -         140.0000          -
1154.62/1157.69	c      1158            111         108         1                -         140.0000          -
1163.11/1166.13	c      1166            113         110         1                -         140.0000          -
1169.00/1172.01	c      1172            114         111         1                -         140.0000          -
1186.45/1189.51	c      1190            115         112         1                -         140.0000          -
1193.83/1196.94	c      1197            117         114         1                -         140.0000          -
1199.22/1202.34	c      1202            120         117         1                -         140.0000          -
1206.70/1209.82	c      1210            124         121         1                -         140.0000          -
1221.27/1224.48	c      1224            126         123         1                -         140.0000          -
1242.42/1245.69	c      1246            131         128         1                -         140.0000          -
1250.60/1253.80	c      1254            132         129         1                -         140.0000          -
1257.39/1260.65	c      1261            133         130         1                -         140.0000          -
1276.14/1279.40	c      1279            134         131         1                -         140.0000          -
1282.83/1286.17	c      1286            136         133         1                -         140.0000          -
1292.11/1295.43	c      1295            138         135         1                -         140.0000          -
1313.66/1317.06	c      1317            140         137         1                -         140.0000          -
1336.01/1339.43	c      1339            141         138         1                -         140.0000          -
1342.70/1346.11	c      1346            143         140         1                -         140.0000          -
1358.57/1362.04	c      1362            144         141         1                -         140.0000          -
1366.94/1370.47	c      1370            146         143         1                -         140.0000          -
1373.83/1377.32	c      1377            148         145         1                -         140.0000          -
1388.69/1392.22	c      1392            149         146         1                -         140.0000          -
1395.38/1398.99	c      1399            151         148         1                -         140.0000          -
1407.15/1410.71	c      1411            153         150         1                -         140.0000          -
1415.54/1419.12	c      1419            156         153         1                -         140.0000          -
1434.59/1438.20	c      1438            157         154         1                -         140.0000          -
1440.17/1443.89	c      1444            159         156         1                -         140.0000          -
1448.15/1451.85	c      1452            162         159         1                -         140.0000          -
1461.52/1465.28	c      1465            163         160         1                -         140.0000          -
1467.51/1471.28	c      1471            166         163         1                -         140.0000          -
1473.30/1477.03	c      1477            170         167         1                -         140.0000          -
1485.37/1489.16	c      1489            175         172         1                -         140.0000          -
1501.34/1505.20	c      1505            176         173         1                -         140.0000          -
1507.02/1510.87	c      1511            177         174         1                -         140.0000          -
1516.30/1520.13	c      1520            179         176         1                -         140.0000          -
1533.84/1537.71	c      1538            181         178         1                -         140.0000          -
1538.93/1542.89	c      1543            182         179         1                -         140.0000          -
1544.81/1548.78	c      1549            184         181         1                -         140.0000          -
1560.36/1564.36	c      1564            188         185         1                -         140.0000          -
1566.45/1570.46	c      1570            192         189         1                -         140.0000          -
1574.62/1578.68	c      1579            197         194         1                -         140.0000          -
1595.76/1599.82	c      1600            199         196         1                -         140.0000          -
1602.34/1606.42	c      1606            201         198         1                -         140.0000          -
1610.03/1614.10	c      1614            202         199         1                -         140.0000          -
1616.30/1620.42	c      1620            205         202         1                -         140.0000          -
1629.37/1633.59	c      1634            206         203         1                -         140.0000          -
1634.65/1638.83	c      1639            210         207         1                -         140.0000          -
1640.94/1645.13	c      1645            213         210         1                -         140.0000          -
1646.72/1650.98	c      1651            219         216         1                -         140.0000          -
1673.94/1678.27	c      1678            221         218         1                -         140.0000          -
1682.11/1686.48	c      1686            223         220         1                -         140.0000          -
1687.30/1691.69	c      1692            225         222         1                -         140.0000          -
1700.26/1704.69	c      1705            226         223         1                -         140.0000          -
1706.24/1710.64	c      1711            230         227         1                -         140.0000          -
1711.83/1716.23	c      1716            234         231         1                -         140.0000          -
1733.76/1738.25	c      1738            241         238         1                -         140.0000          -
1739.05/1743.57	c      1744            242         239         1                -         140.0000          -
1747.22/1751.73	c      1752            243         240         1                -         140.0000          -
1766.17/1770.77	c      1771            244         241         1                -         140.0000          -
1775.64/1780.27	c      1780            246         243         1                -         140.0000          -
1783.92/1788.53	c      1789            248         245         1                -         140.0000          -
1798.87/1803.51	c      1804            249         246         1                -         140.0000          -
1822.31/1827.07	c      1827            250         247         1                -         140.0000          -
1828.99/1833.71	c      1834            252         249         1                -         140.0000          -
1844.54/1849.33	c      1849            253         250         1                -         140.0000          -
1850.72/1855.52	c      1856            255         252         1                -         140.0000          -
1857.61/1862.44	c      1862            257         254         1                -         140.0000          -
1863.79/1868.62	c      1869            260         257         1                -         140.0000          -
1876.96/1881.86	c      1882            261         258         1                -         140.0000          -
1883.44/1888.33	c      1888            264         261         1                -         140.0000          -
1889.52/1894.45	c      1894            266         263         1                -         140.0000          -
1895.21/1900.13	c      1900            268         265         1                -         140.0000          -
1906.77/1911.73	c      1912            270         267         1                -         140.0000          -
1912.45/1917.45	c      1917            274         271         1                -         140.0000          -
1917.84/1922.86	c      1923            279         276         1                -         140.0000          -
1936.09/1941.12	c      1941            283         280         1                -         140.0000          -
1941.77/1946.89	c      1947            287         284         1                -         140.0000          -
1960.31/1965.42	c      1965            289         286         1                -         140.0000          -
1966.59/1971.78	c      1972            290         287         1                -         140.0000          -
1972.58/1977.78	c      1978            292         289         1                -         140.0000          -
1987.53/1992.72	c      1993            295         292         1                -         140.0000          -
1992.82/1998.08	c      1998            297         294         1                -         140.0000          -
1998.10/2003.34	c      2003            301         298         1                -         140.0000          -
2010.08/2015.37	c      2015            306         303         1                -         140.0000          -
2015.16/2020.44	c      2020            309         306         1                -         140.0000          -
2022.64/2027.95	c      2028            311         308         1                -         140.0000          -
2029.52/2034.88	c      2035            312         309         1                -         140.0000          -
2042.69/2048.06	c      2048            313         310         1                -         140.0000          -
2049.36/2054.74	c      2055            315         312         1                -         140.0000          -
2056.04/2061.41	c      2061            319         316         1                -         140.0000          -
2066.31/2071.75	c      2072            320         317         1                -         140.0000          -
2072.50/2077.96	c      2078            323         320         1                -         140.0000          -
2077.59/2083.06	c      2083            329         326         1                -         140.0000          -
2099.82/2105.30	c      2105            332         329         1                -         140.0000          -
2107.10/2112.64	c      2113            335         332         1                -         140.0000          -
2112.88/2118.42	c      2118            337         334         1                -         140.0000          -
2128.83/2134.49	c      2134            339         336         1                -         140.0000          -
2137.31/2142.91	c      2143            342         339         1                -         140.0000          -
2142.79/2148.40	c      2148            345         342         1                -         140.0000          -
2156.75/2162.44	c      2162            350         347         1                -         140.0000          -
2175.80/2181.58	c      2182            352         349         1                -         140.0000          -
2197.24/2203.03	c      2203            356         353         1                -         140.0000          -
2203.03/2208.83	c      2209            357         354         1                -         140.0000          -
2209.91/2215.72	c      2216            359         356         1                -         140.0000          -
2214.89/2220.74	c      2221            360         357         1                -         140.0000          -
2226.27/2232.16	c      2232            361         358         1                -         140.0000          -
2231.64/2237.53	c      2238            363         360         1                -         140.0000          -
2237.83/2243.72	c      2244            366         363         1                -         140.0000          -
2251.19/2257.14	c      2257            370         367         1                -         140.0000          -
2257.18/2263.13	c      2263            375         372         1                -         140.0000          -
2264.85/2270.82	c      2271            380         375         1                -         140.0000          -
2283.79/2289.81	c      2290            381         376         1                -         140.0000          -
2290.57/2296.69	c      2297            383         378         1                -         140.0000          -
2297.65/2303.79	c      2304            386         381         1                -         140.0000          -
2311.12/2317.28	c      2317            387         382         1                -         140.0000          -
2317.70/2323.86	c      2324            391         386         1                -         140.0000          -
2323.08/2329.20	c      2329            398         391         1                -         140.0000          -
2337.94/2344.13	c      2344            404         393         1                -         140.0000          -
2345.23/2351.41	c      2351            406         395         1                -         140.0000          -
2367.56/2373.84	c      2374            408         397         1                -         140.0000          -
2374.54/2380.88	c      2381            410         399         1                -         140.0000          -
2380.02/2386.36	c      2386            413         402         1                -         140.0000          -
2387.20/2393.53	c      2394            414         403         1                -         140.0000          -
2393.29/2399.63	c      2400            418         407         1                -         140.0000          -
2403.06/2409.43	c      2409            422         411         1                -         140.0000          -
2408.54/2414.94	c      2415            428         415         1                -         140.0000          -
2432.47/2438.97	c      2439            430         417         1                -         140.0000          -
2439.65/2446.13	c      2446            432         419         1                -         140.0000          -
2446.53/2453.05	c      2453            435         422         1                -         140.0000          -
2459.69/2466.20	c      2466            437         424         1                -         140.0000          -
2467.17/2473.72	c      2474            440         427         1                -         140.0000          -
2472.96/2479.58	c      2480            444         431         1                -         140.0000          -
2482.14/2488.76	c      2489            446         433         1                -         140.0000          -
2499.70/2506.32	c      2506            450         437         1                -         140.0000          -
2522.64/2529.36	c      2529            452         439         1                -         140.0000          -
2530.02/2536.77	c      2537            453         440         1                -         140.0000          -
2537.41/2544.11	c      2544            454         441         1                -         140.0000          -
2543.30/2550.03	c      2550            455         442         1                -         140.0000          -
2558.06/2564.80	c      2565            456         443         1                -         140.0000          -
2564.45/2571.24	c      2571            458         445         1                -         140.0000          -
2601.18/2608.08	c      2608            460         447         1                -         140.0000          -
2621.72/2628.66	c      2629            462         449         1                -         140.0000          -
2630.21/2637.18	c      2637            464         451         1                -         140.0000          -
2635.49/2642.44	c      2642            466         453         1                -         140.0000          -
2652.16/2659.18	c      2659            468         455         1                -         140.0000          -
2662.63/2669.66	c      2670            470         457         1                -         140.0000          -
2675.30/2682.33	c      2682            472         459         1                -         140.0000          -
2688.07/2695.15	c      2695            474         461         1                -         140.0000          -
2695.15/2702.24	c      2702            476         463         1                -         140.0000          -
2702.73/2709.85	c      2710            478         465         1                -         140.0000          -
2715.91/2723.09	c      2723            479         466         1                -         140.0000          -
2723.78/2730.99	c      2731            482         469         1                -         140.0000          -
2729.27/2736.45	c      2736            485         472         1                -         140.0000          -
2742.24/2749.48	c      2749            487         472         1                -         140.0000          -
2748.03/2755.24	c      2755            492         477         1                -         140.0000          -
2765.79/2773.06	c      2773            497         482         1                -         140.0000          -
2785.75/2793.02	c      2793            498         483         1                -         140.0000          -
2806.40/2813.76	c      2814            499         484         1                -         140.0000          -
2814.28/2821.67	c      2822            499         486         1                -         140.0000          -
3030.89/3038.76	c      3039            500         485         1                -         140.0000          -
3037.77/3045.65	c      3046            501         486         1                -         140.0000          -
3058.13/3066.04	c      3066            503         488         1                -         140.0000          -
3063.51/3071.46	c      3071            505         490         1                -         140.0000          -
3106.32/3114.36	c      3114            506         491         1                -         140.0000          -
3112.02/3120.02	c      3120            507         492         1                -         140.0000          -
3129.57/3137.61	c      3138            509         494         1                -         140.0000          -
3135.85/3143.98	c      3144            511         496         1                -         140.0000          -
3142.44/3150.52	c      3151            513         498         1                -         140.0000          -
3152.52/3160.67	c      3161            514         499         1                -         140.0000          -
3159.10/3167.27	c      3167            516         501         1                -         140.0000          -
3171.77/3179.90	c      3180            520         505         1                -         140.0000          -
3189.93/3198.14	c      3198            521         506         1                -         140.0000          -
3197.31/3205.57	c      3206            522         507         1                -         140.0000          -
3203.60/3211.86	c      3212            523         508         1                -         140.0000          -
3216.37/3224.65	c      3225            524         509         1                -         140.0000          -
3225.54/3233.86	c      3234            526         511         1                -         140.0000          -
3237.12/3245.46	c      3245            527         512         1                -         140.0000          -
3288.31/3296.71	c      3297            529         514         1                -         140.0000          -
3303.18/3311.64	c      3312            530         515         1                -         140.0000          -
3310.76/3319.28	c      3319            532         517         1                -         140.0000          -
3326.72/3335.22	c      3335            534         519         1                -         140.0000          -
3332.41/3340.96	c      3341            537         522         1                -         140.0000          -
3338.50/3347.04	c      3347            539         524         1                -         140.0000          -
3351.47/3360.04	c      3360            542         527         1                -         140.0000          -
3359.55/3368.15	c      3368            544         529         1                -         140.0000          -
3364.54/3373.19	c      3373            545         530         1                -         140.0000          -
3371.22/3379.83	c      3380            546         531         1                -         140.0000          -
3388.98/3397.67	c      3398            547         532         1                -         140.0000          -
3395.67/3404.39	c      3404            548         533         1                -         140.0000          -
3403.55/3412.22	c      3412            550         535         1                -         140.0000          -
3447.36/3456.14	c      3456            551         536         1                -         140.0000          -
3452.84/3461.61	c      3462            552         537         1                -         140.0000          -
3468.31/3477.13	c      3477            553         538         1                -         140.0000          -
3474.79/3483.70	c      3484            555         540         1                -         140.0000          -
3481.28/3490.18	c      3490            558         543         1                -         140.0000          -
3499.83/3508.73	c      3509            561         546         1                -         140.0000          -
3508.51/3517.44	c      3517            567         552         1                -         140.0000          -
3530.26/3539.27	c      3539            568         553         1                -         140.0000          -
3536.74/3545.74	c      3546            570         555         1                -         140.0000          -
3550.02/3559.06	c      3559            572         557         1                -         140.0000          -
3555.01/3564.10	c      3564            575         560         1                -         140.0000          -
3563.88/3572.95	c      3573            578         563         1                -         140.0000          -
3573.36/3582.49	c      3582            580         565         1                -         140.0000          -
3578.75/3587.88	c      3588            583         568         1                -         140.0000          -
3590.82/3599.99	c      3600            586         571         0                -         140.0000          -
3591.03/3600.12	c SCIP Status        : c solving was interrupted [hard time limit reached]
3591.03/3600.12	c Total Time         : 3600.1200
3591.03/3600.12	c   solving          : 3600.1200
3591.03/3600.12	c   presolving       : 1.6808 (included in solving)
3591.03/3600.12	c B&B Tree           :
3591.03/3600.12	c   nodes (total)    : 1
3591.03/3600.12	c Solution           :
3591.03/3600.12	c   Solutions found  : 0
3591.03/3600.12	c   Primal Bound     :          -
3591.03/3600.12	c   Dual Bound       : +1.40000000000000e+02
3591.03/3600.12	c Gap                :          -
3591.03/3600.19	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: 63931 MiB (61132 MiB free)
  memory of node 1: 64510 MiB (62218 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=812400, runsolver pid=812397
Current StackSize limit: 8192 KiB


[startup+0.100085 s]*
/proc/loadavg: 4.11 4.11 4.08 5/255 812404
/proc/meminfo: memFree=126255560/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=54932 memory=44180 CPUtime=0.09 cores=4,6
/proc/812400/stat : 812400 (fscip) R 812397 812400 809908 0 -1 4194304 8878 0 0 0 9 0 0 0 20 0 1 0 158938822 56250368 10979 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 13733 11045 2558 3032 0 10133 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 54932 KiB
Current children cumulated memory: 44180 KiB

[startup+0.205687 s]*
/proc/loadavg: 4.11 4.11 4.08 5/255 812422
/proc/meminfo: memFree=126203660/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=112184 memory=99860 CPUtime=0.19 cores=4,6
/proc/812400/stat : 812400 (fscip) R 812397 812400 809908 0 -1 4194304 22780 0 0 0 17 2 0 0 20 0 1 0 158938822 114876416 24965 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 28046 24965 2622 3032 0 24446 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 99860 KiB

[startup+0.305614 s]*
/proc/loadavg: 4.11 4.11 4.08 6/258 812429
/proc/meminfo: memFree=126108104/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=145520 memory=131640 CPUtime=0.3 cores=4,6
/proc/812400/stat : 812400 (fscip) R 812397 812400 809908 0 -1 4194304 27103 0 0 0 26 4 0 0 20 0 1 0 158938822 149012480 32910 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 36380 32910 2654 3032 0 32780 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 145520 KiB
Current children cumulated memory: 131640 KiB

[startup+0.700232 s]
/proc/loadavg: 4.11 4.11 4.08 5/263 812437
/proc/meminfo: memFree=126008840/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=165212 memory=152044 CPUtime=0.69 cores=4,6
/proc/812400/stat : 812400 (fscip) R 812397 812400 809908 0 -1 4194304 40648 0 0 0 63 6 0 0 20 0 1 0 158938822 169177088 38011 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 41303 38011 2702 3032 0 37703 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 165212 KiB
Current children cumulated memory: 152044 KiB

[startup+1.50023 s]
/proc/loadavg: 4.11 4.11 4.08 5/263 812437
/proc/meminfo: memFree=125900200/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=328624 memory=275968 CPUtime=1.49 cores=4,6
/proc/812400/stat : 812400 (fscip) R 812397 812400 809908 0 -1 4194304 47354 0 0 0 140 9 0 0 20 0 1 0 158938822 336510976 68992 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 82156 68992 2750 3032 0 78556 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 328624 KiB
Current children cumulated memory: 275968 KiB

[startup+3.10552 s]
/proc/loadavg: 4.11 4.11 4.08 5/265 812441
/proc/meminfo: memFree=125524760/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=675292 memory=537072 CPUtime=3.07 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 120475 0 0 0 288 19 0 0 20 0 3 0 158938822 691499008 134268 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 168823 134268 2798 3032 0 149142 0
[pid=812400/tid=812438] ppid=812397 vsize=675292 memory=198340509722 CPUtime=1.15 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 50807 0 0 0 108 7 0 0 20 0 3 0 158939008 691499008 134268 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=675292 memory=12316 CPUtime=0 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 3 0 158939021 691499008 134268 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 675292 KiB
Current children cumulated memory: 537072 KiB

[startup+6.30052 s]
/proc/loadavg: 4.10 4.11 4.08 5/265 812441
/proc/meminfo: memFree=125430596/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=675292 memory=589148 CPUtime=6.24 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 132789 0 0 0 603 21 0 0 20 0 3 0 158938822 691499008 147287 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 168823 147287 2910 3032 0 162074 0
[pid=812400/tid=812438] ppid=812397 vsize=675292 memory=589148 CPUtime=4.32 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 63119 0 0 0 423 9 0 0 20 0 3 0 158939008 691499008 147287 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=675292 memory=275968 CPUtime=0 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 3 0 158939021 691499008 147287 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 675292 KiB
Current children cumulated memory: 589148 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.11 4.08 5/265 812442
/proc/meminfo: memFree=125399620/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=675292 memory=589148 CPUtime=12.62 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 154541 0 0 0 1239 23 0 0 20 0 3 0 158938822 691499008 147287 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 168823 147287 2910 3032 0 162074 0
[pid=812400/tid=812438] ppid=812397 vsize=675292 memory=-6081946839607851877 CPUtime=10.69 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 84861 0 0 0 1059 10 0 0 20 0 3 0 158939008 691499008 147287 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=675292 memory=575836 CPUtime=0 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 3 0 158939021 691499008 147287 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 675292 KiB
Current children cumulated memory: 589148 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.10 4.08 5/265 812444
/proc/meminfo: memFree=125332472/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=675292 memory=589148 CPUtime=25.38 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 167622 0 0 0 2515 23 0 0 20 0 3 0 158938822 691499008 147287 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 168823 147287 2910 3032 0 162074 0
[pid=812400/tid=812438] ppid=812397 vsize=675292 memory=589148 CPUtime=23.46 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 97929 0 0 0 2335 11 0 0 20 0 3 0 158939008 691499008 147287 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=675292 memory=575836 CPUtime=0 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 158939021 691499008 147287 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 675292 KiB
Current children cumulated memory: 589148 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.11 4.08 5/265 812448
/proc/meminfo: memFree=125196848/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=740828 memory=602652 CPUtime=50.92 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 218651 0 0 0 5066 26 0 0 20 0 3 0 158938822 758607872 150663 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 185207 150663 2926 3032 0 166731 0
[pid=812400/tid=812438] ppid=812397 vsize=740828 memory=602652 CPUtime=48.99 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 148946 0 0 0 4886 13 0 0 20 0 3 0 158939008 758607872 150663 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=740828 memory=599016 CPUtime=0 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 158939021 758607872 150663 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 740828 KiB
Current children cumulated memory: 602652 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.08 5/265 812458
/proc/meminfo: memFree=125188736/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=740828 memory=609664 CPUtime=101.96 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 274671 0 0 0 10167 29 0 0 20 0 3 0 158938822 758607872 152416 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 185207 152416 2926 3032 0 172220 0
[pid=812400/tid=812438] ppid=812397 vsize=740828 memory=609664 CPUtime=100.03 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 204956 0 0 0 9987 16 0 0 20 0 3 0 158939008 758607872 152416 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=740828 memory=609664 CPUtime=0 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 3 0 158939021 758607872 152416 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 740828 KiB
Current children cumulated memory: 609664 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/265 812469
/proc/meminfo: memFree=125142308/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=740828 memory=615204 CPUtime=161.79 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 317731 0 0 0 16148 31 0 0 20 0 3 0 158938822 758607872 153801 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 185207 153801 2926 3032 0 178604 0
[pid=812400/tid=812438] ppid=812397 vsize=740828 memory=12316 CPUtime=159.86 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 248010 0 0 0 15968 18 0 0 20 0 3 0 158939008 758607872 153801 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=740828 memory=615204 CPUtime=0 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 3 0 158939021 758607872 153801 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 740828 KiB
Current children cumulated memory: 615204 KiB

[startup+222.3 s]
/proc/loadavg: 4.33 4.18 4.11 5/265 812479
/proc/meminfo: memFree=125116784/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=740828 memory=615204 CPUtime=221.61 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 329545 0 0 0 22129 32 0 0 20 0 3 0 158938822 758607872 153801 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 185207 153801 2926 3032 0 178604 0
[pid=812400/tid=812438] ppid=812397 vsize=740828 memory=615204 CPUtime=219.68 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 259819 0 0 0 21949 19 0 0 20 0 3 0 158939008 758607872 153801 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=740828 memory=40644 CPUtime=0 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 3 0 158939021 758607872 153801 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 740828 KiB
Current children cumulated memory: 615204 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.16 4.11 5/264 812872
/proc/meminfo: memFree=125096336/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=740828 memory=615204 CPUtime=281.44 cores=4,6

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

/proc/812400/statm: 267127 231397 2990 3032 0 261546 0
[pid=812400/tid=812438] ppid=812397 vsize=1068508 memory=925588 CPUtime=3451.55 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 726077 0 0 0 345097 58 0 0 20 0 3 0 158939008 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=1068508 memory=925588 CPUtime=0.03 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 265 0 0 0 1 2 0 0 20 0 3 0 158939021 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3453.54 s
Current children cumulated vsize: 1068508 KiB
Current children cumulated memory: 925588 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/263 814400
/proc/meminfo: memFree=124135032/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=1068508 memory=925588 CPUtime=3513.4 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 799461 0 0 0 351265 75 0 0 20 0 3 0 158938822 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 267127 231397 2990 3032 0 261546 0
[pid=812400/tid=812438] ppid=812397 vsize=1068508 memory=925588 CPUtime=3511.4 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 728036 0 0 0 351082 58 0 0 20 0 3 0 158939008 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=1068508 memory=925588 CPUtime=0.03 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 269 0 0 0 1 2 0 0 20 0 3 0 158939021 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3513.4 s
Current children cumulated vsize: 1068508 KiB
Current children cumulated memory: 925588 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/266 814416
/proc/meminfo: memFree=124117252/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=1068508 memory=925588 CPUtime=3573.26 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 800755 0 0 0 357251 75 0 0 20 0 3 0 158938822 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 267127 231397 2990 3032 0 261546 0
[pid=812400/tid=812438] ppid=812397 vsize=1068508 memory=925588 CPUtime=3571.26 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 729295 0 0 0 357068 58 0 0 20 0 3 0 158939008 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=1068508 memory=12316 CPUtime=0.03 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 273 0 0 0 1 2 0 0 20 0 3 0 158939021 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3573.26 s
Current children cumulated vsize: 1068508 KiB
Current children cumulated memory: 925588 KiB

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

# cumulated CPU time of all completed processes:  user=3590.37 s, system=0.765883 s

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

[startup+3584 s]*
/proc/loadavg: 4.11 4.11 4.09 5/266 814416
/proc/meminfo: memFree=124117196/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=1068508 memory=925588 CPUtime=3574.96 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 800765 0 0 0 357421 75 0 0 20 0 3 0 158938822 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 267127 231397 2990 3032 0 261546 0
[pid=812400/tid=812438] ppid=812397 vsize=1068508 memory=3688764978463454769 CPUtime=3572.96 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 729305 0 0 0 357238 58 0 0 20 0 3 0 158939008 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=1068508 memory=4121673475447404595 CPUtime=0.03 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 273 0 0 0 1 2 0 0 20 0 3 0 158939021 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3574.96 s
Current children cumulated vsize: 1068508 KiB
Current children cumulated memory: 925588 KiB

[startup+3590.4 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 814416
/proc/meminfo: memFree=124116860/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=1068508 memory=925588 CPUtime=3581.34 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 801229 0 0 0 358059 75 0 0 20 0 3 0 158938822 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 267127 231397 2990 3032 0 261546 0
[pid=812400/tid=812438] ppid=812397 vsize=1068508 memory=12312 CPUtime=3579.34 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 729768 0 0 0 357876 58 0 0 20 0 3 0 158939008 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=1068508 memory=12316 CPUtime=0.03 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 274 0 0 0 1 2 0 0 20 0 3 0 158939021 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3581.34 s
Current children cumulated vsize: 1068508 KiB
Current children cumulated memory: 925588 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.10 4.09 5/266 814417
/proc/meminfo: memFree=124099976/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=1068508 memory=925588 CPUtime=3587.73 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 801466 0 0 0 358698 75 0 0 20 0 3 0 158938822 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 267127 231397 2990 3032 0 261546 0
[pid=812400/tid=812438] ppid=812397 vsize=1068508 memory=12316 CPUtime=3585.73 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 730005 0 0 0 358515 58 0 0 20 0 3 0 158939008 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=1068508 memory=12316 CPUtime=0.03 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 274 0 0 0 1 2 0 0 20 0 3 0 158939021 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3587.73 s
Current children cumulated vsize: 1068508 KiB
Current children cumulated memory: 925588 KiB

[startup+3598.4 s]
/proc/loadavg: 4.09 4.10 4.09 5/266 814417
/proc/meminfo: memFree=124099948/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=1068508 memory=925588 CPUtime=3589.32 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 801476 0 0 0 358857 75 0 0 20 0 3 0 158938822 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 267127 231397 2990 3032 0 261546 0
[pid=812400/tid=812438] ppid=812397 vsize=1068508 memory=5568 CPUtime=3587.33 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 730015 0 0 0 358675 58 0 0 20 0 3 0 158939008 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=1068508 memory=1816 CPUtime=0.03 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 274 0 0 0 1 2 0 0 20 0 3 0 158939021 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3589.32 s
Current children cumulated vsize: 1068508 KiB
Current children cumulated memory: 925588 KiB

[startup+3599.2 s]
/proc/loadavg: 4.09 4.10 4.09 5/266 814417
/proc/meminfo: memFree=124098604/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=1068508 memory=925588 CPUtime=3590.12 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 801477 0 0 0 358937 75 0 0 20 0 3 0 158938822 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 267127 231397 2990 3032 0 261546 0
[pid=812400/tid=812438] ppid=812397 vsize=1068508 memory=2220 CPUtime=3588.12 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 730016 0 0 0 358754 58 0 0 20 0 3 0 158939008 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=1068508 memory=12316 CPUtime=0.03 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 274 0 0 0 1 2 0 0 20 0 3 0 158939021 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3590.12 s
Current children cumulated vsize: 1068508 KiB
Current children cumulated memory: 925588 KiB

[startup+3599.6 s]
/proc/loadavg: 4.09 4.10 4.09 5/266 814417
/proc/meminfo: memFree=124098604/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=1068508 memory=925588 CPUtime=3590.52 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 801477 0 0 0 358977 75 0 0 20 0 3 0 158938822 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 267127 231397 2990 3032 0 261546 0
[pid=812400/tid=812438] ppid=812397 vsize=1068508 memory=6720667666236980072 CPUtime=3588.52 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 730016 0 0 0 358794 58 0 0 20 0 3 0 158939008 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=1068508 memory=5568 CPUtime=0.03 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 274 0 0 0 1 2 0 0 20 0 3 0 158939021 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3590.52 s
Current children cumulated vsize: 1068508 KiB
Current children cumulated memory: 925588 KiB

[startup+3600 s]*
/proc/loadavg: 4.09 4.10 4.09 4/261 814431
/proc/meminfo: memFree=124826624/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=1068508 memory=925588 CPUtime=3590.92 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 801630 0 0 0 359017 75 0 0 20 0 3 0 158938822 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 267127 231397 2990 3032 0 261546 0
[pid=812400/tid=812438] ppid=812397 vsize=1068508 memory=-6170700479307938757 CPUtime=3588.93 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 730242 0 0 0 358835 58 0 0 20 0 3 0 158939008 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=1068508 memory=3452 CPUtime=0.03 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 274 0 0 0 1 2 0 0 20 0 3 0 158939021 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3590.92 s
Current children cumulated vsize: 1068508 KiB
Current children cumulated memory: 925588 KiB

[startup+3600.11 s]
/proc/loadavg: 4.09 4.10 4.09 4/261 814431
/proc/meminfo: memFree=124826624/131524600 swapFree=131071996/131071996
[pid=812400] ppid=812397 vsize=1068508 memory=925588 CPUtime=3591.03 cores=4,6
/proc/812400/stat : 812400 (fscip) S 812397 812400 809908 0 -1 1077936128 802049 0 0 0 359028 75 0 0 20 0 3 0 158938822 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
/proc/812400/statm: 267127 231397 2990 3032 0 261546 0
[pid=812400/tid=812438] ppid=812397 vsize=1068508 memory=925588 CPUtime=3589.03 cores=4,6
/proc/812400/task/812438/stat : 812438 (fscip) R 812397 812400 809908 0 -1 4194368 730586 0 0 0 358845 58 0 0 20 0 3 0 158939008 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
[pid=812400/tid=812441] ppid=812397 vsize=1068508 memory=925588 CPUtime=0.03 cores=4,6
/proc/812400/task/812441/stat : 812441 (fscip) S 812397 812400 809908 0 -1 1077936192 274 0 0 0 1 2 0 0 20 0 3 0 158939021 1094152192 231397 134679101440 4194304 16613245 140722123032672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 35905536 140722123039765 140722123039881 140722123039881 140722123046896 0
Current children cumulated CPU time: 3591.03 s
Current children cumulated vsize: 1068508 KiB
Current children cumulated memory: 925588 KiB

Child status: 0

Real time (s): 3600.21
CPU time (s): 3591.13
CPU user time (s): 3590.37
CPU system time (s): 0.765883
CPU usage (%): 99.7479
Max. virtual memory (cumulated for all children) (KiB): 1134044
Max. memory (cumulated for all children) (KiB): 930352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.37
system time used= 0.765883
maximum resident set size= 930352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 807823
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= 4733
involuntary context switches= 1296


# summary of solver processes directly reported to runsolver:
#   pid: 812400
#   total CPU time (s): 3591.13
#   total CPU user time (s): 3590.37
#   total CPU system time (s): 0.765883

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.29225 second user time and 17.0178 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-15 20:21:43
IDJOB=4434627
IDBENCH=147019
IDSOLVER=3064
FILE ID=nodeC033/4434627-1721067691
RUNJOBID= nodeC033-1721064102-809919
SLURM_JOB_ID= 7505520
Free space on /tmp= 889992 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ10_3.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-4434627-1721067691/watcher-4434627-1721067691 -o /tmp/evaluation-result-4434627-1721067691/solver-4434627-1721067691 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721064102-809919 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434627-1721067691.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= aa9fde9a58805e0fa430d773484bcae7
RANDOM SEED=1044181687

nodeC033.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		: 3672.326
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.50
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		: 3671.008
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	: 7006.25
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		: 3616.857
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.50
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		: 3627.051
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	: 7006.25
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		: 3661.656
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.50
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		: 3657.668
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	: 7006.25
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		: 3672.907
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.50
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		: 3671.451
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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126313772 kB
MemAvailable:   129286648 kB
Buffers:          385988 kB
Cached:          3392912 kB
SwapCached:            0 kB
Active:           649568 kB
Inactive:        3903180 kB
Active(anon):       1524 kB
Inactive(anon):   810032 kB
Active(file):     648044 kB
Inactive(file):  3093148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             60352 kB
Writeback:             0 kB
AnonPages:        773272 kB
Mapped:           126796 kB
Shmem:             37716 kB
KReclaimable:     142660 kB
Slab:             252900 kB
SReclaimable:     142660 kB
SUnreclaim:       110240 kB
KernelStack:        4192 kB
PageTables:        10824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     926896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60320 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 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:      256724 kB
DirectMap2M:    25731072 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 889976 MiB
End job on nodeC033 at 2024-07-15 21:21:43