Trace number 4530492

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-NaPS 1.00a2OPT0 0.772766 0.858901

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_19.opb
MD5SUMd7b5082e0c8210cd1db8ac24c14853d2
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.135812
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2242
Total number of constraints3325
Number of constraints which are clauses2166
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1159
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 76
Biggest coefficient in the objective function 137438953472
Number of bits for the biggest coefficient in the objective function 38
Sum of the numbers in the objective function 549755813886
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 137438953472
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 549755813886
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.69/0.82	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530492-1752261786.opb
0.69/0.82	c Solving mode: optimization
0.69/0.82	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.69/0.82	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.69/0.82	c original problem has 2242 variables (2242 bin, 0 int, 0 impl, 0 cont) and 3325 constraints
0.69/0.82	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.69/0.82	c presolving:
0.69/0.82	c (round 1, fast)       475 del vars, 475 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 760 clqs
0.69/0.82	c (round 2, exhaustive) 475 del vars, 1558 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 760 clqs
0.69/0.82	c (round 3, exhaustive) 475 del vars, 1558 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1085 upgd conss, 0 impls, 760 clqs
0.69/0.82	c (round 4, exhaustive) 475 del vars, 2641 del conss, 361 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1085 upgd conss, 0 impls, 760 clqs
0.69/0.82	c    (0.1s) probing: 51/1767 (2.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.82	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.69/0.82	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.69/0.82	c    (0.1s) no symmetry present (symcode time: 0.00)
0.69/0.82	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
0.69/0.82	c  475 deleted vars, 2641 deleted constraints, 361 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.82	c  0 implications, 760 cliques
0.69/0.82	c presolved problem has 1767 variables (1767 bin, 0 int, 0 impl, 0 cont) and 1045 constraints
0.69/0.82	c     361 constraints of type <and>
0.69/0.82	c       2 constraints of type <xor>
0.69/0.82	c     682 constraints of type <linear>
0.69/0.82	c transformed objective value is always integral (scale: 2)
0.69/0.82	c Presolving Time: 0.08
0.69/0.82	c transformed 1/1 original solutions to the transformed problem space
0.69/0.82	c 
0.69/0.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.69/0.82	c   0.4s|     1 |     0 |  4298 |     - |    21M |   0 |1767 |1056 |1406 |   0 |  0 |  10 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.69/0.82	c 
0.69/0.82	c SCIP Status        : problem is solved [optimal solution found]
0.69/0.82	c Solving Time (sec) : 0.36
0.69/0.82	c Solving Nodes      : 1
0.69/0.82	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.69/0.82	c Dual Bound         : +0.00000000000000e+00
0.69/0.82	c Gap                : 0.00 %
0.69/0.82	c All original constraints are satisfied.
0.69/0.82	c SCIP's best solution is verified feasible for the original problem.
0.69/0.82	c SCIP found an optimal solution.
0.69/0.82	o 0
0.69/0.82	s OPTIMUM FOUND
0.69/0.82	v -x2205 -x2167 -x2206 -x2168 -x2207 -x2169 -x2208 -x2170 -x2209 -x2171 -x2210 -x2172 -x2211 -x2173 -x2212 -x2174 -x2213 -x2175 -x2214 -x2176 -x2215 -x2177 -x2216 -x2178 -x2217 -x2179 -x2218 -x2180 -x2219 -x2181 -x2220 -x2182 -x2221 -x2183 -x2222 -x2184 -x2223 -x2185 -x2224 -x2186 -x2225 -x2187 -x2226 -x2188 -x2227 -x2189 -x2228 -x2190 -x2229 -x2191 -x2230 -x2192 -x2231 -x2193 -x2232 -x2194 -x2233 -x2195 -x2234 -x2196 -x2235 -x2197 -x2236 -x2198 -x2237 -x2199 -x2238 -x2200 -x2239 -x2201 -x2240 -x2202 -x2241 -x2203 -x2242 -x2204 -x39 -x1 -x20 -x1445 -x400 -x1806 -x58 -x2 -x40 -x21 -x1464 -x761 -x1446 -x419 -x401 -x1825 -x1103 -x1807 -x77 -x3 -x59 -x41 -x22 -x1483 -x779 -x1465 -x762 -x1447 -x438 -x420 -x402 -x1844 -x1121 -x1826 -x1104 -x1808 -x96 -x4 -x78 -x60 -x42 -x23 -x1502 -x797 -x1484 -x780 -x1466 -x763 -x1448 -x457 -x439 -x421 -x403 -x1863 -x1139 -x1845 -x1122 -x1827 -x1105 -x1809 -x115 -x5 -x97 -x79 -x61 -x43 -x24 -x1521 -x815 -x1503 -x798 -x1485 -x781 -x1467 -x764 -x1449 -x476 -x458 -x440 -x422 -x404 -x1882 -x1157 -x1864 -x1140 -x1846 -x1123 -x1828 -x1106 -x1810 -x134 -x6 -x116 -x98 -x80 -x62 -x44 -x25 -x1540 -x833 -x1522 -x816 -x1504 -x799 -x1486 -x782 -x1468 -x765 -x1450 -x495 -x477 -x459 -x441 -x423 -x405 -x1901 -x1175 -x1883 -x1158 -x1865 -x1141 -x1847 -x1124 -x1829 -x1107 -x1811 -x153 -x7 -x135 -x117 -x99 -x81 -x63 -x45 -x26 -x1559 -x851 -x1541 -x834 -x1523 -x817 -x1505 -x800 -x1487 -x783 -x1469 -x766 -x1451 -x514 -x496 -x478 -x460 -x442 -x424 -x406 -x1920 -x1193 -x1902 -x1176 -x1884 -x1159 -x1866 -x1142 -x1848 -x1125 -x1830 -x1108 -x1812 -x172 -x8 -x154 -x136 -x118 -x100 -x82 -x64 -x46 -x27 -x1578 -x869 -x1560 -x852 -x1542 -x835 -x1524 -x818 -x1506 -x801 -x1488 -x784 -x1470 -x767 -x1452 -x533 -x515 -x497 -x479 -x461 -x443 -x425 -x407 -x1939 -x1211 -x1921 -x1194 -x1903 -x1177 -x1885 -x1160 -x1867 -x1143 -x1849 -x1126 -x1831 -x1109 -x1813 -x191 -x9 -x173 -x155 -x137 -x119 -x101 -x83 -x65 -x47 -x28 -x1597 -x887 -x1579 -x870 -x1561 -x853 -x1543 -x836 -x1525
0.69/0.82	v -x819 -x1507 -x802 -x1489 -x785 -x1471 -x768 -x1453 -x552 -x534 -x516 -x498 -x480 -x462 -x444 -x426 -x408 -x1958 -x1229 -x1940 -x1212 -x1922 -x1195 -x1904 -x1178 -x1886 -x1161 -x1868 -x1144 -x1850 -x1127 -x1832 -x1110 -x1814 -x210 -x10 -x192 -x174 -x156 -x138 -x120 -x102 -x84 -x66 -x48 -x29 -x1616 -x905 -x1598 -x888 -x1580 -x871 -x1562 -x854 -x1544 -x837 -x1526 -x820 -x1508 -x803 -x1490 -x786 -x1472 -x769 -x1454 -x571 -x553 -x535 -x517 -x499 -x481 -x463 -x445 -x427 -x409 -x1977 -x1247 -x1959 -x1230 -x1941 -x1213 -x1923 -x1196 -x1905 -x1179 -x1887 -x1162 -x1869 -x1145 -x1851 -x1128 -x1833 -x1111 -x1815 -x229 -x11 -x211 -x193 -x175 -x157 -x139 -x121 -x103 -x85 -x67 -x49 -x30 -x1635 -x923 -x1617 -x906 -x1599 -x889 -x1581 -x872 -x1563 -x855 -x1545 -x838 -x1527 -x821 -x1509 -x804 -x1491 -x787 -x1473 -x770 -x1455 -x590 -x572 -x554 -x536 -x518 -x500 -x482 -x464 -x446 -x428 -x410 -x1996 -x1265 -x1978 -x1248 -x1960 -x1231 -x1942 -x1214 -x1924 -x1197 -x1906 -x1180 -x1888 -x1163 -x1870 -x1146 -x1852 -x1129 -x1834 -x1112 -x1816 -x248 -x12 -x230 -x212 -x194 -x176 -x158 -x140 -x122 -x104 -x86 -x68 -x50 -x31 -x1654 -x941 -x1636 -x924 -x1618 -x907 -x1600 -x890 -x1582 -x873 -x1564 -x856 -x1546 -x839 -x1528 -x822 -x1510 -x805 -x1492 -x788 -x1474 -x771 -x1456 -x609 -x591 -x573 -x555 -x537 -x519 -x501 -x483 -x465 -x447 -x429 -x411 -x2015 -x1283 -x1997 -x1266 -x1979 -x1249 -x1961 -x1232 -x1943 -x1215 -x1925 -x1198 -x1907 -x1181 -x1889 -x1164 -x1871 -x1147 -x1853 -x1130 -x1835 -x1113 -x1817 -x267 -x13 -x249 -x231 -x213 -x195 -x177 -x159 -x141 -x123 -x105 -x87 -x69 -x51 -x32 -x1673 -x959 -x1655 -x942 -x1637 -x925 -x1619 -x908 -x1601 -x891 -x1583 -x874 -x1565 -x857 -x1547 -x840 -x1529 -x823 -x1511 -x806 -x1493 -x789 -x1475 -x772 -x1457 -x628 -x610 -x592 -x574 -x556 -x538 -x520 -x502 -x484 -x466 -x448 -x430 -x412 -x2034 -x1301 -x2016 -x1284 -x1998 -x1267 -x1980 -x1250 -x1962 -x1233 -x1944 -x1216 -x1926 -x1199 -x1908 -x1182 -x1890 -x1165 -x1872 -x1148 -x1854 -x1131 -x1836 -x1114 -x1818
0.69/0.82	v -x286 -x14 -x268 -x250 -x232 -x214 -x196 -x178 -x160 -x142 -x124 -x106 -x88 -x70 -x52 -x33 -x1692 -x977 -x1674 -x960 -x1656 -x943 -x1638 -x926 -x1620 -x909 -x1602 -x892 -x1584 -x875 -x1566 -x858 -x1548 -x841 -x1530 -x824 -x1512 -x807 -x1494 -x790 -x1476 -x773 -x1458 -x647 -x629 -x611 -x593 -x575 -x557 -x539 -x521 -x503 -x485 -x467 -x449 -x431 -x413 -x2053 -x1319 -x2035 -x1302 -x2017 -x1285 -x1999 -x1268 -x1981 -x1251 -x1963 -x1234 -x1945 -x1217 -x1927 -x1200 -x1909 -x1183 -x1891 -x1166 -x1873 -x1149 -x1855 -x1132 -x1837 -x1115 -x1819 -x305 -x15 -x287 -x269 -x251 -x233 -x215 -x197 -x179 -x161 -x143 -x125 -x107 -x89 -x71 -x53 -x34 -x1711 -x995 -x1693 -x978 -x1675 -x961 -x1657 -x944 -x1639 -x927 -x1621 -x910 -x1603 -x893 -x1585 -x876 -x1567 -x859 -x1549 -x842 -x1531 -x825 -x1513 -x808 -x1495 -x791 -x1477 -x774 -x1459 -x666 -x648 -x630 -x612 -x594 -x576 -x558 -x540 -x522 -x504 -x486 -x468 -x450 -x432 -x414 -x2072 -x1337 -x2054 -x1320 -x2036 -x1303 -x2018 -x1286 -x2000 -x1269 -x1982 -x1252 -x1964 -x1235 -x1946 -x1218 -x1928 -x1201 -x1910 -x1184 -x1892 -x1167 -x1874 -x1150 -x1856 -x1133 -x1838 -x1116 -x1820 -x324 -x16 -x306 -x288 -x270 -x252 -x234 -x216 -x198 -x180 -x162 -x144 -x126 -x108 -x90 -x72 -x54 -x35 -x1730 -x1013 -x1712 -x996 -x1694 -x979 -x1676 -x962 -x1658 -x945 -x1640 -x928 -x1622 -x911 -x1604 -x894 -x1586 -x877 -x1568 -x860 -x1550 -x843 -x1532 -x826 -x1514 -x809 -x1496 -x792 -x1478 -x775 -x1460 -x685 -x667 -x649 -x631 -x613 -x595 -x577 -x559 -x541 -x523 -x505 -x487 -x469 -x451 -x433 -x415 -x2091 -x1355 -x2073 -x1338 -x2055 -x1321 -x2037 -x1304 -x2019 -x1287 -x2001 -x1270 -x1983 -x1253 -x1965 -x1236 -x1947 -x1219 -x1929 -x1202 -x1911 -x1185 -x1893 -x1168 -x1875 -x1151 -x1857 -x1134 -x1839 -x1117 -x1821 -x343 -x17 -x325 -x307 -x289 -x271 -x253 -x235 -x217 -x199 -x181 -x163 -x145 -x127 -x109 -x91 -x73 -x55 -x36 -x1749 -x1031 -x1731 -x1014 -x1713 -x997 -x1695 -x980 -x1677 -x963 -x1659 -x946 -x1641 -x929 -x1623 -x912 -x1605 -x895 -x1587 -x878 -x1569 -x861 -x1551
0.69/0.82	v -x844 -x1533 -x827 -x1515 -x810 -x1497 -x793 -x1479 -x776 -x1461 -x704 -x686 -x668 -x650 -x632 -x614 -x596 -x578 -x560 -x542 -x524 -x506 -x488 -x470 -x452 -x434 -x416 -x2110 -x1373 -x2092 -x1356 -x2074 -x1339 -x2056 -x1322 -x2038 -x1305 -x2020 -x1288 -x2002 -x1271 -x1984 -x1254 -x1966 -x1237 -x1948 -x1220 -x1930 -x1203 -x1912 -x1186 -x1894 -x1169 -x1876 -x1152 -x1858 -x1135 -x1840 -x1118 -x1822 -x362 -x18 -x344 -x326 -x308 -x290 -x272 -x254 -x236 -x218 -x200 -x182 -x164 -x146 -x128 -x110 -x92 -x74 -x56 -x37 -x1768 -x1049 -x1750 -x1032 -x1732 -x1015 -x1714 -x998 -x1696 -x981 -x1678 -x964 -x1660 -x947 -x1642 -x930 -x1624 -x913 -x1606 -x896 -x1588 -x879 -x1570 -x862 -x1552 -x845 -x1534 -x828 -x1516 -x811 -x1498 -x794 -x1480 -x777 -x1462 -x723 -x705 -x687 -x669 -x651 -x633 -x615 -x597 -x579 -x561 -x543 -x525 -x507 -x489 -x471 -x453 -x435 -x417 -x2129 -x1391 -x2111 -x1374 -x2093 -x1357 -x2075 -x1340 -x2057 -x1323 -x2039 -x1306 -x2021 -x1289 -x2003 -x1272 -x1985 -x1255 -x1967 -x1238 -x1949 -x1221 -x1931 -x1204 -x1913 -x1187 -x1895 -x1170 -x1877 -x1153 -x1859 -x1136 -x1841 -x1119 -x1823 -x381 -x19 -x363 -x345 -x327 -x309 -x291 -x273 -x255 -x237 -x219 -x201 -x183 -x165 -x147 -x129 -x111 -x93 -x75 -x57 -x38 -x1787 -x1067 -x1769 -x1050 -x1751 -x1033 -x1733 -x1016 -x1715 -x999 -x1697 -x982 -x1679 -x965 -x1661 -x948 -x1643 -x931 -x1625 -x914 -x1607 -x897 -x1589 -x880 -x1571 -x863 -x1553 -x846 -x1535 -x829 -x1517 -x812 -x1499 -x795 -x1481 -x778 -x1463 -x742 -x724 -x706 -x688 -x670 -x652 -x634 -x616 -x598 -x580 -x562 -x544 -x526 -x508 -x490 -x472 -x454 -x436 -x418 -x2148 -x1409 -x2130 -x1392 -x2112 -x1375 -x2094 -x1358 -x2076 -x1341 -x2058 -x1324 -x2040 -x1307 -x2022 -x1290 -x2004 -x1273 -x1986 -x1256 -x1968 -x1239 -x1950 -x1222 -x1932 -x1205 -x1914 -x1188 -x1896 -x1171 -x1878 -x1154 -x1860 -x1137 -x1842 -x1120 -x1824 -x382 -x364 -x346 -x328 -x310 -x292 -x274 -x256 -x238 -x220 -x202 -x184 -x166 -x148 -x130 -x112 -x94 -x76 -x1085 -x1788 -x1068 -x1770 -x1051 -x1752 -x1034 -x1734
0.69/0.82	v -x1017 -x1716 -x1000 -x1698 -x983 -x1680 -x966 -x1662 -x949 -x1644 -x932 -x1626 -x915 -x1608 -x898 -x1590 -x881 -x1572 -x864 -x1554 -x847 -x1536 -x830 -x1518 -x813 -x1500 -x796 -x1482 -x743 -x725 -x707 -x689 -x671 -x653 -x635 -x617 -x599 -x581 -x563 -x545 -x527 -x509 -x491 -x473 -x455 -x437 -x1427 -x2149 -x1410 -x2131 -x1393 -x2113 -x1376 -x2095 -x1359 -x2077 -x1342 -x2059 -x1325 -x2041 -x1308 -x2023 -x1291 -x2005 -x1274 -x1987 -x1257 -x1969 -x1240 -x1951 -x1223 -x1933 -x1206 -x1915 -x1189 -x1897 -x1172 -x1879 -x1155 -x1861 -x1138 -x1843 -x383 -x365 -x347 -x329 -x311 -x293 -x275 -x257 -x239 -x221 -x203 -x185 -x167 -x149 -x131 -x113 -x95 -x1086 -x1789 -x1069 -x1771 -x1052 -x1753 -x1035 -x1735 -x1018 -x1717 -x1001 -x1699 -x984 -x1681 -x967 -x1663 -x950 -x1645 -x933 -x1627 -x916 -x1609 -x899 -x1591 -x882 -x1573 -x865 -x1555 -x848 -x1537 -x831 -x1519 -x814 -x1501 -x744 -x726 -x708 -x690 -x672 -x654 -x636 -x618 -x600 -x582 -x564 -x546 -x528 -x510 -x492 -x474 -x456 -x1428 -x2150 -x1411 -x2132 -x1394 -x2114 -x1377 -x2096 -x1360 -x2078 -x1343 -x2060 -x1326 -x2042 -x1309 -x2024 -x1292 -x2006 -x1275 -x1988 -x1258 -x1970 -x1241 -x1952 -x1224 -x1934 -x1207 -x1916 -x1190 -x1898 -x1173 -x1880 -x1156 -x1862 -x384 -x366 -x348 -x330 -x312 -x294 -x276 -x258 -x240 -x222 -x204 -x186 -x168 -x150 -x132 -x114 -x1087 -x1790 -x1070 -x1772 -x1053 -x1754 -x1036 -x1736 -x1019 -x1718 -x1002 -x1700 -x985 -x1682 -x968 -x1664 -x951 -x1646 -x934 -x1628 -x917 -x1610 -x900 -x1592 -x883 -x1574 -x866 -x1556 -x849 -x1538 -x832 -x1520 -x745 -x727 -x709 -x691 -x673 -x655 -x637 -x619 -x601 -x583 -x565 -x547 -x529 -x511 -x493 -x475 -x1429 -x2151 -x1412 -x2133 -x1395 -x2115 -x1378 -x2097 -x1361 -x2079 -x1344 -x2061 -x1327 -x2043 -x1310 -x2025 -x1293 -x2007 -x1276 -x1989 -x1259 -x1971 -x1242 -x1953 -x1225 -x1935 -x1208 -x1917 -x1191 -x1899 -x1174 -x1881 -x385 -x367 -x349 -x331 -x313 -x295 -x277 -x259 -x241 -x223 -x205 -x187 -x169 -x151 -x133 -x1088 -x1791 -x1071 -x1773 -x1054 -x1755 -x1037 -x1737 -x1020
0.69/0.82	v -x1719 -x1003 -x1701 -x986 -x1683 -x969 -x1665 -x952 -x1647 -x935 -x1629 -x918 -x1611 -x901 -x1593 -x884 -x1575 -x867 -x1557 -x850 -x1539 -x746 -x728 -x710 -x692 -x674 -x656 -x638 -x620 -x602 -x584 -x566 -x548 -x530 -x512 -x494 -x1430 -x2152 -x1413 -x2134 -x1396 -x2116 -x1379 -x2098 -x1362 -x2080 -x1345 -x2062 -x1328 -x2044 -x1311 -x2026 -x1294 -x2008 -x1277 -x1990 -x1260 -x1972 -x1243 -x1954 -x1226 -x1936 -x1209 -x1918 -x1192 -x1900 -x386 -x368 -x350 -x332 -x314 -x296 -x278 -x260 -x242 -x224 -x206 -x188 -x170 -x152 -x1089 -x1792 -x1072 -x1774 -x1055 -x1756 -x1038 -x1738 -x1021 -x1720 -x1004 -x1702 -x987 -x1684 -x970 -x1666 -x953 -x1648 -x936 -x1630 -x919 -x1612 -x902 -x1594 -x885 -x1576 -x868 -x1558 -x747 -x729 -x711 -x693 -x675 -x657 -x639 -x621 -x603 -x585 -x567 -x549 -x531 -x513 -x1431 -x2153 -x1414 -x2135 -x1397 -x2117 -x1380 -x2099 -x1363 -x2081 -x1346 -x2063 -x1329 -x2045 -x1312 -x2027 -x1295 -x2009 -x1278 -x1991 -x1261 -x1973 -x1244 -x1955 -x1227 -x1937 -x1210 -x1919 -x387 -x369 -x351 -x333 -x315 -x297 -x279 -x261 -x243 -x225 -x207 -x189 -x171 -x1090 -x1793 -x1073 -x1775 -x1056 -x1757 -x1039 -x1739 -x1022 -x1721 -x1005 -x1703 -x988 -x1685 -x971 -x1667 -x954 -x1649 -x937 -x1631 -x920 -x1613 -x903 -x1595 -x886 -x1577 -x748 -x730 -x712 -x694 -x676 -x658 -x640 -x622 -x604 -x586 -x568 -x550 -x532 -x1432 -x2154 -x1415 -x2136 -x1398 -x2118 -x1381 -x2100 -x1364 -x2082 -x1347 -x2064 -x1330 -x2046 -x1313 -x2028 -x1296 -x2010 -x1279 -x1992 -x1262 -x1974 -x1245 -x1956 -x1228 -x1938 -x388 -x370 -x352 -x334 -x316 -x298 -x280 -x262 -x244 -x226 -x208 -x190 -x1091 -x1794 -x1074 -x1776 -x1057 -x1758 -x1040 -x1740 -x1023 -x1722 -x1006 -x1704 -x989 -x1686 -x972 -x1668 -x955 -x1650 -x938 -x1632 -x921 -x1614 -x904 -x1596 -x749 -x731 -x713 -x695 -x677 -x659 -x641 -x623 -x605 -x587 -x569 -x551 -x1433 -x2155 -x1416 -x2137 -x1399 -x2119 -x1382 -x2101 -x1365 -x2083 -x1348 -x2065 -x1331 -x2047 -x1314 -x2029 -x1297 -x2011 -x1280 -x1993 -x1263 -x1975 -x1246 -x1957 -x389 -x371 -x353
0.69/0.82	v -x335 -x317 -x299 -x281 -x263 -x245 -x227 -x209 -x1092 -x1795 -x1075 -x1777 -x1058 -x1759 -x1041 -x1741 -x1024 -x1723 -x1007 -x1705 -x990 -x1687 -x973 -x1669 -x956 -x1651 -x939 -x1633 -x922 -x1615 -x750 -x732 -x714 -x696 -x678 -x660 -x642 -x624 -x606 -x588 -x570 -x1434 -x2156 -x1417 -x2138 -x1400 -x2120 -x1383 -x2102 -x1366 -x2084 -x1349 -x2066 -x1332 -x2048 -x1315 -x2030 -x1298 -x2012 -x1281 -x1994 -x1264 -x1976 -x390 -x372 -x354 -x336 -x318 -x300 -x282 -x264 -x246 -x228 -x1093 -x1796 -x1076 -x1778 -x1059 -x1760 -x1042 -x1742 -x1025 -x1724 -x1008 -x1706 -x991 -x1688 -x974 -x1670 -x957 -x1652 -x940 -x1634 -x751 -x733 -x715 -x697 -x679 -x661 -x643 -x625 -x607 -x589 -x1435 -x2157 -x1418 -x2139 -x1401 -x2121 -x1384 -x2103 -x1367 -x2085 -x1350 -x2067 -x1333 -x2049 -x1316 -x2031 -x1299 -x2013 -x1282 -x1995 -x391 -x373 -x355 -x337 -x319 -x301 -x283 -x265 -x247 -x1094 -x1797 -x1077 -x1779 -x1060 -x1761 -x1043 -x1743 -x1026 -x1725 -x1009 -x1707 -x992 -x1689 -x975 -x1671 -x958 -x1653 -x752 -x734 -x716 -x698 -x680 -x662 -x644 -x626 -x608 -x1436 -x2158 -x1419 -x2140 -x1402 -x2122 -x1385 -x2104 -x1368 -x2086 -x1351 -x2068 -x1334 -x2050 -x1317 -x2032 -x1300 -x2014 -x392 -x374 -x356 -x338 -x320 -x302 -x284 -x266 -x1095 -x1798 -x1078 -x1780 -x1061 -x1762 -x1044 -x1744 -x1027 -x1726 -x1010 -x1708 -x993 -x1690 -x976 -x1672 -x753 -x735 -x717 -x699 -x681 -x663 -x645 -x627 -x1437 -x2159 -x1420 -x2141 -x1403 -x2123 -x1386 -x2105 -x1369 -x2087 -x1352 -x2069 -x1335 -x2051 -x1318 -x2033 -x393 -x375 -x357 -x339 -x321 -x303 -x285 -x1096 -x1799 -x1079 -x1781 -x1062 -x1763 -x1045 -x1745 -x1028 -x1727 -x1011 -x1709 -x994 -x1691 -x754 -x736 -x718 -x700 -x682 -x664 -x646 -x1438 -x2160 -x1421 -x2142 -x1404 -x2124 -x1387 -x2106 -x1370 -x2088 -x1353 -x2070 -x1336 -x2052 -x394 -x376 -x358 -x340 -x322 -x304 -x1097 -x1800 -x1080 -x1782 -x1063 -x1764 -x1046 -x1746 -x1029 -x1728 -x1012 -x1710 -x755 -x737 -x719 -x701 -x683 -x665 -x1439 -x2161 -x1422 -x2143 -x1405 -x2125 -x1388 -x2107 -x1371 -x2089
0.69/0.82	v -x1354 -x2071 -x395 -x377 -x359 -x341 -x323 -x1098 -x1801 -x1081 -x1783 -x1064 -x1765 -x1047 -x1747 -x1030 -x1729 -x756 -x738 -x720 -x702 -x684 -x1440 -x2162 -x1423 -x2144 -x1406 -x2126 -x1389 -x2108 -x1372 -x2090 -x396 -x378 -x360 -x342 -x1099 -x1802 -x1082 -x1784 -x1065 -x1766 -x1048 -x1748 -x757 -x739 -x721 -x703 -x1441 -x2163 -x1424 -x2145 -x1407 -x2127 -x1390 -x2109 -x397 -x379 -x361 -x1100 -x1803 -x1083 -x1785 -x1066 -x1767 -x758 -x740 -x722 -x1442 -x2164 -x1425 -x2146 -x1408 -x2128 -x398 -x380 -x1101 -x1804 -x1084 -x1786 -x759 -x741 -x1443 -x2165 -x1426 -x2147 -x399 -x1102 -x1805 -x760 -x1444 -x2166

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: 63794 MiB (62422 MiB free)
  memory of node 1: 64507 MiB (60447 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530492-1752261786/watcher-4530492-1752261786 -o /tmp/evaluation-result-4530492-1752261786/solver-4530492-1752261786 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752253269-119229 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530492-1752261786.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
solver pid=122426, runsolver pid=122423
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.08 4.08 4.09 5/258 122431
/proc/meminfo: memFree=125819152/131382112 swapFree=33010416/33010684
[pid=122426] ppid=122423 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122426/stat : 122426 (scip-naps-1.00a) S 122423 122426 119216 0 -1 4194304 260 339 0 0 0 0 0 0 20 0 1 0 141858355 4292608 736 18446744073709551615 94867086835712 94867087730245 140730281725120 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94867087969296 94867088017040 94867120201728 140730281732507 140730281732606 140730281732606 140730281738210 0
/proc/122426/statm: 1048 736 672 219 0 110 0
[pid=122431] ppid=122426 vsize=19328 memory=14464 CPUtime=0.07 cores=5,7
/proc/122431/stat : 122431 (python3) R 122426 122426 119216 0 -1 4194304 1889 0 0 0 6 1 0 0 20 0 1 0 141858357 19791872 3616 18446744073709551615 94351255388160 94351255388537 140726294593728 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94351255399832 94351255400452 94351280259072 140726294595934 140726294596128 140726294596128 140726294601703 0
/proc/122431/statm: 4832 3616 2016 1 0 1586 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 23520 KiB
Current children cumulated memory: 17408 KiB

[startup+0.214045 s]*
/proc/loadavg: 4.07 4.08 4.09 5/258 122431
/proc/meminfo: memFree=125813356/131382112 swapFree=33010416/33010684
[pid=122426] ppid=122423 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122426/stat : 122426 (scip-naps-1.00a) S 122423 122426 119216 0 -1 4194304 260 339 0 0 0 0 0 0 20 0 1 0 141858355 4292608 736 18446744073709551615 94867086835712 94867087730245 140730281725120 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94867087969296 94867088017040 94867120201728 140730281732507 140730281732606 140730281732606 140730281738210 0
/proc/122426/statm: 1048 736 672 219 0 110 0
[pid=122431] ppid=122426 vsize=1186548 memory=31184 CPUtime=0.17 cores=5,7
/proc/122431/stat : 122431 (python3) R 122426 122426 119216 0 -1 4194304 3590 0 0 0 14 3 0 0 20 0 1 0 141858357 1215025152 7796 18446744073709551615 94351255388160 94351255388537 140726294593728 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94351255399832 94351255400452 94351280259072 140726294595934 140726294596128 140726294596128 140726294601703 0
/proc/122431/statm: 296637 7796 4852 1 0 268659 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1190740 KiB
Current children cumulated memory: 34128 KiB

[startup+0.316244 s]*
/proc/loadavg: 4.07 4.08 4.09 5/258 122431
/proc/meminfo: memFree=125816960/131382112 swapFree=33010416/33010684
[pid=122426] ppid=122423 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122426/stat : 122426 (scip-naps-1.00a) S 122423 122426 119216 0 -1 4194304 260 339 0 0 0 0 0 0 20 0 1 0 141858355 4292608 736 18446744073709551615 94867086835712 94867087730245 140730281725120 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94867087969296 94867088017040 94867120201728 140730281732507 140730281732606 140730281732606 140730281738210 0
/proc/122426/statm: 1048 736 672 219 0 110 0
[pid=122431] ppid=122426 vsize=1190444 memory=35280 CPUtime=0.25 cores=5,7
/proc/122431/stat : 122431 (python3) R 122426 122426 119216 0 -1 4194304 4467 0 0 0 22 3 0 0 20 0 1 0 141858357 1219014656 8820 18446744073709551615 94351255388160 94351255388537 140726294593728 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94351255399832 94351255400452 94351280259072 140726294595934 140726294596128 140726294596128 140726294601703 0
/proc/122431/statm: 297611 8820 5044 1 0 269520 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1194636 KiB
Current children cumulated memory: 38224 KiB

[startup+0.700319 s]
/proc/loadavg: 4.07 4.08 4.09 5/258 122431
/proc/meminfo: memFree=125786900/131382112 swapFree=33010416/33010684
[pid=122426] ppid=122423 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122426/stat : 122426 (scip-naps-1.00a) S 122423 122426 119216 0 -1 4194304 260 339 0 0 0 0 0 0 20 0 1 0 141858355 4292608 736 18446744073709551615 94867086835712 94867087730245 140730281725120 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94867087969296 94867088017040 94867120201728 140730281732507 140730281732606 140730281732606 140730281738210 0
/proc/122426/statm: 1048 736 672 219 0 110 0
[pid=122431] ppid=122426 vsize=1221428 memory=71504 CPUtime=0.6 cores=5,7
/proc/122431/stat : 122431 (python3) R 122426 122426 119216 0 -1 4194304 10689 0 0 0 54 6 0 0 20 0 1 0 141858357 1250742272 17876 18446744073709551615 94351255388160 94351255388537 140726294593728 0 0 0 0 16781312 16386 0 0 0 17 7 0 0 0 0 0 94351255399832 94351255400452 94351280259072 140726294595934 140726294596128 140726294596128 140726294601703 0
/proc/122431/statm: 305357 17876 8084 1 0 276715 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 1225620 KiB
Current children cumulated memory: 74448 KiB

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

# cumulated CPU time of all completed processes:  user=0.695164 s, system=0.077602 s

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

[startup+0.800319 s]
/proc/loadavg: 4.07 4.08 4.09 5/258 122431
/proc/meminfo: memFree=125786900/131382112 swapFree=33010416/33010684
[pid=122426] ppid=122423 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122426/stat : 122426 (scip-naps-1.00a) S 122423 122426 119216 0 -1 4194304 260 339 0 0 0 0 0 0 20 0 1 0 141858355 4292608 736 18446744073709551615 94867086835712 94867087730245 140730281725120 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94867087969296 94867088017040 94867120201728 140730281732507 140730281732606 140730281732606 140730281738210 0
/proc/122426/statm: 1048 736 672 219 0 110 0
[pid=122431] ppid=122426 vsize=1222708 memory=72912 CPUtime=0.69 cores=5,7
/proc/122431/stat : 122431 (python3) R 122426 122426 119216 0 -1 4194304 11042 0 0 0 63 6 0 0 20 0 1 0 141858357 1252052992 18228 18446744073709551615 94351255388160 94351255388537 140726294593728 0 0 0 0 16781312 16386 0 0 0 17 7 0 0 0 0 0 94351255399832 94351255400452 94351280259072 140726294595934 140726294596128 140726294596128 140726294601703 0
/proc/122431/statm: 305677 18228 8116 1 0 277035 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1226900 KiB
Current children cumulated memory: 75856 KiB

Child status: 0

Real time (s): 0.858901
CPU time (s): 0.772766
CPU user time (s): 0.695164
CPU system time (s): 0.077602
CPU usage (%): 89.9715
Max. virtual memory (cumulated for all children) (KiB): 1226900
Max. memory (cumulated for all children) (KiB): 75856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.695164
system time used= 0.077602
maximum resident set size= 72972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 334
involuntary context switches= 21


# summary of solver processes directly reported to runsolver:
#   pid: 122426
#   total CPU time (s): 0.772766
#   total CPU user time (s): 0.695164
#   total CPU system time (s): 0.077602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037673 second user time and 0.061984 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-11 21:23:06
IDJOB=4530492
IDBENCH=177132
IDSOLVER=3388
FILE ID=nodeC012/4530492-1752261786
RUNJOBID= nodeC012-1752253269-119229
SLURM_JOB_ID= 9682583
Free space on /tmp= 431556 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_19.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530492-1752261786/watcher-4530492-1752261786 -o /tmp/evaluation-result-4530492-1752261786/solver-4530492-1752261786 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752253269-119229 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530492-1752261786.opb

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

MD5SUM BENCH= d7b5082e0c8210cd1db8ac24c14853d2
RANDOM SEED=1685182734

nodeC012 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.247
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3555.715
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.410
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.325
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.702
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.152
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.263
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.342
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125819404 kB
MemAvailable:   126588084 kB
Buffers:            2136 kB
Cached:          1565168 kB
SwapCached:           16 kB
Active:          3853740 kB
Inactive:         941188 kB
Active(anon):    3240620 kB
Inactive(anon):     4948 kB
Active(file):     613120 kB
Inactive(file):   936240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18020 kB
Writeback:             0 kB
AnonPages:       3230940 kB
Mapped:           131168 kB
Shmem:             17944 kB
KReclaimable:     117508 kB
Slab:             206596 kB
SReclaimable:     117508 kB
SUnreclaim:        89088 kB
KernelStack:        4160 kB
PageTables:        10680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7278904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1462272 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431548 MiB
End job on nodeC012 at 2025-07-11 21:23:08