Trace number 1869685

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2OPT8 0.300953 0.301167

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir02_area_delay.opb
MD5SUM8d75b7afdbc0cca5deeed142ea90f220
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.025995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables716
Total number of constraints1923
Number of constraints which are clauses1923
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 331
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 331
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 331
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 Clp 1.8.2
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1869685-1245183465.opb>
0.00/0.04	c original problem has 716 variables (716 bin, 0 int, 0 impl, 0 cont) and 1923 constraints
0.00/0.05	c start presolving problem
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 329 del vars, 662 del conss, 23 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4044 impls, 0 clqs
0.00/0.06	c (round 2) 330 del vars, 834 del conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4044 impls, 0 clqs
0.09/0.11	c (round 3) 330 del vars, 845 del conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 1045 upgd conss, 4044 impls, 0 clqs
0.09/0.11	c (round 4) 333 del vars, 878 del conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 1045 upgd conss, 4044 impls, 0 clqs
0.09/0.12	c (round 5) 333 del vars, 878 del conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 1079 upgd conss, 4044 impls, 0 clqs
0.09/0.14	c    (0.1s) probing: 203/383 (53.0%) - 0 fixings, 7 aggregations, 164 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c (round 6) 340 del vars, 878 del conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 1079 upgd conss, 4226 impls, 0 clqs
0.09/0.14	c    (0.1s) probing: 213/383 (55.6%) - 0 fixings, 7 aggregations, 164 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (7 rounds):
0.09/0.14	c  340 deleted vars, 878 deleted constraints, 24 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14	c  4226 implications, 0 cliques
0.09/0.14	c presolved problem has 376 variables (376 bin, 0 int, 0 impl, 0 cont) and 1045 constraints
0.09/0.14	c    1045 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.08
0.09/0.14	c strange?!, PURESAT with obj
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = c 1620
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = c 1791
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = c 10000
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving problem
0.09/0.14	c 
0.09/0.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |    57 |3253k|   0 |  55 | 376 |1045 |1045 | 376 |1045 |   0 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
0.09/0.15	o 10
0.09/0.15	c R 0.1s|     1 |     0 |    57 |3270k|   0 |  55 | 376 |1045 |1045 | 376 |1045 |   0 |   0 |   0 | 8.000000e+00 | 1.000000e+01 |  25.00%
0.19/0.21	c   0.1s|     1 |     0 |    64 |3287k|   0 |  49 | 376 |1045 |1045 | 376 |1050 |   5 |   0 |   0 | 8.000000e+00 | 1.000000e+01 |  25.00%
0.19/0.21	o 10
0.19/0.21	c s 0.1s|     1 |     0 |    64 |3295k|   0 |  49 | 376 |1045 |1045 | 376 |1050 |   5 |   0 |   0 | 8.000000e+00 | 1.000000e+01 |  25.00%
0.19/0.26	c   0.2s|     1 |     0 |    71 |3300k|   0 |   0 | 376 |1045 |1045 | 376 |1053 |   8 |   0 |   0 | 8.000000e+00 | 1.000000e+01 |  25.00%
0.19/0.28	o 8
0.19/0.28	c * 0.2s|     1 |     0 |    71 |3308k|   0 |   - | 376 |1045 |1045 | 376 |1053 |   8 |   0 |   0 | 8.000000e+00 | 8.000000e+00 |   0.00%
0.19/0.28	c 
0.19/0.28	c SCIP Status        : problem is solved [optimal solution found]
0.19/0.28	c Solving Time (sec) : 0.21
0.19/0.28	c Solving Nodes      : 1
0.19/0.28	c Primal Bound       : +8.00000000000000e+00 (3 solutions)
0.19/0.28	c Dual Bound         : +8.00000000000000e+00
0.19/0.28	c Gap                : 0.00 %
0.19/0.28	c NODE         1
0.19/0.28	c DUAL BOUND   8
0.19/0.28	c PRIMAL BOUND 8
0.19/0.28	c GAP          0
0.19/0.28	s OPTIMUM FOUND
0.19/0.28	v x83 x82 x81 x80 -x79 x78 x77 x76 -x75 -x715 -x74 x73 -x72 x71 x70 x69 -x68 -x67 -x66 x65 x64 -x63 x712 -x710 -x708 -x706 x62 x61 
0.19/0.28	v -x60 x59 -x703 -x701 -x699 -x697 -x695 -x58 x57 x56 x55 x54 -x53 -x52 -x693 -x691 -x51 -x50 -x49 -x48 -x688 -x686 -x684 -x682 
0.19/0.28	v -x680 -x47 -x677 -x46 -x675 -x673 -x45 -x671 x44 -x43 x42 x41 -x40 -x669 -x667 -x665 -x663 -x661 -x659 -x657 -x655 -x39 -x653 
0.19/0.28	v -x651 -x649 x38 -x647 -x645 -x643 -x641 -x639 -x37 x36 x35 x34 x33 -x32 -x31 -x30 -x635 -x633 -x631 -x628 -x29 -x626 -x624 
0.19/0.28	v -x28 -x27 -x621 -x26 -x619 -x617 -x615 -x613 -x611 -x609 -x607 -x605 -x603 -x601 -x599 -x25 -x596 -x24 -x23 -x591 -x22 -x589 
0.19/0.28	v -x587 -x585 -x581 -x579 -x577 -x575 -x21 -x572 -x570 -x20 -x568 -x566 -x564 -x562 -x560 -x558 -x556 -x554 -x551 -x549 -x547 
0.19/0.28	v -x19 -x545 -x543 -x541 -x539 -x537 -x535 -x533 -x531 -x529 -x527 -x18 -x525 -x523 -x521 -x519 -x517 -x515 -x513 -x511 -x509 
0.19/0.28	v -x506 -x504 -x502 -x500 -x498 -x496 -x494 -x492 -x490 -x488 -x486 -x483 -x481 -x479 -x477 -x475 -x473 -x471 -x469 -x466 x17 -x464 
0.19/0.28	v -x461 -x16 -x459 -x457 -x455 -x453 -x15 -x451 -x449 -x447 -x445 -x443 -x441 -x439 -x437 -x435 -x14 -x433 -x430 x13 -x428 
0.19/0.28	v -x426 -x424 -x421 -x12 -x419 -x417 -x415 -x412 -x410 -x408 x11 -x406 -x404 -x401 -x399 -x10 -x397 -x395 -x393 -x391 -x389 -x387 
0.19/0.28	v -x385 -x383 -x381 -x379 -x9 -x377 -x375 -x373 -x371 -x369 -x367 -x8 -x365 -x363 -x361 -x359 -x356 -x354 -x352 -x350 -x348 
0.19/0.28	v -x346 -x344 -x7 -x342 -x340 -x338 -x336 -x334 -x332 -x330 -x328 -x326 -x324 -x322 -x320 -x318 -x316 -x314 -x6 x312 -x310 -x308 
0.19/0.28	v -x306 -x304 -x302 -x300 -x298 -x296 -x294 -x292 -x290 -x288 -x286 -x284 -x282 -x280 -x278 -x276 -x274 -x272 -x270 -x268 -x266 
0.19/0.28	v -x264 -x262 -x260 -x258 -x256 -x254 -x252 -x250 -x248 -x246 -x244 -x242 -x5 -x240 -x238 -x236 -x234 -x232 -x230 -x228 -x226 
0.19/0.28	v -x224 -x222 -x220 -x218 -x216 -x4 -x214 -x211 -x209 -x207 -x205 -x203 x3 -x201 -x199 -x197 -x194 -x192 -x190 -x188 -x186 -x184 
0.19/0.28	v -x182 -x180 -x178 -x176 -x2 -x174 -x172 -x170 -x168 -x166 -x164 -x162 -x160 -x158 -x156 -x154 -x151 -x149 -x147 -x1 -x145 
0.19/0.28	v -x143 -x141 -x139 -x137 -x135 -x133 -x130 -x128 -x126 -x124 -x122 -x120 -x118 -x116 -x114 -x112 -x110 -x108 -x106 -x104 -x102 
0.19/0.28	v -x100 -x98 -x96 -x94 -x92 -x90 -x88 -x86 x84 -x716 -x714 x713 -x711 -x709 -x707 -x705 -x704 -x702 -x700 -x698 -x696 -x694 
0.19/0.28	v -x692 -x690 -x689 -x687 -x685 -x683 -x681 -x679 -x678 -x676 -x674 -x672 -x670 -x668 -x666 -x664 -x662 -x660 -x658 -x656 -x654 
0.19/0.28	v -x652 -x650 -x648 -x646 -x644 -x642 -x640 x638 -x637 -x636 -x634 -x632 -x630 -x629 -x627 -x625 -x623 -x622 -x620 -x618 -x616 
0.19/0.28	v -x614 -x612 -x610 -x608 -x606 -x604 -x602 -x600 -x598 -x597 -x595 -x594 -x593 -x592 -x590 -x588 -x586 -x584 -x583 -x582 -x580 
0.19/0.28	v -x578 -x576 -x574 -x573 -x571 -x569 -x567 -x565 -x563 -x561 -x559 -x557 -x555 -x553 -x552 -x550 -x548 -x546 -x544 -x542 -x540 
0.19/0.28	v -x538 -x536 -x534 -x532 -x530 -x528 -x526 -x524 -x522 -x520 -x518 -x516 -x514 -x512 -x510 -x508 -x507 -x505 -x503 -x501 -x499 
0.19/0.28	v -x497 -x495 -x493 -x491 -x489 -x487 -x485 -x484 -x482 -x480 -x478 -x476 -x474 -x472 -x470 x468 -x467 -x465 -x463 -x462 -x460 
0.19/0.28	v -x458 -x456 -x454 -x452 -x450 -x448 -x446 -x444 -x442 -x440 -x438 -x436 -x434 x432 -x431 -x429 -x427 -x425 -x423 -x422 -x420 
0.19/0.28	v -x418 -x416 x414 -x413 -x411 -x409 -x407 -x405 -x403 -x402 -x400 -x398 -x396 -x394 -x392 -x390 -x388 -x386 -x384 -x382 -x380 
0.19/0.28	v -x378 -x376 -x374 -x372 -x370 -x368 -x366 -x364 -x362 -x360 -x358 -x357 -x355 -x353 -x351 -x349 -x347 -x345 -x343 -x341 -x339 
0.19/0.28	v -x337 -x335 -x333 -x331 -x329 -x327 -x325 -x323 -x321 -x319 -x317 -x315 x313 -x311 -x309 -x307 -x305 -x303 -x301 -x299 -x297 
0.19/0.28	v -x295 -x293 -x291 -x289 -x287 -x285 -x283 -x281 -x279 -x277 -x275 -x273 -x271 -x269 -x267 -x265 -x263 -x261 -x259 -x257 
0.19/0.28	v -x255 -x253 -x251 -x249 -x247 -x245 -x243 -x241 -x239 -x237 -x235 -x233 -x231 -x229 -x227 -x225 -x223 -x221 -x219 -x217 -x215 
0.19/0.28	v x213 -x212 -x210 -x208 -x206 -x204 -x202 -x200 -x198 -x196 -x195 -x193 -x191 -x189 -x187 -x185 -x183 -x181 -x179 -x177 -x175 
0.19/0.28	v -x173 -x171 -x169 -x167 -x165 -x163 -x161 -x159 -x157 -x155 -x153 -x152 -x150 -x148 -x146 -x144 -x142 -x140 -x138 -x136 -x134 
0.19/0.28	v -x132 -x131 -x129 -x127 -x125 -x123 -x121 -x119 -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 -x99 -x97 -x95 -x93 -x91 
0.19/0.28	v -x89 -x87 x85 
0.19/0.28	c SCIP Status        : problem is solved [optimal solution found]
0.19/0.28	c Solving Time       :       0.21
0.19/0.28	c Original Problem   :
0.19/0.28	c   Problem name     : HOME/instance-1869685-1245183465.opb
0.19/0.28	c   Variables        : 716 (716 binary, 0 integer, 0 implicit integer, 0 continuous)
0.19/0.28	c   Constraints      : 1923 initial, 1923 maximal
0.19/0.28	c Presolved Problem  :
0.19/0.28	c   Problem name     : t_HOME/instance-1869685-1245183465.opb
0.19/0.28	c   Variables        : 376 (376 binary, 0 integer, 0 implicit integer, 0 continuous)
0.19/0.28	c   Constraints      : 1045 initial, 1045 maximal
0.19/0.28	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
0.19/0.28	c   trivial          :       0.00          0          0          0          0          0          0          0          0
0.19/0.28	c   dualfix          :       0.00          3          0          0          0          0          0          0          0
0.19/0.28	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
0.19/0.28	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
0.19/0.28	c   implics          :       0.00          0          4          0          0          0          0          0          0
0.19/0.28	c   probing          :       0.01          0          7          0          0          0          0          0          0
0.19/0.28	c   linear           :       0.02         24        302          0         24          0        844          0          0
0.19/0.28	c   logicor          :       0.04          0          0          0          0          0         34          0          0
0.19/0.28	c   root node        :          -          0          -          -          0          -          -          -          -
0.19/0.28	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
0.19/0.28	c   integral         :          0          0          0          1          0          0          0          0          0          0
0.19/0.28	c   logicor          :       1045          3        447          1          0          0          0          0          0          0
0.19/0.28	c   countsols        :          0          0          0          1          0          0          0          0          0          0
0.19/0.28	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
0.19/0.28	c   integral         :       0.00       0.00       0.00       0.00       0.00
0.19/0.28	c   logicor          :       0.00       0.00       0.00       0.00       0.00
0.19/0.28	c   countsols        :       0.00       0.00       0.00       0.00       0.00
0.19/0.28	c Propagators        :       Time      Calls    Cutoffs    DomReds
0.19/0.28	c   rootredcost      :       0.00          0          0          0
0.19/0.28	c   pseudoobj        :       0.00          2          0          0
0.19/0.28	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
0.19/0.28	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
0.19/0.28	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
0.19/0.28	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
0.19/0.28	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
0.19/0.28	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
0.19/0.28	c   applied globally :          -          -          -          0        0.0          -          -          -
0.19/0.28	c   applied locally  :          -          -          -          0        0.0          -          -          -
0.19/0.28	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
0.19/0.28	c   cut pool         :       0.00          2          -          -          0          -    (maximal pool size: 19)
0.19/0.28	c   redcost          :       0.00          3          0          0          0          0
0.19/0.28	c   impliedbounds    :       0.00          2          0          0          0          0
0.19/0.28	c   intobj           :       0.00          0          0          0          0          0
0.19/0.28	c   gomory           :       0.04          3          0          0        930          0
0.19/0.28	c   strongcg         :       0.04          3          0          0        930          0
0.19/0.28	c   cmir             :       0.01          3          0          0          0          0
0.19/0.28	c   flowcover        :       0.02          3          0          0          0          0
0.19/0.28	c   clique           :       0.00          3          0          0          9          0
0.19/0.28	c   zerohalf         :       0.00          0          0          0          0          0
0.19/0.28	c   mcf              :       0.00          1          0          0          0          0
0.19/0.28	c Pricers            :       Time      Calls       Vars
0.19/0.28	c   problem variables:       0.00          0          0
0.19/0.28	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
0.19/0.28	c   pscost           :       0.00          0          0          0          0          0          0
0.19/0.28	c   inference        :       0.00          0          0          0          0          0          0
0.19/0.28	c   mostinf          :       0.00          0          0          0          0          0          0
0.19/0.28	c   leastinf         :       0.00          0          0          0          0          0          0
0.19/0.28	c   fullstrong       :       0.00          0          0          0          0          0          0
0.19/0.28	c   allfullstrong    :       0.00          0          0          0          0          0          0
0.19/0.28	c   random           :       0.00          0          0          0          0          0          0
0.19/0.28	c   relpscost        :       0.00          0          0          0          0          0          0
0.19/0.28	c Primal Heuristics  :       Time      Calls      Found
0.19/0.28	c   LP solutions     :       0.00          -          1
0.19/0.28	c   pseudo solutions :       0.00          -          0
0.19/0.28	c   simplerounding   :       0.00          0          0
0.19/0.28	c   rounding         :       0.00          2          1
0.19/0.28	c   shifting         :       0.00          2          1
0.19/0.28	c   intshifting      :       0.00          0          0
0.19/0.28	c   oneopt           :       0.00          1          0
0.19/0.28	c   fixandinfer      :       0.00          0          0
0.19/0.28	c   feaspump         :       0.00          0          0
0.19/0.28	c   coefdiving       :       0.00          0          0
0.19/0.28	c   pscostdiving     :       0.00          0          0
0.19/0.28	c   fracdiving       :       0.00          0          0
0.19/0.28	c   veclendiving     :       0.00          0          0
0.19/0.28	c   intdiving        :       0.00          0          0
0.19/0.28	c   actconsdiving    :       0.00          0          0
0.19/0.28	c   objpscostdiving  :       0.00          0          0
0.19/0.28	c   rootsoldiving    :       0.00          0          0
0.19/0.28	c   linesearchdiving :       0.00          0          0
0.19/0.28	c   guideddiving     :       0.00          0          0
0.19/0.28	c   octane           :       0.00          0          0
0.19/0.28	c   rens             :       0.00          0          0
0.19/0.28	c   rins             :       0.00          0          0
0.19/0.28	c   localbranching   :       0.00          0          0
0.19/0.28	c   mutation         :       0.00          0          0
0.19/0.28	c   crossover        :       0.00          0          0
0.19/0.28	c   dins             :       0.00          0          0
0.19/0.28	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
0.19/0.28	c   primal LP        :       0.00          0          0       0.00          -
0.19/0.28	c   dual LP          :       0.01          3         71      23.67    7100.00
0.19/0.28	c   barrier LP       :       0.00          0          0       0.00          -
0.19/0.28	c   diving/probing LP:       0.00          0          0       0.00          -
0.19/0.28	c   strong branching :       0.00          0          0       0.00          -
0.19/0.28	c     (at root node) :          -          0          0       0.00          -
0.19/0.28	c   conflict analysis:       0.00          0          0       0.00          -
0.19/0.28	c B&B Tree           :
0.19/0.28	c   number of runs   :          1
0.19/0.28	c   nodes            :          1
0.19/0.28	c   nodes (total)    :          1
0.19/0.28	c   nodes left       :          0
0.19/0.28	c   max depth        :          0
0.19/0.28	c   max depth (total):          0
0.19/0.28	c   backtracks       :          0 (0.0%)
0.19/0.28	c   delayed cutoffs  :          0
0.19/0.28	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
0.19/0.28	c   avg switch length:       2.00
0.19/0.28	c   switching time   :       0.00
0.19/0.28	c Solution           :
0.19/0.28	c   Solutions found  :          3 (3 improvements)
0.19/0.28	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 1 nodes, 0.21 seconds, depth 0, found by <relaxation>)
0.19/0.28	c   Dual Bound       : +8.00000000000000e+00
0.19/0.28	c   Gap              :       0.00 %
0.19/0.28	c   Root Dual Bound  : +8.00000000000000e+00
0.19/0.30	c Time complete: 0.29.

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869685-1245183465/watcher-1869685-1245183465 -o /tmp/evaluation-result-1869685-1245183465/solver-1869685-1245183465 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869685-1245183465.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 2107
/proc/meminfo: memFree=1865240/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=5812 CPUtime=0
/proc/2107/stat : 2107 (pbscip.linux.x8) R 2105 2107 1691 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 185946871 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/2107/statm: 1453 501 332 1256 0 192 0

[startup+0.081457 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2107
/proc/meminfo: memFree=1865240/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=16772 CPUtime=0.07
/proc/2107/stat : 2107 (pbscip.linux.x8) R 2105 2107 1691 0 -1 4194304 3358 0 0 0 6 1 0 0 18 0 1 0 185946871 17174528 2988 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2107/statm: 4193 2988 476 1256 0 2932 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16772

[startup+0.10146 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2107
/proc/meminfo: memFree=1865240/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=17556 CPUtime=0.09
/proc/2107/stat : 2107 (pbscip.linux.x8) R 2105 2107 1691 0 -1 4194304 3557 0 0 0 8 1 0 0 18 0 1 0 185946871 17977344 3187 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2107/statm: 4389 3187 479 1256 0 3128 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17556

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

[startup+0.201476 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2107
/proc/meminfo: memFree=1865240/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=21596 CPUtime=0.19
/proc/2107/stat : 2107 (pbscip.linux.x8) R 2105 2107 1691 0 -1 4194304 4450 0 0 0 17 2 0 0 18 0 1 0 185946871 22114304 4079 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2107/statm: 5399 4079 644 1256 0 4138 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21596

Child status: 0
Real time (s): 0.301167
CPU time (s): 0.300953
CPU user time (s): 0.25896
CPU system time (s): 0.041993
CPU usage (%): 99.9289
Max. virtual memory (cumulated for all children) (KiB): 21596

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

runsolver used 0.001999 second user time and 0.008998 second system time

The end

Launcher Data

Begin job on node15 at 2009-06-16 22:17:45
IDJOB=1869685
IDBENCH=25005
IDSOLVER=684
FILE ID=node15/1869685-1245183465
PBS_JOBID= 9363890
Free space on /tmp= 66304 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir02_area_delay.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869685-1245183465/watcher-1869685-1245183465 -o /tmp/evaluation-result-1869685-1245183465/solver-1869685-1245183465 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869685-1245183465.opb

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

MD5SUM BENCH= 8d75b7afdbc0cca5deeed142ea90f220
RANDOM SEED=1204491915

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:       1865656 kB
Buffers:         41428 kB
Cached:          77708 kB
SwapCached:          0 kB
Active:          73652 kB
Inactive:        58936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11812 kB
Writeback:           0 kB
Mapped:          23248 kB
Slab:            43608 kB
Committed_AS:   184884 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:45