Trace number 4530490

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a2OPT0 0.269628 0.294227

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530490-1752261835/watcher-4530490-1752261835 -o /tmp/evaluation-result-4530490-1752261835/solver-4530490-1752261835 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752253448-111532 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530490-1752261835.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=114173, runsolver pid=114170

[startup+0.100062 s]*
/proc/loadavg: 4.01 4.07 4.08 5/271 114178
/proc/meminfo: memFree=105615372/131249988 swapFree=33010416/33010684
[pid=114173] ppid=114170 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114173/stat : 114173 (scip-naps-1.00a) S 114170 114173 111519 0 -1 4194304 257 332 0 0 0 0 0 0 20 0 1 0 141862104 4292608 768 18446744073709551615 94214099329024 94214100223557 140724480168672 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94214100462608 94214100510352 94214130696192 140724480170395 140724480170494 140724480170494 140724480176098 0
/proc/114173/statm: 1048 768 704 219 0 110 0
[pid=114178] ppid=114173 vsize=1187396 memory=32404 CPUtime=0.07 cores=5,7
/proc/114178/stat : 114178 (python3) R 114173 114173 111519 0 -1 4194304 3825 0 0 0 6 1 0 0 20 0 1 0 141862106 1215893504 8101 18446744073709551615 94907486601216 94907486601593 140726069940464 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94907486612888 94907486613508 94907499810816 140726069942622 140726069942816 140726069942816 140726069948391 0
/proc/114178/statm: 296849 8101 4906 1 0 268871 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191588 KiB
Current children cumulated memory: 35476 KiB

[startup+0.206026 s]*
/proc/loadavg: 4.01 4.07 4.08 5/271 114178
/proc/meminfo: memFree=105615388/131249988 swapFree=33010416/33010684
[pid=114173] ppid=114170 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/114173/stat : 114173 (scip-naps-1.00a) S 114170 114173 111519 0 -1 4194304 257 332 0 0 0 0 0 0 20 0 1 0 141862104 4292608 768 18446744073709551615 94214099329024 94214100223557 140724480168672 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94214100462608 94214100510352 94214130696192 140724480170395 140724480170494 140724480170494 140724480176098 0
/proc/114173/statm: 1048 768 704 219 0 110 0
[pid=114178] ppid=114173 vsize=1217212 memory=68372 CPUtime=0.18 cores=5,7
/proc/114178/stat : 114178 (python3) R 114173 114173 111519 0 -1 4194304 9839 0 0 0 16 2 0 0 20 0 1 0 141862106 1246425088 17093 18446744073709551615 94907486601216 94907486601593 140726069940464 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94907486612888 94907486613508 94907499810816 140726069942622 140726069942816 140726069942816 140726069948391 0
/proc/114178/statm: 304303 17093 8138 1 0 275661 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 1221404 KiB
Current children cumulated memory: 71444 KiB

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

# cumulated CPU time of all completed processes:  user=0.241868 s, system=0.02776 s

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

Child status: 0

Real time (s): 0.294227
CPU time (s): 0.269628
CPU user time (s): 0.241868
CPU system time (s): 0.02776
CPU usage (%): 91.6395
Max. virtual memory (cumulated for all children) (KiB): 1221404
Max. memory (cumulated for all children) (KiB): 71444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.241868
system time used= 0.02776
maximum resident set size= 69940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10843
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 333
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 114173
#   total CPU time (s): 0.269628
#   total CPU user time (s): 0.241868
#   total CPU system time (s): 0.02776

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.007395 second user time and 0.020354 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-11 21:23:56
IDJOB=4530490
IDBENCH=177146
IDSOLVER=3388
FILE ID=nodeC031/4530490-1752261835
RUNJOBID= nodeC031-1752253448-111532
SLURM_JOB_ID= 9682589
Free space on /tmp= 430884 MiB

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

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

MD5SUM BENCH= 57a440677409faa51cc887313df67959
RANDOM SEED=769502396

nodeC031 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	: 0xb00002a
cpu MHz		: 3599.878
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.056
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.441
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.027
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.099
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3605.079
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3588.773
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.918
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        105631036 kB
MemAvailable:   128123804 kB
Buffers:            2128 kB
Cached:         23173372 kB
SwapCached:           12 kB
Active:          2006528 kB
Inactive:       22712760 kB
Active(anon):    1551372 kB
Inactive(anon):    10468 kB
Active(file):     455156 kB
Inactive(file): 22702292 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5636 kB
Writeback:             0 kB
AnonPages:       1543036 kB
Mapped:           135632 kB
Shmem:             18052 kB
KReclaimable:     349120 kB
Slab:             445952 kB
SReclaimable:     349120 kB
SUnreclaim:        96832 kB
KernelStack:        4376 kB
PageTables:         6948 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    5151880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1056768 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430880 MiB
End job on nodeC031 at 2025-07-11 21:23:56