Trace number 4519065

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.408324 0.415135

General information on the benchmark

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=78432, runsolver pid=78424

[startup+0.100071 s]*
/proc/loadavg: 1.44 3.31 3.82 3/246 78450
/proc/meminfo: memFree=126571296/131382116 swapFree=33009904/33010684
[pid=78432] ppid=78424 vsize=34264 memory=25472 CPUtime=0.1 cores=0,2
/proc/78432/stat : 78432 (pbsolver) R 78424 78432 78141 0 -1 4194304 4073 0 0 0 9 1 0 0 20 0 1 0 70434517 35086336 6368 18446744073709551615 4198400 14743177 140723034573616 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51458048 140723034581386 140723034581482 140723034581482 140723034587084 0
/proc/78432/statm: 8566 6368 2528 2575 0 5473 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34264 KiB
Current children cumulated memory: 25472 KiB

[startup+0.213704 s]*
/proc/loadavg: 1.44 3.31 3.82 5/242 78455
/proc/meminfo: memFree=126572404/131382116 swapFree=33009904/33010684
[pid=78432] ppid=78424 vsize=40528 memory=30336 CPUtime=0.21 cores=0,2
/proc/78432/stat : 78432 (pbsolver) R 78424 78432 78141 0 -1 4194304 5152 0 0 0 20 1 0 0 20 0 1 0 70434517 41500672 7584 18446744073709551615 4198400 14743177 140723034573616 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51458048 140723034581386 140723034581482 140723034581482 140723034587084 0
/proc/78432/statm: 10132 7584 2688 2575 0 7039 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 40528 KiB
Current children cumulated memory: 30336 KiB

[startup+0.312788 s]*
/proc/loadavg: 1.44 3.31 3.82 3/241 78471
/proc/meminfo: memFree=126587544/131382116 swapFree=33009904/33010684
[pid=78432] ppid=78424 vsize=40684 memory=30464 CPUtime=0.3 cores=0,2
/proc/78432/stat : 78432 (pbsolver) R 78424 78432 78141 0 -1 4194304 5195 0 0 0 29 1 0 0 20 0 1 0 70434517 41660416 7616 18446744073709551615 4198400 14743177 140723034573616 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51458048 140723034581386 140723034581482 140723034581482 140723034587084 0
/proc/78432/statm: 10171 7616 2688 2575 0 7078 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 40684 KiB
Current children cumulated memory: 30464 KiB

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

# cumulated CPU time of all completed processes:  user=0.386415 s, system=0.021909 s

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

[startup+0.312788 s]*
/proc/loadavg: 1.44 3.31 3.82 3/241 78471
/proc/meminfo: memFree=126587544/131382116 swapFree=33009904/33010684
[pid=78432] ppid=78424 vsize=40684 memory=30464 CPUtime=0.3 cores=0,2
/proc/78432/stat : 78432 (pbsolver) R 78424 78432 78141 0 -1 4194304 5195 0 0 0 29 1 0 0 20 0 1 0 70434517 41660416 7616 18446744073709551615 4198400 14743177 140723034573616 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 51458048 140723034581386 140723034581482 140723034581482 140723034587084 0
/proc/78432/statm: 10171 7616 2688 2575 0 7078 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 40684 KiB
Current children cumulated memory: 30464 KiB

Child status: 0

Real time (s): 0.415135
CPU time (s): 0.408324
CPU user time (s): 0.386415
CPU system time (s): 0.021909
CPU usage (%): 98.3593
Max. virtual memory (cumulated for all children) (KiB): 40684
Max. memory (cumulated for all children) (KiB): 30464

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


# summary of solver processes directly reported to runsolver:
#   pid: 78432
#   total CPU time (s): 0.408324
#   total CPU user time (s): 0.386415
#   total CPU system time (s): 0.021909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020808 second user time and 0.059566 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-03 14:59:11
IDJOB=4519065
IDBENCH=177146
IDSOLVER=3366
FILE ID=nodeC010/4519065-1751547551
RUNJOBID= nodeC010-1751547548-78151
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_17.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519065-1751547551/watcher-4519065-1751547551 -o /tmp/evaluation-result-4519065-1751547551/solver-4519065-1751547551 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751547548-78151 --watchdog 3760  pbsolver -f HOME/instance-4519065-1751547551.opb -t 3600 -m 31000

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

MD5SUM BENCH= 57a440677409faa51cc887313df67959
RANDOM SEED=1976496284

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		: 1197.248
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		: 1197.149
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.145
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.314
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		: 1197.954
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.188
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.148
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:        126576740 kB
MemAvailable:   129909768 kB
Buffers:            2128 kB
Cached:          4132136 kB
SwapCached:           24 kB
Active:           651156 kB
Inactive:        3546184 kB
Active(anon):      74676 kB
Inactive(anon):     6336 kB
Active(file):     576480 kB
Inactive(file):  3539848 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             61000 kB
Writeback:             4 kB
AnonPages:         64092 kB
Mapped:           104308 kB
Shmem:             17936 kB
KReclaimable:     112652 kB
Slab:             197132 kB
SReclaimable:     112652 kB
SUnreclaim:        84480 kB
KernelStack:        3824 kB
PageTables:         2828 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     338568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 429936 MiB
End job on nodeC010 at 2025-07-03 14:59:12