Trace number 3450742

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
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4SAT (TO)-57 1800.18 1800.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_5.opb
MD5SUM996170804397234947041ed4d87d3aa0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-58
Best CPU time to get the best result obtained on this benchmark1797.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -59
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5056
Sum of products size (including duplicates)10112
Number of different products2528
Sum of products size5056

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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3450742-1307110913.opb>
0.00/0.02	c original problem has 2928 variables (2928 bin, 0 int, 0 impl, 0 cont) and 3529 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	o 0
0.00/0.03	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.03	c presolving:
0.00/0.07	c (round 1) 0 del vars, 2928 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 20624 impls, 399 clqs
0.07/0.08	c (round 2) 2528 del vars, 2928 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 20624 impls, 0 clqs
0.07/0.09	c    (0.1s) probing: 101/400 (25.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.07/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.07/0.09	c presolving (3 rounds):
0.07/0.09	c  2528 deleted vars, 2928 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.07/0.09	c  20624 implications, 0 cliques
0.07/0.09	c presolved problem has 400 variables (400 bin, 0 int, 0 impl, 0 cont) and 601 constraints
0.07/0.09	c     400 constraints of type <knapsack>
0.07/0.09	c     200 constraints of type <setppc>
0.07/0.09	c       1 constraints of type <linear>
0.07/0.09	c transformed objective value is always integral (scale: 1)
0.07/0.09	c Presolving Time: 0.06
0.07/0.09	c - non default parameters ----------------------------------------------------------------------
0.07/0.09	c # SCIP version 2.0.1.5
0.07/0.09	c 
0.07/0.09	c # frequency for displaying node information lines
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.07/0.09	c display/freq = 10000
0.07/0.09	c 
0.07/0.09	c # maximal time in seconds to run
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.07/0.09	c limits/time = 1800
0.07/0.09	c 
0.07/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.07/0.09	c limits/memory = 13950
0.07/0.09	c 
0.07/0.09	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.07/0.09	c # [type: int, range: [1,2], default: 1]
0.07/0.09	c timing/clocktype = 2
0.07/0.09	c 
0.07/0.09	c # belongs reading time to solving time?
0.07/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.07/0.09	c timing/reading = TRUE
0.07/0.09	c 
0.07/0.09	c # should presolving try to simplify inequalities
0.07/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.07/0.09	c constraints/linear/simplifyinequalities = TRUE
0.07/0.09	c 
0.07/0.09	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.07/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.07/0.09	c constraints/indicator/addCouplingCons = TRUE
0.07/0.09	c 
0.07/0.09	c # should presolving try to simplify knapsacks
0.07/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.07/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.07/0.09	c 
0.07/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.07/0.09	c separating/rapidlearning/freq = 0
0.07/0.09	c 
0.07/0.09	c -----------------------------------------------------------------------------------------------
0.07/0.09	c start solving
0.07/0.09	c 
0.69/0.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.72	c t 0.7s|     1 |     0 |  4053 |     - |8189k|   0 | 400 | 400 | 601 | 400 | 601 |   0 |   0 |   0 |-1.000000e+02 | 0.000000e+00 | 100.00%
0.69/0.73	o -1
0.69/0.73	c R 0.7s|     1 |     0 |  4053 |     - |8221k|   0 | 400 | 400 | 601 | 400 | 601 |   0 |   0 |   0 |-1.000000e+02 |-1.000000e+00 |  99.00%
1.00/1.02	o -37
1.00/1.02	c y 1.0s|     1 |     0 |  4053 |     - |8270k|   0 | 400 | 400 | 601 | 400 | 601 |   0 |   0 |   0 |-1.000000e+02 |-3.700000e+01 |  63.00%
4.59/4.63	c   4.6s|     1 |     2 |  4053 |     - |8343k|   0 | 400 | 400 | 611 | 400 | 601 |   0 |   0 |  23 |-1.000000e+02 |-3.700000e+01 |  63.00%
16.89/16.96	o -44
16.89/16.96	c c17.0s|    14 |    15 |  6281 | 171.4 |8656k|  13 |   - | 400 | 611 | 400 | 601 |   0 |   0 | 247 |-9.983332e+01 |-4.400000e+01 |  55.93%
29.49/29.61	o -46
29.49/29.61	c p29.6s|    26 |    27 |  8752 | 188.0 |8633k|  13 |   - | 400 | 611 | 400 | 601 |   0 |   0 | 462 |-9.983332e+01 |-4.600000e+01 |  53.92%
39.69/39.78	o -55
39.69/39.78	c f39.8s|    38 |    39 | 10720 | 180.2 |8728k|  13 |   - | 400 | 611 | 400 | 601 |   0 |   0 | 642 |-9.983332e+01 |-5.500000e+01 |  44.91%
81.31/81.38	o -57
81.31/81.38	c l81.4s|    86 |    87 | 30761 | 314.2 |8906k|  16 |   - | 400 | 619 | 400 | 601 |   0 |   8 |1394 |-9.966938e+01 |-5.700000e+01 |  42.81%
361.82/361.88	c   362s| 10000 |  8365 |984630 |  98.1 |  18M| 190 | 246 | 400 | 691 | 400 | 601 |   0 |  80 |1792 |-9.484769e+01 |-5.700000e+01 |  39.90%
568.91/568.97	c   569s| 20000 | 18365 |  2028k| 101.2 |  27M| 190 | 268 | 400 | 736 | 400 | 601 |   0 | 125 |2569 |-9.383734e+01 |-5.700000e+01 |  39.26%
772.23/772.28	c   772s| 30000 | 28365 |  3111k| 103.6 |  36M| 190 | 213 | 400 | 749 | 400 | 601 |   0 | 169 |3243 |-9.336381e+01 |-5.700000e+01 |  38.95%
967.52/967.52	c   968s| 40000 | 38365 |  4133k| 103.2 |  44M| 190 | 221 | 400 | 752 | 400 | 601 |   0 | 215 |3761 |-9.306246e+01 |-5.700000e+01 |  38.75%
1162.32/1162.33	c  1162s| 50000 | 48365 |  5143k| 102.8 |  53M| 190 | 225 | 400 | 736 | 400 | 601 |   0 | 257 |4168 |-9.284658e+01 |-5.700000e+01 |  38.61%
1351.84/1351.83	c  1352s| 60000 | 58365 |  6118k| 101.9 |  62M| 190 | 253 | 400 | 737 | 400 | 601 |   0 | 297 |4538 |-9.265497e+01 |-5.700000e+01 |  38.48%
1535.43/1535.42	c  1535s| 70000 | 68365 |  7041k| 100.5 |  70M| 190 | 264 | 400 | 748 | 400 | 601 |   0 | 350 |4857 |-9.250970e+01 |-5.700000e+01 |  38.38%
1718.94/1718.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1718.94/1718.92	c  1719s| 80000 | 78365 |  7965k|  99.5 |  79M| 190 | 249 | 400 | 785 | 400 | 601 |   0 | 427 |5134 |-9.237152e+01 |-5.700000e+01 |  38.29%
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1800.01
1800.05/1800.01	c Solving Nodes      : 84451
1800.05/1800.01	c Primal Bound       : -5.70000000000000e+01 (525 solutions)
1800.05/1800.01	c Dual Bound         : -9.23083265718257e+01
1800.05/1800.01	c Gap                : 38.25 %
1800.05/1800.02	s SATISFIABLE
1800.05/1800.02	v x385 -x378 x363 -x375 -x262 -x387 x398 -x331 -x303 x394 -x240 -x255 -x271 -x360 -x239 x350 -x260 -x283 -x370 -x297 -x231 -x306 
1800.05/1800.02	v -x334 -x292 -x356 -x323 -x393 -x257 -x349 x388 x305 -x301 -x245 -x357 x361 -x220 -x241 -x230 x296 x338 -x314 x310 -x286 -x348 
1800.05/1800.02	v -x312 -x246 -x329 -x307 x339 x326 x311 x376 -x337 x300 -x218 -x217 -x365 -x244 -x226 -x256 -x358 -x284 -x335 -x364 -x319 x293 
1800.05/1800.02	v x242 -x278 x396 -x268 -x213 -x380 x369 -x346 -x281 -x395 -x327 -x373 -x330 -x308 x333 -x397 x270 x263 x325 x313 x351 -x318 
1800.05/1800.02	v -x259 -x371 -x302 -x320 -x315 -x344 -x209 x383 -x299 x252 -x225 x379 -x359 -x392 -x235 x295 x219 -x264 -x279 -x275 -x304 -x207 
1800.05/1800.02	v x391 x352 x336 -x316 -x267 -x210 x288 -x345 -x291 -x251 -x340 x289 -x269 x234 -x381 -x342 -x298 -x282 -x317 -x243 -x390 -x228 
1800.05/1800.02	v -x324 -x354 -x389 -x386 x372 -x353 -x223 -x216 x294 x208 -x224 -x236 x214 -x204 -x290 x266 -x238 -x254 x341 x362 -x400 -x309 
1800.05/1800.02	v -x285 -x203 -x265 -x237 x328 x347 -x368 -x253 -x384 x332 x374 x280 -x202 -x377 -x367 -x355 -x343 -x232 x205 -x206 -x215 x287 
1800.05/1800.02	v -x229 x221 -x399 x261 -x249 -x227 -x201 -x322 x272 -x258 x248 -x247 -x222 -x212 -x382 -x274 -x250 -x321 -x233 x277 -x273 -x211 
1800.05/1800.02	v -x366 x276 x200 -x199 -x198 x197 -x196 x195 -x194 x193 x192 -x191 x190 x189 -x188 x187 -x186 -x185 -x184 -x183 -x182 x181 
1800.05/1800.02	v -x180 -x179 -x178 x177 -x176 x175 -x174 -x173 -x172 x171 x170 -x169 -x168 x167 x166 x165 -x164 -x163 -x162 -x161 -x160 x159 
1800.05/1800.02	v x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 x149 x148 -x147 x146 x145 x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 
1800.05/1800.02	v -x136 -x135 x134 -x133 -x132 -x131 x130 x129 -x128 x127 -x126 -x125 x124 x123 x122 -x121 x120 -x119 x118 -x117 -x116 -x115 x114 
1800.05/1800.02	v -x113 -x112 -x111 -x110 x109 -x108 -x107 x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 
1800.05/1800.02	v x90 -x89 -x88 -x87 -x86 -x85 x84 x83 x82 -x81 -x80 -x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 
1800.05/1800.02	v -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 x53 -x52 x51 x50 -x49 -x48 x47 x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 
1800.05/1800.02	v -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 x29 -x28 -x27 x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 
1800.05/1800.02	v -x12 -x11 x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 -x2 -x1 
1800.05/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.02	c Total Time         :    1800.01
1800.05/1800.02	c   solving          :    1800.01
1800.05/1800.02	c   presolving       :       0.06 (included in solving)
1800.05/1800.02	c   reading          :       0.02 (included in solving)
1800.05/1800.02	c Original Problem   :
1800.05/1800.02	c   Problem name     : HOME/instance-3450742-1307110913.opb
1800.05/1800.02	c   Variables        : 2928 (2928 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.02	c   Constraints      : 3529 initial, 3529 maximal
1800.05/1800.02	c Presolved Problem  :
1800.05/1800.02	c   Problem name     : t_HOME/instance-3450742-1307110913.opb
1800.05/1800.02	c   Variables        : 400 (400 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.02	c   Constraints      : 601 initial, 795 maximal
1800.05/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   dualfix          :       0.00       2528          0          0          0          0          0          0          0          0
1800.05/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   pseudoboolean    :       0.01          0          0          0          0          0       2928          0          0          0
1800.05/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   integral         :          0          0          0      83632          0        530          0          0          0          0          0     167264
1800.05/1800.02	c   knapsack         :        400          1     634046          0          1        525        623          1     293302          0          0          0
1800.05/1800.02	c   setppc           :        200          1     616331          0          1        524        103          0      61461          0          0          0
1800.05/1800.02	c   linear           :          1+         2     634045          0          0        524          0         88          0          0          0          0
1800.05/1800.02	c   logicor          :          0+         0      71641          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   countsols        :          0          0          0          0          1        528          0          0          0          0          0          0
1800.05/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.02	c   integral         :     173.95       0.00       0.00     173.95       0.00       0.00       0.00
1800.05/1800.02	c   knapsack         :       4.48       0.00       4.40       0.00       0.00       0.08       0.00
1800.05/1800.02	c   setppc           :       0.95       0.00       0.94       0.00       0.00       0.01       0.00
1800.05/1800.02	c   linear           :       0.50       0.01       0.49       0.00       0.00       0.00       0.00
1800.05/1800.02	c   logicor          :       0.11       0.00       0.11       0.00       0.00       0.00       0.00
1800.05/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.02	c   vbounds          :          0          0          0          0
1800.05/1800.02	c   rootredcost      :          5          0          0          0
1800.05/1800.02	c   pseudoobj        :     637760          2          2          0
1800.05/1800.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.02	c   vbounds          :       0.12       0.12       0.00
1800.05/1800.02	c   rootredcost      :       0.14       0.14       0.00
1800.05/1800.02	c   pseudoobj        :       2.89       2.89       0.00
1800.05/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.02	c   propagation      :       0.00          1          1         16      120.2          0        0.0          -
1800.05/1800.02	c   infeasible LP    :       0.03        647        585        932       35.9          0        0.0          0
1800.05/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.02	c   applied globally :          -          -          -        455        3.0          -          -          -
1800.05/1800.02	c   applied locally  :          -          -          -          1       93.0          -          -          -
1800.05/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.02	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.02	c   redcost          :       0.76      84136          0       3640          0          0
1800.05/1800.02	c   impliedbounds    :       0.00          1          0          0          0          0
1800.05/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.02	c   gomory           :       0.06          1          0          0          0          0
1800.05/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.02	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.02	c   strongcg         :       0.05          1          0          0          0          0
1800.05/1800.02	c   cmir             :       0.00          1          0          0          0          0
1800.05/1800.02	c   flowcover        :       0.00          1          0          0          0          0
1800.05/1800.02	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.02	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.02	c   rapidlearning    :       0.18          1          0          0          0         10
1800.05/1800.02	c Pricers            :       Time      Calls       Vars
1800.05/1800.02	c   problem variables:       0.00          0          0
1800.05/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   relpscost        :     173.90      83632          0          0          0          0     167264
1800.05/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.02	c   LP solutions     :       0.00          -          0
1800.05/1800.02	c   pseudo solutions :       0.00          -          0
1800.05/1800.02	c   oneopt           :       0.02          5          0
1800.05/1800.02	c   crossover        :       0.10          2          0
1800.05/1800.02	c   linesearchdiving :      62.52        780          1
1800.05/1800.02	c   fracdiving       :      64.09        780          1
1800.05/1800.02	c   coefdiving       :      78.49        781          1
1800.05/1800.02	c   trivial          :       0.00          2          1
1800.05/1800.02	c   shiftandpropagate:       0.00          0          0
1800.05/1800.02	c   simplerounding   :       0.02          0          0
1800.05/1800.02	c   zirounding       :       5.34          0          0
1800.05/1800.02	c   rounding         :      29.37      13599          1
1800.05/1800.02	c   shifting         :      37.47       8378        458
1800.05/1800.02	c   intshifting      :       0.00          0          0
1800.05/1800.02	c   twoopt           :       0.00          0          0
1800.05/1800.02	c   fixandinfer      :       0.00          0          0
1800.05/1800.02	c   feaspump         :       0.00          0          0
1800.05/1800.02	c   clique           :       0.00          0          0
1800.05/1800.02	c   pscostdiving     :      79.68        781          1
1800.05/1800.02	c   veclendiving     :      24.99        212          0
1800.05/1800.02	c   intdiving        :       0.00          0          0
1800.05/1800.02	c   actconsdiving    :       0.00          0          0
1800.05/1800.02	c   objpscostdiving  :      35.46         87         59
1800.05/1800.02	c   rootsoldiving    :       6.16         81          1
1800.05/1800.02	c   guideddiving     :      49.26        677          0
1800.05/1800.02	c   octane           :       0.00          0          0
1800.05/1800.02	c   rens             :       0.01          0          0
1800.05/1800.02	c   rins             :       0.00          0          0
1800.05/1800.02	c   localbranching   :       0.00          0          0
1800.05/1800.02	c   mutation         :       0.00          0          0
1800.05/1800.02	c   dins             :       0.00          0          0
1800.05/1800.02	c   vbounds          :       0.00          0          0
1800.05/1800.02	c   undercover       :       0.00          0          0
1800.05/1800.02	c   subnlp           :       0.01          0          0
1800.05/1800.02	c   trysol           :       0.02          0          0
1800.05/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.02	c   dual LP          :    1136.17      84747    6076768      71.70    5348.48
1800.05/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.02	c   diving/probing LP:     354.18     397964    2291717       5.76    6470.53
1800.05/1800.02	c   strong branching :     169.25       5278     233739      44.29    1381.05
1800.05/1800.02	c     (at root node) :          -         23       7685     334.13          -
1800.05/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.02	c B&B Tree           :
1800.05/1800.02	c   number of runs   :          1
1800.05/1800.02	c   nodes            :      84451
1800.05/1800.02	c   nodes (total)    :      84451
1800.05/1800.02	c   nodes left       :      82816
1800.05/1800.02	c   max depth        :        190
1800.05/1800.02	c   max depth (total):        190
1800.05/1800.02	c   backtracks       :       4783 (5.7%)
1800.05/1800.02	c   delayed cutoffs  :          0
1800.05/1800.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.05/1800.02	c   avg switch length:       3.50
1800.05/1800.02	c   switching time   :       2.70
1800.05/1800.02	c Solution           :
1800.05/1800.02	c   Solutions found  :        525 (7 improvements)
1800.05/1800.02	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1800.05/1800.02	c   Primal Bound     : -5.70000000000000e+01   (in run 1, after 86 nodes, 81.38 seconds, depth 210, found by <linesearchdiving>)
1800.05/1800.02	c   Dual Bound       : -9.23083265718257e+01
1800.05/1800.02	c   Gap              :      38.25 %
1800.05/1800.02	c   Root Dual Bound  : -1.00000000000000e+02
1800.05/1800.02	c   Root Iterations  :       4053
1800.15/1800.13	c Time complete: 1800.18.

Verifier Data

OK	-57

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3450742-1307110913/watcher-3450742-1307110913 -o /tmp/evaluation-result-3450742-1307110913/solver-3450742-1307110913 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450742-1307110913.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.03 2.00 2/386 28655
/proc/meminfo: memFree=23774672/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=16456 CPUtime=0.01 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 3107 0 0 0 1 0 0 0 23 0 1 0 822694047 16850944 3061 33554432000 4194304 9163163 140735452459392 18446744073709551615 8045195 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28655/statm: 4114 3061 410 1214 0 2896 0

[startup+0.0794509 s]
/proc/loadavg: 2.02 2.03 2.00 2/386 28655
/proc/meminfo: memFree=23774672/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=28780 CPUtime=0.07 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 6230 0 0 0 7 0 0 0 23 0 1 0 822694047 29470720 5926 33554432000 4194304 9163163 140735452459392 18446744073709551615 5209113 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 7195 5926 541 1214 0 5977 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28780

[startup+0.100478 s]
/proc/loadavg: 2.02 2.03 2.00 2/386 28655
/proc/meminfo: memFree=23774672/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=30156 CPUtime=0.09 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 6708 0 0 0 9 0 0 0 23 0 1 0 822694047 30879744 6404 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 7539 6404 655 1214 0 6321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30156

[startup+0.300418 s]
/proc/loadavg: 2.02 2.03 2.00 2/386 28655
/proc/meminfo: memFree=23774672/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=31508 CPUtime=0.29 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 7069 0 0 0 28 1 0 0 25 0 1 0 822694047 32264192 6761 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 7877 6761 660 1214 0 6659 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31508

[startup+0.700334 s]
/proc/loadavg: 2.02 2.03 2.00 2/386 28655
/proc/meminfo: memFree=23774672/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=32804 CPUtime=0.69 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 7411 0 0 0 68 1 0 0 25 0 1 0 822694047 33591296 7103 33554432000 4194304 9163163 140735452459392 18446744073709551615 7390108 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 8201 7103 660 1214 0 6983 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32804

[startup+1.5002 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 28656
/proc/meminfo: memFree=23733788/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=45464 CPUtime=1.49 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 11139 0 0 0 147 2 0 0 25 0 1 0 822694047 46555136 10098 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 11366 10098 733 1214 0 10148 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45464

[startup+3.10091 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 28656
/proc/meminfo: memFree=23733788/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=45464 CPUtime=3.09 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 11139 0 0 0 305 4 0 0 25 0 1 0 822694047 46555136 10098 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 11366 10098 733 1214 0 10148 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45464

[startup+6.30035 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 28656
/proc/meminfo: memFree=23733908/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=45464 CPUtime=6.29 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 11141 0 0 0 623 6 0 0 25 0 1 0 822694047 46555136 10100 33554432000 4194304 9163163 140735452459392 18446744073709551615 7390101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 11366 10100 734 1214 0 10148 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45464

[startup+12.7002 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 28657
/proc/meminfo: memFree=23730944/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=45464 CPUtime=12.69 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 11141 0 0 0 1260 9 0 0 25 0 1 0 822694047 46555136 10100 33554432000 4194304 9163163 140735452459392 18446744073709551615 7390821 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 11366 10100 734 1214 0 10148 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45464

[startup+25.5009 s]
/proc/loadavg: 2.01 2.03 2.00 3/387 28657
/proc/meminfo: memFree=23730312/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=45464 CPUtime=25.49 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 11144 0 0 0 2533 16 0 0 25 0 1 0 822694047 46555136 10103 33554432000 4194304 9163163 140735452459392 18446744073709551615 7390101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 11366 10103 734 1214 0 10148 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45464

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.00 3/387 28658
/proc/meminfo: memFree=23725224/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=45464 CPUtime=51.09 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 11144 0 0 0 5082 27 0 0 25 0 1 0 822694047 46555136 10103 33554432000 4194304 9163163 140735452459392 18446744073709551615 7390360 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 11366 10103 734 1214 0 10148 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 45464

[startup+102.314 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28659
/proc/meminfo: memFree=23711780/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=45464 CPUtime=102.31 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 11147 0 0 0 10170 61 0 0 25 0 1 0 822694047 46555136 10106 33554432000 4194304 9163163 140735452459392 18446744073709551615 7370930 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 11366 10106 737 1214 0 10148 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 45464

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 28661
/proc/meminfo: memFree=23698104/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=45464 CPUtime=162.29 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 11202 0 0 0 16091 138 0 0 25 0 1 0 822694047 46555136 10161 33554432000 4194304 9163163 140735452459392 18446744073709551615 7390938 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 11366 10161 737 1214 0 10148 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 45464

[startup+222.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/387 28662
/proc/meminfo: memFree=23683320/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=45560 CPUtime=222.29 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 12348 0 0 0 22013 216 0 0 25 0 1 0 822694047 46653440 10375 33554432000 4194304 9163163 140735452459392 18446744073709551615 7390296 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 11390 10375 737 1214 0 10172 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 45560

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/387 28664
/proc/meminfo: memFree=23668744/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=45560 CPUtime=282.3 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 13965 0 0 0 27921 309 0 0 25 0 1 0 822694047 46653440 10456 33554432000 4194304 9163163 140735452459392 18446744073709551615 4684060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 11390 10456 737 1214 0 10172 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 45560

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 28665
/proc/meminfo: memFree=23654328/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=46516 CPUtime=342.3 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 15288 0 0 0 33785 445 0 0 25 0 1 0 822694047 47632384 10678 33554432000 4194304 9163163 140735452459392 18446744073709551615 7357840 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 11629 10678 737 1214 0 10411 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 46516

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 28667
/proc/meminfo: memFree=23635180/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=50432 CPUtime=402.3 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 16255 0 0 0 39653 577 0 0 25 0 1 0 822694047 51642368 11645 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 12608 11645 737 1214 0 11390 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 50432

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/387 28669
/proc/meminfo: memFree=23614096/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=54832 CPUtime=462.3 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 18838 0 0 0 45517 713 0 0 25 0 1 0 822694047 56147968 12757 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 13708 12757 737 1214 0 12490 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 54832

[startup+522.301 s]
/proc/loadavg: 2.06 2.03 2.01 3/387 28670
/proc/meminfo: memFree=23599292/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=56492 CPUtime=522.31 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 19288 0 0 0 51381 850 0 0 25 0 1 0 822694047 57847808 13207 33554432000 4194304 9163163 140735452459392 18446744073709551615 5820517 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 14123 13207 737 1214 0 12905 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 56492

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/387 28672
/proc/meminfo: memFree=23593796/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=60312 CPUtime=582.31 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 20234 0 0 0 57241 990 0 0 25 0 1 0 822694047 61759488 14153 33554432000 4194304 9163163 140735452459392 18446744073709551615 4579072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 15078 14153 737 1214 0 13860 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 60312

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 28680
/proc/meminfo: memFree=23547936/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=74948 CPUtime=882.31 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 25511 0 0 0 86526 1705 0 0 25 0 1 0 822694047 76746752 17906 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 18737 17906 737 1214 0 17519 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 74948

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/387 28681
/proc/meminfo: memFree=23534624/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=76688 CPUtime=942.32 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 25949 0 0 0 92385 1847 0 0 25 0 1 0 822694047 78528512 18344 33554432000 4194304 9163163 140735452459392 18446744073709551615 7390335 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 19172 18344 737 1214 0 17954 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 76688

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/387 28683
/proc/meminfo: memFree=23523284/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=79356 CPUtime=1002.32 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 26598 0 0 0 98250 1982 0 0 25 0 1 0 822694047 81260544 18993 33554432000 4194304 9163163 140735452459392 18446744073709551615 7390854 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 19839 18993 737 1214 0 18621 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 79356

[startup+1062.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/387 28685
/proc/meminfo: memFree=23508492/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=81472 CPUtime=1062.32 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 27184 0 0 0 104115 2117 0 0 25 0 1 0 822694047 83427328 19579 33554432000 4194304 9163163 140735452459392 18446744073709551615 7389156 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 20368 19579 737 1214 0 19150 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 81472

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/387 28686
/proc/meminfo: memFree=23490836/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=84856 CPUtime=1122.32 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 28018 0 0 0 109976 2256 0 0 25 0 1 0 822694047 86892544 20413 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 21214 20413 737 1214 0 19996 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 84856

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/387 28688
/proc/meminfo: memFree=23478768/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=86324 CPUtime=1182.32 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 28394 0 0 0 115836 2396 0 0 25 0 1 0 822694047 88395776 20789 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 21581 20789 737 1214 0 20363 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 86324

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 28689
/proc/meminfo: memFree=23465792/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=89272 CPUtime=1242.33 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 30697 0 0 0 121696 2537 0 0 25 0 1 0 822694047 91414528 21518 33554432000 4194304 9163163 140735452459392 18446744073709551615 6687705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 22318 21518 737 1214 0 21100 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 89272

[startup+1302.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/387 28691
/proc/meminfo: memFree=23454732/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=91688 CPUtime=1302.34 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 31321 0 0 0 127558 2676 0 0 25 0 1 0 822694047 93888512 22142 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 22922 22142 737 1214 0 21704 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 91688

[startup+1362.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/387 28693
/proc/meminfo: memFree=23435612/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=96272 CPUtime=1362.32 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 32496 0 0 0 133422 2810 0 0 25 0 1 0 822694047 98582528 23317 33554432000 4194304 9163163 140735452459392 18446744073709551615 7389664 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 24068 23317 737 1214 0 22850 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 96272

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/387 28694
/proc/meminfo: memFree=23420448/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=98296 CPUtime=1422.34 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 32995 0 0 0 139283 2951 0 0 25 0 1 0 822694047 100655104 23816 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 24574 23816 737 1214 0 23356 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 98296

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28696
/proc/meminfo: memFree=23403144/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=102436 CPUtime=1482.33 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 34063 0 0 0 145139 3094 0 0 25 0 1 0 822694047 104894464 24884 33554432000 4194304 9163163 140735452459392 18446744073709551615 7379298 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 25609 24884 737 1214 0 24391 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 102436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 28697
/proc/meminfo: memFree=23388604/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=107512 CPUtime=1542.34 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 34848 0 0 0 151006 3228 0 0 25 0 1 0 822694047 110092288 25669 33554432000 4194304 9163163 140735452459392 18446744073709551615 7373934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 26878 25669 737 1214 0 25660 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 107512

[startup+1602.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/387 28699
/proc/meminfo: memFree=23373924/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=111484 CPUtime=1602.33 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 35832 0 0 0 156868 3365 0 0 25 0 1 0 822694047 114159616 26653 33554432000 4194304 9163163 140735452459392 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 27871 26653 737 1214 0 26653 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 111484

[startup+1662.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/387 28701
/proc/meminfo: memFree=23361352/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=112624 CPUtime=1662.33 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 36113 0 0 0 162729 3504 0 0 25 0 1 0 822694047 115326976 26934 33554432000 4194304 9163163 140735452459392 18446744073709551615 7376165 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 28156 26934 737 1214 0 26938 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 112624

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/387 28702
/proc/meminfo: memFree=23345324/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=116188 CPUtime=1722.33 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 37018 0 0 0 168593 3640 0 0 25 0 1 0 822694047 118976512 27839 33554432000 4194304 9163163 140735452459392 18446744073709551615 5843034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 29047 27839 737 1214 0 27829 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 116188

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/387 28759
/proc/meminfo: memFree=23635376/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=118072 CPUtime=1782.33 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 37538 0 0 0 174493 3740 0 0 25 0 1 0 822694047 120905728 28359 33554432000 4194304 9163163 140735452459392 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 29518 28359 737 1214 0 28300 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 118072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.02 2.00 3/387 28759
/proc/meminfo: memFree=23633256/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=119540 CPUtime=1800.05 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 37893 0 0 0 176240 3765 0 0 25 0 1 0 822694047 122408960 28714 33554432000 4194304 9163163 140735452459392 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28655/statm: 29885 28714 737 1214 0 28667 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 119540

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

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

[startup+1800.11 s]
/proc/loadavg: 2.01 2.02 2.00 3/387 28759
/proc/meminfo: memFree=23633256/32951124 swapFree=49244120/67111528
[pid=28655] ppid=28653 vsize=119540 CPUtime=1800.15 cores=1,3,5,7
/proc/28655/stat : 28655 (scip-2.0.1.4b.l) R 28653 28655 27315 0 -1 4202496 37897 0 0 0 176250 3765 0 0 25 0 1 0 822694047 122408960 28718 33554432000 4194304 9163163 140735452459392 18446744073709551615 4807064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28655/statm: 29885 28718 741 1214 0 28667 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 119540

Child status: 0
Real time (s): 1800.14
CPU time (s): 1800.18
CPU user time (s): 1762.52
CPU system time (s): 37.6603
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 119540

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

runsolver used 6.23005 second user time and 15.0677 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-03 16:21:53
IDJOB=3450742
IDBENCH=48266
IDSOLVER=1948
FILE ID=node101/3450742-1307110913
RUNJOBID= node101-1307108815-28458
PBS_JOBID= 13497974
Free space on /tmp= 73944 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_5.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450742-1307110913/watcher-3450742-1307110913 -o /tmp/evaluation-result-3450742-1307110913/solver-3450742-1307110913 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450742-1307110913.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 996170804397234947041ed4d87d3aa0
RANDOM SEED=1277585076

node101.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23774952 kB
Buffers:        239232 kB
Cached:         491608 kB
SwapCached:      27120 kB
Active:        8479716 kB
Inactive:       421056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23774952 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:           16080 kB
Writeback:           0 kB
AnonPages:     8164572 kB
Mapped:          21136 kB
Slab:           134660 kB
PageTables:      74432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78636600 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73932 MiB
End job on node101 at 2011-06-03 16:51:55