Trace number 2666602

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)97 1801.33 1802.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_25_2.opb
MD5SUM4286ef8a2349cd557f37fdb755cd5234
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark83
Best CPU time to get the best result obtained on this benchmark1800.97
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 75
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint26
Maximum length of a constraint51
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
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)31544
Sum of products size (including duplicates)63088
Number of different products31544
Sum of products size63088

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-2666602-1276652779.opb>
0.29/0.37	c original problem has 32544 variables (32544 bin, 0 int, 0 impl, 0 cont) and 32544 constraints
0.29/0.37	c problem read
0.29/0.37	c presolving settings loaded
0.69/0.76	c presolving:
3.09/3.16	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 2139156 impls, 0 clqs
5.09/5.19	c    (4.5s) probing: 101/32544 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.09/5.19	c    (4.5s) probing aborted: 100/100 successive totally useless probings
5.19/5.20	c presolving (2 rounds):
5.19/5.20	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.19/5.20	c  2139156 implications, 0 cliques
5.19/5.20	c presolved problem has 32544 variables (32544 bin, 0 int, 0 impl, 0 cont) and 32544 constraints
5.19/5.20	c   31544 constraints of type <and>
5.19/5.20	c    1000 constraints of type <logicor>
5.19/5.20	c transformed objective value is always integral (scale: 1)
5.19/5.20	c Presolving Time: 4.34
5.19/5.20	c - non default parameters ----------------------------------------------------------------------
5.19/5.20	c # SCIP version 1.2.1.2
5.19/5.20	c 
5.19/5.20	c # frequency for displaying node information lines
5.19/5.20	c # [type: int, range: [-1,2147483647], default: 100]
5.19/5.20	c display/freq = 10000
5.19/5.20	c 
5.19/5.20	c # maximal time in seconds to run
5.19/5.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.19/5.20	c limits/time = 1799.63
5.19/5.20	c 
5.19/5.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.19/5.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.19/5.20	c limits/memory = 1620
5.19/5.20	c 
5.19/5.20	c # should presolving try to simplify inequalities
5.19/5.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.19/5.20	c constraints/linear/simplifyinequalities = TRUE
5.19/5.20	c 
5.19/5.20	c # should presolving try to simplify knapsacks
5.19/5.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.19/5.20	c constraints/knapsack/simplifyinequalities = TRUE
5.19/5.20	c 
5.19/5.20	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
5.19/5.20	c # [type: int, range: [-1,2147483647], default: -1]
5.19/5.20	c heuristics/undercover/freq = 0
5.19/5.20	c 
5.19/5.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
5.19/5.20	c # [type: int, range: [-1,2147483647], default: -1]
5.19/5.20	c separating/rapidlearning/freq = 0
5.19/5.20	c 
5.19/5.20	c -----------------------------------------------------------------------------------------------
5.19/5.20	c start solving
5.19/5.23	c 
7.59/7.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.59/7.70	c   6.9s|     1 |     0 |  2000 |     - | 192M|   0 |2000 |  32k|  32k|  32k|  64k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.09/8.19	o 113
8.09/8.19	c s 7.3s|     1 |     0 |  2000 |     - | 193M|   0 |2000 |  32k|  32k|  32k|  64k|   0 |   0 |   0 | 0.000000e+00 | 1.130000e+02 |    Inf 
12.68/12.78	c  11.9s|     1 |     0 |  5000 |     - | 194M|   0 |2000 |  32k|  32k|  32k|  66k|2000 |   0 |   0 | 0.000000e+00 | 1.130000e+02 |    Inf 
13.29/13.31	o 112
13.29/13.31	c s12.4s|     1 |     0 |  5000 |     - | 195M|   0 |2000 |  32k|  32k|  32k|  66k|2000 |   0 |   0 | 0.000000e+00 | 1.120000e+02 |    Inf 
17.98/18.00	c  17.0s|     1 |     0 |  8000 |     - | 196M|   0 |2000 |  32k|  32k|  32k|  68k|4000 |   0 |   0 | 0.000000e+00 | 1.120000e+02 |    Inf 
23.38/23.47	c  22.4s|     1 |     0 | 11000 |     - | 196M|   0 |2000 |  32k|  32k|  32k|  70k|6000 |   0 |   0 | 0.000000e+00 | 1.120000e+02 |    Inf 
23.98/24.08	o 103
23.98/24.08	c s23.1s|     1 |     0 | 11000 |     - | 197M|   0 |2000 |  32k|  32k|  32k|  70k|6000 |   0 |   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
29.17/29.23	c  28.2s|     1 |     0 | 14000 |     - | 198M|   0 |2000 |  32k|  32k|  32k|  72k|8000 |   0 |   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
29.77/29.86	o 99
29.77/29.86	c s28.8s|     1 |     0 | 14000 |     - | 198M|   0 |2000 |  32k|  32k|  32k|  72k|8000 |   0 |   0 | 0.000000e+00 | 9.900000e+01 |    Inf 
35.18/35.25	c  34.1s|     1 |     0 | 17000 |     - | 199M|   0 |2000 |  32k|  32k|  32k|  74k|  10k|   0 |   0 | 0.000000e+00 | 9.900000e+01 |    Inf 
35.77/35.88	o 97
35.77/35.88	c s34.8s|     1 |     0 | 17000 |     - | 199M|   0 |2000 |  32k|  32k|  32k|  74k|  10k|   0 |   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
41.37/41.45	c  40.3s|     1 |     0 | 20000 |     - | 200M|   0 |2000 |  32k|  32k|  32k|  76k|  12k|   0 |   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
58.57/58.66	c  57.1s|     1 |     2 | 20000 |     - | 200M|   0 |2000 |  32k|  32k|  32k|  76k|  12k|   0 |  18 | 0.000000e+00 | 9.700000e+01 |    Inf 
1800.09/1800.90	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.69/1801.57	c 
1800.69/1801.57	c SCIP Status        : solving was interrupted [user interrupt]
1800.69/1801.57	c Solving Time (sec) : 1784.35
1800.69/1801.57	c Solving Nodes      : 26
1800.69/1801.57	c Primal Bound       : +9.70000000000000e+01 (5 solutions)
1800.69/1801.57	c Dual Bound         : +1.00000000000000e+00
1800.69/1801.57	c Gap                : 9600.00 %
1800.78/1801.64	s SATISFIABLE
1800.78/1801.64	v -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 
1800.78/1801.64	v -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 
1800.78/1801.64	v -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 
1800.78/1801.64	v -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 
1800.78/1801.64	v -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 
1800.78/1801.64	v -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 x875 
1800.78/1801.64	v -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 
1800.78/1801.64	v -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 
1800.78/1801.64	v -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 
1800.78/1801.64	v -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 
1800.78/1801.64	v -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 
1800.78/1801.64	v -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 
1800.78/1801.64	v -x749 -x748 -x747 x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 x735 -x734 -x733 -x732 -x731 -x730 -x729 
1800.78/1801.64	v -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 x709 -x708 
1800.78/1801.64	v -x707 x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 
1800.78/1801.64	v -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 
1800.78/1801.64	v -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 
1800.78/1801.64	v -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 
1800.78/1801.64	v -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 
1800.78/1801.64	v -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 
1800.78/1801.64	v -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 
1800.78/1801.64	v -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 
1800.78/1801.64	v -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 
1800.78/1801.64	v -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 
1800.78/1801.64	v -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 
1800.78/1801.64	v -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 
1800.78/1801.64	v -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 
1800.78/1801.64	v -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1800.78/1801.64	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1800.78/1801.64	v -x394 -x393 x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 x377 -x376 -x375 -x374 
1800.78/1801.64	v -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 
1800.78/1801.64	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 
1800.78/1801.64	v -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
1800.78/1801.64	v -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 x291 -x290 
1800.78/1801.64	v -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
1800.78/1801.64	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 
1800.78/1801.64	v -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 
1800.78/1801.64	v -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 
1800.78/1801.64	v -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 
1800.78/1801.64	v x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 
1800.78/1801.64	v -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 
1800.78/1801.64	v -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 -x124 -x123 
1800.78/1801.64	v -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 x103 -x102 
1800.78/1801.64	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 x76 x75 x74 
1800.78/1801.64	v x73 x72 x71 -x70 -x69 x68 x67 x66 x65 x64 x63 x62 x61 -x60 x59 x58 x57 -x56 x55 x54 -x53 -x52 -x51 -x50 x49 x48 x47 x46 x45 
1800.78/1801.64	v x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 -x34 x33 x32 x31 x30 x29 x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 
1800.78/1801.64	v -x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1800.78/1801.64	c SCIP Status        : solving was interrupted [user interrupt]
1800.78/1801.64	c Solving Time       :    1784.35
1800.78/1801.64	c Original Problem   :
1800.78/1801.64	c   Problem name     : HOME/instance-2666602-1276652779.opb
1800.78/1801.64	c   Variables        : 32544 (32544 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.78/1801.64	c   Constraints      : 32544 initial, 32544 maximal
1800.78/1801.64	c Presolved Problem  :
1800.78/1801.64	c   Problem name     : t_HOME/instance-2666602-1276652779.opb
1800.78/1801.64	c   Variables        : 32544 (32544 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.78/1801.64	c   Constraints      : 32544 initial, 35623 maximal
1800.78/1801.64	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.78/1801.64	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.78/1801.64	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.78/1801.64	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.78/1801.64	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.78/1801.64	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.78/1801.64	c   probing          :       1.31          0          0          0          0          0          0          0          0
1800.78/1801.64	c   and              :       2.67          0          0          0          0          0          0          0          0
1800.78/1801.64	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.78/1801.64	c   root node        :          -          0          -          -          0          -          -          -          -
1800.78/1801.64	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.78/1801.64	c   integral         :          0          0          0         26          0          0          0          0          0         52
1800.78/1801.64	c   and              :      31544        131      21406          0          0        354        972     276683          0          0
1800.78/1801.64	c   logicor          :       1000+         6      15056          0          0        550          0          0          0          0
1800.78/1801.64	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.78/1801.64	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.78/1801.64	c   integral         :     414.13       0.00       0.00     414.13       0.00
1800.78/1801.64	c   and              :     144.31       5.31     139.00       0.00       0.00
1800.78/1801.64	c   logicor          :       2.51       0.00       2.51       0.00       0.00
1800.78/1801.64	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.78/1801.64	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.78/1801.64	c   vbounds          :       0.02          2          0          0
1800.78/1801.64	c   rootredcost      :       0.02          1          0          0
1800.78/1801.64	c   pseudoobj        :       9.51      21516        309          0
1800.78/1801.64	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.78/1801.64	c   propagation      :       1.53       1213       1213       6560      104.4          0        0.0          -
1800.78/1801.64	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.78/1801.64	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.78/1801.64	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.78/1801.64	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.78/1801.64	c   applied globally :          -          -          -       6311      104.3          -          -          -
1800.78/1801.64	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.78/1801.64	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.78/1801.64	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 12000)
1800.78/1801.64	c   redcost          :       0.46        131          0          0          0          0
1800.78/1801.64	c   impliedbounds    :       0.21          6          0          0      12000          0
1800.78/1801.64	c   intobj           :       0.00          0          0          0          0          0
1800.78/1801.64	c   cgmip            :       0.00          0          0          0          0          0
1800.78/1801.64	c   gomory           :       0.00          0          0          0          0          0
1800.78/1801.64	c   strongcg         :       0.00          0          0          0          0          0
1800.78/1801.64	c   cmir             :       0.00          0          0          0          0          0
1800.78/1801.64	c   flowcover        :       0.00          0          0          0          0          0
1800.78/1801.64	c   clique           :       0.00          0          0          0          0          0
1800.78/1801.64	c   zerohalf         :       0.00          0          0          0          0          0
1800.78/1801.64	c   mcf              :       0.00          0          0          0          0          0
1800.78/1801.64	c   rapidlearning    :       0.00          0          0          0          0          0
1800.78/1801.64	c Pricers            :       Time      Calls       Vars
1800.78/1801.64	c   problem variables:       0.00          0          0
1800.78/1801.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.78/1801.64	c   relpscost        :     414.13         26          0          0          0          0         52
1800.78/1801.64	c   pscost           :       0.00          0          0          0          0          0          0
1800.78/1801.64	c   inference        :       0.00          0          0          0          0          0          0
1800.78/1801.64	c   mostinf          :       0.00          0          0          0          0          0          0
1800.78/1801.64	c   leastinf         :       0.00          0          0          0          0          0          0
1800.78/1801.64	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.78/1801.64	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.78/1801.64	c   random           :       0.00          0          0          0          0          0          0
1800.78/1801.64	c Primal Heuristics  :       Time      Calls      Found
1800.78/1801.64	c   LP solutions     :       0.00          -          0
1800.78/1801.64	c   pseudo solutions :       0.00          -          0
1800.78/1801.64	c   crossover        :       0.00          0          0
1800.78/1801.64	c   oneopt           :       0.29          5          0
1800.78/1801.64	c   rootsoldiving    :      26.09          1          0
1800.78/1801.64	c   guideddiving     :      34.02          2          0
1800.78/1801.64	c   trivial          :       0.13          2          0
1800.78/1801.64	c   simplerounding   :       0.00          0          0
1800.78/1801.64	c   zirounding       :       0.16         26          0
1800.78/1801.64	c   rounding         :       8.00        130          0
1800.78/1801.64	c   shifting         :       3.85          7          5
1800.78/1801.64	c   intshifting      :       0.00          0          0
1800.78/1801.64	c   twoopt           :       0.00          0          0
1800.78/1801.64	c   fixandinfer      :       0.00          0          0
1800.78/1801.64	c   feaspump         :       0.00          0          0
1800.78/1801.64	c   coefdiving       :     199.56          2          0
1800.78/1801.64	c   pscostdiving     :     122.15          1          0
1800.78/1801.64	c   fracdiving       :      86.57          2          0
1800.78/1801.64	c   veclendiving     :     138.03          2          0
1800.78/1801.64	c   intdiving        :       0.00          0          0
1800.78/1801.64	c   actconsdiving    :       0.00          0          0
1800.78/1801.64	c   objpscostdiving  :     387.61          2          0
1800.78/1801.64	c   linesearchdiving :     113.23          2          0
1800.78/1801.64	c   octane           :       0.00          0          0
1800.78/1801.64	c   rens             :       9.85          1          0
1800.78/1801.64	c   rins             :       0.00          0          0
1800.78/1801.64	c   localbranching   :       0.00          0          0
1800.78/1801.64	c   mutation         :       0.00          0          0
1800.78/1801.64	c   dins             :       0.00          0          0
1800.78/1801.64	c   undercover       :       0.06          1          0
1800.78/1801.64	c   nlp              :       0.00          0          0
1800.78/1801.64	c   trysol           :       0.00          0          0
1800.78/1801.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.78/1801.64	c   primal LP        :       0.55          0          0       0.00       0.00
1800.78/1801.64	c   dual LP          :     214.39        157      86316     549.78     402.61
1800.78/1801.64	c   lex dual LP      :       0.00          0          0       0.00          -
1800.78/1801.64	c   barrier LP       :       0.00          0          0       0.00          -
1800.78/1801.64	c   diving/probing LP:     811.09       5129     164678      32.11     203.03
1800.78/1801.64	c   strong branching :     414.07        591     122085     206.57     294.84
1800.78/1801.64	c     (at root node) :          -         18        876      48.67          -
1800.78/1801.64	c   conflict analysis:       0.00          0          0       0.00          -
1800.78/1801.64	c B&B Tree           :
1800.78/1801.64	c   number of runs   :          1
1800.78/1801.64	c   nodes            :         26
1800.78/1801.64	c   nodes (total)    :         26
1800.78/1801.64	c   nodes left       :         27
1800.78/1801.64	c   max depth        :          7
1800.78/1801.64	c   max depth (total):          7
1800.78/1801.64	c   backtracks       :         13 (50.0%)
1800.78/1801.64	c   delayed cutoffs  :          0
1800.78/1801.64	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.78/1801.64	c   avg switch length:       4.15
1800.78/1801.64	c   switching time   :       0.77
1800.78/1801.64	c Solution           :
1800.78/1801.64	c   Solutions found  :          5 (5 improvements)
1800.78/1801.64	c   First Solution   : +1.13000000000000e+02   (in run 1, after 1 nodes, 6.89 seconds, depth 0, found by <shifting>)
1800.78/1801.65	c   Primal Bound     : +9.70000000000000e+01   (in run 1, after 1 nodes, 34.16 seconds, depth 0, found by <shifting>)
1800.78/1801.65	c   Dual Bound       : +1.00000000000000e+00
1800.78/1801.65	c   Gap              :    9600.00 %
1800.78/1801.65	c   Root Dual Bound  : +0.00000000000000e+00
1800.78/1801.65	c   Root Iterations  :      20000
1801.29/1802.13	c Time complete: 1801.32.

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-2666602-1276652779/watcher-2666602-1276652779 -o /tmp/evaluation-result-2666602-1276652779/solver-2666602-1276652779 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666602-1276652779.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.14 2.14 1.71 3/106 7289
/proc/meminfo: memFree=1825340/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=7972 CPUtime=0
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 1022 0 0 0 0 0 0 0 21 0 1 0 40879506 8163328 941 1992294400 4194304 8223781 140737192108704 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7289/statm: 1993 951 348 984 0 1006 0

[startup+0.015204 s]
/proc/loadavg: 2.14 2.14 1.71 3/106 7289
/proc/meminfo: memFree=1825340/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=10532 CPUtime=0
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 1880 0 0 0 0 0 0 0 21 0 1 0 40879506 10784768 1799 1992294400 4194304 8223781 140737192108704 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7289/statm: 2633 1799 366 984 0 1646 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10532

[startup+0.101221 s]
/proc/loadavg: 2.14 2.14 1.71 3/106 7289
/proc/meminfo: memFree=1825340/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=19168 CPUtime=0.09
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 4039 0 0 0 8 1 0 0 23 0 1 0 40879506 19628032 3958 1992294400 4194304 8223781 140737192108704 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7289/statm: 4792 3958 366 984 0 3805 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19168

[startup+0.301264 s]
/proc/loadavg: 2.14 2.14 1.71 3/106 7289
/proc/meminfo: memFree=1825340/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=38436 CPUtime=0.29
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 8881 0 0 0 26 3 0 0 23 0 1 0 40879506 39358464 8800 1992294400 4194304 8223781 140737192108704 18446744073709551615 4325438 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7289/statm: 9609 8800 366 984 0 8622 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38436

[startup+0.701348 s]
/proc/loadavg: 2.14 2.14 1.71 3/106 7289
/proc/meminfo: memFree=1825340/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=91612 CPUtime=0.69
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 22136 0 0 0 61 8 0 0 25 0 1 0 40879506 93810688 21629 1992294400 4194304 8223781 140737192108704 18446744073709551615 4329686 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 22903 21629 413 984 0 21916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91612

[startup+1.50052 s]
/proc/loadavg: 2.14 2.14 1.71 2/107 7290
/proc/meminfo: memFree=1728240/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=124152 CPUtime=1.49
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 29753 0 0 0 137 12 0 0 25 0 1 0 40879506 127131648 29246 1992294400 4194304 8223781 140737192108704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 31038 29246 427 984 0 30051 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124152

[startup+3.10086 s]
/proc/loadavg: 2.04 2.12 1.71 2/107 7290
/proc/meminfo: memFree=1688188/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=174144 CPUtime=3.09
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 43262 0 0 0 282 27 0 0 25 0 1 0 40879506 178323456 41744 1992294400 4194304 8223781 140737192108704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 43536 41744 444 984 0 42549 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 174144

[startup+6.30054 s]
/proc/loadavg: 2.04 2.12 1.71 2/107 7290
/proc/meminfo: memFree=1630652/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=293648 CPUtime=6.28
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 77361 0 0 0 579 49 0 0 25 0 1 0 40879506 300695552 69309 1992294400 4194304 8223781 140737192108704 18446744073709551615 6612616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 73412 69309 538 984 0 72425 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 293648

[startup+12.7009 s]
/proc/loadavg: 1.88 2.08 1.70 2/107 7292
/proc/meminfo: memFree=1547696/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=299500 CPUtime=12.68
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 90968 0 0 0 1211 57 0 0 25 0 1 0 40879506 306688000 69693 1992294400 4194304 8223781 140737192108704 18446744073709551615 6592777 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 74875 69693 552 984 0 73888 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 299500

[startup+25.5016 s]
/proc/loadavg: 1.75 2.05 1.69 2/107 7292
/proc/meminfo: memFree=1537776/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=310892 CPUtime=25.48
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 105962 0 0 0 2480 68 0 0 25 0 1 0 40879506 318353408 72195 1992294400 4194304 8223781 140737192108704 18446744073709551615 6502714 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 77723 72195 549 984 0 76736 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 310892

[startup+51.1011 s]
/proc/loadavg: 1.49 1.96 1.67 2/107 7292
/proc/meminfo: memFree=1385752/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=468328 CPUtime=51.06
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 161449 0 0 0 5010 96 0 0 25 0 1 0 40879506 479567872 110093 1992294400 4194304 8223781 140737192108704 18446744073709551615 4332879 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 117082 110093 550 984 0 116095 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 468328

[startup+102.309 s]
/proc/loadavg: 1.19 1.80 1.63 2/107 7294
/proc/meminfo: memFree=1536660/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=309612 CPUtime=102.25
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 308740 0 0 0 10050 175 0 0 25 0 1 0 40879506 317042688 72306 1992294400 4194304 8223781 140737192108704 18446744073709551615 6560135 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 77403 72306 556 984 0 76416 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 309612

[startup+162.302 s]
/proc/loadavg: 1.07 1.65 1.59 2/107 7296
/proc/meminfo: memFree=1535916/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=310732 CPUtime=162.22
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 386108 0 0 0 15992 230 0 0 25 0 1 0 40879506 318189568 72459 1992294400 4194304 8223781 140737192108704 18446744073709551615 6567122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 77683 72459 556 984 0 76696 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 310732

[startup+222.302 s]
/proc/loadavg: 1.02 1.53 1.55 2/107 7296
/proc/meminfo: memFree=1535916/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=310840 CPUtime=222.2
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 464121 0 0 0 21938 282 0 0 25 0 1 0 40879506 318300160 72462 1992294400 4194304 8223781 140737192108704 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 77710 72462 557 984 0 76723 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 310840

[startup+282.301 s]
/proc/loadavg: 1.01 1.43 1.51 2/107 7298
/proc/meminfo: memFree=1535916/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=311132 CPUtime=282.18
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 554103 0 0 0 27875 343 0 0 25 0 1 0 40879506 318599168 72543 1992294400 4194304 8223781 140737192108704 18446744073709551615 6560195 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 77783 72543 557 984 0 76796 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 311132

[startup+342.301 s]
/proc/loadavg: 1.00 1.35 1.48 2/107 7300
/proc/meminfo: memFree=1535172/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=311576 CPUtime=342.15
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 633459 0 0 0 33821 394 0 0 25 0 1 0 40879506 319053824 72639 1992294400 4194304 8223781 140737192108704 18446744073709551615 6560128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 77894 72639 557 984 0 76907 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 311576

[startup+402.301 s]
/proc/loadavg: 1.00 1.28 1.44 2/107 7302
/proc/meminfo: memFree=1521904/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=324368 CPUtime=402.14
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 701914 0 0 0 39779 435 0 0 25 0 1 0 40879506 332152832 75981 1992294400 4194304 8223781 140737192108704 18446744073709551615 6599043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 81092 75981 561 984 0 80105 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 324368

[startup+462.302 s]
/proc/loadavg: 1.00 1.23 1.41 2/107 7304
/proc/meminfo: memFree=1519424/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=327168 CPUtime=462.11
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 811092 0 0 0 45716 495 0 0 25 0 1 0 40879506 335020032 76628 1992294400 4194304 8223781 140737192108704 18446744073709551615 6559356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 81792 76628 561 984 0 80805 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 327168

[startup+522.301 s]
/proc/loadavg: 1.00 1.19 1.39 2/107 7304
/proc/meminfo: memFree=1519176/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=328056 CPUtime=522.1
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 882306 0 0 0 51661 549 0 0 25 0 1 0 40879506 335929344 76641 1992294400 4194304 8223781 140737192108704 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 81781 76549 561 984 0 80794 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 328056

[startup+582.301 s]
/proc/loadavg: 1.00 1.15 1.36 2/107 7306
/proc/meminfo: memFree=1515208/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=329796 CPUtime=582.07
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 1013876 0 0 0 57590 617 0 0 25 0 1 0 40879506 337711104 77581 1992294400 4194304 8223781 140737192108704 18446744073709551615 6446778 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 82449 77581 561 984 0 81462 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 329796

[startup+642.301 s]
/proc/loadavg: 1.00 1.12 1.33 2/107 7308
/proc/meminfo: memFree=1511488/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=333336 CPUtime=642.05
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 1120652 0 0 0 63534 671 0 0 25 0 1 0 40879506 341336064 78499 1992294400 4194304 8223781 140737192108704 18446744073709551615 7304922 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 83334 78499 561 984 0 82347 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 333336

[startup+702.301 s]

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

[startup+1062.3 s]
/proc/loadavg: 1.05 1.06 1.22 2/107 7845
/proc/meminfo: memFree=1444300/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=341148 CPUtime=1061.75
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 1867561 0 0 0 105101 1074 0 0 25 0 1 0 40879506 349335552 79921 1992294400 4194304 8223781 140737192108704 18446744073709551615 6539240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 85287 79921 563 984 0 84300 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 341148

[startup+1122.3 s]
/proc/loadavg: 1.02 1.05 1.20 2/107 7847
/proc/meminfo: memFree=1442192/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=341792 CPUtime=1121.74
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 1973607 0 0 0 111042 1132 0 0 25 0 1 0 40879506 349995008 80322 1992294400 4194304 8223781 140737192108704 18446744073709551615 6296707 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 85448 80322 563 984 0 84461 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 341792

[startup+1182.3 s]
/proc/loadavg: 1.00 1.04 1.18 2/107 7849
/proc/meminfo: memFree=1440704/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=344604 CPUtime=1181.71
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2092836 0 0 0 116978 1193 0 0 25 0 1 0 40879506 352874496 80780 1992294400 4194304 8223781 140737192108704 18446744073709551615 6502720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86151 80780 563 984 0 85164 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 344604

[startup+1242.3 s]
/proc/loadavg: 1.00 1.03 1.17 2/107 7851
/proc/meminfo: memFree=1438720/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=344168 CPUtime=1241.69
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2156677 0 0 0 122936 1233 0 0 25 0 1 0 40879506 352428032 81209 1992294400 4194304 8223781 140737192108704 18446744073709551615 4665414 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86042 81209 563 984 0 85055 0
Current children cumulated CPU time (s) 1241.69
Current children cumulated vsize (KiB) 344168

[startup+1302.3 s]
/proc/loadavg: 1.00 1.02 1.16 2/107 7853
/proc/meminfo: memFree=1438472/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=346496 CPUtime=1301.68
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2239597 0 0 0 128891 1277 0 0 25 0 1 0 40879506 354811904 81321 1992294400 4194304 8223781 140737192108704 18446744073709551615 6559371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86624 81321 563 984 0 85637 0
Current children cumulated CPU time (s) 1301.68
Current children cumulated vsize (KiB) 346496

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 1.15 2/107 7855
/proc/meminfo: memFree=1438596/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=346232 CPUtime=1361.65
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2337019 0 0 0 134837 1328 0 0 25 0 1 0 40879506 354541568 81262 1992294400 4194304 8223781 140737192108704 18446744073709551615 6448657 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86558 81262 563 984 0 85571 0
Current children cumulated CPU time (s) 1361.65
Current children cumulated vsize (KiB) 346232

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 1.13 2/107 7855
/proc/meminfo: memFree=1438472/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=346376 CPUtime=1421.63
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2529317 0 0 0 140743 1420 0 0 25 0 1 0 40879506 354689024 81368 1992294400 4194304 8223781 140737192108704 18446744073709551615 6563318 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86594 81368 563 984 0 85607 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 346376

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 7857
/proc/meminfo: memFree=1438100/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=346376 CPUtime=1481.6
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2564735 0 0 0 146714 1446 0 0 25 0 1 0 40879506 354689024 81462 1992294400 4194304 8223781 140737192108704 18446744073709551615 6359593 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86594 81462 563 984 0 85607 0
Current children cumulated CPU time (s) 1481.6
Current children cumulated vsize (KiB) 346376

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 7859
/proc/meminfo: memFree=1437976/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=346376 CPUtime=1541.58
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2599977 0 0 0 152687 1471 0 0 25 0 1 0 40879506 354689024 81467 1992294400 4194304 8223781 140737192108704 18446744073709551615 6565998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86594 81467 563 984 0 85607 0
Current children cumulated CPU time (s) 1541.58
Current children cumulated vsize (KiB) 346376

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 7861
/proc/meminfo: memFree=1437976/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=346376 CPUtime=1601.56
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2638200 0 0 0 158656 1500 0 0 25 0 1 0 40879506 354689024 81450 1992294400 4194304 8223781 140737192108704 18446744073709551615 6612622 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86594 81450 563 984 0 85607 0
Current children cumulated CPU time (s) 1601.56
Current children cumulated vsize (KiB) 346376

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 7865
/proc/meminfo: memFree=1437728/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=346376 CPUtime=1661.54
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2685377 0 0 0 164623 1531 0 0 25 0 1 0 40879506 354689024 81460 1992294400 4194304 8223781 140737192108704 18446744073709551615 6569569 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86594 81460 563 984 0 85607 0
Current children cumulated CPU time (s) 1661.54
Current children cumulated vsize (KiB) 346376

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 7866
/proc/meminfo: memFree=1437728/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=346376 CPUtime=1721.51
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2732365 0 0 0 170588 1563 0 0 25 0 1 0 40879506 354689024 81446 1992294400 4194304 8223781 140737192108704 18446744073709551615 6563306 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86594 81446 563 984 0 85607 0
Current children cumulated CPU time (s) 1721.51
Current children cumulated vsize (KiB) 346376

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 7868
/proc/meminfo: memFree=1437604/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=346376 CPUtime=1781.49
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2789120 0 0 0 176551 1598 0 0 25 0 1 0 40879506 354689024 81451 1992294400 4194304 8223781 140737192108704 18446744073709551615 6564629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86594 81451 563 984 0 85607 0
Current children cumulated CPU time (s) 1781.49
Current children cumulated vsize (KiB) 346376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 7868
/proc/meminfo: memFree=1437604/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=346376 CPUtime=1800.09
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2803726 0 0 0 178402 1607 0 0 25 0 1 0 40879506 354689024 81451 1992294400 4194304 8223781 140737192108704 18446744073709551615 6563230 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86594 81451 563 984 0 85607 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 346376

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 7868
/proc/meminfo: memFree=1437604/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=346376 CPUtime=1800.59
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2803730 0 0 0 178451 1608 0 0 25 0 1 0 40879506 354689024 81455 1992294400 4194304 8223781 140737192108704 18446744073709551615 6569569 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7289/statm: 86594 81455 563 984 0 85607 0
Current children cumulated CPU time (s) 1800.59
Current children cumulated vsize (KiB) 346376

[startup+1801.81 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 7869
/proc/meminfo: memFree=1438340/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=345612 CPUtime=1800.99
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2805311 0 0 0 178491 1608 0 0 25 0 1 0 40879506 353906688 81163 1992294400 4194304 8223781 140737192108704 18446744073709551615 6068280 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7289/statm: 86403 81163 565 984 0 85416 0
Current children cumulated CPU time (s) 1800.99
Current children cumulated vsize (KiB) 345612

[startup+1802 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 7869
/proc/meminfo: memFree=1438340/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=316988 CPUtime=1801.18
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2805311 0 0 0 178510 1608 0 0 25 0 1 0 40879506 324595712 74031 1992294400 4194304 8223781 140737192108704 18446744073709551615 6206490 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7289/statm: 79247 74031 565 984 0 78260 0
Current children cumulated CPU time (s) 1801.18
Current children cumulated vsize (KiB) 316988

[startup+1802.1 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 7869
/proc/meminfo: memFree=1438340/2059040 swapFree=4140252/4192956
[pid=7289] ppid=7287 vsize=72348 CPUtime=1801.29
/proc/7289/stat : 7289 (pbscip.linux.x8) R 7287 7289 7185 0 -1 4202496 2805311 0 0 0 178518 1611 0 0 25 0 1 0 40879506 74084352 17193 1992294400 4194304 8223781 140737192108704 18446744073709551615 4212311 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7289/statm: 18087 17193 565 984 0 17100 0
Current children cumulated CPU time (s) 1801.29
Current children cumulated vsize (KiB) 72348

Child status: 0
Real time (s): 1802.14
CPU time (s): 1801.33
CPU user time (s): 1785.21
CPU system time (s): 16.1175
CPU usage (%): 99.9552
Max. virtual memory (cumulated for all children) (KiB): 468484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.21
system time used= 16.1175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2805315
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= 5
involuntary context switches= 4240

runsolver used 3.00954 second user time and 8.5247 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-16 03:46:19
IDJOB=2666602
IDBENCH=48115
IDSOLVER=1169
FILE ID=node010/2666602-1276652779
PBS_JOBID= 11172457
Free space on /tmp= 62532 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/mds/normalized-mds_1000_25_2.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-2666602-1276652779/watcher-2666602-1276652779 -o /tmp/evaluation-result-2666602-1276652779/solver-2666602-1276652779 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666602-1276652779.opb -t 1800 -m 1800

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

MD5SUM BENCH= 4286ef8a2349cd557f37fdb755cd5234
RANDOM SEED=74834064

node010.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.267
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1825868 kB
Buffers:         43156 kB
Cached:         110064 kB
SwapCached:       6204 kB
Active:         100096 kB
Inactive:        66500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1825868 kB
SwapTotal:     4192956 kB
SwapFree:      4140252 kB
Dirty:            5004 kB
Writeback:           0 kB
AnonPages:       11560 kB
Mapped:          13060 kB
Slab:            44908 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181464 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= 62528 MiB
End job on node010 at 2010-06-16 04:16:22