Trace number 4458182

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.46048 0.463537

General information on the benchmark

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458182-1721866932/watcher-4458182-1721866932 -o /tmp/evaluation-result-4458182-1721866932/solver-4458182-1721866932 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721865115-254127 --watchdog 3760 pbscip -f HOME/instance-4458182-1721866932.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=255793, runsolver pid=255790
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 5.28 5.24 4.54 5/258 255794
/proc/meminfo: memFree=121750236/131524600 swapFree=131058856/131071996
[pid=255793] ppid=255790 vsize=86140 memory=43888 CPUtime=0.09 cores=0,2
/proc/255793/stat : 255793 (pbscip) R 255790 255793 254117 0 -1 4194304 7630 0 0 0 9 0 0 0 20 0 1 0 23222704 88207360 10972 134679101440 4194304 18693293 140729755297152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37060608 140729755300868 140729755300967 140729755300967 140729755307982 0
/proc/255793/statm: 21535 10972 3965 3540 0 9792 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 86140 KiB
Current children cumulated memory: 43888 KiB

[startup+0.205525 s]*
/proc/loadavg: 5.28 5.24 4.54 5/258 255794
/proc/meminfo: memFree=121748052/131524600 swapFree=131058856/131071996
[pid=255793] ppid=255790 vsize=86736 memory=44680 CPUtime=0.19 cores=0,2
/proc/255793/stat : 255793 (pbscip) R 255790 255793 254117 0 -1 4194304 7800 0 0 0 19 0 0 0 20 0 1 0 23222704 88817664 11170 134679101440 4194304 18693293 140729755297152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37060608 140729755300868 140729755300967 140729755300967 140729755307982 0
/proc/255793/statm: 21684 11170 3965 3540 0 9941 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 86736 KiB
Current children cumulated memory: 44680 KiB

[startup+0.305041 s]*
/proc/loadavg: 5.28 5.24 4.54 5/258 255794
/proc/meminfo: memFree=121747912/131524600 swapFree=131058856/131071996
[pid=255793] ppid=255790 vsize=86936 memory=44680 CPUtime=0.29 cores=0,2
/proc/255793/stat : 255793 (pbscip) R 255790 255793 254117 0 -1 4194304 7809 0 0 0 29 0 0 0 20 0 1 0 23222704 89022464 11170 134679101440 4194304 18693293 140729755297152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37060608 140729755300868 140729755300967 140729755300967 140729755307982 0
/proc/255793/statm: 21734 11170 3965 3540 0 9991 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 86936 KiB
Current children cumulated memory: 44680 KiB

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

# cumulated CPU time of all completed processes:  user=0.446575 s, system=0.013905 s

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

[startup+0.404961 s]*
/proc/loadavg: 5.28 5.24 4.54 5/258 255794
/proc/meminfo: memFree=121747576/131524600 swapFree=131058856/131071996
[pid=255793] ppid=255790 vsize=86936 memory=44680 CPUtime=0.39 cores=0,2
/proc/255793/stat : 255793 (pbscip) R 255790 255793 254117 0 -1 4194304 7813 0 0 0 39 0 0 0 20 0 1 0 23222704 89022464 11170 134679101440 4194304 18693293 140729755297152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37060608 140729755300868 140729755300967 140729755300967 140729755307982 0
/proc/255793/statm: 21734 11170 3965 3540 0 9991 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 86936 KiB
Current children cumulated memory: 44680 KiB

Child status: 0

Real time (s): 0.463537
CPU time (s): 0.46048
CPU user time (s): 0.446575
CPU system time (s): 0.013905
CPU usage (%): 99.3405
Max. virtual memory (cumulated for all children) (KiB): 86936
Max. memory (cumulated for all children) (KiB): 44680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.446575
system time used= 0.013905
maximum resident set size= 44680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7821
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= 10
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 255793
#   total CPU time (s): 0.46048
#   total CPU user time (s): 0.446575
#   total CPU system time (s): 0.013905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.006793 second user time and 0.027175 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-25 02:22:12
IDJOB=4458182
IDBENCH=177178
IDSOLVER=3059
FILE ID=nodeC031/4458182-1721866932
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_22.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-4458182-1721866932/watcher-4458182-1721866932 -o /tmp/evaluation-result-4458182-1721866932/solver-4458182-1721866932 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721865115-254127 --watchdog 3760  pbscip -f HOME/instance-4458182-1721866932.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 32ee0ddbdff3b16b51999f7bca4d7c0a
RANDOM SEED=1053313976

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		: 3650.615
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		: 3685.968
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		: 3664.695
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.645
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		: 3672.736
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		: 3686.034
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.373
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.445
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:        121778652 kB
MemAvailable:   124848492 kB
Buffers:          279704 kB
Cached:          3459732 kB
SwapCached:          360 kB
Active:          2137992 kB
Inactive:        6683668 kB
Active(anon):       1840 kB
Inactive(anon):  5133744 kB
Active(file):    2136152 kB
Inactive(file):  1549924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:             18996 kB
Writeback:             0 kB
AnonPages:       5080768 kB
Mapped:           135596 kB
Shmem:             53296 kB
KReclaimable:     444996 kB
Slab:             565776 kB
SReclaimable:     444996 kB
SUnreclaim:       120780 kB
KernelStack:        4160 kB
PageTables:        19676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5461172 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:12