Trace number 2663763

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)22 1801.23 1801.63

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_2.opb
MD5SUMfd4b450948caa11c29cf407b64203711
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint61
Maximum length of a constraint106
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 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37488
Sum of products size (including duplicates)74976
Number of different products37488
Sum of products size74976

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.01	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-2663763-1276655413.opb>
0.29/0.30	c original problem has 37988 variables (37988 bin, 0 int, 0 impl, 0 cont) and 37988 constraints
0.29/0.30	c problem read
0.29/0.30	c presolving settings loaded
0.29/0.31	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.69/0.74	c presolving:
6.39/6.48	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 5764982 impls, 0 clqs
8.99/9.04	c    (8.3s) probing: 101/37988 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.99/9.04	c    (8.3s) probing aborted: 100/100 successive totally useless probings
8.99/9.05	c presolving (2 rounds):
8.99/9.05	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.99/9.05	c  5764982 implications, 0 cliques
8.99/9.05	c presolved problem has 37988 variables (37988 bin, 0 int, 0 impl, 0 cont) and 37988 constraints
8.99/9.05	c   37488 constraints of type <and>
8.99/9.05	c     500 constraints of type <logicor>
8.99/9.05	c transformed objective value is always integral (scale: 1)
8.99/9.05	c Presolving Time: 8.14
8.99/9.05	c - non default parameters ----------------------------------------------------------------------
8.99/9.05	c # SCIP version 1.2.1.2
8.99/9.05	c 
8.99/9.05	c # frequency for displaying node information lines
8.99/9.05	c # [type: int, range: [-1,2147483647], default: 100]
8.99/9.05	c display/freq = 10000
8.99/9.05	c 
8.99/9.05	c # maximal time in seconds to run
8.99/9.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.99/9.05	c limits/time = 1799.71
8.99/9.05	c 
8.99/9.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.99/9.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.99/9.05	c limits/memory = 1620
8.99/9.05	c 
8.99/9.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
8.99/9.05	c # [type: int, range: [-1,2147483647], default: 1]
8.99/9.05	c lp/solvefreq = -1
8.99/9.05	c 
8.99/9.05	c # should presolving try to simplify inequalities
8.99/9.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.99/9.05	c constraints/linear/simplifyinequalities = TRUE
8.99/9.05	c 
8.99/9.05	c # should presolving try to simplify knapsacks
8.99/9.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.99/9.05	c constraints/knapsack/simplifyinequalities = TRUE
8.99/9.05	c 
8.99/9.05	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
8.99/9.05	c # [type: int, range: [-1,2147483647], default: -1]
8.99/9.05	c heuristics/undercover/freq = 0
8.99/9.05	c 
8.99/9.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.99/9.05	c # [type: int, range: [-1,2147483647], default: -1]
8.99/9.05	c separating/rapidlearning/freq = 0
8.99/9.05	c 
8.99/9.05	c -----------------------------------------------------------------------------------------------
8.99/9.05	c start solving
8.99/9.09	c 
9.19/9.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.19/9.20	c   8.4s|     1 |     2 |     0 |     - | 241M|   0 |   - |  37k|  37k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
23.98/24.07	o 29
23.98/24.07	c *23.3s|   527 |   524 |     0 |   0.0 | 249M| 526 |   - |  37k|  37k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
240.93/241.08	o 28
240.93/241.08	c * 240s|  5449 |  5367 |     0 |   0.0 | 278M| 526 |   - |  37k|  38k|   0 |   0 |   0 |  68 |   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
256.73/256.81	o 27
256.73/256.81	c * 256s|  5876 |  5741 |     0 |   0.0 | 280M| 526 |   - |  37k|  38k|   0 |   0 |   0 |  80 |   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
308.52/308.62	o 26
308.52/308.62	c * 307s|  7076 |  6764 |     0 |   0.0 | 288M| 526 |   - |  37k|  38k|   0 |   0 |   0 | 152 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
428.19/428.35	c   427s| 10000 |  9550 |     0 |   0.0 | 300M| 526 |   - |  37k|  38k|   0 |   0 |   0 | 395 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
741.32/741.50	c   740s| 20000 | 19534 |     0 |   0.0 | 341M| 526 |   - |  37k|  38k|   0 |   0 |   0 | 423 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1023.06/1023.31	c  1021s| 30000 | 29532 |     0 |   0.0 | 375M| 545 |   - |  37k|  38k|   0 |   0 |   0 | 425 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1255.51/1255.88	c  1253s| 40000 | 39530 |     0 |   0.0 | 404M| 559 |   - |  37k|  38k|   0 |   0 |   0 | 428 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1438.87/1439.28	c  1436s| 50000 | 49529 |     0 |   0.0 | 445M| 569 |   - |  37k|  38k|   0 |   0 |   0 | 428 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1580.14/1580.53	c  1577s| 60000 | 59523 |     0 |   0.0 | 488M| 569 |   - |  37k|  38k|   0 |   0 |   0 | 451 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1603.14/1603.57	o 25
1603.14/1603.57	c *1600s| 61130 | 60408 |     0 |   0.0 | 495M| 569 |   - |  37k|  38k|   0 |   0 |   0 | 841 |   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
1636.33/1636.71	o 22
1636.33/1636.71	c *1633s| 62542 | 61372 |     0 |   0.0 | 500M| 569 |   - |  37k|  38k|   0 |   0 |   0 | 977 |   0 | 1.000000e+00 | 2.200000e+01 |2100.00%
1800.10/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.10/1800.51	c 
1800.10/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.51	c Solving Time (sec) : 1796.44
1800.10/1800.51	c Solving Nodes      : 69248
1800.10/1800.51	c Primal Bound       : +2.20000000000000e+01 (6 solutions)
1800.10/1800.51	c Dual Bound         : +1.00000000000000e+00
1800.10/1800.51	c Gap                : 2100.00 %
1800.10/1800.59	s SATISFIABLE
1800.10/1800.59	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1800.10/1800.59	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 
1800.10/1800.59	v -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
1800.10/1800.59	v -x437 -x436 -x435 -x434 -x433 x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1800.10/1800.59	v -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1800.10/1800.59	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
1800.10/1800.59	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 
1800.10/1800.59	v -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 
1800.10/1800.59	v -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 x314 -x313 -x312 
1800.10/1800.59	v -x311 x310 x309 -x308 x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 x295 -x294 -x293 -x292 -x291 -x290 
1800.10/1800.59	v -x289 -x288 -x287 -x286 x285 -x284 -x283 -x282 x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 x272 -x271 -x270 -x269 
1800.10/1800.59	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 x250 x249 -x248 
1800.10/1800.59	v -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 
1800.10/1800.59	v -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 x216 -x215 -x214 x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 
1800.10/1800.59	v -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 
1800.10/1800.59	v -x184 x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 
1800.10/1800.59	v x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 
1800.10/1800.59	v -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 
1800.10/1800.59	v -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 
1800.10/1800.59	v -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 
1800.10/1800.59	v -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 
1800.10/1800.59	v -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 
1800.10/1800.59	v -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.10/1800.59	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.59	c Solving Time       :    1796.44
1800.10/1800.59	c Original Problem   :
1800.10/1800.59	c   Problem name     : HOME/instance-2663763-1276655413.opb
1800.10/1800.59	c   Variables        : 37988 (37988 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.59	c   Constraints      : 37988 initial, 37988 maximal
1800.10/1800.59	c Presolved Problem  :
1800.10/1800.59	c   Problem name     : t_HOME/instance-2663763-1276655413.opb
1800.10/1800.59	c   Variables        : 37988 (37988 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.59	c   Constraints      : 37988 initial, 38827 maximal
1800.10/1800.59	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.10/1800.59	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.10/1800.59	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.10/1800.59	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.59	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.59	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.10/1800.59	c   probing          :       1.63          0          0          0          0          0          0          0          0
1800.10/1800.59	c   and              :       6.13          0          0          0          0          0          0          0          0
1800.10/1800.59	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.10/1800.59	c   root node        :          -          0          -          -          0          -          -          -          -
1800.10/1800.59	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.59	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.10/1800.59	c   and              :      37488          0     176968          0      69012         40    8907148          0          0          0
1800.10/1800.59	c   logicor          :        500+         0      49983          0      69018        183       3183          0          0          0
1800.10/1800.59	c   countsols        :          0          0          0          0      69018          0          0          0          0          0
1800.10/1800.59	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.10/1800.59	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.10/1800.59	c   and              :     644.11       0.00     471.62       0.00     172.49
1800.10/1800.59	c   logicor          :     266.70       0.00      18.52       0.00     248.18
1800.10/1800.59	c   countsols        :       0.07       0.00       0.00       0.00       0.07
1800.10/1800.59	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.10/1800.59	c   vbounds          :       0.14          2          0          0
1800.10/1800.59	c   rootredcost      :       0.13          0          0          0
1800.10/1800.59	c   pseudoobj        :      34.05     176840         64      58769
1800.10/1800.59	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.10/1800.59	c   propagation      :      40.86        287        287      44289      895.6          0        0.0          -
1800.10/1800.59	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.59	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.59	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.59	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.10/1800.59	c   applied globally :          -          -          -       1797      326.4          -          -          -
1800.10/1800.59	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.10/1800.59	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.10/1800.59	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.10/1800.59	c   redcost          :       0.00          0          0          0          0          0
1800.10/1800.59	c   impliedbounds    :       0.00          0          0          0          0          0
1800.10/1800.59	c   intobj           :       0.00          0          0          0          0          0
1800.10/1800.59	c   cgmip            :       0.00          0          0          0          0          0
1800.10/1800.59	c   gomory           :       0.00          0          0          0          0          0
1800.10/1800.59	c   strongcg         :       0.00          0          0          0          0          0
1800.10/1800.59	c   cmir             :       0.00          0          0          0          0          0
1800.10/1800.59	c   flowcover        :       0.00          0          0          0          0          0
1800.10/1800.59	c   clique           :       0.00          0          0          0          0          0
1800.10/1800.59	c   zerohalf         :       0.00          0          0          0          0          0
1800.10/1800.59	c   mcf              :       0.00          0          0          0          0          0
1800.10/1800.59	c   rapidlearning    :       0.00          0          0          0          0          0
1800.10/1800.59	c Pricers            :       Time      Calls       Vars
1800.10/1800.59	c   problem variables:       0.00          0          0
1800.10/1800.59	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.59	c   relpscost        :       0.00          0          0          0          0          0          0
1800.10/1800.59	c   pscost           :       0.00          0          0          0          0          0          0
1800.10/1800.59	c   inference        :     806.16      69012          0          0          0          0     138024
1800.10/1800.59	c   mostinf          :       0.00          0          0          0          0          0          0
1800.10/1800.59	c   leastinf         :       0.00          0          0          0          0          0          0
1800.10/1800.59	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.10/1800.59	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.10/1800.59	c   random           :       0.00          0          0          0          0          0          0
1800.10/1800.59	c Primal Heuristics  :       Time      Calls      Found
1800.10/1800.59	c   LP solutions     :       0.00          -          0
1800.10/1800.59	c   pseudo solutions :       0.11          -          6
1800.10/1800.59	c   oneopt           :       0.16          0          0
1800.10/1800.59	c   trivial          :       0.14          2          0
1800.10/1800.59	c   simplerounding   :       0.00          0          0
1800.10/1800.59	c   zirounding       :       0.00          0          0
1800.10/1800.59	c   rounding         :       0.00          0          0
1800.10/1800.59	c   shifting         :       0.00          0          0
1800.10/1800.59	c   intshifting      :       0.00          0          0
1800.10/1800.59	c   twoopt           :       0.00          0          0
1800.10/1800.59	c   fixandinfer      :       0.00          0          0
1800.10/1800.59	c   feaspump         :       0.00          0          0
1800.10/1800.59	c   coefdiving       :       0.00          0          0
1800.10/1800.59	c   pscostdiving     :       0.00          0          0
1800.10/1800.59	c   fracdiving       :       0.00          0          0
1800.10/1800.59	c   veclendiving     :       0.00          0          0
1800.10/1800.59	c   intdiving        :       0.00          0          0
1800.10/1800.59	c   actconsdiving    :       0.00          0          0
1800.10/1800.59	c   objpscostdiving  :       0.00          0          0
1800.10/1800.59	c   rootsoldiving    :       0.00          0          0
1800.10/1800.59	c   linesearchdiving :       0.00          0          0
1800.10/1800.59	c   guideddiving     :       0.00          0          0
1800.10/1800.59	c   octane           :       0.00          0          0
1800.10/1800.59	c   rens             :       0.00          0          0
1800.10/1800.59	c   rins             :       0.00          0          0
1800.10/1800.59	c   localbranching   :       0.00          0          0
1800.10/1800.59	c   mutation         :       0.00          0          0
1800.10/1800.59	c   crossover        :       0.00          0          0
1800.10/1800.59	c   dins             :       0.00          0          0
1800.10/1800.59	c   undercover       :       0.00          0          0
1800.10/1800.59	c   nlp              :       0.05          0          0
1800.10/1800.59	c   trysol           :       0.01          0          0
1800.10/1800.59	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.10/1800.59	c   primal LP        :       0.00          0          0       0.00          -
1800.10/1800.59	c   dual LP          :       0.00          0          0       0.00          -
1800.10/1800.59	c   lex dual LP      :       0.00          0          0       0.00          -
1800.10/1800.59	c   barrier LP       :       0.00          0          0       0.00          -
1800.10/1800.59	c   diving/probing LP:       0.00          0          0       0.00          -
1800.10/1800.59	c   strong branching :       0.00          0          0       0.00          -
1800.10/1800.59	c     (at root node) :          -          0          0       0.00          -
1800.10/1800.59	c   conflict analysis:       0.00          0          0       0.00          -
1800.10/1800.59	c B&B Tree           :
1800.10/1800.59	c   number of runs   :          1
1800.10/1800.59	c   nodes            :      69248
1800.10/1800.59	c   nodes (total)    :      69248
1800.10/1800.59	c   nodes left       :      67951
1800.10/1800.59	c   max depth        :        633
1800.10/1800.59	c   max depth (total):        633
1800.10/1800.59	c   backtracks       :        541 (0.8%)
1800.10/1800.59	c   delayed cutoffs  :         57
1800.10/1800.59	c   repropagations   :      12695 (38923 domain reductions, 57 cutoffs)
1800.10/1800.59	c   avg switch length:       2.48
1800.10/1800.59	c   switching time   :      28.34
1800.10/1800.59	c Solution           :
1800.10/1800.59	c   Solutions found  :          6 (6 improvements)
1800.10/1800.59	c   First Solution   : +2.90000000000000e+01   (in run 1, after 527 nodes, 23.27 seconds, depth 526, found by <relaxation>)
1800.10/1800.59	c   Primal Bound     : +2.20000000000000e+01   (in run 1, after 62542 nodes, 1633.03 seconds, depth 494, found by <relaxation>)
1800.10/1800.59	c   Dual Bound       : +1.00000000000000e+00
1800.10/1800.59	c   Gap              :    2100.00 %
1800.10/1800.59	c   Root Dual Bound  : +0.00000000000000e+00
1800.10/1800.59	c   Root Iterations  :          0
1801.19/1801.62	c Time complete: 1801.22.

Verifier Data

OK	22

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663763-1276655413/watcher-2663763-1276655413 -o /tmp/evaluation-result-2663763-1276655413/solver-2663763-1276655413 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663763-1276655413.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 0.98 0.99 3/106 13780
/proc/meminfo: memFree=1804236/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=7908 CPUtime=0
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 1260 0 0 0 0 0 0 0 23 0 1 0 6836657 8097792 1182 1992294400 4194304 7136930 140735675258032 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13780/statm: 1977 1192 254 719 0 1256 0

[startup+0.0510799 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13780
/proc/meminfo: memFree=1804236/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=15280 CPUtime=0.04
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 3243 0 0 0 4 0 0 0 25 0 1 0 6836657 15646720 3165 1992294400 4194304 7136930 140735675258032 18446744073709551615 4640689 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13780/statm: 3820 3165 272 719 0 3099 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15280

[startup+0.101083 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13780
/proc/meminfo: memFree=1804236/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=22796 CPUtime=0.09
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 5148 0 0 0 8 1 0 0 25 0 1 0 6836657 23343104 5070 1992294400 4194304 7136930 140735675258032 18446744073709551615 6269980 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13780/statm: 5699 5070 272 719 0 4978 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22796

[startup+0.301097 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13780
/proc/meminfo: memFree=1804236/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=47376 CPUtime=0.29
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 11371 0 0 0 26 3 0 0 25 0 1 0 6836657 48513024 11218 1992294400 4194304 7136930 140735675258032 18446744073709551615 4333587 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13780/statm: 11844 11218 273 719 0 11123 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47376

[startup+0.70112 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 13780
/proc/meminfo: memFree=1804236/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=112036 CPUtime=0.69
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 26810 0 0 0 61 8 0 0 25 0 1 0 6836657 114724864 26304 1992294400 4194304 7136930 140735675258032 18446744073709551615 6350515 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 28009 26315 314 719 0 27288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112036

[startup+1.50117 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 13781
/proc/meminfo: memFree=1690272/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=143936 CPUtime=1.49
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 34863 0 0 0 138 11 0 0 25 0 1 0 6836657 147390464 34357 1992294400 4194304 7136930 140735675258032 18446744073709551615 6346613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 35984 34357 328 719 0 35263 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143936

[startup+3.10027 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 13781
/proc/meminfo: memFree=1642532/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=206604 CPUtime=3.09
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 50515 0 0 0 292 17 0 0 25 0 1 0 6836657 211562496 50009 1992294400 4194304 7136930 140735675258032 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 51651 50009 328 719 0 50930 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 206604

[startup+6.30147 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 13781
/proc/meminfo: memFree=1518160/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=322400 CPUtime=6.29
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 80336 0 0 0 596 33 0 0 25 0 1 0 6836657 330137600 78897 1992294400 4194304 7136930 140735675258032 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 80600 78897 328 719 0 79879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 322400

[startup+12.7009 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 13781
/proc/meminfo: memFree=1482944/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=329736 CPUtime=12.69
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 84202 0 0 0 1220 49 0 0 25 0 1 0 6836657 337649664 80586 1992294400 4194304 7136930 140735675258032 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 82434 80586 381 719 0 81713 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 329736

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 13781
/proc/meminfo: memFree=1472404/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=339620 CPUtime=25.48
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 86679 0 0 0 2497 51 0 0 25 0 1 0 6836657 347770880 83063 1992294400 4194304 7136930 140735675258032 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 84905 83063 381 719 0 84184 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 339620

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 13783
/proc/meminfo: memFree=1471164/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=341028 CPUtime=51.08
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 87003 0 0 0 5055 53 0 0 25 0 1 0 6836657 349212672 83387 1992294400 4194304 7136930 140735675258032 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 85257 83387 381 719 0 84536 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 341028

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 13786
/proc/meminfo: memFree=1463104/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=348524 CPUtime=102.28
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 88841 0 0 0 10171 57 0 0 25 0 1 0 6836657 356888576 85225 1992294400 4194304 7136930 140735675258032 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 87131 85225 381 719 0 86410 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 348524

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13788
/proc/meminfo: memFree=1454176/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=357840 CPUtime=162.24
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 91102 0 0 0 16161 63 0 0 25 0 1 0 6836657 366428160 87486 1992294400 4194304 7136930 140735675258032 18446744073709551615 4407749 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 89460 87486 386 719 0 88739 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 357840

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13790
/proc/meminfo: memFree=1436692/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=375508 CPUtime=222.24
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 95426 0 0 0 22155 69 0 0 25 0 1 0 6836657 384520192 91810 1992294400 4194304 7136930 140735675258032 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 93877 91810 387 719 0 93156 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 375508

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13792
/proc/meminfo: memFree=1425904/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=386380 CPUtime=282.22
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 98138 0 0 0 28146 76 0 0 25 0 1 0 6836657 395653120 94522 1992294400 4194304 7136930 140735675258032 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 96595 94522 387 719 0 95874 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 386380

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13794
/proc/meminfo: memFree=1416976/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=395112 CPUtime=342.21
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 100383 0 0 0 34137 84 0 0 25 0 1 0 6836657 404594688 96767 1992294400 4194304 7136930 140735675258032 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 98778 96767 387 719 0 98057 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 395112

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13794
/proc/meminfo: memFree=1408420/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=404796 CPUtime=402.2
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 102780 0 0 0 40129 91 0 0 25 0 1 0 6836657 414511104 99164 1992294400 4194304 7136930 140735675258032 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 101199 99164 387 719 0 100478 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 404796

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13796
/proc/meminfo: memFree=1399492/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=412856 CPUtime=462.19
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 104750 0 0 0 46121 98 0 0 25 0 1 0 6836657 422764544 101134 1992294400 4194304 7136930 140735675258032 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 103214 101134 387 719 0 102493 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 412856

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13798
/proc/meminfo: memFree=1393416/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=418756 CPUtime=522.17
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 106258 0 0 0 52112 105 0 0 25 0 1 0 6836657 428806144 102642 1992294400 4194304 7136930 140735675258032 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 104689 102642 387 719 0 103968 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 418756

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13800
/proc/meminfo: memFree=1383744/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=428568 CPUtime=582.16
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 108671 0 0 0 58104 112 0 0 25 0 1 0 6836657 438853632 105055 1992294400 4194304 7136930 140735675258032 18446744073709551615 4740327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 107142 105055 387 719 0 106421 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 428568

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 13802
/proc/meminfo: memFree=1378536/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=433856 CPUtime=642.16
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 109981 0 0 0 64094 122 0 0 25 0 1 0 6836657 444268544 106365 1992294400 4194304 7136930 140735675258032 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 108464 106365 387 719 0 107743 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 433856

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.04 1.00 1.00 3/107 13810
/proc/meminfo: memFree=1331664/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=481532 CPUtime=1002.06
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 121629 0 0 0 100032 174 0 0 25 0 1 0 6836657 493088768 118013 1992294400 4194304 7136930 140735675258032 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 120383 118013 387 719 0 119662 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 481532

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 13812
/proc/meminfo: memFree=1322612/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=490872 CPUtime=1062.05
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 123888 0 0 0 106023 182 0 0 25 0 1 0 6836657 502652928 120272 1992294400 4194304 7136930 140735675258032 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 122718 120272 387 719 0 121997 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 490872

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 13814
/proc/meminfo: memFree=1314800/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=498672 CPUtime=1122.04
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 125814 0 0 0 112012 192 0 0 25 0 1 0 6836657 510640128 122198 1992294400 4194304 7136930 140735675258032 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 124668 122198 387 719 0 123947 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 498672

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13816
/proc/meminfo: memFree=1310212/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=503612 CPUtime=1182.03
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 126982 0 0 0 118003 200 0 0 25 0 1 0 6836657 515698688 123366 1992294400 4194304 7136930 140735675258032 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 125903 123366 387 719 0 125182 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 503612

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13818
/proc/meminfo: memFree=1299548/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=514376 CPUtime=1242.01
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 129578 0 0 0 123992 209 0 0 25 0 1 0 6836657 526721024 125962 1992294400 4194304 7136930 140735675258032 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 128594 125962 387 719 0 127873 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 514376

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13818
/proc/meminfo: memFree=1287520/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=526628 CPUtime=1302.01
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 132540 0 0 0 129981 220 0 0 25 0 1 0 6836657 539267072 128924 1992294400 4194304 7136930 140735675258032 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 131657 128924 387 719 0 130936 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 526628

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13820
/proc/meminfo: memFree=1275740/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=538636 CPUtime=1361.98
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 135504 0 0 0 135964 234 0 0 25 0 1 0 6836657 551563264 131888 1992294400 4194304 7136930 140735675258032 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 134659 131888 387 719 0 133938 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 538636

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13822
/proc/meminfo: memFree=1264332/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=550072 CPUtime=1421.98
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 138336 0 0 0 141950 248 0 0 25 0 1 0 6836657 563273728 134720 1992294400 4194304 7136930 140735675258032 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 137518 134720 387 719 0 136797 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 550072

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13824
/proc/meminfo: memFree=1246352/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=568060 CPUtime=1481.96
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 142843 0 0 0 147934 262 0 0 25 0 1 0 6836657 581693440 139227 1992294400 4194304 7136930 140735675258032 18446744073709551615 4436495 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 142015 139227 387 719 0 141294 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 568060

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13826
/proc/meminfo: memFree=1230604/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=583540 CPUtime=1541.95
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 146733 0 0 0 153918 277 0 0 25 0 1 0 6836657 597544960 143117 1992294400 4194304 7136930 140735675258032 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 145885 143117 387 719 0 145164 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 583540

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13826
/proc/meminfo: memFree=1185716/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=631900 CPUtime=1601.93
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 158021 0 0 0 159897 296 0 0 25 0 1 0 6836657 647065600 154405 1992294400 4194304 7136930 140735675258032 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 157975 154408 387 719 0 157254 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 631900

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13828
/proc/meminfo: memFree=1171580/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=647204 CPUtime=1661.92
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 161469 0 0 0 165883 309 0 0 25 0 1 0 6836657 662736896 157853 1992294400 4194304 7136930 140735675258032 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 161801 157853 387 719 0 161080 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 647204

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13830
/proc/meminfo: memFree=1155956/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=663048 CPUtime=1721.91
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 165322 0 0 0 171870 321 0 0 25 0 1 0 6836657 678961152 161706 1992294400 4194304 7136930 140735675258032 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 165762 161706 387 719 0 165041 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 663048

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13832
/proc/meminfo: memFree=1144052/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=678904 CPUtime=1781.9
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 168578 0 0 0 177855 335 0 0 25 0 1 0 6836657 695197696 164962 1992294400 4194304 7136930 140735675258032 18446744073709551615 5909086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 169726 164962 387 719 0 169005 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 678904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13832
/proc/meminfo: memFree=1136240/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=686000 CPUtime=1800.1
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 170177 0 0 0 179669 341 0 0 25 0 1 0 6836657 702464000 166561 1992294400 4194304 7136930 140735675258032 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13780/statm: 171500 166561 387 719 0 170779 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 686000

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13833
/proc/meminfo: memFree=1136232/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=686000 CPUtime=1800.21
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 170178 0 0 0 179680 341 0 0 25 0 1 0 6836657 702464000 166562 1992294400 4194304 7136930 140735675258032 18446744073709551615 4661061 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13780/statm: 171500 166562 388 719 0 170779 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 686000

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13833
/proc/meminfo: memFree=1136232/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=589536 CPUtime=1801
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 170183 0 0 0 179758 342 0 0 25 0 1 0 6836657 603684864 142687 1992294400 4194304 7136930 140735675258032 18446744073709551615 4668108 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13780/statm: 147384 142687 393 719 0 146663 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (KiB) 589536

[startup+1801.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13833
/proc/meminfo: memFree=1136232/2059040 swapFree=4164944/4192956
[pid=13780] ppid=13778 vsize=114224 CPUtime=1801.19
/proc/13780/stat : 13780 (pbscip.linux.x8) R 13778 13780 11867 0 -1 4202496 170183 0 0 0 179772 347 0 0 25 0 1 0 6836657 116965376 27159 1992294400 4194304 7136930 140735675258032 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13780/statm: 28556 27159 393 719 0 27835 0
Current children cumulated CPU time (s) 1801.19
Current children cumulated vsize (KiB) 114224

Child status: 0
Real time (s): 1801.63
CPU time (s): 1801.23
CPU user time (s): 1797.74
CPU system time (s): 3.48747
CPU usage (%): 99.9779
Max. virtual memory (cumulated for all children) (KiB): 686000

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

runsolver used 2.86556 second user time and 8.63369 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 04:30:13
IDJOB=2663763
IDBENCH=48136
IDSOLVER=1167
FILE ID=node029/2663763-1276655413
PBS_JOBID= 11172415
Free space on /tmp= 62576 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_2.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-2663763-1276655413/watcher-2663763-1276655413 -o /tmp/evaluation-result-2663763-1276655413/solver-2663763-1276655413 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663763-1276655413.opb -t 1800 -m 1800

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

MD5SUM BENCH= fd4b450948caa11c29cf407b64203711
RANDOM SEED=1242208361

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1804764 kB
Buffers:         45412 kB
Cached:         109884 kB
SwapCached:       1508 kB
Active:          99640 kB
Inactive:        89888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1804764 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:            3756 kB
Writeback:           0 kB
AnonPages:       32772 kB
Mapped:          15044 kB
Slab:            42980 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181968 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= 62572 MiB
End job on node029 at 2010-06-16 05:00:15