Trace number 2666721

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.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)-11 1800.63 1801.09

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_4.opb
MD5SUM95bfca9fba26d7f8c875796701522876
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-106
Best CPU time to get the best result obtained on this benchmark1798.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [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-2666721-1276667466.opb>
0.09/0.11	c original problem has 7326 variables (7326 bin, 0 int, 0 impl, 0 cont) and 7827 constraints
0.09/0.11	c problem read
0.09/0.11	c presolving settings loaded
0.19/0.22	o 0
0.19/0.22	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.19/0.22	c presolving:
0.49/0.51	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1500 upgd conss, 51608 impls, 1000 clqs
1.00/1.02	c    (0.7s) probing: 101/7326 (1.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.00/1.02	c    (0.7s) probing aborted: 100/100 successive totally useless probings
1.00/1.02	c presolving (2 rounds):
1.00/1.02	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.00/1.02	c  51608 implications, 1000 cliques
1.00/1.02	c presolved problem has 7326 variables (7326 bin, 0 int, 0 impl, 0 cont) and 7827 constraints
1.00/1.02	c    1000 constraints of type <setppc>
1.00/1.02	c    6326 constraints of type <and>
1.00/1.02	c       1 constraints of type <linear>
1.00/1.02	c     500 constraints of type <logicor>
1.00/1.02	c transformed objective value is always integral (scale: 1)
1.00/1.02	c Presolving Time: 0.67
1.00/1.02	c - non default parameters ----------------------------------------------------------------------
1.00/1.02	c # SCIP version 1.2.1.2
1.00/1.02	c 
1.00/1.02	c # frequency for displaying node information lines
1.00/1.02	c # [type: int, range: [-1,2147483647], default: 100]
1.00/1.02	c display/freq = 10000
1.00/1.02	c 
1.00/1.02	c # maximal time in seconds to run
1.00/1.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.02	c limits/time = 1799.89
1.00/1.02	c 
1.00/1.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.02	c limits/memory = 1620
1.00/1.02	c 
1.00/1.02	c # should presolving try to simplify inequalities
1.00/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.02	c constraints/linear/simplifyinequalities = TRUE
1.00/1.02	c 
1.00/1.02	c # should presolving try to simplify knapsacks
1.00/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.02	c constraints/knapsack/simplifyinequalities = TRUE
1.00/1.02	c 
1.00/1.02	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.00/1.02	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.02	c heuristics/undercover/freq = 0
1.00/1.02	c 
1.00/1.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.02	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.02	c separating/rapidlearning/freq = 0
1.00/1.02	c 
1.00/1.02	c -----------------------------------------------------------------------------------------------
1.00/1.02	c start solving
1.00/1.03	c 
269.52/269.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.52/269.63	c t 268s|     1 |     0 | 38860 |     - |  33M|   0 |4648 |7326 |7827 |7326 |  14k|   0 |   0 |   0 |-2.500000e+02 | 0.000000e+00 | 100.00%
269.72/269.81	o -9
269.72/269.81	c s 268s|     1 |     0 | 38860 |     - |  33M|   0 |4648 |7326 |7827 |7326 |  14k|   0 |   0 |   0 |-2.500000e+02 |-9.000000e+00 |  96.40%
363.59/363.75	c   361s|     1 |     0 | 43826 |     - |  35M|   0 |4572 |7326 |7827 |7326 |  14k| 785 |   0 |   0 |-2.500000e+02 |-9.000000e+00 |  96.40%
363.80/363.94	o -11
363.80/363.94	c s 362s|     1 |     0 | 43826 |     - |  35M|   0 |4572 |7326 |7827 |7326 |  14k| 785 |   0 |   0 |-2.500000e+02 |-1.100000e+01 |  95.60%
425.79/425.98	c   423s|     1 |     0 | 48955 |     - |  35M|   0 |4584 |7326 |7827 |7326 |  15k| 971 |   0 |   0 |-2.500000e+02 |-1.100000e+01 |  95.60%
487.17/487.31	c   484s|     1 |     0 | 53657 |     - |  35M|   0 |4581 |7326 |7827 |7326 |  15k|1168 |   0 |   0 |-2.500000e+02 |-1.100000e+01 |  95.60%
549.15/549.34	c   546s|     1 |     0 | 58389 |     - |  35M|   0 |4550 |7326 |7827 |7326 |  15k|1299 |   0 |   0 |-2.500000e+02 |-1.100000e+01 |  95.60%
609.93/610.18	c   607s|     1 |     0 | 63047 |     - |  35M|   0 |4568 |7326 |7827 |7326 |  15k|1406 |   0 |   0 |-2.500000e+02 |-1.100000e+01 |  95.60%
659.22/659.43	c   656s|     1 |     0 | 66295 |     - |  35M|   0 |4543 |7326 |7827 |7326 |  15k|1513 |   0 |   0 |-2.500000e+02 |-1.100000e+01 |  95.60%
769.70/770.00	c   766s|     1 |     2 | 66295 |     - |  35M|   0 |4543 |7326 |7827 |7326 |  15k|1513 |   0 |  13 |-2.500000e+02 |-1.100000e+01 |  95.60%
1800.04/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.24/1800.74	c 
1800.24/1800.74	c SCIP Status        : solving was interrupted [user interrupt]
1800.24/1800.74	c Solving Time (sec) : 1792.85
1800.24/1800.74	c Solving Nodes      : 6
1800.24/1800.74	c Primal Bound       : -1.10000000000000e+01 (5 solutions)
1800.24/1800.74	c Dual Bound         : -2.50000000000000e+02
1800.24/1800.74	c Gap                : 95.60 %
1800.24/1800.76	s SATISFIABLE
1800.24/1800.76	v x774 -x830 -x914 -x753 -x818 -x636 -x812 -x906 -x737 -x923 -x729 -x684 x946 -x993 -x964 -x917 x733 -x683 -x713 -x643 -x761 -x735 
1800.24/1800.76	v -x723 -x829 -x726 -x804 -x615 -x797 -x859 -x846 -x580 -x659 -x828 -x611 -x594 -x995 -x744 x944 -x870 -x572 -x831 x743 -x736 
1800.24/1800.76	v -x998 -x931 -x835 -x567 -x861 -x971 -x680 -x576 -x656 x895 -x740 -x901 -x646 -x706 -x698 -x626 -x562 -x867 -x728 -x722 -x565 
1800.24/1800.76	v -x929 -x789 -x686 -x658 -x760 -x838 x814 -x558 -x691 -x666 -x862 -x925 -x694 -x709 -x952 -x891 -x677 -x759 -x734 -x552 -x583 
1800.24/1800.76	v -x936 -x582 -x796 -x834 -x913 -x654 -x619 -x960 -x875 -x564 -x911 -x782 -x618 -x621 -x662 -x857 -x793 -x710 -x872 -x958 -x751 
1800.24/1800.76	v -x772 -x876 -x788 -x672 -x937 -x881 -x652 -x651 -x863 -x550 -x839 -x791 -x767 -x588 -x561 -x675 -x673 -x924 -x877 -x837 -x978 
1800.24/1800.76	v -x624 -x1000 -x790 -x918 -x750 -x935 -x548 -x919 -x630 -x900 x546 -x581 -x637 -x850 -x535 -x649 -x786 -x832 -x747 -x840 -x851 
1800.24/1800.76	v -x534 -x898 -x858 -x536 -x957 -x809 -x968 -x533 -x951 -x941 -x909 -x908 -x856 -x720 -x977 -x604 -x833 -x916 -x799 -x540 -x953 
1800.24/1800.76	v -x600 -x593 -x687 -x617 -x824 -x554 -x836 -x606 -x975 -x644 -x991 -x887 -x930 -x642 -x934 -x693 -x665 -x607 -x899 -x779 
1800.24/1800.76	v -x989 -x762 -x892 -x622 -x531 -x585 -x805 -x625 -x586 -x551 -x928 -x841 -x685 -x739 -x525 -x704 -x689 -x579 -x549 -x669 -x959 
1800.24/1800.76	v -x855 -x890 -x667 -x616 -x871 -x888 -x696 -x976 -x523 -x792 -x629 -x566 -x596 -x956 -x559 -x522 -x716 -x714 -x553 -x702 -x768 
1800.24/1800.76	v -x539 -x781 -x985 -x820 -x843 -x543 -x813 -x922 -x794 -x563 -x530 -x520 -x938 -x764 -x610 -x758 -x614 -x866 -x992 -x773 -x708 
1800.24/1800.76	v -x647 -x592 -x663 -x547 -x674 -x730 -x896 -x979 -x518 -x798 -x731 -x653 -x641 -x587 -x590 -x803 -x679 x770 -x860 -x682 -x785 
1800.24/1800.76	v -x608 -x577 -x639 -x655 -x578 -x516 -x893 -x854 -x745 -x645 -x602 -x542 -x638 -x849 -x921 -x869 -x724 -x537 -x515 -x598 -x852 
1800.24/1800.76	v -x987 -x660 -x910 -x771 -x514 -x950 -x882 -x842 -x815 -x727 -x711 -x670 -x632 -x556 -x927 -x884 -x826 -x664 -x885 -x983 -x949 
1800.24/1800.76	v -x920 -x766 -x756 -x695 -x668 -x571 -x589 -x945 -x712 -x981 -x697 -x765 -x980 -x521 -x512 -x954 -x819 -x808 -x776 -x717 
1800.24/1800.76	v -x865 -x897 -x853 -x678 -x627 -x513 -x879 -x511 -x816 -x810 -x763 -x699 -x544 -x703 -x742 -x707 -x967 -x681 -x671 -x609 -x986 
1800.24/1800.76	v -x940 -x878 -x847 -x749 -x825 -x912 -x990 -x889 -x746 -x705 -x528 -x524 -x657 -x806 -x661 -x868 -x933 -x988 -x800 -x634 -x947 
1800.24/1800.76	v -x807 -x778 -x754 -x752 -x612 -x569 -x939 -x974 x603 -x997 -x591 -x907 -x970 -x966 -x783 -x628 -x575 -x527 -x508 -x640 -x692 
1800.24/1800.76	v -x932 -x994 -x573 -x732 -x738 -x506 -x999 -x633 -x509 -x817 -x507 -x755 -x996 -x787 -x873 -x822 -x568 -x948 -x690 -x505 -x972 
1800.24/1800.76	v -x963 -x701 -x560 -x517 -x748 -x844 -x973 -x599 -x943 -x532 -x845 -x676 -x777 -x880 -x504 -x926 -x801 -x784 -x613 -x601 -x595 
1800.24/1800.76	v -x570 -x962 -x984 -x725 -x795 -x620 -x700 -x757 -x905 -x874 -x503 -x848 -x688 -x635 -x557 x631 -x821 -x721 -x883 -x823 -x719 
1800.24/1800.76	v -x574 -x780 -x969 -x605 -x502 -x961 -x894 -x769 -x741 -x648 -x597 -x519 -x718 -x650 -x902 -x942 -x903 -x915 -x904 -x965 -x715 
1800.24/1800.76	v -x955 -x501 -x982 -x811 -x623 -x555 -x541 -x510 -x545 -x886 -x529 -x526 -x538 -x864 -x827 -x775 -x584 -x802 -x500 -x499 
1800.24/1800.76	v -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 
1800.24/1800.76	v -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 
1800.24/1800.76	v -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 
1800.24/1800.76	v -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 
1800.24/1800.76	v -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 
1800.24/1800.76	v -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1800.24/1800.76	v -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 
1800.24/1800.76	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 
1800.24/1800.76	v -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
1800.24/1800.76	v -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 
1800.24/1800.76	v x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
1800.24/1800.76	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 
1800.24/1800.76	v -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 
1800.24/1800.76	v -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 -x209 -x208 -x207 -x206 
1800.24/1800.76	v -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 
1800.24/1800.76	v -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 
1800.24/1800.76	v -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 
1800.24/1800.76	v -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 
1800.24/1800.76	v -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 
1800.24/1800.76	v -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 
1800.24/1800.76	v -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 
1800.24/1800.76	v -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 
1800.24/1800.76	v -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 x1 
1800.24/1800.76	c SCIP Status        : solving was interrupted [user interrupt]
1800.24/1800.76	c Solving Time       :    1792.85
1800.24/1800.76	c Original Problem   :
1800.24/1800.76	c   Problem name     : HOME/instance-2666721-1276667466.opb
1800.24/1800.76	c   Variables        : 7326 (7326 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.24/1800.76	c   Constraints      : 7827 initial, 7827 maximal
1800.24/1800.76	c Presolved Problem  :
1800.24/1800.76	c   Problem name     : t_HOME/instance-2666721-1276667466.opb
1800.24/1800.76	c   Variables        : 7326 (7326 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.24/1800.76	c   Constraints      : 7827 initial, 7827 maximal
1800.24/1800.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.24/1800.76	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.24/1800.76	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.24/1800.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.24/1800.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.24/1800.76	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.24/1800.76	c   probing          :       0.28          0          0          0          0          0          0          0          0
1800.24/1800.76	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.24/1800.76	c   and              :       0.24          0          0          0          0          0          0          0          0
1800.24/1800.76	c   linear           :       0.05          0          0          0          0          0          0          0          0
1800.24/1800.76	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.24/1800.76	c   root node        :          -          0          -          -          0          -          -          -          -
1800.24/1800.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.24/1800.76	c   integral         :          0          0          0          6          0          0          0          0          0         12
1800.24/1800.76	c   setppc           :       1000          6       2778          0          0          0          0          0          0          0
1800.24/1800.76	c   and              :       6326         31       2778          0          0          0         61      30879          0          0
1800.24/1800.76	c   linear           :          1          6       2778          0          0          0          0          0          0          0
1800.24/1800.76	c   logicor          :        500          6        205          0          0          0          3          0          0          0
1800.24/1800.76	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.24/1800.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.24/1800.76	c   integral         :     397.91       0.00       0.00     397.91       0.00
1800.24/1800.76	c   setppc           :       0.23       0.01       0.22       0.00       0.00
1800.24/1800.76	c   and              :       1.35       0.21       1.14       0.00       0.00
1800.24/1800.76	c   linear           :       1.49       1.35       0.14       0.00       0.00
1800.24/1800.76	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1800.24/1800.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.24/1800.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.24/1800.76	c   vbounds          :       0.01          2          0          0
1800.24/1800.76	c   rootredcost      :       0.01          1          0          0
1800.24/1800.76	c   pseudoobj        :       0.09       2579          0          0
1800.24/1800.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.24/1800.76	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.24/1800.76	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.24/1800.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.24/1800.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.24/1800.76	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.24/1800.76	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.24/1800.76	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.24/1800.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.24/1800.76	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 1164)
1800.24/1800.76	c   redcost          :       0.03         31          0          0          0          0
1800.24/1800.76	c   impliedbounds    :       0.05          6          0          0       2156          0
1800.24/1800.76	c   intobj           :       0.00          0          0          0          0          0
1800.24/1800.76	c   cgmip            :       0.00          0          0          0          0          0
1800.24/1800.76	c   gomory           :      62.90          6          0          0         56          0
1800.24/1800.76	c   strongcg         :      62.66          6          0          0         56          0
1800.24/1800.76	c   cmir             :       1.81          6          0          0          0          0
1800.24/1800.76	c   flowcover        :       1.67          6          0          0          0          0
1800.24/1800.76	c   clique           :       4.13          6          0          0         58          0
1800.24/1800.76	c   zerohalf         :       0.00          0          0          0          0          0
1800.24/1800.76	c   mcf              :       0.03          1          0          0          0          0
1800.24/1800.76	c   rapidlearning    :      28.18          1          0          0          0          0
1800.24/1800.76	c Pricers            :       Time      Calls       Vars
1800.24/1800.76	c   problem variables:       0.00          0          0
1800.24/1800.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.24/1800.76	c   relpscost        :     397.91          6          0          0          0          0         12
1800.24/1800.76	c   pscost           :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   inference        :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   mostinf          :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   leastinf         :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.24/1800.76	c   random           :       0.00          0          0          0          0          0          0
1800.24/1800.76	c Primal Heuristics  :       Time      Calls      Found
1800.24/1800.76	c   LP solutions     :       0.00          -          0
1800.24/1800.76	c   pseudo solutions :       0.00          -          0
1800.24/1800.76	c   crossover        :       0.00          0          0
1800.24/1800.76	c   pscostdiving     :       0.00          0          0
1800.24/1800.76	c   fracdiving       :       0.00          0          0
1800.24/1800.76	c   veclendiving     :       0.00          0          0
1800.24/1800.76	c   objpscostdiving  :       0.00          0          0
1800.24/1800.76	c   rootsoldiving    :       0.00          0          0
1800.24/1800.76	c   oneopt           :       0.04          2          0
1800.24/1800.76	c   trivial          :       0.03          2          3
1800.24/1800.76	c   simplerounding   :       0.00          0          0
1800.24/1800.76	c   zirounding       :       0.00          6          0
1800.24/1800.76	c   rounding         :       6.52         37          0
1800.24/1800.76	c   shifting         :       0.90          7          2
1800.24/1800.76	c   intshifting      :       0.00          0          0
1800.24/1800.76	c   twoopt           :       0.00          0          0
1800.24/1800.76	c   fixandinfer      :       0.00          0          0
1800.24/1800.76	c   feaspump         :       0.00          0          0
1800.24/1800.76	c   coefdiving       :     359.95          1          0
1800.24/1800.76	c   intdiving        :       0.00          0          0
1800.24/1800.76	c   actconsdiving    :       0.00          0          0
1800.24/1800.76	c   linesearchdiving :       0.00          0          0
1800.24/1800.76	c   guideddiving     :       0.00          0          0
1800.24/1800.76	c   octane           :       0.00          0          0
1800.24/1800.76	c   rens             :       0.03          0          0
1800.24/1800.76	c   rins             :       0.00          0          0
1800.24/1800.76	c   localbranching   :       0.00          0          0
1800.24/1800.76	c   mutation         :       0.00          0          0
1800.24/1800.76	c   dins             :       0.00          0          0
1800.24/1800.76	c   undercover       :       1.46          1          0
1800.24/1800.76	c   nlp              :       0.00          0          0
1800.24/1800.76	c   trysol           :       0.00          0          0
1800.24/1800.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.24/1800.76	c   primal LP        :       0.55          0          0       0.00       0.00
1800.24/1800.76	c   dual LP          :     860.74         37     172401    4659.49     200.29
1800.24/1800.76	c   lex dual LP      :       0.00          0          0       0.00          -
1800.24/1800.76	c   barrier LP       :       0.00          0          0       0.00          -
1800.24/1800.76	c   diving/probing LP:     349.57       1490     141827      95.19     405.72
1800.24/1800.76	c   strong branching :     397.91         89      87719     985.61     220.45
1800.24/1800.76	c     (at root node) :          -         13      13000    1000.00          -
1800.24/1800.76	c   conflict analysis:       0.00          0          0       0.00          -
1800.24/1800.76	c B&B Tree           :
1800.24/1800.76	c   number of runs   :          1
1800.24/1800.76	c   nodes            :          6
1800.24/1800.76	c   nodes (total)    :          6
1800.24/1800.76	c   nodes left       :          7
1800.24/1800.76	c   max depth        :          5
1800.24/1800.76	c   max depth (total):          5
1800.24/1800.76	c   backtracks       :          0 (0.0%)
1800.24/1800.76	c   delayed cutoffs  :          0
1800.24/1800.76	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.24/1800.76	c   avg switch length:       1.00
1800.24/1800.76	c   switching time   :       0.58
1800.24/1800.76	c Solution           :
1800.24/1800.76	c   Solutions found  :          5 (3 improvements)
1800.24/1800.76	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.06 seconds, depth 0, found by <trivial>)
1800.24/1800.76	c   Primal Bound     : -1.10000000000000e+01   (in run 1, after 1 nodes, 361.42 seconds, depth 0, found by <shifting>)
1800.24/1800.76	c   Dual Bound       : -2.50000000000000e+02
1800.24/1800.76	c   Gap              :      95.60 %
1800.24/1800.76	c   Root Dual Bound  : -2.50000000000000e+02
1800.24/1800.76	c   Root Iterations  :      66295
1800.53/1801.09	c Time complete: 1800.62.

Verifier Data

OK	-11

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666721-1276667466/watcher-2666721-1276667466 -o /tmp/evaluation-result-2666721-1276667466/solver-2666721-1276667466 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666721-1276667466.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 1.00 2/105 14865
/proc/meminfo: memFree=1763872/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=7724 CPUtime=0
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 1128 0 0 0 0 0 0 0 25 0 1 0 8040074 7909376 1047 1992294400 4194304 8223781 140736991316128 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14865/statm: 1931 1056 348 984 0 944 0

[startup+0.04243 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 14865
/proc/meminfo: memFree=1763872/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=13996 CPUtime=0.03
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 2793 0 0 0 3 0 0 0 25 0 1 0 8040074 14331904 2712 1992294400 4194304 8223781 140736991316128 18446744073709551615 4700070 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14865/statm: 3499 2712 366 984 0 2512 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13996

[startup+0.100434 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 14865
/proc/meminfo: memFree=1763872/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=18784 CPUtime=0.09
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 4012 0 0 0 8 1 0 0 25 0 1 0 8040074 19234816 3931 1992294400 4194304 8223781 140736991316128 18446744073709551615 7189540 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14865/statm: 4696 3931 366 984 0 3709 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18784

[startup+0.300453 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 14865
/proc/meminfo: memFree=1763872/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=37696 CPUtime=0.29
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 9063 0 0 0 24 5 0 0 25 0 1 0 8040074 38600704 8361 1992294400 4194304 8223781 140736991316128 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 9424 8361 432 984 0 8437 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37696

[startup+0.700492 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 14865
/proc/meminfo: memFree=1763872/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=40396 CPUtime=0.69
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 11068 0 0 0 49 20 0 0 25 0 1 0 8040074 41365504 9081 1992294400 4194304 8223781 140736991316128 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 10099 9081 459 984 0 9112 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40396

[startup+1.50057 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14866
/proc/meminfo: memFree=1728276/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=68676 CPUtime=1.49
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 19154 0 0 0 126 23 0 0 25 0 1 0 8040074 70324224 15839 1992294400 4194304 8223781 140736991316128 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 17169 15839 568 984 0 16182 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68676

[startup+3.10072 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14866
/proc/meminfo: memFree=1701492/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=69400 CPUtime=3.09
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 20746 0 0 0 285 24 0 0 25 0 1 0 8040074 71065600 16018 1992294400 4194304 8223781 140736991316128 18446744073709551615 6564736 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 17350 16018 569 984 0 16363 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69400

[startup+6.30103 s]
/proc/loadavg: 1.08 1.02 1.01 2/106 14866
/proc/meminfo: memFree=1700376/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=70964 CPUtime=6.28
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 24715 0 0 0 601 27 0 0 25 0 1 0 8040074 72667136 16355 1992294400 4194304 8223781 140736991316128 18446744073709551615 6569888 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 17741 16355 556 984 0 16754 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 70964

[startup+12.7007 s]
/proc/loadavg: 1.07 1.02 1.00 2/106 14866
/proc/meminfo: memFree=1697524/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=74220 CPUtime=12.68
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 28950 0 0 0 1237 31 0 0 25 0 1 0 8040074 76001280 16930 1992294400 4194304 8223781 140736991316128 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 18555 16930 547 984 0 17568 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 74220

[startup+25.5009 s]
/proc/loadavg: 1.06 1.01 1.00 2/106 14866
/proc/meminfo: memFree=1693812/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=78476 CPUtime=25.49
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 37096 0 0 0 2512 37 0 0 25 0 1 0 8040074 80359424 17926 1992294400 4194304 8223781 140736991316128 18446744073709551615 6613456 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 19619 17926 544 984 0 18632 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78476

[startup+51.1004 s]
/proc/loadavg: 1.04 1.01 1.00 2/106 14868
/proc/meminfo: memFree=1692696/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=81028 CPUtime=51.07
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 49978 0 0 0 5061 46 0 0 25 0 1 0 8040074 82972672 18117 1992294400 4194304 8223781 140736991316128 18446744073709551615 6570060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 20257 18117 544 984 0 19270 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 81028

[startup+102.309 s]
/proc/loadavg: 1.01 1.01 1.00 2/106 14868
/proc/meminfo: memFree=1693440/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=80644 CPUtime=102.28
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 77761 0 0 0 10158 70 0 0 25 0 1 0 8040074 82579456 17952 1992294400 4194304 8223781 140736991316128 18446744073709551615 6569978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 20161 17952 543 984 0 19174 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 80644

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14870
/proc/meminfo: memFree=1692572/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=81000 CPUtime=162.25
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 110384 0 0 0 16130 95 0 0 25 0 1 0 8040074 82944000 18067 1992294400 4194304 8223781 140736991316128 18446744073709551615 6502689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 20250 18067 543 984 0 19263 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 81000

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14872
/proc/meminfo: memFree=1692696/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=81016 CPUtime=222.23
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 139721 0 0 0 22106 117 0 0 25 0 1 0 8040074 82960384 18158 1992294400 4194304 8223781 140736991316128 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 20254 18158 543 984 0 19267 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 81016

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14874
/proc/meminfo: memFree=1690588/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=80108 CPUtime=282.22
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 184554 0 0 0 28072 150 0 0 25 0 1 0 8040074 82030592 18693 1992294400 4194304 8223781 140736991316128 18446744073709551615 6300063 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 20027 18693 578 984 0 19040 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 80108

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14876
/proc/meminfo: memFree=1680544/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=92236 CPUtime=342.2
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 204807 0 0 0 34009 211 0 0 25 0 1 0 8040074 94449664 21133 1992294400 4194304 8223781 140736991316128 18446744073709551615 6560191 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 23059 21133 596 984 0 22072 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 92236

[startup+402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14876
/proc/meminfo: memFree=1680296/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=92668 CPUtime=402.19
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 217149 0 0 0 39988 231 0 0 25 0 1 0 8040074 94892032 21300 1992294400 4194304 8223781 140736991316128 18446744073709551615 6569859 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 23167 21300 596 984 0 22180 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 92668

[startup+462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14878
/proc/meminfo: memFree=1681412/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=92208 CPUtime=462.18
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 230741 0 0 0 45966 252 0 0 25 0 1 0 8040074 94420992 20902 1992294400 4194304 8223781 140736991316128 18446744073709551615 7257262 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 23052 20902 596 984 0 22065 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 92208

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14880
/proc/meminfo: memFree=1681908/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=90716 CPUtime=522.16
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 246039 0 0 0 51940 276 0 0 25 0 1 0 8040074 92893184 20897 1992294400 4194304 8223781 140736991316128 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 22679 20897 596 984 0 21692 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 90716

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14882
/proc/meminfo: memFree=1680172/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=92056 CPUtime=582.14
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 258887 0 0 0 57918 296 0 0 25 0 1 0 8040074 94265344 21243 1992294400 4194304 8223781 140736991316128 18446744073709551615 6562612 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 23014 21243 596 984 0 22027 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 92056

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14893
/proc/meminfo: memFree=1679552/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=92608 CPUtime=642.13
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 270404 0 0 0 63898 315 0 0 25 0 1 0 8040074 94830592 21307 1992294400 4194304 8223781 140736991316128 18446744073709551615 6611759 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 23152 21307 596 984 0 22165 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 92608

[startup+702.3 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14901
/proc/meminfo: memFree=1685256/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=85348 CPUtime=942.05
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 407804 0 0 0 93770 435 0 0 25 0 1 0 8040074 87396352 19939 1992294400 4194304 8223781 140736991316128 18446744073709551615 6567430 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 21337 19939 597 984 0 20350 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 85348

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14901
/proc/meminfo: memFree=1686124/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=84668 CPUtime=1002.03
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 428730 0 0 0 99748 455 0 0 25 0 1 0 8040074 86700032 19715 1992294400 4194304 8223781 140736991316128 18446744073709551615 6539610 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 21167 19715 597 984 0 20180 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 84668

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14903
/proc/meminfo: memFree=1686000/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=83136 CPUtime=1062.02
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 435009 0 0 0 105728 474 0 0 25 0 1 0 8040074 85131264 19578 1992294400 4194304 8223781 140736991316128 18446744073709551615 6569884 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 20784 19578 599 984 0 19797 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 83136

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14905
/proc/meminfo: memFree=1685628/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=85180 CPUtime=1122
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 440513 0 0 0 111711 489 0 0 25 0 1 0 8040074 87224320 19870 1992294400 4194304 8223781 140736991316128 18446744073709551615 6570089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 21295 19870 599 984 0 20308 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 85180

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14907
/proc/meminfo: memFree=1685132/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=83152 CPUtime=1181.98
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 452410 0 0 0 117690 508 0 0 25 0 1 0 8040074 85147648 19590 1992294400 4194304 8223781 140736991316128 18446744073709551615 6589995 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 20788 19590 599 984 0 19801 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 83152

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14909
/proc/meminfo: memFree=1683768/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=86592 CPUtime=1241.97
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 469481 0 0 0 123669 528 0 0 25 0 1 0 8040074 88670208 20219 1992294400 4194304 8223781 140736991316128 18446744073709551615 6568510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 21648 20219 599 984 0 20661 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 86592

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14909
/proc/meminfo: memFree=1684512/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=84992 CPUtime=1301.96
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 488750 0 0 0 129648 548 0 0 25 0 1 0 8040074 87031808 20019 1992294400 4194304 8223781 140736991316128 18446744073709551615 6569681 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 21248 20019 599 984 0 20261 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 84992

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 14911
/proc/meminfo: memFree=1683892/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=86504 CPUtime=1361.94
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 507707 0 0 0 135626 568 0 0 25 0 1 0 8040074 88580096 20177 1992294400 4194304 8223781 140736991316128 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 21626 20177 599 984 0 20639 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 86504

[startup+1422.31 s]
/proc/loadavg: 1.04 1.01 1.00 2/106 14913
/proc/meminfo: memFree=1684636/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=84064 CPUtime=1421.94
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 534658 0 0 0 141603 591 0 0 25 0 1 0 8040074 86081536 19833 1992294400 4194304 8223781 140736991316128 18446744073709551615 6567161 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 21016 19833 599 984 0 20029 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 84064

[startup+1482.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/106 14915
/proc/meminfo: memFree=1683892/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=85496 CPUtime=1481.91
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 546234 0 0 0 147585 606 0 0 25 0 1 0 8040074 87547904 20168 1992294400 4194304 8223781 140736991316128 18446744073709551615 6590229 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 21374 20168 599 984 0 20387 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 85496

[startup+1542.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/106 14917
/proc/meminfo: memFree=1683024/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=85936 CPUtime=1541.9
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 555352 0 0 0 153568 622 0 0 25 0 1 0 8040074 87998464 20277 1992294400 4194304 8223781 140736991316128 18446744073709551615 6560135 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 21484 20277 599 984 0 20497 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 85936

[startup+1602.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/106 14917
/proc/meminfo: memFree=1683024/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=85936 CPUtime=1601.88
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 579298 0 0 0 159544 644 0 0 25 0 1 0 8040074 87998464 20277 1992294400 4194304 8223781 140736991316128 18446744073709551615 6560146 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 21484 20277 599 984 0 20497 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 85936

[startup+1662.3 s]
/proc/loadavg: 1.13 1.06 1.01 2/106 14919
/proc/meminfo: memFree=1680792/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=88248 CPUtime=1661.87
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 610529 0 0 0 165518 669 0 0 25 0 1 0 8040074 90365952 20854 1992294400 4194304 8223781 140736991316128 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 22062 20854 599 984 0 21075 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 88248

[startup+1722.3 s]
/proc/loadavg: 1.05 1.05 1.00 2/106 14921
/proc/meminfo: memFree=1678684/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=90296 CPUtime=1721.85
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 637569 0 0 0 171488 697 0 0 25 0 1 0 8040074 92463104 21368 1992294400 4194304 8223781 140736991316128 18446744073709551615 6612619 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 22574 21368 599 984 0 21587 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 90296

[startup+1782.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/106 14923
/proc/meminfo: memFree=1678436/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=90296 CPUtime=1781.83
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 656518 0 0 0 177459 724 0 0 25 0 1 0 8040074 92463104 21368 1992294400 4194304 8223781 140736991316128 18446744073709551615 6569994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 22574 21368 599 984 0 21587 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 90296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.01 1.03 1.00 2/106 14923
/proc/meminfo: memFree=1678436/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=90296 CPUtime=1800.04
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 660238 0 0 0 179273 731 0 0 25 0 1 0 8040074 92463104 21368 1992294400 4194304 8223781 140736991316128 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 22574 21368 599 984 0 21587 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 90296

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.01 1.03 1.00 2/107 14924
/proc/meminfo: memFree=1684132/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=84560 CPUtime=1800.14
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 660533 0 0 0 179283 731 0 0 25 0 1 0 8040074 86589440 19925 1992294400 4194304 8223781 140736991316128 18446744073709551615 6590182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14865/statm: 21140 19925 599 984 0 20153 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 84560

[startup+1801 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 14924
/proc/meminfo: memFree=1684132/2059040 swapFree=4140808/4192956
[pid=14865] ppid=14863 vsize=85480 CPUtime=1800.53
/proc/14865/stat : 14865 (pbscip.linux.x8) R 14863 14865 14308 0 -1 4202496 661425 0 0 0 179322 731 0 0 18 0 1 0 8040074 87531520 20132 1992294400 4194304 8223781 140736991316128 18446744073709551615 6075108 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14865/statm: 21370 20132 601 984 0 20383 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 85480

Child status: 0
Real time (s): 1801.09
CPU time (s): 1800.63
CPU user time (s): 1793.3
CPU system time (s): 7.32689
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 130652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.3
system time used= 7.32689
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 661429
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= 4
involuntary context switches= 12609

runsolver used 2.87256 second user time and 8.60769 second system time

The end

Launcher Data

Begin job on node089 at 2010-06-16 07:51:06
IDJOB=2666721
IDBENCH=48234
IDSOLVER=1169
FILE ID=node089/2666721-1276667466
PBS_JOBID= 11172477
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_4.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-2666721-1276667466/watcher-2666721-1276667466 -o /tmp/evaluation-result-2666721-1276667466/solver-2666721-1276667466 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666721-1276667466.opb -t 1800 -m 1800

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

MD5SUM BENCH= 95bfca9fba26d7f8c875796701522876
RANDOM SEED=1343413822

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1764400 kB
Buffers:         92292 kB
Cached:         122704 kB
SwapCached:       6516 kB
Active:          96544 kB
Inactive:       132164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1764400 kB
SwapTotal:     4192956 kB
SwapFree:      4140808 kB
Dirty:            4780 kB
Writeback:           0 kB
AnonPages:       11164 kB
Mapped:          13080 kB
Slab:            44336 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180292 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= 62552 MiB
End job on node089 at 2010-06-16 08:21:08