Trace number 4458299

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
SCIP 2024-07-07OPT0 0.321287 0.32298

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

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: 63931 MiB (59827 MiB free)
  memory of node 1: 64510 MiB (59091 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458299-1721866933/watcher-4458299-1721866933 -o /tmp/evaluation-result-4458299-1721866933/solver-4458299-1721866933 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721865115-254127 --watchdog 3760 pbscip -f HOME/instance-4458299-1721866933.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100086 s]*
/proc/loadavg: 5.28 5.24 4.54 5/258 255932
/proc/meminfo: memFree=121745168/131524600 swapFree=131058856/131071996
[pid=255931] ppid=255928 vsize=84472 memory=42416 CPUtime=0.09 cores=0,2
/proc/255931/stat : 255931 (pbscip) R 255928 255931 254117 0 -1 4194304 7257 0 0 0 8 1 0 0 20 0 1 0 23222899 86499328 10604 134679101440 4194304 18693293 140732805569776 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57880576 140732805571588 140732805571687 140732805571687 140732805578702 0
/proc/255931/statm: 21118 10604 3963 3540 0 9375 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 84472 KiB
Current children cumulated memory: 42416 KiB

[startup+0.20556 s]*
/proc/loadavg: 5.28 5.24 4.54 5/258 255932
/proc/meminfo: memFree=121742280/131524600 swapFree=131058856/131071996
[pid=255931] ppid=255928 vsize=84740 memory=42944 CPUtime=0.2 cores=0,2
/proc/255931/stat : 255931 (pbscip) R 255928 255931 254117 0 -1 4194304 7343 0 0 0 19 1 0 0 20 0 1 0 23222899 86773760 10736 134679101440 4194304 18693293 140732805569776 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57880576 140732805571588 140732805571687 140732805571687 140732805578702 0
/proc/255931/statm: 21185 10736 3963 3540 0 9442 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 84740 KiB
Current children cumulated memory: 42944 KiB

[startup+0.305009 s]*
/proc/loadavg: 5.28 5.24 4.54 5/258 255932
/proc/meminfo: memFree=121742140/131524600 swapFree=131058856/131071996
[pid=255931] ppid=255928 vsize=84740 memory=42944 CPUtime=0.3 cores=0,2
/proc/255931/stat : 255931 (pbscip) R 255928 255931 254117 0 -1 4194304 7343 0 0 0 29 1 0 0 20 0 1 0 23222899 86773760 10736 134679101440 4194304 18693293 140732805569776 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57880576 140732805571588 140732805571687 140732805571687 140732805578702 0
/proc/255931/statm: 21185 10736 3963 3540 0 9442 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 84740 KiB
Current children cumulated memory: 42944 KiB

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

# cumulated CPU time of all completed processes:  user=0.30446 s, system=0.016827 s

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

[startup+0.305009 s]*
/proc/loadavg: 5.28 5.24 4.54 5/258 255932
/proc/meminfo: memFree=121742140/131524600 swapFree=131058856/131071996
[pid=255931] ppid=255928 vsize=84740 memory=42944 CPUtime=0.3 cores=0,2
/proc/255931/stat : 255931 (pbscip) R 255928 255931 254117 0 -1 4194304 7343 0 0 0 29 1 0 0 20 0 1 0 23222899 86773760 10736 134679101440 4194304 18693293 140732805569776 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57880576 140732805571588 140732805571687 140732805571687 140732805578702 0
/proc/255931/statm: 21185 10736 3963 3540 0 9442 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 84740 KiB
Current children cumulated memory: 42944 KiB

Child status: 0

Real time (s): 0.32298
CPU time (s): 0.321287
CPU user time (s): 0.30446
CPU system time (s): 0.016827
CPU usage (%): 99.4758
Max. virtual memory (cumulated for all children) (KiB): 84740
Max. memory (cumulated for all children) (KiB): 42944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.30446
system time used= 0.016827
maximum resident set size= 42944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7350
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= 7
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 255931
#   total CPU time (s): 0.321287
#   total CPU user time (s): 0.30446
#   total CPU system time (s): 0.016827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.009943 second user time and 0.018909 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-25 02:22:14
IDJOB=4458299
IDBENCH=177198
IDSOLVER=3059
FILE ID=nodeC031/4458299-1721866933
RUNJOBID= nodeC031-1721865115-254127
SLURM_JOB_ID= 8089188
Free space on /tmp= 890024 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_21.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458299-1721866933/watcher-4458299-1721866933 -o /tmp/evaluation-result-4458299-1721866933/solver-4458299-1721866933 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721865115-254127 --watchdog 3760  pbscip -f HOME/instance-4458299-1721866933.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 216ba9da6a205e5efe57192784bc5fe9
RANDOM SEED=2096757365

nodeC031.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		: 3658.634
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	: 7000.44
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		: 3684.102
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	: 7007.12
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		: 3669.454
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	: 7000.44
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		: 3600.514
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	: 7007.12
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		: 3666.580
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	: 7000.44
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		: 3684.118
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	: 7007.12
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		: 3600.488
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	: 7000.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.306
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	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121773492 kB
MemAvailable:   124843716 kB
Buffers:          279736 kB
Cached:          3460084 kB
SwapCached:          360 kB
Active:          2138040 kB
Inactive:        6689196 kB
Active(anon):       1840 kB
Inactive(anon):  5138936 kB
Active(file):    2136200 kB
Inactive(file):  1550260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:             19148 kB
Writeback:             0 kB
AnonPages:       5085864 kB
Mapped:           135596 kB
Shmem:             53296 kB
KReclaimable:     444996 kB
Slab:             565764 kB
SReclaimable:     444996 kB
SUnreclaim:       120768 kB
KernelStack:        4112 kB
PageTables:        19656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5459848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13280 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2584576 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:      367316 kB
DirectMap2M:    37154816 kB
DirectMap1G:    98566144 kB

Free space on /tmp at the end= 890004 MiB
End job on nodeC031 at 2024-07-25 02:22:14