Trace number 2665180

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)93 1802.09 1802.83

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_1.opb
MD5SUM08f3a00099e19d384504c40fc611777e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 63
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 constraint11
Maximum length of a constraint23
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)6318
Sum of products size (including duplicates)12636
Number of different products6318
Sum of products size12636

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: Clp 1.11.1] [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-2665180-1276653788.opb>
0.00/0.09	c original problem has 6818 variables (6818 bin, 0 int, 0 impl, 0 cont) and 6818 constraints
0.00/0.09	c problem read
0.00/0.09	c presolving settings loaded
0.09/0.18	c presolving:
0.47/0.55	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 184742 impls, 0 clqs
0.88/0.99	c    (0.7s) probing: 101/6818 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.88/0.99	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.88/0.99	c presolving (2 rounds):
0.88/0.99	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.88/0.99	c  184742 implications, 0 cliques
0.88/0.99	c presolved problem has 6818 variables (6818 bin, 0 int, 0 impl, 0 cont) and 6818 constraints
0.88/0.99	c    6318 constraints of type <and>
0.88/0.99	c     500 constraints of type <logicor>
0.88/0.99	c transformed objective value is always integral (scale: 1)
0.88/0.99	c Presolving Time: 0.65
0.88/0.99	c - non default parameters ----------------------------------------------------------------------
0.88/0.99	c # SCIP version 1.2.1.2
0.88/0.99	c 
0.88/0.99	c # frequency for displaying node information lines
0.88/0.99	c # [type: int, range: [-1,2147483647], default: 100]
0.88/0.99	c display/freq = 10000
0.88/0.99	c 
0.88/0.99	c # maximal time in seconds to run
0.88/0.99	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.88/0.99	c limits/time = 1799.94
0.88/0.99	c 
0.88/0.99	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.88/0.99	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.88/0.99	c limits/memory = 1620
0.88/0.99	c 
0.88/0.99	c # should presolving try to simplify inequalities
0.88/0.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.88/0.99	c constraints/linear/simplifyinequalities = TRUE
0.88/0.99	c 
0.88/0.99	c # should presolving try to simplify knapsacks
0.88/0.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.88/0.99	c constraints/knapsack/simplifyinequalities = TRUE
0.88/0.99	c 
0.88/0.99	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.88/0.99	c # [type: int, range: [-1,2147483647], default: -1]
0.88/0.99	c heuristics/undercover/freq = 0
0.88/0.99	c 
0.88/0.99	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.88/0.99	c # [type: int, range: [-1,2147483647], default: -1]
0.88/0.99	c separating/rapidlearning/freq = 0
0.88/0.99	c 
0.88/0.99	c -----------------------------------------------------------------------------------------------
0.88/0.99	c start solving
0.97/1.00	c 
1.07/1.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.07/1.17	c   0.8s|     1 |     0 |  1000 |     - |  34M|   0 |1000 |6818 |6818 |6818 |  13k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.17/1.25	o 106
1.17/1.25	c s 0.9s|     1 |     0 |  1000 |     - |  34M|   0 |1000 |6818 |6818 |6818 |  13k|   0 |   0 |   0 | 0.000000e+00 | 1.060000e+02 |    Inf 
4.76/4.80	c   4.1s|     1 |     0 |  2500 |     - |  34M|   0 |1000 |6818 |6818 |6818 |  14k|1000 |   0 |   0 | 0.000000e+00 | 1.060000e+02 |    Inf 
6.06/6.15	c   5.5s|     1 |     0 |  4000 |     - |  35M|   0 |1000 |6818 |6818 |6818 |  15k|2004 |   0 |   0 | 0.000000e+00 | 1.060000e+02 |    Inf 
6.16/6.24	o 100
6.16/6.24	c s 5.5s|     1 |     0 |  4000 |     - |  35M|   0 |1000 |6818 |6818 |6818 |  15k|2004 |   0 |   0 | 0.000000e+00 | 1.000000e+02 |    Inf 
7.56/7.67	c   6.9s|     1 |     0 |  5500 |     - |  35M|   0 |1000 |6818 |6818 |6818 |  16k|3006 |   0 |   0 | 0.000000e+00 | 1.000000e+02 |    Inf 
9.16/9.29	c   8.6s|     1 |     0 |  7001 |     - |  36M|   0 |1000 |6818 |6818 |6818 |  17k|4007 |   0 |   0 | 0.000000e+00 | 1.000000e+02 |    Inf 
9.27/9.39	o 93
9.27/9.39	c s 8.7s|     1 |     0 |  7001 |     - |  36M|   0 |1000 |6818 |6818 |6818 |  17k|4007 |   0 |   0 | 0.000000e+00 | 9.300000e+01 |    Inf 
15.47/15.55	c  14.7s|     1 |     0 | 11630 |     - |  36M|   0 |2331 |6818 |6818 |6818 |  18k|5008 |   0 |   0 | 2.723770e+01 | 9.300000e+01 | 241.44%
32.76/32.89	c  31.9s|     1 |     0 | 17397 |     - |  38M|   0 |2953 |6818 |6818 |6818 |  18k|5584 |   0 |   0 | 3.396214e+01 | 9.300000e+01 | 173.83%
71.63/71.74	c  70.6s|     1 |     0 | 21380 |     - |  38M|   0 |3525 |6818 |6818 |6818 |  18k|5806 |   0 |   0 | 3.544619e+01 | 9.300000e+01 | 162.37%
93.43/93.54	c  92.3s|     1 |     0 | 24709 |     - |  39M|   0 |3800 |6818 |6818 |6818 |  19k|5925 |   0 |   0 | 3.603566e+01 | 9.300000e+01 | 158.08%
116.82/116.97	c   116s|     1 |     0 | 26952 |     - |  39M|   0 |4054 |6818 |6818 |6818 |  19k|6002 |   0 |   0 | 3.635246e+01 | 9.300000e+01 | 155.83%
141.20/141.37	c   140s|     1 |     0 | 28609 |     - |  39M|   0 |4163 |6818 |6818 |6818 |  19k|6051 |   0 |   0 | 3.644916e+01 | 9.300000e+01 | 155.15%
162.49/162.64	c   161s|     1 |     0 | 28978 |     - |  36M|   0 |4101 |6818 |6818 |6818 |7242 |6079 |   0 |   0 | 3.645780e+01 | 9.300000e+01 | 155.09%
169.09/169.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.09/169.20	c   168s|     1 |     0 | 29555 |     - |  36M|   0 |4147 |6818 |6818 |6818 |7264 |6101 |   0 |   0 | 3.648869e+01 | 9.300000e+01 | 154.87%
175.69/175.83	c   174s|     1 |     0 | 30105 |     - |  36M|   0 |4274 |6818 |6818 |6818 |7352 |6189 |   0 |   0 | 3.650162e+01 | 9.300000e+01 | 154.78%
182.49/182.60	c   181s|     1 |     0 | 30448 |     - |  36M|   0 |4286 |6818 |6818 |6818 |7401 |6238 |   0 |   0 | 3.650550e+01 | 9.300000e+01 | 154.76%
188.89/189.04	c   187s|     1 |     0 | 30506 |     - |  36M|   0 |4308 |6818 |6818 |6818 |7436 |6273 |   0 |   0 | 3.650550e+01 | 9.300000e+01 | 154.76%
195.28/195.41	c   194s|     1 |     0 | 30625 |     - |  36M|   0 |4367 |6818 |6818 |6818 |7444 |6281 |   0 |   0 | 3.650600e+01 | 9.300000e+01 | 154.75%
201.58/201.78	c   200s|     1 |     0 | 30632 |     - |  36M|   0 |4367 |6818 |6818 |6818 |6412 |6287 |   0 |   0 | 3.650600e+01 | 9.300000e+01 | 154.75%
206.69/206.88	c   205s|     1 |     0 | 30698 |     - |  36M|   0 |4355 |6818 |6818 |6818 |6413 |6288 |   0 |   0 | 3.650660e+01 | 9.300000e+01 | 154.75%
211.88/212.00	c   210s|     1 |     0 | 30718 |     - |  36M|   0 |4361 |6818 |6818 |6818 |6431 |6306 |   0 |   0 | 3.650660e+01 | 9.300000e+01 | 154.75%
233.47/233.61	c   232s|     1 |     2 | 30718 |     - |  36M|   0 |4361 |6818 |6818 |6818 |6431 |6306 |   0 |  14 | 3.650660e+01 | 9.300000e+01 | 154.75%
1800.06/1800.81	c pressed CTRL-C 1 times (5 times for forcing termination)
1801.45/1802.23	c 
1801.45/1802.23	c SCIP Status        : solving was interrupted [user interrupt]
1801.45/1802.23	c Solving Time (sec) : 1784.81
1801.45/1802.23	c Solving Nodes      : 84
1801.45/1802.23	c Primal Bound       : +9.30000000000000e+01 (3 solutions)
1801.45/1802.23	c Dual Bound         : +3.70915825684684e+01
1801.45/1802.23	c Gap                : 150.73 %
1801.45/1802.24	s SATISFIABLE
1801.45/1802.24	v -x500 -x499 x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 
1801.45/1802.24	v -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 x458 
1801.45/1802.24	v x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1801.45/1802.24	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 x418 -x417 -x416 
1801.45/1802.24	v -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1801.45/1802.24	v -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1801.45/1802.24	v -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 x357 -x356 -x355 -x354 -x353 
1801.45/1802.24	v -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 x344 -x343 -x342 -x341 -x340 -x339 -x338 x337 -x336 -x335 -x334 -x333 -x332 
1801.45/1802.24	v -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 x315 -x314 -x313 -x312 -x311 
1801.45/1802.24	v -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 
1801.45/1802.24	v x289 -x288 -x287 -x286 x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
1801.45/1802.24	v -x268 -x267 -x266 -x265 x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 
1801.45/1802.24	v -x247 -x246 -x245 -x244 -x243 -x242 -x241 x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 x229 -x228 -x227 
1801.45/1802.24	v -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 
1801.45/1802.24	v -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 -x188 -x187 -x186 -x185 
1801.45/1802.24	v -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 -x167 -x166 -x165 -x164 
1801.45/1802.24	v -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 
1801.45/1802.24	v -x142 -x141 -x140 -x139 -x138 -x137 x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 
1801.45/1802.24	v -x121 x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 
1801.45/1802.24	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 x75 -x74 
1801.45/1802.24	v x73 x72 -x71 x70 x69 x68 x67 -x66 -x65 -x64 -x63 x62 x61 -x60 x59 x58 x57 x56 x55 x54 x53 -x52 -x51 x50 x49 x48 -x47 x46 x45 
1801.45/1802.24	v x44 x43 x42 x41 -x40 -x39 x38 x37 x36 x35 x34 x33 x32 x31 x30 x29 x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 
1801.45/1802.24	v x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1801.45/1802.24	c SCIP Status        : solving was interrupted [user interrupt]
1801.45/1802.24	c Solving Time       :    1784.81
1801.45/1802.24	c Original Problem   :
1801.45/1802.24	c   Problem name     : HOME/instance-2665180-1276653788.opb
1801.45/1802.24	c   Variables        : 6818 (6818 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.45/1802.24	c   Constraints      : 6818 initial, 6818 maximal
1801.45/1802.24	c Presolved Problem  :
1801.45/1802.24	c   Problem name     : t_HOME/instance-2665180-1276653788.opb
1801.45/1802.24	c   Variables        : 6818 (6818 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.45/1802.24	c   Constraints      : 6818 initial, 6818 maximal
1801.45/1802.24	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1801.45/1802.24	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1801.45/1802.24	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1801.45/1802.24	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1801.45/1802.24	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1801.45/1802.24	c   implics          :       0.00          0          0          0          0          0          0          0          0
1801.45/1802.24	c   probing          :       0.23          0          0          0          0          0          0          0          0
1801.45/1802.24	c   and              :       0.34          0          0          0          0          0          0          0          0
1801.45/1802.24	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1801.45/1802.24	c   root node        :          -          0          -          -          0          -          -          -          -
1801.45/1802.24	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1801.45/1802.24	c   integral         :          0          0          0         84          0          0          0          0          0        168
1801.45/1802.24	c   and              :       6318        434       5513          0          0          0       1448      21869          0          0
1801.45/1802.24	c   logicor          :        500         19       2301          0          0          0          0          0          0          0
1801.45/1802.24	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1801.45/1802.24	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1801.45/1802.24	c   integral         :     435.92       0.00       0.00     435.92       0.00
1801.45/1802.24	c   and              :       5.44       3.14       2.30       0.00       0.00
1801.45/1802.24	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1801.45/1802.24	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1801.45/1802.24	c Propagators        :       Time      Calls    Cutoffs    DomReds
1801.45/1802.24	c   vbounds          :       0.01          2          0          0
1801.45/1802.24	c   rootredcost      :       0.00          0          0          0
1801.45/1802.24	c   pseudoobj        :       0.35       5341          0          0
1801.45/1802.24	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.45/1802.24	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1801.45/1802.24	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.45/1802.24	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.45/1802.24	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.45/1802.24	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.45/1802.24	c   applied globally :          -          -          -          0        0.0          -          -          -
1801.45/1802.24	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.45/1802.24	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.45/1802.24	c   cut pool         :       0.02         18          -          -         33          -    (maximal pool size: 6255)
1801.45/1802.24	c   redcost          :       0.36        434          0          0          0          0
1801.45/1802.24	c   impliedbounds    :       0.18         19          0          0       6588          0
1801.45/1802.24	c   intobj           :       0.00          0          0          0          0          0
1801.45/1802.24	c   cgmip            :       0.00          0          0          0          0          0
1801.45/1802.24	c   gomory           :      75.12         19          0          0       2960          0
1801.45/1802.24	c   strongcg         :      71.01         19          0          0       3088          0
1801.45/1802.24	c   cmir             :       6.33         10          0          0       2500          0
1801.45/1802.24	c   flowcover        :       3.45         10          0          0          0          0
1801.45/1802.24	c   clique           :       0.28         19          0          0         14          0
1801.45/1802.24	c   zerohalf         :       0.00          0          0          0          0          0
1801.45/1802.24	c   mcf              :       0.03          1          0          0          0          0
1801.45/1802.24	c   rapidlearning    :       1.85          1          0          0          0          0
1801.45/1802.24	c Pricers            :       Time      Calls       Vars
1801.45/1802.24	c   problem variables:       0.00          0          0
1801.45/1802.24	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.45/1802.24	c   relpscost        :     435.92         84          0          0          0          0        168
1801.45/1802.24	c   pscost           :       0.00          0          0          0          0          0          0
1801.45/1802.24	c   inference        :       0.00          0          0          0          0          0          0
1801.45/1802.24	c   mostinf          :       0.00          0          0          0          0          0          0
1801.45/1802.24	c   leastinf         :       0.00          0          0          0          0          0          0
1801.45/1802.24	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.45/1802.24	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.45/1802.24	c   random           :       0.00          0          0          0          0          0          0
1801.45/1802.24	c Primal Heuristics  :       Time      Calls      Found
1801.45/1802.24	c   LP solutions     :       0.00          -          0
1801.45/1802.24	c   pseudo solutions :       0.00          -          0
1801.45/1802.24	c   crossover        :       0.00          0          0
1801.45/1802.24	c   oneopt           :       0.05          3          0
1801.45/1802.24	c   pscostdiving     :      66.97          1          0
1801.45/1802.24	c   fracdiving       :      57.19          1          0
1801.45/1802.24	c   veclendiving     :      32.83          1          0
1801.45/1802.24	c   linesearchdiving :      56.70          1          0
1801.45/1802.24	c   guideddiving     :      73.80          1          0
1801.45/1802.24	c   objpscostdiving  :     148.03          1          0
1801.45/1802.24	c   rootsoldiving    :       4.26          1          0
1801.45/1802.24	c   trivial          :       0.02          2          0
1801.45/1802.24	c   simplerounding   :       0.00          0          0
1801.45/1802.24	c   zirounding       :       0.17         84          0
1801.45/1802.24	c   rounding         :      23.76        274          0
1801.45/1802.24	c   shifting         :       6.16         62          3
1801.45/1802.24	c   intshifting      :       0.00          0          0
1801.45/1802.24	c   twoopt           :       0.00          0          0
1801.45/1802.24	c   fixandinfer      :       0.00          0          0
1801.45/1802.24	c   feaspump         :       0.00          0          0
1801.45/1802.24	c   coefdiving       :     121.38          2          0
1801.45/1802.24	c   intdiving        :       0.00          0          0
1801.45/1802.24	c   actconsdiving    :       0.00          0          0
1801.45/1802.24	c   octane           :       0.00          0          0
1801.45/1802.24	c   rens             :       0.02          0          0
1801.45/1802.24	c   rins             :       0.00          0          0
1801.45/1802.24	c   localbranching   :       0.00          0          0
1801.45/1802.24	c   mutation         :       0.00          0          0
1801.45/1802.24	c   dins             :       0.00          0          0
1801.45/1802.24	c   undercover       :       0.01          1          0
1801.45/1802.24	c   nlp              :       0.00          0          0
1801.45/1802.24	c   trysol           :       0.00          0          0
1801.45/1802.24	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.45/1802.24	c   primal LP        :     187.23          0          0       0.00       0.00
1801.45/1802.24	c   dual LP          :     402.57        517     211404     408.91     525.14
1801.45/1802.24	c   lex dual LP      :       0.00          0          0       0.00          -
1801.45/1802.24	c   barrier LP       :       0.00          0          0       0.00          -
1801.45/1802.24	c   diving/probing LP:     544.03       2723     376796     138.38     692.60
1801.45/1802.24	c   strong branching :     435.64        265     221412     835.52     508.25
1801.45/1802.24	c     (at root node) :          -         14      10191     727.93          -
1801.45/1802.24	c   conflict analysis:       0.00          0          0       0.00          -
1801.45/1802.24	c B&B Tree           :
1801.45/1802.24	c   number of runs   :          1
1801.45/1802.24	c   nodes            :         84
1801.45/1802.24	c   nodes (total)    :         84
1801.45/1802.24	c   nodes left       :         85
1801.45/1802.24	c   max depth        :         15
1801.45/1802.24	c   max depth (total):         15
1801.45/1802.24	c   backtracks       :          9 (10.7%)
1801.45/1802.24	c   delayed cutoffs  :          0
1801.45/1802.24	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.45/1802.24	c   avg switch length:       2.14
1801.45/1802.24	c   switching time   :     187.25
1801.45/1802.24	c Solution           :
1801.45/1802.24	c   Solutions found  :          3 (3 improvements)
1801.45/1802.24	c   First Solution   : +1.06000000000000e+02   (in run 1, after 1 nodes, 0.85 seconds, depth 0, found by <shifting>)
1801.45/1802.24	c   Primal Bound     : +9.30000000000000e+01   (in run 1, after 1 nodes, 8.56 seconds, depth 0, found by <shifting>)
1801.45/1802.24	c   Dual Bound       : +3.70915825684684e+01
1801.45/1802.24	c   Gap              :     150.73 %
1801.45/1802.24	c   Root Dual Bound  : +3.65065974226933e+01
1801.45/1802.24	c   Root Iterations  :      30718

Verifier Data

OK	93

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665180-1276653788/watcher-2665180-1276653788 -o /tmp/evaluation-result-2665180-1276653788/solver-2665180-1276653788 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665180-1276653788.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: 2.74 2.29 1.72 5/112 7027
/proc/meminfo: memFree=1793656/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=24036 CPUtime=0
/proc/7027/stat : 7027 (runsolver) R 7025 7027 5005 0 -1 4202560 78 0 0 0 0 0 0 0 19 0 1 0 39034240 24612864 103 1992294400 4194304 4302564 140734529968624 18446744073709551615 238060938231 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/7027/statm: 6009 103 66 27 0 2647 0

[startup+0.118995 s]
/proc/loadavg: 2.74 2.29 1.72 5/112 7027
/proc/meminfo: memFree=1793656/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=28452 CPUtime=0.09
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 6454 0 0 0 7 2 0 0 21 0 1 0 39034240 29134848 6020 1992294400 4194304 9819077 140734895631824 18446744073709551615 4409086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7027/statm: 7113 6020 431 1374 0 5734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28452

[startup+0.200992 s]
/proc/loadavg: 2.74 2.29 1.72 5/112 7027
/proc/meminfo: memFree=1793656/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=36208 CPUtime=0.18
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 8066 0 0 0 15 3 0 0 21 0 1 0 39034240 37076992 7632 1992294400 4194304 9819077 140734895631824 18446744073709551615 5955769 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7027/statm: 9052 7632 473 1374 0 7673 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 36208

[startup+0.300988 s]
/proc/loadavg: 2.74 2.29 1.72 5/112 7027
/proc/meminfo: memFree=1793656/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=41536 CPUtime=0.28
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 9400 0 0 0 24 4 0 0 21 0 1 0 39034240 42532864 8966 1992294400 4194304 9819077 140734895631824 18446744073709551615 5957532 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7027/statm: 10384 8966 473 1374 0 9005 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 41536

[startup+0.700974 s]
/proc/loadavg: 2.74 2.29 1.72 5/112 7027
/proc/meminfo: memFree=1793656/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=43920 CPUtime=0.67
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 11035 0 0 0 48 19 0 0 22 0 1 0 39034240 44974080 9573 1992294400 4194304 9819077 140734895631824 18446744073709551615 4575342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7027/statm: 10980 9573 493 1374 0 9601 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 43920

[startup+1.50094 s]
/proc/loadavg: 2.74 2.29 1.72 2/107 7067
/proc/meminfo: memFree=1740812/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=75692 CPUtime=1.47
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 21109 0 0 0 120 27 0 0 25 0 1 0 39034240 77508608 16129 1992294400 4194304 9819077 140734895631824 18446744073709551615 5716590 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 18923 16129 672 1374 0 17544 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 75692

[startup+3.10088 s]
/proc/loadavg: 2.74 2.29 1.72 2/107 7067
/proc/meminfo: memFree=1734364/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=104684 CPUtime=3.07
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 29678 0 0 0 251 56 0 0 25 0 1 0 39034240 107196416 23003 1992294400 4194304 9819077 140734895631824 18446744073709551615 4780869 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 26171 23003 698 1374 0 24792 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 104684

[startup+6.30077 s]
/proc/loadavg: 2.60 2.27 1.71 2/107 7067
/proc/meminfo: memFree=1732132/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=80288 CPUtime=6.26
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 33492 0 0 0 565 61 0 0 25 0 1 0 39034240 82214912 17043 1992294400 4194304 9819077 140734895631824 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 20072 17043 712 1374 0 18693 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 80288

[startup+12.7005 s]
/proc/loadavg: 2.47 2.25 1.71 2/107 7067
/proc/meminfo: memFree=1726428/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=85388 CPUtime=12.66
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 40894 0 0 0 1197 69 0 0 25 0 1 0 39034240 87437312 18073 1992294400 4194304 9819077 140734895631824 18446744073709551615 6372188 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 21347 18081 717 1374 0 19968 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 85388

[startup+25.501 s]
/proc/loadavg: 2.15 2.19 1.70 2/107 7067
/proc/meminfo: memFree=1718864/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=97896 CPUtime=25.46
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 49544 0 0 0 2468 78 0 0 25 0 1 0 39034240 100245504 20257 1992294400 4194304 9819077 140734895631824 18446744073709551615 7300122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24474 20257 715 1374 0 23095 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 97896

[startup+51.1011 s]
/proc/loadavg: 1.75 2.09 1.68 2/107 7067
/proc/meminfo: memFree=1718864/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=98676 CPUtime=51.04
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 60308 0 0 0 5014 90 0 0 25 0 1 0 39034240 101044224 20100 1992294400 4194304 9819077 140734895631824 18446744073709551615 6055425 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24669 20100 715 1374 0 23290 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 98676

[startup+102.301 s]
/proc/loadavg: 1.33 1.92 1.64 2/107 7069
/proc/meminfo: memFree=1717624/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=100240 CPUtime=102.23
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 86724 0 0 0 10106 117 0 0 25 0 1 0 39034240 102645760 20384 1992294400 4194304 9819077 140734895631824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 25060 20384 713 1374 0 23681 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 100240

[startup+162.302 s]
/proc/loadavg: 1.12 1.75 1.60 2/107 7071
/proc/meminfo: memFree=1716508/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=100788 CPUtime=162.2
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 106400 0 0 0 16076 144 0 0 25 0 1 0 39034240 103206912 20864 1992294400 4194304 9819077 140734895631824 18446744073709551615 7291597 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 25197 20864 713 1374 0 23818 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 100788

[startup+222.309 s]
/proc/loadavg: 1.04 1.61 1.56 2/107 7073
/proc/meminfo: memFree=1719980/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=93968 CPUtime=222.18
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 128689 0 0 0 22044 174 0 0 25 0 1 0 39034240 96223232 19814 1992294400 4194304 9819077 140734895631824 18446744073709551615 7289494 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 23492 19814 715 1374 0 22113 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 93968

[startup+282.301 s]
/proc/loadavg: 1.01 1.50 1.52 2/107 7073
/proc/meminfo: memFree=1721344/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=98708 CPUtime=282.15
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 201528 0 0 0 27993 222 0 0 25 0 1 0 39034240 101076992 19530 1992294400 4194304 9819077 140734895631824 18446744073709551615 7301812 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24677 19530 730 1374 0 23298 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 98708

[startup+342.301 s]
/proc/loadavg: 1.00 1.40 1.48 2/107 7075
/proc/meminfo: memFree=1719236/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=99356 CPUtime=342.13
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 275515 0 0 0 33942 271 0 0 25 0 1 0 39034240 101740544 19749 1992294400 4194304 9819077 140734895631824 18446744073709551615 6198389 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24839 19749 730 1374 0 23460 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 99356

[startup+402.303 s]
/proc/loadavg: 1.00 1.33 1.45 2/107 7077
/proc/meminfo: memFree=1720724/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=87476 CPUtime=402.1
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 339113 0 0 0 39895 315 0 0 25 0 1 0 39034240 89575424 19373 1992294400 4194304 9819077 140734895631824 18446744073709551615 7284103 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 21869 19373 730 1374 0 20490 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 87476

[startup+462.301 s]
/proc/loadavg: 1.00 1.27 1.42 2/107 7079
/proc/meminfo: memFree=1721468/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=89808 CPUtime=462.08
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 411662 0 0 0 45841 367 0 0 25 0 1 0 39034240 91963392 19575 1992294400 4194304 9819077 140734895631824 18446744073709551615 6190577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 22452 19575 730 1374 0 21073 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 89808

[startup+522.3 s]
/proc/loadavg: 1.00 1.22 1.39 2/107 7081
/proc/meminfo: memFree=1718492/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=100360 CPUtime=522.05
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 485806 0 0 0 51788 417 0 0 25 0 1 0 39034240 102768640 20134 1992294400 4194304 9819077 140734895631824 18446744073709551615 7290891 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 25090 20134 730 1374 0 23711 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 100360

[startup+582.3 s]
/proc/loadavg: 1.00 1.17 1.36 2/107 7081
/proc/meminfo: memFree=1718616/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=101556 CPUtime=582.03
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 565531 0 0 0 57737 466 0 0 25 0 1 0 39034240 103993344 19929 1992294400 4194304 9819077 140734895631824 18446744073709551615 7308994 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 25389 19930 730 1374 0 24010 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 101556

[startup+642.3 s]
/proc/loadavg: 1.00 1.14 1.34 2/107 7083
/proc/meminfo: memFree=1720228/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=102400 CPUtime=642.01
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 651350 0 0 0 63681 520 0 0 25 0 1 0 39034240 104857600 19768 1992294400 4194304 9819077 140734895631824 18446744073709551615 6192338 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 25600 19768 730 1374 0 24221 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 102400

[startup+702.301 s]

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

/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 1358053 0 0 0 105244 940 0 0 25 0 1 0 39034240 109232128 20944 1992294400 4194304 9819077 140734895631824 18446744073709551615 6192320 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 26668 20944 730 1374 0 25289 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 106672

[startup+1122.3 s]
/proc/loadavg: 1.00 1.04 1.20 2/107 7097
/proc/meminfo: memFree=1715640/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=97460 CPUtime=1121.82
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 1444352 0 0 0 111193 989 0 0 25 0 1 0 39034240 99799040 20711 1992294400 4194304 9819077 140734895631824 18446744073709551615 7293449 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24365 20711 730 1374 0 22986 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 97460

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.18 2/107 7097
/proc/meminfo: memFree=1714524/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=97460 CPUtime=1181.79
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 1524329 0 0 0 117140 1039 0 0 25 0 1 0 39034240 99799040 20909 1992294400 4194304 9819077 140734895631824 18446744073709551615 7304801 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24365 20909 730 1374 0 22986 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 97460

[startup+1242.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/107 7099
/proc/meminfo: memFree=1715888/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=96952 CPUtime=1241.78
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 1599467 0 0 0 123088 1090 0 0 25 0 1 0 39034240 99278848 20709 1992294400 4194304 9819077 140734895631824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24238 20709 730 1374 0 22859 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 96952

[startup+1302.3 s]
/proc/loadavg: 1.00 1.02 1.16 2/107 7101
/proc/meminfo: memFree=1714896/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=96436 CPUtime=1301.74
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 1682249 0 0 0 129032 1142 0 0 25 0 1 0 39034240 98750464 20911 1992294400 4194304 9819077 140734895631824 18446744073709551615 7291711 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24109 20911 730 1374 0 22730 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 96436

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/107 7103
/proc/meminfo: memFree=1715144/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=96380 CPUtime=1361.73
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 1769435 0 0 0 134984 1189 0 0 25 0 1 0 39034240 98693120 21123 1992294400 4194304 9819077 140734895631824 18446744073709551615 7296194 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24095 21123 730 1374 0 22716 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 96380

[startup+1422.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/107 7105
/proc/meminfo: memFree=1714772/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=97792 CPUtime=1421.72
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 1851535 0 0 0 140933 1239 0 0 25 0 1 0 39034240 100139008 20980 1992294400 4194304 9819077 140734895631824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24448 20980 730 1374 0 23069 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 97792

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 7105
/proc/meminfo: memFree=1713160/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=99140 CPUtime=1481.68
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 2022852 0 0 0 146844 1324 0 0 25 0 1 0 39034240 101519360 21275 1992294400 4194304 9819077 140734895631824 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24785 21275 730 1374 0 23406 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 99140

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 7107
/proc/meminfo: memFree=1712664/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=99792 CPUtime=1541.66
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 2112456 0 0 0 152792 1374 0 0 25 0 1 0 39034240 102187008 21428 1992294400 4194304 9819077 140734895631824 18446744073709551615 6674400 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 24948 21428 730 1374 0 23569 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 99792

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 7109
/proc/meminfo: memFree=1712416/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=100456 CPUtime=1601.64
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 2270713 0 0 0 158709 1455 0 0 25 0 1 0 39034240 102866944 21520 1992294400 4194304 9819077 140734895631824 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 25114 21520 730 1374 0 23735 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 100456

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 7111
/proc/meminfo: memFree=1710432/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=111696 CPUtime=1661.6
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 2401745 0 0 0 164631 1529 0 0 25 0 1 0 39034240 114376704 22104 1992294400 4194304 9819077 140734895631824 18446744073709551615 6391563 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 27924 22104 730 1374 0 26545 0
Current children cumulated CPU time (s) 1661.6
Current children cumulated vsize (KiB) 111696

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 7111
/proc/meminfo: memFree=1709068/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=102496 CPUtime=1721.59
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 2494565 0 0 0 170577 1582 0 0 25 0 1 0 39034240 104955904 22287 1992294400 4194304 9819077 140734895631824 18446744073709551615 7309299 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 25624 22289 730 1374 0 24245 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 102496

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 7113
/proc/meminfo: memFree=1709068/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=101504 CPUtime=1781.57
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 2591637 0 0 0 176512 1645 0 0 25 0 1 0 39034240 103940096 22160 1992294400 4194304 9819077 140734895631824 18446744073709551615 7291994 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 25376 22160 730 1374 0 23997 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 101504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 7115
/proc/meminfo: memFree=1709316/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=112388 CPUtime=1800.06
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 2622852 0 0 0 178345 1661 0 0 25 0 1 0 39034240 115085312 22254 1992294400 4194304 9819077 140734895631824 18446744073709551615 7291597 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 28097 22254 730 1374 0 26718 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 112388

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7027

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 7115
/proc/meminfo: memFree=1709316/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=112420 CPUtime=1800.75
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 2623862 0 0 0 178414 1661 0 0 25 0 1 0 39034240 115118080 22266 1992294400 4194304 9819077 140734895631824 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7027/statm: 28105 22266 730 1374 0 26726 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 112420

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 7116
/proc/meminfo: memFree=1708936/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=101468 CPUtime=1801.55
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 2625149 0 0 0 178493 1662 0 0 18 0 1 0 39034240 103903232 21976 1992294400 4194304 9819077 140734895631824 18446744073709551615 7289498 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7027/statm: 25367 21976 731 1374 0 23988 0
Current children cumulated CPU time (s) 1801.55
Current children cumulated vsize (KiB) 101468

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 7116
/proc/meminfo: memFree=1708936/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=101468 CPUtime=1801.95
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 2625149 0 0 0 178533 1662 0 0 18 0 1 0 39034240 103903232 21976 1992294400 4194304 9819077 140734895631824 18446744073709551615 7291656 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7027/statm: 25367 21976 731 1374 0 23988 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 101468

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 7116
/proc/meminfo: memFree=1708936/2059040 swapFree=4136680/4192956
[pid=7027] ppid=7025 vsize=101468 CPUtime=1802.05
/proc/7027/stat : 7027 (pbscip.linux.x8) R 7025 7027 5005 0 -1 4202496 2625149 0 0 0 178543 1662 0 0 18 0 1 0 39034240 103903232 21976 1992294400 4194304 9819077 140734895631824 18446744073709551615 7289494 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7027/statm: 25367 21976 731 1374 0 23988 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 101468

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.83
CPU time (s): 1802.09
CPU user time (s): 1785.45
CPU system time (s): 16.6385
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 112592

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

runsolver used 3.39148 second user time and 8.16076 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-16 04:03:08
IDJOB=2665180
IDBENCH=48123
IDSOLVER=1168
FILE ID=node026/2665180-1276653788
PBS_JOBID= 11172409
Free space on /tmp= 62560 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665180-1276653788/watcher-2665180-1276653788 -o /tmp/evaluation-result-2665180-1276653788/solver-2665180-1276653788 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665180-1276653788.opb -t 1800 -m 1800

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

MD5SUM BENCH= 08f3a00099e19d384504c40fc611777e
RANDOM SEED=2089014343

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1793688 kB
Buffers:         45160 kB
Cached:         123660 kB
SwapCached:       9808 kB
Active:          97304 kB
Inactive:        87732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1793688 kB
SwapTotal:     4192956 kB
SwapFree:      4136680 kB
Dirty:            8336 kB
Writeback:           0 kB
AnonPages:       14552 kB
Mapped:          13092 kB
Slab:            57192 kB
PageTables:       4556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   237068 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= 62552 MiB
End job on node026 at 2010-06-16 04:33:11