Trace number 1870482

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT-48 1796.2 1796.68

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_4.opb
MD5SUM169f1f6799c5c0fd2a1b0aca08165f42
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-53
Best CPU time to get the best result obtained on this benchmark1794.89
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)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

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.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver SoPlex 1.4.1
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1870482-1245207047.opb>
0.00/0.04	c original problem has 2924 variables (2924 bin, 0 int, 0 impl, 0 cont) and 3125 constraints
0.00/0.07	c start presolving problem
0.00/0.07	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 20592 impls, 400 clqs
0.39/0.45	c    (0.2s) probing: 101/2924 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.45	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.46	c presolving (2 rounds):
0.39/0.46	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.46	c  20592 implications, 400 cliques
0.39/0.46	c presolved problem has 2924 variables (2924 bin, 0 int, 0 impl, 0 cont) and 3125 constraints
0.39/0.46	c     400 constraints of type <setppc>
0.39/0.46	c    2524 constraints of type <and>
0.39/0.46	c       1 constraints of type <linear>
0.39/0.46	c     200 constraints of type <logicor>
0.39/0.46	c transformed objective value is always integral (scale: 1)
0.39/0.46	c Presolving Time: 0.24
0.39/0.46	c OPT-NLC
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/memory = c 1620
0.39/0.46	c # maximal time in seconds to run
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/time = c 1791
0.39/0.46	c # frequency for displaying node information lines
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.46	c display/freq = c 10000
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c start solving problem
0.39/0.46	c 
18.88/18.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.88/18.92	c  18.7s|     1 |     0 | 10378 |  13M|   0 |1815 |2924 |3125 |3125 |2924 |5649 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
18.88/18.96	o -9
18.88/18.96	c s18.7s|     1 |     0 | 10378 |  13M|   0 |1815 |2924 |3125 |3125 |2924 |5649 |   0 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
22.99/23.01	c  22.7s|     1 |     0 | 11071 |  13M|   0 |1797 |2924 |3125 |3125 |2924 |5900 | 251 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
26.99/27.02	c  26.7s|     1 |     0 | 11806 |  13M|   0 |1756 |2924 |3125 |3125 |2924 |5947 | 298 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
31.18/31.26	c  30.9s|     1 |     0 | 12670 |  13M|   0 |1759 |2924 |3125 |3125 |2924 |5987 | 338 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
35.58/35.67	c  35.3s|     1 |     0 | 13533 |  13M|   0 |1768 |2924 |3125 |3125 |2924 |6026 | 377 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
35.68/35.70	o -11
35.68/35.70	c s35.4s|     1 |     0 | 13533 |  13M|   0 |1768 |2924 |3125 |3125 |2924 |6026 | 377 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
40.98/41.06	c  40.7s|     1 |     0 | 14729 |  13M|   0 |1753 |2924 |3125 |3125 |2924 |6067 | 418 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
45.48/45.53	c  45.1s|     1 |     0 | 15650 |  13M|   0 |1757 |2924 |3125 |3125 |2924 |6115 | 466 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
136.35/136.45	c   136s|     1 |     2 | 15650 |  13M|   0 |1757 |2924 |3125 |3125 |2924 |6115 | 466 |   0 |  34 |-1.000000e+02 |-1.100000e+01 |  89.00%
660.51/660.70	o -43
660.51/660.70	c R 659s|   108 |   103 |311450 |  14M|  77 |  62 |2924 |3237 | 174 |2924 |3276 |5505 | 112 | 246 |-1.000000e+02 |-4.300000e+01 |  57.00%
660.51/660.77	o -45
660.51/660.77	c R 659s|   116 |   109 |311484 |  14M|  84 |  19 |2924 |3238 | 116 |2924 |3276 |5505 | 113 | 246 |-1.000000e+02 |-4.500000e+01 |  55.00%
660.61/660.82	o -46
660.61/660.82	c R 659s|   120 |   109 |311515 |  14M|  86 |   - |2924 |3239 |  99 |2924 |3277 |5506 | 114 | 246 |-1.000000e+02 |-4.600000e+01 |  54.00%
823.67/823.92	o -47
823.67/823.92	c R 821s|   176 |   126 |399564 |  15M|  86 |   - |2924 |3252 | 257 |2924 |3276 |8636 | 127 | 336 |-9.971376e+01 |-4.700000e+01 |  52.87%
1295.05/1295.41	o -48
1295.05/1295.41	c *1291s|   470 |   174 |741183 |  15M|  86 |   - |2924 |3278 |  95 |2924 |3279 |  13k| 153 | 526 |-9.878858e+01 |-4.800000e+01 |  51.41%
1796.11/1796.61	c 
1796.11/1796.61	c SCIP Status        : solving was interrupted [time limit reached]
1796.11/1796.61	c Solving Time (sec) : 1791.01
1796.11/1796.61	c Solving Nodes      : 679
1796.11/1796.61	c Primal Bound       : -4.80000000000000e+01 (8 solutions)
1796.11/1796.61	c Dual Bound         : -9.75383821151528e+01
1796.11/1796.61	c Gap                : 50.79 %
1796.11/1796.62	c NODE         679
1796.11/1796.62	c DUAL BOUND   -97.5384
1796.11/1796.62	c PRIMAL BOUND -48
1796.11/1796.62	c GAP          0.507886
1796.11/1796.62	s SATISFIABLE
1796.11/1796.62	v -x337 -x254 -x326 -x298 -x375 x353 -x329 -x311 -x351 -x391 -x235 -x400 -x393 x398 -x312 -x293 -x336 -x331 -x259 -x304 x366 -x349 
1796.11/1796.62	v -x276 -x341 -x281 x396 x359 -x228 x399 -x346 -x255 -x244 -x322 x358 -x270 -x219 -x314 -x266 -x347 -x371 x279 -x372 -x260 -x382 
1796.11/1796.62	v -x333 -x216 -x277 -x243 -x269 -x324 -x320 -x267 -x237 -x352 -x387 -x310 -x335 x214 -x261 -x356 -x263 x274 -x385 x381 -x265 
1796.11/1796.62	v -x316 -x213 -x253 -x278 -x227 -x357 -x290 -x289 -x288 x285 -x251 x313 -x379 -x294 -x210 -x272 -x241 -x378 -x249 -x209 -x389 
1796.11/1796.62	v -x286 -x250 -x234 -x224 -x264 -x306 x361 -x268 -x388 -x334 x383 -x380 x330 x271 -x247 -x301 -x239 -x291 -x362 -x354 -x258 -x256 
1796.11/1796.62	v -x230 -x211 -x308 -x340 x392 -x232 -x394 x206 -x397 -x363 x309 -x297 x282 -x238 -x218 -x207 -x296 -x287 -x222 -x368 x348 
1796.11/1796.62	v -x390 -x370 -x292 -x246 -x217 x248 -x344 x273 x299 -x343 x332 -x245 -x376 -x377 -x373 x307 -x295 x240 -x236 x262 x223 x325 -x395 
1796.11/1796.62	v x220 -x300 x203 -x367 -x257 -x233 -x208 -x305 -x221 -x321 x283 x323 -x319 x374 x369 -x202 -x360 -x339 -x280 -x252 x231 -x225 
1796.11/1796.62	v x212 -x205 -x318 -x350 -x342 x303 -x215 x204 -x365 x315 -x355 -x201 x384 -x328 x317 -x242 x345 -x386 -x229 x226 x338 -x364 
1796.11/1796.62	v x327 -x275 -x284 -x302 x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 x187 -x186 x185 -x184 -x183 
1796.11/1796.62	v -x182 -x181 x180 x179 -x178 -x177 -x176 x175 -x174 -x173 x172 x171 x170 -x169 -x168 -x167 -x166 -x165 x164 -x163 x162 -x161 
1796.11/1796.62	v x160 -x159 -x158 x157 -x156 -x155 x154 -x153 -x152 -x151 x150 x149 -x148 -x147 x146 -x145 -x144 x143 x142 -x141 x140 x139 
1796.11/1796.62	v -x138 -x137 x136 x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 
1796.11/1796.62	v -x116 -x115 x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 x102 x101 -x100 -x99 -x98 -x97 -x96 -x95 
1796.11/1796.62	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 
1796.11/1796.62	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 
1796.11/1796.62	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 
1796.11/1796.62	v x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1796.11/1796.62	c SCIP Status        : solving was interrupted [time limit reached]
1796.11/1796.62	c Solving Time       :    1791.01
1796.11/1796.62	c Original Problem   :
1796.11/1796.62	c   Problem name     : HOME/instance-1870482-1245207047.opb
1796.11/1796.62	c   Variables        : 2924 (2924 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.11/1796.62	c   Constraints      : 3125 initial, 3125 maximal
1796.11/1796.62	c Presolved Problem  :
1796.11/1796.62	c   Problem name     : t_HOME/instance-1870482-1245207047.opb
1796.11/1796.62	c   Variables        : 2924 (2924 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.11/1796.62	c   Constraints      : 3125 initial, 3289 maximal
1796.11/1796.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.11/1796.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.11/1796.62	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1796.11/1796.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.11/1796.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.11/1796.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.11/1796.62	c   probing          :       0.07          0          0          0          0          0          0          0          0
1796.11/1796.62	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1796.11/1796.62	c   and              :       0.12          0          0          0          0          0          0          0          0
1796.11/1796.62	c   linear           :       0.03          0          0          0          0          0          0          0          0
1796.11/1796.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1796.11/1796.62	c   root node        :          -          0          -          -          0          -          -          -          -
1796.11/1796.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.11/1796.62	c   integral         :          0          0          0        474          0          0          7          0          0        934
1796.11/1796.62	c   setppc           :        400          6      16058          1          0          9       1172          0          0          0
1796.11/1796.62	c   and              :       2524       1090      16050          1          0         28      13346      35803          0          0
1796.11/1796.62	c   linear           :          1          6      16022          1          0          0          0          0          0          0
1796.11/1796.62	c   logicor          :        200+         6       1624          1          0          0        403          0          0          0
1796.11/1796.62	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1796.11/1796.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.11/1796.62	c   integral         :     616.89       0.00       0.00     616.89       0.00
1796.11/1796.62	c   setppc           :       0.54       0.00       0.54       0.00       0.00
1796.11/1796.62	c   and              :       3.80       1.48       2.32       0.00       0.00
1796.11/1796.62	c   linear           :       0.31       0.00       0.31       0.00       0.00
1796.11/1796.62	c   logicor          :       0.03       0.00       0.03       0.00       0.00
1796.11/1796.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.11/1796.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.11/1796.62	c   rootredcost      :       0.00          6          0          0
1796.11/1796.62	c   pseudoobj        :       0.21      15898          1         14
1796.11/1796.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.11/1796.62	c   propagation      :       0.01         38         38         66       54.5          3       53.3          -
1796.11/1796.62	c   infeasible LP    :       0.04         48         48        554       66.3          0        0.0          0
1796.11/1796.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.11/1796.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.11/1796.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.11/1796.62	c   applied globally :          -          -          -        164       53.0          -          -          -
1796.11/1796.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.11/1796.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.11/1796.62	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 393)
1796.11/1796.62	c   redcost          :       0.29       1130          0        827          0          0
1796.11/1796.62	c   impliedbounds    :       0.01          6          0          0        672          0
1796.11/1796.62	c   intobj           :       0.00          0          0          0          0          0
1796.11/1796.62	c   gomory           :       5.67          6          0          0         17          0
1796.11/1796.62	c   strongcg         :       5.66          6          0          0         17          0
1796.11/1796.62	c   cmir             :       0.49          6          0          0          0          0
1796.11/1796.62	c   flowcover        :       0.42          6          0          0          0          0
1796.11/1796.62	c   clique           :       0.74          6          0          0         51          0
1796.11/1796.62	c   zerohalf         :       0.00          0          0          0          0          0
1796.11/1796.62	c   mcf              :       0.01          1          0          0          0          0
1796.11/1796.62	c Pricers            :       Time      Calls       Vars
1796.11/1796.62	c   problem variables:       0.00          0          0
1796.11/1796.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.11/1796.62	c   relpscost        :     616.89        473          0          7          0          0        934
1796.11/1796.62	c   pscost           :       0.00          0          0          0          0          0          0
1796.11/1796.62	c   inference        :       0.00          0          0          0          0          0          0
1796.11/1796.62	c   mostinf          :       0.00          0          0          0          0          0          0
1796.11/1796.62	c   leastinf         :       0.00          0          0          0          0          0          0
1796.11/1796.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.11/1796.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.11/1796.62	c   random           :       0.00          0          0          0          0          0          0
1796.11/1796.62	c Primal Heuristics  :       Time      Calls      Found
1796.11/1796.62	c   LP solutions     :       0.00          -          1
1796.11/1796.62	c   pseudo solutions :       0.00          -          0
1796.11/1796.62	c   oneopt           :       0.03          6          0
1796.11/1796.62	c   linesearchdiving :      40.34          2          0
1796.11/1796.62	c   guideddiving     :      65.16          2          0
1796.11/1796.62	c   coefdiving       :      75.26          3          0
1796.11/1796.62	c   pscostdiving     :     107.80          3          0
1796.11/1796.62	c   fracdiving       :      87.53          3          0
1796.11/1796.62	c   objpscostdiving  :       7.85          2          0
1796.11/1796.62	c   rootsoldiving    :       9.75          2          0
1796.11/1796.62	c   crossover        :       0.16          2          0
1796.11/1796.62	c   simplerounding   :       0.00          0          0
1796.11/1796.62	c   rounding         :       7.28        988          4
1796.11/1796.62	c   shifting         :       1.38        107          3
1796.11/1796.62	c   intshifting      :       0.00          0          0
1796.11/1796.62	c   fixandinfer      :       0.00          0          0
1796.11/1796.62	c   feaspump         :       0.00          0          0
1796.11/1796.62	c   veclendiving     :      48.54          3          0
1796.11/1796.62	c   intdiving        :       0.00          0          0
1796.11/1796.62	c   actconsdiving    :       0.00          0          0
1796.11/1796.62	c   octane           :       0.00          0          0
1796.11/1796.62	c   rens             :       0.01          0          0
1796.11/1796.62	c   rins             :       0.00          0          0
1796.11/1796.62	c   localbranching   :       0.00          0          0
1796.11/1796.62	c   mutation         :       0.00          0          0
1796.11/1796.62	c   dins             :       0.00          0          0
1796.11/1796.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.11/1796.62	c   primal LP        :       3.81          0          0       0.00       0.00
1796.11/1796.62	c   dual LP          :     699.69       1275     582805     457.10     832.95
1796.11/1796.62	c   barrier LP       :       0.00          0          0       0.00          -
1796.11/1796.62	c   diving/probing LP:     412.12      10396     508716      48.93    1234.39
1796.11/1796.62	c   strong branching :     616.57        819     427231     521.65     692.92
1796.11/1796.62	c     (at root node) :          -         34      34000    1000.00          -
1796.11/1796.62	c   conflict analysis:       0.00          0          0       0.00          -
1796.11/1796.62	c B&B Tree           :
1796.11/1796.62	c   number of runs   :          1
1796.11/1796.62	c   nodes            :        679
1796.11/1796.62	c   nodes (total)    :        679
1796.11/1796.62	c   nodes left       :        243
1796.11/1796.62	c   max depth        :         86
1796.11/1796.62	c   max depth (total):         86
1796.11/1796.62	c   backtracks       :        104 (15.3%)
1796.11/1796.62	c   delayed cutoffs  :          0
1796.11/1796.62	c   repropagations   :        400 (71 domain reductions, 0 cutoffs)
1796.11/1796.62	c   avg switch length:       6.12
1796.11/1796.62	c   switching time   :       4.20
1796.11/1796.62	c Solution           :
1796.11/1796.62	c   Solutions found  :          8 (7 improvements)
1796.11/1796.62	c   Primal Bound     : -4.80000000000000e+01   (in run 1, after 470 nodes, 1291.31 seconds, depth 85, found by <relaxation>)
1796.11/1796.62	c   Dual Bound       : -9.75383821151528e+01
1796.11/1796.62	c   Gap              :      50.79 %
1796.11/1796.62	c   Root Dual Bound  : -1.00000000000000e+02
1796.11/1796.68	c Time complete: 1796.18.

Verifier Data

OK	-48

Watcher Data

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

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

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.99 3/64 11469
/proc/meminfo: memFree=1825768/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=4328 CPUtime=0
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 485 0 0 0 0 0 0 0 18 0 1 0 188301863 4431872 470 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/11469/statm: 1162 482 315 886 0 272 0

[startup+0.0760021 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 11469
/proc/meminfo: memFree=1825768/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=19700 CPUtime=0.06
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 4316 0 0 0 5 1 0 0 18 0 1 0 188301863 20172800 3944 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 4925 3944 404 886 0 4035 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19700

[startup+0.103005 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 11469
/proc/meminfo: memFree=1825768/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=21320 CPUtime=0.09
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 4748 0 0 0 7 2 0 0 18 0 1 0 188301863 21831680 4376 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 5330 4376 404 886 0 4440 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21320

[startup+0.301027 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 11469
/proc/meminfo: memFree=1825768/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=24144 CPUtime=0.29
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 5454 0 0 0 18 11 0 0 19 0 1 0 188301863 24723456 5082 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 6036 5082 436 886 0 5146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24144

[startup+0.70207 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 11469
/proc/meminfo: memFree=1825768/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=35280 CPUtime=0.69
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 8462 0 0 0 51 18 0 0 22 0 1 0 188301863 36126720 7922 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 8820 7922 523 886 0 7930 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35280

[startup+1.50116 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11470
/proc/meminfo: memFree=1795168/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=36548 CPUtime=1.49
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 8796 0 0 0 131 18 0 0 25 0 1 0 188301863 37425152 8254 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 9137 8254 523 886 0 8247 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36548

[startup+3.10134 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11470
/proc/meminfo: memFree=1794336/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=37560 CPUtime=3.08
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 9045 0 0 0 290 18 0 0 25 0 1 0 188301863 38461440 8503 1992294400 4194304 7823515 548682068736 18446744073709551615 6888849 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 9390 8503 523 886 0 8500 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37560

[startup+6.30169 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11470
/proc/meminfo: memFree=1792032/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=38668 CPUtime=6.29
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 9364 0 0 0 609 20 0 0 25 0 1 0 188301863 39596032 8822 1992294400 4194304 7823515 548682068736 18446744073709551615 6205603 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 9667 8822 523 886 0 8777 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38668

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11470
/proc/meminfo: memFree=1792096/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=38668 CPUtime=12.68
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 9365 0 0 0 1247 21 0 0 25 0 1 0 188301863 39596032 8823 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 9667 8823 524 886 0 8777 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38668

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11470
/proc/meminfo: memFree=1787744/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=43728 CPUtime=25.48
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 10977 0 0 0 2522 26 0 0 25 0 1 0 188301863 44777472 10048 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 10932 10048 564 886 0 10042 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43728

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11470
/proc/meminfo: memFree=1784224/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=46480 CPUtime=51.08
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 11828 0 0 0 5074 34 0 0 25 0 1 0 188301863 47595520 10899 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 11620 10899 569 886 0 10730 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 46480

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11470
/proc/meminfo: memFree=1784160/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=46480 CPUtime=102.26
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 11828 0 0 0 10185 41 0 0 25 0 1 0 188301863 47595520 10899 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 11620 10899 569 886 0 10730 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46480

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11472
/proc/meminfo: memFree=1783968/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=46480 CPUtime=162.24
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 11830 0 0 0 16170 54 0 0 25 0 1 0 188301863 47595520 10901 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 11620 10901 571 886 0 10730 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 46480

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11472
/proc/meminfo: memFree=1783968/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=46480 CPUtime=222.23
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 11830 0 0 0 22155 68 0 0 25 0 1 0 188301863 47595520 10901 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 11620 10901 571 886 0 10730 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 46480

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11472
/proc/meminfo: memFree=1783968/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=46480 CPUtime=282.21
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 11830 0 0 0 28140 81 0 0 25 0 1 0 188301863 47595520 10901 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 11620 10901 571 886 0 10730 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 46480

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11472
/proc/meminfo: memFree=1783968/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=46480 CPUtime=342.2
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 11830 0 0 0 34124 96 0 0 25 0 1 0 188301863 47595520 10901 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 11620 10901 571 886 0 10730 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 46480

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11472
/proc/meminfo: memFree=1783968/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=46480 CPUtime=402.18
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 11831 0 0 0 40106 112 0 0 25 0 1 0 188301863 47595520 10902 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 11620 10902 572 886 0 10730 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 46480

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11472
/proc/meminfo: memFree=1783968/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=46480 CPUtime=462.16
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 11831 0 0 0 46084 132 0 0 25 0 1 0 188301863 47595520 10902 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 11620 10902 572 886 0 10730 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 46480

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11472
/proc/meminfo: memFree=1783968/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=46480 CPUtime=522.15
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 11831 0 0 0 52061 154 0 0 25 0 1 0 188301863 47595520 10902 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 11620 10902 572 886 0 10730 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 46480

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11472
/proc/meminfo: memFree=1783968/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=46480 CPUtime=582.14
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 11834 0 0 0 58043 171 0 0 25 0 1 0 188301863 47595520 10905 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 11620 10905 575 886 0 10730 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 46480

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1783904/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=46480 CPUtime=642.11
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 11836 0 0 0 64025 186 0 0 25 0 1 0 188301863 47595520 10907 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 11620 10907 577 886 0 10730 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 46480

[startup+702.302 s]

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

/proc/meminfo: memFree=1780320/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=50152 CPUtime=1121.99
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 13438 0 0 0 111883 316 0 0 25 0 1 0 188301863 51355648 11789 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 12538 11789 577 886 0 11648 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 50152

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1780320/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=50152 CPUtime=1181.97
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 13448 0 0 0 117862 335 0 0 25 0 1 0 188301863 51355648 11799 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 12538 11799 577 886 0 11648 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 50152

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1779232/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=51028 CPUtime=1241.95
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 17422 0 0 0 123839 356 0 0 25 0 1 0 188301863 52252672 12058 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 12757 12058 586 886 0 11867 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 51028

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1778976/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=51292 CPUtime=1301.94
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 17493 0 0 0 129821 373 0 0 25 0 1 0 188301863 52523008 12129 1992294400 4194304 7823515 548682068736 18446744073709551615 6243031 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 12823 12129 586 886 0 11933 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 51292

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1778848/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=51468 CPUtime=1361.92
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 17511 0 0 0 135804 388 0 0 25 0 1 0 188301863 52703232 12147 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 12867 12147 586 886 0 11977 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 51468

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1778528/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=51688 CPUtime=1421.91
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 17588 0 0 0 141786 405 0 0 25 0 1 0 188301863 52928512 12224 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 12922 12224 586 886 0 12032 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 51688

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1777824/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=52544 CPUtime=1481.9
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 17768 0 0 0 147768 422 0 0 25 0 1 0 188301863 53805056 12404 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13136 12404 586 886 0 12246 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 52544

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1777824/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=52544 CPUtime=1541.88
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 17768 0 0 0 153752 436 0 0 25 0 1 0 188301863 53805056 12404 1992294400 4194304 7823515 548682068736 18446744073709551615 6235051 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13136 12404 586 886 0 12246 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 52544

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1777824/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=52544 CPUtime=1601.86
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 17768 0 0 0 159731 455 0 0 25 0 1 0 188301863 53805056 12404 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13136 12404 586 886 0 12246 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 52544

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1777760/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=52544 CPUtime=1661.85
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 17768 0 0 0 165714 471 0 0 25 0 1 0 188301863 53805056 12404 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13136 12404 586 886 0 12246 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 52544

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1777056/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=53348 CPUtime=1721.82
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 17940 0 0 0 171696 486 0 0 25 0 1 0 188301863 54628352 12576 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13337 12576 586 886 0 12447 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 53348

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1776288/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=53920 CPUtime=1781.82
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 21655 0 0 0 177677 505 0 0 25 0 1 0 188301863 55214080 12742 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13480 12742 586 886 0 12590 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 53920

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1776288/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=53920 CPUtime=1785.01
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 21655 0 0 0 177996 505 0 0 25 0 1 0 188301863 55214080 12742 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13480 12742 586 886 0 12590 0
Current children cumulated CPU time (s) 1785.01
Current children cumulated vsize (KiB) 53920

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1776288/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=53920 CPUtime=1791.42
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 21655 0 0 0 178635 507 0 0 25 0 1 0 188301863 55214080 12742 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13480 12742 586 886 0 12590 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 53920

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1776288/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=53920 CPUtime=1794.61
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 21655 0 0 0 178953 508 0 0 25 0 1 0 188301863 55214080 12742 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13480 12742 586 886 0 12590 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 53920

[startup+1795.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1776288/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=53920 CPUtime=1795.41
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 21655 0 0 0 179032 509 0 0 25 0 1 0 188301863 55214080 12742 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13480 12742 586 886 0 12590 0
Current children cumulated CPU time (s) 1795.41
Current children cumulated vsize (KiB) 53920

[startup+1796.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1776288/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=53920 CPUtime=1795.82
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 21655 0 0 0 179073 509 0 0 25 0 1 0 188301863 55214080 12742 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13480 12742 586 886 0 12590 0
Current children cumulated CPU time (s) 1795.82
Current children cumulated vsize (KiB) 53920

[startup+1796.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1776288/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=53920 CPUtime=1796.01
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 21655 0 0 0 179092 509 0 0 25 0 1 0 188301863 55214080 12742 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13480 12742 586 886 0 12590 0
Current children cumulated CPU time (s) 1796.01
Current children cumulated vsize (KiB) 53920

[startup+1796.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11478
/proc/meminfo: memFree=1776288/2055920 swapFree=4191900/4192956
[pid=11469] ppid=11467 vsize=53920 CPUtime=1796.11
/proc/11469/stat : 11469 (pbscip.linux.x8) R 11467 11469 11394 0 -1 4194304 21655 0 0 0 179102 509 0 0 25 0 1 0 188301863 55214080 12742 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11469/statm: 13480 12742 586 886 0 12590 0
Current children cumulated CPU time (s) 1796.11
Current children cumulated vsize (KiB) 53920

Child status: 0
Real time (s): 1796.68
CPU time (s): 1796.2
CPU user time (s): 1791.1
CPU system time (s): 5.10022
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 67052

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

runsolver used 1.35079 second user time and 3.71843 second system time

The end

Launcher Data

Begin job on node38 at 2009-06-17 04:50:47
IDJOB=1870482
IDBENCH=48240
IDSOLVER=683
FILE ID=node38/1870482-1245207047
PBS_JOBID= 9368385
Free space on /tmp= 66236 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870482-1245207047/watcher-1870482-1245207047 -o /tmp/evaluation-result-1870482-1245207047/solver-1870482-1245207047 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870482-1245207047.opb

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

MD5SUM BENCH= 169f1f6799c5c0fd2a1b0aca08165f42
RANDOM SEED=1554700343

node38.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.232
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.232
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1826184 kB
Buffers:         46420 kB
Cached:         100064 kB
SwapCached:        260 kB
Active:          58696 kB
Inactive:       101028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826184 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9908 kB
Writeback:           0 kB
Mapped:          22460 kB
Slab:            56004 kB
Committed_AS:   171776 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66228 MiB
End job on node38 at 2009-06-17 05:20:44