Trace number 2665551

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)97 1800.22 1800.72

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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2665551-1276620848.opb>
0.00/0.09	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1660 constraints
0.00/0.09	c problem read
0.00/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.19	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.19/0.20	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.49/0.50	c    (0.4s) probing: 172/894 (19.2%) - 0 fixings, 0 aggregations, 12 implications, 0 bound changes
0.49/0.50	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.49/0.50	c presolving (5 rounds):
0.49/0.50	c  1 deleted vars, 733 deleted constraints, 1 tightened bounds, 0 added holes, 92 changed sides, 330 changed coefficients
0.49/0.50	c  144 implications, 2 cliques
0.49/0.50	c presolved problem has 894 variables (894 bin, 0 int, 0 impl, 0 cont) and 927 constraints
0.49/0.50	c     195 constraints of type <knapsack>
0.49/0.50	c     732 constraints of type <linear>
0.49/0.50	c transformed objective value is always integral (scale: 1)
0.49/0.50	c Presolving Time: 0.37
0.49/0.50	c - non default parameters ----------------------------------------------------------------------
0.49/0.50	c # SCIP version 1.2.1.2
0.49/0.50	c 
0.49/0.50	c # frequency for displaying node information lines
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.50	c display/freq = 10000
0.49/0.50	c 
0.49/0.50	c # maximal time in seconds to run
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.50	c limits/time = 1799.92
0.49/0.50	c 
0.49/0.50	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.50	c limits/memory = 1620
0.49/0.50	c 
0.49/0.50	c # should presolving try to simplify inequalities
0.49/0.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.50	c constraints/linear/simplifyinequalities = TRUE
0.49/0.50	c 
0.49/0.50	c # should presolving try to simplify knapsacks
0.49/0.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.50	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.50	c 
0.49/0.50	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.50	c separating/rapidlearning/freq = 0
0.49/0.50	c 
0.49/0.50	c -----------------------------------------------------------------------------------------------
0.49/0.50	c start solving
0.49/0.50	c 
0.49/0.54	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.54	c   0.4s|     1 |     0 |   357 |     - |6898k|   0 | 245 | 894 | 927 | 894 | 927 |   0 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
0.89/0.90	c   0.8s|     1 |     0 |   797 |     - |7360k|   0 | 488 | 894 | 927 | 894 | 992 |  65 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
1.19/1.20	c   1.1s|     1 |     0 |  1041 |     - |7853k|   0 | 466 | 894 | 927 | 894 |1080 | 153 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
1.59/1.65	c   1.5s|     1 |     0 |  1369 |     - |8320k|   0 | 522 | 894 | 927 | 894 |1169 | 242 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
2.20/2.25	c   2.1s|     1 |     0 |  1832 |     - |8723k|   0 | 558 | 894 | 927 | 894 |1247 | 320 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
2.69/2.79	c   2.6s|     1 |     0 |  2060 |     - |9052k|   0 | 517 | 894 | 927 | 894 |1317 | 390 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
3.30/3.32	c   3.2s|     1 |     0 |  2130 |     - |9409k|   0 | 516 | 894 | 927 | 894 |1410 | 483 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
6.99/7.06	c   6.8s|     1 |     2 |  2130 |     - |9410k|   0 | 516 | 894 | 927 | 894 |1410 | 483 |   0 |  18 | 4.500000e+01 |      --      |    Inf 
236.44/236.55	c   227s| 10000 |  3853 |584075 |  58.2 |  24M| 114 |   - | 894 |2187 | 894 |1023 | 483 |9915 |4317 | 4.500000e+01 |      --      |    Inf 
355.99/356.17	o 97
355.99/356.17	c c 343s| 17643 |  3805 |952220 |  53.9 |  25M| 118 |   - | 894 |2830 | 894 |1023 | 483 |  20k|5733 | 4.500000e+01 | 9.700000e+01 | 115.56%
392.88/393.04	c   378s| 20000 |  4054 |  1047k|  52.2 |  26M| 118 |   - | 894 |2705 | 894 |1023 | 483 |  24k|6184 | 4.500000e+01 | 9.700000e+01 | 115.56%
526.84/527.05	c   508s| 30000 |  5243 |  1473k|  49.1 |  33M| 130 |  92 | 894 |5170 | 894 |1023 | 483 |  39k|7773 | 4.500000e+01 | 9.700000e+01 | 115.56%
650.41/650.65	c   627s| 40000 |  6445 |  1901k|  47.5 |  40M| 130 | 138 | 894 |3280 | 894 |1023 | 483 |  54k|9083 | 4.500000e+01 | 9.700000e+01 | 115.56%
770.78/771.08	c   744s| 50000 |  7755 |  2326k|  46.5 |  49M| 130 | 195 | 894 |4358 | 894 |1023 | 483 |  68k|  10k| 4.500000e+01 | 9.700000e+01 | 115.56%
887.35/887.61	c   857s| 60000 |  8359 |  2696k|  44.9 |  53M| 130 |  66 | 894 |5231 | 894 |1023 | 483 |  83k|  11k| 4.500000e+01 | 9.700000e+01 | 115.56%
984.02/984.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.02/984.30	c   951s| 70000 |  9466 |  3054k|  43.6 |  61M| 130 |   - | 894 |6495 |   0 |   0 | 483 |  99k|  11k| 4.500000e+01 | 9.700000e+01 | 115.56%
1093.29/1093.64	c  1057s| 80000 | 10354 |  3408k|  42.6 |  68M| 130 | 155 | 894 |6668 | 894 |1023 | 483 | 116k|  13k| 4.500000e+01 | 9.700000e+01 | 115.56%
1192.76/1193.14	c  1153s| 90000 | 10751 |  3736k|  41.5 |  72M| 130 | 119 | 894 |6565 | 894 |1023 | 483 | 132k|  13k| 4.500000e+01 | 9.700000e+01 | 115.56%
1306.73/1307.12	c  1263s|100000 | 11248 |  4094k|  40.9 |  75M| 130 |  40 | 894 |4220 | 894 |1023 | 483 | 147k|  14k| 4.500000e+01 | 9.700000e+01 | 115.56%
1418.51/1418.96	c  1372s|110000 | 12280 |  4474k|  40.7 |  79M| 130 | 117 | 894 |4982 | 894 |1023 | 483 | 163k|  15k| 4.500000e+01 | 9.700000e+01 | 115.56%
1534.07/1534.57	c  1484s|120000 | 13148 |  4849k|  40.4 |  84M| 130 |   - | 894 |5166 |   0 |   0 | 483 | 178k|  16k| 4.500000e+01 | 9.700000e+01 | 115.56%
1645.94/1646.42	c  1592s|130000 | 13873 |  5226k|  40.2 |  88M| 130 |  98 | 894 |4296 | 894 |1023 | 483 | 193k|  17k| 4.500000e+01 | 9.700000e+01 | 115.56%
1759.42/1759.91	c  1702s|140000 | 14561 |  5588k|  39.9 |  93M| 130 |  62 | 894 |4391 | 894 |1023 | 483 | 208k|  17k| 4.500000e+01 | 9.700000e+01 | 115.56%
1800.01/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.50	c 
1800.01/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.50	c Solving Time (sec) : 1740.93
1800.01/1800.50	c Solving Nodes      : 143683
1800.01/1800.50	c Primal Bound       : +9.70000000000000e+01 (1 solutions)
1800.01/1800.50	c Dual Bound         : +4.50000000000000e+01
1800.01/1800.50	c Gap                : 115.56 %
1800.01/1800.51	s SATISFIABLE
1800.01/1800.51	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 
1800.01/1800.51	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 
1800.01/1800.51	v x126 x127 x128 x129 x130 -x131 -x132 x133 x134 x135 x136 x137 -x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 
1800.01/1800.51	v x151 x152 -x153 x154 x155 -x156 x157 -x158 x159 x160 x161 x162 x163 x164 x165 -x166 -x167 x168 x169 x170 x171 x172 -x173 
1800.01/1800.51	v -x174 x175 x176 x177 x178 x179 -x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 -x191 -x192 x193 x194 -x195 -x196 x197 
1800.01/1800.51	v -x198 x199 -x200 x201 x202 x203 x204 x205 x206 -x207 x208 x209 x210 x211 x212 -x213 x214 x215 x216 x217 x218 -x219 x220 x221 
1800.01/1800.51	v x222 x223 x224 x225 x226 x227 x228 x229 -x230 -x231 x232 x233 -x234 -x235 x236 -x237 x238 -x239 x240 x241 x242 x243 x244 x245 
1800.01/1800.51	v x246 x247 x248 x249 x250 x251 x252 x253 x254 x255 x256 x257 x258 x259 x260 x261 x262 x263 x264 -x265 -x266 x267 x268 -x269 
1800.01/1800.51	v -x270 x271 -x272 x273 -x274 x275 x276 x277 x278 x279 x280 x281 x282 -x283 -x284 x285 x286 -x287 -x288 x289 x290 -x291 -x292 x293 
1800.01/1800.51	v x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 x306 x307 -x308 x309 x310 -x311 -x312 x313 -x314 -x315 
1800.01/1800.51	v x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 x330 -x331 x332 -x333 x334 -x335 x336 -x337 
1800.01/1800.51	v x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 x358 
1800.01/1800.51	v x359 x360 x361 x362 -x363 -x364 x365 x366 x367 x368 x369 -x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 
1800.01/1800.51	v x383 x384 -x385 x386 x387 -x388 x389 -x390 -x391 -x392 x393 x394 x395 x396 x397 -x398 -x399 x400 x401 x402 x403 x404 -x405 x406 
1800.01/1800.51	v x407 x408 x409 x410 x411 x412 x413 x414 x415 -x416 -x417 x418 x419 -x420 -x421 x422 -x423 x424 -x425 -x426 x427 x428 x429 
1800.01/1800.51	v x430 x431 -x432 x433 x434 x435 x436 x437 -x438 x439 x440 x441 x442 x443 x444 x445 x446 x447 x448 -x449 -x450 x451 x452 -x453 
1800.01/1800.51	v -x454 x455 -x456 x457 -x458 x459 x460 x461 x462 x463 x464 x465 x466 x467 x468 x469 x470 x471 x472 x473 x474 x475 x476 x477 x478 
1800.01/1800.51	v -x479 -x480 x481 x482 -x483 -x484 x485 -x486 x487 -x488 x489 x490 x491 x492 -x493 -x494 x495 x496 -x497 -x498 x499 x500 -x501 
1800.01/1800.51	v -x502 x503 x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 x516 x517 -x518 -x519 x520 -x521 -x522 
1800.01/1800.51	v x523 -x524 -x525 x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 x537 -x538 x539 -x540 x541 -x542 x543 -x544 
1800.01/1800.51	v -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x559 
1800.01/1800.51	v -x560 x561 x562 x563 x564 x565 -x566 x567 x568 x569 x570 x571 x572 x573 x574 x575 x576 x577 x578 x579 x580 -x581 x582 x583 x584 
1800.01/1800.51	v x585 x586 -x587 x588 x589 x590 x591 x592 -x593 x594 x595 x596 x597 x598 x599 x600 x601 x602 x603 x604 x605 x606 x607 -x608 
1800.01/1800.51	v x609 x610 x611 x612 x613 x614 x615 x616 x617 x618 x619 x620 x621 x622 x623 x624 x625 x626 x627 x628 x629 x630 x631 x632 -x633 
1800.01/1800.51	v x634 x635 x636 x637 x638 x639 x640 x641 x642 x643 x644 x645 x646 x647 x648 x649 x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 
1800.01/1800.51	v -x658 -x659 -x660 -x661 x662 x663 -x664 x665 x666 -x667 x668 x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 
1800.01/1800.51	v x679 x680 x681 x682 x683 x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 x692 x693 x694 -x695 -x696 -x697 -x698 -x13 -x12 -x11 
1800.01/1800.51	v x10 x9 -x8 -x7 x699 x700 x701 x702 x703 x704 x705 x706 x707 x708 x709 x710 x711 x712 x713 x714 x715 x716 x717 x718 x719 x720 
1800.01/1800.51	v x721 x722 x723 x724 x725 x726 x727 x728 x729 x730 x731 x732 x733 -x734 x735 x736 x737 x738 x739 x740 x741 x742 x743 x744 x745 
1800.01/1800.51	v x746 x747 -x748 -x749 -x750 x751 -x752 -x753 -x754 -x755 -x756 -x757 x758 x759 x760 -x761 x762 x763 -x764 -x765 -x766 -x767 
1800.01/1800.51	v -x768 -x769 -x770 -x771 -x772 x773 x774 x775 x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 x784 x785 -x786 -x787 -x788 -x789 
1800.01/1800.51	v -x27 -x26 -x25 x24 x23 x22 x21 x790 x791 x792 x793 x794 x795 x796 x797 x798 -x799 x800 x801 x802 x803 x804 x805 x806 x807 x808 
1800.01/1800.51	v -x809 -x810 -x811 x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 x820 x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 
1800.01/1800.51	v -x830 x831 x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 x840 -x841 -x842 -x843 -x844 -x34 -x33 -x32 x31 x30 -x29 x28 -x845 
1800.01/1800.51	v -x846 -x847 x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 
1800.01/1800.51	v -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x41 -x40 -x39 x38 x37 -x36 -x35 -x875 -x876 x877 -x878 x879 -x880 -x881 x882 
1800.01/1800.51	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 
1800.01/1800.51	v -x894 -x69 x68 x67 -x66 -x65 x64 -x63 -x62 x61 -x60 x59 x58 x57 -x56 x895 x6 x5 -x4 x3 -x2 -x1 
1800.01/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.51	c Solving Time       :    1740.93
1800.01/1800.51	c Original Problem   :
1800.01/1800.51	c   Problem name     : HOME/instance-2665551-1276620848.opb
1800.01/1800.51	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.51	c   Constraints      : 1660 initial, 1660 maximal
1800.01/1800.51	c Presolved Problem  :
1800.01/1800.51	c   Problem name     : t_HOME/instance-2665551-1276620848.opb
1800.01/1800.51	c   Variables        : 894 (894 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.51	c   Constraints      : 927 initial, 7712 maximal
1800.01/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   probing          :       0.30          0          0          0          0          0          0          0          0
1800.01/1800.51	c   knapsack         :       0.00          0          0          0          0          0          0         48        182
1800.01/1800.51	c   linear           :       0.07          1          0          0          1          0        733         44        148
1800.01/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   root node        :          -          1          -          -          1          -          -          -          -
1800.01/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.51	c   integral         :          0          0          0      93549          0        130      10162          0          0     181746
1800.01/1800.51	c   knapsack         :        195          6     622285          0          0       6879     792488        462          0          0
1800.01/1800.51	c   linear           :        732          6     615406          0          0      44130    6776536          0          0          0
1800.01/1800.51	c   logicor          :          0+         0     285476          0          0       2633     251380          0          0          0
1800.01/1800.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.51	c   integral         :     217.29       0.00       0.00     217.29       0.00
1800.01/1800.51	c   knapsack         :      65.21       0.03      65.18       0.00       0.00
1800.01/1800.51	c   linear           :     357.19       0.00     357.19       0.00       0.00
1800.01/1800.51	c   logicor          :      33.54       0.00      33.54       0.00       0.00
1800.01/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.51	c   vbounds          :       0.36          2          0          0
1800.01/1800.51	c   rootredcost      :       0.49          1          0          0
1800.01/1800.51	c   pseudoobj        :       1.06     621964         28        648
1800.01/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.51	c   propagation      :      10.28      53670      53664     586370       35.5       2779       22.1          -
1800.01/1800.51	c   infeasible LP    :      10.49      17206      17204     111428       29.4       2179       19.2          0
1800.01/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.51	c   applied globally :          -          -          -     213669       27.8          -          -          -
1800.01/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.51	c   cut pool         :       0.00          5          -          -        584          -    (maximal pool size: 3316)
1800.01/1800.51	c   redcost          :       2.87      94010          0        866          0          0
1800.01/1800.51	c   impliedbounds    :       0.00          6          0          0          4          0
1800.01/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.51	c   gomory           :       0.23          6          0          0         45          0
1800.01/1800.51	c   strongcg         :       0.24          6          0          0         25          0
1800.01/1800.51	c   cmir             :       0.91          6          0          0       2261          0
1800.01/1800.51	c   flowcover        :       0.57          6          0          0       1201          0
1800.01/1800.51	c   clique           :       0.00          6          0          0          0          0
1800.01/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.51	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.51	c   rapidlearning    :       0.09          1          0          0          0          0
1800.01/1800.51	c Pricers            :       Time      Calls       Vars
1800.01/1800.51	c   problem variables:       0.00          0          0
1800.01/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.51	c   relpscost        :     217.05      93549        130      10162          0          0     181746
1800.01/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.51	c   LP solutions     :       0.00          -          0
1800.01/1800.51	c   pseudo solutions :       0.00          -          0
1800.01/1800.51	c   crossover        :       0.10          0          0
1800.01/1800.51	c   intshifting      :       0.01          0          0
1800.01/1800.51	c   oneopt           :       0.23          1          0
1800.01/1800.51	c   linesearchdiving :       5.06         98          0
1800.01/1800.51	c   guideddiving     :       7.79         99          0
1800.01/1800.51	c   coefdiving       :       4.63         99          1
1800.01/1800.51	c   pscostdiving     :      12.71         99          0
1800.01/1800.51	c   fracdiving       :       3.10         99          0
1800.01/1800.51	c   veclendiving     :       8.18         99          0
1800.01/1800.51	c   objpscostdiving  :       1.82         50          0
1800.01/1800.51	c   rootsoldiving    :       5.08         50          0
1800.01/1800.51	c   feaspump         :       1.02         50          0
1800.01/1800.51	c   trivial          :       0.00          2          0
1800.01/1800.51	c   simplerounding   :       0.16          0          0
1800.01/1800.51	c   zirounding       :       0.24       1000          0
1800.01/1800.51	c   rounding         :       1.35       4244          0
1800.01/1800.51	c   shifting         :      10.31       1303          0
1800.01/1800.51	c   twoopt           :       0.00          0          0
1800.01/1800.51	c   fixandinfer      :       0.00          0          0
1800.01/1800.51	c   intdiving        :       0.00          0          0
1800.01/1800.51	c   actconsdiving    :       0.00          0          0
1800.01/1800.51	c   octane           :       0.00          0          0
1800.01/1800.51	c   rens             :       0.01          0          0
1800.01/1800.51	c   rins             :       0.00          0          0
1800.01/1800.51	c   localbranching   :       0.00          0          0
1800.01/1800.51	c   mutation         :       0.00          0          0
1800.01/1800.51	c   dins             :       0.00          0          0
1800.01/1800.51	c   undercover       :       0.00          0          0
1800.01/1800.51	c   nlp              :       0.10          0          0
1800.01/1800.51	c   trysol           :       0.17          0          0
1800.01/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.51	c   dual LP          :     812.74     108977    5549669      50.93    6828.34
1800.01/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.51	c   diving/probing LP:      36.54       7817     166775      21.33    4564.18
1800.01/1800.51	c   strong branching :     207.04      18262    1135215      62.16    5483.07
1800.01/1800.51	c     (at root node) :          -         18       9338     518.78          -
1800.01/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.51	c B&B Tree           :
1800.01/1800.51	c   number of runs   :          1
1800.01/1800.51	c   nodes            :     143683
1800.01/1800.51	c   nodes (total)    :     143683
1800.01/1800.51	c   nodes left       :      14770
1800.01/1800.51	c   max depth        :        130
1800.01/1800.51	c   max depth (total):        130
1800.01/1800.51	c   backtracks       :      23550 (16.4%)
1800.01/1800.51	c   delayed cutoffs  :      21513
1800.01/1800.51	c   repropagations   :     219093 (2439205 domain reductions, 15753 cutoffs)
1800.01/1800.51	c   avg switch length:       6.59
1800.01/1800.51	c   switching time   :     116.40
1800.01/1800.51	c Solution           :
1800.01/1800.51	c   Solutions found  :          1 (1 improvements)
1800.01/1800.51	c   First Solution   : +9.70000000000000e+01   (in run 1, after 17643 nodes, 342.58 seconds, depth 270, found by <coefdiving>)
1800.01/1800.51	c   Primal Bound     : +9.70000000000000e+01   (in run 1, after 17643 nodes, 342.58 seconds, depth 270, found by <coefdiving>)
1800.01/1800.51	c   Dual Bound       : +4.50000000000000e+01
1800.01/1800.51	c   Gap              :     115.56 %
1800.01/1800.51	c   Root Dual Bound  : +4.50000000000000e+01
1800.01/1800.51	c   Root Iterations  :       2130
1800.20/1800.71	c Time complete: 1800.22.

Verifier Data

OK	97

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665551-1276620848/watcher-2665551-1276620848 -o /tmp/evaluation-result-2665551-1276620848/solver-2665551-1276620848 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665551-1276620848.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: 2.00 2.06 1.90 3/105 12327
/proc/meminfo: memFree=1390984/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=9288 CPUtime=0
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 1150 0 0 0 0 0 0 0 24 0 1 0 3378659 9510912 1071 1992294400 4194304 9819077 140733811776112 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12327/statm: 2322 1081 371 1374 0 943 0

[startup+0.0104041 s]
/proc/loadavg: 2.00 2.06 1.90 3/105 12327
/proc/meminfo: memFree=1390984/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=10564 CPUtime=0
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 1555 0 0 0 0 0 0 0 24 0 1 0 3378659 10817536 1476 1992294400 4194304 9819077 140733811776112 18446744073709551615 4700019 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12327/statm: 2641 1479 386 1374 0 1262 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10564

[startup+0.10139 s]
/proc/loadavg: 2.00 2.06 1.90 3/105 12327
/proc/meminfo: memFree=1390984/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=15604 CPUtime=0.09
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 3240 0 0 0 9 0 0 0 25 0 1 0 3378659 15978496 2807 1992294400 4194304 9819077 140733811776112 18446744073709551615 8656455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 3935 2813 429 1374 0 2556 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15604

[startup+0.301412 s]
/proc/loadavg: 2.00 2.06 1.90 3/105 12327
/proc/meminfo: memFree=1390984/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=27600 CPUtime=0.29
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 8313 0 0 0 27 2 0 0 25 0 1 0 3378659 28262400 5567 1992294400 4194304 9819077 140733811776112 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 6900 5567 512 1374 0 5521 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27600

[startup+0.701457 s]
/proc/loadavg: 2.00 2.06 1.90 3/105 12327
/proc/meminfo: memFree=1390984/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=34092 CPUtime=0.69
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 10455 0 0 0 66 3 0 0 25 0 1 0 3378659 34910208 6901 1992294400 4194304 9819077 140733811776112 18446744073709551615 6043570 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 8523 6901 667 1374 0 7144 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34092

[startup+1.50055 s]
/proc/loadavg: 2.00 2.06 1.90 2/106 12328
/proc/meminfo: memFree=1364564/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=37128 CPUtime=1.49
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 17100 0 0 0 143 6 0 0 25 0 1 0 3378659 38019072 7402 1992294400 4194304 9819077 140733811776112 18446744073709551615 4310641 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 9282 7402 695 1374 0 7903 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37128

[startup+3.10073 s]
/proc/loadavg: 2.00 2.06 1.90 2/106 12328
/proc/meminfo: memFree=1362580/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=41312 CPUtime=3.09
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 20500 0 0 0 302 7 0 0 25 0 1 0 3378659 42303488 8043 1992294400 4194304 9819077 140733811776112 18446744073709551615 6053302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 10328 8043 695 1374 0 8949 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41312

[startup+6.30109 s]
/proc/loadavg: 1.92 2.04 1.89 2/106 12328
/proc/meminfo: memFree=1360100/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=47944 CPUtime=6.29
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 45845 0 0 0 612 17 0 0 25 0 1 0 3378659 49094656 8249 1992294400 4194304 9819077 140733811776112 18446744073709551615 7290944 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 11986 8249 701 1374 0 10607 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47944

[startup+12.7008 s]
/proc/loadavg: 1.85 2.02 1.89 2/106 12328
/proc/meminfo: memFree=1360720/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=44048 CPUtime=12.69
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 148042 0 0 0 1218 51 0 0 25 0 1 0 3378659 45105152 8033 1992294400 4194304 9819077 140733811776112 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 11012 8033 705 1374 0 9633 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44048

[startup+25.5012 s]
/proc/loadavg: 1.66 1.97 1.87 2/106 12328
/proc/meminfo: memFree=1360844/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=42044 CPUtime=25.48
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 363252 0 0 0 2426 122 0 0 25 0 1 0 3378659 43053056 8019 1992294400 4194304 9819077 140733811776112 18446744073709551615 7295968 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 10511 8019 705 1374 0 9132 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42044

[startup+51.1011 s]
/proc/loadavg: 1.43 1.89 1.85 2/106 12330
/proc/meminfo: memFree=1358860/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=43492 CPUtime=51.07
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 656395 0 0 0 4867 240 0 0 25 0 1 0 3378659 44535808 8571 1992294400 4194304 9819077 140733811776112 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 10873 8571 726 1374 0 9494 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 43492

[startup+102.309 s]
/proc/loadavg: 1.19 1.75 1.80 2/106 12330
/proc/meminfo: memFree=1353776/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=46704 CPUtime=102.27
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 1096939 0 0 0 9790 437 0 0 25 0 1 0 3378659 47824896 9828 1992294400 4194304 9819077 140733811776112 18446744073709551615 7309004 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 11676 9828 726 1374 0 10297 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 46704

[startup+162.302 s]
/proc/loadavg: 1.07 1.61 1.75 2/106 12332
/proc/meminfo: memFree=1345716/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=53896 CPUtime=162.24
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 1535919 0 0 0 15570 654 0 0 25 0 1 0 3378659 55189504 11726 1992294400 4194304 9819077 140733811776112 18446744073709551615 7291729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 13474 11728 726 1374 0 12095 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 53896

[startup+222.301 s]
/proc/loadavg: 1.08 1.51 1.70 2/106 12334
/proc/meminfo: memFree=1340632/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=58644 CPUtime=222.23
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 1988703 0 0 0 21345 878 0 0 25 0 1 0 3378659 60051456 12984 1992294400 4194304 9819077 140733811776112 18446744073709551615 5893857 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 14661 12984 726 1374 0 13282 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 58644

[startup+282.301 s]
/proc/loadavg: 1.03 1.42 1.66 2/106 12336
/proc/meminfo: memFree=1332076/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=67212 CPUtime=282.21
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 2374904 0 0 0 27130 1091 0 0 25 0 1 0 3378659 68825088 15165 1992294400 4194304 9819077 140733811776112 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 16401 15146 726 1374 0 15022 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 67212

[startup+342.302 s]
/proc/loadavg: 1.01 1.34 1.61 2/106 12336
/proc/meminfo: memFree=1326248/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=73660 CPUtime=342.2
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 2750154 0 0 0 32928 1292 0 0 25 0 1 0 3378659 75427840 16585 1992294400 4194304 9819077 140733811776112 18446744073709551615 4660129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 18415 16585 726 1374 0 17036 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 73660

[startup+402.302 s]
/proc/loadavg: 1.00 1.27 1.57 2/106 12338
/proc/meminfo: memFree=1324016/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=78996 CPUtime=402.18
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 3108099 0 0 0 38723 1495 0 0 25 0 1 0 3378659 80891904 17175 1992294400 4194304 9819077 140733811776112 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 19749 17175 726 1374 0 18370 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 78996

[startup+462.301 s]
/proc/loadavg: 1.00 1.22 1.53 2/106 12349
/proc/meminfo: memFree=1321660/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=78572 CPUtime=462.16
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 3458251 0 0 0 44529 1687 0 0 25 0 1 0 3378659 80457728 17653 1992294400 4194304 9819077 140733811776112 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 19643 17653 726 1374 0 18264 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 78572

[startup+522.301 s]
/proc/loadavg: 1.00 1.18 1.50 2/106 12351
/proc/meminfo: memFree=1318808/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=82288 CPUtime=522.14
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 3787894 0 0 0 50337 1877 0 0 25 0 1 0 3378659 84262912 18426 1992294400 4194304 9819077 140733811776112 18446744073709551615 4979703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 20572 18426 726 1374 0 19193 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 82288

[startup+582.302 s]
/proc/loadavg: 1.00 1.14 1.46 2/106 12353
/proc/meminfo: memFree=1316700/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=84140 CPUtime=582.13
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 4105828 0 0 0 56143 2070 0 0 25 0 1 0 3378659 86159360 18949 1992294400 4194304 9819077 140733811776112 18446744073709551615 4852046 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 21035 18949 726 1374 0 19656 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 84140

[startup+642.302 s]
/proc/loadavg: 1.00 1.11 1.43 2/106 12353
/proc/meminfo: memFree=1312608/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=89076 CPUtime=642.12
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 4415985 0 0 0 61949 2263 0 0 25 0 1 0 3378659 91213824 20005 1992294400 4194304 9819077 140733811776112 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 22269 20005 726 1374 0 20890 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 89076

[startup+702.301 s]

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

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.30 2/106 12361
/proc/meminfo: memFree=1289916/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=112140 CPUtime=942.03
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 5883282 0 0 0 91009 3194 0 0 25 0 1 0 3378659 114831360 25649 1992294400 4194304 9819077 140733811776112 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 28035 25649 726 1374 0 26656 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 112140

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/106 12363
/proc/meminfo: memFree=1284212/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=120916 CPUtime=1002.01
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 6134092 0 0 0 96833 3368 0 0 25 0 1 0 3378659 123817984 27027 1992294400 4194304 9819077 140733811776112 18446744073709551615 7312766 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 30229 27027 726 1374 0 28850 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 120916

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/106 12365
/proc/meminfo: memFree=1280988/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=121688 CPUtime=1061.99
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 6435455 0 0 0 102630 3569 0 0 25 0 1 0 3378659 124608512 27807 1992294400 4194304 9819077 140733811776112 18446744073709551615 4978478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 30422 27807 726 1374 0 29043 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 121688

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/106 12367
/proc/meminfo: memFree=1275160/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=127852 CPUtime=1121.98
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 6738456 0 0 0 108434 3764 0 0 25 0 1 0 3378659 130920448 29203 1992294400 4194304 9819077 140733811776112 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 31963 29203 726 1374 0 30584 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 127852

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/106 12369
/proc/meminfo: memFree=1271440/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=135760 CPUtime=1181.97
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 6979514 0 0 0 114252 3945 0 0 25 0 1 0 3378659 139018240 30210 1992294400 4194304 9819077 140733811776112 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 33940 30210 726 1374 0 32561 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 135760

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/106 12369
/proc/meminfo: memFree=1268836/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=134636 CPUtime=1241.95
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 7241660 0 0 0 120075 4120 0 0 25 0 1 0 3378659 137867264 30747 1992294400 4194304 9819077 140733811776112 18446744073709551615 4651872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 33659 30747 726 1374 0 32280 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 134636

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/106 12371
/proc/meminfo: memFree=1266604/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=136788 CPUtime=1301.94
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 7555972 0 0 0 125885 4309 0 0 25 0 1 0 3378659 140070912 31212 1992294400 4194304 9819077 140733811776112 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 34197 31212 726 1374 0 32818 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 136788

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/106 12373
/proc/meminfo: memFree=1264248/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=138704 CPUtime=1361.91
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 7886943 0 0 0 131685 4506 0 0 25 0 1 0 3378659 142032896 31758 1992294400 4194304 9819077 140733811776112 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 34676 31758 726 1374 0 33297 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 138704

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.16 2/106 12375
/proc/meminfo: memFree=1259164/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=145160 CPUtime=1421.91
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 8157865 0 0 0 137501 4690 0 0 25 0 1 0 3378659 148643840 33106 1992294400 4194304 9819077 140733811776112 18446744073709551615 6367485 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 36290 33106 726 1374 0 34911 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 145160

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/106 12377
/proc/meminfo: memFree=1256188/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=148000 CPUtime=1481.88
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 8446711 0 0 0 143308 4880 0 0 25 0 1 0 3378659 151552000 33806 1992294400 4194304 9819077 140733811776112 18446744073709551615 4948333 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 37000 33806 726 1374 0 35621 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 148000

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/106 12377
/proc/meminfo: memFree=1253832/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=154460 CPUtime=1541.87
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 8770196 0 0 0 149111 5076 0 0 25 0 1 0 3378659 158167040 34499 1992294400 4194304 9819077 140733811776112 18446744073709551615 7292289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 38615 34499 726 1374 0 37236 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 154460

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/106 12379
/proc/meminfo: memFree=1252344/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=152364 CPUtime=1601.85
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 9069090 0 0 0 154914 5271 0 0 25 0 1 0 3378659 156020736 34775 1992294400 4194304 9819077 140733811776112 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 38091 34775 726 1374 0 36712 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 152364

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/106 12381
/proc/meminfo: memFree=1248748/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=156024 CPUtime=1661.83
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 9331269 0 0 0 160736 5447 0 0 25 0 1 0 3378659 159768576 35630 1992294400 4194304 9819077 140733811776112 18446744073709551615 4979712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 39006 35630 726 1374 0 37627 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 156024

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/106 12383
/proc/meminfo: memFree=1245896/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=159052 CPUtime=1721.81
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 9656316 0 0 0 166535 5646 0 0 25 0 1 0 3378659 162869248 36336 1992294400 4194304 9819077 140733811776112 18446744073709551615 4978462 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 39763 36336 726 1374 0 38384 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 159052

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/106 12385
/proc/meminfo: memFree=1241556/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=164108 CPUtime=1781.8
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 9967138 0 0 0 172338 5842 0 0 25 0 1 0 3378659 168046592 37448 1992294400 4194304 9819077 140733811776112 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 41027 37448 726 1374 0 39648 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 164108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/106 12385
/proc/meminfo: memFree=1241060/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=163956 CPUtime=1800.01
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 10056290 0 0 0 174101 5900 0 0 25 0 1 0 3378659 167890944 37497 1992294400 4194304 9819077 140733811776112 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12327/statm: 40989 37497 726 1374 0 39610 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 163956

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 12386
/proc/meminfo: memFree=1241052/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=163724 CPUtime=1800.11
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 10056295 0 0 0 174111 5900 0 0 25 0 1 0 3378659 167653376 37442 1992294400 4194304 9819077 140733811776112 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12327/statm: 40931 37442 729 1374 0 39552 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 163724

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 12386
/proc/meminfo: memFree=1241052/2059040 swapFree=4192956/4192956
[pid=12327] ppid=12325 vsize=81752 CPUtime=1800.2
/proc/12327/stat : 12327 (pbscip.linux.x8) R 12325 12327 11957 0 -1 4202496 10056295 0 0 0 174119 5901 0 0 25 0 1 0 3378659 83714048 16689 1992294400 4194304 9819077 140733811776112 18446744073709551615 8875210 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12327/statm: 20438 16689 729 1374 0 19059 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 81752

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.22
CPU user time (s): 1741.2
CPU system time (s): 59.021
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 168656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1741.2
system time used= 59.021
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10056299
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= 1
involuntary context switches= 19922

runsolver used 3.16552 second user time and 8.32173 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-15 18:54:08
IDJOB=2665551
IDBENCH=2944
IDSOLVER=1168
FILE ID=node085/2665551-1276620848
PBS_JOBID= 11172305
Free space on /tmp= 121872 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) 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.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665551-1276620848/watcher-2665551-1276620848 -o /tmp/evaluation-result-2665551-1276620848/solver-2665551-1276620848 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665551-1276620848.opb -t 1800 -m 1800

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=2132082295

node085.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.221
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.44
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.221
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	: 5999.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1391388 kB
Buffers:         83728 kB
Cached:         442632 kB
SwapCached:          0 kB
Active:         227148 kB
Inactive:       358644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1391388 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6636 kB
Writeback:           0 kB
AnonPages:       59344 kB
Mapped:          15324 kB
Slab:            60236 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182284 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= 121864 MiB
End job on node085 at 2010-06-15 19:24:11