Trace number 4446320

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? 3596.23 3606.34

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-77.opb
MD5SUM71fdab66bbdfc1c9c6ce1eef27fb98d4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1621.08
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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.68/0.73	c Default LC presolving (default).
0.68/0.74	c ** Before presolving: virtualMemUsedAtLc = 555453157, getVmSize() = 351088640, SCIPgetMemUsed() = 288183629, SCIPgetMemTotal() = 313820541, SCIPgetMemExternEstim() = 241632616
0.68/0.74	c ** set memory limit for presolving in LC to 8.79593e+12 for SCIP **
6.46/6.57	c ** Estimated virtualMemUsedAtSolver = 741280465, getVmSize() = 933146624, SCIPgetMemUsed() = 536144690, SCIPgetMemTotal() = 870288082, SCIPgetMemExternEstim() = 241632616
6.46/6.57	c ** set memory limit for solvers to 4.39802e+12 for each SCIP **
6.46/6.57	c Original Problem   :
6.46/6.57	c   Problem name     : instance-4446320-1721330654
6.46/6.57	c   Variables        : 10086 (10086 binary, 0 integer, 0 implicit integer, 0 continuous)
6.46/6.57	c   Constraints      : 226240
6.46/6.57	c   Objective sense  : minimize
6.46/6.57	c Presolved Problem  :
6.46/6.57	c   Variables        : 10085 (10085 binary, 0 integer, 0 implicit integer, 0 continuous)
6.46/6.57	c   Constraints      : 223414
6.46/6.57	c Constraints        : Number
6.46/6.57	c   knapsack         : 22570 
6.46/6.57	c   setppc           : 48174 
6.46/6.57	c   linear           : 2 
6.46/6.57	c   logicor          : 152668 
6.46/6.57	c ** Instance transfer method used: 0
6.86/6.97	c ** ParaScipInstance copy does not increase the number of variables. **
7.16/7.27	c LC is working with racing ramp-up and with rebuilding tree after racing.
7.16/7.27	c                                Nodes    Active                                            
7.16/7.27	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
360.83/361.94	c       362              2           1         1                -           0.0000          -
367.61/368.79	c       369              8           7         1                -           0.0000          -
372.91/374.04	c       374             11          10         1                -           0.0000          -
382.98/384.15	c       384             12          11         1                -           0.0000          -
396.63/397.88	c       398             21          20         1                -           0.0000          -
755.38/757.52	c       758             22          21         1                -           0.0000          -
770.84/773.01	c       773             23          22         1                -           0.0000          -
780.21/782.45	c       782             24          23         1                -           0.0000          -
802.94/805.29	c       805             25          24         1                -           0.0000          -
810.62/812.91	c       813             26          25         1                -           0.0000          -
819.39/821.73	c       822             27          26         1                -           0.0000          -
826.97/829.33	c       829             28          27         1                -           0.0000          -
852.40/854.89	c       855             32          31         1                -           0.0000          -
859.98/862.46	c       862             34          33         1                -           0.0000          -
874.54/877.01	c       877             37          36         1                -           0.0000          -
891.19/893.74	c       894             40          39         1                -           0.0000          -
898.46/901.08	c       901             44          43         1                -           0.0000          -
907.62/910.27	c       910             47          46         1                -           0.0000          -
913.81/916.46	c       916             49          48         1                -           0.0000          -
925.48/928.12	c       928             54          53         1                -           0.0000          -
931.16/933.87	c       934             56          55         1                -           0.0000          -
939.34/942.00	c       942             60          59         1                -           0.0000          -
960.37/963.14	c       963             66          65         1                -           0.0000          -
970.35/973.12	c       973             72          71         1                -           0.0000          -
980.42/983.25	c       983             80          79         1                -           0.0000          -
987.49/990.32	c       990             84          83         1                -           0.0000          -
1011.32/1014.25	c      1014             88          87         1                -           0.0000          -
1017.21/1020.17	c      1020             98          97         1                -           0.0000          -
1034.46/1037.46	c      1037             99          98         1                -           0.0000          -
1042.63/1045.63	c      1046            108         107         1                -           0.0000          -
1048.01/1051.06	c      1051            115         114         1                -           0.0000          -
1053.99/1057.05	c      1057            122         121         1                -           0.0000          -
1082.00/1085.14	c      1085            130         129         1                -           0.0000          -
1088.77/1091.96	c      1092            134         133         1                -           0.0000          -
1101.64/1104.89	c      1105            142         141         1                -           0.0000          -
1129.95/1133.24	c      1133            146         145         1                -           0.0000          -
1134.94/1138.28	c      1138            155         154         1                -           0.0000          -
1140.42/1143.78	c      1144            159         158         1                -           0.0000          -
1165.24/1168.66	c      1169            167         166         1                -           0.0000          -
1171.12/1174.54	c      1175            171         170         1                -           0.0000          -
1180.90/1184.35	c      1184            172         171         1                -           0.0000          -
1186.98/1190.47	c      1190            181         180         1                -           0.0000          -
1192.06/1195.57	c      1196            185         184         1                -           0.0000          -
1198.05/1201.50	c      1202            188         187         1                -           0.0000          -
1204.73/1208.29	c      1208            190         189         1                -           0.0000          -
1211.70/1215.21	c      1215            196         195         1                -           0.0000          -
1226.46/1230.08	c      1230            198         197         1                -           0.0000          -
1232.34/1235.99	c      1236            207         206         1                -           0.0000          -
1238.53/1242.15	c      1242            210         209         1                -           0.0000          -
1266.46/1270.11	c      1270            212         211         1                -           0.0000          -
1278.92/1282.64	c      1283            216         215         1                -           0.0000          -
1286.40/1290.11	c      1290            220         219         1                -           0.0000          -
1292.68/1296.48	c      1296            224         223         1                -           0.0000          -
1302.55/1306.37	c      1306            226         225         1                -           0.0000          -
1310.63/1314.47	c      1314            233         232         1                -           0.0000          -
1318.71/1322.57	c      1323            240         239         1                -           0.0000          -
1324.78/1328.65	c      1329            243         242         1                -           0.0000          -
1331.06/1334.97	c      1335            248         247         1                -           0.0000          -
1336.35/1340.30	c      1340            249         248         1                -           0.0000          -
1342.32/1346.23	c      1346            252         251         1                -           0.0000          -
1352.40/1356.39	c      1356            256         255         1                -           0.0000          -
1357.49/1361.43	c      1361            261         260         1                -           0.0000          -
1367.16/1371.16	c      1371            267         266         1                -           0.0000          -
1376.52/1380.59	c      1381            269         268         1                -           0.0000          -
1399.76/1403.83	c      1404            272         271         1                -           0.0000          -
1407.54/1411.64	c      1412            276         275         1                -           0.0000          -
1414.81/1418.92	c      1419            278         277         1                -           0.0000          -
1426.19/1430.36	c      1430            280         279         1                -           0.0000          -
1438.16/1442.38	c      1442            282         281         1                -           0.0000          -
1448.63/1452.82	c      1453            292         291         1                -           0.0000          -
1455.40/1459.64	c      1460            298         297         1                -           0.0000          -
1469.06/1473.38	c      1473            300         299         1                -           0.0000          -
1474.34/1478.63	c      1479            305         304         1                -           0.0000          -
1480.92/1485.29	c      1485            317         316         1                -           0.0000          -
1489.60/1493.96	c      1494            324         323         1                -           0.0000          -
1502.87/1507.24	c      1507            326         325         1                -           0.0000          -
1526.21/1530.66	c      1531            328         327         1                -           0.0000          -
1533.79/1538.20	c      1538            332         331         1                -           0.0000          -
1551.84/1556.34	c      1556            334         333         1                -           0.0000          -
1572.88/1577.40	c      1577            338         337         1                -           0.0000          -
1579.47/1584.06	c      1584            350         349         1                -           0.0000          -
1585.94/1590.54	c      1591            354         353         1                -           0.0000          -
1591.92/1596.51	c      1597            360         359         1                -           0.0000          -
1596.91/1601.53	c      1602            362         361         1                -           0.0000          -
1614.56/1619.25	c      1619            370         369         1                -           0.0000          -
1630.91/1635.69	c      1636            380         379         1                -           0.0000          -
1647.87/1652.61	c      1653            382         381         1                -           0.0000          -
1663.12/1667.96	c      1668            384         383         1                -           0.0000          -
1668.31/1673.13	c      1673            389         388         1                -           0.0000          -
1674.48/1679.37	c      1679            390         389         1                -           0.0000          -
1680.96/1685.80	c      1686            392         391         1                -           0.0000          -
1686.75/1691.69	c      1692            394         393         1                -           0.0000          -
1695.22/1700.12	c      1700            396         395         1                -           0.0000          -
1704.69/1709.69	c      1710            400         399         1                -           0.0000          -
1717.75/1722.72	c      1723            405         404         1                -           0.0000          -
1724.33/1729.34	c      1729            413         412         1                -           0.0000          -
1730.81/1735.80	c      1736            419         418         1                -           0.0000          -
1741.08/1746.17	c      1746            422         421         1                -           0.0000          -
1749.36/1754.42	c      1754            426         425         1                -           0.0000          -
1756.63/1761.73	c      1762            431         430         1                -           0.0000          -
1774.99/1780.16	c      1780            432         431         1                -           0.0000          -
1780.86/1786.07	c      1786            437         436         1                -           0.0000          -
1787.94/1793.11	c      1793            443         442         1                -           0.0000          -
1794.21/1799.49	c      1799            449         448         1                -           0.0000          -
1805.27/1810.57	c      1811            454         453         1                -           0.0000          -
1813.56/1818.80	c      1819            459         458         1                -           0.0000          -
1818.64/1823.93	c      1824            466         465         1                -           0.0000          -
1823.73/1829.01	c      1829            471         470         1                -           0.0000          -
1833.29/1838.68	c      1839            472         471         1                -           0.0000          -
1844.26/1849.68	c      1850            478         477         1                -           0.0000          -
1849.94/1855.31	c      1855            484         483         1                -           0.0000          -
1856.63/1862.05	c      1862            488         487         1                -           0.0000          -
1861.80/1867.23	c      1867            495         494         1                -           0.0000          -
1867.69/1873.11	c      1873            499         498         1                -           0.0000          -
1882.55/1888.04	c      1888            501         500         1                -           0.0000          -
1896.30/1901.84	c      1902            503         502         1                -           0.0000          -
1917.56/1923.15	c      1923            506         505         1                -           0.0000          -
1928.91/1934.59	c      1935            509         508         1                -           0.0000          -
1956.64/1962.39	c      1962            512         511         1                -           0.0000          -
1967.12/1972.84	c      1973            515         514         1                -           0.0000          -
1992.45/1998.21	c      1998            518         517         1                -           0.0000          -
2023.46/2029.33	c      2029            522         521         1                -           0.0000          -
2035.03/2040.93	c      2041            527         526         1                -           0.0000          -
2040.11/2046.00	c      2046            532         531         1                -           0.0000          -
2045.20/2051.11	c      2051            542         538         1                -           0.0000          -
2050.88/2056.88	c      2057            550         546         1                -           0.0000          -
2056.75/2062.75	c      2063            554         550         1                -           0.0000          -
2062.34/2068.39	c      2068            560         556         1                -           0.0000          -
2075.20/2081.21	c      2081            566         562         1                -           0.0000          -
2093.45/2099.59	c      2100            569         565         1                -           0.0000          -
2112.90/2119.05	c      2119            572         568         1                -           0.0000          -
2118.18/2124.34	c      2124            579         575         1                -           0.0000          -
2128.05/2134.28	c      2134            584         580         1                -           0.0000          -
2139.31/2145.58	c      2146            590         586         1                -           0.0000          -
2145.40/2151.65	c      2152            598         594         1                -           0.0000          -
2150.58/2156.88	c      2157            603         599         1                -           0.0000          -
2168.53/2174.85	c      2175            604         600         1                -           0.0000          -
2202.14/2208.51	c      2209            612         608         1                -           0.0000          -
2208.82/2215.23	c      2215            618         614         1                -           0.0000          -
2214.90/2221.37	c      2221            629         625         1                -           0.0000          -
2222.38/2228.86	c      2229            632         628         1                -           0.0000          -
2228.47/2234.91	c      2235            640         636         1                -           0.0000          -
2237.34/2243.88	c      2244            648         644         1                -           0.0000          -
2247.01/2253.50	c      2254            650         646         1                -           0.0000          -
2260.28/2266.89	c      2267            652         648         1                -           0.0000          -
2266.66/2273.20	c      2273            658         654         1                -           0.0000          -
2273.44/2280.05	c      2280            671         667         1                -           0.0000          -
2294.18/2300.81	c      2301            678         674         1                -           0.0000          -
2312.92/2319.65	c      2320            682         678         1                -           0.0000          -
2319.41/2326.15	c      2326            691         687         1                -           0.0000          -
2325.59/2332.36	c      2332            701         695         1                -           0.0000          -
2334.37/2341.16	c      2341            702         696         1                -           0.0000          -
2339.64/2346.49	c      2346            708         702         1                -           0.0000          -
2345.53/2352.35	c      2352            719         713         1                -           0.0000          -
2354.21/2361.07	c      2361            728         720         1                -           0.0000          -
2365.87/2372.73	c      2373            730         722         1                -           0.0000          -
2372.96/2379.87	c      2380            739         731         1                -           0.0000          -
2381.33/2388.25	c      2388            744         736         1                -           0.0000          -
2387.41/2394.39	c      2394            747         739         1                -           0.0000          -
2395.10/2402.07	c      2402            752         744         1                -           0.0000          -
2407.86/2414.89	c      2415            758         750         1                -           0.0000          -
2413.74/2420.70	c      2421            765         755         1                -           0.0000          -
2430.50/2437.50	c      2438            766         756         1                -           0.0000          -
2436.78/2443.83	c      2444            770         760         1                -           0.0000          -
2444.56/2451.68	c      2452            771         761         1                -           0.0000          -
2451.44/2458.55	c      2459            785         775         1                -           0.0000          -
2462.41/2469.50	c      2470            793         783         1                -           0.0000          -
2468.29/2475.41	c      2475            812         802         1                -           0.0000          -
2479.37/2486.58	c      2487            814         804         1                -           0.0000          -
2485.74/2492.93	c      2493            829         819         1                -           0.0000          -
2491.13/2498.30	c      2498            839         829         1                -           0.0000          -
2497.71/2504.92	c      2505            842         832         1                -           0.0000          -
2503.40/2510.65	c      2511            855         841         1                -           0.0000          -
2509.58/2516.88	c      2517            867         853         1                -           0.0000          -
2518.46/2525.72	c      2526            868         854         1                -           0.0000          -
2529.33/2536.60	c      2537            876         862         1                -           0.0000          -
2537.72/2545.06	c      2545            878         864         1                -           0.0000          -
2559.34/2566.78	c      2567            886         872         1                -           0.0000          -
2565.43/2572.83	c      2573            897         883         1                -           0.0000          -
2571.81/2579.20	c      2579            910         896         1                -           0.0000          -
2581.98/2589.49	c      2589            912         898         1                -           0.0000          -
2588.46/2595.98	c      2596            915         901         1                -           0.0000          -
2599.54/2607.06	c      2607            926         912         1                -           0.0000          -
2616.69/2624.29	c      2624            928         914         1                -           0.0000          -
2640.72/2648.38	c      2648            933         919         1                -           0.0000          -
2659.27/2666.93	c      2667            936         922         1                -           0.0000          -
2667.45/2675.17	c      2675            945         931         1                -           0.0000          -
2682.21/2689.97	c      2690            948         934         1                -           0.0000          -
2688.49/2696.23	c      2696            955         941         1                -           0.0000          -
2700.85/2708.63	c      2709            962         948         1                -           0.0000          -
2718.21/2726.08	c      2726            965         951         1                -           0.0000          -
2723.79/2731.60	c      2732            977         963         1                -           0.0000          -
2739.05/2746.94	c      2747            982         968         1                -           0.0000          -
2757.70/2765.64	c      2766            987         973         1                -           0.0000          -
2778.35/2786.33	c      2786            992         978         1                -           0.0000          -
2790.32/2798.33	c      2798            995         981         1                -           0.0000          -
2796.11/2804.17	c      2804           1003         989         1                -           0.0000          -
2801.78/2809.88	c      2810           1014        1000         1                -           0.0000          -
2810.56/2818.68	c      2819           1018        1004         1                -           0.0000          -
2827.52/2835.67	c      2836           1025        1011         1                -           0.0000          -
2834.70/2842.89	c      2843           1028        1014         1                -           0.0000          -
2848.26/2856.46	c      2856           1035        1021         1                -           0.0000          -
2853.94/2862.19	c      2862           1041        1027         1                -           0.0000          -
2862.02/2870.28	c      2870           1042        1028         1                -           0.0000          -
2887.85/2896.11	c      2896           1052        1038         1                -           0.0000          -
2893.23/2901.51	c      2902           1064        1050         1                -           0.0000          -
2906.81/2915.15	c      2915           1073        1055         1                -           0.0000          -
2914.58/2922.96	c      2923           1076        1058         1                -           0.0000          -
2920.26/2928.65	c      2929           1082        1062         1                -           0.0000          -
2946.39/2954.87	c      2955           1085        1065         1                -           0.0000          -
2959.26/2967.77	c      2968           1089        1069         1                -           0.0000          -
2964.94/2973.47	c      2973           1096        1076         1                -           0.0000          -
2970.03/2978.51	c      2979           1107        1087         1                -           0.0000          -
2981.51/2990.06	c      2990           1112        1092         1                -           0.0000          -
2987.39/2995.99	c      2996           1120           0         1                -           0.0000          -
3203.07/3212.28	c      3212           1121           1         1                -           0.0000          -
3421.14/3430.81	c      3431           1128           8         1                -           0.0000          -
3477.29/3487.17	c      3487           1131          11         1                -           0.0000          -
3484.17/3494.07	c      3494           1132          12         1                -           0.0000          -
3493.84/3503.71	c      3504           1133          13         1                -           0.0000          -
3506.91/3516.87	c      3517           1134          14         1                -           0.0000          -
3512.69/3522.67	c      3523           1135          15         1                -           0.0000          -
3533.25/3543.23	c      3543           1141          21         1                -           0.0000          -
3546.81/3556.83	c      3557           1151          31         1                -           0.0000          -
3551.99/3562.09	c      3562           1152          32         1                -           0.0000          -
3567.96/3578.05	c      3578           1157          37         1                -           0.0000          -
3574.44/3584.53	c      3585           1160          40         1                -           0.0000          -
3580.92/3591.05	c      3591           1162          42         1                -           0.0000          -
3595.38/3605.58	c      3606           1162          42         0                -           0.0000          -
3595.88/3606.04	c SCIP Status        : c solving was interrupted [hard time limit reached]
3595.88/3606.04	c Total Time         : 3606.0400
3595.88/3606.04	c   solving          : 3606.0400
3595.88/3606.04	c   presolving       : 5.8299 (included in solving)
3595.88/3606.04	c B&B Tree           :
3595.88/3606.04	c   nodes (total)    : 1
3595.88/3606.04	c Solution           :
3595.88/3606.04	c   Solutions found  : 0
3595.88/3606.04	c   Primal Bound     :          -
3595.88/3606.04	c   Dual Bound       : +0.00000000000000e+00
3595.88/3606.04	c Gap                :          -
3596.18/3606.32	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 (61616 MiB free)
  memory of node 1: 64510 MiB (63104 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446320-1721330654/watcher-4446320-1721330654 -o /tmp/evaluation-result-4446320-1721330654/solver-4446320-1721330654 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721330666-1000262 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4446320-1721330654.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
Current StackSize limit: 8192 KiB

solver pid=1000301, runsolver pid=1000298

[startup+0.100292 s]*
/proc/loadavg: 1.10 1.09 1.34 5/248 1000302
/proc/meminfo: memFree=127598432/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=55768 memory=43728 CPUtime=0.09 cores=4,6
/proc/1000301/stat : 1000301 (fscip) R 1000298 1000301 1000251 0 -1 4194304 8906 0 0 0 8 1 0 0 20 0 1 0 185227216 57106432 10932 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 13942 10932 2318 3032 0 10342 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 55768 KiB
Current children cumulated memory: 43728 KiB

[startup+0.20513 s]*
/proc/loadavg: 1.10 1.09 1.34 5/246 1000302
/proc/meminfo: memFree=127521016/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=86444 memory=74040 CPUtime=0.2 cores=4,6
/proc/1000301/stat : 1000301 (fscip) R 1000298 1000301 1000251 0 -1 4194304 16424 0 0 0 18 2 0 0 20 0 1 0 185227216 88518656 18510 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 21611 18510 2318 3032 0 18011 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 86444 KiB
Current children cumulated memory: 74040 KiB

[startup+0.305127 s]*
/proc/loadavg: 1.10 1.09 1.34 5/249 1000307
/proc/meminfo: memFree=127402328/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=115876 memory=103292 CPUtime=0.3 cores=4,6
/proc/1000301/stat : 1000301 (fscip) R 1000298 1000301 1000251 0 -1 4194304 23765 0 0 0 26 4 0 0 20 0 1 0 185227216 118657024 25823 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 28969 25823 2318 3032 0 25369 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 115876 KiB
Current children cumulated memory: 103292 KiB

[startup+0.700234 s]
/proc/loadavg: 1.10 1.09 1.34 5/252 1000313
/proc/meminfo: memFree=127101844/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=314712 memory=301356 CPUtime=0.68 cores=4,6
/proc/1000301/stat : 1000301 (fscip) R 1000298 1000301 1000251 0 -1 4194304 73758 0 0 0 57 11 0 0 20 0 1 0 185227216 322265088 75339 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 78678 75339 2542 3032 0 75078 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 314712 KiB
Current children cumulated memory: 301356 KiB

[startup+1.50024 s]
/proc/loadavg: 1.10 1.09 1.34 6/252 1000313
/proc/meminfo: memFree=126551756/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=533336 memory=515704 CPUtime=1.48 cores=4,6
/proc/1000301/stat : 1000301 (fscip) R 1000298 1000301 1000251 0 -1 4194304 101859 0 0 0 129 19 0 0 20 0 1 0 185227216 546136064 128926 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 133334 128926 2654 3032 0 129734 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 533336 KiB
Current children cumulated memory: 515704 KiB

[startup+3.10542 s]
/proc/loadavg: 1.10 1.09 1.34 5/256 1000324
/proc/meminfo: memFree=125222396/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=516112 memory=496784 CPUtime=3.08 cores=4,6
/proc/1000301/stat : 1000301 (fscip) R 1000298 1000301 1000251 0 -1 4194304 127331 0 0 0 286 22 0 0 20 0 1 0 185227216 528498688 124196 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 129028 124196 2718 3032 0 125428 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 516112 KiB
Current children cumulated memory: 496784 KiB

[startup+6.30021 s]
/proc/loadavg: 1.41 1.16 1.36 5/256 1000324
/proc/meminfo: memFree=123133180/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=872460 memory=804004 CPUtime=6.27 cores=4,6
/proc/1000301/stat : 1000301 (fscip) R 1000298 1000301 1000251 0 -1 4194304 134011 0 0 0 598 29 0 0 20 0 1 0 185227216 893399040 201001 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 218115 201001 2734 3032 0 214515 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 872460 KiB
Current children cumulated memory: 804004 KiB

[startup+12.7003 s]
/proc/loadavg: 1.62 1.21 1.38 5/258 1000328
/proc/meminfo: memFree=120339892/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=1887196 memory=1713052 CPUtime=12.63 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 361445 0 0 0 1196 67 0 0 20 0 3 0 185227216 1932488704 428263 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 471799 428263 2798 3032 0 461436 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=1887196 memory=1536560 CPUtime=5.68 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 189874 0 0 0 536 32 0 0 20 0 3 0 185227873 1932488704 428263 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=1887196 memory=1365028 CPUtime=0 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 185227944 1932488704 428263 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1887196 KiB
Current children cumulated memory: 1713052 KiB

[startup+25.5003 s]
/proc/loadavg: 2.15 1.34 1.42 5/258 1000329
/proc/meminfo: memFree=113561040/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=2083804 memory=1921392 CPUtime=25.39 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 434485 0 0 0 2463 76 0 0 20 0 3 0 185227216 2133815296 480348 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 520951 480348 2926 3032 0 513979 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=2083804 memory=1921392 CPUtime=18.44 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 262904 0 0 0 1803 41 0 0 20 0 3 0 185227873 2133815296 480348 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=2083804 memory=0 CPUtime=0 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 185227944 2133815296 480348 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2083804 KiB
Current children cumulated memory: 1921392 KiB

[startup+51.1052 s]
/proc/loadavg: 2.99 1.61 1.51 5/262 1000720
/proc/meminfo: memFree=107586088/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=2119028 memory=1949548 CPUtime=50.93 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 522131 0 0 0 5010 83 0 0 20 0 3 0 185227216 2169884672 487387 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 529757 487387 2926 3032 0 523378 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=2119028 memory=1949548 CPUtime=43.97 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 350538 0 0 0 4350 47 0 0 20 0 3 0 185227873 2169884672 487387 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=2119028 memory=1949548 CPUtime=0 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 185227944 2169884672 487387 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2119028 KiB
Current children cumulated memory: 1949548 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 1.98 1.64 5/260 1000729
/proc/meminfo: memFree=107760292/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=2209736 memory=1977424 CPUtime=101.98 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 685735 0 0 0 10106 92 0 0 20 0 3 0 185227216 2262769664 494356 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 552434 494356 2926 3032 0 546055 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=2209736 memory=1949548 CPUtime=95.03 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 514127 0 0 0 9447 56 0 0 20 0 3 0 185227873 2262769664 494356 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=2209736 memory=11544 CPUtime=0 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 3 0 185227944 2262769664 494356 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2209736 KiB
Current children cumulated memory: 1977424 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.36 1.79 5/262 1000741
/proc/meminfo: memFree=103814712/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=2251636 memory=1979476 CPUtime=161.81 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 795832 0 0 0 16083 98 0 0 20 0 3 0 185227216 2305675264 494869 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 562909 494869 2926 3032 0 556530 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=2251636 memory=1949548 CPUtime=154.86 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 624215 0 0 0 15423 63 0 0 20 0 3 0 185227873 2305675264 494869 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=2251636 memory=1979476 CPUtime=0 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 3 0 185227944 2305675264 494869 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 2251636 KiB
Current children cumulated memory: 1979476 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.69 1.95 5/262 1000752
/proc/meminfo: memFree=101091800/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=2272584 memory=1979520 CPUtime=221.64 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 832307 0 0 0 22063 101 0 0 20 0 3 0 185227216 2327126016 494880 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 568146 494880 2926 3032 0 561767 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=2272584 memory=1979492 CPUtime=214.69 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 660678 0 0 0 21403 66 0 0 20 0 3 0 185227873 2327126016 494880 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=2272584 memory=13196 CPUtime=0 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 185227944 2327126016 494880 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 2272584 KiB
Current children cumulated memory: 1979520 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 2.95 2.08 5/265 1000933
/proc/meminfo: memFree=93378452/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=2293540 memory=1979584 CPUtime=281.47 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 899351 0 0 0 28041 106 0 0 20 0 3 0 185227216 2348584960 494896 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 573385 494896 2926 3032 0 567006 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=2293540 memory=1979520 CPUtime=274.52 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 727716 0 0 0 27381 71 0 0 20 0 3 0 185227873 2348584960 494896 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=2293540 memory=1979524 CPUtime=0 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 3 0 185227944 2348584960 494896 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 2293540 KiB

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

/proc/loadavg: 4.16 4.12 4.05 5/264 1002189
/proc/meminfo: memFree=110254956/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=4082836 memory=2788084 CPUtime=3452.55 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 4207106 0 0 0 344938 317 0 0 20 0 3 0 185227216 4180824064 697021 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 1020709 697021 2990 3032 0 999966 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=4082836 memory=2787096 CPUtime=3445.52 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 4033985 0 0 0 344273 279 0 0 20 0 3 0 185227873 4180824064 697021 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=4082836 memory=2788084 CPUtime=0.04 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 331 0 0 0 2 2 0 0 20 0 3 0 185227944 4180824064 697021 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 3452.55 s
Current children cumulated vsize: 4082836 KiB
Current children cumulated memory: 2788084 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.05 5/264 1002199
/proc/meminfo: memFree=110203852/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=4135048 memory=2838772 CPUtime=3512.39 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 4226703 0 0 0 350920 319 0 0 20 0 3 0 185227216 4234289152 709693 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 1033762 709693 2990 3032 0 1013019 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=4135048 memory=45552 CPUtime=3505.37 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 4053555 0 0 0 350256 281 0 0 20 0 3 0 185227873 4234289152 709693 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=4135048 memory=2838772 CPUtime=0.04 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 336 0 0 0 2 2 0 0 20 0 3 0 185227944 4234289152 709693 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 3512.39 s
Current children cumulated vsize: 4135048 KiB
Current children cumulated memory: 2838772 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.05 5/265 1002211
/proc/meminfo: memFree=110162796/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=4135048 memory=2839368 CPUtime=3572.24 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 4244386 0 0 0 356903 321 0 0 20 0 3 0 185227216 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 1033762 709842 2990 3032 0 1013019 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=4135048 memory=13196 CPUtime=3565.22 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 4071208 0 0 0 356239 283 0 0 20 0 3 0 185227873 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=4135048 memory=2244 CPUtime=0.04 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 341 0 0 0 2 2 0 0 20 0 3 0 185227944 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 3572.24 s
Current children cumulated vsize: 4135048 KiB
Current children cumulated memory: 2839368 KiB

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

# cumulated CPU time of all completed processes:  user=3592.98 s, system=3.25048 s

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

[startup+3584 s]*
/proc/loadavg: 4.15 4.12 4.05 5/265 1002211
/proc/meminfo: memFree=110162776/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=4135048 memory=2839368 CPUtime=3573.94 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 4245203 0 0 0 357073 321 0 0 20 0 3 0 185227216 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 1033762 709842 2990 3032 0 1013019 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=4135048 memory=2839368 CPUtime=3566.92 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 4072025 0 0 0 356409 283 0 0 20 0 3 0 185227873 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=4135048 memory=-9187040394903584198 CPUtime=0.04 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 341 0 0 0 2 2 0 0 20 0 3 0 185227944 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 3573.94 s
Current children cumulated vsize: 4135048 KiB
Current children cumulated memory: 2839368 KiB

[startup+3596.8 s]
/proc/loadavg: 4.13 4.12 4.05 5/265 1002214
/proc/meminfo: memFree=110162044/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=4135048 memory=2839368 CPUtime=3586.7 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 4245842 0 0 0 358349 321 0 0 20 0 3 0 185227216 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 1033762 709842 2990 3032 0 1013019 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=4135048 memory=5472 CPUtime=3579.68 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 4072661 0 0 0 357685 283 0 0 20 0 3 0 185227873 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=4135048 memory=45552 CPUtime=0.04 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 343 0 0 0 2 2 0 0 20 0 3 0 185227944 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 3586.7 s
Current children cumulated vsize: 4135048 KiB
Current children cumulated memory: 2839368 KiB

[startup+3603.2 s]
/proc/loadavg: 4.12 4.11 4.05 5/263 1002262
/proc/meminfo: memFree=111855796/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=4135048 memory=2839368 CPUtime=3593.09 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 4245851 0 0 0 358988 321 0 0 20 0 3 0 185227216 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 1033762 709842 2990 3032 0 1013019 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=4135048 memory=11544 CPUtime=3586.06 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 4072667 0 0 0 358323 283 0 0 20 0 3 0 185227873 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=4135048 memory=2839368 CPUtime=0.04 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 346 0 0 0 2 2 0 0 20 0 3 0 185227944 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 3593.09 s
Current children cumulated vsize: 4135048 KiB
Current children cumulated memory: 2839368 KiB

[startup+3604.8 s]
/proc/loadavg: 4.11 4.11 4.05 5/263 1002262
/proc/meminfo: memFree=111292572/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=4135048 memory=2839368 CPUtime=3594.68 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 4245865 0 0 0 359147 321 0 0 20 0 3 0 185227216 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 1033762 709842 2990 3032 0 1013019 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=4135048 memory=2839368 CPUtime=3587.66 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 4072681 0 0 0 358483 283 0 0 20 0 3 0 185227873 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=4135048 memory=2839368 CPUtime=0.04 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 346 0 0 0 2 2 0 0 20 0 3 0 185227944 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 3594.68 s
Current children cumulated vsize: 4135048 KiB
Current children cumulated memory: 2839368 KiB

[startup+3605.6 s]
/proc/loadavg: 4.11 4.11 4.05 5/263 1002262
/proc/meminfo: memFree=111270136/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=4135048 memory=2839368 CPUtime=3595.48 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 4246088 0 0 0 359227 321 0 0 20 0 3 0 185227216 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 1033762 709842 2990 3032 0 1013019 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=4135048 memory=-7241647212567368300 CPUtime=3588.46 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 4072888 0 0 0 358563 283 0 0 20 0 3 0 185227873 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=4135048 memory=13196 CPUtime=0.04 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 346 0 0 0 2 2 0 0 20 0 3 0 185227944 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 3595.48 s
Current children cumulated vsize: 4135048 KiB
Current children cumulated memory: 2839368 KiB

[startup+3606 s]*
/proc/loadavg: 4.11 4.11 4.05 5/263 1002262
/proc/meminfo: memFree=111065316/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=4135048 memory=2839368 CPUtime=3595.88 cores=4,6
/proc/1000301/stat : 1000301 (fscip) S 1000298 1000301 1000251 0 -1 1077936128 4251682 0 0 0 359267 321 0 0 20 0 3 0 185227216 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 1033762 709842 2990 3032 0 1013019 0
[pid=1000301/tid=1000327] ppid=1000298 vsize=4135048 memory=-7669169997994616421 CPUtime=3588.86 cores=4,6
/proc/1000301/task/1000327/stat : 1000327 (fscip) R 1000298 1000301 1000251 0 -1 4194368 4078481 0 0 0 358603 283 0 0 20 0 3 0 185227873 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=4135048 memory=4116 CPUtime=0.04 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 346 0 0 0 2 2 0 0 20 0 3 0 185227944 4234289152 709842 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 3595.88 s
Current children cumulated vsize: 4135048 KiB
Current children cumulated memory: 2839368 KiB

[startup+3606.2 s]
/proc/loadavg: 4.11 4.11 4.05 5/263 1002262
/proc/meminfo: memFree=111065316/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=2445772 memory=2122992 CPUtime=3596.08 cores=4,6
/proc/1000301/stat : 1000301 (fscip) R 1000298 1000301 1000251 0 -1 4194304 4254131 0 0 0 359286 322 0 0 20 0 2 0 185227216 2504470528 530748 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 611443 530748 2990 3032 0 591473 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=2445772 memory=15829 CPUtime=0.04 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 346 0 0 0 2 2 0 0 20 0 2 0 185227944 2504470528 530748 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 3596.08 s
Current children cumulated vsize: 2445772 KiB
Current children cumulated memory: 2122992 KiB

[startup+3606.3 s]
/proc/loadavg: 4.11 4.11 4.05 5/263 1002262
/proc/meminfo: memFree=111065316/131524600 swapFree=131071996/131071996
[pid=1000301] ppid=1000298 vsize=2366552 memory=2043772 CPUtime=3596.18 cores=4,6
/proc/1000301/stat : 1000301 (fscip) R 1000298 1000301 1000251 0 -1 4194304 4260502 0 0 0 359295 323 0 0 20 0 2 0 185227216 2423349248 510943 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
/proc/1000301/statm: 591638 510943 2990 3032 0 571668 0
[pid=1000301/tid=1000328] ppid=1000298 vsize=2366552 memory=2839368 CPUtime=0.04 cores=4,6
/proc/1000301/task/1000328/stat : 1000328 (fscip) S 1000298 1000301 1000251 0 -1 1077936192 346 0 0 0 2 2 0 0 20 0 2 0 185227944 2423349248 510943 134679101440 4194304 16613245 140725697871440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 33488896 140725697872915 140725697873031 140725697873031 140725697880048 0
Current children cumulated CPU time: 3596.18 s
Current children cumulated vsize: 2366552 KiB
Current children cumulated memory: 2043772 KiB

Child status: 0

Real time (s): 3606.34
CPU time (s): 3596.23
CPU user time (s): 3592.98
CPU system time (s): 3.25048
CPU usage (%): 99.7196
Max. virtual memory (cumulated for all children) (KiB): 4135048
Max. memory (cumulated for all children) (KiB): 2839368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.98
system time used= 3.25048
maximum resident set size= 2839368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4262077
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= 4804
involuntary context switches= 3062


# summary of solver processes directly reported to runsolver:
#   pid: 1000301
#   total CPU time (s): 3596.23
#   total CPU user time (s): 3592.98
#   total CPU system time (s): 3.25048

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.39545 second user time and 15.5905 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 21:24:26
IDJOB=4446320
IDBENCH=155555
IDSOLVER=3064
FILE ID=nodeC017/4446320-1721330654
RUNJOBID= nodeC017-1721330666-1000262
SLURM_JOB_ID= 7542711
Free space on /tmp= 890028 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-77.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-4446320-1721330654/watcher-4446320-1721330654 -o /tmp/evaluation-result-4446320-1721330654/solver-4446320-1721330654 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721330666-1000262 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4446320-1721330654.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 71fdab66bbdfc1c9c6ce1eef27fb98d4
RANDOM SEED=1634448642

nodeC017.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		: 3642.126
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.46
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		: 3672.980
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.99
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		: 3646.457
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.46
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		: 3624.134
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.99
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		: 3635.170
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.46
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		: 3424.934
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.99
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		: 3643.317
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.46
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		: 3680.225
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.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127726596 kB
MemAvailable:   129716452 kB
Buffers:          533964 kB
Cached:          2281448 kB
SwapCached:            0 kB
Active:          1214740 kB
Inactive:        1948868 kB
Active(anon):       1444 kB
Inactive(anon):   384788 kB
Active(file):    1213296 kB
Inactive(file):  1564080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            136520 kB
Writeback:             0 kB
AnonPages:        348544 kB
Mapped:           105996 kB
Shmem:             37720 kB
KReclaimable:     104252 kB
Slab:             216616 kB
SReclaimable:     104252 kB
SUnreclaim:       112364 kB
KernelStack:        3920 kB
PageTables:         9344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     807496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 889864 MiB
End job on nodeC017 at 2024-07-18 22:24:33