Trace number 2703717

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 solverSAT85 1789.55 1790.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_10.opb
MD5SUMdd415565c40b70127defa3137ccd18d3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1660
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 45
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 108
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 144
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 741
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-2703717-1278563091.opb>
0.06/0.09	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1660 constraints
0.06/0.09	c problem read
0.06/0.09	c presolving settings loaded
0.09/0.12	c presolving:
0.09/0.14	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 44 chg sides, 148 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.16	c (round 2) 1 del vars, 733 del conss, 1 chg bounds, 44 chg sides, 148 chg coeffs, 102 upgd conss, 0 impls, 0 clqs
0.09/0.18	c (round 3) 1 del vars, 733 del conss, 1 chg bounds, 66 chg sides, 304 chg coeffs, 195 upgd conss, 120 impls, 2 clqs
0.09/0.19	c (round 4) 1 del vars, 733 del conss, 1 chg bounds, 92 chg sides, 330 chg coeffs, 195 upgd conss, 120 impls, 2 clqs
0.39/0.48	c    (0.4s) probing: 172/894 (19.2%) - 0 fixings, 0 aggregations, 12 implications, 0 bound changes
0.39/0.48	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.39/0.48	c presolving (5 rounds):
0.39/0.48	c  1 deleted vars, 733 deleted constraints, 1 tightened bounds, 0 added holes, 92 changed sides, 330 changed coefficients
0.39/0.48	c  144 implications, 2 cliques
0.39/0.48	c presolved problem has 894 variables (894 bin, 0 int, 0 impl, 0 cont) and 927 constraints
0.39/0.48	c     195 constraints of type <knapsack>
0.39/0.48	c     732 constraints of type <linear>
0.39/0.48	c transformed objective value is always integral (scale: 1)
0.39/0.48	c Presolving Time: 0.37
0.39/0.48	c - non default parameters ----------------------------------------------------------------------
0.39/0.48	c # SCIP version 1.2.1.3
0.39/0.48	c 
0.39/0.48	c # frequency for displaying node information lines
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.48	c display/freq = 10000
0.39/0.48	c 
0.39/0.48	c # maximal time in seconds to run
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.48	c limits/time = 1789.92
0.39/0.48	c 
0.39/0.48	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.48	c limits/memory = 1620
0.39/0.48	c 
0.39/0.48	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.48	c # [type: int, range: [1,2], default: 1]
0.39/0.48	c timing/clocktype = 2
0.39/0.48	c 
0.39/0.48	c # should presolving try to simplify inequalities
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c constraints/linear/simplifyinequalities = TRUE
0.39/0.48	c 
0.39/0.48	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c constraints/indicator/addCouplingCons = TRUE
0.39/0.48	c 
0.39/0.48	c # should presolving try to simplify knapsacks
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.48	c 
0.39/0.48	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.48	c separating/rapidlearning/freq = 0
0.39/0.48	c 
0.39/0.48	c -----------------------------------------------------------------------------------------------
0.39/0.48	c start solving
0.39/0.49	c 
0.49/0.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.51	c   0.4s|     1 |     0 |   160 |     - |6899k|   0 | 160 | 894 | 927 | 894 | 927 |   0 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
1.10/1.14	c   1.0s|     1 |     0 |  1359 |     - |7454k|   0 | 457 | 894 | 927 | 894 |1000 |  73 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
1.49/1.52	c   1.4s|     1 |     0 |  1972 |     - |8010k|   0 | 500 | 894 | 927 | 894 |1088 | 161 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
1.99/2.09	c   2.0s|     1 |     0 |  2800 |     - |8561k|   0 | 539 | 894 | 927 | 894 |1197 | 270 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
2.79/2.83	c   2.7s|     1 |     0 |  3319 |     - |8992k|   0 | 566 | 894 | 927 | 894 |1301 | 374 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
3.59/3.68	c   3.6s|     1 |     0 |  4008 |     - |9449k|   0 | 538 | 894 | 927 | 894 |1400 | 473 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
4.49/4.58	c   4.5s|     1 |     0 |  4718 |     - |9817k|   0 | 537 | 894 | 927 | 894 |1481 | 554 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
18.29/18.38	c  18.3s|     1 |     2 |  4718 |     - |9818k|   0 | 537 | 894 | 927 | 894 |1481 | 554 |   0 |  36 | 4.500000e+01 |      --      |    Inf 
372.15/372.34	c   372s| 10000 |  4112 |  1154k| 115.0 |  27M|  85 |   - | 894 |2358 | 894 |1035 | 554 |  10k|3933 | 4.500000e+01 |      --      |    Inf 
600.68/600.97	c   601s| 20000 |  6282 |  1955k|  97.6 |  38M|  85 | 260 | 894 |2774 | 894 |1035 | 554 |  24k|6658 | 4.500000e+01 |      --      |    Inf 
812.51/812.90	c   813s| 30000 |  7874 |  2730k|  90.9 |  47M|  85 |   - | 894 |3065 |   0 |   0 | 554 |  38k|8979 | 4.500000e+01 |      --      |    Inf 
1015.53/1015.90	c  1016s| 40000 |  9267 |  3451k|  86.2 |  57M|  85 | 183 | 894 |4334 | 894 |1035 | 554 |  53k|  12k| 4.500000e+01 |      --      |    Inf 
1203.47/1203.91	c  1204s| 50000 |  9994 |  4147k|  82.9 |  64M|  85 | 142 | 894 |4920 | 894 |1035 | 554 |  67k|  14k| 4.500000e+01 |      --      |    Inf 
1378.31/1378.88	c  1379s| 60000 | 10890 |  4835k|  80.5 |  68M|  85 |  74 | 894 |3534 | 894 |1035 | 554 |  83k|  16k| 4.500000e+01 |      --      |    Inf 
1553.85/1554.41	c  1554s| 70000 | 11926 |  5523k|  78.8 |  74M|  85 | 293 | 894 |3793 | 894 |1035 | 554 |  98k|  17k| 4.500000e+01 |      --      |    Inf 
1666.31/1666.97	o 85
1666.31/1666.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1666.31/1666.97	c f1667s| 76793 |  9549 |  5955k|  77.5 |  65M|  85 |   - | 894 |3804 | 894 |1035 | 554 | 109k|  18k| 4.500000e+01 | 8.500000e+01 |  88.89%
1719.60/1720.29	c  1720s| 80000 |  9794 |  6137k|  76.7 |  66M|  85 |  69 | 894 |3181 | 894 |1035 | 554 | 113k|  19k| 4.500000e+01 | 8.500000e+01 |  88.89%
1789.37/1790.01	c 
1789.37/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.37/1790.01	c Solving Time (sec) : 1789.92
1789.37/1790.01	c Solving Nodes      : 83710
1789.37/1790.01	c Primal Bound       : +8.50000000000000e+01 (1 solutions)
1789.37/1790.01	c Dual Bound         : +4.50000000000000e+01
1789.37/1790.01	c Gap                : 88.89 %
1789.37/1790.01	s SATISFIABLE
1789.37/1790.01	v x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 
1789.37/1790.01	v x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 
1789.37/1790.01	v x127 x128 x129 x130 -x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 
1789.37/1790.01	v x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 -x166 x167 x168 x169 x170 x171 x172 -x173 x174 x175 
1789.37/1790.01	v x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 -x195 x196 x197 x198 x199 x200 
1789.37/1790.01	v x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 
1789.37/1790.01	v x226 x227 x228 x229 x230 x231 x232 x233 -x234 x235 x236 x237 x238 x239 x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 x250 
1789.37/1790.01	v x251 x252 x253 x254 x255 x256 x257 x258 x259 -x260 -x261 -x262 x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 
1789.37/1790.01	v -x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 -x291 -x292 -x293 -x294 -x295 -x296 
1789.37/1790.01	v -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 x306 x307 x308 x309 x310 -x311 x312 x313 -x314 x315 x316 -x317 -x318 -x319 
1789.37/1790.01	v -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 x330 x331 x332 x333 x334 x335 x336 -x337 -x338 -x339 -x340 -x341 
1789.37/1790.01	v -x342 -x343 -x344 -x345 x346 x347 x348 x349 -x350 -x351 -x352 -x353 -x354 x355 x356 x357 x358 x359 x360 x361 x362 -x363 x364 
1789.37/1790.01	v x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 x388 x389 
1789.37/1790.01	v x390 -x391 x392 x393 x394 x395 x396 x397 -x398 x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 x409 x410 x411 x412 x413 
1789.37/1790.01	v x414 x415 x416 x417 x418 x419 -x420 x421 x422 x423 x424 x425 x426 x427 x428 x429 x430 x431 x432 x433 x434 x435 x436 x437 x438 
1789.37/1790.01	v x439 x440 x441 x442 x443 x444 x445 x446 x447 x448 x449 x450 x451 x452 -x453 x454 x455 x456 x457 x458 x459 x460 x461 x462 x463 
1789.37/1790.01	v x464 x465 x466 x467 x468 x469 x470 x471 x472 x473 -x474 -x475 -x476 x477 x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 
1789.37/1790.01	v -x487 -x488 x489 x490 x491 x492 x493 x494 x495 x496 x497 x498 x499 x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 
1789.37/1790.01	v -x510 -x511 -x512 -x513 -x514 x515 x516 x517 -x518 x519 x520 -x521 x522 x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 
1789.37/1790.01	v -x532 -x533 -x534 -x535 x536 x537 x538 x539 x540 x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 x551 x552 x553 
1789.37/1790.01	v -x554 -x555 -x556 -x557 -x558 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x559 x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 
1789.37/1790.01	v x571 x572 x573 x574 x575 x576 x577 x578 x579 x580 -x581 x582 x583 x584 x585 x586 x587 x588 x589 x590 x591 x592 x593 x594 
1789.37/1790.01	v x595 x596 x597 x598 x599 x600 x601 x602 x603 x604 x605 x606 x607 -x608 x609 x610 x611 x612 x613 x614 x615 x616 x617 x618 x619 
1789.37/1790.01	v x620 x621 x622 x623 -x624 -x625 -x626 x627 x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 x639 x640 x641 x642 
1789.37/1790.02	v x643 x644 x645 x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 x663 -x664 
1789.37/1790.02	v x665 x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 x679 x680 x681 x682 -x683 -x684 -x685 
1789.37/1790.02	v -x686 -x687 -x688 -x689 -x690 -x691 x692 x693 -x694 -x695 -x696 -x697 -x698 -x13 -x12 -x11 -x10 -x9 -x8 x7 x699 x700 x701 x702 
1789.37/1790.02	v x703 x704 x705 x706 x707 x708 x709 x710 x711 x712 x713 x714 x715 x716 x717 x718 x719 x720 x721 x722 x723 x724 -x725 -x726 -x727 
1789.37/1790.02	v x728 x729 -x730 -x731 -x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 x740 x741 x742 x743 -x744 -x745 -x746 x747 -x748 -x749 
1789.37/1790.02	v -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 x758 x759 x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 
1789.37/1790.02	v -x771 -x772 x773 x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 x784 -x785 -x786 -x787 -x788 -x789 -x27 -x26 -x25 
1789.37/1790.02	v -x24 -x23 x22 x21 -x790 -x791 -x792 x793 x794 -x795 -x796 -x797 x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 
1789.37/1790.02	v x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 
1789.37/1790.02	v -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x34 -x33 -x32 -x31 -x30 -x29 
1789.37/1790.02	v x28 -x845 -x846 x847 x848 -x849 -x850 x851 -x852 x853 -x854 -x855 -x856 x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 x865 
1789.37/1790.02	v -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x41 -x40 x39 x38 -x37 x36 -x35 -x875 x876 x877 x878 x879 x880 x881 x882 
1789.37/1790.02	v -x883 x884 -x885 x886 -x887 -x888 -x48 x47 -x46 -x45 x44 -x43 x42 x889 x890 x891 x892 -x893 -x55 x54 -x53 x52 -x51 -x50 -x49 
1789.37/1790.02	v -x894 -x69 x68 -x67 -x66 x65 x64 x63 -x62 x61 -x60 -x59 x58 -x57 -x56 x895 x6 -x5 x4 -x3 -x2 -x1 
1789.37/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.37/1790.02	c Solving Time       :    1789.92
1789.37/1790.02	c Original Problem   :
1789.37/1790.02	c   Problem name     : HOME/instance-2703717-1278563091.opb
1789.37/1790.02	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.37/1790.02	c   Constraints      : 1660 initial, 1660 maximal
1789.37/1790.02	c Presolved Problem  :
1789.37/1790.02	c   Problem name     : t_HOME/instance-2703717-1278563091.opb
1789.37/1790.02	c   Variables        : 894 (894 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.37/1790.02	c   Constraints      : 927 initial, 4991 maximal
1789.37/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.37/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   probing          :       0.29          0          0          0          0          0          0          0          0
1789.37/1790.02	c   knapsack         :       0.01          0          0          0          0          0          0         48        182
1789.37/1790.02	c   linear           :       0.06          1          0          0          1          0        733         44        148
1789.37/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   root node        :          -          1          -          -          1          -          -          -          -
1789.37/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.37/1790.02	c   integral         :          0          0          0      58815          0        141      15007          0          0     109706
1789.37/1790.02	c   knapsack         :        195          6     356251          0          1       4324     639960        809          0          0
1789.37/1790.02	c   linear           :        732          6     351926          0          1      22772    4644419          0          0          0
1789.37/1790.02	c   logicor          :          0+         0     187495          0          0       1852     165888          0          0          0
1789.37/1790.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.37/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.37/1790.02	c   integral         :     348.88       0.00       0.00     348.88       0.00
1789.37/1790.02	c   knapsack         :      47.02       0.03      46.99       0.00       0.00
1789.37/1790.02	c   linear           :     260.15       0.00     260.15       0.00       0.00
1789.37/1790.02	c   logicor          :      19.79       0.00      19.79       0.00       0.00
1789.37/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.37/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.37/1790.02	c   vbounds          :       0.18          2          0          0
1789.37/1790.02	c   rootredcost      :       0.24          1          0          0
1789.37/1790.02	c   pseudoobj        :       0.60     355911          9        113
1789.37/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.37/1790.02	c   propagation      :       4.95      28957      28903     275962       33.0       1076       21.6          -
1789.37/1790.02	c   infeasible LP    :       6.51      12547      12547      71334       25.8       1428       17.1          0
1789.37/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.37/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.37/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.37/1790.02	c   applied globally :          -          -          -     119790       25.9          -          -          -
1789.37/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.37/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.37/1790.02	c   cut pool         :       0.00          5          -          -        885          -    (maximal pool size: 3705)
1789.37/1790.02	c   redcost          :       1.67      59185          0        457          0          0
1789.37/1790.02	c   impliedbounds    :       0.00          6          0          0          9          0
1789.37/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.37/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.37/1790.02	c   gomory           :       0.30          6          0          0        274          0
1789.37/1790.02	c   strongcg         :       0.30          6          0          0        282          0
1789.37/1790.02	c   cmir             :       1.09          6          0          0       2636          0
1789.37/1790.02	c   flowcover        :       0.62          6          0          0       1200          0
1789.37/1790.02	c   clique           :       0.00          6          0          0          0          0
1789.37/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.37/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.37/1790.02	c   rapidlearning    :       0.12          1          0          0          0          0
1789.37/1790.02	c Pricers            :       Time      Calls       Vars
1789.37/1790.02	c   problem variables:       0.00          0          0
1789.37/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.37/1790.02	c   relpscost        :     348.72      58815        141      15007          0          0     109706
1789.37/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.37/1790.02	c   inference        :       0.00          1          0          0          0          0          2
1789.37/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.37/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.37/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.37/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.37/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.37/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.37/1790.02	c   LP solutions     :       0.00          -          0
1789.37/1790.02	c   pseudo solutions :       0.00          -          0
1789.37/1790.02	c   crossover        :       0.07          0          0
1789.37/1790.02	c   oneopt           :       0.13          1          0
1789.37/1790.02	c   guideddiving     :       2.46         48          0
1789.37/1790.02	c   pscostdiving     :      19.27        194          0
1789.37/1790.02	c   veclendiving     :      16.92        194          0
1789.37/1790.02	c   linesearchdiving :      13.21        194          0
1789.37/1790.02	c   coefdiving       :       7.75        194          0
1789.37/1790.02	c   fracdiving       :       7.67        194          1
1789.37/1790.02	c   objpscostdiving  :      14.85         98          0
1789.37/1790.02	c   rootsoldiving    :       6.78         98          0
1789.37/1790.02	c   feaspump         :      27.75         98          0
1789.37/1790.02	c   trivial          :       0.00          2          0
1789.37/1790.02	c   simplerounding   :       0.06          0          0
1789.37/1790.02	c   zirounding       :       0.15       1000          0
1789.37/1790.02	c   rounding         :       1.19       3399          0
1789.37/1790.02	c   shifting         :       7.16       1047          0
1789.37/1790.02	c   intshifting      :       0.00          0          0
1789.37/1790.02	c   twoopt           :       0.00          0          0
1789.37/1790.02	c   fixandinfer      :       0.00          0          0
1789.37/1790.02	c   intdiving        :       0.00          0          0
1789.37/1790.02	c   actconsdiving    :       0.00          0          0
1789.37/1790.02	c   octane           :       0.00          0          0
1789.37/1790.02	c   rens             :       0.01          0          0
1789.37/1790.02	c   rins             :       0.00          0          0
1789.37/1790.02	c   localbranching   :       0.00          0          0
1789.37/1790.02	c   mutation         :       0.00          0          0
1789.37/1790.02	c   dins             :       0.00          0          0
1789.37/1790.02	c   undercover       :       0.00          0          0
1789.37/1790.02	c   nlp              :       0.06          0          0
1789.37/1790.02	c   trysol           :       0.06          0          0
1789.37/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.37/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1789.37/1790.02	c   dual LP          :     862.09      69209    5972490      86.30    6927.93
1789.37/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.37/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.37/1790.02	c   diving/probing LP:      86.95      20957     415901      19.85    4783.35
1789.37/1790.02	c   strong branching :     340.69      20377    1814660      89.05    5326.49
1789.37/1790.02	c     (at root node) :          -         36      32755     909.86          -
1789.37/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.37/1790.02	c B&B Tree           :
1789.37/1790.02	c   number of runs   :          1
1789.37/1790.02	c   nodes            :      83710
1789.37/1790.02	c   nodes (total)    :      83710
1789.37/1790.02	c   nodes left       :      10038
1789.37/1790.02	c   max depth        :         85
1789.37/1790.02	c   max depth (total):         85
1789.37/1790.02	c   backtracks       :      16779 (20.0%)
1789.37/1790.02	c   delayed cutoffs  :      13014
1789.37/1790.02	c   repropagations   :      96867 (1729765 domain reductions, 9108 cutoffs)
1789.37/1790.02	c   avg switch length:       7.06
1789.37/1790.02	c   switching time   :      79.15
1789.37/1790.02	c Solution           :
1789.37/1790.02	c   Solutions found  :          1 (1 improvements)
1789.37/1790.02	c   First Solution   : +8.50000000000000e+01   (in run 1, after 76793 nodes, 1666.86 seconds, depth 77, found by <fracdiving>)
1789.37/1790.02	c   Primal Bound     : +8.50000000000000e+01   (in run 1, after 76793 nodes, 1666.86 seconds, depth 77, found by <fracdiving>)
1789.37/1790.02	c   Dual Bound       : +4.50000000000000e+01
1789.37/1790.02	c   Gap              :      88.89 %
1789.37/1790.02	c   Root Dual Bound  : +4.50000000000000e+01
1789.37/1790.02	c   Root Iterations  :       4718
1789.47/1790.17	c Time complete: 1789.55.

Verifier Data

OK	85

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703717-1278563091/watcher-2703717-1278563091 -o /tmp/evaluation-result-2703717-1278563091/solver-2703717-1278563091 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703717-1278563091.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.97 3/106 1266
/proc/meminfo: memFree=1662200/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=5824 CPUtime=0
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 825 0 0 0 0 0 0 0 20 0 1 0 24516348 5963776 740 1992294400 4194304 8395647 140735705256208 18446744073709551615 7355228 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1266/statm: 1456 741 351 1026 0 426 0

[startup+0.070683 s]
/proc/loadavg: 1.00 1.00 0.97 3/106 1266
/proc/meminfo: memFree=1662200/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=12016 CPUtime=0.06
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 2285 0 0 0 6 0 0 0 20 0 1 0 24516348 12304384 2197 1992294400 4194304 8395647 140735705256208 18446744073709551615 6765616 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1266/statm: 3004 2197 393 1026 0 1974 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12016

[startup+0.100688 s]
/proc/loadavg: 1.00 1.00 0.97 3/106 1266
/proc/meminfo: memFree=1662200/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=15680 CPUtime=0.09
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 3496 0 0 0 8 1 0 0 20 0 1 0 24516348 16056320 3054 1992294400 4194304 8395647 140735705256208 18446744073709551615 6349011 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 3920 3054 412 1026 0 2890 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15680

[startup+0.300725 s]
/proc/loadavg: 1.00 1.00 0.97 3/106 1266
/proc/meminfo: memFree=1662200/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=28652 CPUtime=0.29
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 6534 0 0 0 28 1 0 0 20 0 1 0 24516348 29339648 6092 1992294400 4194304 8395647 140735705256208 18446744073709551615 5028644 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 7163 6092 495 1026 0 6133 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28652

[startup+0.700798 s]
/proc/loadavg: 1.00 1.00 0.97 3/106 1266
/proc/meminfo: memFree=1662200/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=32572 CPUtime=0.69
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 7594 0 0 0 67 2 0 0 20 0 1 0 24516348 33353728 7115 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 8143 7115 579 1026 0 7113 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32572

[startup+1.50094 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1267
/proc/meminfo: memFree=1622140/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=38064 CPUtime=1.49
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 12557 0 0 0 144 5 0 0 22 0 1 0 24516348 38977536 8499 1992294400 4194304 8395647 140735705256208 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 9516 8499 624 1026 0 8486 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38064

[startup+3.10023 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1267
/proc/meminfo: memFree=1629084/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=41500 CPUtime=3.08
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 14156 0 0 0 302 6 0 0 25 0 1 0 24516348 42496000 9417 1992294400 4194304 8395647 140735705256208 18446744073709551615 7385355 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 10375 9417 624 1026 0 9345 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41500

[startup+6.30081 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1267
/proc/meminfo: memFree=1622264/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=45412 CPUtime=6.29
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 15929 0 0 0 620 9 0 0 25 0 1 0 24516348 46501888 10430 1992294400 4194304 8395647 140735705256208 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 11353 10430 625 1026 0 10323 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45412

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1267
/proc/meminfo: memFree=1622140/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=45412 CPUtime=12.69
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 15932 0 0 0 1255 14 0 0 25 0 1 0 24516348 46501888 10433 1992294400 4194304 8395647 140735705256208 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 11353 10433 625 1026 0 10323 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45412

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1267
/proc/meminfo: memFree=1622884/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=44848 CPUtime=25.49
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 16363 0 0 0 2517 32 0 0 25 0 1 0 24516348 45924352 10270 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 11212 10270 626 1026 0 10182 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44848

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1267
/proc/meminfo: memFree=1622760/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=44848 CPUtime=51.06
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 16370 0 0 0 5033 73 0 0 25 0 1 0 24516348 45924352 10277 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 11212 10277 631 1026 0 10182 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 44848

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1269
/proc/meminfo: memFree=1620032/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=47632 CPUtime=102.25
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 17049 0 0 0 10072 153 0 0 25 0 1 0 24516348 48775168 10956 1992294400 4194304 8395647 140735705256208 18446744073709551615 6721244 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 11908 10956 631 1026 0 10878 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 47632

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1271
/proc/meminfo: memFree=1617304/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=50608 CPUtime=162.22
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 18400 0 0 0 15978 244 0 0 25 0 1 0 24516348 51822592 11715 1992294400 4194304 8395647 140735705256208 18446744073709551615 6697359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 12652 11715 632 1026 0 11622 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 50608

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1273
/proc/meminfo: memFree=1612220/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=55180 CPUtime=222.2
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 19615 0 0 0 21879 341 0 0 25 0 1 0 24516348 56504320 12906 1992294400 4194304 8395647 140735705256208 18446744073709551615 6585848 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 13795 12906 631 1026 0 12765 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 55180

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1273
/proc/meminfo: memFree=1607384/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=59996 CPUtime=282.18
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 20827 0 0 0 27780 438 0 0 25 0 1 0 24516348 61435904 14116 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 14999 14116 631 1026 0 13969 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 59996

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1275
/proc/meminfo: memFree=1601432/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=65892 CPUtime=342.16
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 22361 0 0 0 33688 528 0 0 25 0 1 0 24516348 67473408 15591 1992294400 4194304 8395647 140735705256208 18446744073709551615 6693542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 16473 15591 631 1026 0 15443 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 65892

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1277
/proc/meminfo: memFree=1595480/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=71824 CPUtime=402.14
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 23849 0 0 0 39597 617 0 0 25 0 1 0 24516348 73547776 17057 1992294400 4194304 8395647 140735705256208 18446744073709551615 5006158 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 17956 17057 631 1026 0 16926 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 71824

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1279
/proc/meminfo: memFree=1590396/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=77032 CPUtime=462.11
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 25116 0 0 0 45505 706 0 0 25 0 1 0 24516348 78880768 18312 1992294400 4194304 8395647 140735705256208 18446744073709551615 6023135 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 19258 18312 631 1026 0 18228 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 77032

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1281
/proc/meminfo: memFree=1584692/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=82316 CPUtime=522.1
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 26529 0 0 0 51412 798 0 0 25 0 1 0 24516348 84291584 19696 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 20579 19696 631 1026 0 19549 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 82316

[startup+582.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1281
/proc/meminfo: memFree=1579980/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=87184 CPUtime=582.08
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 27768 0 0 0 57321 887 0 0 25 0 1 0 24516348 89276416 20918 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 21796 20918 631 1026 0 20766 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 87184

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1283
/proc/meminfo: memFree=1574028/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=93372 CPUtime=642.07
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 29272 0 0 0 63228 979 0 0 25 0 1 0 24516348 95612928 22411 1992294400 4194304 8395647 140735705256208 18446744073709551615 4911228 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 23343 22411 633 1026 0 22313 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 93372

[startup+702.301 s]

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

/proc/meminfo: memFree=1553072/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=113624 CPUtime=1001.94
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 34497 0 0 0 98675 1519 0 0 25 0 1 0 24516348 116350976 27549 1992294400 4194304 8395647 140735705256208 18446744073709551615 4448027 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 28406 27549 631 1026 0 27376 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 113624

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1295
/proc/meminfo: memFree=1550592/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=115996 CPUtime=1061.92
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 35106 0 0 0 104578 1614 0 0 25 0 1 0 24516348 118779904 28158 1992294400 4194304 8395647 140735705256208 18446744073709551615 6739337 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 28999 28158 631 1026 0 27969 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 115996

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1297
/proc/meminfo: memFree=1546996/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=119780 CPUtime=1121.9
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 35987 0 0 0 110476 1714 0 0 25 0 1 0 24516348 122654720 29038 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 29945 29038 631 1026 0 28915 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 119780

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1297
/proc/meminfo: memFree=1544516/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=122236 CPUtime=1181.88
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 36594 0 0 0 116376 1812 0 0 25 0 1 0 24516348 125169664 29645 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 30559 29645 631 1026 0 29529 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 122236

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/107 1299
/proc/meminfo: memFree=1540796/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=125584 CPUtime=1241.86
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 37506 0 0 0 122285 1901 0 0 25 0 1 0 24516348 128598016 30547 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 31396 30547 631 1026 0 30366 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 125584

[startup+1302.3 s]
/proc/loadavg: 1.05 1.01 0.98 2/107 1301
/proc/meminfo: memFree=1536828/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=129904 CPUtime=1301.84
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 38567 0 0 0 128188 1996 0 0 25 0 1 0 24516348 133021696 31548 1992294400 4194304 8395647 140735705256208 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 32476 31548 631 1026 0 31446 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 129904

[startup+1362.3 s]
/proc/loadavg: 1.02 1.01 0.98 2/107 1303
/proc/meminfo: memFree=1532488/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=134164 CPUtime=1361.82
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 39704 0 0 0 134087 2095 0 0 25 0 1 0 24516348 137383936 32637 1992294400 4194304 8395647 140735705256208 18446744073709551615 4729183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 33541 32637 631 1026 0 32511 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 134164

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1305
/proc/meminfo: memFree=1528768/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=137604 CPUtime=1421.8
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 40693 0 0 0 139994 2186 0 0 25 0 1 0 24516348 140906496 33555 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 34401 33555 631 1026 0 33371 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 137604

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1305
/proc/meminfo: memFree=1525860/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=140188 CPUtime=1481.77
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 41340 0 0 0 145896 2281 0 0 25 0 1 0 24516348 143552512 34202 1992294400 4194304 8395647 140735705256208 18446744073709551615 5026538 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 35047 34202 631 1026 0 34017 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 140188

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1307
/proc/meminfo: memFree=1524000/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=142200 CPUtime=1541.76
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 41840 0 0 0 151808 2368 0 0 25 0 1 0 24516348 145612800 34702 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 35550 34702 631 1026 0 34520 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 142200

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1309
/proc/meminfo: memFree=1520280/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=145856 CPUtime=1601.74
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 42779 0 0 0 157719 2455 0 0 25 0 1 0 24516348 149356544 35615 1992294400 4194304 8395647 140735705256208 18446744073709551615 6723944 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 36464 35615 631 1026 0 35434 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 145856

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1311
/proc/meminfo: memFree=1517428/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=148580 CPUtime=1661.72
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 43484 0 0 0 163626 2546 0 0 25 0 1 0 24516348 152145920 36306 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 37145 36306 631 1026 0 36115 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 148580

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1313
/proc/meminfo: memFree=1516560/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=149416 CPUtime=1721.69
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 43690 0 0 0 169537 2632 0 0 25 0 1 0 24516348 153001984 36512 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 37354 36512 631 1026 0 36324 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 149416

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1313
/proc/meminfo: memFree=1515940/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=149980 CPUtime=1781.67
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 43821 0 0 0 175446 2721 0 0 25 0 1 0 24516348 153579520 36643 1992294400 4194304 8395647 140735705256208 18446744073709551615 6696971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 37495 36643 631 1026 0 36465 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 149980

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1315
/proc/meminfo: memFree=1515940/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=149980 CPUtime=1784.87
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 43821 0 0 0 175762 2725 0 0 25 0 1 0 24516348 153579520 36643 1992294400 4194304 8395647 140735705256208 18446744073709551615 6160709 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 37495 36643 631 1026 0 36465 0
Current children cumulated CPU time (s) 1784.87
Current children cumulated vsize (KiB) 149980

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1315
/proc/meminfo: memFree=1515692/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=150180 CPUtime=1788.07
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 43883 0 0 0 176075 2732 0 0 25 0 1 0 24516348 153784320 36705 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 37545 36705 631 1026 0 36515 0
Current children cumulated CPU time (s) 1788.07
Current children cumulated vsize (KiB) 150180

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1315
/proc/meminfo: memFree=1515692/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=150180 CPUtime=1788.87
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 43883 0 0 0 176155 2732 0 0 25 0 1 0 24516348 153784320 36705 1992294400 4194304 8395647 140735705256208 18446744073709551615 4484350 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 37545 36705 631 1026 0 36515 0
Current children cumulated CPU time (s) 1788.87
Current children cumulated vsize (KiB) 150180

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1315
/proc/meminfo: memFree=1515692/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=150180 CPUtime=1789.27
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 43883 0 0 0 176194 2733 0 0 25 0 1 0 24516348 153784320 36705 1992294400 4194304 8395647 140735705256208 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1266/statm: 37545 36705 631 1026 0 36515 0
Current children cumulated CPU time (s) 1789.27
Current children cumulated vsize (KiB) 150180

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 1315
/proc/meminfo: memFree=1515692/2059040 swapFree=4164940/4192956
[pid=1266] ppid=1264 vsize=150180 CPUtime=1789.47
/proc/1266/stat : 1266 (pbscip.linux.x8) R 1264 1266 1013 0 -1 4202496 43886 0 0 0 176214 2733 0 0 25 0 1 0 24516348 153784320 36708 1992294400 4194304 8395647 140735705256208 18446744073709551615 6345173 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1266/statm: 37545 36708 634 1026 0 36515 0
Current children cumulated CPU time (s) 1789.47
Current children cumulated vsize (KiB) 150180

Child status: 0
Real time (s): 1790.17
CPU time (s): 1789.55
CPU user time (s): 1762.2
CPU system time (s): 27.3508
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 150180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1762.2
system time used= 27.3508
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43889
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= 6446

runsolver used 2.92955 second user time and 8.47471 second system time

The end

Launcher Data

Begin job on node045 at 2010-07-08 06:24:51
IDJOB=2703717
IDBENCH=2944
IDSOLVER=1213
FILE ID=node045/2703717-1278563091
PBS_JOBID= 11239558
Free space on /tmp= 62532 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/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_10.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-2703717-1278563091/watcher-2703717-1278563091 -o /tmp/evaluation-result-2703717-1278563091/solver-2703717-1278563091 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703717-1278563091.opb -t 1800 -m 1800

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=19706283

node045.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.265
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.53
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.265
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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1662728 kB
Buffers:         79724 kB
Cached:         206336 kB
SwapCached:       1476 kB
Active:         157164 kB
Inactive:       162312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1662728 kB
SwapTotal:     4192956 kB
SwapFree:      4164940 kB
Dirty:           10700 kB
Writeback:           0 kB
AnonPages:       31952 kB
Mapped:          13300 kB
Slab:            54992 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181404 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= 62520 MiB
End job on node045 at 2010-07-08 06:54:42