Trace number 2663902

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
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)0 1800.73 1801.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_25_3.opb
MD5SUM9fd52bec996ed780d55ecea52b6ce11a
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-61
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -85
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)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data

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

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663902-1276674170/watcher-2663902-1276674170 -o /tmp/evaluation-result-2663902-1276674170/solver-2663902-1276674170 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663902-1276674170.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: 0.92 1.01 1.04 3/106 14566
/proc/meminfo: memFree=1661344/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=7760 CPUtime=0
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 1172 0 0 0 0 0 0 0 22 0 1 0 8709879 7946240 1094 1992294400 4194304 7136930 140734958774784 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14566/statm: 1940 1104 254 719 0 1219 0

[startup+0.0395889 s]
/proc/loadavg: 0.92 1.01 1.04 3/106 14566
/proc/meminfo: memFree=1661344/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=13884 CPUtime=0.03
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 2952 0 0 0 2 1 0 0 22 0 1 0 8709879 14217216 2874 1992294400 4194304 7136930 140734958774784 18446744073709551615 6349716 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14566/statm: 3532 2885 272 719 0 2811 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13884

[startup+0.101595 s]
/proc/loadavg: 0.92 1.01 1.04 3/106 14566
/proc/meminfo: memFree=1661344/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=21632 CPUtime=0.09
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 4871 0 0 0 7 2 0 0 22 0 1 0 8709879 22151168 4793 1992294400 4194304 7136930 140734958774784 18446744073709551615 6166858 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14566/statm: 5408 4793 272 719 0 4687 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21632

[startup+0.301616 s]
/proc/loadavg: 0.92 1.01 1.04 3/106 14566
/proc/meminfo: memFree=1661344/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=49752 CPUtime=0.29
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 12238 0 0 0 24 5 0 0 22 0 1 0 8709879 50946048 11807 1992294400 4194304 7136930 140734958774784 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 12438 11821 285 719 0 11717 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49752

[startup+0.701659 s]
/proc/loadavg: 0.92 1.01 1.04 3/106 14566
/proc/meminfo: memFree=1661344/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=60864 CPUtime=0.69
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 15204 0 0 0 59 10 0 0 24 0 1 0 8709879 62324736 14419 1992294400 4194304 7136930 140734958774784 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 15216 14419 333 719 0 14495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60864

[startup+1.50175 s]
/proc/loadavg: 0.93 1.01 1.04 2/107 14567
/proc/meminfo: memFree=1597848/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=68312 CPUtime=1.49
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 19222 0 0 0 122 27 0 0 25 0 1 0 8709879 69951488 16416 1992294400 4194304 7136930 140734958774784 18446744073709551615 4783043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 17078 16416 418 719 0 16357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68312

[startup+3.10092 s]
/proc/loadavg: 0.93 1.01 1.04 2/107 14567
/proc/meminfo: memFree=1594252/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=70628 CPUtime=3.09
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 20014 0 0 0 281 28 0 0 25 0 1 0 8709879 72323072 17007 1992294400 4194304 7136930 140734958774784 18446744073709551615 4436506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 17657 17007 400 719 0 16936 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70628

[startup+6.30127 s]
/proc/loadavg: 0.93 1.01 1.04 2/107 14567
/proc/meminfo: memFree=1592888/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=72112 CPUtime=6.29
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 20379 0 0 0 600 29 0 0 25 0 1 0 8709879 73842688 17360 1992294400 4194304 7136930 140734958774784 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 18028 17360 388 719 0 17307 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72112

[startup+12.701 s]
/proc/loadavg: 0.94 1.01 1.04 2/107 14567
/proc/meminfo: memFree=1586192/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=78928 CPUtime=12.68
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 22056 0 0 0 1238 30 0 0 25 0 1 0 8709879 80822272 19037 1992294400 4194304 7136930 140734958774784 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 19732 19037 393 719 0 19011 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 78928

[startup+25.5014 s]
/proc/loadavg: 0.95 1.01 1.04 2/107 14567
/proc/meminfo: memFree=1584332/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=80772 CPUtime=25.49
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 22529 0 0 0 2516 33 0 0 25 0 1 0 8709879 82710528 19510 1992294400 4194304 7136930 140734958774784 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 20193 19510 393 719 0 19472 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80772

[startup+51.1012 s]
/proc/loadavg: 0.96 1.01 1.04 2/107 14569
/proc/meminfo: memFree=1577760/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=87524 CPUtime=51.07
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 24178 0 0 0 5067 40 0 0 25 0 1 0 8709879 89624576 21159 1992294400 4194304 7136930 140734958774784 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 21881 21159 393 719 0 21160 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 87524

[startup+102.309 s]
/proc/loadavg: 1.02 1.02 1.04 2/107 14569
/proc/meminfo: memFree=1570196/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=95284 CPUtime=102.27
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 26026 0 0 0 10173 54 0 0 25 0 1 0 8709879 97570816 23007 1992294400 4194304 7136930 140734958774784 18446744073709551615 4414793 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 23821 23007 393 719 0 23100 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 95284

[startup+162.301 s]
/proc/loadavg: 1.12 1.04 1.04 2/107 14571
/proc/meminfo: memFree=1557424/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=107764 CPUtime=162.23
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 29161 0 0 0 16154 69 0 0 25 0 1 0 8709879 110350336 26142 1992294400 4194304 7136930 140734958774784 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 26941 26142 393 719 0 26220 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 107764

[startup+222.302 s]
/proc/loadavg: 1.11 1.05 1.04 2/107 14573
/proc/meminfo: memFree=1552588/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=112656 CPUtime=222.22
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 30390 0 0 0 22137 85 0 0 25 0 1 0 8709879 115359744 27371 1992294400 4194304 7136930 140734958774784 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 28164 27371 393 719 0 27443 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 112656

[startup+282.301 s]
/proc/loadavg: 1.11 1.05 1.04 2/107 14575
/proc/meminfo: memFree=1540808/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=124136 CPUtime=282.2
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 33307 0 0 0 28118 102 0 0 25 0 1 0 8709879 127115264 30288 1992294400 4194304 7136930 140734958774784 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 31034 30288 393 719 0 30313 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 124136

[startup+342.301 s]
/proc/loadavg: 1.10 1.06 1.04 2/107 14575
/proc/meminfo: memFree=1534856/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=130004 CPUtime=342.18
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 34774 0 0 0 34101 117 0 0 25 0 1 0 8709879 133124096 31755 1992294400 4194304 7136930 140734958774784 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 32501 31755 393 719 0 31780 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 130004

[startup+402.301 s]
/proc/loadavg: 1.09 1.06 1.04 2/107 14577
/proc/meminfo: memFree=1526052/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=138608 CPUtime=402.16
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 36948 0 0 0 40085 131 0 0 25 0 1 0 8709879 141934592 33929 1992294400 4194304 7136930 140734958774784 18446744073709551615 4407945 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 34652 33929 393 719 0 33931 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 138608

[startup+462.301 s]
/proc/loadavg: 1.08 1.06 1.04 2/107 14579
/proc/meminfo: memFree=1518860/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=145928 CPUtime=462.15
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 38769 0 0 0 46066 149 0 0 25 0 1 0 8709879 149430272 35750 1992294400 4194304 7136930 140734958774784 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 36482 35750 393 719 0 35761 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 145928

[startup+522.302 s]
/proc/loadavg: 1.08 1.06 1.04 2/107 14581
/proc/meminfo: memFree=1511420/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=153156 CPUtime=522.12
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 40595 0 0 0 52048 164 0 0 25 0 1 0 8709879 156831744 37576 1992294400 4194304 7136930 140734958774784 18446744073709551615 4697120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 38289 37576 393 719 0 37568 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 153156

[startup+582.301 s]
/proc/loadavg: 1.07 1.06 1.04 2/107 14583
/proc/meminfo: memFree=1501748/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=162860 CPUtime=582.11
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 43017 0 0 0 58028 183 0 0 25 0 1 0 8709879 166768640 39998 1992294400 4194304 7136930 140734958774784 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 40715 39998 393 719 0 39994 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 162860

[startup+642.302 s]
/proc/loadavg: 1.07 1.06 1.04 2/107 14583
/proc/meminfo: memFree=1494432/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=169944 CPUtime=642.09
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 44791 0 0 0 64004 205 0 0 25 0 1 0 8709879 174022656 41772 1992294400 4194304 7136930 140734958774784 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 42486 41772 393 719 0 41765 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 169944

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.13 1.10 1.05 2/107 14593
/proc/meminfo: memFree=1444584/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=219700 CPUtime=1001.97
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 57175 0 0 0 99910 287 0 0 25 0 1 0 8709879 224972800 54156 1992294400 4194304 7136930 140734958774784 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 54925 54156 393 719 0 54204 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 219700

[startup+1062.3 s]
/proc/loadavg: 1.05 1.08 1.05 2/107 14595
/proc/meminfo: memFree=1438880/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=225348 CPUtime=1061.95
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 58577 0 0 0 105892 303 0 0 25 0 1 0 8709879 230756352 55558 1992294400 4194304 7136930 140734958774784 18446744073709551615 4774442 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 56337 55558 393 719 0 55616 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 225348

[startup+1122.3 s]
/proc/loadavg: 1.02 1.06 1.04 2/107 14606
/proc/meminfo: memFree=1429580/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=235604 CPUtime=1121.91
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 60880 0 0 0 111875 316 0 0 25 0 1 0 8709879 241258496 57861 1992294400 4194304 7136930 140734958774784 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 58901 57861 393 719 0 58180 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 235604

[startup+1182.3 s]
/proc/loadavg: 1.00 1.05 1.04 2/107 14608
/proc/meminfo: memFree=1422636/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=244192 CPUtime=1181.89
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 62610 0 0 0 117860 329 0 0 25 0 1 0 8709879 250052608 59591 1992294400 4194304 7136930 140734958774784 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 61048 59591 393 719 0 60327 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 244192

[startup+1242.3 s]
/proc/loadavg: 1.00 1.04 1.03 2/107 14608
/proc/meminfo: memFree=1414452/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=253016 CPUtime=1241.87
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 64845 0 0 0 123843 344 0 0 25 0 1 0 8709879 259088384 61826 1992294400 4194304 7136930 140734958774784 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 63254 61826 393 719 0 62533 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 253016

[startup+1302.3 s]
/proc/loadavg: 1.00 1.03 1.02 2/107 14610
/proc/meminfo: memFree=1403540/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=263032 CPUtime=1301.86
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 67329 0 0 0 129829 357 0 0 25 0 1 0 8709879 269344768 64310 1992294400 4194304 7136930 140734958774784 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 65758 64310 393 719 0 65037 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 263032

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 1.02 2/107 14612
/proc/meminfo: memFree=1396596/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=270552 CPUtime=1361.84
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 69060 0 0 0 135814 370 0 0 25 0 1 0 8709879 277045248 66041 1992294400 4194304 7136930 140734958774784 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 67638 66041 393 719 0 66917 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 270552

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 1.01 2/107 14614
/proc/meminfo: memFree=1388164/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=278580 CPUtime=1421.83
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 71123 0 0 0 141801 382 0 0 25 0 1 0 8709879 285265920 68104 1992294400 4194304 7136930 140734958774784 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 69645 68104 393 719 0 68924 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 278580

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 1.01 2/107 14616
/proc/meminfo: memFree=1382212/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=286160 CPUtime=1481.81
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 72889 0 0 0 147786 395 0 0 25 0 1 0 8709879 293027840 69870 1992294400 4194304 7136930 140734958774784 18446744073709551615 4697685 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 71540 69870 393 719 0 70819 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 286160

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14616
/proc/meminfo: memFree=1370804/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=296376 CPUtime=1541.78
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 75457 0 0 0 153768 410 0 0 25 0 1 0 8709879 303489024 72438 1992294400 4194304 7136930 140734958774784 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 74094 72438 393 719 0 73373 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 296376

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14618
/proc/meminfo: memFree=1364480/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=302980 CPUtime=1601.76
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 77042 0 0 0 159753 423 0 0 25 0 1 0 8709879 310251520 74023 1992294400 4194304 7136930 140734958774784 18446744073709551615 5120184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 75745 74023 393 719 0 75024 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 302980

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14620
/proc/meminfo: memFree=1358776/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=309652 CPUtime=1661.75
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 78448 0 0 0 165736 439 0 0 25 0 1 0 8709879 317083648 75429 1992294400 4194304 7136930 140734958774784 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 77413 75429 393 719 0 76692 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 309652

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14622
/proc/meminfo: memFree=1348360/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=320524 CPUtime=1721.73
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 81020 0 0 0 171720 453 0 0 25 0 1 0 8709879 328216576 78001 1992294400 4194304 7136930 140734958774784 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 80131 78001 393 719 0 79410 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 320524

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14624
/proc/meminfo: memFree=1339556/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=329308 CPUtime=1781.71
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 83180 0 0 0 177703 468 0 0 25 0 1 0 8709879 337211392 80161 1992294400 4194304 7136930 140734958774784 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 82327 80161 393 719 0 81606 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 329308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 14624
/proc/meminfo: memFree=1338936/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=329880 CPUtime=1800.02
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 83324 0 0 0 179531 471 0 0 25 0 1 0 8709879 337797120 80305 1992294400 4194304 7136930 140734958774784 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14566/statm: 82470 80305 393 719 0 81749 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 329880

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 14624
/proc/meminfo: memFree=1338936/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=296740 CPUtime=1800.41
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 83329 0 0 0 179569 472 0 0 25 0 1 0 8709879 303861760 72025 1992294400 4194304 7136930 140734958774784 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14566/statm: 74185 72025 398 719 0 73464 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 296740

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 14624
/proc/meminfo: memFree=1338936/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=217288 CPUtime=1800.61
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 83329 0 0 0 179588 473 0 0 25 0 1 0 8709879 222502912 52163 1992294400 4194304 7136930 140734958774784 18446744073709551615 4788141 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14566/statm: 54322 52163 398 719 0 53601 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (KiB) 217288

[startup+1801.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 14624
/proc/meminfo: memFree=1338936/2059040 swapFree=4192956/4192956
[pid=14566] ppid=14564 vsize=38484 CPUtime=1800.71
/proc/14566/stat : 14566 (pbscip.linux.x8) R 14564 14566 14541 0 -1 4202496 83329 0 0 0 179596 475 0 0 25 0 1 0 8709879 39407616 9233 1992294400 4194304 7136930 140734958774784 18446744073709551615 4671856 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14566/statm: 9621 9233 398 719 0 8900 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 38484

Child status: 0
Real time (s): 1801.31
CPU time (s): 1800.73
CPU user time (s): 1795.97
CPU system time (s): 4.75928
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 329880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.97
system time used= 4.75928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83335
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 6820

runsolver used 2.88156 second user time and 8.60669 second system time

The end

Launcher Data

Begin job on node037 at 2010-06-16 09:42:50
IDJOB=2663902
IDBENCH=48275
IDSOLVER=1167
FILE ID=node037/2663902-1276674170
PBS_JOBID= 11172558
Free space on /tmp= 62584 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_25_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663902-1276674170/watcher-2663902-1276674170 -o /tmp/evaluation-result-2663902-1276674170/solver-2663902-1276674170 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663902-1276674170.opb -t 1800 -m 1800

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

MD5SUM BENCH= 9fd52bec996ed780d55ecea52b6ce11a
RANDOM SEED=604384116

node037.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.248
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.49
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.248
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.55
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1661872 kB
Buffers:        101288 kB
Cached:         157984 kB
SwapCached:          0 kB
Active:         129896 kB
Inactive:       188668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1661872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3716 kB
Writeback:           0 kB
AnonPages:       59332 kB
Mapped:          15452 kB
Slab:            56932 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179428 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= 62580 MiB
End job on node037 at 2010-06-16 10:12:53