Trace number 3690786

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 spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedSAT-18 1796.74 1797.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
MD5SUM7f40f8d513f22fc9adca96d8fdf626e2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -24
Optimality of the best value was proved NO
Number of variables1835
Total number of constraints2112
Number of constraints which are clauses1906
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint3
Maximum length of a constraint882
Number of terms in the objective function 120
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 120
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
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 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3690786-1338016987.opb>
0.00/0.01	c original problem has 1835 variables (1835 bin, 0 int, 0 impl, 0 cont) and 2112 constraints
0.00/0.01	c problem read in 0.01
0.00/0.03	c presolving:
0.00/0.08	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2110 upgd conss, 0 impls, 84 clqs
0.09/0.11	c    (0.1s) probing: 51/1835 (2.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.12	c presolving (2 rounds):
0.09/0.12	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.12	c  0 implications, 84 cliques
0.09/0.12	c presolved problem has 1835 variables (1835 bin, 0 int, 0 impl, 0 cont) and 2112 constraints
0.09/0.12	c     120 constraints of type <knapsack>
0.09/0.12	c      84 constraints of type <setppc>
0.09/0.12	c       2 constraints of type <linear>
0.09/0.12	c    1906 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.10
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 2.1.1.4
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1797
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 13950
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # belongs reading time to solving time?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c timing/reading = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
1.59/1.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.59/1.69	c   1.7s|     1 |     0 |  9273 |     - |  10M|   0 | 524 |1835 |2148 |1835 |2112 |   0 |  36 |   0 |-4.195745e+01 |      --      |    Inf 
23.19/23.27	c  23.3s|     1 |     2 | 44100 |     - |  12M|   0 | 524 |1835 |4776 |1835 |2112 |   0 |  36 |  10 |-4.195745e+01 |      --      |    Inf 
154.96/155.06	o -18
154.96/155.06	c v 155s|    29 |    28 |390826 |12383.1 |  12M|  10 |   - |1835 |4820 |1835 |2112 |   0 |  80 | 202 |-4.159574e+01 |-1.800000e+01 | 131.09%
349.43/349.59	c   350s|   100 |    99 |985552 |9509.6 |  13M|  26 | 435 |1835 |4834 |1835 |2112 |   0 |  95 | 409 |-4.087234e+01 |-1.800000e+01 | 127.07%
751.17/751.30	c   751s|   200 |   199 |  2307k|11375.0 |  13M|  26 | 462 |1835 |5093 |1835 |2112 |   0 | 410 | 734 |-4.008108e+01 |-1.800000e+01 | 122.67%
1043.72/1043.96	c  1044s|   300 |   299 |  3207k|10578.9 |  13M|  29 | 397 |1835 |5058 |1835 |2112 |   0 | 521 |1077 |-3.906977e+01 |-1.800000e+01 | 117.05%
1385.96/1386.27	c  1386s|   400 |   399 |  4207k|10433.6 |  13M|  29 | 410 |1835 |5037 |1835 |2112 |   0 | 557 |1522 |-3.874074e+01 |-1.800000e+01 | 115.23%
1676.32/1676.64	c  1677s|   500 |   499 |  5032k|9996.6 |  13M|  29 | 440 |1835 |5012 |1835 |2112 |   0 | 568 |1891 |-3.845946e+01 |-1.800000e+01 | 113.66%
1796.71/1797.00	c 
1796.71/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.00	c Solving Time (sec) : 1797.00
1796.71/1797.00	c Solving Nodes      : 554
1796.71/1797.00	c Primal Bound       : -1.80000000000000e+01 (1 solutions)
1796.71/1797.00	c Dual Bound         : -3.83255813953489e+01
1796.71/1797.00	c Gap                : 112.92 %
1796.71/1797.00	s SATISFIABLE
1796.71/1797.00	v -x132 -x150 -x151 -x153 -x122 -x124 -x126 -x127 -x129 -x131 -x134 -x135 -x137 -x138 -x141 -x145 -x147 -x149 -x517 -x535 -x536 -x538 
1796.71/1797.00	v -x507 -x509 -x511 -x512 -x514 -x516 -x519 -x520 -x522 -x523 x526 -x530 -x532 -x534 -x902 -x920 -x921 -x923 -x892 -x894 -x896 
1796.71/1797.00	v -x897 -x899 -x901 -x904 -x905 -x907 -x908 -x911 -x915 -x917 -x919 -x1287 -x1305 -x1306 -x1308 -x1277 -x1279 -x1281 -x1282 
1796.71/1797.00	v -x1284 -x1286 -x1289 -x1290 -x1292 -x1293 -x1296 -x1300 -x1302 -x1304 -x1672 -x1690 -x1691 -x1693 -x1662 -x1664 -x1666 -x1667 
1796.71/1797.00	v -x1669 -x1671 -x1674 -x1675 -x1677 -x1678 -x1681 x1685 -x1687 -x1689 -x1707 -x1725 -x1726 -x1728 -x1697 -x1699 -x1701 -x1702 
1796.71/1797.00	v -x1704 -x1706 -x1709 -x1710 -x1712 -x1713 -x1716 -x1720 -x1722 -x1724 -x1742 -x1760 -x1761 -x1763 -x1732 -x1734 -x1736 -x1737 
1796.71/1797.00	v -x1739 -x1741 -x1744 -x1745 -x1747 -x1748 -x1751 -x1755 -x1757 -x1759 -x1777 -x1795 -x1796 -x1798 -x1767 -x1769 -x1771 -x1772 
1796.71/1797.00	v -x1774 -x1776 -x1779 -x1780 -x1782 -x1783 -x1786 -x1790 -x1792 -x1794 -x1812 -x1830 -x1831 -x1833 -x1802 -x1804 -x1806 -x1807 
1796.71/1797.00	v -x1809 -x1811 -x1814 -x1815 -x1817 -x1818 -x1821 -x1825 -x1827 -x1829 -x167 -x185 -x186 -x188 -x157 -x159 -x161 -x162 -x164 
1796.71/1797.00	v -x166 -x169 -x170 -x172 -x173 -x176 -x180 -x182 -x184 -x202 -x220 -x221 -x223 -x192 -x194 -x196 -x197 -x199 -x201 -x204 
1796.71/1797.00	v -x205 -x207 -x208 -x211 -x215 -x217 -x219 -x237 -x255 -x256 -x258 -x227 -x229 -x231 -x232 -x234 -x236 -x239 -x240 -x242 -x243 
1796.71/1797.00	v -x246 -x250 -x252 -x254 -x272 -x290 -x291 -x293 -x262 -x264 -x266 -x267 -x269 -x271 -x274 -x275 -x277 -x278 -x281 -x285 x287 
1796.71/1797.00	v -x289 -x307 -x325 -x326 -x328 -x297 -x299 -x301 -x302 -x304 -x306 -x309 -x310 -x312 -x313 -x316 -x320 -x322 -x324 -x342 -x360 
1796.71/1797.00	v -x361 -x363 x332 -x334 -x336 -x337 -x339 -x341 -x344 -x345 -x347 -x348 -x351 -x355 -x357 -x359 -x377 -x395 -x396 -x398 -x367 
1796.71/1797.00	v -x369 -x371 -x372 -x374 -x376 -x379 -x380 -x382 -x383 -x386 -x390 -x392 -x394 -x412 -x430 -x431 x433 -x402 -x404 -x406 -x407 
1796.71/1797.00	v -x409 -x411 -x414 -x415 -x417 -x418 -x421 -x425 -x427 -x429 -x447 -x465 -x466 -x468 -x437 -x439 -x441 -x442 -x444 -x446 -x449 
1796.71/1797.00	v -x450 -x452 -x453 -x456 -x460 -x462 -x464 -x482 -x500 -x501 -x503 -x472 -x474 -x476 -x477 -x479 -x481 -x484 -x485 -x487 x488 
1796.71/1797.00	v -x491 -x495 -x497 -x499 -x552 -x570 -x571 -x573 -x542 -x544 -x546 -x547 -x549 -x551 -x554 -x555 -x557 -x558 -x561 -x565 -x567 
1796.71/1797.00	v -x569 -x587 -x605 -x606 -x608 -x577 -x579 -x581 -x582 -x584 -x586 -x589 -x590 -x592 -x593 -x596 -x600 -x602 -x604 -x622 -x640 
1796.71/1797.00	v -x641 -x643 -x612 -x614 -x616 -x617 -x619 -x621 -x624 -x625 -x627 -x628 -x631 -x635 -x637 -x639 -x657 -x675 -x676 -x678 
1796.71/1797.00	v -x647 -x649 -x651 -x652 -x654 -x656 -x659 -x660 -x662 -x663 -x666 -x670 -x672 -x674 -x692 -x710 -x711 -x713 -x682 -x684 -x686 
1796.71/1797.00	v -x687 -x689 -x691 -x694 -x695 -x697 -x698 -x701 -x705 -x707 -x709 -x727 -x745 -x746 -x748 -x717 -x719 -x721 -x722 -x724 -x726 
1796.71/1797.00	v -x729 -x730 -x732 -x733 -x736 -x740 -x742 -x744 -x762 -x780 x781 -x783 -x752 -x754 -x756 -x757 -x759 -x761 -x764 -x765 -x767 
1796.71/1797.00	v -x768 -x771 -x775 -x777 -x779 -x797 -x815 -x816 -x818 -x787 -x789 -x791 -x792 -x794 -x796 -x799 -x800 x802 -x803 -x806 -x810 
1796.71/1797.00	v -x812 -x814 -x832 -x850 -x851 -x853 -x822 -x824 -x826 -x827 -x829 -x831 -x834 -x835 -x837 -x838 -x841 -x845 -x847 x849 -x867 
1796.71/1797.00	v -x885 -x886 -x888 -x857 x859 -x861 -x862 -x864 -x866 -x869 -x870 -x872 -x873 -x876 -x880 -x882 -x884 -x937 -x955 -x956 -x958 
1796.71/1797.00	v -x927 -x929 -x931 x932 -x934 -x936 -x939 -x940 -x942 -x943 -x946 -x950 -x952 -x954 -x972 -x990 -x991 -x993 -x962 -x964 -x966 
1796.71/1797.00	v -x967 x969 -x971 -x974 -x975 -x977 -x978 -x981 -x985 -x987 -x989 x1007 -x1025 -x1026 -x1028 -x997 -x999 -x1001 -x1002 -x1004 
1796.71/1797.00	v -x1006 -x1009 -x1010 -x1012 -x1013 -x1016 -x1020 -x1022 -x1024 -x1042 x1060 -x1061 -x1063 -x1032 -x1034 -x1036 -x1037 -x1039 
1796.71/1797.00	v -x1041 -x1044 -x1045 -x1047 -x1048 -x1051 -x1055 -x1057 -x1059 -x1077 -x1095 -x1096 -x1098 -x1067 -x1069 -x1071 -x1072 -x1074 
1796.71/1797.00	v -x1076 -x1079 -x1080 -x1082 -x1083 -x1086 -x1090 -x1092 -x1094 -x1112 -x1130 -x1131 -x1133 -x1102 -x1104 -x1106 -x1107 -x1109 
1796.71/1797.00	v -x1111 -x1114 -x1115 -x1117 -x1118 -x1121 -x1125 -x1127 -x1129 -x1147 -x1165 -x1166 -x1168 -x1137 -x1139 -x1141 -x1142 -x1144 
1796.71/1797.00	v -x1146 -x1149 -x1150 -x1152 -x1153 -x1156 -x1160 -x1162 -x1164 -x1182 -x1200 -x1201 -x1203 -x1172 -x1174 -x1176 -x1177 -x1179 
1796.71/1797.00	v -x1181 -x1184 -x1185 -x1187 -x1188 -x1191 -x1195 -x1197 -x1199 -x1217 -x1235 -x1236 -x1238 -x1207 -x1209 x1211 -x1212 -x1214 
1796.71/1797.00	v -x1216 -x1219 -x1220 -x1222 -x1223 -x1226 -x1230 -x1232 -x1234 -x1252 -x1270 -x1271 -x1273 -x1242 -x1244 -x1246 -x1247 
1796.71/1797.00	v -x1249 -x1251 -x1254 -x1255 -x1257 -x1258 -x1261 -x1265 -x1267 -x1269 -x1322 -x1340 -x1341 -x1343 -x1312 -x1314 -x1316 -x1317 
1796.71/1797.00	v -x1319 -x1321 -x1324 -x1325 -x1327 -x1328 -x1331 -x1335 -x1337 -x1339 -x1357 -x1375 -x1376 -x1378 -x1347 -x1349 -x1351 -x1352 
1796.71/1797.00	v -x1354 -x1356 -x1359 -x1360 -x1362 -x1363 -x1366 -x1370 -x1372 -x1374 -x1392 -x1410 -x1411 -x1413 -x1382 -x1384 -x1386 -x1387 
1796.71/1797.00	v -x1389 -x1391 -x1394 x1395 -x1397 -x1398 -x1401 -x1405 -x1407 -x1409 -x1427 -x1445 -x1446 -x1448 -x1417 -x1419 -x1421 -x1422 
1796.71/1797.00	v -x1424 -x1426 -x1429 -x1430 -x1432 -x1433 -x1436 -x1440 -x1442 -x1444 -x1462 -x1480 -x1481 -x1483 -x1452 -x1454 -x1456 -x1457 
1796.71/1797.00	v -x1459 -x1461 -x1464 -x1465 -x1467 -x1468 -x1471 -x1475 -x1477 -x1479 -x1497 -x1515 -x1516 -x1518 -x1487 -x1489 -x1491 -x1492 
1796.71/1797.00	v -x1494 -x1496 -x1499 -x1500 -x1502 -x1503 -x1506 -x1510 -x1512 -x1514 -x1532 -x1550 -x1551 -x1553 -x1522 -x1524 -x1526 -x1527 
1796.71/1797.00	v -x1529 -x1531 -x1534 -x1535 -x1537 -x1538 -x1541 -x1545 -x1547 -x1549 -x1567 -x1585 -x1586 -x1588 -x1557 -x1559 -x1561 
1796.71/1797.00	v -x1562 -x1564 x1566 -x1569 -x1570 -x1572 -x1573 -x1576 -x1580 -x1582 -x1584 -x1602 -x1620 -x1621 -x1623 -x1592 -x1594 -x1596 
1796.71/1797.00	v -x1597 -x1599 -x1601 -x1604 -x1605 -x1607 -x1608 -x1611 -x1615 -x1617 -x1619 -x1637 -x1655 -x1656 -x1658 -x1627 -x1629 -x1631 
1796.71/1797.00	v -x1632 -x1634 -x1636 x1639 -x1640 -x1642 -x1643 -x1646 -x1650 -x1652 -x1654 -x1626 -x1648 -x1657 -x1659 -x1660 -x1628 -x1630 
1796.71/1797.00	v -x1633 -x1635 -x1638 -x1641 -x1644 -x1645 -x1647 -x1649 -x1651 -x1653 -x1381 -x1403 -x1412 -x1414 -x1415 -x1383 -x1385 -x1388 
1796.71/1797.00	v -x1390 -x1393 -x1396 -x1399 -x1400 -x1402 -x1404 -x1406 -x1408 -x1101 -x1123 -x1132 -x1134 -x1135 -x1103 -x1105 -x1108 -x1110 
1796.71/1797.00	v -x1113 -x1116 -x1119 -x1120 -x1122 -x1124 -x1126 -x1128 -x821 -x843 -x852 -x854 -x855 -x823 -x825 -x828 -x830 -x833 -x836 
1796.71/1797.00	v -x839 -x840 -x842 -x844 -x846 -x848 -x576 -x598 -x607 -x609 -x610 -x578 -x580 -x583 -x585 -x588 -x591 -x594 -x595 -x597 -x599 
1796.71/1797.00	v -x601 -x603 -x296 -x318 -x327 -x329 -x330 -x298 -x300 -x303 -x305 -x308 -x311 -x314 -x315 -x317 -x319 -x321 -x323 -x156 -x178 
1796.71/1797.00	v -x187 -x189 -x190 -x158 -x160 -x163 -x165 -x168 -x171 -x174 x175 -x177 -x179 -x181 -x183 -x1801 -x1823 -x1832 -x1834 -x1835 
1796.71/1797.00	v -x1803 -x1805 -x1808 -x1810 -x1813 -x1816 -x1819 -x1820 -x1822 -x1824 -x1826 -x1828 -x1766 -x1788 -x1797 -x1799 -x1800 -x1768 
1796.71/1797.00	v -x1770 -x1773 -x1775 -x1778 -x1781 -x1784 -x1785 -x1787 -x1789 -x1791 -x1793 -x1731 -x1753 -x1762 -x1764 -x1765 -x1733 -x1735 
1796.71/1797.00	v -x1738 -x1740 -x1743 -x1746 -x1749 -x1750 -x1752 -x1754 -x1756 -x1758 -x1696 -x1718 -x1727 -x1729 -x1730 -x1698 -x1700 -x1703 
1796.71/1797.00	v -x1705 -x1708 -x1711 -x1714 -x1715 -x1717 -x1719 -x1721 -x1723 -x1661 -x1683 -x1692 -x1694 -x1695 -x1663 -x1665 -x1668 -x1670 
1796.71/1797.00	v -x1673 -x1676 -x1679 -x1680 -x1682 -x1684 -x1686 -x1688 -x1591 -x1613 -x1622 -x1624 -x1625 -x1593 -x1595 -x1598 -x1600 x1603 
1796.71/1797.00	v -x1606 -x1609 -x1610 -x1612 -x1614 -x1616 -x1618 -x1556 -x1578 -x1587 -x1589 -x1590 -x1558 -x1560 -x1563 -x1565 -x1568 -x1571 
1796.71/1797.00	v -x1574 -x1575 -x1577 -x1579 -x1581 -x1583 -x1521 -x1543 -x1552 -x1554 -x1555 -x1523 -x1525 -x1528 -x1530 -x1533 -x1536 
1796.71/1797.00	v -x1539 -x1540 -x1542 -x1544 -x1546 -x1548 -x1276 -x1298 -x1307 -x1309 -x1310 -x1278 -x1280 -x1283 -x1285 -x1288 -x1291 -x1294 
1796.71/1797.00	v -x1295 -x1297 x1299 -x1301 -x1303 -x1486 -x1508 -x1517 -x1519 -x1520 -x1488 -x1490 -x1493 -x1495 -x1498 -x1501 -x1504 -x1505 
1796.71/1797.00	v -x1507 -x1509 -x1511 -x1513 -x1451 -x1473 -x1482 -x1484 -x1485 -x1453 -x1455 -x1458 -x1460 -x1463 -x1466 -x1469 -x1470 -x1472 
1796.71/1797.00	v -x1474 -x1476 -x1478 -x1416 -x1438 -x1447 -x1449 -x1450 -x1418 -x1420 -x1423 -x1425 -x1428 -x1431 -x1434 -x1435 -x1437 -x1439 
1796.71/1797.00	v -x1441 -x1443 -x891 -x913 -x922 -x924 -x925 -x893 -x895 -x898 -x900 -x903 -x906 -x909 -x910 x912 -x914 -x916 -x918 -x506 -x528 
1796.71/1797.00	v -x537 -x539 -x540 -x508 -x510 -x513 -x515 -x518 -x521 -x524 -x525 -x527 -x529 -x531 -x533 -x401 -x423 -x432 -x434 -x435 
1796.71/1797.00	v -x403 -x405 -x408 -x410 -x413 -x416 -x419 -x420 -x422 -x424 -x426 -x428 -x366 -x388 -x397 -x399 x400 -x368 -x370 -x373 -x375 
1796.71/1797.00	v -x378 -x381 -x384 -x385 -x387 -x389 -x391 -x393 -x331 -x353 -x362 -x364 -x365 -x333 -x335 -x338 -x340 -x343 -x346 -x349 -x350 
1796.71/1797.00	v -x352 -x354 -x356 -x358 -x1346 -x1368 -x1377 -x1379 -x1380 -x1348 -x1350 -x1353 -x1355 -x1358 -x1361 -x1364 -x1365 -x1367 -x1369 
1796.71/1797.00	v -x1371 -x1373 -x261 -x283 -x292 -x294 -x295 -x263 -x265 -x268 -x270 -x273 -x276 -x279 -x280 -x282 -x284 -x286 -x288 x1311 
1796.71/1797.00	v -x1333 -x1342 -x1344 -x1345 -x1313 -x1315 -x1318 -x1320 -x1323 -x1326 -x1329 -x1330 -x1332 -x1334 -x1336 -x1338 -x1241 -x1263 
1796.71/1797.00	v -x1272 -x1274 -x1275 -x1243 -x1245 -x1248 x1250 -x1253 -x1256 -x1259 -x1260 -x1262 -x1264 -x1266 -x1268 -x1206 -x1228 -x1237 
1796.71/1797.00	v -x1239 -x1240 -x1208 -x1210 -x1213 -x1215 -x1218 -x1221 -x1224 -x1225 -x1227 -x1229 -x1231 -x1233 -x1171 -x1193 -x1202 -x1204 
1796.71/1797.00	v -x1205 -x1173 x1175 -x1178 -x1180 -x1183 -x1186 -x1189 -x1190 -x1192 -x1194 -x1196 -x1198 -x1136 -x1158 -x1167 -x1169 -x1170 
1796.71/1797.00	v -x1138 -x1140 -x1143 -x1145 -x1148 -x1151 -x1154 -x1155 -x1157 -x1159 -x1161 -x1163 -x1066 -x1088 -x1097 -x1099 -x1100 -x1068 
1796.71/1797.00	v -x1070 -x1073 -x1075 -x1078 x1081 -x1084 -x1085 -x1087 -x1089 -x1091 -x1093 -x1031 -x1053 -x1062 -x1064 -x1065 -x1033 -x1035 
1796.71/1797.00	v -x1038 -x1040 -x1043 -x1046 -x1049 -x1050 -x1052 -x1054 -x1056 -x1058 -x996 -x1018 -x1027 -x1029 -x1030 -x998 -x1000 -x1003 
1796.71/1797.00	v -x1005 -x1008 -x1011 -x1014 -x1015 -x1017 -x1019 -x1021 -x1023 -x961 -x983 -x992 -x994 -x995 -x963 -x965 -x968 -x970 -x973 
1796.71/1797.00	v -x976 -x979 -x980 -x982 -x984 -x986 -x988 -x926 -x948 -x957 -x959 -x960 -x928 -x930 -x933 -x935 -x938 -x941 -x944 -x945 -x947 
1796.71/1797.00	v -x949 -x951 -x953 -x226 -x248 -x257 -x259 -x260 -x228 -x230 -x233 -x235 -x238 -x241 -x244 -x245 -x247 -x249 x251 -x253 -x856 
1796.71/1797.00	v -x878 -x887 -x889 -x890 -x858 -x860 -x863 -x865 -x868 -x871 -x874 -x875 -x877 -x879 -x881 -x883 -x786 -x808 -x817 -x819 -x820 
1796.71/1797.00	v -x788 -x790 -x793 -x795 -x798 -x801 -x804 -x805 -x807 -x809 -x811 -x813 -x751 -x773 -x782 -x784 -x785 -x753 -x755 -x758 -x760 
1796.71/1797.00	v -x763 -x766 -x769 -x770 -x772 -x774 -x776 -x778 -x716 x738 -x747 -x749 -x750 -x718 -x720 -x723 -x725 -x728 -x731 -x734 -x735 
1796.71/1797.00	v -x737 -x739 -x741 -x743 -x681 -x703 -x712 x714 -x715 -x683 -x685 -x688 -x690 -x693 -x696 -x699 -x700 -x702 -x704 -x706 -x708 
1796.71/1797.00	v -x646 -x668 -x677 -x679 -x680 -x648 -x650 x653 -x655 -x658 -x661 -x664 -x665 -x667 -x669 -x671 -x673 -x611 -x633 -x642 -x644 
1796.71/1797.00	v -x645 x613 -x615 -x618 -x620 -x623 -x626 -x629 -x630 -x632 -x634 -x636 -x638 -x541 -x563 -x572 -x574 -x575 -x543 -x545 -x548 
1796.71/1797.00	v -x550 -x553 -x556 -x559 -x560 -x562 -x564 -x566 x568 -x471 -x493 -x502 -x504 -x505 -x473 -x475 -x478 -x480 -x483 -x486 -x489 
1796.71/1797.00	v -x490 -x492 -x494 -x496 -x498 -x436 -x458 x467 -x469 -x470 -x438 -x440 -x443 -x445 -x448 -x451 -x454 -x455 -x457 -x459 -x461 
1796.71/1797.00	v -x463 -x191 -x213 -x222 -x224 -x225 -x193 -x195 -x198 -x200 -x203 -x206 x209 -x210 -x212 -x214 -x216 -x218 -x121 -x143 -x152 
1796.71/1797.00	v -x154 -x155 -x123 -x125 -x128 -x130 -x133 -x136 -x139 -x140 -x142 -x144 -x146 -x148 -x100 x97 -x91 -x88 -x85 -x82 -x78 -x75 
1796.71/1797.00	v -x72 -x69 -x66 -x60 -x56 -x53 -x50 -x47 -x44 -x41 -x37 -x31 -x28 -x25 x22 -x19 -x15 x12 -x9 x6 -x120 -x116 -x112 -x109 x93 
1796.71/1797.00	v x62 -x32 -x3 -x101 -x99 -x96 -x90 -x87 -x84 -x81 -x79 -x77 -x74 -x71 -x68 -x65 -x59 -x57 -x55 -x52 -x49 -x46 -x43 -x40 -x38 
1796.71/1797.00	v -x36 -x30 x27 -x24 x21 -x18 -x16 -x14 -x11 x8 -x5 -x119 -x115 -x114 -x111 -x108 x92 x61 -x34 -x2 -x107 -x106 -x105 -x104 -x103 
1796.71/1797.00	v -x102 -x98 -x95 x89 -x86 -x83 -x80 -x76 -x73 -x70 -x67 -x64 -x58 -x54 -x51 -x48 x45 x42 x39 -x35 -x29 -x26 -x23 -x20 -x17 
1796.71/1797.00	v -x13 -x10 x7 x4 -x118 -x117 -x113 -x110 -x94 x63 -x33 -x1 
1796.71/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.00	c Total Time         :    1797.00
1796.71/1797.00	c   solving          :    1797.00
1796.71/1797.00	c   presolving       :       0.10 (included in solving)
1796.71/1797.00	c   reading          :       0.01 (included in solving)
1796.71/1797.00	c   copying          :       0.03 (2 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.71/1797.00	c Original Problem   :
1796.71/1797.00	c   Problem name     : HOME/instance-3690786-1338016987.opb
1796.71/1797.00	c   Variables        : 1835 (1835 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00	c   Constraints      : 2112 initial, 2112 maximal
1796.71/1797.00	c   Objective sense  : minimize
1796.71/1797.00	c Presolved Problem  :
1796.71/1797.00	c   Problem name     : t_HOME/instance-3690786-1338016987.opb
1796.71/1797.00	c   Variables        : 1835 (1835 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00	c   Constraints      : 2112 initial, 5114 maximal
1796.71/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   knapsack         :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   linear           :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   logicor          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.00	c   integral         :          0          0          0          0        560          0          7          0          0         13          0          0       1102
1796.71/1797.00	c   knapsack         :        120        120          1      12697          0          1          4       3473          1        248          0          0          0
1796.71/1797.00	c   setppc           :         84         84          1      12696          0          1          2      18560         15       1659          0          0          0
1796.71/1797.00	c   linear           :          2+      2630          2      12681          0          0          1        244          1         31          0          0          0
1796.71/1797.00	c   logicor          :       1906+      2280          1       7782          0          1          1      31807         95       2635          0          0          0
1796.71/1797.00	c   countsols        :          0          0          0          0          0          1          3          0          0          0          0          0          0
1796.71/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.00	c   integral         :     388.93       0.00       0.00       0.00     388.93       0.00       0.00       0.00
1796.71/1797.00	c   knapsack         :       0.08       0.00       0.00       0.07       0.00       0.00       0.00       0.00
1796.71/1797.00	c   setppc           :       0.12       0.00       0.00       0.10       0.00       0.00       0.00       0.02
1796.71/1797.00	c   linear           :       0.33       0.00       0.00       0.33       0.00       0.00       0.00       0.00
1796.71/1797.00	c   logicor          :       0.24       0.00       0.00       0.20       0.00       0.00       0.00       0.04
1796.71/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.00	c   rootredcost      :          1          0          0          0
1796.71/1797.00	c   pseudoobj        :      13160          0          3          0
1796.71/1797.00	c   vbounds          :          0          0          0          0
1796.71/1797.00	c   redcost          :        561          0          0         55
1796.71/1797.00	c   probing          :          0          0          0          0
1796.71/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.00	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.00	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00
1796.71/1797.00	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.00	c   redcost          :       0.03       0.00       0.00       0.03       0.00
1796.71/1797.00	c   probing          :       0.01       0.00       0.01       0.00       0.00
1796.71/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.00	c   propagation      :       0.09        115        115        767       71.0          7       20.0          -
1796.71/1797.00	c   infeasible LP    :       0.06         47         31        205      144.8          1       20.0          0
1796.71/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.00	c   applied globally :          -          -          -        686       50.7          -          -          -
1796.71/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.00	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 0)
1796.71/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   impliedbounds    :       0.00       0.00          1          0          0          0          0
1796.71/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   gomory           :       0.04       0.00          1          0          0          0          0
1796.71/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   strongcg         :       0.04       0.00          1          0          0          0          0
1796.71/1797.00	c   cmir             :       0.01       0.00          1          0          0          0          0
1796.71/1797.00	c   flowcover        :       0.01       0.00          1          0          0          0          0
1796.71/1797.00	c   clique           :       0.01       0.00          1          0          0          0          0
1796.71/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.71/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   rapidlearning    :       3.09       0.00          1          0          0          0       2628
1796.71/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.00	c   problem variables:       0.00          -          0          0
1796.71/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.00	c   relpscost        :     388.93       0.00        560          0         13          0          0       1102
1796.71/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.71/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.00	c   LP solutions     :       0.00          -          -          0
1796.71/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.00	c   crossover        :       0.00       0.00          0          0
1796.71/1797.00	c   oneopt           :       0.00       0.00          1          0
1796.71/1797.00	c   linesearchdiving :      66.03       0.00         14          0
1796.71/1797.00	c   guideddiving     :      72.10       0.00         18          0
1796.71/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.00	c   trivial          :       0.00       0.00          2          0
1796.71/1797.00	c   shiftandpropagate:       0.03       0.00          1          0
1796.71/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.00	c   zirounding       :       0.07       0.00          0          0
1796.71/1797.00	c   rounding         :       0.11       0.00        285          0
1796.71/1797.00	c   shifting         :       0.08       0.00         50          0
1796.71/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.00	c   feaspump         :      71.86       0.00          5          0
1796.71/1797.00	c   clique           :       0.00       0.00          0          0
1796.71/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.00	c   coefdiving       :      63.30       0.00          9          0
1796.71/1797.00	c   pscostdiving     :      82.46       0.00         10          0
1796.71/1797.00	c   fracdiving       :      70.29       0.00         18          0
1796.71/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.00	c   veclendiving     :     203.27       0.00         22          1
1796.71/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.00	c   objpscostdiving  :      32.48       0.00          4          0
1796.71/1797.00	c   rootsoldiving    :      26.23       0.00          7          0
1796.71/1797.00	c   octane           :       0.00       0.00          0          0
1796.71/1797.00	c   rens             :       2.72       0.00          1          0
1796.71/1797.00	c   rins             :       0.00       0.00          0          0
1796.71/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.00	c   mutation         :       0.00       0.00          0          0
1796.71/1797.00	c   dins             :       0.00       0.00          0          0
1796.71/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.00	c   undercover       :       0.00       0.00          0          0
1796.71/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.00	c   trysol           :       0.00       0.00          0          0
1796.71/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.00	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.00	c   dual LP          :     713.17        579    2906098    5170.99    4074.89       0.07         17
1796.71/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.00	c   diving/probing LP:     683.67       9330    2621272     280.95    3834.10
1796.71/1797.00	c   strong branching :     388.82       1921    1467511     763.93    3774.25
1796.71/1797.00	c     (at root node) :          -         10       6565     656.50          -
1796.71/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.00	c B&B Tree           :
1796.71/1797.00	c   number of runs   :          1
1796.71/1797.00	c   nodes            :        554
1796.71/1797.00	c   nodes (total)    :        554
1796.71/1797.00	c   nodes left       :        551
1796.71/1797.00	c   max depth        :         39
1796.71/1797.00	c   max depth (total):         39
1796.71/1797.00	c   backtracks       :        160 (28.9%)
1796.71/1797.00	c   delayed cutoffs  :          0
1796.71/1797.00	c   repropagations   :         33 (4 domain reductions, 0 cutoffs)
1796.71/1797.00	c   avg switch length:       6.17
1796.71/1797.00	c   switching time   :       0.14
1796.71/1797.00	c Solution           :
1796.71/1797.00	c   Solutions found  :          1 (1 improvements)
1796.71/1797.00	c   First Solution   : -1.80000000000000e+01   (in run 1, after 29 nodes, 155.07 seconds, depth 21, found by <veclendiving>)
1796.71/1797.00	c   Primal Bound     : -1.80000000000000e+01   (in run 1, after 29 nodes, 155.07 seconds, depth 21, found by <veclendiving>)
1796.71/1797.00	c   Dual Bound       : -3.83255813953489e+01
1796.71/1797.00	c   Gap              :     112.92 %
1796.71/1797.00	c   Root Dual Bound  : -4.19574468085107e+01
1796.71/1797.00	c   Root Iterations  :      44100
1796.71/1797.02	c Time complete: 1796.74.

Verifier Data

OK	-18

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3690786-1338016987/watcher-3690786-1338016987 -o /tmp/evaluation-result-3690786-1338016987/solver-3690786-1338016987 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690786-1338016987.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 0.27 0.09 3/176 31961
/proc/meminfo: memFree=29480440/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=10740 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 1444 0 0 0 0 0 0 0 20 0 1 0 267765690 10997760 1399 33554432000 4194304 10173063 140735044387632 140737476768536 7545739 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 2685 1399 416 1460 0 1216 0

[startup+0.092428 s]
/proc/loadavg: 1.01 0.27 0.09 3/176 31961
/proc/meminfo: memFree=29480440/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=29064 CPUtime=0.08 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 6084 0 0 0 7 1 0 0 20 0 1 0 267765690 29761536 5782 33554432000 4194304 10173063 140735044387632 140737476768536 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 7266 5782 584 1460 0 5797 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29064

[startup+0.100306 s]
/proc/loadavg: 1.01 0.27 0.09 3/176 31961
/proc/meminfo: memFree=29480440/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=29064 CPUtime=0.09 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 6086 0 0 0 8 1 0 0 20 0 1 0 267765690 29761536 5784 33554432000 4194304 10173063 140735044387632 140737476768536 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 7266 5784 586 1460 0 5797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29064

[startup+0.300275 s]
/proc/loadavg: 1.01 0.27 0.09 3/176 31961
/proc/meminfo: memFree=29480440/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=41172 CPUtime=0.29 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 9373 0 0 0 26 3 0 0 20 0 1 0 267765690 42160128 8938 33554432000 4194304 10173063 140735044387632 140737476768536 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 10293 8938 770 1460 0 8824 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41172

[startup+0.700238 s]
/proc/loadavg: 1.01 0.27 0.09 3/176 31961
/proc/meminfo: memFree=29480440/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=41304 CPUtime=0.68 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 9433 0 0 0 65 3 0 0 20 0 1 0 267765690 42295296 8998 33554432000 4194304 10173063 140735044387632 140737476768536 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 10326 8998 770 1460 0 8857 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 41304

[startup+1.50023 s]
/proc/loadavg: 1.01 0.27 0.09 3/177 31962
/proc/meminfo: memFree=29446828/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=41884 CPUtime=1.49 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 9609 0 0 0 145 4 0 0 20 0 1 0 267765690 42889216 9165 33554432000 4194304 10173063 140735044387632 140735044380888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 10471 9165 770 1460 0 9002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41884

[startup+3.10024 s]
/proc/loadavg: 1.01 0.27 0.09 3/177 31962
/proc/meminfo: memFree=29444472/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=43060 CPUtime=3.09 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 10976 0 0 0 304 5 0 0 20 0 1 0 267765690 44093440 9593 33554432000 4194304 10173063 140735044387632 140735044379160 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 10765 9593 790 1460 0 9296 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43060

[startup+6.30024 s]
/proc/loadavg: 1.09 0.30 0.10 3/177 31962
/proc/meminfo: memFree=29444272/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=43748 CPUtime=6.29 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 11156 0 0 0 623 6 0 0 20 0 1 0 267765690 44797952 9773 33554432000 4194304 10173063 140735044387632 140735044379160 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 10937 9773 793 1460 0 9468 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43748

[startup+12.7002 s]
/proc/loadavg: 1.16 0.33 0.11 3/177 31962
/proc/meminfo: memFree=29442188/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=45148 CPUtime=12.69 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 11818 0 0 0 1261 8 0 0 20 0 1 0 267765690 46231552 10125 33554432000 4194304 10173063 140735044387632 140735044378888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 11287 10125 793 1460 0 9818 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45148

[startup+25.5002 s]
/proc/loadavg: 1.34 0.41 0.14 3/177 31962
/proc/meminfo: memFree=29413528/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=25.49 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19798 0 0 0 2399 150 0 0 20 0 1 0 267765690 75710464 17320 33554432000 4194304 10173063 140735044387632 140735044381080 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17320 864 1460 0 17015 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73936

[startup+51.1002 s]
/proc/loadavg: 1.57 0.54 0.18 3/177 31962
/proc/meminfo: memFree=29413128/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=51.08 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19798 0 0 0 4945 163 0 0 20 0 1 0 267765690 75710464 17320 33554432000 4194304 10173063 140735044387632 140735044380392 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17320 864 1460 0 17015 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 73936

[startup+102.306 s]
/proc/loadavg: 1.85 0.77 0.28 3/177 31962
/proc/meminfo: memFree=29409032/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=102.27 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19803 0 0 0 10044 183 0 0 20 0 1 0 267765690 75710464 17464 33554432000 4194304 10173063 140735044387632 140735044380504 8054496 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17464 864 1460 0 17015 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 73936

[startup+162.3 s]
/proc/loadavg: 1.94 0.99 0.39 3/177 31962
/proc/meminfo: memFree=29408076/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=162.26 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19810 0 0 0 16011 215 0 0 20 0 1 0 267765690 75710464 17727 33554432000 4194304 10173063 140735044387632 140735044380936 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17727 867 1460 0 17015 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 73936

[startup+222.3 s]
/proc/loadavg: 1.98 1.17 0.49 3/177 32001
/proc/meminfo: memFree=28063288/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=222.24 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19810 0 0 0 21979 245 0 0 20 0 1 0 267765690 75710464 17727 33554432000 4194304 10173063 140735044387632 140735044380392 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17727 867 1460 0 17015 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 73936

[startup+282.3 s]
/proc/loadavg: 1.99 1.32 0.58 3/177 32001
/proc/meminfo: memFree=28051708/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=282.23 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19810 0 0 0 27950 273 0 0 20 0 1 0 267765690 75710464 17727 33554432000 4194304 10173063 140735044387632 140735044380616 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17727 867 1460 0 17015 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 73936

[startup+342.3 s]
/proc/loadavg: 1.99 1.44 0.66 3/177 32001
/proc/meminfo: memFree=28049008/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=342.23 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19810 0 0 0 33920 303 0 0 20 0 1 0 267765690 75710464 17727 33554432000 4194304 10173063 140735044387632 140735044380744 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17727 867 1460 0 17015 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 73936

[startup+402.3 s]
/proc/loadavg: 1.99 1.54 0.74 3/177 32001
/proc/meminfo: memFree=28049160/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=402.22 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19810 0 0 0 39887 335 0 0 20 0 1 0 267765690 75710464 17727 33554432000 4194304 10173063 140735044387632 140735044380888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17727 867 1460 0 17015 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 73936

[startup+462.3 s]
/proc/loadavg: 2.03 1.64 0.83 3/178 32004
/proc/meminfo: memFree=28049056/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=462.21 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19810 0 0 0 45857 364 0 0 20 0 1 0 267765690 75710464 17727 33554432000 4194304 10173063 140735044387632 140735044381176 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17727 867 1460 0 17015 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 73936

[startup+522.3 s]
/proc/loadavg: 2.01 1.70 0.90 3/177 32005
/proc/meminfo: memFree=27959944/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=522.2 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19810 0 0 0 51822 398 0 0 20 0 1 0 267765690 75710464 17727 33554432000 4194304 10173063 140735044387632 140735044380984 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17727 867 1460 0 17015 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 73936

[startup+582.3 s]
/proc/loadavg: 2.00 1.75 0.96 3/177 32005
/proc/meminfo: memFree=27919664/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=582.19 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19810 0 0 0 57789 430 0 0 20 0 1 0 267765690 75710464 17727 33554432000 4194304 10173063 140735044387632 140735044381256 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17727 867 1460 0 17015 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 73936

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=27900184/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1122.1 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 111506 704 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044381272 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 73936

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.44 3/177 32010
/proc/meminfo: memFree=27900252/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1182.1 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 117474 736 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044380888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 73936

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.47 3/177 32010
/proc/meminfo: memFree=27899880/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1242.09 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 123442 767 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044380888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 73936

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.50 3/177 32010
/proc/meminfo: memFree=27856316/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1302.09 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 129409 800 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044381128 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 73936

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.53 3/177 32010
/proc/meminfo: memFree=27913344/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1362.07 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 135378 829 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044381176 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 73936

[startup+1422.31 s]
/proc/loadavg: 2.04 1.99 1.56 3/177 32011
/proc/meminfo: memFree=27913220/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1422.07 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 141346 861 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044380888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 73936

[startup+1482.3 s]
/proc/loadavg: 2.07 2.00 1.59 3/177 32011
/proc/meminfo: memFree=27887900/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1482.05 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 147312 893 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044379352 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 73936

[startup+1542.3 s]
/proc/loadavg: 2.02 2.00 1.61 3/177 32011
/proc/meminfo: memFree=27887900/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1542.04 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 153287 917 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044381176 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 73936

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.64 3/177 32011
/proc/meminfo: memFree=27888520/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1602.03 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 159255 948 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044381464 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 73936

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/178 32014
/proc/meminfo: memFree=27888140/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1662.03 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 165225 978 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044380008 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 73936

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/177 32015
/proc/meminfo: memFree=27888272/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1722.02 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 171192 1010 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044380600 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 73936

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 32015
/proc/meminfo: memFree=27888024/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1782.01 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 177153 1048 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044380888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 73936

Solver just ended. Dumping a history of the last processes samples

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 32015
/proc/meminfo: memFree=27888208/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1785.21 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 177471 1050 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044380616 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 73936

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 32015
/proc/meminfo: memFree=27888208/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1791.61 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 178108 1053 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044380888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 73936

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 32015
/proc/meminfo: memFree=27888208/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1794.82 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 178427 1055 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044380888 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 73936

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 32015
/proc/meminfo: memFree=27888208/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1795.61 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 178506 1055 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044380984 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 73936

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 32015
/proc/meminfo: memFree=27888084/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1796.41 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 178585 1056 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044380984 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 73936

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 32015
/proc/meminfo: memFree=27888084/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1796.61 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 178605 1056 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044381176 8055023 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (KiB) 73936

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 32015
/proc/meminfo: memFree=27888084/32873844 swapFree=6868/6868
[pid=31961] ppid=31959 vsize=73936 CPUtime=1796.71 cores=0,2,4,6
/proc/31961/stat : 31961 (scip-2.1.1.4fix) R 31959 31961 31651 0 -1 4202496 19812 0 0 0 178615 1056 0 0 20 0 1 0 267765690 75710464 17729 33554432000 4194304 10173063 140735044387632 140735044381176 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31961/statm: 18484 17729 867 1460 0 17015 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 73936

Child status: 0
Real time (s): 1797.03
CPU time (s): 1796.74
CPU user time (s): 1786.18
CPU system time (s): 10.5634
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 73936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.18
system time used= 10.5634
maximum resident set size= 70928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19817
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= 12
involuntary context switches= 1962

runsolver used 2.73758 second user time and 7.06593 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-26 09:23:07
IDJOB=3690786
IDBENCH=1870
IDSOLVER=2270
FILE ID=node105/3690786-1338016987
RUNJOBID= node105-1338016939-31667
PBS_JOBID= 14624366
Free space on /tmp= 71512 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690786-1338016987/watcher-3690786-1338016987 -o /tmp/evaluation-result-3690786-1338016987/solver-3690786-1338016987 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690786-1338016987.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7f40f8d513f22fc9adca96d8fdf626e2
RANDOM SEED=469572409

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29480332 kB
Buffers:          204576 kB
Cached:          2225220 kB
SwapCached:         6340 kB
Active:           921556 kB
Inactive:        1703548 kB
Active(anon):     183312 kB
Inactive(anon):    14612 kB
Active(file):     738244 kB
Inactive(file):  1688936 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:             13696 kB
Writeback:             8 kB
AnonPages:        195908 kB
Mapped:            17264 kB
Shmem:                 8 kB
Slab:             630640 kB
SReclaimable:      72612 kB
SUnreclaim:       558028 kB
KernelStack:        1464 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     310720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71484 MiB
End job on node105 at 2012-05-26 09:53:04