Trace number 2666758

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)-49 1800.5 1801.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_2.opb
MD5SUMb5a23f46b7c8ffe564ae87cb51d69480
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-50
Best CPU time to get the best result obtained on this benchmark1789.84
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)4984
Sum of products size (including duplicates)9968
Number of different products2492
Sum of products size4984

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666758-1276673487.opb>
0.00/0.05	c original problem has 2892 variables (2892 bin, 0 int, 0 impl, 0 cont) and 3093 constraints
0.00/0.05	c problem read
0.00/0.05	c presolving settings loaded
0.07/0.09	o 0
0.07/0.09	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.07/0.09	c presolving:
0.29/0.31	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 20336 impls, 400 clqs
0.49/0.57	c    (0.3s) probing: 101/2892 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.57	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.57	c presolving (2 rounds):
0.49/0.57	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.57	c  20336 implications, 400 cliques
0.49/0.57	c presolved problem has 2892 variables (2892 bin, 0 int, 0 impl, 0 cont) and 3093 constraints
0.49/0.57	c     400 constraints of type <setppc>
0.49/0.57	c    2492 constraints of type <and>
0.49/0.57	c       1 constraints of type <linear>
0.49/0.57	c     200 constraints of type <logicor>
0.49/0.57	c transformed objective value is always integral (scale: 1)
0.49/0.57	c Presolving Time: 0.31
0.49/0.57	c - non default parameters ----------------------------------------------------------------------
0.49/0.57	c # SCIP version 1.2.1.2
0.49/0.57	c 
0.49/0.57	c # frequency for displaying node information lines
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.57	c display/freq = 10000
0.49/0.57	c 
0.49/0.57	c # maximal time in seconds to run
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/time = 1799.96
0.49/0.57	c 
0.49/0.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/memory = 1620
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify inequalities
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/linear/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify knapsacks
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c heuristics/undercover/freq = 0
0.49/0.57	c 
0.49/0.57	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c separating/rapidlearning/freq = 0
0.49/0.57	c 
0.49/0.57	c -----------------------------------------------------------------------------------------------
0.49/0.57	c start solving
0.49/0.57	c 
27.78/27.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.78/27.88	c t27.4s|     1 |     0 | 14008 |     - |  13M|   0 |1825 |2892 |3093 |2892 |5585 |   0 |   0 |   0 |-1.000000e+02 | 0.000000e+00 | 100.00%
27.88/27.91	o -8
27.88/27.91	c s27.5s|     1 |     0 | 14008 |     - |  13M|   0 |1825 |2892 |3093 |2892 |5585 |   0 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
28.28/28.35	o -9
28.28/28.35	c u27.9s|     1 |     0 | 14008 |     - |  13M|   0 |1825 |2892 |3093 |2892 |5585 |   0 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
39.58/39.70	c  38.8s|     1 |     0 | 15280 |     - |  14M|   0 |1804 |2892 |3093 |2892 |5870 | 285 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
44.77/44.89	c  44.0s|     1 |     0 | 16332 |     - |  14M|   0 |1788 |2892 |3093 |2892 |5966 | 381 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
44.87/44.93	o -11
44.87/44.93	c s44.0s|     1 |     0 | 16332 |     - |  14M|   0 |1788 |2892 |3093 |2892 |5966 | 381 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
50.37/50.49	c  49.5s|     1 |     0 | 17542 |     - |  14M|   0 |1780 |2892 |3093 |2892 |6031 | 446 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
56.67/56.73	c  55.8s|     1 |     0 | 19012 |     - |  14M|   0 |1768 |2892 |3093 |2892 |6088 | 503 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
61.87/61.92	c  60.9s|     1 |     0 | 20155 |     - |  14M|   0 |1755 |2892 |3093 |2892 |6144 | 559 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
67.36/67.47	c  66.4s|     1 |     0 | 21463 |     - |  14M|   0 |1747 |2892 |3093 |2892 |6185 | 600 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
115.65/115.70	c   115s|     1 |     2 | 21463 |     - |  14M|   0 |1747 |2892 |3093 |2892 |6185 | 600 |   0 |  19 |-1.000000e+02 |-1.100000e+01 |  89.00%
1062.57/1062.99	o -47
1062.57/1062.99	c l1058s|    32 |    33 |700372 |21900.3 |  14M|   7 |   - |2892 |3257 |2892 |2740 |7963 | 164 | 222 |-9.954502e+01 |-4.700000e+01 |  52.79%
1289.30/1289.79	o -48
1289.30/1289.79	c l1284s|    46 |    47 |856605 |18558.7 |  15M|   8 |   - |2892 |3292 |2892 |3341 |  10k| 199 | 291 |-9.881447e+01 |-4.800000e+01 |  51.42%
1574.62/1575.18	o -49
1574.62/1575.18	c l1566s|    67 |    68 |  1100k|16354.1 |  15M|   9 |   - |2892 |3332 |2892 |3203 |  12k| 239 | 372 |-9.864274e+01 |-4.900000e+01 |  50.33%
1800.05/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.33/1800.97	c 
1800.33/1800.97	c SCIP Status        : solving was interrupted [user interrupt]
1800.33/1800.97	c Solving Time (sec) : 1789.58
1800.33/1800.97	c Solving Nodes      : 90
1800.33/1800.97	c Primal Bound       : -4.90000000000000e+01 (10 solutions)
1800.33/1800.97	c Dual Bound         : -9.84562598706847e+01
1800.33/1800.97	c Gap                : 50.23 %
1800.33/1800.97	s SATISFIABLE
1800.33/1800.97	v x337 x271 -x243 -x325 x375 x334 -x247 -x395 -x360 -x303 x396 x330 -x295 x298 -x296 x256 -x244 -x394 -x313 -x328 -x326 -x258 -x377 
1800.33/1800.97	v -x287 -x227 -x249 -x251 -x289 -x263 -x381 -x308 -x302 -x286 -x388 -x226 -x348 -x354 x364 -x230 x301 -x266 -x314 -x352 -x272 
1800.33/1800.97	v -x365 -x223 -x312 -x290 -x281 -x240 -x220 -x279 -x327 -x353 -x216 x339 x241 -x341 x267 -x372 x268 -x399 -x217 -x323 x345 -x340 
1800.33/1800.97	v -x285 x269 -x292 -x351 x213 -x305 -x232 -x333 -x382 x342 x306 x336 -x275 -x393 -x390 x273 -x233 -x284 -x212 -x347 x283 x384 
1800.33/1800.97	v x355 -x239 -x215 -x319 -x309 -x356 -x209 -x260 -x242 -x224 -x218 x252 -x304 -x282 -x277 -x254 -x234 -x386 -x207 -x371 -x288 
1800.33/1800.97	v -x311 -x391 -x369 -x318 -x257 x317 -x206 x379 -x359 -x338 -x235 -x363 -x349 x324 -x361 -x367 -x400 x246 -x205 -x344 -x321 -x293 
1800.33/1800.97	v -x259 -x208 -x276 -x315 -x357 -x366 -x261 -x307 -x329 -x385 x237 -x236 -x358 x398 x378 x253 -x397 -x362 -x383 -x387 -x203 
1800.33/1800.97	v x335 -x310 -x274 x270 -x248 -x225 -x204 -x214 -x297 x231 -x211 x392 -x316 x370 -x373 -x202 -x332 -x322 -x300 -x280 -x245 -x229 
1800.33/1800.97	v -x219 x210 x331 -x368 x374 -x255 -x250 -x238 -x294 -x350 x380 x343 -x201 -x264 -x222 x221 -x228 x346 x278 x265 -x299 -x262 
1800.33/1800.97	v -x376 x389 -x320 x291 x200 x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 -x191 x190 -x189 x188 x187 -x186 x185 -x184 x183 -x182 
1800.33/1800.97	v x181 -x180 -x179 -x178 x177 x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 x168 x167 -x166 -x165 -x164 x163 x162 x161 -x160 
1800.33/1800.97	v x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 x150 x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 
1800.33/1800.97	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1800.33/1800.97	v -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 x100 x99 -x98 -x97 x96 -x95 
1800.33/1800.97	v -x94 -x93 x92 -x91 -x90 -x89 x88 x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 -x79 -x78 x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 
1800.33/1800.97	v -x68 -x67 x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 x57 -x56 x55 -x54 -x53 -x52 -x51 x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 
1800.33/1800.97	v -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 
1800.33/1800.97	v -x15 -x14 -x13 -x12 -x11 -x10 x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.33/1800.97	c SCIP Status        : solving was interrupted [user interrupt]
1800.33/1800.97	c Solving Time       :    1789.58
1800.33/1800.97	c Original Problem   :
1800.33/1800.97	c   Problem name     : HOME/instance-2666758-1276673487.opb
1800.33/1800.97	c   Variables        : 2892 (2892 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.33/1800.97	c   Constraints      : 3093 initial, 3093 maximal
1800.33/1800.97	c Presolved Problem  :
1800.33/1800.97	c   Problem name     : t_HOME/instance-2666758-1276673487.opb
1800.33/1800.97	c   Variables        : 2892 (2892 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.33/1800.97	c   Constraints      : 3093 initial, 3358 maximal
1800.33/1800.97	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.33/1800.97	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.33/1800.97	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.33/1800.97	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.33/1800.97	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.33/1800.97	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.33/1800.97	c   probing          :       0.06          0          0          0          0          0          0          0          0
1800.33/1800.97	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.33/1800.97	c   and              :       0.19          0          0          0          0          0          0          0          0
1800.33/1800.97	c   linear           :       0.03          0          0          0          0          0          0          0          0
1800.33/1800.97	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.33/1800.97	c   root node        :          -          0          -          -          0          -          -          -          -
1800.33/1800.97	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.33/1800.97	c   integral         :          0          0          0         91          0          0          1          0          0        180
1800.33/1800.97	c   setppc           :        400          6      18216          0          0         20         26          0          0          0
1800.33/1800.97	c   and              :       2492        346      18196          0          0        105       1365      34685          0          0
1800.33/1800.97	c   linear           :          1          6      18087          0          0          0          0          0          0          0
1800.33/1800.97	c   logicor          :        200+         6       1862          0          0          0         68          0          0          0
1800.33/1800.97	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.33/1800.97	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.33/1800.97	c   integral         :     440.60       0.00       0.00     440.60       0.00
1800.33/1800.97	c   setppc           :       0.46       0.00       0.46       0.00       0.00
1800.33/1800.97	c   and              :       4.10       0.72       3.38       0.00       0.00
1800.33/1800.97	c   linear           :       0.44       0.16       0.28       0.00       0.00
1800.33/1800.97	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1800.33/1800.97	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.33/1800.97	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.33/1800.97	c   vbounds          :       0.01          2          0          0
1800.33/1800.97	c   rootredcost      :       0.04          4          0          0
1800.33/1800.97	c   pseudoobj        :       0.29      18034          0          0
1800.33/1800.97	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.33/1800.97	c   propagation      :       0.01        125        125        182       58.0          0        0.0          -
1800.33/1800.97	c   infeasible LP    :       0.13         77         77        770       63.5          0        0.0          0
1800.33/1800.97	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.33/1800.97	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.33/1800.97	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.33/1800.97	c   applied globally :          -          -          -        265       46.5          -          -          -
1800.33/1800.97	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.33/1800.97	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.33/1800.97	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 476)
1800.33/1800.97	c   redcost          :       0.20        346          0          0          0          0
1800.33/1800.97	c   impliedbounds    :       0.01          6          0          0        832          0
1800.33/1800.97	c   intobj           :       0.00          0          0          0          0          0
1800.33/1800.97	c   cgmip            :       0.00          0          0          0          0          0
1800.33/1800.97	c   gomory           :       6.22          6          0          0         32          0
1800.33/1800.97	c   strongcg         :       6.17          6          0          0         32          0
1800.33/1800.97	c   cmir             :       0.39          6          0          0          0          0
1800.33/1800.97	c   flowcover        :       0.37          6          0          0          0          0
1800.33/1800.97	c   clique           :       0.69          6          0          0         50          0
1800.33/1800.97	c   zerohalf         :       0.00          0          0          0          0          0
1800.33/1800.97	c   mcf              :       0.01          1          0          0          0          0
1800.33/1800.97	c   rapidlearning    :       4.99          1          0          0          0          0
1800.33/1800.97	c Pricers            :       Time      Calls       Vars
1800.33/1800.97	c   problem variables:       0.00          0          0
1800.33/1800.97	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.33/1800.97	c   relpscost        :     440.60         91          0          1          0          0        180
1800.33/1800.97	c   pscost           :       0.00          0          0          0          0          0          0
1800.33/1800.97	c   inference        :       0.00          0          0          0          0          0          0
1800.33/1800.97	c   mostinf          :       0.00          0          0          0          0          0          0
1800.33/1800.97	c   leastinf         :       0.00          0          0          0          0          0          0
1800.33/1800.97	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.33/1800.97	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.33/1800.97	c   random           :       0.00          0          0          0          0          0          0
1800.33/1800.97	c Primal Heuristics  :       Time      Calls      Found
1800.33/1800.97	c   LP solutions     :       0.00          -          0
1800.33/1800.97	c   pseudo solutions :       0.00          -          0
1800.33/1800.97	c   crossover        :       0.00          0          0
1800.33/1800.97	c   oneopt           :       0.02          5          0
1800.33/1800.97	c   trivial          :       0.02          2          3
1800.33/1800.97	c   simplerounding   :       0.00          0          0
1800.33/1800.97	c   zirounding       :       0.06         90          0
1800.33/1800.97	c   rounding         :       2.99        222          0
1800.33/1800.97	c   shifting         :       0.49         22          3
1800.33/1800.97	c   intshifting      :       0.00          0          0
1800.33/1800.97	c   twoopt           :       0.00          0          0
1800.33/1800.97	c   fixandinfer      :       0.00          0          0
1800.33/1800.97	c   feaspump         :       0.00          0          0
1800.33/1800.97	c   coefdiving       :      74.34          2          0
1800.33/1800.97	c   pscostdiving     :      67.97          2          0
1800.33/1800.97	c   fracdiving       :      65.45          2          0
1800.33/1800.97	c   veclendiving     :      70.94          2          0
1800.33/1800.97	c   intdiving        :       0.00          0          0
1800.33/1800.97	c   actconsdiving    :       0.00          0          0
1800.33/1800.97	c   objpscostdiving  :     126.33          1          0
1800.33/1800.97	c   rootsoldiving    :      23.74          3          0
1800.33/1800.97	c   linesearchdiving :     307.97         13          3
1800.33/1800.97	c   guideddiving     :     102.07          2          0
1800.33/1800.97	c   octane           :       0.00          0          0
1800.33/1800.97	c   rens             :       0.01          0          0
1800.33/1800.97	c   rins             :       0.00          0          0
1800.33/1800.97	c   localbranching   :       0.00          0          0
1800.33/1800.97	c   mutation         :       0.00          0          0
1800.33/1800.97	c   dins             :       0.00          0          0
1800.33/1800.97	c   undercover       :       0.38          1          1
1800.33/1800.97	c   nlp              :       0.00          0          0
1800.33/1800.97	c   trysol           :       0.00          0          0
1800.33/1800.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.33/1800.97	c   primal LP        :       2.10          0          0       0.00       0.00
1800.33/1800.97	c   dual LP          :     482.08        365     380697    1043.01     789.70
1800.33/1800.97	c   lex dual LP      :       0.00          0          0       0.00          -
1800.33/1800.97	c   barrier LP       :       0.00          0          0       0.00          -
1800.33/1800.97	c   diving/probing LP:     800.36      14004     877364      62.65    1096.21
1800.33/1800.97	c   strong branching :     440.52        462     308149     666.99     699.51
1800.33/1800.97	c     (at root node) :          -         19      17800     936.84          -
1800.33/1800.97	c   conflict analysis:       0.00          0          0       0.00          -
1800.33/1800.97	c B&B Tree           :
1800.33/1800.97	c   number of runs   :          1
1800.33/1800.97	c   nodes            :         90
1800.33/1800.97	c   nodes (total)    :         90
1800.33/1800.97	c   nodes left       :         91
1800.33/1800.97	c   max depth        :         11
1800.33/1800.97	c   max depth (total):         11
1800.33/1800.97	c   backtracks       :         60 (66.7%)
1800.33/1800.97	c   delayed cutoffs  :          0
1800.33/1800.97	c   repropagations   :         24 (40 domain reductions, 0 cutoffs)
1800.33/1800.97	c   avg switch length:       6.14
1800.33/1800.97	c   switching time   :       2.20
1800.33/1800.97	c Solution           :
1800.33/1800.97	c   Solutions found  :         10 (7 improvements)
1800.33/1800.97	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.33/1800.97	c   Primal Bound     : -4.90000000000000e+01   (in run 1, after 67 nodes, 1566.13 seconds, depth 570, found by <linesearchdiving>)
1800.33/1800.97	c   Dual Bound       : -9.84562598706847e+01
1800.33/1800.97	c   Gap              :      50.23 %
1800.33/1800.97	c   Root Dual Bound  : -1.00000000000000e+02
1800.33/1800.97	c   Root Iterations  :      21463
1800.44/1801.05	c Time complete: 1800.48.

Verifier Data

OK	-49

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666758-1276673487/watcher-2666758-1276673487 -o /tmp/evaluation-result-2666758-1276673487/solver-2666758-1276673487 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666758-1276673487.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.88 0.97 0.99 3/106 15496
/proc/meminfo: memFree=1733348/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=7724 CPUtime=0
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 1084 0 0 0 0 0 0 0 17 0 1 0 8639736 7909376 1003 1992294400 4194304 8223781 140735972560160 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15496/statm: 1931 1012 348 984 0 944 0

[startup+0.0798739 s]
/proc/loadavg: 0.88 0.97 0.99 3/106 15496
/proc/meminfo: memFree=1733348/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=18936 CPUtime=0.07
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 4376 0 0 0 6 1 0 0 17 0 1 0 8639736 19390464 3931 1992294400 4194304 8223781 140735972560160 18446744073709551615 4561474 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 4734 3931 403 984 0 3747 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18936

[startup+0.100879 s]
/proc/loadavg: 0.88 0.97 0.99 3/106 15496
/proc/meminfo: memFree=1733348/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=20916 CPUtime=0.09
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 4634 0 0 0 8 1 0 0 17 0 1 0 8639736 21417984 4189 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 5229 4189 432 984 0 4242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20916

[startup+0.300907 s]
/proc/loadavg: 0.88 0.97 0.99 3/106 15496
/proc/meminfo: memFree=1733348/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=22068 CPUtime=0.29
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 5446 0 0 0 19 10 0 0 17 0 1 0 8639736 22597632 4487 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 5517 4487 450 984 0 4530 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22068

[startup+0.700966 s]
/proc/loadavg: 0.88 0.97 0.99 3/106 15496
/proc/meminfo: memFree=1733348/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=34136 CPUtime=0.69
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 10063 0 0 0 48 21 0 0 17 0 1 0 8639736 34955264 7565 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 8534 7565 534 984 0 7547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34136

[startup+1.50108 s]
/proc/loadavg: 0.88 0.97 0.99 2/107 15497
/proc/meminfo: memFree=1703580/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=35804 CPUtime=1.49
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 11460 0 0 0 127 22 0 0 18 0 1 0 8639736 36663296 7897 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 8951 7897 546 984 0 7964 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35804

[startup+3.10132 s]
/proc/loadavg: 0.88 0.97 0.99 2/107 15497
/proc/meminfo: memFree=1702960/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=36376 CPUtime=3.09
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 12730 0 0 0 286 23 0 0 21 0 1 0 8639736 37249024 8037 1992294400 4194304 8223781 140735972560160 18446744073709551615 6567515 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 9094 8037 544 984 0 8107 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36376

[startup+6.30078 s]
/proc/loadavg: 0.89 0.97 0.99 2/107 15497
/proc/meminfo: memFree=1701968/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=38180 CPUtime=6.29
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 14667 0 0 0 604 25 0 0 25 0 1 0 8639736 39096320 8413 1992294400 4194304 8223781 140735972560160 18446744073709551615 6590693 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 9545 8413 539 984 0 8558 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38180

[startup+12.7007 s]
/proc/loadavg: 0.90 0.97 0.99 2/107 15497
/proc/meminfo: memFree=1701720/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=37476 CPUtime=12.69
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 18860 0 0 0 1240 29 0 0 25 0 1 0 8639736 38375424 8251 1992294400 4194304 8223781 140735972560160 18446744073709551615 6502689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 9369 8251 539 984 0 8382 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37476

[startup+25.5006 s]
/proc/loadavg: 0.92 0.97 0.99 2/107 15497
/proc/meminfo: memFree=1701100/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=38512 CPUtime=25.48
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 26397 0 0 0 2512 36 0 0 25 0 1 0 8639736 39436288 8420 1992294400 4194304 8223781 140735972560160 18446744073709551615 6567161 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 9628 8420 539 984 0 8641 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38512

[startup+51.1003 s]
/proc/loadavg: 0.95 0.97 0.99 2/107 15497
/proc/meminfo: memFree=1691676/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46684 CPUtime=51.07
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 48791 0 0 0 5019 88 0 0 25 0 1 0 8639736 47804416 10778 1992294400 4194304 8223781 140735972560160 18446744073709551615 6299713 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11671 10778 601 984 0 10684 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 46684

[startup+102.308 s]
/proc/loadavg: 1.02 0.99 0.99 2/107 15499
/proc/meminfo: memFree=1691180/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46692 CPUtime=102.26
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49074 0 0 0 10123 103 0 0 25 0 1 0 8639736 47812608 10804 1992294400 4194304 8223781 140735972560160 18446744073709551615 6446805 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11673 10804 602 984 0 10686 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46692

[startup+162.302 s]
/proc/loadavg: 1.04 1.00 1.00 3/108 15504
/proc/meminfo: memFree=1684352/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46524 CPUtime=162.24
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49095 0 0 0 16106 118 0 0 25 0 1 0 8639736 47640576 10775 1992294400 4194304 8223781 140735972560160 18446744073709551615 6569942 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11631 10775 604 984 0 10644 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 46524

[startup+222.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 15506
/proc/meminfo: memFree=1690932/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46748 CPUtime=222.21
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49117 0 0 0 22082 139 0 0 25 0 1 0 8639736 47869952 10791 1992294400 4194304 8223781 140735972560160 18446744073709551615 6532946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11687 10791 604 984 0 10700 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 46748

[startup+282.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 15506
/proc/meminfo: memFree=1690932/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46748 CPUtime=282.2
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49119 0 0 0 28059 161 0 0 25 0 1 0 8639736 47869952 10793 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11687 10793 604 984 0 10700 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 46748

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15508
/proc/meminfo: memFree=1690932/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46740 CPUtime=342.18
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49131 0 0 0 34031 187 0 0 25 0 1 0 8639736 47861760 10791 1992294400 4194304 8223781 140735972560160 18446744073709551615 6250735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11685 10791 604 984 0 10698 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 46740

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 15510
/proc/meminfo: memFree=1690932/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46740 CPUtime=402.17
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49135 0 0 0 40006 211 0 0 25 0 1 0 8639736 47861760 10791 1992294400 4194304 8223781 140735972560160 18446744073709551615 6446877 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11685 10791 604 984 0 10698 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 46740

[startup+462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15512
/proc/meminfo: memFree=1690932/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46732 CPUtime=462.15
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49142 0 0 0 45986 229 0 0 25 0 1 0 8639736 47853568 10790 1992294400 4194304 8223781 140735972560160 18446744073709551615 6569998 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11683 10790 605 984 0 10696 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 46732

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15512
/proc/meminfo: memFree=1690932/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46748 CPUtime=522.13
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49153 0 0 0 51963 250 0 0 25 0 1 0 8639736 47869952 10795 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11687 10795 605 984 0 10700 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 46748

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15514
/proc/meminfo: memFree=1690932/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46740 CPUtime=582.1
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49159 0 0 0 57937 273 0 0 25 0 1 0 8639736 47861760 10793 1992294400 4194304 8223781 140735972560160 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11685 10793 605 984 0 10698 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 46740

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15516
/proc/meminfo: memFree=1690932/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46740 CPUtime=642.1
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49161 0 0 0 63919 291 0 0 25 0 1 0 8639736 47861760 10793 1992294400 4194304 8223781 140735972560160 18446744073709551615 6563074 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11685 10793 605 984 0 10698 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 46740

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15522
/proc/meminfo: memFree=1690932/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46748 CPUtime=882.02
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49183 0 0 0 87817 385 0 0 25 0 1 0 8639736 47869952 10797 1992294400 4194304 8223781 140735972560160 18446744073709551615 6569894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11687 10797 605 984 0 10700 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 46748

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15524
/proc/meminfo: memFree=1690436/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46748 CPUtime=942.01
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 49460 0 0 0 93787 414 0 0 25 0 1 0 8639736 47869952 10797 1992294400 4194304 8223781 140735972560160 18446744073709551615 6358880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11687 10797 605 984 0 10700 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 46748

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15526
/proc/meminfo: memFree=1690064/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=47172 CPUtime=1001.99
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 52345 0 0 0 99756 443 0 0 25 0 1 0 8639736 48304128 10875 1992294400 4194304 8223781 140735972560160 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11793 10875 605 984 0 10806 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 47172

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15528
/proc/meminfo: memFree=1690436/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=46740 CPUtime=1061.97
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 52375 0 0 0 105727 470 0 0 25 0 1 0 8639736 47861760 10795 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11685 10795 605 984 0 10698 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 46740

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15528
/proc/meminfo: memFree=1690312/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=47476 CPUtime=1121.95
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 61362 0 0 0 111701 494 0 0 25 0 1 0 8639736 48615424 10899 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11869 10899 605 984 0 10882 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 47476

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15530
/proc/meminfo: memFree=1689692/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=48600 CPUtime=1181.93
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 74025 0 0 0 117672 521 0 0 25 0 1 0 8639736 49766400 11096 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 12150 11096 605 984 0 11163 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 48600

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15532
/proc/meminfo: memFree=1689816/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=47148 CPUtime=1241.92
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 92884 0 0 0 123642 550 0 0 25 0 1 0 8639736 48279552 10899 1992294400 4194304 8223781 140735972560160 18446744073709551615 6567177 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11787 10899 605 984 0 10800 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 47148

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15534
/proc/meminfo: memFree=1689444/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=47572 CPUtime=1301.91
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 139042 0 0 0 129600 591 0 0 25 0 1 0 8639736 48713728 11004 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 11893 11004 605 984 0 10906 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 47572

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15536
/proc/meminfo: memFree=1688328/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=48484 CPUtime=1361.88
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 197166 0 0 0 135541 647 0 0 25 0 1 0 8639736 49647616 11193 1992294400 4194304 8223781 140735972560160 18446744073709551615 6532664 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 12121 11193 605 984 0 11134 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 48484

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15538
/proc/meminfo: memFree=1688948/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=48768 CPUtime=1421.87
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 265761 0 0 0 141490 697 0 0 25 0 1 0 8639736 49938432 11280 1992294400 4194304 8223781 140735972560160 18446744073709551615 6532660 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 12192 11280 610 984 0 11205 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 48768

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15538
/proc/meminfo: memFree=1687956/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=49760 CPUtime=1481.84
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 347008 0 0 0 147429 755 0 0 25 0 1 0 8639736 50954240 11510 1992294400 4194304 8223781 140735972560160 18446744073709551615 6569894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 12440 11510 605 984 0 11453 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 49760

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15540
/proc/meminfo: memFree=1687460/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=50464 CPUtime=1541.82
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 444436 0 0 0 153364 818 0 0 25 0 1 0 8639736 51675136 11575 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 12616 11575 605 984 0 11629 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 50464

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15542
/proc/meminfo: memFree=1686716/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=51308 CPUtime=1601.81
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 538531 0 0 0 159302 879 0 0 25 0 1 0 8639736 52539392 11763 1992294400 4194304 8223781 140735972560160 18446744073709551615 6559580 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 12827 11763 605 984 0 11840 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 51308

[startup+1662.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 15544
/proc/meminfo: memFree=1686096/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=51724 CPUtime=1661.79
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 640419 0 0 0 165236 943 0 0 25 0 1 0 8639736 52965376 11917 1992294400 4194304 8223781 140735972560160 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 12931 11917 605 984 0 11944 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 51724

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 15544
/proc/meminfo: memFree=1685104/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=52652 CPUtime=1721.77
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 729008 0 0 0 171176 1001 0 0 25 0 1 0 8639736 53915648 12143 1992294400 4194304 8223781 140735972560160 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 13163 12143 605 984 0 12176 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 52652

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15555
/proc/meminfo: memFree=1683740/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=53208 CPUtime=1781.75
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 805620 0 0 0 177114 1061 0 0 25 0 1 0 8639736 54484992 12315 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 13302 12315 605 984 0 12315 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 53208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15557
/proc/meminfo: memFree=1683864/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=53476 CPUtime=1800.05
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 834978 0 0 0 178927 1078 0 0 25 0 1 0 8639736 54759424 12362 1992294400 4194304 8223781 140735972560160 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15496/statm: 13369 12362 605 984 0 12382 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 53476

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15557
/proc/meminfo: memFree=1683864/2059040 swapFree=4164948/4192956
[pid=15496] ppid=15494 vsize=52668 CPUtime=1800.44
/proc/15496/stat : 15496 (pbscip.linux.x8) R 15494 15496 15471 0 -1 4202496 836117 0 0 0 178965 1079 0 0 25 0 1 0 8639736 53932032 12169 1992294400 4194304 8223781 140735972560160 18446744073709551615 6207264 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15496/statm: 13167 12169 607 984 0 12180 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 52668

Child status: 0
Real time (s): 1801.05
CPU time (s): 1800.5
CPU user time (s): 1789.7
CPU system time (s): 10.7984
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (KiB): 64660

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

runsolver used 2.77858 second user time and 8.70568 second system time

The end

Launcher Data

Begin job on node052 at 2010-06-16 09:31:27
IDJOB=2666758
IDBENCH=48271
IDSOLVER=1169
FILE ID=node052/2666758-1276673487
PBS_JOBID= 11172553
Free space on /tmp= 62504 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666758-1276673487/watcher-2666758-1276673487 -o /tmp/evaluation-result-2666758-1276673487/solver-2666758-1276673487 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666758-1276673487.opb -t 1800 -m 1800

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

MD5SUM BENCH= b5a23f46b7c8ffe564ae87cb51d69480
RANDOM SEED=1087721433

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1733884 kB
Buffers:         66176 kB
Cached:         145756 kB
SwapCached:       3620 kB
Active:         106544 kB
Inactive:       140140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1733884 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:            4732 kB
Writeback:           8 kB
AnonPages:       31000 kB
Mapped:          14964 kB
Slab:            56736 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179800 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= 62500 MiB
End job on node052 at 2010-06-16 10:01:30