Trace number 4458260

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.23027 0.241881

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_18.opb
MD5SUM858e72f790302981bac4f28574add405
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.145801
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2016
Total number of constraints2988
Number of constraints which are clauses1944
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1044
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 72
Biggest coefficient in the objective function 34359738368
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 137438953470
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 34359738368
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 137438953470
Number of bits of the biggest sum of numbers37
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-4458260-1721866933.opb>
0.00/0.01	c original problem has 2016 variables (2016 bin, 0 int, 0 impl, 0 cont) and 2988 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.00/0.01	c presolving:
0.00/0.02	c (round 1, fast)       432 del vars, 432 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 684 clqs
0.00/0.02	c    (0.0s) running MILP presolver
0.00/0.03	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.03	c (round 2, medium)     432 del vars, 2988 del conss, 1584 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 684 clqs
0.00/0.03	c (round 3, exhaustive) 432 del vars, 2988 del conss, 1584 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 974 upgd conss, 0 impls, 684 clqs
0.00/0.04	c (round 4, exhaustive) 432 del vars, 3960 del conss, 1908 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 974 upgd conss, 0 impls, 684 clqs
0.00/0.04	c    (0.0s) probing: 51/1584 (3.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.04	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.04	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.04	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
0.00/0.04	c  432 deleted vars, 3960 deleted constraints, 1908 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  0 implications, 684 cliques
0.00/0.04	c presolved problem has 1584 variables (1584 bin, 0 int, 0 impl, 0 cont) and 936 constraints
0.00/0.04	c     324 constraints of type <and>
0.00/0.04	c       2 constraints of type <xor>
0.00/0.04	c     610 constraints of type <linear>
0.00/0.04	c transformed objective value is always integral (scale: 2)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 10.0.0
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.04	c limits/time = 3596.998035
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.04	c limits/memory = 27900
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.05	c transformed 1/1 original solutions to the transformed problem space
0.00/0.05	c 
0.19/0.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.19/0.23	c   0.2s|     1 |     0 |  4339 |     - |    19M |   0 |1584 | 947 |1260 |   0 |  0 |  10 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.19/0.23	c 
0.19/0.23	c SCIP Status        : problem is solved [optimal solution found]
0.19/0.23	c Solving Time (sec) : 0.23
0.19/0.23	c Solving Nodes      : 1
0.19/0.23	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.19/0.23	c Dual Bound         : +0.00000000000000e+00
0.19/0.23	c Gap                : 0.00 %
0.19/0.23	s OPTIMUM FOUND
0.19/0.23	v -x1944 -x1296 -x684 -x1620 -x990 -x360 -x1926 -x1279 -x1943 -x1295 -x666 -x683 -x1602 -x973 -x1619 -x989 -x342 -x359 -x1908 -x1262 
0.19/0.23	v -x1925 -x1278 -x1942 -x1294 -x648 -x665 -x682 -x1584 -x956 -x1601 -x972 -x1618 -x988 -x324 -x341 -x358 -x1890 -x1245 -x1907 
0.19/0.23	v -x1261 -x1924 -x1277 -x1941 -x1293 -x630 -x647 -x664 -x681 -x1566 -x939 -x1583 -x955 -x1600 -x971 -x1617 -x987 -x306 -x323 
0.19/0.23	v -x340 -x357 -x1872 -x1228 -x1889 -x1244 -x1906 -x1260 -x1923 -x1276 -x1940 -x1292 -x612 -x629 -x646 -x663 -x680 -x1548 -x922 
0.19/0.23	v -x1565 -x938 -x1582 -x954 -x1599 -x970 -x1616 -x986 -x288 -x305 -x322 -x339 -x356 -x1854 -x1211 -x1871 -x1227 -x1888 -x1243 
0.19/0.23	v -x1905 -x1259 -x1922 -x1275 -x1939 -x1291 -x594 -x611 -x628 -x645 -x662 -x679 -x1530 -x905 -x1547 -x921 -x1564 -x937 -x1581 -x953 
0.19/0.23	v -x1598 -x969 -x1615 -x985 -x270 -x287 -x304 -x321 -x338 -x355 -x1836 -x1194 -x1853 -x1210 -x1870 -x1226 -x1887 -x1242 -x1904 
0.19/0.23	v -x1258 -x1921 -x1274 -x1938 -x1290 -x576 -x593 -x610 -x627 -x644 -x661 -x678 -x1512 -x888 -x1529 -x904 -x1546 -x920 -x1563 
0.19/0.23	v -x936 -x1580 -x952 -x1597 -x968 -x1614 -x984 -x252 -x269 -x286 -x303 -x320 -x337 -x354 -x1818 -x1177 -x1835 -x1193 -x1852 
0.19/0.23	v -x1209 -x1869 -x1225 -x1886 -x1241 -x1903 -x1257 -x1920 -x1273 -x1937 -x1289 -x558 -x575 -x592 -x609 -x626 -x643 -x660 -x677 
0.19/0.23	v -x1494 -x871 -x1511 -x887 -x1528 -x903 -x1545 -x919 -x1562 -x935 -x1579 -x951 -x1596 -x967 -x1613 -x983 -x234 -x251 -x268 -x285 
0.19/0.23	v -x302 -x319 -x336 -x353 -x1800 -x1160 -x1817 -x1176 -x1834 -x1192 -x1851 -x1208 -x1868 -x1224 -x1885 -x1240 -x1902 -x1256 
0.19/0.23	v -x1919 -x1272 -x1936 -x1288 -x540 -x557 -x574 -x591 -x608 -x625 -x642 -x659 -x676 -x1476 -x854 -x1493 -x870 -x1510 -x886 -x1527 
0.19/0.23	v -x902 -x1544 -x918 -x1561 -x934 -x1578 -x950 -x1595 -x966 -x1612 -x982 -x216 -x233 -x250 -x267 -x284 -x301 -x318 -x335 -x352 
0.19/0.23	v -x1782 -x1143 -x1799 -x1159 -x1816 -x1175 -x1833 -x1191 -x1850 -x1207 -x1867 -x1223 -x1884 -x1239 -x1901 -x1255 -x1918 -x1271 
0.19/0.23	v -x1935 -x1287 -x522 -x539 -x556 -x573 -x590 -x607 -x624 -x641 -x658 -x675 -x1458 -x837 -x1475 -x853 -x1492 -x869 -x1509 -x885 
0.19/0.23	v -x1526 -x901 -x1543 -x917 -x1560 -x933 -x1577 -x949 -x1594 -x965 -x1611 -x981 -x198 -x215 -x232 -x249 -x266 -x283 -x300 
0.19/0.23	v -x317 -x334 -x351 -x1764 -x1126 -x1781 -x1142 -x1798 -x1158 -x1815 -x1174 -x1832 -x1190 -x1849 -x1206 -x1866 -x1222 -x1883 -x1238 
0.19/0.23	v -x1900 -x1254 -x1917 -x1270 -x1934 -x1286 -x504 -x521 -x538 -x555 -x572 -x589 -x606 -x623 -x640 -x657 -x674 -x1440 -x820 
0.19/0.23	v -x1457 -x836 -x1474 -x852 -x1491 -x868 -x1508 -x884 -x1525 -x900 -x1542 -x916 -x1559 -x932 -x1576 -x948 -x1593 -x964 -x1610 
0.19/0.23	v -x980 -x180 -x197 -x214 -x231 -x248 -x265 -x282 -x299 -x316 -x333 -x350 -x1746 -x1109 -x1763 -x1125 -x1780 -x1141 -x1797 -x1157 
0.19/0.23	v -x1814 -x1173 -x1831 -x1189 -x1848 -x1205 -x1865 -x1221 -x1882 -x1237 -x1899 -x1253 -x1916 -x1269 -x1933 -x1285 -x486 -x503 
0.19/0.23	v -x520 -x537 -x554 -x571 -x588 -x605 -x622 -x639 -x656 -x673 -x1422 -x803 -x1439 -x819 -x1456 -x835 -x1473 -x851 -x1490 -x867 
0.19/0.23	v -x1507 -x883 -x1524 -x899 -x1541 -x915 -x1558 -x931 -x1575 -x947 -x1592 -x963 -x1609 -x979 -x162 -x179 -x196 -x213 -x230 -x247 
0.19/0.23	v -x264 -x281 -x298 -x315 -x332 -x349 -x1728 -x1092 -x1745 -x1108 -x1762 -x1124 -x1779 -x1140 -x1796 -x1156 -x1813 -x1172 -x1830 
0.19/0.23	v -x1188 -x1847 -x1204 -x1864 -x1220 -x1881 -x1236 -x1898 -x1252 -x1915 -x1268 -x1932 -x1284 -x468 -x485 -x502 -x519 -x536 
0.19/0.23	v -x553 -x570 -x587 -x604 -x621 -x638 -x655 -x672 -x1404 -x786 -x1421 -x802 -x1438 -x818 -x1455 -x834 -x1472 -x850 -x1489 -x866 
0.19/0.23	v -x1506 -x882 -x1523 -x898 -x1540 -x914 -x1557 -x930 -x1574 -x946 -x1591 -x962 -x1608 -x978 -x144 -x161 -x178 -x195 -x212 -x229 
0.19/0.23	v -x246 -x263 -x280 -x297 -x314 -x331 -x348 -x1710 -x1075 -x1727 -x1091 -x1744 -x1107 -x1761 -x1123 -x1778 -x1139 -x1795 -x1155 
0.19/0.23	v -x1812 -x1171 -x1829 -x1187 -x1846 -x1203 -x1863 -x1219 -x1880 -x1235 -x1897 -x1251 -x1914 -x1267 -x1931 -x1283 -x450 -x467 
0.19/0.23	v -x484 -x501 -x518 -x535 -x552 -x569 -x586 -x603 -x620 -x637 -x654 -x671 -x1386 -x769 -x1403 -x785 -x1420 -x801 -x1437 -x817 
0.19/0.23	v -x1454 -x833 -x1471 -x849 -x1488 -x865 -x1505 -x881 -x1522 -x897 -x1539 -x913 -x1556 -x929 -x1573 -x945 -x1590 -x961 -x1607 
0.19/0.23	v -x977 -x126 -x143 -x160 -x177 -x194 -x211 -x228 -x245 -x262 -x279 -x296 -x313 -x330 -x347 -x1692 -x1058 -x1709 -x1074 -x1726 
0.19/0.23	v -x1090 -x1743 -x1106 -x1760 -x1122 -x1777 -x1138 -x1794 -x1154 -x1811 -x1170 -x1828 -x1186 -x1845 -x1202 -x1862 -x1218 -x1879 
0.19/0.23	v -x1234 -x1896 -x1250 -x1913 -x1266 -x1930 -x1282 -x432 -x449 -x466 -x483 -x500 -x517 -x534 -x551 -x568 -x585 -x602 -x619 
0.19/0.23	v -x636 -x653 -x670 -x1368 -x752 -x1385 -x768 -x1402 -x784 -x1419 -x800 -x1436 -x816 -x1453 -x832 -x1470 -x848 -x1487 -x864 -x1504 
0.19/0.23	v -x880 -x1521 -x896 -x1538 -x912 -x1555 -x928 -x1572 -x944 -x1589 -x960 -x1606 -x976 -x108 -x125 -x142 -x159 -x176 -x193 -x210 
0.19/0.23	v -x227 -x244 -x261 -x278 -x295 -x312 -x329 -x346 -x1674 -x1041 -x1691 -x1057 -x1708 -x1073 -x1725 -x1089 -x1742 -x1105 -x1759 
0.19/0.23	v -x1121 -x1776 -x1137 -x1793 -x1153 -x1810 -x1169 -x1827 -x1185 -x1844 -x1201 -x1861 -x1217 -x1878 -x1233 -x1895 -x1249 -x1912 
0.19/0.23	v -x1265 -x1929 -x1281 -x414 -x431 -x448 -x465 -x482 -x499 -x516 -x533 -x550 -x567 -x584 -x601 -x618 -x635 -x652 -x669 -x1350 
0.19/0.23	v -x735 -x1367 -x751 -x1384 -x767 -x1401 -x783 -x1418 -x799 -x1435 -x815 -x1452 -x831 -x1469 -x847 -x1486 -x863 -x1503 -x879 
0.19/0.23	v -x1520 -x895 -x1537 -x911 -x1554 -x927 -x1571 -x943 -x1588 -x959 -x1605 -x975 -x90 -x107 -x124 -x141 -x158 -x175 -x192 -x209 
0.19/0.23	v -x226 -x243 -x260 -x277 -x294 -x311 -x328 -x345 -x1656 -x1024 -x1673 -x1040 -x1690 -x1056 -x1707 -x1072 -x1724 -x1088 -x1741 
0.19/0.23	v -x1104 -x1758 -x1120 -x1775 -x1136 -x1792 -x1152 -x1809 -x1168 -x1826 -x1184 -x1843 -x1200 -x1860 -x1216 -x1877 -x1232 -x1894 
0.19/0.23	v -x1248 -x1911 -x1264 -x1928 -x1280 -x396 -x413 -x430 -x447 -x464 -x481 -x498 -x515 -x532 -x549 -x566 -x583 -x600 -x617 -x634 
0.19/0.23	v -x651 -x668 -x1332 -x718 -x1349 -x734 -x1366 -x750 -x1383 -x766 -x1400 -x782 -x1417 -x798 -x1434 -x814 -x1451 -x830 -x1468 
0.19/0.23	v -x846 -x1485 -x862 -x1502 -x878 -x1519 -x894 -x1536 -x910 -x1553 -x926 -x1570 -x942 -x1587 -x958 -x1604 -x974 -x72 -x89 -x106 
0.19/0.23	v -x123 -x140 -x157 -x174 -x191 -x208 -x225 -x242 -x259 -x276 -x293 -x310 -x327 -x344 -x1638 -x1007 -x1655 -x1023 -x1672 -x1039 
0.19/0.23	v -x1689 -x1055 -x1706 -x1071 -x1723 -x1087 -x1740 -x1103 -x1757 -x1119 -x1774 -x1135 -x1791 -x1151 -x1808 -x1167 -x1825 -x1183 
0.19/0.23	v -x1842 -x1199 -x1859 -x1215 -x1876 -x1231 -x1893 -x1247 -x1910 -x1263 -x1927 -x378 -x395 -x412 -x429 -x446 -x463 -x480 -x497 
0.19/0.23	v -x514 -x531 -x548 -x565 -x582 -x599 -x616 -x633 -x650 -x667 -x1314 -x701 -x1331 -x717 -x1348 -x733 -x1365 -x749 -x1382 -x765 
0.19/0.23	v -x1399 -x781 -x1416 -x797 -x1433 -x813 -x1450 -x829 -x1467 -x845 -x1484 -x861 -x1501 -x877 -x1518 -x893 -x1535 -x909 -x1552 
0.19/0.23	v -x925 -x1569 -x941 -x1586 -x957 -x1603 -x36 -x54 -x71 -x88 -x105 -x122 -x139 -x156 -x173 -x190 -x207 -x224 -x241 -x258 -x275 
0.19/0.23	v -x292 -x309 -x326 -x18 -x343 -x1637 -x1006 -x1654 -x1022 -x1671 -x1038 -x1688 -x1054 -x1705 -x1070 -x1722 -x1086 -x1739 -x1102 
0.19/0.23	v -x1756 -x1118 -x1773 -x1134 -x1790 -x1150 -x1807 -x1166 -x1824 -x1182 -x1841 -x1198 -x1858 -x1214 -x1875 -x1230 -x1892 
0.19/0.23	v -x1246 -x1909 -x377 -x394 -x411 -x428 -x445 -x462 -x479 -x496 -x513 -x530 -x547 -x564 -x581 -x598 -x615 -x632 -x649 -x1313 -x700 
0.19/0.23	v -x1330 -x716 -x1347 -x732 -x1364 -x748 -x1381 -x764 -x1398 -x780 -x1415 -x796 -x1432 -x812 -x1449 -x828 -x1466 -x844 -x1483 
0.19/0.23	v -x860 -x1500 -x876 -x1517 -x892 -x1534 -x908 -x1551 -x924 -x1568 -x940 -x1585 -x35 -x53 -x70 -x87 -x104 -x121 -x138 -x155 
0.19/0.23	v -x172 -x189 -x206 -x223 -x240 -x257 -x274 -x291 -x308 -x17 -x325 -x1636 -x1005 -x1653 -x1021 -x1670 -x1037 -x1687 -x1053 -x1704 
0.19/0.23	v -x1069 -x1721 -x1085 -x1738 -x1101 -x1755 -x1117 -x1772 -x1133 -x1789 -x1149 -x1806 -x1165 -x1823 -x1181 -x1840 -x1197 -x1857 
0.19/0.23	v -x1213 -x1874 -x1229 -x1891 -x376 -x393 -x410 -x427 -x444 -x461 -x478 -x495 -x512 -x529 -x546 -x563 -x580 -x597 -x614 -x631 
0.19/0.23	v -x1312 -x699 -x1329 -x715 -x1346 -x731 -x1363 -x747 -x1380 -x763 -x1397 -x779 -x1414 -x795 -x1431 -x811 -x1448 -x827 -x1465 
0.19/0.23	v -x843 -x1482 -x859 -x1499 -x875 -x1516 -x891 -x1533 -x907 -x1550 -x923 -x1567 -x34 -x52 -x69 -x86 -x103 -x120 -x137 -x154 -x171 
0.19/0.23	v -x188 -x205 -x222 -x239 -x256 -x273 -x290 -x16 -x307 -x1635 -x1004 -x1652 -x1020 -x1669 -x1036 -x1686 -x1052 -x1703 -x1068 
0.19/0.23	v -x1720 -x1084 -x1737 -x1100 -x1754 -x1116 -x1771 -x1132 -x1788 -x1148 -x1805 -x1164 -x1822 -x1180 -x1839 -x1196 -x1856 -x1212 
0.19/0.23	v -x1873 -x375 -x392 -x409 -x426 -x443 -x460 -x477 -x494 -x511 -x528 -x545 -x562 -x579 -x596 -x613 -x1311 -x698 -x1328 -x714 
0.19/0.23	v -x1345 -x730 -x1362 -x746 -x1379 -x762 -x1396 -x778 -x1413 -x794 -x1430 -x810 -x1447 -x826 -x1464 -x842 -x1481 -x858 -x1498 
0.19/0.23	v -x874 -x1515 -x890 -x1532 -x906 -x1549 -x33 -x51 -x68 -x85 -x102 -x119 -x136 -x153 -x170 -x187 -x204 -x221 -x238 -x255 -x272 
0.19/0.23	v -x15 -x289 -x1634 -x1003 -x1651 -x1019 -x1668 -x1035 -x1685 -x1051 -x1702 -x1067 -x1719 -x1083 -x1736 -x1099 -x1753 -x1115 -x1770 
0.19/0.23	v -x1131 -x1787 -x1147 -x1804 -x1163 -x1821 -x1179 -x1838 -x1195 -x1855 -x374 -x391 -x408 -x425 -x442 -x459 -x476 -x493 -x510 
0.19/0.23	v -x527 -x544 -x561 -x578 -x595 -x1310 -x697 -x1327 -x713 -x1344 -x729 -x1361 -x745 -x1378 -x761 -x1395 -x777 -x1412 -x793 
0.19/0.23	v -x1429 -x809 -x1446 -x825 -x1463 -x841 -x1480 -x857 -x1497 -x873 -x1514 -x889 -x1531 -x32 -x50 -x67 -x84 -x101 -x118 -x135 -x152 
0.19/0.23	v -x169 -x186 -x203 -x220 -x237 -x254 -x14 -x271 -x1633 -x1002 -x1650 -x1018 -x1667 -x1034 -x1684 -x1050 -x1701 -x1066 -x1718 
0.19/0.23	v -x1082 -x1735 -x1098 -x1752 -x1114 -x1769 -x1130 -x1786 -x1146 -x1803 -x1162 -x1820 -x1178 -x1837 -x373 -x390 -x407 -x424 
0.19/0.23	v -x441 -x458 -x475 -x492 -x509 -x526 -x543 -x560 -x577 -x1309 -x696 -x1326 -x712 -x1343 -x728 -x1360 -x744 -x1377 -x760 -x1394 
0.19/0.23	v -x776 -x1411 -x792 -x1428 -x808 -x1445 -x824 -x1462 -x840 -x1479 -x856 -x1496 -x872 -x1513 -x31 -x49 -x66 -x83 -x100 -x117 
0.19/0.23	v -x134 -x151 -x168 -x185 -x202 -x219 -x236 -x13 -x253 -x1632 -x1001 -x1649 -x1017 -x1666 -x1033 -x1683 -x1049 -x1700 -x1065 -x1717 
0.19/0.23	v -x1081 -x1734 -x1097 -x1751 -x1113 -x1768 -x1129 -x1785 -x1145 -x1802 -x1161 -x1819 -x372 -x389 -x406 -x423 -x440 -x457 
0.19/0.23	v -x474 -x491 -x508 -x525 -x542 -x559 -x1308 -x695 -x1325 -x711 -x1342 -x727 -x1359 -x743 -x1376 -x759 -x1393 -x775 -x1410 -x791 
0.19/0.23	v -x1427 -x807 -x1444 -x823 -x1461 -x839 -x1478 -x855 -x1495 -x30 -x48 -x65 -x82 -x99 -x116 -x133 -x150 -x167 -x184 -x201 -x218 
0.19/0.23	v -x12 -x235 -x1631 -x1000 -x1648 -x1016 -x1665 -x1032 -x1682 -x1048 -x1699 -x1064 -x1716 -x1080 -x1733 -x1096 -x1750 -x1112 
0.19/0.23	v -x1767 -x1128 -x1784 -x1144 -x1801 -x371 -x388 -x405 -x422 -x439 -x456 -x473 -x490 -x507 -x524 -x541 -x1307 -x694 -x1324 -x710 
0.19/0.23	v -x1341 -x726 -x1358 -x742 -x1375 -x758 -x1392 -x774 -x1409 -x790 -x1426 -x806 -x1443 -x822 -x1460 -x838 -x1477 -x29 -x47 -x64 
0.19/0.23	v -x81 -x98 -x115 -x132 -x149 -x166 -x183 -x200 -x11 -x217 -x1630 -x999 -x1647 -x1015 -x1664 -x1031 -x1681 -x1047 -x1698 -x1063 
0.19/0.23	v -x1715 -x1079 -x1732 -x1095 -x1749 -x1111 -x1766 -x1127 -x1783 -x370 -x387 -x404 -x421 -x438 -x455 -x472 -x489 -x506 -x523 
0.19/0.23	v -x1306 -x693 -x1323 -x709 -x1340 -x725 -x1357 -x741 -x1374 -x757 -x1391 -x773 -x1408 -x789 -x1425 -x805 -x1442 -x821 -x1459 
0.19/0.23	v -x28 -x46 -x63 -x80 -x97 -x114 -x131 -x148 -x165 -x182 -x10 -x199 -x1629 -x998 -x1646 -x1014 -x1663 -x1030 -x1680 -x1046 -x1697 
0.19/0.23	v -x1062 -x1714 -x1078 -x1731 -x1094 -x1748 -x1110 -x1765 -x369 -x386 -x403 -x420 -x437 -x454 -x471 -x488 -x505 -x1305 -x692 
0.19/0.23	v -x1322 -x708 -x1339 -x724 -x1356 -x740 -x1373 -x756 -x1390 -x772 -x1407 -x788 -x1424 -x804 -x1441 -x27 -x45 -x62 -x79 -x96 
0.19/0.23	v -x113 -x130 -x147 -x164 -x9 -x181 -x1628 -x997 -x1645 -x1013 -x1662 -x1029 -x1679 -x1045 -x1696 -x1061 -x1713 -x1077 -x1730 
0.19/0.23	v -x1093 -x1747 -x368 -x385 -x402 -x419 -x436 -x453 -x470 -x487 -x1304 -x691 -x1321 -x707 -x1338 -x723 -x1355 -x739 -x1372 -x755 
0.19/0.23	v -x1389 -x771 -x1406 -x787 -x1423 -x26 -x44 -x61 -x78 -x95 -x112 -x129 -x146 -x8 -x163 -x1627 -x996 -x1644 -x1012 -x1661 -x1028 
0.19/0.23	v -x1678 -x1044 -x1695 -x1060 -x1712 -x1076 -x1729 -x367 -x384 -x401 -x418 -x435 -x452 -x469 -x1303 -x690 -x1320 -x706 -x1337 
0.19/0.23	v -x722 -x1354 -x738 -x1371 -x754 -x1388 -x770 -x1405 -x25 -x43 -x60 -x77 -x94 -x111 -x128 -x7 -x145 -x1626 -x995 -x1643 -x1011 
0.19/0.23	v -x1660 -x1027 -x1677 -x1043 -x1694 -x1059 -x1711 -x366 -x383 -x400 -x417 -x434 -x451 -x1302 -x689 -x1319 -x705 -x1336 -x721 
0.19/0.23	v -x1353 -x737 -x1370 -x753 -x1387 -x24 -x42 -x59 -x76 -x93 -x110 -x6 -x127 -x1625 -x994 -x1642 -x1010 -x1659 -x1026 -x1676 
0.19/0.23	v -x1042 -x1693 -x365 -x382 -x399 -x416 -x433 -x1301 -x688 -x1318 -x704 -x1335 -x720 -x1352 -x736 -x1369 -x23 -x41 -x58 -x75 -x92 
0.19/0.23	v -x5 -x109 -x1624 -x993 -x1641 -x1009 -x1658 -x1025 -x1675 -x364 -x381 -x398 -x415 -x1300 -x687 -x1317 -x703 -x1334 -x719 -x1351 
0.19/0.23	v -x22 -x40 -x57 -x74 -x4 -x91 -x1623 -x992 -x1640 -x1008 -x1657 -x363 -x380 -x397 -x1299 -x686 -x1316 -x702 -x1333 -x21 
0.19/0.23	v -x39 -x56 -x3 -x73 -x1622 -x991 -x1639 -x362 -x379 -x1298 -x685 -x1315 -x20 -x38 -x2 -x55 -x1621 -x361 -x1297 -x19 -x1 -x37 -x2016 
0.19/0.23	v -x1980 -x2015 -x1979 -x2014 -x1978 -x2013 -x1977 -x2012 -x1976 -x2011 -x1975 -x2010 -x1974 -x2009 -x1973 -x2008 -x1972 
0.19/0.23	v -x2007 -x1971 -x2006 -x1970 -x2005 -x1969 -x2004 -x1968 -x2003 -x1967 -x2002 -x1966 -x2001 -x1965 -x2000 -x1964 -x1999 -x1963 
0.19/0.23	v -x1998 -x1962 -x1997 -x1961 -x1996 -x1960 -x1995 -x1959 -x1994 -x1958 -x1993 -x1957 -x1992 -x1956 -x1991 -x1955 -x1990 -x1954 
0.19/0.23	v -x1989 -x1953 -x1988 -x1952 -x1987 -x1951 -x1986 -x1950 -x1985 -x1949 -x1984 -x1948 -x1983 -x1947 -x1982 -x1946 -x1981 -x1945 
0.19/0.23	c SCIP Status        : problem is solved [optimal solution found]
0.19/0.23	c Total Time         :       0.23
0.19/0.23	c   solving          :       0.23
0.19/0.23	c   presolving       :       0.03 (included in solving)
0.19/0.23	c   reading          :       0.01 (included in solving)
0.19/0.23	c   copying          :       0.00 (0 times copied the problem)
0.19/0.23	c Original Problem   :
0.19/0.23	c   Problem name     : HOME/instance-4458260-1721866933.opb
0.19/0.23	c   Variables        : 2016 (2016 binary, 0 integer, 0 implicit integer, 0 continuous)
0.19/0.23	c   Constraints      : 2988 initial, 2988 maximal
0.19/0.23	c   Objective        : minimize, 72 non-zeros (abs.min = 1, abs.max = 3.43597e+10)
0.19/0.23	c Presolved Problem  :
0.19/0.23	c   Problem name     : t_HOME/instance-4458260-1721866933.opb
0.19/0.23	c   Variables        : 1584 (1584 binary, 0 integer, 0 implicit integer, 0 continuous)
0.19/0.23	c   Constraints      : 936 initial, 947 maximal
0.19/0.23	c   Objective        : minimize, 70 non-zeros (abs.min = 1, abs.max = 1.71799e+10)
0.19/0.23	c   Nonzeros         : 3996 constraint, 1368 clique table
0.19/0.23	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
0.19/0.23	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.19/0.23	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.19/0.23	c   gateextraction   :       0.00       0.00      1          0          0          0          0          0        972        324          0          0
0.19/0.23	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
0.19/0.23	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   milp             :       0.01       0.00      1          0          0          0          0          0       2556       1584          0          0
0.19/0.23	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.19/0.23	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   trivial          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
0.19/0.23	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   dualfix          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
0.19/0.23	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.19/0.23	c   pseudoobj        :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
0.19/0.23	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.19/0.23	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.19/0.23	c   knapsack         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   and              :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
0.19/0.23	c   xor              :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
0.19/0.23	c   linear           :       0.02       0.00      7          0        432          0          0          0        432          0          0          0
0.19/0.23	c   logicor          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
0.19/0.23	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
0.19/0.23	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
0.19/0.23	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
0.19/0.23	c   benderslp        :          0          0          0          0          0          0          0          9          0          0          0          0          0          0          0
0.19/0.23	c   integral         :          0          0          0          0          0          0          0          9          0          0          0          0          0          0          0
0.19/0.23	c   knapsack         :          0+         1          0          0          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   and              :        324        324          0        210          0          0          0          4        322          0          0          0          0          0          0
0.19/0.23	c   xor              :          2          2          0        237          0          0          0          3          2          0          0          0          0          0          0
0.19/0.23	c   linear           :        610        610          0        241          0          0          0          6        879          0          0          0          0          0          0
0.19/0.23	c   logicor          :          0+        10          0          1          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   benders          :          0          0          0          0          0          0          0          5          0          0          0          0          0          0          0
0.19/0.23	c   fixedvar         :          0          0          0          0          0          0          0          5          0          0          0          0          0          0          0
0.19/0.23	c   countsols        :          0          0          0          0          0          0          0          5          0          0          0          0          0          0          0
0.19/0.23	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
0.19/0.23	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   knapsack         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   and              :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   xor              :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
0.19/0.23	c   dualfix          :          1          0          0          0
0.19/0.23	c   genvbounds       :          0          0          0          0
0.19/0.23	c   nlobbt           :          0          0          0          0
0.19/0.23	c   obbt             :          0          0          0          0
0.19/0.23	c   probing          :          0          0          0          0
0.19/0.23	c   pseudoobj        :          1          0          0          0
0.19/0.23	c   redcost          :          0          0          0          0
0.19/0.23	c   rootredcost      :          0          0          0          0
0.19/0.23	c   symmetry         :          0          0          0          0
0.19/0.23	c   vbounds          :         89          0          0          0
0.19/0.23	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
0.19/0.23	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
0.19/0.23	c Symmetry           :
0.19/0.23	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
0.19/0.23	c   orbital reduction:          0 reductions applied,          0 cutoffs
0.19/0.23	c   lexicographic red:          0 reductions applied,          0 cutoffs
0.19/0.23	c   shadow tree time :       0.00 s
0.19/0.23	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
0.19/0.23	c   propagation      :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
0.19/0.23	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
0.19/0.23	c   bound exceed. LP :       0.00          1          1          -         43      163.2          0        0.0          1       70.0          0
0.19/0.23	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
0.19/0.23	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
0.19/0.23	c   applied globally :       0.00          -          -          0          9      108.0          -          -          1          -          -
0.19/0.23	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
0.19/0.23	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
0.19/0.23	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
0.19/0.23	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
0.19/0.23	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
0.19/0.23	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
0.19/0.23	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
0.19/0.23	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
0.19/0.23	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
0.19/0.23	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
0.19/0.23	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c Pricers            :   ExecTime  SetupTime      Calls       Vars
0.19/0.23	c   problem variables:       0.00          -          0          0
0.19/0.23	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
0.19/0.23	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
0.19/0.23	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
0.19/0.23	c   LP solutions     :       0.00          -          -          0          0
0.19/0.23	c   relax solutions  :       0.00          -          -          0          0
0.19/0.23	c   pseudo solutions :       0.00          -          -          0          0
0.19/0.23	c   strong branching :       0.00          -          -          0          0
0.19/0.23	c   actconsdiving    :       0.00       0.00          0          0          0
0.19/0.23	c   adaptivediving   :       0.00       0.00          0          0          0
0.19/0.23	c   alns             :       0.00       0.00          0          0          0
0.19/0.23	c   bound            :       0.00       0.00          0          0          0
0.19/0.23	c   clique           :       0.01       0.00          1          0          0
0.19/0.23	c   coefdiving       :       0.00       0.00          0          0          0
0.19/0.23	c   completesol      :       0.00       0.00          0          0          0
0.19/0.23	c   conflictdiving   :       0.00       0.00          0          0          0
0.19/0.23	c   crossover        :       0.00       0.00          0          0          0
0.19/0.23	c   dins             :       0.00       0.00          0          0          0
0.19/0.23	c   distributiondivin:       0.00       0.00          0          0          0
0.19/0.23	c   dps              :       0.00       0.00          0          0          0
0.19/0.23	c   dualval          :       0.00       0.00          0          0          0
0.19/0.23	c   farkasdiving     :       0.00       0.00          0          0          0
0.19/0.23	c   feasjump         :       0.00       0.00          0          0          0
0.19/0.23	c   feaspump         :       0.00       0.00          0          0          0
0.19/0.23	c   fixandinfer      :       0.00       0.00          0          0          0
0.19/0.23	c   fracdiving       :       0.00       0.00          0          0          0
0.19/0.23	c   gins             :       0.00       0.00          0          0          0
0.19/0.23	c   guideddiving     :       0.00       0.00          0          0          0
0.19/0.23	c   indcoefdiving    :       0.00       0.00          0          0          0
0.19/0.23	c   indicator        :       0.00       0.00          0          0          0
0.19/0.23	c   indicatordiving  :       0.00       0.00          0          0          0
0.19/0.23	c   indoneopt        :       0.00       0.00          0          0          0
0.19/0.23	c   indrounding      :       0.00       0.00          0          0          0
0.19/0.23	c   indtwoopt        :       0.00       0.00          0          0          0
0.19/0.23	c   intdiving        :       0.00       0.00          0          0          0
0.19/0.23	c   intshifting      :       0.00       0.00          0          0          0
0.19/0.23	c   linesearchdiving :       0.00       0.00          0          0          0
0.19/0.23	c   localbranching   :       0.00       0.00          0          0          0
0.19/0.23	c   locks            :       0.00       0.00          1          0          0
0.19/0.23	c   lpface           :       0.00       0.00          0          0          0
0.19/0.23	c   mpec             :       0.00       0.00          0          0          0
0.19/0.23	c   multistart       :       0.00       0.00          0          0          0
0.19/0.23	c   mutation         :       0.00       0.00          0          0          0
0.19/0.23	c   nlpdiving        :       0.00       0.00          0          0          0
0.19/0.23	c   objpscostdiving  :       0.00       0.00          0          0          0
0.19/0.23	c   octane           :       0.00       0.00          0          0          0
0.19/0.23	c   ofins            :       0.00       0.00          0          0          0
0.19/0.23	c   oneopt           :       0.00       0.00          1          0          0
0.19/0.23	c   padm             :       0.00       0.00          0          0          0
0.19/0.23	c   proximity        :       0.00       0.00          0          0          0
0.19/0.23	c   pscostdiving     :       0.00       0.00          0          0          0
0.19/0.23	c   randrounding     :       0.00       0.00          0          0          0
0.19/0.23	c   rens             :       0.00       0.00          0          0          0
0.19/0.23	c   reoptsols        :       0.00       0.00          0          0          0
0.19/0.23	c   repair           :       0.00       0.00          0          0          0
0.19/0.23	c   rins             :       0.00       0.00          0          0          0
0.19/0.23	c   rootsoldiving    :       0.00       0.00          0          0          0
0.19/0.23	c   rounding         :       0.00       0.00          0          0          0
0.19/0.23	c   scheduler        :       0.00       0.00          0          0          0
0.19/0.23	c   shiftandpropagate:       0.00       0.00          0          0          0
0.19/0.23	c   shifting         :       0.00       0.00          0          0          0
0.19/0.23	c   simplerounding   :       0.00       0.00          0          0          0
0.19/0.23	c   smallcard        :       0.00       0.00          0          0          0
0.19/0.23	c   subnlp           :       0.00       0.00          0          0          0
0.19/0.23	c   trivial          :       0.00       0.00          2          1          1
0.19/0.23	c   trivialnegation  :       0.00       0.00          0          0          0
0.19/0.23	c   trustregion      :       0.00       0.00          0          0          0
0.19/0.23	c   trysol           :       0.00       0.00          1          0          0
0.19/0.23	c   twoopt           :       0.00       0.00          0          0          0
0.19/0.23	c   undercover       :       0.00       0.00          0          0          0
0.19/0.23	c   vbounds          :       0.00       0.00          0          0          0
0.19/0.23	c   veclendiving     :       0.00       0.00          0          0          0
0.19/0.23	c   zeroobj          :       0.00       0.00          0          0          0
0.19/0.23	c   zirounding       :       0.00       0.00          0          0          0
0.19/0.23	c   other solutions  :          -          -          -          0          -
0.19/0.23	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
0.19/0.23	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.19/0.23	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.19/0.23	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.19/0.23	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.19/0.23	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.19/0.23	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.19/0.23	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.19/0.23	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.19/0.23	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.19/0.23	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
0.19/0.23	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
0.19/0.23	c   dual LP          :       0.17          1       4339    4339.00   25452.71       0.00          0
0.19/0.23	c   lex dual LP      :       0.00          0          0       0.00          -
0.19/0.23	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
0.19/0.23	c   resolve instable :       0.00          0          0       0.00          -
0.19/0.23	c   diving/probing LP:       0.00          0          0       0.00          -
0.19/0.23	c   strong branching :       0.00          0          0       0.00          -          -          -          0
0.19/0.23	c     (at root node) :          -          0          0       0.00          -
0.19/0.23	c   conflict analysis:       0.00          0          0       0.00          -
0.19/0.23	c B&B Tree           :
0.19/0.23	c   number of runs   :          1
0.19/0.23	c   nodes            :          1 (0 internal, 1 leaves)
0.19/0.23	c   feasible leaves  :          0
0.19/0.23	c   infeas. leaves   :          0
0.19/0.23	c   objective leaves :          1
0.19/0.23	c   nodes (total)    :          1 (0 internal, 1 leaves)
0.19/0.23	c   nodes left       :          0
0.19/0.23	c   max depth        :          0
0.19/0.23	c   max depth (total):          0
0.19/0.23	c   backtracks       :          0 (0.0%)
0.19/0.23	c   early backtracks :          0 (0.0%)
0.19/0.23	c   nodes exc. ref.  :          0 (0.0%)
0.19/0.23	c   delayed cutoffs  :          0
0.19/0.23	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
0.19/0.23	c   avg switch length:       2.00
0.19/0.23	c   switching time   :       0.00
0.19/0.23	c Root Node          :
0.19/0.23	c   First LP value   :          -
0.19/0.23	c   First LP Iters   :       4339 (25452.26 Iter/sec)
0.19/0.23	c   First LP Time    :       0.17
0.19/0.23	c   Final Dual Bound : +0.00000000000000e+00
0.19/0.23	c   Final Root Iters :       4339
0.19/0.23	c   Root LP Estimate :                     -
0.19/0.23	c Solution           :
0.19/0.23	c   Solutions found  :          1 (1 improvements)
0.19/0.23	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
0.19/0.23	c   Gap First Sol.   :   infinite
0.19/0.23	c   Gap Last Sol.    :   infinite
0.19/0.23	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
0.19/0.23	c   Dual Bound       : +0.00000000000000e+00
0.19/0.23	c   Gap              :       0.00 %
0.19/0.23	c Integrals          :      Total       Avg%
0.19/0.23	c   primal-dual      :      22.78      99.97
0.19/0.23	c   primal-ref       :          -          - (not evaluated)
0.19/0.23	c   dual-ref         :          -          - (not evaluated)
0.19/0.24	c Time complete: 0.226714.

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 (59823 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-4458260-1721866933/watcher-4458260-1721866933 -o /tmp/evaluation-result-4458260-1721866933/solver-4458260-1721866933 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721865115-254127 --watchdog 3760 pbscip -f HOME/instance-4458260-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
Current StackSize limit: 8192 KiB

solver pid=255885, runsolver pid=255882

[startup+0.101033 s]*
/proc/loadavg: 5.28 5.24 4.54 5/258 255886
/proc/meminfo: memFree=121751924/131524600 swapFree=131058856/131071996
[pid=255885] ppid=255882 vsize=76540 memory=36404 CPUtime=0.09 cores=0,2
/proc/255885/stat : 255885 (pbscip) R 255882 255885 254117 0 -1 4194304 5537 0 0 0 9 0 0 0 20 0 1 0 23222839 78376960 9101 134679101440 4194304 18693293 140729961312784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 21375888 21430392 46829568 140729961321476 140729961321575 140729961321575 140729961328590 0
/proc/255885/statm: 19135 9101 3940 3540 0 7392 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 76540 KiB
Current children cumulated memory: 36404 KiB

[startup+0.20603 s]*
/proc/loadavg: 5.28 5.24 4.54 5/258 255886
/proc/meminfo: memFree=121751588/131524600 swapFree=131058856/131071996
[pid=255885] ppid=255882 vsize=76788 memory=36668 CPUtime=0.19 cores=0,2
/proc/255885/stat : 255885 (pbscip) R 255882 255885 254117 0 -1 4194304 5589 0 0 0 19 0 0 0 20 0 1 0 23222839 78630912 9167 134679101440 4194304 18693293 140729961312784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 21375888 21430392 46829568 140729961321476 140729961321575 140729961321575 140729961328590 0
/proc/255885/statm: 19197 9167 3940 3540 0 7454 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 76788 KiB
Current children cumulated memory: 36668 KiB

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

# cumulated CPU time of all completed processes:  user=0.221332 s, system=0.008938 s

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

Child status: 0

Real time (s): 0.241881
CPU time (s): 0.23027
CPU user time (s): 0.221332
CPU system time (s): 0.008938
CPU usage (%): 95.1997
Max. virtual memory (cumulated for all children) (KiB): 76788
Max. memory (cumulated for all children) (KiB): 36668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.221332
system time used= 0.008938
maximum resident set size= 36668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5598
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= 10


# summary of solver processes directly reported to runsolver:
#   pid: 255885
#   total CPU time (s): 0.23027
#   total CPU user time (s): 0.221332
#   total CPU system time (s): 0.008938

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.006848 second user time and 0.015654 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 858e72f790302981bac4f28574add405
RANDOM SEED=965725185

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		: 3666.777
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		: 3678.358
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		: 3660.132
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.544
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.095
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		: 3678.389
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.966
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.220
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:        121775236 kB
MemAvailable:   124845744 kB
Buffers:          279736 kB
Cached:          3460368 kB
SwapCached:          360 kB
Active:          2138196 kB
Inactive:        6687248 kB
Active(anon):       1816 kB
Inactive(anon):  5136884 kB
Active(file):    2136380 kB
Inactive(file):  1550364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:             19560 kB
Writeback:            68 kB
AnonPages:       5083880 kB
Mapped:           135872 kB
Shmem:             53296 kB
KReclaimable:     444996 kB
Slab:             565928 kB
SReclaimable:     444996 kB
SUnreclaim:       120932 kB
KernelStack:        4220 kB
PageTables:        19540 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:13