Trace number 4518881

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 2025-06-13OPT0 0.372253 0.38524

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

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: 63837 MiB (61895 MiB free)
  memory of node 1: 64465 MiB (61769 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4518881-1751547548/watcher-4518881-1751547548 -o /tmp/evaluation-result-4518881-1751547548/solver-4518881-1751547548 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751547548-78153 --watchdog 3760 pbsolver -f HOME/instance-4518881-1751547548.opb -t 3600 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100064 s]*
/proc/loadavg: 1.44 3.31 3.82 3/244 78222
/proc/meminfo: memFree=126611048/131382116 swapFree=33009904/33010684
[pid=78212] ppid=78209 vsize=35536 memory=26568 CPUtime=0.1 cores=1,3
/proc/78212/stat : 78212 (pbsolver) R 78209 78212 78141 0 -1 4194304 4579 0 0 0 8 2 0 0 20 0 1 0 70434255 36388864 6642 18446744073709551615 4198400 14743177 140732735359248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 26230784 140732735363466 140732735363562 140732735363562 140732735369164 0
/proc/78212/statm: 8884 6642 2496 2575 0 5791 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 35536 KiB
Current children cumulated memory: 26568 KiB

[startup+0.213846 s]*
/proc/loadavg: 1.44 3.31 3.82 2/238 78231
/proc/meminfo: memFree=126614020/131382116 swapFree=33009904/33010684
[pid=78212] ppid=78209 vsize=44600 memory=33224 CPUtime=0.2 cores=1,3
/proc/78212/stat : 78212 (pbsolver) R 78209 78212 78141 0 -1 4194304 6060 0 0 0 18 2 0 0 20 0 1 0 70434255 45670400 8306 18446744073709551615 4198400 14743177 140732735359248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 26230784 140732735363466 140732735363562 140732735363562 140732735369164 0
/proc/78212/statm: 11150 8306 2688 2575 0 8057 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 44600 KiB
Current children cumulated memory: 33224 KiB

[startup+0.313409 s]*
/proc/loadavg: 1.44 3.31 3.82 2/241 78240
/proc/meminfo: memFree=126613240/131382116 swapFree=33009904/33010684
[pid=78212] ppid=78209 vsize=45212 memory=33608 CPUtime=0.31 cores=1,3
/proc/78212/stat : 78212 (pbsolver) R 78209 78212 78141 0 -1 4194304 6186 0 0 0 28 3 0 0 20 0 1 0 70434255 46297088 8402 18446744073709551615 4198400 14743177 140732735359248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 26230784 140732735363466 140732735363562 140732735363562 140732735369164 0
/proc/78212/statm: 11303 8402 2688 2575 0 8210 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 45212 KiB
Current children cumulated memory: 33608 KiB

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

# cumulated CPU time of all completed processes:  user=0.334191 s, system=0.038062 s

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

[startup+0.313409 s]*
/proc/loadavg: 1.44 3.31 3.82 2/241 78240
/proc/meminfo: memFree=126613240/131382116 swapFree=33009904/33010684
[pid=78212] ppid=78209 vsize=45212 memory=33608 CPUtime=0.31 cores=1,3
/proc/78212/stat : 78212 (pbsolver) R 78209 78212 78141 0 -1 4194304 6186 0 0 0 28 3 0 0 20 0 1 0 70434255 46297088 8402 18446744073709551615 4198400 14743177 140732735359248 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 26230784 140732735363466 140732735363562 140732735363562 140732735369164 0
/proc/78212/statm: 11303 8402 2688 2575 0 8210 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 45212 KiB
Current children cumulated memory: 33608 KiB

Child status: 0

Real time (s): 0.38524
CPU time (s): 0.372253
CPU user time (s): 0.334191
CPU system time (s): 0.038062
CPU usage (%): 96.6288
Max. virtual memory (cumulated for all children) (KiB): 45212
Max. memory (cumulated for all children) (KiB): 33608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.334191
system time used= 0.038062
maximum resident set size= 33608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6187
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= 3
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 78212
#   total CPU time (s): 0.372253
#   total CPU user time (s): 0.334191
#   total CPU system time (s): 0.038062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024386 second user time and 0.055164 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-03 14:59:08
IDJOB=4518881
IDBENCH=177132
IDSOLVER=3366
FILE ID=nodeC010/4518881-1751547548
RUNJOBID= nodeC010-1751547548-78153
SLURM_JOB_ID= 9598719
Free space on /tmp= 430000 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_19.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4518881-1751547548/watcher-4518881-1751547548 -o /tmp/evaluation-result-4518881-1751547548/solver-4518881-1751547548 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751547548-78153 --watchdog 3760  pbsolver -f HOME/instance-4518881-1751547548.opb -t 3600 -m 31000

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

MD5SUM BENCH= d7b5082e0c8210cd1db8ac24c14853d2
RANDOM SEED=1117943236

nodeC010 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		: 1197.341
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.36
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		: 3700.000
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.36
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		: 3700.000
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.36
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.152
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.36
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		: 1197.181
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.36
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		: 3700.000
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.36
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.046
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.36
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.298
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126633008 kB
MemAvailable:   129920280 kB
Buffers:            2128 kB
Cached:          4086404 kB
SwapCached:           24 kB
Active:           658096 kB
Inactive:        3500436 kB
Active(anon):      81620 kB
Inactive(anon):     6336 kB
Active(file):     576476 kB
Inactive(file):  3494100 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15524 kB
Writeback:             0 kB
AnonPages:         69440 kB
Mapped:           104544 kB
Shmem:             17936 kB
KReclaimable:     112644 kB
Slab:             196904 kB
SReclaimable:     112644 kB
SUnreclaim:        84260 kB
KernelStack:        3904 kB
PageTables:         2876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     366080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 429940 MiB
End job on nodeC010 at 2025-07-03 14:59:09