Trace number 2703327

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT-50 1789.84 1790.35

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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2703327-1278574467.opb>
0.00/0.04	c original problem has 2892 variables (2892 bin, 0 int, 0 impl, 0 cont) and 3093 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.08	o 0
0.00/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.08	c presolving:
0.10/0.18	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.29/0.32	c    (0.3s) probing: 101/2892 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.32	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.29/0.32	c presolving (2 rounds):
0.29/0.32	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.32	c  20336 implications, 400 cliques
0.29/0.32	c presolved problem has 2892 variables (2892 bin, 0 int, 0 impl, 0 cont) and 3093 constraints
0.29/0.32	c     600 constraints of type <setppc>
0.29/0.32	c    2492 constraints of type <and>
0.29/0.32	c       1 constraints of type <linear>
0.29/0.32	c transformed objective value is always integral (scale: 1)
0.29/0.32	c Presolving Time: 0.25
0.29/0.32	c - non default parameters ----------------------------------------------------------------------
0.29/0.32	c # SCIP version 1.2.1.3
0.29/0.32	c 
0.29/0.32	c # frequency for displaying node information lines
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.32	c display/freq = 10000
0.29/0.32	c 
0.29/0.32	c # maximal time in seconds to run
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/time = 1789.96
0.29/0.32	c 
0.29/0.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/memory = 1620
0.29/0.32	c 
0.29/0.32	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.32	c # [type: int, range: [1,2], default: 1]
0.29/0.32	c timing/clocktype = 2
0.29/0.32	c 
0.29/0.32	c # should presolving try to simplify inequalities
0.29/0.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.32	c constraints/linear/simplifyinequalities = TRUE
0.29/0.32	c 
0.29/0.32	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.29/0.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.32	c constraints/indicator/addCouplingCons = TRUE
0.29/0.32	c 
0.29/0.32	c # should presolving try to simplify knapsacks
0.29/0.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.32	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.32	c 
0.29/0.32	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.32	c heuristics/undercover/freq = 0
0.29/0.32	c 
0.29/0.32	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.32	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.32	c separating/rapidlearning/freq = 0
0.29/0.32	c 
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c start solving
0.29/0.32	c 
5.29/5.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.29/5.37	c t 5.3s|     1 |     0 |  3398 |     - |  13M|   0 |1683 |2892 |3093 |2892 |5585 |   0 |   0 |   0 |-1.000000e+02 | 0.000000e+00 | 100.00%
5.40/5.40	o -5
5.40/5.40	c s 5.4s|     1 |     0 |  3398 |     - |  13M|   0 |1683 |2892 |3093 |2892 |5585 |   0 |   0 |   0 |-1.000000e+02 |-5.000000e+00 |  95.00%
5.69/5.78	o -6
5.69/5.78	c u 5.7s|     1 |     0 |  3398 |     - |  13M|   0 |1683 |2892 |3093 |2892 |5585 |   0 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
13.49/13.53	c  13.5s|     1 |     0 |  3673 |     - |  13M|   0 |1663 |2892 |3093 |2892 |5670 |  85 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
16.49/16.56	c  16.5s|     1 |     0 |  4039 |     - |  13M|   0 |1663 |2892 |3093 |2892 |5686 | 101 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
20.19/20.21	c  20.2s|     1 |     0 |  4708 |     - |  13M|   0 |1655 |2892 |3093 |2892 |5711 | 126 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
23.39/23.44	c  23.4s|     1 |     0 |  5205 |     - |  14M|   0 |1660 |2892 |3093 |2892 |5736 | 151 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
26.59/26.65	c  26.6s|     1 |     0 |  5673 |     - |  14M|   0 |1664 |2892 |3093 |2892 |5754 | 169 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
30.38/30.49	c  30.4s|     1 |     0 |  6391 |     - |  14M|   0 |1635 |2892 |3093 |2892 |5769 | 184 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
30.48/30.52	o -11
30.48/30.52	c s30.5s|     1 |     0 |  6391 |     - |  14M|   0 |1635 |2892 |3093 |2892 |5769 | 184 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
74.56/74.64	c  74.6s|     1 |     2 |  6391 |     - |  14M|   0 |1635 |2892 |3093 |2892 |5769 | 184 |   0 |  19 |-1.000000e+02 |-1.100000e+01 |  89.00%
204.82/204.91	o -13
204.82/204.91	c c 205s|     6 |     7 | 84274 |15576.6 |  15M|   5 |   - |2892 |3093 |2892 |3002 |1767 |   0 |  73 |-1.000000e+02 |-1.300000e+01 |  87.00%
765.67/765.92	o -48
765.67/765.92	c l 766s|    28 |    29 |430873 |15721.6 |  15M|   9 |   - |2892 |3474 |2892 |2927 |6713 | 381 | 204 |-9.954709e+01 |-4.800000e+01 |  51.78%
1075.09/1075.41	o -49
1075.09/1075.41	c l1075s|    39 |    40 |771385 |20131.4 |  15M|   9 |   - |2892 |3556 |2892 |2745 |7641 | 463 | 222 |-9.935119e+01 |-4.900000e+01 |  50.68%
1618.33/1618.82	o -50
1618.33/1618.82	c l1619s|    75 |    76 |  1203k|16176.3 |  15M|  11 |   - |2892 |3607 |2892 |3116 |  12k| 514 | 421 |-9.935119e+01 |-5.000000e+01 |  49.67%
1789.69/1790.29	c 
1789.69/1790.29	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.29	c Solving Time (sec) : 1790.24
1789.69/1790.29	c Solving Nodes      : 83
1789.69/1790.29	c Primal Bound       : -5.00000000000000e+01 (10 solutions)
1789.69/1790.29	c Dual Bound         : -9.91890043402482e+01
1789.69/1790.29	c Gap                : 49.59 %
1789.69/1790.29	s SATISFIABLE
1789.69/1790.29	v -x337 -x271 -x243 -x325 x375 x334 -x247 -x395 -x360 x303 x396 -x330 -x295 -x298 -x296 x256 -x244 x394 -x313 x328 -x326 x258 -x377 
1789.69/1790.29	v -x287 -x227 -x249 -x251 -x289 -x263 x381 x308 -x302 -x286 x388 -x226 -x348 -x354 x364 -x230 -x301 -x266 x314 x352 -x272 x365 
1789.69/1790.29	v -x223 -x312 -x290 x281 -x240 x220 -x279 x327 x353 -x216 -x339 -x241 -x341 -x267 -x372 -x268 -x399 -x217 x323 -x345 -x340 x285 
1789.69/1790.29	v -x269 x292 -x351 -x213 x305 x232 x333 x382 -x342 -x306 -x336 -x275 x393 x390 -x273 -x233 -x284 -x212 -x347 -x283 -x384 -x355 
1789.69/1790.29	v -x239 -x215 -x319 -x309 x356 -x209 x260 -x242 -x224 -x218 -x252 -x304 -x282 -x277 -x254 -x234 -x386 -x207 x371 -x288 -x311 
1789.69/1790.29	v x391 -x369 x318 x257 -x317 -x206 -x379 -x359 -x338 -x235 -x363 -x349 -x324 -x361 -x367 -x400 -x246 x205 -x344 -x321 -x293 x259 
1789.69/1790.29	v -x208 -x276 -x315 -x357 -x366 x261 -x307 -x329 -x385 -x237 x236 -x358 -x398 x378 -x253 -x397 -x362 x383 -x387 -x203 x335 
1789.69/1790.29	v -x310 -x274 -x270 -x248 x225 x204 -x214 x297 -x231 -x211 -x392 -x316 -x370 x373 -x202 -x332 -x322 x300 -x280 -x245 x229 -x219 
1789.69/1790.29	v -x210 x331 x368 -x374 -x255 x250 -x238 -x294 -x350 -x380 -x343 -x201 -x264 -x222 -x221 -x228 -x346 -x278 -x265 -x299 -x262 -x376 
1789.69/1790.29	v -x389 -x320 -x291 x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 -x188 x187 -x186 -x185 x184 -x183 
1789.69/1790.29	v -x182 -x181 x180 -x179 -x178 -x177 x176 -x175 x174 -x173 x172 -x171 -x170 x169 -x168 x167 -x166 -x165 -x164 x163 -x162 x161 
1789.69/1790.29	v x160 x159 -x158 x157 -x156 x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 -x146 x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 
1789.69/1790.29	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 x125 -x124 -x123 x122 -x121 x120 -x119 -x118 x117 
1789.69/1790.29	v x116 -x115 -x114 -x113 -x112 x111 x110 -x109 -x108 -x107 x106 -x105 x104 -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 
1789.69/1790.29	v -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 x68 
1789.69/1790.29	v -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 -x42 
1789.69/1790.29	v -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 
1789.69/1790.29	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 -x2 x1 
1789.69/1790.29	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.29	c Solving Time       :    1790.24
1789.69/1790.29	c Original Problem   :
1789.69/1790.29	c   Problem name     : HOME/instance-2703327-1278574467.opb
1789.69/1790.29	c   Variables        : 2892 (2892 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.29	c   Constraints      : 3093 initial, 3093 maximal
1789.69/1790.29	c Presolved Problem  :
1789.69/1790.29	c   Problem name     : t_HOME/instance-2703327-1278574467.opb
1789.69/1790.29	c   Variables        : 2892 (2892 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.29	c   Constraints      : 3093 initial, 3611 maximal
1789.69/1790.29	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.69/1790.29	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.29	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.29	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.29	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.29	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.29	c   probing          :       0.06          0          0          0          0          0          0          0          0
1789.69/1790.29	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1789.69/1790.29	c   and              :       0.13          0          0          0          0          0          0          0          0
1789.69/1790.29	c   linear           :       0.03          0          0          0          0          0          0          0          0
1789.69/1790.29	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.29	c   root node        :          -          0          -          -          0          -          -          -          -
1789.69/1790.29	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.29	c   integral         :          0          0          0         85          0          0          4          0          0        166
1789.69/1790.29	c   setppc           :        600          6      20632          0          0         19         51          0          0          0
1789.69/1790.29	c   and              :       2492        324      20613          0          0        100       1049      32226          0          0
1789.69/1790.29	c   linear           :          1          6      20510          0          0          0          0          0          0          0
1789.69/1790.29	c   logicor          :          0+         0        802          0          0          0         35          0          0          0
1789.69/1790.29	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.69/1790.29	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.69/1790.29	c   integral         :     396.20       0.00       0.00     396.20       0.00
1789.69/1790.29	c   setppc           :       0.97       0.00       0.97       0.00       0.00
1789.69/1790.29	c   and              :       4.74       0.77       3.97       0.00       0.00
1789.69/1790.29	c   linear           :       0.48       0.12       0.35       0.00       0.00
1789.69/1790.29	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1789.69/1790.29	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.29	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.69/1790.29	c   vbounds          :       0.02          2          0          0
1789.69/1790.29	c   rootredcost      :       0.03          5          0          0
1789.69/1790.29	c   pseudoobj        :       0.33      20452          0          0
1789.69/1790.29	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.69/1790.29	c   propagation      :       0.00        119        119        142       31.2          1      150.0          -
1789.69/1790.29	c   infeasible LP    :       0.23         93         93       1735       70.4          1        2.0          0
1789.69/1790.29	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.29	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.29	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.29	c   applied globally :          -          -          -        518       63.8          -          -          -
1789.69/1790.29	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.69/1790.29	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.69/1790.29	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 175)
1789.69/1790.29	c   redcost          :       0.12        324          0          0          0          0
1789.69/1790.29	c   impliedbounds    :       0.01          6          0          0        252          0
1789.69/1790.29	c   intobj           :       0.00          0          0          0          0          0
1789.69/1790.29	c   cgmip            :       0.00          0          0          0          0          0
1789.69/1790.29	c   gomory           :       5.53          6          0          0          2          0
1789.69/1790.29	c   strongcg         :       5.45          6          0          0          2          0
1789.69/1790.29	c   cmir             :       0.39          6          0          0          0          0
1789.69/1790.29	c   flowcover        :       0.36          6          0          0          0          0
1789.69/1790.29	c   clique           :       0.57          6          0          0         48          0
1789.69/1790.29	c   zerohalf         :       0.00          0          0          0          0          0
1789.69/1790.29	c   mcf              :       0.01          1          0          0          0          0
1789.69/1790.29	c   rapidlearning    :       4.94          1          0          0          0          0
1789.69/1790.29	c Pricers            :       Time      Calls       Vars
1789.69/1790.29	c   problem variables:       0.00          0          0
1789.69/1790.29	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.29	c   relpscost        :     396.20         85          0          4          0          0        166
1789.69/1790.29	c   pscost           :       0.00          0          0          0          0          0          0
1789.69/1790.29	c   inference        :       0.00          0          0          0          0          0          0
1789.69/1790.29	c   mostinf          :       0.00          0          0          0          0          0          0
1789.69/1790.29	c   leastinf         :       0.00          0          0          0          0          0          0
1789.69/1790.29	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.69/1790.29	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.69/1790.29	c   random           :       0.00          0          0          0          0          0          0
1789.69/1790.29	c Primal Heuristics  :       Time      Calls      Found
1789.69/1790.29	c   LP solutions     :       0.00          -          0
1789.69/1790.29	c   pseudo solutions :       0.00          -          0
1789.69/1790.29	c   crossover        :       0.00          0          0
1789.69/1790.29	c   oneopt           :       0.02          6          0
1789.69/1790.29	c   trivial          :       0.01          2          3
1789.69/1790.29	c   simplerounding   :       0.00          0          0
1789.69/1790.29	c   zirounding       :       0.07         83          0
1789.69/1790.29	c   rounding         :       2.71        215          0
1789.69/1790.29	c   shifting         :       0.39         19          2
1789.69/1790.29	c   intshifting      :       0.00          0          0
1789.69/1790.29	c   twoopt           :       0.00          0          0
1789.69/1790.29	c   fixandinfer      :       0.00          0          0
1789.69/1790.29	c   feaspump         :       0.00          0          0
1789.69/1790.29	c   coefdiving       :     143.20          4          1
1789.69/1790.29	c   pscostdiving     :     100.79          2          0
1789.69/1790.29	c   fracdiving       :      70.09          2          0
1789.69/1790.29	c   veclendiving     :      63.17          2          0
1789.69/1790.29	c   intdiving        :       0.00          0          0
1789.69/1790.29	c   actconsdiving    :       0.00          0          0
1789.69/1790.29	c   objpscostdiving  :     133.58          1          0
1789.69/1790.29	c   rootsoldiving    :      22.17          3          0
1789.69/1790.29	c   linesearchdiving :     312.96         15          3
1789.69/1790.29	c   guideddiving     :     122.51          2          0
1789.69/1790.29	c   octane           :       0.00          0          0
1789.69/1790.29	c   rens             :       0.01          0          0
1789.69/1790.29	c   rins             :       0.00          0          0
1789.69/1790.29	c   localbranching   :       0.00          0          0
1789.69/1790.29	c   mutation         :       0.00          0          0
1789.69/1790.29	c   dins             :       0.00          0          0
1789.69/1790.29	c   undercover       :       0.39          1          1
1789.69/1790.29	c   nlp              :       0.00          0          0
1789.69/1790.29	c   trysol           :       0.00          0          0
1789.69/1790.29	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.69/1790.29	c   primal LP        :       1.70          0          0       0.00       0.00
1789.69/1790.29	c   dual LP          :     400.05        341     346548    1016.27     866.26
1789.69/1790.29	c   lex dual LP      :       0.00          0          0       0.00          -
1789.69/1790.29	c   barrier LP       :       0.00          0          0       0.00          -
1789.69/1790.29	c   diving/probing LP:     921.51      16296    1034644      63.49    1122.77
1789.69/1790.29	c   strong branching :     396.11        465     293186     630.51     740.17
1789.69/1790.29	c     (at root node) :          -         19      18472     972.21          -
1789.69/1790.29	c   conflict analysis:       0.00          0          0       0.00          -
1789.69/1790.29	c B&B Tree           :
1789.69/1790.29	c   number of runs   :          1
1789.69/1790.29	c   nodes            :         83
1789.69/1790.29	c   nodes (total)    :         83
1789.69/1790.29	c   nodes left       :         84
1789.69/1790.29	c   max depth        :         11
1789.69/1790.29	c   max depth (total):         11
1789.69/1790.29	c   backtracks       :         40 (48.2%)
1789.69/1790.29	c   delayed cutoffs  :          0
1789.69/1790.29	c   repropagations   :         26 (12 domain reductions, 0 cutoffs)
1789.69/1790.29	c   avg switch length:       4.61
1789.69/1790.29	c   switching time   :       1.78
1789.69/1790.29	c Solution           :
1789.69/1790.29	c   Solutions found  :         10 (8 improvements)
1789.69/1790.29	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1789.69/1790.29	c   Primal Bound     : -5.00000000000000e+01   (in run 1, after 75 nodes, 1618.77 seconds, depth 661, found by <linesearchdiving>)
1789.69/1790.29	c   Dual Bound       : -9.91890043402482e+01
1789.69/1790.29	c   Gap              :      49.59 %
1789.69/1790.29	c   Root Dual Bound  : -9.99999999999999e+01
1789.69/1790.29	c   Root Iterations  :       6391
1789.79/1790.34	c Time complete: 1789.83.

Verifier Data

OK	-50

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703327-1278574467/watcher-2703327-1278574467 -o /tmp/evaluation-result-2703327-1278574467/solver-2703327-1278574467 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703327-1278574467.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.99 0.97 0.85 3/106 31505
/proc/meminfo: memFree=1781800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=7904 CPUtime=0
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 1029 0 0 0 0 0 0 0 18 0 1 0 25659881 8093696 941 1992294400 4194304 8395647 140735190055376 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31505/statm: 1976 949 365 1026 0 946 0

[startup+0.090183 s]
/proc/loadavg: 0.99 0.97 0.85 3/106 31505
/proc/meminfo: memFree=1781800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=22060 CPUtime=0.08
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 4904 0 0 0 7 1 0 0 20 0 1 0 25659881 22589440 4462 1992294400 4194304 8395647 140735190055376 18446744073709551615 6070920 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 5515 4462 461 1026 0 4485 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22060

[startup+0.101184 s]
/proc/loadavg: 0.99 0.97 0.85 3/106 31505
/proc/meminfo: memFree=1781800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=23504 CPUtime=0.1
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 5249 0 0 0 8 2 0 0 20 0 1 0 25659881 24068096 4807 1992294400 4194304 8395647 140735190055376 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 5876 4807 461 1026 0 4846 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 23504

[startup+0.300207 s]
/proc/loadavg: 0.99 0.97 0.85 3/106 31505
/proc/meminfo: memFree=1781800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=25832 CPUtime=0.29
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 5899 0 0 0 27 2 0 0 20 0 1 0 25659881 26451968 5457 1992294400 4194304 8395647 140735190055376 18446744073709551615 5210341 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 6458 5457 497 1026 0 5428 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25832

[startup+0.700253 s]
/proc/loadavg: 0.99 0.97 0.85 3/106 31505
/proc/meminfo: memFree=1781800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=37392 CPUtime=0.69
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 8950 0 0 0 66 3 0 0 20 0 1 0 25659881 38289408 8370 1992294400 4194304 8395647 140735190055376 18446744073709551615 6664892 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 9348 8370 574 1026 0 8318 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37392

[startup+1.50035 s]
/proc/loadavg: 0.99 0.97 0.85 2/107 31506
/proc/meminfo: memFree=1750420/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=38040 CPUtime=1.49
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 9151 0 0 0 145 4 0 0 23 0 1 0 25659881 38952960 8571 1992294400 4194304 8395647 140735190055376 18446744073709551615 6697033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 9510 8571 574 1026 0 8480 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38040

[startup+3.10053 s]
/proc/loadavg: 0.99 0.97 0.85 2/107 31506
/proc/meminfo: memFree=1749056/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=40212 CPUtime=3.09
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 9572 0 0 0 305 4 0 0 25 0 1 0 25659881 41177088 8992 1992294400 4194304 8395647 140735190055376 18446744073709551615 6693110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 10053 8992 574 1026 0 9023 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40212

[startup+6.3009 s]
/proc/loadavg: 0.99 0.97 0.85 2/107 31506
/proc/meminfo: memFree=1746700/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66972 CPUtime=6.29
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 16415 0 0 0 620 9 0 0 25 0 1 0 25659881 68579328 15773 1992294400 4194304 8395647 140735190055376 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16743 15773 628 1026 0 15713 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66972

[startup+12.7006 s]
/proc/loadavg: 0.99 0.97 0.85 2/107 31506
/proc/meminfo: memFree=1719172/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=69804 CPUtime=12.69
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17245 0 0 0 1229 40 0 0 25 0 1 0 25659881 71479296 16588 1992294400 4194304 8395647 140735190055376 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 17451 16588 637 1026 0 16421 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69804

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.85 2/107 31508
/proc/meminfo: memFree=1720288/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=25.48
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17377 0 0 0 2504 44 0 0 25 0 1 0 25659881 67796992 15728 1992294400 4194304 8395647 140735190055376 18446744073709551615 5797197 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15728 634 1026 0 15522 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 66208

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.85 2/107 31508
/proc/meminfo: memFree=1720288/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=51.07
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17583 0 0 0 5054 53 0 0 25 0 1 0 25659881 67796992 15832 1992294400 4194304 8395647 140735190055376 18446744073709551615 6741256 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15832 636 1026 0 15522 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 66208

[startup+102.309 s]
/proc/loadavg: 0.99 0.97 0.86 2/107 31510
/proc/meminfo: memFree=1720288/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=102.26
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 10154 72 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6696343 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 66208

[startup+162.302 s]
/proc/loadavg: 1.07 0.99 0.87 2/107 31510
/proc/meminfo: memFree=1720288/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=162.23
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 16135 88 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6670353 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 66208

[startup+222.302 s]
/proc/loadavg: 1.03 0.99 0.88 2/107 31512
/proc/meminfo: memFree=1720288/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=222.22
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 22104 118 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6739521 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 66208

[startup+282.301 s]
/proc/loadavg: 1.01 0.99 0.88 2/107 31514
/proc/meminfo: memFree=1720288/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=282.2
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 28082 138 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6670339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 66208

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.89 2/107 31516
/proc/meminfo: memFree=1720288/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=342.19
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 34061 158 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6667497 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 66208

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.89 2/107 31518
/proc/meminfo: memFree=1720288/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=402.17
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 40036 181 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6697978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 66208

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.90 2/107 31518
/proc/meminfo: memFree=1720288/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=462.15
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 46014 201 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6696235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 66208

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31520
/proc/meminfo: memFree=1720288/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=522.13
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 51986 227 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6693124 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 66208

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31522
/proc/meminfo: memFree=1720288/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=582.12
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 57958 254 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6696232 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 66208

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31524
/proc/meminfo: memFree=1720164/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=642.11
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 63941 270 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 66208

[startup+702.301 s]

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

/proc/meminfo: memFree=1720040/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1002.01
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 99768 433 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 66208

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31534
/proc/meminfo: memFree=1720040/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1061.99
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 105745 454 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 66208

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31536
/proc/meminfo: memFree=1719916/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1121.97
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 111721 476 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6697351 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 66208

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31538
/proc/meminfo: memFree=1719916/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1181.95
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 117693 502 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 66208

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31540
/proc/meminfo: memFree=1719792/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1241.94
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 123668 526 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 66208

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31542
/proc/meminfo: memFree=1719668/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1301.93
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 129644 549 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6721238 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 66208

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31542
/proc/meminfo: memFree=1719668/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1361.91
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 135618 573 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6670318 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 66208

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31544
/proc/meminfo: memFree=1719668/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1421.9
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 141595 595 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6693729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 66208

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31546
/proc/meminfo: memFree=1719668/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1481.88
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 147569 619 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6693789 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 66208

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31548
/proc/meminfo: memFree=1719668/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1541.86
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 153539 647 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6696964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 66208

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31559
/proc/meminfo: memFree=1718800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1601.84
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 159517 667 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6585824 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 66208

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31559
/proc/meminfo: memFree=1718800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1661.81
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 165484 697 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6697045 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 66208

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31561
/proc/meminfo: memFree=1718800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1721.81
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 171452 729 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6697363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 66208

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31563
/proc/meminfo: memFree=1718800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1781.79
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 177429 750 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6693753 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 66208

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

[startup+1785.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31563
/proc/meminfo: memFree=1718800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1784.98
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 177747 751 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6663841 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1784.98
Current children cumulated vsize (KiB) 66208

[startup+1788.7 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31563
/proc/meminfo: memFree=1718800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1788.18
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 178066 752 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6663845 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1788.18
Current children cumulated vsize (KiB) 66208

[startup+1789.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31563
/proc/meminfo: memFree=1718800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1788.98
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 178146 752 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1788.98
Current children cumulated vsize (KiB) 66208

[startup+1789.9 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31563
/proc/meminfo: memFree=1718800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1789.39
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17587 0 0 0 178186 753 0 0 25 0 1 0 25659881 67796992 15835 1992294400 4194304 8395647 140735190055376 18446744073709551615 6693729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15835 638 1026 0 15522 0
Current children cumulated CPU time (s) 1789.39
Current children cumulated vsize (KiB) 66208

[startup+1790.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 31563
/proc/meminfo: memFree=1718800/2059040 swapFree=4138696/4192956
[pid=31505] ppid=31503 vsize=66208 CPUtime=1789.79
/proc/31505/stat : 31505 (pbscip.linux.x8) R 31503 31505 31368 0 -1 4202496 17588 0 0 0 178226 753 0 0 25 0 1 0 25659881 67796992 15836 1992294400 4194304 8395647 140735190055376 18446744073709551615 6345901 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31505/statm: 16552 15836 639 1026 0 15522 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 66208

Child status: 0
Real time (s): 1790.35
CPU time (s): 1789.84
CPU user time (s): 1782.3
CPU system time (s): 7.54085
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 70076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.3
system time used= 7.54085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17591
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3170

runsolver used 2.77658 second user time and 8.62869 second system time

The end

Launcher Data

Begin job on node011 at 2010-07-08 09:34:27
IDJOB=2703327
IDBENCH=48271
IDSOLVER=1213
FILE ID=node011/2703327-1278574467
PBS_JOBID= 11240105
Free space on /tmp= 62488 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 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-2703327-1278574467/watcher-2703327-1278574467 -o /tmp/evaluation-result-2703327-1278574467/solver-2703327-1278574467 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703327-1278574467.opb -t 1800 -m 1800

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

MD5SUM BENCH= b5a23f46b7c8ffe564ae87cb51d69480
RANDOM SEED=2117839225

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1782452 kB
Buffers:         25672 kB
Cached:         161396 kB
SwapCached:       8476 kB
Active:          84012 kB
Inactive:       118036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1782452 kB
SwapTotal:     4192956 kB
SwapFree:      4138696 kB
Dirty:           10436 kB
Writeback:           0 kB
AnonPages:       12428 kB
Mapped:          11972 kB
Slab:            52436 kB
PageTables:       4148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183004 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= 62480 MiB
End job on node011 at 2010-07-08 10:04:18