Trace number 4458304

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-02OPT0 1.2817 1.29443

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_21.opb
MD5SUM216ba9da6a205e5efe57192784bc5fe9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.321287
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2730
Total number of constraints4053
Number of constraints which are clauses2646
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1407
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 84
Biggest coefficient in the objective function 2199023255552
Number of bits for the biggest coefficient in the objective function 42
Sum of the numbers in the objective function 8796093022206
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 2199023255552
Number of bits of the biggest number in a constraint 42
Biggest sum of numbers in a constraint 8796093022206
Number of bits of the biggest sum of numbers43
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.00/0.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 35418112, getVmSize() = 35418112, SCIPgetMemUsed() = 10841165, SCIPgetMemTotal() = 13494997, SCIPgetMemExternEstim() = 6208786
0.00/0.04	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.10/0.18	c ** Estimated virtualMemUsedAtSolver = 26624000, getVmSize() = 44453888, SCIPgetMemUsed() = 11323682, SCIPgetMemTotal() = 21261058, SCIPgetMemExternEstim() = 6208786
0.10/0.18	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.10/0.18	c Original Problem   :
0.10/0.18	c   Problem name     : instance-4458304-1721868730
0.10/0.18	c   Variables        : 2730 (2730 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.18	c   Constraints      : 4053
0.10/0.18	c   Objective sense  : minimize
0.10/0.18	c Presolved Problem  :
0.10/0.18	c   Variables        : 2163 (2163 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.18	c   Constraints      : 1281
0.10/0.18	c Constraints        : Number
0.10/0.18	c   and              : 441 
0.10/0.18	c   xor              : 2 
0.10/0.18	c   linear           : 838 
0.10/0.18	c ** Instance transfer method used: 0
0.10/0.19	c ** ParaScipInstance copy does not increase the number of variables. **
0.10/0.21	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.10/0.21	c                                Nodes    Active                                            
0.10/0.21	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.17/1.25	c         1              1           0         0           0.0000           0.0000      0.00%
1.17/1.26	c         1              1           0         0           0.0000           0.0000          -
1.17/1.26	c SCIP Status        : c problem is solved
1.17/1.26	c Total Time         : 1.2700
1.17/1.26	c   solving          : 1.2700
1.17/1.26	c   presolving       : 0.1344 (included in solving)
1.17/1.26	c B&B Tree           :
1.17/1.26	c   nodes (total)    : 1
1.17/1.26	c Solution           :
1.17/1.26	c   Solutions found  : 1
1.17/1.26	c   Primal Bound     : +0.00000000000000e+00
1.17/1.26	c   Dual Bound       : +0.00000000000000e+00
1.17/1.26	c Gap                : 0.00000 %
1.17/1.27	o 0
1.17/1.27	s OPTIMUM FOUND
1.17/1.27	v -x2646 -x1764 -x924 -x2205 -x1344 -x483 -x2625 -x1744 -x2645 -x1763 -x903 -x923 -x2184 -x1324 -x2204 -x1343 -x462 -x482 -x2604 
1.17/1.27	v -x1724 -x2624 -x1743 -x2644 -x1762 -x882 -x902 -x922 -x2163 -x1304 -x2183 -x1323 -x2203 -x1342 -x441 -x461 -x481 -x2583 -x1704 
1.17/1.27	v -x2603 -x1723 -x2623 -x1742 -x2643 -x1761 -x861 -x881 -x901 -x921 -x2142 -x1284 -x2162 -x1303 -x2182 -x1322 -x2202 -x1341 -x420 
1.17/1.27	v -x440 -x460 -x480 -x2562 -x1684 -x2582 -x1703 -x2602 -x1722 -x2622 -x1741 -x2642 -x1760 -x840 -x860 -x880 -x900 -x920 -x2121 
1.17/1.27	v -x1264 -x2141 -x1283 -x2161 -x1302 -x2181 -x1321 -x2201 -x1340 -x399 -x419 -x439 -x459 -x479 -x2541 -x1664 -x2561 -x1683 
1.17/1.27	v -x2581 -x1702 -x2601 -x1721 -x2621 -x1740 -x2641 -x1759 -x819 -x839 -x859 -x879 -x899 -x919 -x2100 -x1244 -x2120 -x1263 -x2140 
1.17/1.27	v -x1282 -x2160 -x1301 -x2180 -x1320 -x2200 -x1339 -x378 -x398 -x418 -x438 -x458 -x478 -x2520 -x1644 -x2540 -x1663 -x2560 -x1682 
1.17/1.27	v -x2580 -x1701 -x2600 -x1720 -x2620 -x1739 -x2640 -x1758 -x798 -x818 -x838 -x858 -x878 -x898 -x918 -x2079 -x1224 -x2099 -x1243 
1.17/1.27	v -x2119 -x1262 -x2139 -x1281 -x2159 -x1300 -x2179 -x1319 -x2199 -x1338 -x357 -x377 -x397 -x417 -x437 -x457 -x477 -x2499 
1.17/1.27	v -x1624 -x2519 -x1643 -x2539 -x1662 -x2559 -x1681 -x2579 -x1700 -x2599 -x1719 -x2619 -x1738 -x2639 -x1757 -x777 -x797 -x817 -x837 
1.17/1.27	v -x857 -x877 -x897 -x917 -x2058 -x1204 -x2078 -x1223 -x2098 -x1242 -x2118 -x1261 -x2138 -x1280 -x2158 -x1299 -x2178 -x1318 
1.17/1.27	v -x2198 -x1337 -x336 -x356 -x376 -x396 -x416 -x436 -x456 -x476 -x2478 -x1604 -x2498 -x1623 -x2518 -x1642 -x2538 -x1661 -x2558 
1.17/1.27	v -x1680 -x2578 -x1699 -x2598 -x1718 -x2618 -x1737 -x2638 -x1756 -x756 -x776 -x796 -x816 -x836 -x856 -x876 -x896 -x916 -x2037 
1.17/1.27	v -x1184 -x2057 -x1203 -x2077 -x1222 -x2097 -x1241 -x2117 -x1260 -x2137 -x1279 -x2157 -x1298 -x2177 -x1317 -x2197 -x1336 -x315 
1.17/1.27	v -x335 -x355 -x375 -x395 -x415 -x435 -x455 -x475 -x2457 -x1584 -x2477 -x1603 -x2497 -x1622 -x2517 -x1641 -x2537 -x1660 -x2557 
1.17/1.27	v -x1679 -x2577 -x1698 -x2597 -x1717 -x2617 -x1736 -x2637 -x1755 -x735 -x755 -x775 -x795 -x815 -x835 -x855 -x875 -x895 -x915 -x2016 
1.17/1.27	v -x1164 -x2036 -x1183 -x2056 -x1202 -x2076 -x1221 -x2096 -x1240 -x2116 -x1259 -x2136 -x1278 -x2156 -x1297 -x2176 -x1316 -x2196 
1.17/1.27	v -x1335 -x294 -x314 -x334 -x354 -x374 -x394 -x414 -x434 -x454 -x474 -x2436 -x1564 -x2456 -x1583 -x2476 -x1602 -x2496 -x1621 
1.17/1.27	v -x2516 -x1640 -x2536 -x1659 -x2556 -x1678 -x2576 -x1697 -x2596 -x1716 -x2616 -x1735 -x2636 -x1754 -x714 -x734 -x754 -x774 
1.17/1.27	v -x794 -x814 -x834 -x854 -x874 -x894 -x914 -x1995 -x1144 -x2015 -x1163 -x2035 -x1182 -x2055 -x1201 -x2075 -x1220 -x2095 -x1239 
1.17/1.27	v -x2115 -x1258 -x2135 -x1277 -x2155 -x1296 -x2175 -x1315 -x2195 -x1334 -x273 -x293 -x313 -x333 -x353 -x373 -x393 -x413 -x433 
1.17/1.27	v -x453 -x473 -x2415 -x1544 -x2435 -x1563 -x2455 -x1582 -x2475 -x1601 -x2495 -x1620 -x2515 -x1639 -x2535 -x1658 -x2555 -x1677 
1.17/1.27	v -x2575 -x1696 -x2595 -x1715 -x2615 -x1734 -x2635 -x1753 -x693 -x713 -x733 -x753 -x773 -x793 -x813 -x833 -x853 -x873 -x893 -x913 
1.17/1.27	v -x1974 -x1124 -x1994 -x1143 -x2014 -x1162 -x2034 -x1181 -x2054 -x1200 -x2074 -x1219 -x2094 -x1238 -x2114 -x1257 -x2134 -x1276 
1.17/1.27	v -x2154 -x1295 -x2174 -x1314 -x2194 -x1333 -x252 -x272 -x292 -x312 -x332 -x352 -x372 -x392 -x412 -x432 -x452 -x472 -x2394 
1.17/1.27	v -x1524 -x2414 -x1543 -x2434 -x1562 -x2454 -x1581 -x2474 -x1600 -x2494 -x1619 -x2514 -x1638 -x2534 -x1657 -x2554 -x1676 -x2574 
1.17/1.27	v -x1695 -x2594 -x1714 -x2614 -x1733 -x2634 -x1752 -x672 -x692 -x712 -x732 -x752 -x772 -x792 -x812 -x832 -x852 -x872 -x892 -x912 
1.17/1.27	v -x1953 -x1104 -x1973 -x1123 -x1993 -x1142 -x2013 -x1161 -x2033 -x1180 -x2053 -x1199 -x2073 -x1218 -x2093 -x1237 -x2113 -x1256 
1.17/1.27	v -x2133 -x1275 -x2153 -x1294 -x2173 -x1313 -x2193 -x1332 -x231 -x251 -x271 -x291 -x311 -x331 -x351 -x371 -x391 -x411 -x431 
1.17/1.27	v -x451 -x471 -x2373 -x1504 -x2393 -x1523 -x2413 -x1542 -x2433 -x1561 -x2453 -x1580 -x2473 -x1599 -x2493 -x1618 -x2513 -x1637 
1.17/1.27	v -x2533 -x1656 -x2553 -x1675 -x2573 -x1694 -x2593 -x1713 -x2613 -x1732 -x2633 -x1751 -x651 -x671 -x691 -x711 -x731 -x751 -x771 
1.17/1.27	v -x791 -x811 -x831 -x851 -x871 -x891 -x911 -x1932 -x1084 -x1952 -x1103 -x1972 -x1122 -x1992 -x1141 -x2012 -x1160 -x2032 -x1179 
1.17/1.27	v -x2052 -x1198 -x2072 -x1217 -x2092 -x1236 -x2112 -x1255 -x2132 -x1274 -x2152 -x1293 -x2172 -x1312 -x2192 -x1331 -x210 -x230 
1.17/1.27	v -x250 -x270 -x290 -x310 -x330 -x350 -x370 -x390 -x410 -x430 -x450 -x470 -x2352 -x1484 -x2372 -x1503 -x2392 -x1522 -x2412 -x1541 
1.17/1.27	v -x2432 -x1560 -x2452 -x1579 -x2472 -x1598 -x2492 -x1617 -x2512 -x1636 -x2532 -x1655 -x2552 -x1674 -x2572 -x1693 -x2592 -x1712 
1.17/1.27	v -x2612 -x1731 -x2632 -x1750 -x630 -x650 -x670 -x690 -x710 -x730 -x750 -x770 -x790 -x810 -x830 -x850 -x870 -x890 -x910 -x1911 
1.17/1.27	v -x1064 -x1931 -x1083 -x1951 -x1102 -x1971 -x1121 -x1991 -x1140 -x2011 -x1159 -x2031 -x1178 -x2051 -x1197 -x2071 -x1216 -x2091 
1.17/1.27	v -x1235 -x2111 -x1254 -x2131 -x1273 -x2151 -x1292 -x2171 -x1311 -x2191 -x1330 -x189 -x209 -x229 -x249 -x269 -x289 -x309 
1.17/1.27	v -x329 -x349 -x369 -x389 -x409 -x429 -x449 -x469 -x2331 -x1464 -x2351 -x1483 -x2371 -x1502 -x2391 -x1521 -x2411 -x1540 -x2431 
1.17/1.27	v -x1559 -x2451 -x1578 -x2471 -x1597 -x2491 -x1616 -x2511 -x1635 -x2531 -x1654 -x2551 -x1673 -x2571 -x1692 -x2591 -x1711 -x2611 
1.17/1.27	v -x1730 -x2631 -x1749 -x609 -x629 -x649 -x669 -x689 -x709 -x729 -x749 -x769 -x789 -x809 -x829 -x849 -x869 -x889 -x909 -x1890 
1.17/1.27	v -x1044 -x1910 -x1063 -x1930 -x1082 -x1950 -x1101 -x1970 -x1120 -x1990 -x1139 -x2010 -x1158 -x2030 -x1177 -x2050 -x1196 -x2070 
1.17/1.27	v -x1215 -x2090 -x1234 -x2110 -x1253 -x2130 -x1272 -x2150 -x1291 -x2170 -x1310 -x2190 -x1329 -x168 -x188 -x208 -x228 -x248 -x268 
1.17/1.27	v -x288 -x308 -x328 -x348 -x368 -x388 -x408 -x428 -x448 -x468 -x2310 -x1444 -x2330 -x1463 -x2350 -x1482 -x2370 -x1501 -x2390 
1.17/1.27	v -x1520 -x2410 -x1539 -x2430 -x1558 -x2450 -x1577 -x2470 -x1596 -x2490 -x1615 -x2510 -x1634 -x2530 -x1653 -x2550 -x1672 -x2570 
1.17/1.27	v -x1691 -x2590 -x1710 -x2610 -x1729 -x2630 -x1748 -x588 -x608 -x628 -x648 -x668 -x688 -x708 -x728 -x748 -x768 -x788 -x808 -x828 
1.17/1.27	v -x848 -x868 -x888 -x908 -x1869 -x1024 -x1889 -x1043 -x1909 -x1062 -x1929 -x1081 -x1949 -x1100 -x1969 -x1119 -x1989 -x1138 
1.17/1.27	v -x2009 -x1157 -x2029 -x1176 -x2049 -x1195 -x2069 -x1214 -x2089 -x1233 -x2109 -x1252 -x2129 -x1271 -x2149 -x1290 -x2169 -x1309 
1.17/1.27	v -x2189 -x1328 -x147 -x167 -x187 -x207 -x227 -x247 -x267 -x287 -x307 -x327 -x347 -x367 -x387 -x407 -x427 -x447 -x467 -x2289 
1.17/1.27	v -x1424 -x2309 -x1443 -x2329 -x1462 -x2349 -x1481 -x2369 -x1500 -x2389 -x1519 -x2409 -x1538 -x2429 -x1557 -x2449 -x1576 -x2469 
1.17/1.27	v -x1595 -x2489 -x1614 -x2509 -x1633 -x2529 -x1652 -x2549 -x1671 -x2569 -x1690 -x2589 -x1709 -x2609 -x1728 -x2629 -x1747 -x567 
1.17/1.27	v -x587 -x607 -x627 -x647 -x667 -x687 -x707 -x727 -x747 -x767 -x787 -x807 -x827 -x847 -x867 -x887 -x907 -x1848 -x1004 -x1868 -x1023 
1.17/1.27	v -x1888 -x1042 -x1908 -x1061 -x1928 -x1080 -x1948 -x1099 -x1968 -x1118 -x1988 -x1137 -x2008 -x1156 -x2028 -x1175 -x2048 
1.17/1.27	v -x1194 -x2068 -x1213 -x2088 -x1232 -x2108 -x1251 -x2128 -x1270 -x2148 -x1289 -x2168 -x1308 -x2188 -x1327 -x126 -x146 -x166 -x186 
1.17/1.27	v -x206 -x226 -x246 -x266 -x286 -x306 -x326 -x346 -x366 -x386 -x406 -x426 -x446 -x466 -x2268 -x1404 -x2288 -x1423 -x2308 -x1442 
1.17/1.27	v -x2328 -x1461 -x2348 -x1480 -x2368 -x1499 -x2388 -x1518 -x2408 -x1537 -x2428 -x1556 -x2448 -x1575 -x2468 -x1594 -x2488 -x1613 
1.17/1.27	v -x2508 -x1632 -x2528 -x1651 -x2548 -x1670 -x2568 -x1689 -x2588 -x1708 -x2608 -x1727 -x2628 -x1746 -x546 -x566 -x586 -x606 
1.17/1.27	v -x626 -x646 -x666 -x686 -x706 -x726 -x746 -x766 -x786 -x806 -x826 -x846 -x866 -x886 -x906 -x1827 -x984 -x1847 -x1003 -x1867 
1.17/1.27	v -x1022 -x1887 -x1041 -x1907 -x1060 -x1927 -x1079 -x1947 -x1098 -x1967 -x1117 -x1987 -x1136 -x2007 -x1155 -x2027 -x1174 -x2047 
1.17/1.27	v -x1193 -x2067 -x1212 -x2087 -x1231 -x2107 -x1250 -x2127 -x1269 -x2147 -x1288 -x2167 -x1307 -x2187 -x1326 -x105 -x125 -x145 
1.17/1.27	v -x165 -x185 -x205 -x225 -x245 -x265 -x285 -x305 -x325 -x345 -x365 -x385 -x405 -x425 -x445 -x465 -x2247 -x1384 -x2267 -x1403 
1.17/1.27	v -x2287 -x1422 -x2307 -x1441 -x2327 -x1460 -x2347 -x1479 -x2367 -x1498 -x2387 -x1517 -x2407 -x1536 -x2427 -x1555 -x2447 -x1574 
1.17/1.27	v -x2467 -x1593 -x2487 -x1612 -x2507 -x1631 -x2527 -x1650 -x2547 -x1669 -x2567 -x1688 -x2587 -x1707 -x2607 -x1726 -x2627 -x1745 
1.17/1.27	v -x525 -x545 -x565 -x585 -x605 -x625 -x645 -x665 -x685 -x705 -x725 -x745 -x765 -x785 -x805 -x825 -x845 -x865 -x885 -x905 -x1806 
1.17/1.27	v -x964 -x1826 -x983 -x1846 -x1002 -x1866 -x1021 -x1886 -x1040 -x1906 -x1059 -x1926 -x1078 -x1946 -x1097 -x1966 -x1116 -x1986 
1.17/1.27	v -x1135 -x2006 -x1154 -x2026 -x1173 -x2046 -x1192 -x2066 -x1211 -x2086 -x1230 -x2106 -x1249 -x2126 -x1268 -x2146 -x1287 -x2166 
1.17/1.27	v -x1306 -x2186 -x1325 -x84 -x104 -x124 -x144 -x164 -x184 -x204 -x224 -x244 -x264 -x284 -x304 -x324 -x344 -x364 -x384 -x404 
1.17/1.27	v -x424 -x444 -x464 -x2226 -x1364 -x2246 -x1383 -x2266 -x1402 -x2286 -x1421 -x2306 -x1440 -x2326 -x1459 -x2346 -x1478 -x2366 -x1497 
1.17/1.27	v -x2386 -x1516 -x2406 -x1535 -x2426 -x1554 -x2446 -x1573 -x2466 -x1592 -x2486 -x1611 -x2506 -x1630 -x2526 -x1649 -x2546 
1.17/1.27	v -x1668 -x2566 -x1687 -x2586 -x1706 -x2606 -x1725 -x2626 -x504 -x524 -x544 -x564 -x584 -x604 -x624 -x644 -x664 -x684 -x704 -x724 
1.17/1.27	v -x744 -x764 -x784 -x804 -x824 -x844 -x864 -x884 -x904 -x1785 -x944 -x1805 -x963 -x1825 -x982 -x1845 -x1001 -x1865 -x1020 -x1885 
1.17/1.27	v -x1039 -x1905 -x1058 -x1925 -x1077 -x1945 -x1096 -x1965 -x1115 -x1985 -x1134 -x2005 -x1153 -x2025 -x1172 -x2045 -x1191 
1.17/1.27	v -x2065 -x1210 -x2085 -x1229 -x2105 -x1248 -x2125 -x1267 -x2145 -x1286 -x2165 -x1305 -x2185 -x42 -x63 -x83 -x103 -x123 -x143 -x163 
1.17/1.27	v -x183 -x203 -x223 -x243 -x263 -x283 -x303 -x323 -x343 -x363 -x383 -x403 -x423 -x443 -x21 -x463 -x2225 -x1363 -x2245 -x1382 
1.17/1.27	v -x2265 -x1401 -x2285 -x1420 -x2305 -x1439 -x2325 -x1458 -x2345 -x1477 -x2365 -x1496 -x2385 -x1515 -x2405 -x1534 -x2425 -x1553 
1.17/1.27	v -x2445 -x1572 -x2465 -x1591 -x2485 -x1610 -x2505 -x1629 -x2525 -x1648 -x2545 -x1667 -x2565 -x1686 -x2585 -x1705 -x2605 -x503 
1.17/1.27	v -x523 -x543 -x563 -x583 -x603 -x623 -x643 -x663 -x683 -x703 -x723 -x743 -x763 -x783 -x803 -x823 -x843 -x863 -x883 -x1784 
1.17/1.27	v -x943 -x1804 -x962 -x1824 -x981 -x1844 -x1000 -x1864 -x1019 -x1884 -x1038 -x1904 -x1057 -x1924 -x1076 -x1944 -x1095 -x1964 -x1114 
1.17/1.27	v -x1984 -x1133 -x2004 -x1152 -x2024 -x1171 -x2044 -x1190 -x2064 -x1209 -x2084 -x1228 -x2104 -x1247 -x2124 -x1266 -x2144 -x1285 
1.17/1.27	v -x2164 -x41 -x62 -x82 -x102 -x122 -x142 -x162 -x182 -x202 -x222 -x242 -x262 -x282 -x302 -x322 -x342 -x362 -x382 -x402 -x422 
1.17/1.27	v -x20 -x442 -x2224 -x1362 -x2244 -x1381 -x2264 -x1400 -x2284 -x1419 -x2304 -x1438 -x2324 -x1457 -x2344 -x1476 -x2364 -x1495 
1.17/1.27	v -x2384 -x1514 -x2404 -x1533 -x2424 -x1552 -x2444 -x1571 -x2464 -x1590 -x2484 -x1609 -x2504 -x1628 -x2524 -x1647 -x2544 -x1666 
1.17/1.27	v -x2564 -x1685 -x2584 -x502 -x522 -x542 -x562 -x582 -x602 -x622 -x642 -x662 -x682 -x702 -x722 -x742 -x762 -x782 -x802 -x822 
1.17/1.27	v -x842 -x862 -x1783 -x942 -x1803 -x961 -x1823 -x980 -x1843 -x999 -x1863 -x1018 -x1883 -x1037 -x1903 -x1056 -x1923 -x1075 -x1943 
1.17/1.27	v -x1094 -x1963 -x1113 -x1983 -x1132 -x2003 -x1151 -x2023 -x1170 -x2043 -x1189 -x2063 -x1208 -x2083 -x1227 -x2103 -x1246 -x2123 
1.17/1.27	v -x1265 -x2143 -x40 -x61 -x81 -x101 -x121 -x141 -x161 -x181 -x201 -x221 -x241 -x261 -x281 -x301 -x321 -x341 -x361 -x381 -x401 
1.17/1.27	v -x19 -x421 -x2223 -x1361 -x2243 -x1380 -x2263 -x1399 -x2283 -x1418 -x2303 -x1437 -x2323 -x1456 -x2343 -x1475 -x2363 -x1494 
1.17/1.27	v -x2383 -x1513 -x2403 -x1532 -x2423 -x1551 -x2443 -x1570 -x2463 -x1589 -x2483 -x1608 -x2503 -x1627 -x2523 -x1646 -x2543 -x1665 
1.17/1.27	v -x2563 -x501 -x521 -x541 -x561 -x581 -x601 -x621 -x641 -x661 -x681 -x701 -x721 -x741 -x761 -x781 -x801 -x821 -x841 -x1782 
1.17/1.27	v -x941 -x1802 -x960 -x1822 -x979 -x1842 -x998 -x1862 -x1017 -x1882 -x1036 -x1902 -x1055 -x1922 -x1074 -x1942 -x1093 -x1962 -x1112 
1.17/1.27	v -x1982 -x1131 -x2002 -x1150 -x2022 -x1169 -x2042 -x1188 -x2062 -x1207 -x2082 -x1226 -x2102 -x1245 -x2122 -x39 -x60 -x80 
1.17/1.27	v -x100 -x120 -x140 -x160 -x180 -x200 -x220 -x240 -x260 -x280 -x300 -x320 -x340 -x360 -x380 -x18 -x400 -x2222 -x1360 -x2242 -x1379 
1.17/1.27	v -x2262 -x1398 -x2282 -x1417 -x2302 -x1436 -x2322 -x1455 -x2342 -x1474 -x2362 -x1493 -x2382 -x1512 -x2402 -x1531 -x2422 -x1550 
1.17/1.27	v -x2442 -x1569 -x2462 -x1588 -x2482 -x1607 -x2502 -x1626 -x2522 -x1645 -x2542 -x500 -x520 -x540 -x560 -x580 -x600 -x620 -x640 
1.17/1.27	v -x660 -x680 -x700 -x720 -x740 -x760 -x780 -x800 -x820 -x1781 -x940 -x1801 -x959 -x1821 -x978 -x1841 -x997 -x1861 -x1016 
1.17/1.27	v -x1881 -x1035 -x1901 -x1054 -x1921 -x1073 -x1941 -x1092 -x1961 -x1111 -x1981 -x1130 -x2001 -x1149 -x2021 -x1168 -x2041 -x1187 
1.17/1.27	v -x2061 -x1206 -x2081 -x1225 -x2101 -x38 -x59 -x79 -x99 -x119 -x139 -x159 -x179 -x199 -x219 -x239 -x259 -x279 -x299 -x319 -x339 
1.17/1.27	v -x359 -x17 -x379 -x2221 -x1359 -x2241 -x1378 -x2261 -x1397 -x2281 -x1416 -x2301 -x1435 -x2321 -x1454 -x2341 -x1473 -x2361 
1.17/1.27	v -x1492 -x2381 -x1511 -x2401 -x1530 -x2421 -x1549 -x2441 -x1568 -x2461 -x1587 -x2481 -x1606 -x2501 -x1625 -x2521 -x499 -x519 -x539 
1.17/1.27	v -x559 -x579 -x599 -x619 -x639 -x659 -x679 -x699 -x719 -x739 -x759 -x779 -x799 -x1780 -x939 -x1800 -x958 -x1820 -x977 -x1840 
1.17/1.27	v -x996 -x1860 -x1015 -x1880 -x1034 -x1900 -x1053 -x1920 -x1072 -x1940 -x1091 -x1960 -x1110 -x1980 -x1129 -x2000 -x1148 -x2020 
1.17/1.27	v -x1167 -x2040 -x1186 -x2060 -x1205 -x2080 -x37 -x58 -x78 -x98 -x118 -x138 -x158 -x178 -x198 -x218 -x238 -x258 -x278 -x298 
1.17/1.27	v -x318 -x338 -x16 -x358 -x2220 -x1358 -x2240 -x1377 -x2260 -x1396 -x2280 -x1415 -x2300 -x1434 -x2320 -x1453 -x2340 -x1472 -x2360 
1.17/1.27	v -x1491 -x2380 -x1510 -x2400 -x1529 -x2420 -x1548 -x2440 -x1567 -x2460 -x1586 -x2480 -x1605 -x2500 -x498 -x518 -x538 -x558 
1.17/1.27	v -x578 -x598 -x618 -x638 -x658 -x678 -x698 -x718 -x738 -x758 -x778 -x1779 -x938 -x1799 -x957 -x1819 -x976 -x1839 -x995 -x1859 
1.17/1.27	v -x1014 -x1879 -x1033 -x1899 -x1052 -x1919 -x1071 -x1939 -x1090 -x1959 -x1109 -x1979 -x1128 -x1999 -x1147 -x2019 -x1166 -x2039 
1.17/1.27	v -x1185 -x2059 -x36 -x57 -x77 -x97 -x117 -x137 -x157 -x177 -x197 -x217 -x237 -x257 -x277 -x297 -x317 -x15 -x337 -x2219 -x1357 
1.17/1.27	v -x2239 -x1376 -x2259 -x1395 -x2279 -x1414 -x2299 -x1433 -x2319 -x1452 -x2339 -x1471 -x2359 -x1490 -x2379 -x1509 -x2399 -x1528 
1.17/1.27	v -x2419 -x1547 -x2439 -x1566 -x2459 -x1585 -x2479 -x497 -x517 -x537 -x557 -x577 -x597 -x617 -x637 -x657 -x677 -x697 -x717 -x737 
1.17/1.27	v -x757 -x1778 -x937 -x1798 -x956 -x1818 -x975 -x1838 -x994 -x1858 -x1013 -x1878 -x1032 -x1898 -x1051 -x1918 -x1070 -x1938 
1.17/1.27	v -x1089 -x1958 -x1108 -x1978 -x1127 -x1998 -x1146 -x2018 -x1165 -x2038 -x35 -x56 -x76 -x96 -x116 -x136 -x156 -x176 -x196 -x216 
1.17/1.27	v -x236 -x256 -x276 -x296 -x14 -x316 -x2218 -x1356 -x2238 -x1375 -x2258 -x1394 -x2278 -x1413 -x2298 -x1432 -x2318 -x1451 -x2338 
1.17/1.27	v -x1470 -x2358 -x1489 -x2378 -x1508 -x2398 -x1527 -x2418 -x1546 -x2438 -x1565 -x2458 -x496 -x516 -x536 -x556 -x576 -x596 -x616 
1.17/1.27	v -x636 -x656 -x676 -x696 -x716 -x736 -x1777 -x936 -x1797 -x955 -x1817 -x974 -x1837 -x993 -x1857 -x1012 -x1877 -x1031 -x1897 
1.17/1.27	v -x1050 -x1917 -x1069 -x1937 -x1088 -x1957 -x1107 -x1977 -x1126 -x1997 -x1145 -x2017 -x34 -x55 -x75 -x95 -x115 -x135 -x155 -x175 
1.17/1.27	v -x195 -x215 -x235 -x255 -x275 -x13 -x295 -x2217 -x1355 -x2237 -x1374 -x2257 -x1393 -x2277 -x1412 -x2297 -x1431 -x2317 -x1450 
1.17/1.27	v -x2337 -x1469 -x2357 -x1488 -x2377 -x1507 -x2397 -x1526 -x2417 -x1545 -x2437 -x495 -x515 -x535 -x555 -x575 -x595 -x615 -x635 
1.17/1.27	v -x655 -x675 -x695 -x715 -x1776 -x935 -x1796 -x954 -x1816 -x973 -x1836 -x992 -x1856 -x1011 -x1876 -x1030 -x1896 -x1049 -x1916 
1.17/1.27	v -x1068 -x1936 -x1087 -x1956 -x1106 -x1976 -x1125 -x1996 -x33 -x54 -x74 -x94 -x114 -x134 -x154 -x174 -x194 -x214 -x234 -x254 
1.17/1.27	v -x12 -x274 -x2216 -x1354 -x2236 -x1373 -x2256 -x1392 -x2276 -x1411 -x2296 -x1430 -x2316 -x1449 -x2336 -x1468 -x2356 -x1487 
1.17/1.27	v -x2376 -x1506 -x2396 -x1525 -x2416 -x494 -x514 -x534 -x554 -x574 -x594 -x614 -x634 -x654 -x674 -x694 -x1775 -x934 -x1795 -x953 
1.17/1.27	v -x1815 -x972 -x1835 -x991 -x1855 -x1010 -x1875 -x1029 -x1895 -x1048 -x1915 -x1067 -x1935 -x1086 -x1955 -x1105 -x1975 -x32 
1.17/1.27	v -x53 -x73 -x93 -x113 -x133 -x153 -x173 -x193 -x213 -x233 -x11 -x253 -x2215 -x1353 -x2235 -x1372 -x2255 -x1391 -x2275 -x1410 
1.17/1.27	v -x2295 -x1429 -x2315 -x1448 -x2335 -x1467 -x2355 -x1486 -x2375 -x1505 -x2395 -x493 -x513 -x533 -x553 -x573 -x593 -x613 -x633 
1.17/1.27	v -x653 -x673 -x1774 -x933 -x1794 -x952 -x1814 -x971 -x1834 -x990 -x1854 -x1009 -x1874 -x1028 -x1894 -x1047 -x1914 -x1066 -x1934 
1.17/1.27	v -x1085 -x1954 -x31 -x52 -x72 -x92 -x112 -x132 -x152 -x172 -x192 -x212 -x10 -x232 -x2214 -x1352 -x2234 -x1371 -x2254 -x1390 
1.17/1.27	v -x2274 -x1409 -x2294 -x1428 -x2314 -x1447 -x2334 -x1466 -x2354 -x1485 -x2374 -x492 -x512 -x532 -x552 -x572 -x592 -x612 -x632 
1.17/1.27	v -x652 -x1773 -x932 -x1793 -x951 -x1813 -x970 -x1833 -x989 -x1853 -x1008 -x1873 -x1027 -x1893 -x1046 -x1913 -x1065 -x1933 -x30 
1.17/1.29	v -x51 -x71 -x91 -x111 -x131 -x151 -x171 -x191 -x9 -x211 -x2213 -x1351 -x2233 -x1370 -x2253 -x1389 -x2273 -x1408 -x2293 -x1427 
1.17/1.29	v -x2313 -x1446 -x2333 -x1465 -x2353 -x491 -x511 -x531 -x551 -x571 -x591 -x611 -x631 -x1772 -x931 -x1792 -x950 -x1812 -x969 -x1832 
1.17/1.29	v -x988 -x1852 -x1007 -x1872 -x1026 -x1892 -x1045 -x1912 -x29 -x50 -x70 -x90 -x110 -x130 -x150 -x170 -x8 -x190 -x2212 -x1350 
1.17/1.29	v -x2232 -x1369 -x2252 -x1388 -x2272 -x1407 -x2292 -x1426 -x2312 -x1445 -x2332 -x490 -x510 -x530 -x550 -x570 -x590 -x610 -x1771 
1.17/1.29	v -x930 -x1791 -x949 -x1811 -x968 -x1831 -x987 -x1851 -x1006 -x1871 -x1025 -x1891 -x28 -x49 -x69 -x89 -x109 -x129 -x149 -x7 
1.17/1.29	v -x169 -x2211 -x1349 -x2231 -x1368 -x2251 -x1387 -x2271 -x1406 -x2291 -x1425 -x2311 -x489 -x509 -x529 -x549 -x569 -x589 -x1770 
1.17/1.29	v -x929 -x1790 -x948 -x1810 -x967 -x1830 -x986 -x1850 -x1005 -x1870 -x27 -x48 -x68 -x88 -x108 -x128 -x6 -x148 -x2210 -x1348 -x2230 
1.17/1.29	v -x1367 -x2250 -x1386 -x2270 -x1405 -x2290 -x488 -x508 -x528 -x548 -x568 -x1769 -x928 -x1789 -x947 -x1809 -x966 -x1829 -x985 
1.17/1.29	v -x1849 -x26 -x47 -x67 -x87 -x107 -x5 -x127 -x2209 -x1347 -x2229 -x1366 -x2249 -x1385 -x2269 -x487 -x507 -x527 -x547 -x1768 
1.17/1.29	v -x927 -x1788 -x946 -x1808 -x965 -x1828 -x25 -x46 -x66 -x86 -x4 -x106 -x2208 -x1346 -x2228 -x1365 -x2248 -x486 -x506 -x526 
1.17/1.29	v -x1767 -x926 -x1787 -x945 -x1807 -x24 -x45 -x65 -x3 -x85 -x2207 -x1345 -x2227 -x485 -x505 -x1766 -x925 -x1786 -x23 -x44 -x2 -x64 
1.17/1.29	v -x2206 -x484 -x1765 -x22 -x1 -x43 -x2730 -x2688 -x2729 -x2687 -x2728 -x2686 -x2727 -x2685 -x2726 -x2684 -x2725 -x2683 -x2724 
1.17/1.29	v -x2682 -x2723 -x2681 -x2722 -x2680 -x2721 -x2679 -x2720 -x2678 -x2719 -x2677 -x2718 -x2676 -x2717 -x2675 -x2716 -x2674 -x2715 
1.17/1.29	v -x2673 -x2714 -x2672 -x2713 -x2671 -x2712 -x2670 -x2711 -x2669 -x2710 -x2668 -x2709 -x2667 -x2708 -x2666 -x2707 -x2665 -x2706 
1.17/1.29	v -x2664 -x2705 -x2663 -x2704 -x2662 -x2703 -x2661 -x2702 -x2660 -x2701 -x2659 -x2700 -x2658 -x2699 -x2657 -x2698 -x2656 
1.17/1.29	v -x2697 -x2655 -x2696 -x2654 -x2695 -x2653 -x2694 -x2652 -x2693 -x2651 -x2692 -x2650 -x2691 -x2649 -x2690 -x2648 -x2689 -x2647 

Verifier Data

OK	0

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: 64096 MiB (61977 MiB free)
  memory of node 1: 64473 MiB (61526 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458304-1721868730/watcher-4458304-1721868730 -o /tmp/evaluation-result-4458304-1721868730/solver-4458304-1721868730 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721865122-213620 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4458304-1721868730.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=216417, runsolver pid=216414

[startup+0.100618 s]*
/proc/loadavg: 4.27 4.17 4.08 4/232 216441
/proc/meminfo: memFree=126477280/131655788 swapFree=131070192/131071996
[pid=216417] ppid=216414 vsize=39160 memory=28604 CPUtime=0.1 cores=4,6
/proc/216417/stat : 216417 (fscip) R 216414 216417 213609 0 -1 4194304 4915 0 0 0 9 1 0 0 20 0 1 0 22861912 40099840 7151 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
/proc/216417/statm: 9790 7151 2702 3032 0 6190 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 39160 KiB
Current children cumulated memory: 28604 KiB

[startup+0.213224 s]*
/proc/loadavg: 4.27 4.17 4.08 4/232 216462
/proc/meminfo: memFree=126473496/131655788 swapFree=131070192/131071996
[pid=216417] ppid=216414 vsize=130524 memory=43776 CPUtime=0.21 cores=4,6
/proc/216417/stat : 216417 (fscip) S 216414 216417 213609 0 -1 1077936128 9818 0 0 0 18 3 0 0 20 0 3 0 22861912 133656576 10944 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
/proc/216417/statm: 32631 10944 2782 3032 0 15172 0
[pid=216417/tid=216457] ppid=216414 vsize=130524 memory=4207609247508812749 CPUtime=0.02 cores=4,6
/proc/216417/task/216457/stat : 216457 (fscip) R 216414 216417 213609 0 -1 4194368 2725 0 0 0 1 1 0 0 20 0 3 0 22861931 133656576 10944 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
[pid=216417/tid=216462] ppid=216414 vsize=130524 memory=1355245 CPUtime=0 cores=4,6
/proc/216417/task/216462/stat : 216462 (fscip) S 216414 216417 213609 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 22861933 133656576 10944 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 130524 KiB
Current children cumulated memory: 43776 KiB

[startup+0.313405 s]*
/proc/loadavg: 4.27 4.17 4.08 5/233 216470
/proc/meminfo: memFree=126423172/131655788 swapFree=131070192/131071996
[pid=216417] ppid=216414 vsize=131552 memory=52864 CPUtime=0.3 cores=4,6
/proc/216417/stat : 216417 (fscip) S 216414 216417 213609 0 -1 1077936128 12019 0 0 0 27 3 0 0 20 0 3 0 22861912 134709248 13216 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
/proc/216417/statm: 32888 13216 2894 3032 0 17572 0
[pid=216417/tid=216457] ppid=216414 vsize=131552 memory=4026532058 CPUtime=0.11 cores=4,6
/proc/216417/task/216457/stat : 216457 (fscip) R 216414 216417 213609 0 -1 4194368 4943 0 0 0 10 1 0 0 20 0 3 0 22861931 134709248 13216 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
[pid=216417/tid=216462] ppid=216414 vsize=131552 memory=7954764558212050122 CPUtime=0 cores=4,6
/proc/216417/task/216462/stat : 216462 (fscip) S 216414 216417 213609 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 22861933 134709248 13216 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 131552 KiB
Current children cumulated memory: 52864 KiB

[startup+0.700381 s]
/proc/loadavg: 4.27 4.17 4.08 3/236 216495
/proc/meminfo: memFree=126450248/131655788 swapFree=131070192/131071996
[pid=216417] ppid=216414 vsize=131552 memory=53648 CPUtime=0.68 cores=4,6
/proc/216417/stat : 216417 (fscip) S 216414 216417 213609 0 -1 1077936128 12191 0 0 0 65 3 0 0 20 0 3 0 22861912 134709248 13412 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
/proc/216417/statm: 32888 13412 2894 3032 0 17723 0
[pid=216417/tid=216457] ppid=216414 vsize=131552 memory=0 CPUtime=0.49 cores=4,6
/proc/216417/task/216457/stat : 216457 (fscip) R 216414 216417 213609 0 -1 4194368 5098 0 0 0 48 1 0 0 20 0 3 0 22861931 134709248 13412 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
[pid=216417/tid=216462] ppid=216414 vsize=131552 memory=0 CPUtime=0 cores=4,6
/proc/216417/task/216462/stat : 216462 (fscip) S 216414 216417 213609 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 22861933 134709248 13412 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 131552 KiB
Current children cumulated memory: 53648 KiB

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

# cumulated CPU time of all completed processes:  user=1.22406 s, system=0.057638 s

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

[startup+0.800403 s]
/proc/loadavg: 4.27 4.17 4.08 3/236 216495
/proc/meminfo: memFree=126450248/131655788 swapFree=131070192/131071996
[pid=216417] ppid=216414 vsize=131552 memory=53648 CPUtime=0.78 cores=4,6
/proc/216417/stat : 216417 (fscip) S 216414 216417 213609 0 -1 1077936128 12193 0 0 0 75 3 0 0 20 0 3 0 22861912 134709248 13412 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
/proc/216417/statm: 32888 13412 2894 3032 0 17724 0
[pid=216417/tid=216457] ppid=216414 vsize=131552 memory=0 CPUtime=0.58 cores=4,6
/proc/216417/task/216457/stat : 216457 (fscip) R 216414 216417 213609 0 -1 4194368 5100 0 0 0 57 1 0 0 20 0 3 0 22861931 134709248 13412 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
[pid=216417/tid=216462] ppid=216414 vsize=131552 memory=-6658121718988716904 CPUtime=0 cores=4,6
/proc/216417/task/216462/stat : 216462 (fscip) S 216414 216417 213609 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 22861933 134709248 13412 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 131552 KiB
Current children cumulated memory: 53648 KiB

[startup+1.20036 s]
/proc/loadavg: 4.27 4.17 4.08 7/240 216576
/proc/meminfo: memFree=126366336/131655788 swapFree=131070192/131071996
[pid=216417] ppid=216414 vsize=131552 memory=53912 CPUtime=1.17 cores=4,6
/proc/216417/stat : 216417 (fscip) S 216414 216417 213609 0 -1 1077936128 12277 0 0 0 114 3 0 0 20 0 3 0 22861912 134709248 13478 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
/proc/216417/statm: 32888 13478 2894 3032 0 17828 0
[pid=216417/tid=216457] ppid=216414 vsize=131552 memory=1362166 CPUtime=0.98 cores=4,6
/proc/216417/task/216457/stat : 216457 (fscip) R 216414 216417 213609 0 -1 4194368 5184 0 0 0 97 1 0 0 20 0 3 0 22861931 134709248 13478 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
[pid=216417/tid=216462] ppid=216414 vsize=131552 memory=1363778 CPUtime=0 cores=4,6
/proc/216417/task/216462/stat : 216462 (fscip) S 216414 216417 213609 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 22861933 134709248 13478 134679101440 4194304 16613245 140729619781248 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 36978688 140729619784725 140729619784841 140729619784841 140729619791856 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 131552 KiB
Current children cumulated memory: 53912 KiB

Child status: 0

Real time (s): 1.29443
CPU time (s): 1.2817
CPU user time (s): 1.22406
CPU system time (s): 0.057638
CPU usage (%): 99.0166
Max. virtual memory (cumulated for all children) (KiB): 131552
Max. memory (cumulated for all children) (KiB): 53912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.22406
system time used= 0.057638
maximum resident set size= 54124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20468
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= 14
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 216417
#   total CPU time (s): 1.2817
#   total CPU user time (s): 1.22406
#   total CPU system time (s): 0.057638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028912 second user time and 0.08072 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-25 02:52:11
IDJOB=4458304
IDBENCH=177198
IDSOLVER=3064
FILE ID=nodeC002/4458304-1721868730
RUNJOBID= nodeC002-1721865122-213620
SLURM_JOB_ID= 8089198
Free space on /tmp= 723696 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_21.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-4458304-1721868730/watcher-4458304-1721868730 -o /tmp/evaluation-result-4458304-1721868730/solver-4458304-1721868730 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721865122-213620 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4458304-1721868730.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 216ba9da6a205e5efe57192784bc5fe9
RANDOM SEED=1047758806

nodeC002.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	: 0xb00001f
cpu MHz		: 1197.161
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
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	: 0xb00001f
cpu MHz		: 3650.275
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
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	: 0xb00001f
cpu MHz		: 1197.164
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
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	: 0xb00001f
cpu MHz		: 1197.171
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
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	: 0xb00001f
cpu MHz		: 1267.839
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
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	: 0xb00001f
cpu MHz		: 2028.563
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
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	: 0xb00001f
cpu MHz		: 1197.166
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
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	: 0xb00001f
cpu MHz		: 1197.169
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126469100 kB
MemAvailable:   129937332 kB
Buffers:          300700 kB
Cached:          3980392 kB
SwapCached:           72 kB
Active:          2330584 kB
Inactive:        2270128 kB
Active(anon):       1536 kB
Inactive(anon):   371952 kB
Active(file):    2329048 kB
Inactive(file):  1898176 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070192 kB
Dirty:             85424 kB
Writeback:            48 kB
AnonPages:        318580 kB
Mapped:           104520 kB
Shmem:             53844 kB
KReclaimable:     162412 kB
Slab:             273848 kB
SReclaimable:     162412 kB
SUnreclaim:       111436 kB
KernelStack:        3836 kB
PageTables:         9828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     837188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            11872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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:      316232 kB
DirectMap2M:    36288512 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723672 MiB
End job on nodeC002 at 2024-07-25 02:52:12