Trace number 3731291

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT-19 1789.75 1790.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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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

Verifier Data

OK	-19

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-3731291-1338684264/watcher-3731291-1338684264 -o /tmp/evaluation-result-3731291-1338684264/solver-3731291-1338684264 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731291-1338684264.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.90 1.95 1.92 3/176 22848
/proc/meminfo: memFree=27439408/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 1755 0 0 0 0 0 0 0 20 0 1 0 334550929 10211328 1702 33554432000 4194304 8395647 140736001426368 140736001358200 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 2493 1712 374 1026 0 1463 0

[startup+0.0719749 s]
/proc/loadavg: 1.90 1.95 1.92 3/176 22848
/proc/meminfo: memFree=27439408/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=25572 CPUtime=0.06 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 5729 0 0 0 6 0 0 0 20 0 1 0 334550929 26185728 5321 33554432000 4194304 8395647 140736001426368 140736001358200 5093466 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 6393 5321 471 1026 0 5363 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25572

[startup+0.100327 s]
/proc/loadavg: 1.90 1.95 1.92 3/176 22848
/proc/meminfo: memFree=27439408/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=25572 CPUtime=0.08 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 5795 0 0 0 8 0 0 0 20 0 1 0 334550929 26185728 5387 33554432000 4194304 8395647 140736001426368 140736001358200 4230825 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 6393 5387 501 1026 0 5363 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25572

[startup+0.300241 s]
/proc/loadavg: 1.90 1.95 1.92 3/176 22848
/proc/meminfo: memFree=27439408/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=26888 CPUtime=0.29 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 6134 0 0 0 28 1 0 0 20 0 1 0 334550929 27533312 5726 33554432000 4194304 8395647 140736001426368 140736001358200 4911235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 6722 5726 501 1026 0 5692 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26888

[startup+0.700265 s]
/proc/loadavg: 1.90 1.95 1.92 3/176 22848
/proc/meminfo: memFree=27439408/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=32008 CPUtime=0.69 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 7385 0 0 0 68 1 0 0 20 0 1 0 334550929 32776192 6977 33554432000 4194304 8395647 140736001426368 140736001422440 6345893 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 8002 6977 501 1026 0 6972 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32008

[startup+1.50028 s]
/proc/loadavg: 1.90 1.95 1.92 3/177 22849
/proc/meminfo: memFree=27409260/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=41764 CPUtime=1.49 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 9854 0 0 0 148 1 0 0 20 0 1 0 334550929 42766336 9446 33554432000 4194304 8395647 140736001426368 140736001422440 5027348 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 10441 9446 507 1026 0 9411 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41764

[startup+3.10022 s]
/proc/loadavg: 1.90 1.95 1.92 3/177 22849
/proc/meminfo: memFree=27396728/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=56940 CPUtime=3.09 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 13609 0 0 0 307 2 0 0 20 0 1 0 334550929 58306560 13172 33554432000 4194304 8395647 140736001426368 140736001421880 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 14235 13172 578 1026 0 13205 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56940

[startup+6.30021 s]
/proc/loadavg: 1.90 1.95 1.92 3/177 22849
/proc/meminfo: memFree=27384064/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=57976 CPUtime=6.29 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 13970 0 0 0 627 2 0 0 20 0 1 0 334550929 59367424 13533 33554432000 4194304 8395647 140736001426368 140736001420888 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 14494 13533 584 1026 0 13464 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57976

[startup+12.7002 s]
/proc/loadavg: 1.91 1.95 1.92 3/177 22849
/proc/meminfo: memFree=27356344/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=12.69 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21516 0 0 0 1258 11 0 0 20 0 1 0 334550929 88842240 20439 33554432000 4194304 8395647 140736001426368 140736001421496 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20439 632 1026 0 20660 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86760

[startup+25.5002 s]
/proc/loadavg: 1.93 1.96 1.92 3/177 22849
/proc/meminfo: memFree=27352180/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=25.48 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21862 0 0 0 2532 16 0 0 20 0 1 0 334550929 88842240 20784 33554432000 4194304 8395647 140736001426368 140736001420520 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20784 636 1026 0 20660 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86760

[startup+51.1002 s]
/proc/loadavg: 1.95 1.96 1.92 3/177 22849
/proc/meminfo: memFree=27352396/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=51.08 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21862 0 0 0 5083 25 0 0 20 0 1 0 334550929 88842240 20784 33554432000 4194304 8395647 140736001426368 140736001421240 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20784 636 1026 0 20660 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86760

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.92 3/177 22849
/proc/meminfo: memFree=27351076/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=102.28 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21863 0 0 0 10187 41 0 0 20 0 1 0 334550929 88842240 20785 33554432000 4194304 8395647 140736001426368 140736001421928 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20785 637 1026 0 20660 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 86760

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.92 3/177 22850
/proc/meminfo: memFree=27345772/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=162.26 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21863 0 0 0 16170 56 0 0 20 0 1 0 334550929 88842240 20785 33554432000 4194304 8395647 140736001426368 140736001421608 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20785 637 1026 0 20660 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 86760

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.92 3/177 22850
/proc/meminfo: memFree=27344800/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=222.26 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21863 0 0 0 22155 71 0 0 20 0 1 0 334550929 88842240 20785 33554432000 4194304 8395647 140736001426368 140736001421976 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20785 637 1026 0 20660 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 86760

[startup+282.3 s]
/proc/loadavg: 2.06 1.99 1.93 3/177 22850
/proc/meminfo: memFree=27344292/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=282.25 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21863 0 0 0 28139 86 0 0 20 0 1 0 334550929 88842240 20785 33554432000 4194304 8395647 140736001426368 140736001421608 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20785 637 1026 0 20660 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 86760

[startup+342.3 s]
/proc/loadavg: 2.02 1.99 1.93 3/178 22853
/proc/meminfo: memFree=27341804/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=342.23 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21863 0 0 0 34120 103 0 0 20 0 1 0 334550929 88842240 20785 33554432000 4194304 8395647 140736001426368 140736001421496 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20785 637 1026 0 20660 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 86760

[startup+402.3 s]
/proc/loadavg: 2.01 1.99 1.93 3/177 22853
/proc/meminfo: memFree=27341664/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=402.23 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21863 0 0 0 40102 121 0 0 20 0 1 0 334550929 88842240 20785 33554432000 4194304 8395647 140736001426368 140736001421608 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20785 637 1026 0 20660 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 86760

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 22854
/proc/meminfo: memFree=27339736/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=462.22 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21868 0 0 0 46085 137 0 0 20 0 1 0 334550929 88842240 20790 33554432000 4194304 8395647 140736001426368 140736001421592 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20790 638 1026 0 20660 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 86760

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 22854
/proc/meminfo: memFree=27339960/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=522.21 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21873 0 0 0 52068 153 0 0 20 0 1 0 334550929 88842240 20794 33554432000 4194304 8395647 140736001426368 140736001421592 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20794 638 1026 0 20660 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 86760

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 22854
/proc/meminfo: memFree=27339308/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=582.2 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21878 0 0 0 58048 172 0 0 20 0 1 0 334550929 88842240 20944 33554432000 4194304 8395647 140736001426368 140736001421880 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20944 638 1026 0 20660 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 86760

[startup+642.3 s]

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

/proc/meminfo: memFree=27337672/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1062.12 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21879 0 0 0 105883 329 0 0 20 0 1 0 334550929 88842240 20945 33554432000 4194304 8395647 140736001426368 140736001421928 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20945 638 1026 0 20660 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 86760

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 1.94 3/178 22882
/proc/meminfo: memFree=27335064/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1122.11 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21879 0 0 0 111863 348 0 0 20 0 1 0 334550929 88842240 20945 33554432000 4194304 8395647 140736001426368 140736001421992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20945 638 1026 0 20660 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 86760

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 22958
/proc/meminfo: memFree=28385804/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1182.1 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21879 0 0 0 117844 366 0 0 20 0 1 0 334550929 88842240 20945 33554432000 4194304 8395647 140736001426368 140736001421992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20945 638 1026 0 20660 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 86760

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22958
/proc/meminfo: memFree=28387704/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1242.09 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21879 0 0 0 123821 388 0 0 20 0 1 0 334550929 88842240 20945 33554432000 4194304 8395647 140736001426368 140736001421624 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20945 638 1026 0 20660 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 86760

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22958
/proc/meminfo: memFree=28387456/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1302.09 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21879 0 0 0 129802 407 0 0 20 0 1 0 334550929 88842240 20945 33554432000 4194304 8395647 140736001426368 140736001421880 6724575 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20945 638 1026 0 20660 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 86760

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22959
/proc/meminfo: memFree=28387460/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1362.08 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21879 0 0 0 135780 428 0 0 20 0 1 0 334550929 88842240 20945 33554432000 4194304 8395647 140736001426368 140736001421496 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20945 638 1026 0 20660 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 86760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22959
/proc/meminfo: memFree=28380760/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1422.07 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21881 0 0 0 141762 445 0 0 20 0 1 0 334550929 88842240 20947 33554432000 4194304 8395647 140736001426368 140736001421880 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20947 638 1026 0 20660 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 86760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22959
/proc/meminfo: memFree=28380656/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1482.06 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21881 0 0 0 147743 463 0 0 20 0 1 0 334550929 88842240 20947 33554432000 4194304 8395647 140736001426368 140736001421496 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20947 638 1026 0 20660 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 86760

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22962
/proc/meminfo: memFree=28380632/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1542.04 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21883 0 0 0 153724 480 0 0 20 0 1 0 334550929 88842240 20949 33554432000 4194304 8395647 140736001426368 140736001421832 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20949 638 1026 0 20660 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 86760

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 1.94 3/178 22962
/proc/meminfo: memFree=28381564/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1602.04 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21883 0 0 0 159701 503 0 0 20 0 1 0 334550929 88842240 20949 33554432000 4194304 8395647 140736001426368 140736001421496 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20949 638 1026 0 20660 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 86760

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 22963
/proc/meminfo: memFree=28381192/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1662.03 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21883 0 0 0 165679 524 0 0 20 0 1 0 334550929 88842240 20949 33554432000 4194304 8395647 140736001426368 140736001421576 6741205 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20949 638 1026 0 20660 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 86760

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22963
/proc/meminfo: memFree=28381316/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1722.03 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21883 0 0 0 171659 544 0 0 20 0 1 0 334550929 88842240 20949 33554432000 4194304 8395647 140736001426368 140736001421496 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20949 638 1026 0 20660 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 86760

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22963
/proc/meminfo: memFree=28377288/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1782.01 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21884 0 0 0 177640 561 0 0 20 0 1 0 334550929 88842240 20950 33554432000 4194304 8395647 140736001426368 140736001421608 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20950 638 1026 0 20660 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 86760

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22963
/proc/meminfo: memFree=28377596/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1785.21 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21886 0 0 0 177958 563 0 0 20 0 1 0 334550929 88842240 20957 33554432000 4194304 8395647 140736001426368 140736001421928 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20957 638 1026 0 20660 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 86760

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22963
/proc/meminfo: memFree=28377720/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1786.81 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21886 0 0 0 178118 563 0 0 20 0 1 0 334550929 88842240 20957 33554432000 4194304 8395647 140736001426368 140736001421496 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20957 638 1026 0 20660 0
Current children cumulated CPU time (s) 1786.81
Current children cumulated vsize (KiB) 86760

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22963
/proc/meminfo: memFree=28377720/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1788.41 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21886 0 0 0 178277 564 0 0 20 0 1 0 334550929 88842240 20957 33554432000 4194304 8395647 140736001426368 140736001421880 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20957 638 1026 0 20660 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 86760

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22963
/proc/meminfo: memFree=28377720/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1789.21 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21886 0 0 0 178357 564 0 0 20 0 1 0 334550929 88842240 20957 33554432000 4194304 8395647 140736001426368 140736001421496 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20957 638 1026 0 20660 0
Current children cumulated CPU time (s) 1789.21
Current children cumulated vsize (KiB) 86760

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22963
/proc/meminfo: memFree=28377720/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1789.61 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21886 0 0 0 178397 564 0 0 20 0 1 0 334550929 88842240 20957 33554432000 4194304 8395647 140736001426368 140736001421496 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20957 638 1026 0 20660 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (KiB) 86760

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22963
/proc/meminfo: memFree=28377720/32873648 swapFree=7388/7388
[pid=22848] ppid=22846 vsize=86760 CPUtime=1789.71 cores=0,2,4,6
/proc/22848/stat : 22848 (pbscip.linux.x8) R 22846 22848 21664 0 -1 4202496 21886 0 0 0 178407 564 0 0 20 0 1 0 334550929 88842240 20957 33554432000 4194304 8395647 140736001426368 140736001421496 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22848/statm: 21690 20957 638 1026 0 20660 0
Current children cumulated CPU time (s) 1789.71
Current children cumulated vsize (KiB) 86760

Child status: 0
Real time (s): 1790.03
CPU time (s): 1789.75
CPU user time (s): 1784.1
CPU system time (s): 5.64914
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 86760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.1
system time used= 5.64914
maximum resident set size= 83840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21892
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= 14
involuntary context switches= 1861

runsolver used 2.71759 second user time and 7.05093 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 02:44:24
IDJOB=3731291
IDBENCH=1870
IDSOLVER=2326
FILE ID=node148/3731291-1338684264
RUNJOBID= node148-1338678625-21683
PBS_JOBID= 14636665
Free space on /tmp= 71312 MiB

SOLVER NAME= PB10: 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-3731291-1338684264/watcher-3731291-1338684264 -o /tmp/evaluation-result-3731291-1338684264/solver-3731291-1338684264 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731291-1338684264.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7f40f8d513f22fc9adca96d8fdf626e2
RANDOM SEED=1033200709

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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.92
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		: 2667.284
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		: 2667.284
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	: 5331.90
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27439672 kB
Buffers:          584088 kB
Cached:          2890028 kB
SwapCached:          628 kB
Active:          2474192 kB
Inactive:        2055496 kB
Active(anon):    1045228 kB
Inactive(anon):    10672 kB
Active(file):    1428964 kB
Inactive(file):  2044824 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:             10132 kB
Writeback:             0 kB
AnonPages:       1068124 kB
Mapped:            13540 kB
Shmem:                36 kB
Slab:             766408 kB
SReclaimable:     210180 kB
SUnreclaim:       556228 kB
KernelStack:        1472 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1194184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71312 MiB
End job on node148 at 2012-06-03 03:14:14