Trace number 1869686

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT12 3.55446 3.55654

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir04_area_delay.opb
MD5SUMea4ff8014cd873922b6021da249fa157
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.778881
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables741
Total number of constraints2072
Number of constraints which are clauses2072
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 360
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 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver SoPlex 1.4.1
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1869686-1245183467.opb>
0.00/0.04	c original problem has 741 variables (741 bin, 0 int, 0 impl, 0 cont) and 2072 constraints
0.00/0.05	c start presolving problem
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 327 del vars, 725 del conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 3403 impls, 0 clqs
0.00/0.07	c (round 2) 328 del vars, 816 del conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 3403 impls, 0 clqs
0.09/0.12	c (round 3) 328 del vars, 873 del conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 1157 upgd conss, 3403 impls, 0 clqs
0.09/0.12	c (round 4) 333 del vars, 939 del conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 1157 upgd conss, 3403 impls, 0 clqs
0.09/0.13	c (round 5) 333 del vars, 939 del conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 1199 upgd conss, 3403 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 292/408 (71.6%) - 0 fixings, 6 aggregations, 146 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c (round 6) 339 del vars, 939 del conss, 25 chg bounds, 0 chg sides, 0 chg coeffs, 1199 upgd conss, 3605 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 302/408 (74.0%) - 0 fixings, 6 aggregations, 146 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (7 rounds):
0.09/0.17	c  339 deleted vars, 939 deleted constraints, 25 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  3605 implications, 0 cliques
0.09/0.17	c presolved problem has 402 variables (402 bin, 0 int, 0 impl, 0 cont) and 1133 constraints
0.09/0.17	c    1133 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.11
0.09/0.17	c strange?!, PURESAT with obj
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = c 1620
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = c 1791
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = c 10000
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving problem
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c   0.1s|     1 |     0 |    85 |3453k|   0 |  41 | 402 |1133 |1133 | 402 |1133 |   0 |   0 |   0 | 1.083333e+01 |      --      |    Inf 
0.09/0.18	o 20
0.09/0.18	c s 0.1s|     1 |     0 |    85 |3480k|   0 |  41 | 402 |1133 |1133 | 402 |1133 |   0 |   0 |   0 | 1.083333e+01 | 2.000000e+01 |  84.62%
0.19/0.24	c   0.2s|     1 |     0 |    95 |3500k|   0 |  46 | 402 |1133 |1133 | 402 |1145 |  12 |   0 |   0 | 1.150000e+01 | 2.000000e+01 |  73.91%
0.19/0.24	o 19
0.19/0.24	c s 0.2s|     1 |     0 |    95 |3510k|   0 |  46 | 402 |1133 |1133 | 402 |1145 |  12 |   0 |   0 | 1.150000e+01 | 1.900000e+01 |  65.22%
0.29/0.35	c   0.3s|     1 |     0 |   117 |3523k|   0 |  54 | 402 |1133 |1133 | 402 |1151 |  18 |   0 |   0 | 1.166667e+01 | 1.900000e+01 |  62.86%
0.29/0.35	o 18
0.29/0.35	c s 0.3s|     1 |     0 |   117 |3532k|   0 |  54 | 402 |1133 |1133 | 402 |1151 |  18 |   0 |   0 | 1.166667e+01 | 1.800000e+01 |  54.29%
0.39/0.49	c   0.4s|     1 |     0 |   139 |3820k|   0 |  74 | 402 |1133 |1133 | 402 |1154 |  21 |   0 |   0 | 1.200000e+01 | 1.800000e+01 |  50.00%
0.59/0.63	c   0.6s|     1 |     0 |   173 |4124k|   0 |  84 | 402 |1133 |1133 | 402 |1158 |  25 |   0 |   0 | 1.200000e+01 | 1.800000e+01 |  50.00%
0.79/0.83	c   0.8s|     1 |     0 |   203 |4694k|   0 |  79 | 402 |1133 |1133 | 402 |1163 |  30 |   0 |   0 | 1.200000e+01 | 1.800000e+01 |  50.00%
1.19/1.26	c   1.2s|     1 |     0 |   213 |5026k|   0 |  66 | 402 |1133 |1133 | 402 |1164 |  31 |   0 |   0 | 1.200000e+01 | 1.800000e+01 |  50.00%
1.49/1.53	c   1.4s|     1 |     0 |   238 |5168k|   0 |  70 | 402 |1133 |1133 | 402 |1166 |  33 |   0 |   0 | 1.200000e+01 | 1.800000e+01 |  50.00%
1.49/1.53	o 17
1.49/1.53	c s 1.4s|     1 |     0 |   238 |5177k|   0 |  70 | 402 |1133 |1133 | 402 |1166 |  33 |   0 |   0 | 1.200000e+01 | 1.700000e+01 |  41.67%
1.69/1.77	c   1.7s|     1 |     0 |   261 |5333k|   0 |  78 | 402 |1133 |1133 | 402 |1167 |  34 |   0 |   0 | 1.200000e+01 | 1.700000e+01 |  41.67%
1.69/1.77	o 15
1.69/1.77	c k 1.7s|     1 |     0 |   261 |5352k|   0 |  78 | 402 |1133 |1133 | 402 |1167 |  34 |   0 |   0 | 1.200000e+01 | 1.500000e+01 |  25.00%
1.78/1.84	c   1.7s|     1 |     0 |   261 |5343k|   0 |  78 | 402 |1133 |1133 | 402 |1167 |  34 |   0 |   0 | 1.200000e+01 | 1.500000e+01 |  25.00%
1.99/2.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.99/2.06	c   2.0s|     1 |     0 |   288 |5416k|   0 |  81 | 402 |1133 |1133 | 402 |1168 |  35 |   0 |   0 | 1.200000e+01 | 1.500000e+01 |  25.00%
2.59/2.63	c   2.5s|     1 |     2 |   288 |5417k|   0 |  81 | 402 |1133 |1133 | 402 |1168 |  35 |   0 |  24 | 1.200000e+01 | 1.500000e+01 |  25.00%
2.79/2.84	o 14
2.79/2.84	c R 2.7s|     4 |     3 |   398 |5442k|   3 |  19 | 402 |1133 |1123 | 402 |1152 |  35 |   0 |  67 | 1.200000e+01 | 1.400000e+01 |  16.67%
2.79/2.90	o 13
2.79/2.90	c * 2.8s|     5 |     1 |   400 |5464k|   4 |   - | 402 |1133 |1092 | 402 |1152 |  35 |   0 |  86 | 1.200000e+01 | 1.300000e+01 |   8.33%
3.49/3.53	o 12
3.49/3.53	c R 3.4s|     6 |     0 |   600 |5413k|   4 |   - | 402 |1133 | 576 | 402 |1152 |  35 |   0 | 137 | 1.200000e+01 | 1.200000e+01 |   0.00%
3.49/3.53	c 
3.49/3.53	c SCIP Status        : problem is solved [optimal solution found]
3.49/3.53	c Solving Time (sec) : 3.42
3.49/3.53	c Solving Nodes      : 6
3.49/3.53	c Primal Bound       : +1.20000000000000e+01 (9 solutions)
3.49/3.53	c Dual Bound         : +1.20000000000000e+01
3.49/3.53	c Gap                : 0.00 %
3.49/3.54	c NODE         6
3.49/3.54	c DUAL BOUND   12
3.49/3.54	c PRIMAL BOUND 12
3.49/3.54	c GAP          0
3.49/3.54	s OPTIMUM FOUND
3.49/3.54	v x81 x80 x79 x78 -x77 x76 x75 -x74 x73 -x72 -x739 -x71 x70 x69 -x736 x68 x67 x66 x65 x64 x63 -x734 -x732 -x730 -x728 -x62 -x61 -x60 
3.49/3.54	v -x726 -x59 -x58 -x724 -x57 -x722 -x720 -x718 -x716 x56 -x713 -x711 -x709 -x707 -x703 -x701 -x699 -x697 -x695 -x693 -x691 
3.49/3.54	v -x689 -x687 -x684 -x680 -x678 -x55 -x54 x53 -x676 -x673 -x671 -x668 -x666 x52 -x663 -x51 -x659 x50 x49 -x48 -x47 x46 x45 -x657 
3.49/3.54	v x655 x44 -x653 -x651 -x647 -x644 -x43 x42 -x41 -x40 -x642 -x639 -x636 -x634 -x39 -x632 -x630 -x628 -x626 -x624 -x38 -x622 -x37 
3.49/3.54	v -x36 -x35 -x617 -x615 -x613 -x611 -x34 -x607 -x605 -x603 -x33 -x601 -x599 -x597 -x594 -x592 -x32 -x590 -x588 -x586 -x584 
3.49/3.54	v -x580 -x578 -x576 -x574 -x31 -x572 -x569 -x567 -x565 -x563 -x561 -x558 -x556 -x554 -x552 -x550 -x548 -x546 -x544 -x542 -x540 
3.49/3.54	v -x538 -x536 -x534 -x532 -x530 -x528 -x526 -x523 -x521 x30 -x519 -x29 -x516 -x514 -x28 -x512 -x27 -x510 -x508 -x506 -x503 -x501 
3.49/3.54	v -x499 -x496 -x494 -x492 -x490 -x488 -x486 -x484 -x482 -x480 -x477 x26 -x475 -x473 -x471 x25 -x469 -x467 -x465 -x463 -x460 -x458 
3.49/3.54	v -x456 -x454 -x452 -x450 -x24 -x448 -x446 -x444 -x442 -x440 -x438 -x436 -x434 -x432 -x430 x23 -x428 -x426 -x424 -x422 -x420 
3.49/3.54	v -x418 -x416 -x414 -x412 -x410 -x408 -x406 -x404 -x402 -x400 -x398 -x396 -x394 x392 -x390 -x388 -x385 -x383 -x381 -x379 -x377 
3.49/3.54	v -x375 -x373 -x371 -x369 -x366 -x22 -x363 -x360 -x358 -x356 -x354 -x352 -x350 -x348 -x346 -x21 -x343 -x341 -x338 -x336 -x334 
3.49/3.54	v -x332 -x330 -x328 -x326 -x324 x20 -x321 -x319 -x317 -x314 -x312 -x310 -x307 -x305 -x303 -x301 -x299 -x297 -x295 -x292 -x290 
3.49/3.54	v -x288 -x286 -x282 -x280 -x278 -x276 -x274 -x272 -x270 -x268 -x266 x19 x18 x17 -x263 -x16 -x261 -x259 -x15 -x257 x14 -x13 -x252 
3.49/3.54	v x12 -x250 -x248 -x245 -x11 -x243 -x241 -x239 -x237 -x235 -x10 -x233 x231 -x229 -x227 -x225 x9 -x222 -x220 -x217 -x215 -x212 
3.49/3.54	v -x210 -x208 -x206 -x204 -x202 -x200 -x198 -x196 -x194 -x192 -x190 x188 -x186 -x184 x8 -x181 -x179 -x177 -x175 -x173 -x171 -x169 
3.49/3.54	v -x167 -x165 x163 -x160 -x158 -x156 -x154 x7 x6 x151 x5 x149 -x147 -x145 -x143 -x4 -x141 -x139 -x3 -x136 -x134 -x132 -x129 
3.49/3.54	v -x127 -x2 -x125 -x122 -x120 -x118 -x116 -x114 -x1 -x112 -x110 -x108 -x106 -x104 -x102 -x100 -x98 -x96 -x94 x92 -x90 -x88 -x86 
3.49/3.54	v -x84 -x82 -x741 -x740 -x738 -x737 -x735 -x733 -x731 -x729 -x727 -x725 -x723 -x721 -x719 -x717 -x715 -x714 -x712 -x710 -x708 
3.49/3.54	v -x706 -x705 -x704 -x702 -x700 -x698 -x696 -x694 -x692 -x690 -x688 -x686 -x685 -x683 -x682 -x681 -x679 -x677 -x675 -x674 -x672 
3.49/3.54	v -x670 -x669 -x667 -x665 -x664 -x662 -x661 -x660 -x658 x656 -x654 -x652 -x650 -x649 -x648 -x646 -x645 -x643 -x641 -x640 -x638 
3.49/3.54	v -x637 -x635 -x633 -x631 -x629 -x627 -x625 -x623 -x621 -x620 -x619 -x618 -x616 -x614 -x612 -x610 -x609 -x608 -x606 -x604 -x602 
3.49/3.54	v -x600 -x598 -x596 -x595 -x593 -x591 -x589 -x587 -x585 -x583 -x582 -x581 -x579 -x577 -x575 -x573 -x571 -x570 -x568 -x566 -x564 
3.49/3.54	v -x562 -x560 -x559 -x557 -x555 -x553 -x551 -x549 -x547 -x545 -x543 -x541 -x539 -x537 -x535 -x533 -x531 -x529 -x527 -x525 
3.49/3.54	v -x524 -x522 -x520 -x518 -x517 -x515 -x513 -x511 -x509 -x507 -x505 -x504 -x502 -x500 -x498 -x497 -x495 -x493 -x491 -x489 -x487 
3.49/3.54	v -x485 -x483 -x481 -x479 -x478 -x476 -x474 -x472 -x470 -x468 -x466 -x464 -x462 -x461 -x459 -x457 -x455 -x453 -x451 -x449 -x447 
3.49/3.54	v -x445 -x443 -x441 -x439 -x437 -x435 -x433 -x431 -x429 -x427 -x425 -x423 -x421 -x419 -x417 -x415 -x413 -x411 -x409 -x407 -x405 
3.49/3.54	v -x403 -x401 -x399 -x397 -x395 x393 -x391 -x389 -x387 -x386 -x384 -x382 -x380 -x378 -x376 -x374 -x372 -x370 -x368 -x367 -x365 
3.49/3.54	v -x364 -x362 -x361 -x359 -x357 -x355 -x353 -x351 -x349 -x347 -x345 -x344 -x342 -x340 -x339 -x337 -x335 -x333 -x331 -x329 -x327 
3.49/3.54	v -x325 -x323 -x322 -x320 -x318 -x316 -x315 -x313 -x311 -x309 -x308 -x306 -x304 -x302 -x300 -x298 -x296 -x294 -x293 -x291 -x289 
3.49/3.54	v -x287 -x285 -x284 -x283 -x281 -x279 -x277 -x275 -x273 -x271 -x269 -x267 x265 -x264 -x262 -x260 -x258 -x256 -x255 x254 -x253 
3.49/3.54	v -x251 -x249 -x247 -x246 -x244 -x242 -x240 -x238 -x236 -x234 x232 -x230 -x228 -x226 -x224 -x223 -x221 x219 -x218 -x216 -x214 
3.49/3.54	v -x213 -x211 -x209 -x207 -x205 -x203 -x201 -x199 -x197 -x195 -x193 -x191 x189 -x187 -x185 -x183 -x182 -x180 -x178 -x176 -x174 
3.49/3.54	v -x172 -x170 -x168 -x166 x164 -x162 -x161 -x159 -x157 -x155 x153 x152 x150 -x148 -x146 -x144 -x142 -x140 -x138 -x137 -x135 
3.49/3.54	v -x133 -x131 -x130 -x128 -x126 -x124 -x123 -x121 -x119 -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 -x99 -x97 -x95 x93 
3.49/3.54	v -x91 -x89 -x87 -x85 -x83 
3.49/3.54	c SCIP Status        : problem is solved [optimal solution found]
3.49/3.54	c Solving Time       :       3.42
3.49/3.54	c Original Problem   :
3.49/3.54	c   Problem name     : HOME/instance-1869686-1245183467.opb
3.49/3.54	c   Variables        : 741 (741 binary, 0 integer, 0 implicit integer, 0 continuous)
3.49/3.54	c   Constraints      : 2072 initial, 2072 maximal
3.49/3.54	c Presolved Problem  :
3.49/3.54	c   Problem name     : t_HOME/instance-1869686-1245183467.opb
3.49/3.54	c   Variables        : 402 (402 binary, 0 integer, 0 implicit integer, 0 continuous)
3.49/3.54	c   Constraints      : 1133 initial, 1133 maximal
3.49/3.54	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
3.49/3.54	c   trivial          :       0.00          0          0          0          0          0          0          0          0
3.49/3.54	c   dualfix          :       0.00          5          0          0          0          0          0          0          0
3.49/3.54	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
3.49/3.54	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
3.49/3.54	c   implics          :       0.00          0          3          0          0          0          0          0          0
3.49/3.54	c   probing          :       0.03          0          6          0          0          0          0          0          0
3.49/3.54	c   linear           :       0.02         25        300          0         25          0        873          0          0
3.49/3.54	c   logicor          :       0.05          0          0          0          0          0         66          0          0
3.49/3.54	c   root node        :          -        185          -          -        185          -          -          -          -
3.49/3.54	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
3.49/3.54	c   integral         :          0          0          0         10          0          0         18          0          0          8
3.49/3.54	c   logicor          :       1133          9        635          1          0          0         28          0          0          0
3.49/3.54	c   countsols        :          0          0          0          1          0          0          0          0          0          0
3.49/3.54	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
3.49/3.54	c   integral         :       1.38       0.00       0.00       1.38       0.00
3.49/3.54	c   logicor          :       0.01       0.00       0.01       0.00       0.00
3.49/3.54	c   countsols        :       0.00       0.00       0.00       0.00       0.00
3.49/3.54	c Propagators        :       Time      Calls    Cutoffs    DomReds
3.49/3.54	c   rootredcost      :       0.00          2          0        158
3.49/3.54	c   pseudoobj        :       0.00         25          0          0
3.49/3.54	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
3.49/3.54	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
3.49/3.54	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
3.49/3.54	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
3.49/3.54	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
3.49/3.54	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
3.49/3.54	c   applied globally :          -          -          -          0        0.0          -          -          -
3.49/3.54	c   applied locally  :          -          -          -          0        0.0          -          -          -
3.49/3.54	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
3.49/3.54	c   cut pool         :       0.00          8          -          -        286          -    (maximal pool size: 463)
3.49/3.54	c   redcost          :       0.00         19          0        197          0          0
3.49/3.54	c   impliedbounds    :       0.00          9          0          0         18          0
3.49/3.54	c   intobj           :       0.00          0          0          0          0          0
3.49/3.54	c   gomory           :       0.94          9          0          0       2558          0
3.49/3.54	c   strongcg         :       0.60          9          0          0       3196          0
3.49/3.54	c   cmir             :       0.07          9          0          0          3          0
3.49/3.54	c   flowcover        :       0.09          9          0          0          6          0
3.49/3.54	c   clique           :       0.00          9          0          0         19          0
3.49/3.54	c   zerohalf         :       0.00          0          0          0          0          0
3.49/3.54	c   mcf              :       0.00          1          0          0          0          0
3.49/3.54	c Pricers            :       Time      Calls       Vars
3.49/3.54	c   problem variables:       0.00          0          0
3.49/3.54	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
3.49/3.54	c   relpscost        :       1.38          9          0         18          0          0          8
3.49/3.54	c   pscost           :       0.00          0          0          0          0          0          0
3.49/3.54	c   inference        :       0.00          0          0          0          0          0          0
3.49/3.54	c   mostinf          :       0.00          0          0          0          0          0          0
3.49/3.54	c   leastinf         :       0.00          0          0          0          0          0          0
3.49/3.54	c   fullstrong       :       0.00          0          0          0          0          0          0
3.49/3.54	c   allfullstrong    :       0.00          0          0          0          0          0          0
3.49/3.54	c   random           :       0.00          0          0          0          0          0          0
3.49/3.54	c Primal Heuristics  :       Time      Calls      Found
3.49/3.54	c   LP solutions     :       0.00          -          1
3.49/3.54	c   pseudo solutions :       0.00          -          0
3.49/3.54	c   coefdiving       :       0.00          0          0
3.49/3.54	c   pscostdiving     :       0.00          0          0
3.49/3.54	c   fracdiving       :       0.00          0          0
3.49/3.54	c   veclendiving     :       0.00          0          0
3.49/3.54	c   objpscostdiving  :       0.00          0          0
3.49/3.54	c   simplerounding   :       0.00          5          0
3.49/3.54	c   rounding         :       0.01         19          2
3.49/3.54	c   shifting         :       0.00         10          5
3.49/3.54	c   intshifting      :       0.00          0          0
3.49/3.54	c   oneopt           :       0.00          3          1
3.49/3.54	c   fixandinfer      :       0.00          0          0
3.49/3.54	c   feaspump         :       0.00          0          0
3.49/3.54	c   intdiving        :       0.00          0          0
3.49/3.54	c   actconsdiving    :       0.00          0          0
3.49/3.54	c   rootsoldiving    :       0.00          0          0
3.49/3.54	c   linesearchdiving :       0.00          0          0
3.49/3.54	c   guideddiving     :       0.00          0          0
3.49/3.54	c   octane           :       0.00          0          0
3.49/3.54	c   rens             :       0.05          1          0
3.49/3.54	c   rins             :       0.00          0          0
3.49/3.54	c   localbranching   :       0.00          0          0
3.49/3.54	c   mutation         :       0.00          0          0
3.49/3.54	c   crossover        :       0.00          0          0
3.49/3.54	c   dins             :       0.00          0          0
3.49/3.54	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
3.49/3.54	c   primal LP        :       0.00          0          0       0.00          -
3.49/3.54	c   dual LP          :       0.12         20        600      30.00    5000.00
3.49/3.54	c   barrier LP       :       0.00          0          0       0.00          -
3.49/3.54	c   diving/probing LP:       0.00          0          0       0.00          -
3.49/3.54	c   strong branching :       1.38        137       5925      43.25    4293.48
3.49/3.54	c     (at root node) :          -         24       2391      99.62          -
3.49/3.54	c   conflict analysis:       0.00          0          0       0.00          -
3.49/3.54	c B&B Tree           :
3.49/3.54	c   number of runs   :          1
3.49/3.54	c   nodes            :          6
3.49/3.54	c   nodes (total)    :          6
3.49/3.54	c   nodes left       :          0
3.49/3.54	c   max depth        :          4
3.49/3.54	c   max depth (total):          4
3.49/3.54	c   backtracks       :          1 (16.7%)
3.49/3.54	c   delayed cutoffs  :          0
3.49/3.54	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3.49/3.54	c   avg switch length:       2.00
3.49/3.54	c   switching time   :       0.00
3.49/3.54	c Solution           :
3.49/3.54	c   Solutions found  :          9 (8 improvements)
3.49/3.54	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 6 nodes, 3.42 seconds, depth 1, found by <rounding>)
3.49/3.54	c   Dual Bound       : +1.20000000000000e+01
3.49/3.54	c   Gap              :       0.00 %
3.49/3.54	c   Root Dual Bound  : +1.20000000000000e+01
3.49/3.55	c Time complete: 3.55.

Verifier Data

OK	12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869686-1245183467/watcher-1869686-1245183467 -o /tmp/evaluation-result-1869686-1245183467/solver-1869686-1245183467 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869686-1245183467.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2242
/proc/meminfo: memFree=1866968/2055920 swapFree=4192812/4192956
[pid=2242] ppid=2240 vsize=4324 CPUtime=0
/proc/2242/stat : 2242 (pbscip.linux.x8) R 2240 2242 1691 0 -1 4194304 468 0 0 0 0 0 0 0 18 0 1 0 185947112 4427776 453 1992294400 4194304 7823515 548682068736 18446744073709551615 6804372 0 0 4096 0 0 0 0 17 1 0 0
/proc/2242/statm: 1082 463 300 886 0 192 0

[startup+0.0928369 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2242
/proc/meminfo: memFree=1866968/2055920 swapFree=4192812/4192956
[pid=2242] ppid=2240 vsize=16712 CPUtime=0.08
/proc/2242/stat : 2242 (pbscip.linux.x8) R 2240 2242 1691 0 -1 4194304 3597 0 0 0 7 1 0 0 18 0 1 0 185947112 17113088 3225 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2242/statm: 4178 3225 437 886 0 3288 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16712

[startup+0.102839 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2242
/proc/meminfo: memFree=1866968/2055920 swapFree=4192812/4192956
[pid=2242] ppid=2240 vsize=16712 CPUtime=0.09
/proc/2242/stat : 2242 (pbscip.linux.x8) R 2240 2242 1691 0 -1 4194304 3597 0 0 0 8 1 0 0 18 0 1 0 185947112 17113088 3225 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2242/statm: 4178 3225 437 886 0 3288 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16712

[startup+0.302871 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2242
/proc/meminfo: memFree=1866968/2055920 swapFree=4192812/4192956
[pid=2242] ppid=2240 vsize=20408 CPUtime=0.29
/proc/2242/stat : 2242 (pbscip.linux.x8) R 2240 2242 1691 0 -1 4194304 4686 0 0 0 27 2 0 0 19 0 1 0 185947112 20897792 4313 1992294400 4194304 7823515 548682068736 18446744073709551615 6722849 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2242/statm: 5102 4313 557 886 0 4212 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20408

[startup+0.701939 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2242
/proc/meminfo: memFree=1866968/2055920 swapFree=4192812/4192956
[pid=2242] ppid=2240 vsize=25592 CPUtime=0.69
/proc/2242/stat : 2242 (pbscip.linux.x8) R 2240 2242 1691 0 -1 4194304 6008 0 0 0 66 3 0 0 23 0 1 0 185947112 26206208 5627 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2242/statm: 6398 5627 557 886 0 5508 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25592

[startup+1.50107 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2243
/proc/meminfo: memFree=1844816/2055920 swapFree=4192812/4192956
[pid=2242] ppid=2240 vsize=29748 CPUtime=1.49
/proc/2242/stat : 2242 (pbscip.linux.x8) R 2240 2242 1691 0 -1 4194304 7045 0 0 0 145 4 0 0 25 0 1 0 185947112 30461952 6664 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2242/statm: 7437 6664 557 886 0 6547 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29748

[startup+3.10134 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2243
/proc/meminfo: memFree=1837968/2055920 swapFree=4192812/4192956
[pid=2242] ppid=2240 vsize=33656 CPUtime=3.09
/proc/2242/stat : 2242 (pbscip.linux.x8) R 2240 2242 1691 0 -1 4194304 9358 0 0 0 302 7 0 0 25 0 1 0 185947112 34463744 7666 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2242/statm: 8414 7666 576 886 0 7524 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33656

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

[startup+3.50141 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2243
/proc/meminfo: memFree=1837968/2055920 swapFree=4192812/4192956
[pid=2242] ppid=2240 vsize=33656 CPUtime=3.49
/proc/2242/stat : 2242 (pbscip.linux.x8) R 2240 2242 1691 0 -1 4194304 9358 0 0 0 342 7 0 0 25 0 1 0 185947112 34463744 7666 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2242/statm: 8414 7666 576 886 0 7524 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 33656

Child status: 0
Real time (s): 3.55654
CPU time (s): 3.55446
CPU user time (s): 3.47047
CPU system time (s): 0.083987
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 39628

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

runsolver used 0.006998 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node15 at 2009-06-16 22:17:47
IDJOB=1869686
IDBENCH=25006
IDSOLVER=683
FILE ID=node15/1869686-1245183467
PBS_JOBID= 9363890
Free space on /tmp= 66304 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir04_area_delay.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869686-1245183467/watcher-1869686-1245183467 -o /tmp/evaluation-result-1869686-1245183467/solver-1869686-1245183467 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869686-1245183467.opb

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

MD5SUM BENCH= ea4ff8014cd873922b6021da249fa157
RANDOM SEED=2094339495

node15.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.261
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
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.261
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1867384 kB
Buffers:         41544 kB
Cached:          75960 kB
SwapCached:          0 kB
Active:          71904 kB
Inactive:        58996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9920 kB
Writeback:           0 kB
Mapped:          23248 kB
Slab:            43600 kB
Committed_AS:   185988 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66292 MiB
End job on node15 at 2009-06-16 22:17:51