Trace number 2703745

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT-16 1789.64 1790.09

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-25
Best CPU time to get the best result obtained on this benchmark1800.24
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-2703745-1278551740.opb>
0.01/0.07	c original problem has 1835 variables (1835 bin, 0 int, 0 impl, 0 cont) and 2112 constraints
0.01/0.07	c problem read
0.01/0.07	c presolving settings loaded
0.09/0.10	c presolving:
0.09/0.17	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2110 upgd conss, 0 impls, 84 clqs
3.59/3.69	c    (3.6s) probing: 1000/1835 (54.5%) - 0 fixings, 0 aggregations, 136373 implications, 0 bound changes
6.69/6.75	c presolving (2 rounds):
6.69/6.75	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
6.69/6.75	c  461024 implications, 84 cliques
6.69/6.75	c presolved problem has 1835 variables (1835 bin, 0 int, 0 impl, 0 cont) and 2112 constraints
6.69/6.75	c     120 constraints of type <knapsack>
6.69/6.75	c      84 constraints of type <setppc>
6.69/6.75	c       2 constraints of type <linear>
6.69/6.75	c    1906 constraints of type <logicor>
6.69/6.75	c transformed objective value is always integral (scale: 1)
6.69/6.75	c Presolving Time: 6.65
6.69/6.75	c - non default parameters ----------------------------------------------------------------------
6.69/6.75	c # SCIP version 1.2.1.3
6.69/6.75	c 
6.69/6.75	c # frequency for displaying node information lines
6.69/6.75	c # [type: int, range: [-1,2147483647], default: 100]
6.69/6.75	c display/freq = 10000
6.69/6.75	c 
6.69/6.75	c # maximal time in seconds to run
6.69/6.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.69/6.75	c limits/time = 1789.94
6.69/6.75	c 
6.69/6.75	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.69/6.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.69/6.75	c limits/memory = 1620
6.69/6.75	c 
6.69/6.75	c # default clock type (1: CPU user seconds, 2: wall clock time)
6.69/6.75	c # [type: int, range: [1,2], default: 1]
6.69/6.75	c timing/clocktype = 2
6.69/6.75	c 
6.69/6.75	c # should presolving try to simplify inequalities
6.69/6.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.69/6.75	c constraints/linear/simplifyinequalities = TRUE
6.69/6.75	c 
6.69/6.75	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
6.69/6.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.69/6.75	c constraints/indicator/addCouplingCons = TRUE
6.69/6.75	c 
6.69/6.75	c # should presolving try to simplify knapsacks
6.69/6.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.69/6.75	c constraints/knapsack/simplifyinequalities = TRUE
6.69/6.75	c 
6.69/6.75	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.69/6.75	c # [type: int, range: [-1,2147483647], default: -1]
6.69/6.75	c separating/rapidlearning/freq = 0
6.69/6.75	c 
6.69/6.75	c -----------------------------------------------------------------------------------------------
6.69/6.75	c start solving
6.69/6.75	c 
9.19/9.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.19/9.21	c   9.1s|     1 |     0 |  3392 |     - |  22M|   0 | 495 |1835 |2112 |1835 |2112 |   0 |   0 |   0 |-4.195745e+01 |      --      |    Inf 
28.88/28.99	c  28.9s|     1 |     0 | 11730 |     - |  23M|   0 | 519 |1835 |2440 |1835 |2116 |   4 |   0 |   0 |-4.195745e+01 |      --      |    Inf 
30.48/30.55	c  30.5s|     1 |     0 | 12791 |     - |  23M|   0 | 515 |1835 |2440 |1835 |2119 |   7 |   0 |   0 |-4.195745e+01 |      --      |    Inf 
32.29/32.32	c  32.2s|     1 |     0 | 13992 |     - |  23M|   0 | 532 |1835 |2440 |1835 |2121 |   9 |   0 |   0 |-4.195745e+01 |      --      |    Inf 
34.19/34.24	c  34.2s|     1 |     0 | 15317 |     - |  23M|   0 | 531 |1835 |2440 |1835 |2127 |  15 |   0 |   0 |-4.195745e+01 |      --      |    Inf 
36.08/36.14	c  36.1s|     1 |     0 | 16598 |     - |  23M|   0 | 551 |1835 |2440 |1835 |2129 |  17 |   0 |   0 |-4.195745e+01 |      --      |    Inf 
37.98/38.03	c  38.0s|     1 |     0 | 17826 |     - |  23M|   0 | 554 |1835 |2440 |1835 |2133 |  21 |   0 |   0 |-4.195745e+01 |      --      |    Inf 
62.87/62.99	c  62.9s|     1 |     2 | 17826 |     - |  23M|   0 | 554 |1835 |2440 |1835 |2133 |  21 |   0 |  18 |-4.195745e+01 |      --      |    Inf 
1199.80/1200.19	o -16
1199.80/1200.19	c v1200s|   123 |   116 |714789 |5712.8 |  23M|  17 |   - |1835 |2806 |1835 |2124 |  21 | 383 | 309 |-3.930435e+01 |-1.600000e+01 |  59.29%
1789.53/1790.04	c 
1789.53/1790.04	c SCIP Status        : solving was interrupted [time limit reached]
1789.53/1790.04	c Solving Time (sec) : 1789.97
1789.53/1790.04	c Solving Nodes      : 167
1789.53/1790.04	c Primal Bound       : -1.60000000000000e+01 (1 solutions)
1789.53/1790.04	c Dual Bound         : -3.93043478260870e+01
1789.53/1790.04	c Gap                : 59.29 %
1789.53/1790.05	s SATISFIABLE
1789.53/1790.05	v -x132 -x150 -x151 -x153 -x122 -x124 -x126 -x127 -x129 -x131 -x134 -x135 -x137 -x138 -x141 -x145 -x147 -x149 -x517 -x535 -x536 -x538 
1789.53/1790.05	v -x507 -x509 -x511 -x512 -x514 -x516 -x519 -x520 -x522 -x523 -x526 -x530 -x532 -x534 -x902 -x920 -x921 -x923 -x892 -x894 
1789.53/1790.05	v -x896 -x897 -x899 -x901 -x904 -x905 -x907 -x908 -x911 -x915 -x917 -x919 -x1287 -x1305 -x1306 -x1308 -x1277 -x1279 -x1281 -x1282 
1789.53/1790.05	v -x1284 -x1286 -x1289 -x1290 -x1292 -x1293 -x1296 -x1300 -x1302 -x1304 x1672 -x1690 -x1691 -x1693 -x1662 -x1664 -x1666 -x1667 
1789.53/1790.05	v -x1669 -x1671 -x1674 -x1675 -x1677 -x1678 -x1681 -x1685 -x1687 -x1689 -x1707 -x1725 -x1726 -x1728 -x1697 -x1699 -x1701 -x1702 
1789.53/1790.05	v -x1704 -x1706 -x1709 -x1710 -x1712 -x1713 -x1716 -x1720 -x1722 -x1724 -x1742 -x1760 -x1761 -x1763 -x1732 -x1734 -x1736 -x1737 
1789.53/1790.05	v -x1739 -x1741 -x1744 -x1745 -x1747 -x1748 -x1751 -x1755 -x1757 -x1759 -x1777 -x1795 -x1796 -x1798 -x1767 -x1769 -x1771 -x1772 
1789.53/1790.05	v -x1774 -x1776 -x1779 -x1780 -x1782 -x1783 -x1786 -x1790 -x1792 -x1794 -x1812 -x1830 -x1831 -x1833 x1802 -x1804 -x1806 -x1807 
1789.53/1790.05	v -x1809 -x1811 -x1814 -x1815 -x1817 -x1818 -x1821 -x1825 -x1827 -x1829 -x167 -x185 -x186 -x188 -x157 -x159 -x161 -x162 -x164 
1789.53/1790.05	v -x166 -x169 -x170 -x172 -x173 -x176 -x180 -x182 -x184 -x202 -x220 -x221 x223 -x192 -x194 -x196 -x197 -x199 -x201 -x204 -x205 
1789.53/1790.05	v -x207 -x208 -x211 -x215 -x217 -x219 -x237 x255 -x256 -x258 -x227 -x229 -x231 -x232 -x234 -x236 -x239 -x240 -x242 -x243 -x246 
1789.53/1790.05	v -x250 -x252 -x254 -x272 -x290 -x291 -x293 -x262 -x264 -x266 -x267 -x269 -x271 -x274 -x275 -x277 -x278 -x281 -x285 -x287 
1789.53/1790.05	v -x289 -x307 -x325 -x326 -x328 -x297 -x299 -x301 -x302 -x304 -x306 -x309 -x310 -x312 -x313 -x316 -x320 -x322 -x324 -x342 -x360 
1789.53/1790.05	v -x361 -x363 -x332 -x334 -x336 -x337 -x339 -x341 -x344 -x345 -x347 -x348 -x351 -x355 -x357 -x359 -x377 -x395 -x396 -x398 -x367 
1789.53/1790.05	v x369 -x371 -x372 -x374 -x376 -x379 -x380 -x382 -x383 -x386 -x390 -x392 -x394 -x412 -x430 -x431 -x433 -x402 -x404 -x406 -x407 
1789.53/1790.05	v -x409 -x411 -x414 -x415 -x417 -x418 -x421 -x425 -x427 -x429 -x447 -x465 -x466 -x468 -x437 -x439 -x441 -x442 -x444 -x446 -x449 
1789.53/1790.05	v -x450 -x452 -x453 -x456 -x460 -x462 -x464 -x482 -x500 x501 -x503 -x472 -x474 -x476 -x477 -x479 -x481 -x484 -x485 -x487 -x488 
1789.53/1790.05	v -x491 -x495 -x497 -x499 -x552 -x570 -x571 -x573 -x542 -x544 -x546 -x547 -x549 -x551 -x554 -x555 -x557 -x558 -x561 -x565 -x567 
1789.53/1790.05	v -x569 -x587 -x605 -x606 -x608 -x577 -x579 -x581 -x582 -x584 -x586 -x589 -x590 -x592 -x593 -x596 -x600 -x602 -x604 -x622 -x640 
1789.53/1790.05	v -x641 -x643 -x612 -x614 -x616 -x617 -x619 -x621 -x624 -x625 -x627 -x628 -x631 -x635 -x637 -x639 -x657 -x675 -x676 -x678 
1789.53/1790.05	v -x647 -x649 -x651 -x652 -x654 -x656 -x659 -x660 -x662 -x663 -x666 -x670 -x672 -x674 -x692 -x710 -x711 -x713 -x682 -x684 -x686 
1789.53/1790.05	v -x687 -x689 -x691 -x694 -x695 -x697 -x698 -x701 -x705 -x707 -x709 -x727 -x745 -x746 -x748 -x717 -x719 -x721 -x722 -x724 -x726 
1789.53/1790.05	v -x729 -x730 -x732 -x733 -x736 -x740 x742 -x744 -x762 -x780 -x781 -x783 -x752 -x754 -x756 -x757 -x759 -x761 -x764 -x765 -x767 
1789.53/1790.05	v -x768 -x771 -x775 -x777 -x779 -x797 -x815 -x816 -x818 -x787 -x789 -x791 -x792 -x794 -x796 -x799 -x800 -x802 -x803 -x806 -x810 
1789.53/1790.05	v -x812 -x814 -x832 -x850 -x851 -x853 -x822 -x824 -x826 -x827 -x829 -x831 -x834 -x835 -x837 x838 -x841 -x845 -x847 -x849 -x867 
1789.53/1790.05	v -x885 -x886 -x888 -x857 -x859 -x861 -x862 -x864 -x866 -x869 -x870 -x872 -x873 -x876 -x880 -x882 -x884 -x937 -x955 -x956 -x958 
1789.53/1790.05	v -x927 -x929 x931 -x932 -x934 -x936 -x939 -x940 -x942 -x943 -x946 -x950 -x952 -x954 -x972 -x990 -x991 -x993 -x962 -x964 -x966 
1789.53/1790.05	v -x967 -x969 -x971 -x974 -x975 -x977 -x978 -x981 -x985 -x987 -x989 -x1007 -x1025 -x1026 -x1028 -x997 -x999 -x1001 -x1002 -x1004 
1789.53/1790.05	v -x1006 -x1009 -x1010 -x1012 -x1013 -x1016 x1020 -x1022 -x1024 -x1042 -x1060 -x1061 -x1063 -x1032 -x1034 -x1036 -x1037 -x1039 
1789.53/1790.05	v -x1041 -x1044 -x1045 -x1047 -x1048 -x1051 -x1055 -x1057 x1059 -x1077 -x1095 -x1096 -x1098 -x1067 -x1069 -x1071 -x1072 -x1074 
1789.53/1790.05	v -x1076 -x1079 -x1080 -x1082 -x1083 x1086 -x1090 -x1092 -x1094 -x1112 -x1130 -x1131 -x1133 -x1102 -x1104 -x1106 -x1107 -x1109 
1789.53/1790.05	v -x1111 -x1114 -x1115 x1117 -x1118 -x1121 -x1125 -x1127 -x1129 -x1147 -x1165 -x1166 -x1168 -x1137 -x1139 -x1141 -x1142 -x1144 
1789.53/1790.05	v -x1146 -x1149 -x1150 -x1152 -x1153 -x1156 -x1160 -x1162 -x1164 -x1182 -x1200 -x1201 -x1203 -x1172 -x1174 -x1176 x1177 -x1179 
1789.53/1790.05	v -x1181 -x1184 -x1185 -x1187 -x1188 -x1191 -x1195 -x1197 -x1199 -x1217 -x1235 -x1236 -x1238 -x1207 -x1209 -x1211 -x1212 
1789.53/1790.05	v x1214 -x1216 -x1219 -x1220 -x1222 -x1223 -x1226 -x1230 -x1232 -x1234 -x1252 -x1270 -x1271 -x1273 -x1242 -x1244 -x1246 -x1247 
1789.53/1790.05	v -x1249 x1251 -x1254 -x1255 -x1257 -x1258 -x1261 -x1265 -x1267 -x1269 -x1322 -x1340 -x1341 -x1343 -x1312 -x1314 -x1316 -x1317 
1789.53/1790.05	v -x1319 -x1321 -x1324 -x1325 -x1327 -x1328 -x1331 -x1335 -x1337 -x1339 -x1357 -x1375 -x1376 -x1378 -x1347 -x1349 -x1351 -x1352 
1789.53/1790.05	v -x1354 -x1356 -x1359 -x1360 -x1362 -x1363 -x1366 -x1370 -x1372 -x1374 -x1392 -x1410 -x1411 -x1413 -x1382 -x1384 -x1386 -x1387 
1789.53/1790.05	v -x1389 -x1391 -x1394 -x1395 -x1397 -x1398 -x1401 -x1405 -x1407 -x1409 -x1427 -x1445 -x1446 -x1448 -x1417 -x1419 -x1421 -x1422 
1789.53/1790.05	v -x1424 -x1426 -x1429 -x1430 -x1432 -x1433 -x1436 -x1440 -x1442 -x1444 -x1462 -x1480 -x1481 -x1483 -x1452 -x1454 -x1456 -x1457 
1789.53/1790.05	v -x1459 -x1461 -x1464 -x1465 -x1467 -x1468 -x1471 -x1475 -x1477 -x1479 -x1497 -x1515 -x1516 -x1518 -x1487 -x1489 -x1491 -x1492 
1789.53/1790.05	v -x1494 -x1496 -x1499 -x1500 -x1502 -x1503 -x1506 -x1510 -x1512 -x1514 -x1532 -x1550 -x1551 -x1553 -x1522 -x1524 -x1526 -x1527 
1789.53/1790.05	v -x1529 -x1531 -x1534 -x1535 -x1537 -x1538 -x1541 -x1545 -x1547 -x1549 -x1567 -x1585 -x1586 -x1588 -x1557 -x1559 -x1561 
1789.53/1790.05	v -x1562 -x1564 -x1566 -x1569 -x1570 -x1572 -x1573 -x1576 -x1580 -x1582 -x1584 -x1602 -x1620 -x1621 -x1623 -x1592 -x1594 -x1596 
1789.53/1790.05	v -x1597 -x1599 -x1601 x1604 -x1605 -x1607 -x1608 -x1611 -x1615 -x1617 -x1619 -x1637 -x1655 -x1656 -x1658 -x1627 -x1629 -x1631 
1789.53/1790.05	v -x1632 -x1634 -x1636 -x1639 x1640 -x1642 -x1643 -x1646 -x1650 -x1652 -x1654 -x1626 -x1648 -x1657 -x1659 -x1660 -x1628 -x1630 
1789.53/1790.05	v -x1633 -x1635 -x1638 -x1641 -x1644 -x1645 -x1647 -x1649 -x1651 -x1653 -x1381 -x1403 -x1412 -x1414 -x1415 -x1383 -x1385 -x1388 
1789.53/1790.05	v -x1390 -x1393 x1396 -x1399 -x1400 -x1402 -x1404 -x1406 -x1408 -x1101 -x1123 -x1132 -x1134 -x1135 -x1103 -x1105 -x1108 -x1110 
1789.53/1790.05	v -x1113 -x1116 -x1119 -x1120 -x1122 -x1124 -x1126 -x1128 -x821 -x843 -x852 -x854 -x855 -x823 -x825 -x828 -x830 -x833 -x836 -x839 
1789.53/1790.05	v -x840 -x842 -x844 -x846 -x848 -x576 -x598 -x607 -x609 -x610 -x578 -x580 -x583 -x585 -x588 -x591 -x594 -x595 -x597 -x599 
1789.53/1790.05	v -x601 -x603 -x296 -x318 -x327 -x329 -x330 -x298 -x300 -x303 -x305 -x308 -x311 -x314 -x315 -x317 -x319 -x321 -x323 -x156 -x178 
1789.53/1790.05	v -x187 -x189 x190 -x158 -x160 -x163 -x165 -x168 -x171 -x174 -x175 -x177 -x179 -x181 -x183 -x1801 -x1823 -x1832 -x1834 -x1835 
1789.53/1790.05	v -x1803 -x1805 -x1808 -x1810 -x1813 -x1816 -x1819 -x1820 -x1822 -x1824 -x1826 -x1828 -x1766 -x1788 -x1797 -x1799 -x1800 -x1768 
1789.53/1790.05	v -x1770 -x1773 -x1775 -x1778 -x1781 -x1784 -x1785 -x1787 -x1789 -x1791 -x1793 -x1731 -x1753 -x1762 -x1764 -x1765 -x1733 -x1735 
1789.53/1790.05	v -x1738 -x1740 -x1743 -x1746 -x1749 -x1750 -x1752 -x1754 -x1756 -x1758 x1696 -x1718 -x1727 -x1729 -x1730 -x1698 -x1700 -x1703 
1789.53/1790.05	v -x1705 -x1708 -x1711 -x1714 -x1715 -x1717 -x1719 -x1721 -x1723 -x1661 -x1683 -x1692 -x1694 -x1695 -x1663 -x1665 -x1668 -x1670 
1789.53/1790.05	v -x1673 -x1676 -x1679 -x1680 -x1682 -x1684 -x1686 -x1688 -x1591 -x1613 -x1622 -x1624 -x1625 -x1593 -x1595 -x1598 -x1600 -x1603 
1789.53/1790.05	v -x1606 -x1609 -x1610 -x1612 -x1614 -x1616 -x1618 -x1556 -x1578 -x1587 -x1589 -x1590 -x1558 -x1560 -x1563 -x1565 x1568 -x1571 
1789.53/1790.05	v -x1574 -x1575 -x1577 -x1579 -x1581 -x1583 -x1521 -x1543 -x1552 -x1554 -x1555 -x1523 -x1525 -x1528 -x1530 -x1533 -x1536 -x1539 
1789.53/1790.05	v -x1540 -x1542 -x1544 -x1546 -x1548 -x1276 -x1298 -x1307 -x1309 -x1310 -x1278 -x1280 -x1283 -x1285 -x1288 -x1291 -x1294 -x1295 
1789.53/1790.05	v -x1297 -x1299 -x1301 -x1303 -x1486 -x1508 -x1517 -x1519 -x1520 -x1488 -x1490 x1493 -x1495 -x1498 -x1501 -x1504 -x1505 -x1507 
1789.53/1790.05	v -x1509 -x1511 -x1513 -x1451 -x1473 -x1482 -x1484 -x1485 -x1453 -x1455 -x1458 -x1460 -x1463 -x1466 -x1469 -x1470 -x1472 
1789.53/1790.05	v -x1474 -x1476 -x1478 -x1416 -x1438 -x1447 -x1449 -x1450 -x1418 -x1420 -x1423 -x1425 -x1428 -x1431 -x1434 -x1435 -x1437 -x1439 
1789.53/1790.05	v -x1441 -x1443 -x891 -x913 -x922 x924 -x925 -x893 -x895 -x898 -x900 -x903 -x906 -x909 -x910 -x912 -x914 -x916 -x918 -x506 -x528 
1789.53/1790.05	v -x537 -x539 -x540 -x508 -x510 -x513 -x515 -x518 -x521 -x524 -x525 -x527 -x529 -x531 -x533 -x401 -x423 -x432 -x434 -x435 x403 
1789.53/1790.05	v -x405 -x408 -x410 -x413 -x416 -x419 -x420 -x422 -x424 -x426 -x428 -x366 -x388 -x397 -x399 -x400 -x368 -x370 -x373 -x375 -x378 
1789.53/1790.05	v -x381 -x384 -x385 -x387 -x389 -x391 -x393 -x331 -x353 -x362 -x364 -x365 -x333 -x335 -x338 -x340 -x343 -x346 -x349 -x350 -x352 
1789.53/1790.05	v -x354 -x356 -x358 -x1346 -x1368 -x1377 -x1379 -x1380 -x1348 -x1350 -x1353 -x1355 -x1358 -x1361 -x1364 -x1365 x1367 -x1369 
1789.53/1790.05	v -x1371 -x1373 -x261 x283 -x292 -x294 -x295 -x263 -x265 -x268 -x270 -x273 -x276 -x279 -x280 -x282 -x284 -x286 -x288 -x1311 -x1333 
1789.53/1790.05	v -x1342 -x1344 -x1345 -x1313 -x1315 -x1318 -x1320 -x1323 -x1326 -x1329 -x1330 -x1332 x1334 -x1336 -x1338 -x1241 -x1263 -x1272 
1789.53/1790.05	v -x1274 -x1275 -x1243 -x1245 -x1248 -x1250 -x1253 -x1256 -x1259 -x1260 -x1262 -x1264 -x1266 -x1268 -x1206 -x1228 -x1237 
1789.53/1790.05	v -x1239 -x1240 -x1208 -x1210 -x1213 -x1215 -x1218 -x1221 -x1224 -x1225 -x1227 -x1229 -x1231 -x1233 -x1171 -x1193 -x1202 -x1204 
1789.53/1790.05	v -x1205 -x1173 -x1175 -x1178 -x1180 -x1183 -x1186 -x1189 -x1190 -x1192 -x1194 -x1196 -x1198 -x1136 -x1158 -x1167 -x1169 -x1170 
1789.53/1790.05	v -x1138 -x1140 -x1143 -x1145 -x1148 -x1151 -x1154 -x1155 -x1157 -x1159 -x1161 -x1163 -x1066 -x1088 -x1097 -x1099 -x1100 -x1068 
1789.53/1790.05	v -x1070 -x1073 -x1075 -x1078 -x1081 -x1084 -x1085 -x1087 -x1089 -x1091 -x1093 -x1031 -x1053 -x1062 -x1064 -x1065 -x1033 -x1035 
1789.53/1790.05	v -x1038 -x1040 -x1043 -x1046 -x1049 -x1050 -x1052 -x1054 -x1056 -x1058 -x996 -x1018 -x1027 -x1029 -x1030 -x998 -x1000 -x1003 
1789.53/1790.05	v -x1005 -x1008 -x1011 -x1014 -x1015 -x1017 -x1019 -x1021 -x1023 -x961 -x983 -x992 -x994 -x995 -x963 -x965 -x968 x970 -x973 
1789.53/1790.05	v -x976 -x979 -x980 -x982 -x984 -x986 -x988 -x926 -x948 -x957 -x959 -x960 -x928 -x930 -x933 -x935 -x938 -x941 -x944 -x945 -x947 
1789.53/1790.05	v -x949 -x951 -x953 -x226 -x248 -x257 -x259 -x260 -x228 -x230 -x233 -x235 -x238 -x241 -x244 -x245 -x247 -x249 -x251 -x253 -x856 
1789.53/1790.05	v -x878 -x887 -x889 -x890 -x858 -x860 -x863 -x865 -x868 -x871 -x874 -x875 -x877 -x879 -x881 -x883 -x786 -x808 -x817 -x819 -x820 
1789.53/1790.05	v -x788 -x790 -x793 -x795 -x798 -x801 -x804 x805 -x807 -x809 -x811 -x813 -x751 -x773 -x782 -x784 -x785 -x753 -x755 -x758 -x760 
1789.53/1790.05	v -x763 -x766 -x769 -x770 -x772 -x774 -x776 x778 -x716 -x738 -x747 -x749 -x750 -x718 -x720 -x723 -x725 -x728 -x731 -x734 -x735 
1789.53/1790.05	v -x737 -x739 -x741 -x743 -x681 -x703 -x712 -x714 -x715 -x683 -x685 -x688 -x690 -x693 -x696 -x699 -x700 -x702 -x704 x706 -x708 
1789.53/1790.05	v -x646 -x668 -x677 -x679 -x680 -x648 x650 -x653 -x655 -x658 -x661 -x664 -x665 -x667 -x669 -x671 -x673 -x611 -x633 -x642 -x644 
1789.53/1790.05	v -x645 -x613 -x615 -x618 -x620 -x623 -x626 -x629 -x630 -x632 -x634 -x636 -x638 -x541 -x563 -x572 -x574 -x575 -x543 -x545 -x548 
1789.53/1790.05	v -x550 -x553 -x556 x559 -x560 -x562 -x564 -x566 -x568 -x471 -x493 -x502 -x504 -x505 -x473 -x475 -x478 -x480 -x483 -x486 -x489 
1789.53/1790.05	v -x490 -x492 -x494 -x496 -x498 -x436 -x458 x467 -x469 -x470 -x438 -x440 -x443 -x445 -x448 -x451 -x454 -x455 -x457 -x459 -x461 
1789.53/1790.05	v -x463 -x191 -x213 -x222 -x224 -x225 -x193 -x195 -x198 -x200 -x203 -x206 -x209 -x210 -x212 -x214 -x216 -x218 -x121 -x143 -x152 
1789.53/1790.05	v -x154 -x155 -x123 -x125 -x128 -x130 -x133 -x136 -x139 -x140 -x142 -x144 -x146 -x148 -x100 -x97 -x91 -x88 -x85 -x82 -x78 
1789.53/1790.05	v -x75 -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 
1789.53/1790.05	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 
1789.53/1790.05	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 
1789.53/1790.05	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 -x13 
1789.53/1790.05	v -x10 -x7 -x4 -x118 -x117 -x113 -x110 -x94 -x63 -x33 -x1 
1789.53/1790.05	c SCIP Status        : solving was interrupted [time limit reached]
1789.53/1790.05	c Solving Time       :    1789.97
1789.53/1790.05	c Original Problem   :
1789.53/1790.05	c   Problem name     : HOME/instance-2703745-1278551740.opb
1789.53/1790.05	c   Variables        : 1835 (1835 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.53/1790.05	c   Constraints      : 2112 initial, 2112 maximal
1789.53/1790.05	c Presolved Problem  :
1789.53/1790.05	c   Problem name     : t_HOME/instance-2703745-1278551740.opb
1789.53/1790.05	c   Variables        : 1835 (1835 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.53/1790.05	c   Constraints      : 2112 initial, 2806 maximal
1789.53/1790.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.53/1790.05	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.53/1790.05	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.53/1790.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.53/1790.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.53/1790.05	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.53/1790.05	c   probing          :       6.51          0          0          0          0          0          0          0          0
1789.53/1790.05	c   knapsack         :       0.04          0          0          0          0          0          0          0          0
1789.53/1790.05	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.53/1790.05	c   linear           :       0.05          0          0          0          0          0          0          0          0
1789.53/1790.05	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1789.53/1790.05	c   root node        :          -          0          -          -          0          -          -          -          -
1789.53/1790.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.53/1790.05	c   integral         :          0          0          0        165          0          0          2          0          0        326
1789.53/1790.05	c   knapsack         :        120          6      16859          0          0          0        109          0          0          0
1789.53/1790.05	c   setppc           :         84          6      16859          0          0          8        910          0          0          0
1789.53/1790.05	c   linear           :          2+         7      16851          0          0          0         33          9          0          0
1789.53/1790.05	c   logicor          :       1906+         6      14789          0          0         43       1445          0          0          0
1789.53/1790.05	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.53/1790.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.53/1790.05	c   integral         :     393.91       0.00       0.00     393.91       0.00
1789.53/1790.05	c   knapsack         :       0.51       0.01       0.49       0.00       0.00
1789.53/1790.05	c   setppc           :       0.12       0.00       0.12       0.00       0.00
1789.53/1790.05	c   linear           :       2.76       0.02       2.75       0.00       0.00
1789.53/1790.05	c   logicor          :       1.19       0.00       1.18       0.00       0.00
1789.53/1790.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.53/1790.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.53/1790.05	c   vbounds          :       0.01          2          0          0
1789.53/1790.05	c   rootredcost      :       0.00          1          0          0
1789.53/1790.05	c   pseudoobj        :       0.04       2112          0          0
1789.53/1790.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.53/1790.05	c   propagation      :       0.02         51         51        340       47.9         22       16.5          -
1789.53/1790.05	c   infeasible LP    :       0.06         26         22        158      141.0          0        0.0          0
1789.53/1790.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.53/1790.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.53/1790.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.53/1790.05	c   applied globally :          -          -          -        395       58.4          -          -          -
1789.53/1790.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.53/1790.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.53/1790.05	c   cut pool         :       0.00          5          -          -         21          -    (maximal pool size: 60)
1789.53/1790.05	c   redcost          :       0.01        170          0          0          0          0
1789.53/1790.05	c   impliedbounds    :       0.03          6          0          0          2          0
1789.53/1790.05	c   intobj           :       0.00          0          0          0          0          0
1789.53/1790.05	c   cgmip            :       0.00          0          0          0          0          0
1789.53/1790.05	c   gomory           :       0.63          6          0          0          0          0
1789.53/1790.05	c   strongcg         :       0.63          6          0          0          0          0
1789.53/1790.05	c   cmir             :       0.15          6          0          0          0          0
1789.53/1790.05	c   flowcover        :       0.14          6          0          0          0          0
1789.53/1790.05	c   clique           :       1.12          6          0          0         60          0
1789.53/1790.05	c   zerohalf         :       0.00          0          0          0          0          0
1789.53/1790.05	c   mcf              :       0.01          1          0          0          0          0
1789.53/1790.05	c   rapidlearning    :       6.43          1          0          0          0        328
1789.53/1790.05	c Pricers            :       Time      Calls       Vars
1789.53/1790.05	c   problem variables:       0.00          0          0
1789.53/1790.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.53/1790.05	c   relpscost        :     393.91        165          0          2          0          0        326
1789.53/1790.05	c   pscost           :       0.00          0          0          0          0          0          0
1789.53/1790.05	c   inference        :       0.00          0          0          0          0          0          0
1789.53/1790.05	c   mostinf          :       0.00          0          0          0          0          0          0
1789.53/1790.05	c   leastinf         :       0.00          0          0          0          0          0          0
1789.53/1790.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.53/1790.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.53/1790.05	c   random           :       0.00          0          0          0          0          0          0
1789.53/1790.05	c Primal Heuristics  :       Time      Calls      Found
1789.53/1790.05	c   LP solutions     :       0.00          -          0
1789.53/1790.05	c   pseudo solutions :       0.00          -          0
1789.53/1790.05	c   crossover        :       0.00          0          0
1789.53/1790.05	c   oneopt           :       0.00          1          0
1789.53/1790.05	c   trivial          :       0.00          2          0
1789.53/1790.05	c   simplerounding   :       0.00          0          0
1789.53/1790.05	c   zirounding       :       0.03        162          0
1789.53/1790.05	c   rounding         :       0.16        135          0
1789.53/1790.05	c   shifting         :       0.09         17          0
1789.53/1790.05	c   intshifting      :       0.00          0          0
1789.53/1790.05	c   twoopt           :       0.00          0          0
1789.53/1790.05	c   fixandinfer      :       0.00          0          0
1789.53/1790.05	c   feaspump         :      10.72          1          0
1789.53/1790.05	c   coefdiving       :      99.12          3          0
1789.53/1790.05	c   pscostdiving     :     127.64          3          0
1789.53/1790.05	c   fracdiving       :     101.75          3          0
1789.53/1790.05	c   veclendiving     :      88.35          5          1
1789.53/1790.05	c   intdiving        :       0.00          0          0
1789.53/1790.05	c   actconsdiving    :       0.00          0          0
1789.53/1790.05	c   objpscostdiving  :      68.56          1          0
1789.53/1790.05	c   rootsoldiving    :      31.61          1          0
1789.53/1790.05	c   linesearchdiving :      67.64          5          0
1789.53/1790.05	c   guideddiving     :     237.79          1          0
1789.53/1790.05	c   octane           :       0.00          0          0
1789.53/1790.05	c   rens             :       5.83          1          0
1789.53/1790.05	c   rins             :       0.00          0          0
1789.53/1790.05	c   localbranching   :       0.00          0          0
1789.53/1790.05	c   mutation         :       0.00          0          0
1789.53/1790.05	c   dins             :       0.00          0          0
1789.53/1790.05	c   undercover       :       0.00          0          0
1789.53/1790.05	c   nlp              :       0.00          0          0
1789.53/1790.05	c   trysol           :       0.00          0          0
1789.53/1790.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.53/1790.05	c   primal LP        :       0.01          0          0       0.00          -
1789.53/1790.05	c   dual LP          :     540.40        175     433644    2477.97     802.45
1789.53/1790.05	c   lex dual LP      :       0.00          0          0       0.00          -
1789.53/1790.05	c   barrier LP       :       0.00          0          0       0.00          -
1789.53/1790.05	c   diving/probing LP:     830.58       1422     677621     476.53     815.84
1789.53/1790.05	c   strong branching :     393.86        391     342274     875.38     869.03
1789.53/1790.05	c     (at root node) :          -         18      15238     846.56          -
1789.53/1790.05	c   conflict analysis:       0.00          0          0       0.00          -
1789.53/1790.05	c B&B Tree           :
1789.53/1790.05	c   number of runs   :          1
1789.53/1790.05	c   nodes            :        167
1789.53/1790.05	c   nodes (total)    :        167
1789.53/1790.05	c   nodes left       :        160
1789.53/1790.05	c   max depth        :         17
1789.53/1790.05	c   max depth (total):         17
1789.53/1790.05	c   backtracks       :         51 (30.5%)
1789.53/1790.05	c   delayed cutoffs  :          0
1789.53/1790.05	c   repropagations   :         14 (3 domain reductions, 0 cutoffs)
1789.53/1790.05	c   avg switch length:       4.50
1789.53/1790.05	c   switching time   :       0.09
1789.53/1790.05	c Solution           :
1789.53/1790.05	c   Solutions found  :          1 (1 improvements)
1789.53/1790.05	c   First Solution   : -1.60000000000000e+01   (in run 1, after 123 nodes, 1200.12 seconds, depth 27, found by <veclendiving>)
1789.53/1790.05	c   Primal Bound     : -1.60000000000000e+01   (in run 1, after 123 nodes, 1200.12 seconds, depth 27, found by <veclendiving>)
1789.53/1790.05	c   Dual Bound       : -3.93043478260870e+01
1789.53/1790.05	c   Gap              :      59.29 %
1789.53/1790.05	c   Root Dual Bound  : -4.19574468085106e+01
1789.53/1790.05	c   Root Iterations  :      17826
1789.53/1790.09	c Time complete: 1789.63.

Verifier Data

OK	-16

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703745-1278551740/watcher-2703745-1278551740 -o /tmp/evaluation-result-2703745-1278551740/solver-2703745-1278551740 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703745-1278551740.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.91 3/106 30470
/proc/meminfo: memFree=1730140/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=7904 CPUtime=0
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 1079 0 0 0 0 0 0 0 20 0 1 0 23387738 8093696 990 1992294400 4194304 8395647 140734448902944 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30470/statm: 1976 998 365 1026 0 946 0

[startup+0.0196571 s]
/proc/loadavg: 1.00 1.00 0.91 3/106 30470
/proc/meminfo: memFree=1730140/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=11132 CPUtime=0.01
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 2090 0 0 0 1 0 0 0 20 0 1 0 23387738 11399168 2001 1992294400 4194304 8395647 140734448902944 18446744073709551615 7370915 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30470/statm: 2783 2001 393 1026 0 1753 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11132

[startup+0.101665 s]
/proc/loadavg: 1.00 1.00 0.91 3/106 30470
/proc/meminfo: memFree=1730140/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=20736 CPUtime=0.09
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 4541 0 0 0 8 1 0 0 20 0 1 0 23387738 21233664 4098 1992294400 4194304 8395647 140734448902944 18446744073709551615 7385355 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 5184 4098 441 1026 0 4154 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20736

[startup+0.301685 s]
/proc/loadavg: 1.00 1.00 0.91 3/106 30470
/proc/meminfo: memFree=1730140/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=25560 CPUtime=0.29
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 5830 0 0 0 27 2 0 0 20 0 1 0 23387738 26173440 5387 1992294400 4194304 8395647 140734448902944 18446744073709551615 5029366 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 6390 5387 501 1026 0 5360 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25560

[startup+0.701726 s]
/proc/loadavg: 1.00 1.00 0.91 3/106 30470
/proc/meminfo: memFree=1730140/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=26540 CPUtime=0.69
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 6087 0 0 0 67 2 0 0 20 0 1 0 23387738 27176960 5644 1992294400 4194304 8395647 140734448902944 18446744073709551615 4911233 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 6635 5644 501 1026 0 5605 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26540

[startup+1.50181 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30471
/proc/meminfo: memFree=1708432/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=29788 CPUtime=1.49
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 6868 0 0 0 147 2 0 0 22 0 1 0 23387738 30502912 6425 1992294400 4194304 8395647 140734448902944 18446744073709551615 6080709 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 7447 6425 501 1026 0 6417 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29788

[startup+3.10097 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30471
/proc/meminfo: memFree=1703596/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=35848 CPUtime=3.09
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 8390 0 0 0 306 3 0 0 25 0 1 0 23387738 36708352 7947 1992294400 4194304 8395647 140734448902944 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 8962 7947 501 1026 0 7932 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35848

[startup+6.3013 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30471
/proc/meminfo: memFree=1690452/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=47912 CPUtime=6.29
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 11403 0 0 0 625 4 0 0 25 0 1 0 23387738 49061888 10960 1992294400 4194304 8395647 140734448902944 18446744073709551615 6013304 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 11978 10960 507 1026 0 10948 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47912

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30471
/proc/meminfo: memFree=1678796/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=57964 CPUtime=12.68
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 14002 0 0 0 1262 6 0 0 25 0 1 0 23387738 59355136 13531 1992294400 4194304 8395647 140734448902944 18446744073709551615 6755416 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 14491 13531 584 1026 0 13461 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57964

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30471
/proc/meminfo: memFree=1653128/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=84148 CPUtime=25.48
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 20876 0 0 0 2526 22 0 0 25 0 1 0 23387738 86167552 19765 1992294400 4194304 8395647 140734448902944 18446744073709551615 4911327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21037 19765 624 1026 0 20007 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84148

[startup+51.1009 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30472
/proc/meminfo: memFree=1649036/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=51.08
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21896 0 0 0 5065 43 0 0 25 0 1 0 23387738 88829952 20784 1992294400 4194304 8395647 140734448902944 18446744073709551615 6693705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20784 636 1026 0 20657 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86748

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30473
/proc/meminfo: memFree=1648912/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=102.27
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21896 0 0 0 10165 62 0 0 25 0 1 0 23387738 88829952 20784 1992294400 4194304 8395647 140734448902944 18446744073709551615 6701816 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20784 636 1026 0 20657 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 86748

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30475
/proc/meminfo: memFree=1648788/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=162.25
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21896 0 0 0 16142 83 0 0 25 0 1 0 23387738 88829952 20784 1992294400 4194304 8395647 140734448902944 18446744073709551615 6692853 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20784 636 1026 0 20657 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 86748

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30480
/proc/meminfo: memFree=1648168/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=222.23
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21897 0 0 0 22113 110 0 0 25 0 1 0 23387738 88829952 20785 1992294400 4194304 8395647 140734448902944 18446744073709551615 6739521 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20785 637 1026 0 20657 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 86748

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30481
/proc/meminfo: memFree=1648168/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=282.22
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21897 0 0 0 28089 133 0 0 25 0 1 0 23387738 88829952 20785 1992294400 4194304 8395647 140734448902944 18446744073709551615 6701858 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20785 637 1026 0 20657 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 86748

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30483
/proc/meminfo: memFree=1648168/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=342.21
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21897 0 0 0 34068 153 0 0 25 0 1 0 23387738 88829952 20785 1992294400 4194304 8395647 140734448902944 18446744073709551615 6755514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20785 637 1026 0 20657 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 86748

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30484
/proc/meminfo: memFree=1648168/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=402.19
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21897 0 0 0 40045 174 0 0 25 0 1 0 23387738 88829952 20785 1992294400 4194304 8395647 140734448902944 18446744073709551615 6693729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20785 637 1026 0 20657 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 86748

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30486
/proc/meminfo: memFree=1648168/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=462.17
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21897 0 0 0 46023 194 0 0 25 0 1 0 23387738 88829952 20785 1992294400 4194304 8395647 140734448902944 18446744073709551615 6577858 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20785 637 1026 0 20657 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 86748

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30488
/proc/meminfo: memFree=1648168/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=522.16
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21897 0 0 0 51999 217 0 0 25 0 1 0 23387738 88829952 20785 1992294400 4194304 8395647 140734448902944 18446744073709551615 6390506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20785 637 1026 0 20657 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 86748

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30489
/proc/meminfo: memFree=1648168/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=582.14
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21897 0 0 0 57981 233 0 0 25 0 1 0 23387738 88829952 20785 1992294400 4194304 8395647 140734448902944 18446744073709551615 6708489 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20785 637 1026 0 20657 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 86748

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30491
/proc/meminfo: memFree=1648168/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=642.14
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21897 0 0 0 63962 252 0 0 25 0 1 0 23387738 88829952 20785 1992294400 4194304 8395647 140734448902944 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20785 637 1026 0 20657 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 86748

[startup+702.302 s]

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

/proc/meminfo: memFree=1647920/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1062.02
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21897 0 0 0 105799 403 0 0 25 0 1 0 23387738 88829952 20785 1992294400 4194304 8395647 140734448902944 18446744073709551615 6503567 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20785 637 1026 0 20657 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 86748

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30504
/proc/meminfo: memFree=1647920/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1122
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21897 0 0 0 111776 424 0 0 25 0 1 0 23387738 88829952 20785 1992294400 4194304 8395647 140734448902944 18446744073709551615 6663822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20785 637 1026 0 20657 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 86748

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30505
/proc/meminfo: memFree=1647796/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1181.99
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21897 0 0 0 117757 442 0 0 25 0 1 0 23387738 88829952 20785 1992294400 4194304 8395647 140734448902944 18446744073709551615 6697258 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20785 637 1026 0 20657 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 86748

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30507
/proc/meminfo: memFree=1647672/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1241.98
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 123736 462 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6670389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 86748

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30508
/proc/meminfo: memFree=1647548/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1301.97
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 129716 481 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 86748

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30510
/proc/meminfo: memFree=1647548/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1361.95
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 135695 500 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6693124 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 86748

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30512
/proc/meminfo: memFree=1647548/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1421.94
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 141673 521 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6697367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 86748

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30513
/proc/meminfo: memFree=1647548/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1481.91
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 147650 541 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6670389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 86748

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30515
/proc/meminfo: memFree=1647424/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1541.9
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 153625 565 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 86748

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30516
/proc/meminfo: memFree=1647424/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1601.88
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 159603 585 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6585937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 86748

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30518
/proc/meminfo: memFree=1647424/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1661.87
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 165579 608 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6654019 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 86748

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30520
/proc/meminfo: memFree=1647300/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1721.85
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 171556 629 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6390518 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 86748

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30521
/proc/meminfo: memFree=1647052/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1781.84
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 177531 653 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6696334 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 86748

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30521
/proc/meminfo: memFree=1647052/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1785.04
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 177851 653 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1785.04
Current children cumulated vsize (KiB) 86748

[startup+1787.1 s]
/proc/loadavg: 1.00 1.00 0.91 3/107 30521
/proc/meminfo: memFree=1647052/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1786.64
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 178010 654 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6670303 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (KiB) 86748

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30521
/proc/meminfo: memFree=1647052/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1788.24
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 178169 655 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6702024 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1788.24
Current children cumulated vsize (KiB) 86748

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30521
/proc/meminfo: memFree=1647052/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1789.04
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 178249 655 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6693766 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1789.04
Current children cumulated vsize (KiB) 86748

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30521
/proc/meminfo: memFree=1647052/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1789.43
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 178288 655 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6698043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1789.43
Current children cumulated vsize (KiB) 86748

[startup+1790 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 30521
/proc/meminfo: memFree=1647052/2059040 swapFree=4134944/4192956
[pid=30470] ppid=30468 vsize=86748 CPUtime=1789.53
/proc/30470/stat : 30470 (pbscip.linux.x8) R 30468 30470 29857 0 -1 4202496 21902 0 0 0 178298 655 0 0 25 0 1 0 23387738 88829952 20790 1992294400 4194304 8395647 140734448902944 18446744073709551615 6702059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30470/statm: 21687 20790 638 1026 0 20657 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 86748

Child status: 0
Real time (s): 1790.09
CPU time (s): 1789.64
CPU user time (s): 1783.07
CPU system time (s): 6.564
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 86748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.07
system time used= 6.564
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21907
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2945

runsolver used 3.04254 second user time and 8.36473 second system time

The end

Launcher Data

Begin job on node002 at 2010-07-08 03:15:40
IDJOB=2703745
IDBENCH=1870
IDSOLVER=1213
FILE ID=node002/2703745-1278551740
PBS_JOBID= 11239528
Free space on /tmp= 62568 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703745-1278551740/watcher-2703745-1278551740 -o /tmp/evaluation-result-2703745-1278551740/solver-2703745-1278551740 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703745-1278551740.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7f40f8d513f22fc9adca96d8fdf626e2
RANDOM SEED=1711608180

node002.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1730668 kB
Buffers:         71836 kB
Cached:         174168 kB
SwapCached:      11820 kB
Active:         150868 kB
Inactive:       109320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1730668 kB
SwapTotal:     4192956 kB
SwapFree:      4134944 kB
Dirty:           10716 kB
Writeback:           0 kB
AnonPages:       11352 kB
Mapped:           8348 kB
Slab:            46260 kB
PageTables:       4128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62556 MiB
End job on node002 at 2010-07-08 03:45:30