Trace number 2663731

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)24 1801.04 1801.71

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_4.opb
MD5SUMefe239846afd4f2627c83cec32ebc27d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark1798.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
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 constraint107
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)37458
Sum of products size (including duplicates)74916
Number of different products37458
Sum of products size74916

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2663731-1276651040.opb>
0.29/0.33	c original problem has 37958 variables (37958 bin, 0 int, 0 impl, 0 cont) and 37958 constraints
0.29/0.33	c problem read
0.29/0.33	c presolving settings loaded
0.29/0.34	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.77	c presolving:
6.29/6.39	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 5774346 impls, 0 clqs
8.89/8.90	c    (8.1s) probing: 101/37958 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.89/8.90	c    (8.1s) probing aborted: 100/100 successive totally useless probings
8.89/8.91	c presolving (2 rounds):
8.89/8.91	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.89/8.91	c  5774346 implications, 0 cliques
8.89/8.91	c presolved problem has 37958 variables (37958 bin, 0 int, 0 impl, 0 cont) and 37958 constraints
8.89/8.91	c   37458 constraints of type <and>
8.89/8.91	c     500 constraints of type <logicor>
8.89/8.91	c transformed objective value is always integral (scale: 1)
8.89/8.91	c Presolving Time: 7.96
8.89/8.91	c - non default parameters ----------------------------------------------------------------------
8.89/8.91	c # SCIP version 1.2.1.2
8.89/8.91	c 
8.89/8.91	c # frequency for displaying node information lines
8.89/8.91	c # [type: int, range: [-1,2147483647], default: 100]
8.89/8.91	c display/freq = 10000
8.89/8.91	c 
8.89/8.91	c # maximal time in seconds to run
8.89/8.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.89/8.91	c limits/time = 1799.67
8.89/8.91	c 
8.89/8.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.89/8.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.89/8.91	c limits/memory = 1620
8.89/8.91	c 
8.89/8.91	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
8.89/8.91	c # [type: int, range: [-1,2147483647], default: 1]
8.89/8.91	c lp/solvefreq = -1
8.89/8.91	c 
8.89/8.91	c # should presolving try to simplify inequalities
8.89/8.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.89/8.91	c constraints/linear/simplifyinequalities = TRUE
8.89/8.91	c 
8.89/8.91	c # should presolving try to simplify knapsacks
8.89/8.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.89/8.91	c constraints/knapsack/simplifyinequalities = TRUE
8.89/8.91	c 
8.89/8.91	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
8.89/8.91	c # [type: int, range: [-1,2147483647], default: -1]
8.89/8.91	c heuristics/undercover/freq = 0
8.89/8.91	c 
8.89/8.91	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.89/8.91	c # [type: int, range: [-1,2147483647], default: -1]
8.89/8.91	c separating/rapidlearning/freq = 0
8.89/8.91	c 
8.89/8.91	c -----------------------------------------------------------------------------------------------
8.89/8.91	c start solving
8.89/8.95	c 
8.99/9.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.99/9.06	c   8.3s|     1 |     2 |     0 |     - | 241M|   0 |   - |  37k|  37k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
23.98/24.01	o 29
23.98/24.01	c *23.2s|   530 |   529 |     0 |   0.0 | 249M| 529 |   - |  37k|  37k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
200.62/200.70	o 28
200.62/200.70	c * 200s|  4915 |  4838 |     0 |   0.0 | 275M| 529 |   - |  37k|  38k|   0 |   0 |   0 |  73 |   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
384.17/384.39	c   383s| 10000 |  9899 |     0 |   0.0 | 300M| 529 |   - |  37k|  37k|   0 |   0 |   0 |  85 |   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
690.48/690.80	c   689s| 20000 | 19897 |     0 |   0.0 | 342M| 529 |   - |  37k|  37k|   0 |   0 |   0 |  88 |   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
953.49/953.89	c   952s| 30000 | 29895 |     0 |   0.0 | 383M| 545 |   - |  37k|  37k|   0 |   0 |   0 |  90 |   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
1158.14/1158.60	c  1156s| 40000 | 39892 |     0 |   0.0 | 423M| 554 |   - |  37k|  38k|   0 |   0 |   0 |  94 |   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
1281.70/1282.13	o 26
1281.70/1282.13	c *1279s| 48931 | 48714 |     0 |   0.0 | 460M| 554 |   - |  37k|  38k|   0 |   0 |   0 | 184 |   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1305.89/1306.39	o 25
1305.89/1306.39	c *1303s| 49914 | 49598 |     0 |   0.0 | 467M| 554 |   - |  37k|  38k|   0 |   0 |   0 | 276 |   0 | 1.000000e+00 | 2.500000e+01 |2400.00%
1305.99/1306.41	o 24
1305.99/1306.41	c *1303s| 49915 | 49539 |     0 |   0.0 | 467M| 554 |   - |  37k|  38k|   0 |   0 |   0 | 276 |   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
1307.60/1308.08	c  1305s| 50000 | 49624 |     0 |   0.0 | 468M| 554 |   - |  37k|  38k|   0 |   0 |   0 | 276 |   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
1634.49/1635.04	c  1631s| 60000 | 59601 |     0 |   0.0 | 514M| 577 |   - |  37k|  38k|   0 |   0 |   0 | 416 |   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
1800.06/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.62	c 
1800.06/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.62	c Solving Time (sec) : 1796.59
1800.06/1800.62	c Solving Nodes      : 64954
1800.06/1800.62	c Primal Bound       : +2.40000000000000e+01 (5 solutions)
1800.06/1800.62	c Dual Bound         : +1.00000000000000e+00
1800.06/1800.62	c Gap                : 2300.00 %
1800.06/1800.71	s SATISFIABLE
1800.06/1800.71	v x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 x486 -x485 -x484 -x483 x482 -x481 -x480 -x479 
1800.06/1800.71	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 x463 -x462 -x461 -x460 -x459 -x458 
1800.06/1800.71	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 x439 -x438 -x437 
1800.06/1800.71	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1800.06/1800.71	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1800.06/1800.71	v -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1800.06/1800.71	v -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 x355 -x354 -x353 
1800.06/1800.71	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 x334 x333 -x332 
1800.06/1800.71	v -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
1800.06/1800.71	v x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 x292 -x291 x290 
1800.06/1800.71	v -x289 -x288 -x287 x286 -x285 -x284 -x283 x282 -x281 -x280 x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
1800.06/1800.71	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 x251 -x250 -x249 x248 -x247 
1800.06/1800.71	v -x246 -x245 -x244 -x243 -x242 -x241 -x240 x239 -x238 -x237 -x236 x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 
1800.06/1800.71	v -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 
1800.06/1800.71	v -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 x190 -x189 -x188 -x187 -x186 -x185 x184 
1800.06/1800.71	v -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 x167 -x166 -x165 -x164 -x163 
1800.06/1800.71	v -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 
1800.06/1800.71	v -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 
1800.06/1800.71	v -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 
1800.06/1800.71	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.06/1800.71	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.06/1800.71	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.06/1800.71	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.06/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.71	c Solving Time       :    1796.59
1800.06/1800.71	c Original Problem   :
1800.06/1800.71	c   Problem name     : HOME/instance-2663731-1276651040.opb
1800.06/1800.71	c   Variables        : 37958 (37958 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.71	c   Constraints      : 37958 initial, 37958 maximal
1800.06/1800.71	c Presolved Problem  :
1800.06/1800.71	c   Problem name     : t_HOME/instance-2663731-1276651040.opb
1800.06/1800.71	c   Variables        : 37958 (37958 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.71	c   Constraints      : 37958 initial, 38181 maximal
1800.06/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.71	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.71	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.71	c   probing          :       1.63          0          0          0          0          0          0          0          0
1800.06/1800.71	c   and              :       5.96          0          0          0          0          0          0          0          0
1800.06/1800.71	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.06/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.71	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.71	c   and              :      37458          0     162839          0      64886         27    5318840          0          0          0
1800.06/1800.71	c   logicor          :        500+         0      35869          0      64891         31       1276          0          0          0
1800.06/1800.71	c   countsols        :          0          0          0          0      64891          0          0          0          0          0
1800.06/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.71	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.71	c   and              :     618.50       0.00     476.45       0.00     142.05
1800.06/1800.71	c   logicor          :     238.64       0.00       5.71       0.00     232.93
1800.06/1800.71	c   countsols        :       0.08       0.00       0.00       0.00       0.08
1800.06/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.71	c   vbounds          :       0.14          2          0          0
1800.06/1800.71	c   rootredcost      :       0.12          0          0          0
1800.06/1800.71	c   pseudoobj        :      22.28     162663         19       9723
1800.06/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.71	c   propagation      :      14.86         77         77      12136     1028.1         14       28.0          -
1800.06/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.71	c   applied globally :          -          -          -        416      340.0          -          -          -
1800.06/1800.71	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.71	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.71	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.71	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.71	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.71	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.71	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.71	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.71	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.71	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.71	c Pricers            :       Time      Calls       Vars
1800.06/1800.71	c   problem variables:       0.00          0          0
1800.06/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.71	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.71	c   inference        :     884.54      64886          0          0          0          0     129772
1800.06/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.71	c   LP solutions     :       0.00          -          0
1800.06/1800.71	c   pseudo solutions :       0.09          -          5
1800.06/1800.71	c   oneopt           :       0.19          0          0
1800.06/1800.71	c   trivial          :       0.14          2          0
1800.06/1800.71	c   simplerounding   :       0.00          0          0
1800.06/1800.71	c   zirounding       :       0.00          0          0
1800.06/1800.71	c   rounding         :       0.00          0          0
1800.06/1800.71	c   shifting         :       0.00          0          0
1800.06/1800.71	c   intshifting      :       0.00          0          0
1800.06/1800.71	c   twoopt           :       0.00          0          0
1800.06/1800.71	c   fixandinfer      :       0.00          0          0
1800.06/1800.71	c   feaspump         :       0.00          0          0
1800.06/1800.71	c   coefdiving       :       0.00          0          0
1800.06/1800.71	c   pscostdiving     :       0.00          0          0
1800.06/1800.71	c   fracdiving       :       0.00          0          0
1800.06/1800.71	c   veclendiving     :       0.00          0          0
1800.06/1800.71	c   intdiving        :       0.00          0          0
1800.06/1800.71	c   actconsdiving    :       0.00          0          0
1800.06/1800.71	c   objpscostdiving  :       0.00          0          0
1800.06/1800.71	c   rootsoldiving    :       0.00          0          0
1800.06/1800.71	c   linesearchdiving :       0.00          0          0
1800.06/1800.71	c   guideddiving     :       0.00          0          0
1800.06/1800.71	c   octane           :       0.00          0          0
1800.06/1800.71	c   rens             :       0.00          0          0
1800.06/1800.71	c   rins             :       0.00          0          0
1800.06/1800.71	c   localbranching   :       0.00          0          0
1800.06/1800.71	c   mutation         :       0.00          0          0
1800.06/1800.71	c   crossover        :       0.00          0          0
1800.06/1800.71	c   dins             :       0.00          0          0
1800.06/1800.71	c   undercover       :       0.00          0          0
1800.06/1800.71	c   nlp              :       0.06          0          0
1800.06/1800.71	c   trysol           :       0.02          0          0
1800.06/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.71	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.71	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.71	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.71	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.71	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.71	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.71	c B&B Tree           :
1800.06/1800.71	c   number of runs   :          1
1800.06/1800.71	c   nodes            :      64954
1800.06/1800.71	c   nodes (total)    :      64954
1800.06/1800.71	c   nodes left       :      64555
1800.06/1800.71	c   max depth        :        577
1800.06/1800.71	c   max depth (total):        577
1800.06/1800.71	c   backtracks       :        542 (0.8%)
1800.06/1800.71	c   delayed cutoffs  :         14
1800.06/1800.71	c   repropagations   :       3435 (7248 domain reductions, 14 cutoffs)
1800.06/1800.71	c   avg switch length:       2.21
1800.06/1800.71	c   switching time   :      16.84
1800.06/1800.71	c Solution           :
1800.06/1800.71	c   Solutions found  :          5 (5 improvements)
1800.06/1800.71	c   First Solution   : +2.90000000000000e+01   (in run 1, after 530 nodes, 23.15 seconds, depth 529, found by <relaxation>)
1800.06/1800.71	c   Primal Bound     : +2.40000000000000e+01   (in run 1, after 49915 nodes, 1303.07 seconds, depth 489, found by <relaxation>)
1800.06/1800.71	c   Dual Bound       : +1.00000000000000e+00
1800.06/1800.71	c   Gap              :    2300.00 %
1800.06/1800.71	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.71	c   Root Iterations  :          0
1801.04/1801.70	c Time complete: 1801.15.

Verifier Data

OK	24

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663731-1276651040/watcher-2663731-1276651040 -o /tmp/evaluation-result-2663731-1276651040/solver-2663731-1276651040 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663731-1276651040.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: 1.14 1.09 1.24 3/106 7169
/proc/meminfo: memFree=1796632/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=5552 CPUtime=0
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 769 0 0 0 0 0 0 0 19 0 1 0 40690370 5685248 693 1992294400 4194304 7136930 140736396194064 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7169/statm: 1388 702 243 719 0 667 0

[startup+0.059182 s]
/proc/loadavg: 1.14 1.09 1.24 3/106 7169
/proc/meminfo: memFree=1796632/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=15268 CPUtime=0.05
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 3241 0 0 0 4 1 0 0 19 0 1 0 40690370 15634432 3164 1992294400 4194304 7136930 140736396194064 18446744073709551615 6166784 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7169/statm: 3817 3165 272 719 0 3096 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15268

[startup+0.101185 s]
/proc/loadavg: 1.14 1.09 1.24 3/106 7169
/proc/meminfo: memFree=1796632/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=21744 CPUtime=0.09
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 4877 0 0 0 8 1 0 0 20 0 1 0 40690370 22265856 4800 1992294400 4194304 7136930 140736396194064 18446744073709551615 4207135 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7169/statm: 5436 4800 272 719 0 4715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21744

[startup+0.301205 s]
/proc/loadavg: 1.14 1.09 1.24 3/106 7169
/proc/meminfo: memFree=1796632/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=44908 CPUtime=0.29
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 10713 0 0 0 26 3 0 0 20 0 1 0 40690370 45985792 10636 1992294400 4194304 7136930 140736396194064 18446744073709551615 4467032 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7169/statm: 11227 10636 272 719 0 10506 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44908

[startup+0.701245 s]
/proc/loadavg: 1.14 1.09 1.24 3/106 7169
/proc/meminfo: memFree=1796632/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=103568 CPUtime=0.69
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 25428 0 0 0 60 9 0 0 21 0 1 0 40690370 106053632 24923 1992294400 4194304 7136930 140736396194064 18446744073709551615 4332116 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 25892 24923 314 719 0 25171 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103568

[startup+1.50133 s]
/proc/loadavg: 1.14 1.09 1.24 2/107 7170
/proc/meminfo: memFree=1684900/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=144140 CPUtime=1.49
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 34917 0 0 0 136 13 0 0 23 0 1 0 40690370 147599360 34412 1992294400 4194304 7136930 140736396194064 18446744073709551615 5968621 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 36035 34412 328 719 0 35314 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144140

[startup+3.10049 s]
/proc/loadavg: 1.14 1.09 1.24 2/107 7170
/proc/meminfo: memFree=1634804/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=209520 CPUtime=3.08
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 51246 0 0 0 289 19 0 0 25 0 1 0 40690370 214548480 50741 1992294400 4194304 7136930 140736396194064 18446744073709551615 6166364 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 52380 50741 328 719 0 51659 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 209520

[startup+6.30081 s]
/proc/loadavg: 1.13 1.08 1.24 2/107 7170
/proc/meminfo: memFree=1505472/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=324188 CPUtime=6.29
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 80852 0 0 0 591 38 0 0 25 0 1 0 40690370 331968512 79356 1992294400 4194304 7136930 140736396194064 18446744073709551615 4929108 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 81047 79356 341 719 0 80326 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 324188

[startup+12.7004 s]
/proc/loadavg: 1.12 1.08 1.24 2/107 7170
/proc/meminfo: memFree=1473480/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=331484 CPUtime=12.68
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 84702 0 0 0 1217 51 0 0 25 0 1 0 40690370 339439616 81029 1992294400 4194304 7136930 140736396194064 18446744073709551615 4436499 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 82871 81029 381 719 0 82150 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 331484

[startup+25.5007 s]
/proc/loadavg: 1.09 1.08 1.23 2/107 7170
/proc/meminfo: memFree=1456988/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=347524 CPUtime=25.48
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 88667 0 0 0 2494 54 0 0 25 0 1 0 40690370 355864576 84994 1992294400 4194304 7136930 140736396194064 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 86881 84994 387 719 0 86160 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 347524

[startup+51.1013 s]
/proc/loadavg: 1.06 1.07 1.23 2/107 7172
/proc/meminfo: memFree=1455748/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=348872 CPUtime=51.06
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 88982 0 0 0 5050 56 0 0 25 0 1 0 40690370 357244928 85309 1992294400 4194304 7136930 140736396194064 18446744073709551615 5005152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 87218 85309 387 719 0 86497 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 348872

[startup+102.308 s]
/proc/loadavg: 1.02 1.06 1.21 2/107 7172
/proc/meminfo: memFree=1439008/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=365716 CPUtime=102.26
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 93136 0 0 0 10163 63 0 0 25 0 1 0 40690370 374493184 89463 1992294400 4194304 7136930 140736396194064 18446744073709551615 4780843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 91429 89463 387 719 0 90708 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 365716

[startup+162.301 s]
/proc/loadavg: 1.01 1.05 1.19 2/107 7174
/proc/meminfo: memFree=1428220/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=376768 CPUtime=162.24
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 95814 0 0 0 16155 69 0 0 25 0 1 0 40690370 385810432 92141 1992294400 4194304 7136930 140736396194064 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 94192 92141 387 719 0 93471 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 376768

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.18 2/107 7176
/proc/meminfo: memFree=1418424/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=386588 CPUtime=222.22
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 98252 0 0 0 22146 76 0 0 25 0 1 0 40690370 395866112 94579 1992294400 4194304 7136930 140736396194064 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 96647 94579 387 719 0 95926 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 386588

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.17 2/107 7178
/proc/meminfo: memFree=1408256/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=396700 CPUtime=282.2
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 100766 0 0 0 28138 82 0 0 25 0 1 0 40690370 406220800 97093 1992294400 4194304 7136930 140736396194064 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 99175 97093 387 719 0 98454 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 396700

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.15 2/107 7180
/proc/meminfo: memFree=1396600/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=408588 CPUtime=342.18
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 103687 0 0 0 34129 89 0 0 25 0 1 0 40690370 418394112 100014 1992294400 4194304 7136930 140736396194064 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 102147 100014 387 719 0 101426 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 408588

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.14 2/107 7180
/proc/meminfo: memFree=1387052/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=418468 CPUtime=402.17
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 106139 0 0 0 40120 97 0 0 25 0 1 0 40690370 428511232 102466 1992294400 4194304 7136930 140736396194064 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 104617 102466 387 719 0 103896 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 418468

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.13 2/107 7182
/proc/meminfo: memFree=1378992/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=426116 CPUtime=462.15
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 108054 0 0 0 46111 104 0 0 25 0 1 0 40690370 436342784 104381 1992294400 4194304 7136930 140736396194064 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 106529 104381 387 719 0 105808 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 426116

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 7184
/proc/meminfo: memFree=1373660/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=432632 CPUtime=522.12
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 109632 0 0 0 52099 113 0 0 25 0 1 0 40690370 443015168 105959 1992294400 4194304 7136930 140736396194064 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 108158 105959 387 719 0 107437 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 432632

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 7186
/proc/meminfo: memFree=1362996/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=442360 CPUtime=582.11
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 112015 0 0 0 58090 121 0 0 25 0 1 0 40690370 452976640 108342 1992294400 4194304 7136930 140736396194064 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 110590 108342 387 719 0 109869 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 442360

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 7188
/proc/meminfo: memFree=1352580/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=452872 CPUtime=642.1
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 114606 0 0 0 64082 128 0 0 25 0 1 0 40690370 463740928 110933 1992294400 4194304 7136930 140736396194064 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 113218 110933 387 719 0 112497 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 452872

[startup+702.302 s]

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

/proc/loadavg: 1.00 1.00 1.03 2/107 7204
/proc/meminfo: memFree=1204896/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=603380 CPUtime=1301.91
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 151335 0 0 0 129929 262 0 0 25 0 1 0 40690370 617861120 147662 1992294400 4194304 7136930 140736396194064 18446744073709551615 5955538 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 150845 147662 387 719 0 150124 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 603380

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 7206
/proc/meminfo: memFree=1191752/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=616356 CPUtime=1361.89
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 154609 0 0 0 135918 271 0 0 25 0 1 0 40690370 631148544 150936 1992294400 4194304 7136930 140736396194064 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 154089 150936 387 719 0 153368 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 616356

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 7208
/proc/meminfo: memFree=1184932/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=623184 CPUtime=1421.87
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 156302 0 0 0 141911 276 0 0 25 0 1 0 40690370 638140416 152629 1992294400 4194304 7136930 140736396194064 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 155796 152629 387 719 0 155075 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 623184

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 7210
/proc/meminfo: memFree=1176500/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=631616 CPUtime=1481.85
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 158402 0 0 0 147902 283 0 0 25 0 1 0 40690370 646774784 154729 1992294400 4194304 7136930 140736396194064 18446744073709551615 4740313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 157904 154729 387 719 0 157183 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 631616

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 7212
/proc/meminfo: memFree=1170548/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=637548 CPUtime=1541.82
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 159870 0 0 0 153893 289 0 0 25 0 1 0 40690370 652849152 156197 1992294400 4194304 7136930 140736396194064 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 159387 156197 387 719 0 158666 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 637548

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7212
/proc/meminfo: memFree=1162488/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=645368 CPUtime=1601.8
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 161857 0 0 0 159884 296 0 0 25 0 1 0 40690370 660856832 158184 1992294400 4194304 7136930 140736396194064 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 161342 158184 387 719 0 160621 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 645368

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7214
/proc/meminfo: memFree=1153312/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=654504 CPUtime=1661.78
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 164143 0 0 0 165875 303 0 0 25 0 1 0 40690370 670212096 160470 1992294400 4194304 7136930 140736396194064 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 163626 160470 387 719 0 162905 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 654504

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7216
/proc/meminfo: memFree=1143392/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=664440 CPUtime=1721.77
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 166601 0 0 0 171867 310 0 0 25 0 1 0 40690370 680386560 162928 1992294400 4194304 7136930 140736396194064 18446744073709551615 4697665 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 166110 162928 387 719 0 165389 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 664440

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7218
/proc/meminfo: memFree=1136076/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=671760 CPUtime=1781.74
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 168426 0 0 0 177858 316 0 0 25 0 1 0 40690370 687882240 164753 1992294400 4194304 7136930 140736396194064 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 167940 164753 387 719 0 167219 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 671760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7218
/proc/meminfo: memFree=1131860/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=676176 CPUtime=1800.06
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 169473 0 0 0 179687 319 0 0 25 0 1 0 40690370 692404224 165800 1992294400 4194304 7136930 140736396194064 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7169/statm: 169044 165800 387 719 0 168323 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 676176

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

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (1801.04 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1801.04 s) to the 'lost time'.

[startup+1801.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7218
/proc/meminfo: memFree=1131860/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=429092 CPUtime=1801.04
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 169479 0 0 0 179783 321 0 0 25 0 1 0 40690370 439390208 104354 1992294400 4194304 7136930 140736396194064 18446744073709551615 6166121 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7169/statm: 107273 104354 393 719 0 106552 0
Current children cumulated CPU time (s) 1801.04
Current children cumulated vsize (KiB) 429092

[startup+1801.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 7219
/proc/meminfo: memFree=1754208/2059040 swapFree=4134608/4192956
[pid=7169] ppid=-1 vsize=0 CPUtime=0
/proc/7169/stat : -- couldn't open stat file --/proc/7169/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7218
/proc/meminfo: memFree=1131860/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=548224 CPUtime=1800.84
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 169479 0 0 0 179764 320 0 0 25 0 1 0 40690370 561381376 134041 1992294400 4194304 7136930 140736396194064 18446744073709551615 4221241 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7169/statm: 137056 134041 393 719 0 136335 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 548224

[startup+1801.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7218
/proc/meminfo: memFree=1131860/2059040 swapFree=4134608/4192956
[pid=7169] ppid=7167 vsize=429092 CPUtime=1801.04
/proc/7169/stat : 7169 (pbscip.linux.x8) R 7167 7169 5885 0 -1 4202496 169479 0 0 0 179783 321 0 0 25 0 1 0 40690370 439390208 104354 1992294400 4194304 7136930 140736396194064 18446744073709551615 6166121 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7169/statm: 107273 104354 393 719 0 106552 0
Current children cumulated CPU time (s) 1801.04
Current children cumulated vsize (KiB) 429092

[startup+1801.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 7219
/proc/meminfo: memFree=1754208/2059040 swapFree=4134608/4192956
[pid=7169] ppid=-1 vsize=0 CPUtime=0
/proc/7169/stat : -- couldn't open stat file --/proc/7169/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7169 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=891678
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=264503
# CPU time returned by wait4() is 1801.16
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1801.04
#  lost CPU user time (s): 1797.83
#  lost CPU system time (s): 3.21

Real time (s): 1801.71
CPU time (s): 1801.04
CPU user time (s): 1797.83
CPU system time (s): 3.21
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 676176

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

runsolver used 2.97955 second user time and 8.51271 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-16 03:17:20
IDJOB=2663731
IDBENCH=48104
IDSOLVER=1167
FILE ID=node017/2663731-1276651040
PBS_JOBID= 11172446
Free space on /tmp= 62540 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_4.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-2663731-1276651040/watcher-2663731-1276651040 -o /tmp/evaluation-result-2663731-1276651040/solver-2663731-1276651040 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663731-1276651040.opb -t 1800 -m 1800

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

MD5SUM BENCH= efe239846afd4f2627c83cec32ebc27d
RANDOM SEED=1579453904

node017.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.201
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.40
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.201
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1797036 kB
Buffers:         71052 kB
Cached:         108784 kB
SwapCached:      11752 kB
Active:          97928 kB
Inactive:        96576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1797036 kB
SwapTotal:     4192956 kB
SwapFree:      4134608 kB
Dirty:            3840 kB
Writeback:           0 kB
AnonPages:       13072 kB
Mapped:           9388 kB
Slab:            45720 kB
PageTables:       3928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183024 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= 62536 MiB
End job on node017 at 2010-06-16 03:47:22