Trace number 2703289

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-7 1790.42 1790.9

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_3.opb
MD5SUM7d5c1eba9f9b9c55d272c1a8f28b465a
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-26
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
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)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

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-2703289-1278578303.opb>
0.05/0.08	c original problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6817 constraints
0.05/0.08	c problem read
0.05/0.08	c presolving settings loaded
0.09/0.17	o 0
0.09/0.17	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.17	c presolving:
0.29/0.33	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 50128 impls, 400 clqs
0.59/0.65	c    (0.6s) probing: 101/6616 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.65	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.59/0.66	c presolving (2 rounds):
0.59/0.66	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.66	c  50128 implications, 400 cliques
0.59/0.66	c presolved problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6817 constraints
0.59/0.66	c     600 constraints of type <setppc>
0.59/0.66	c    6216 constraints of type <and>
0.59/0.66	c       1 constraints of type <linear>
0.59/0.66	c transformed objective value is always integral (scale: 1)
0.59/0.66	c Presolving Time: 0.53
0.59/0.66	c - non default parameters ----------------------------------------------------------------------
0.59/0.66	c # SCIP version 1.2.1.3
0.59/0.66	c 
0.59/0.66	c # frequency for displaying node information lines
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.66	c display/freq = 10000
0.59/0.66	c 
0.59/0.66	c # maximal time in seconds to run
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.66	c limits/time = 1789.93
0.59/0.66	c 
0.59/0.66	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.66	c limits/memory = 1620
0.59/0.66	c 
0.59/0.66	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.66	c # [type: int, range: [1,2], default: 1]
0.59/0.66	c timing/clocktype = 2
0.59/0.66	c 
0.59/0.66	c # should presolving try to simplify inequalities
0.59/0.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.66	c constraints/linear/simplifyinequalities = TRUE
0.59/0.66	c 
0.59/0.66	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.59/0.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.66	c constraints/indicator/addCouplingCons = TRUE
0.59/0.66	c 
0.59/0.66	c # should presolving try to simplify knapsacks
0.59/0.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.66	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.66	c 
0.59/0.66	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.66	c heuristics/undercover/freq = 0
0.59/0.66	c 
0.59/0.66	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.66	c separating/rapidlearning/freq = 0
0.59/0.66	c 
0.59/0.66	c -----------------------------------------------------------------------------------------------
0.59/0.66	c start solving
0.59/0.66	c 
32.18/32.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.18/32.21	c t32.1s|     1 |     0 |  7911 |     - |  30M|   0 |3523 |6616 |6817 |6616 |  13k|   0 |   0 |   0 |-1.000000e+02 | 0.000000e+00 | 100.00%
32.18/32.26	o -6
32.18/32.26	c s32.2s|     1 |     0 |  7911 |     - |  30M|   0 |3523 |6616 |6817 |6616 |  13k|   0 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
60.28/60.33	c  60.2s|     1 |     0 |  9272 |     - |  31M|   0 |3510 |6616 |6818 |6616 |  13k|  92 |   1 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
71.67/71.71	c  71.6s|     1 |     0 | 10565 |     - |  32M|   0 |3495 |6616 |6818 |6616 |  13k| 123 |   1 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
87.17/87.23	c  87.1s|     1 |     0 | 12741 |     - |  32M|   0 |3493 |6616 |6818 |6616 |  13k| 146 |   1 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
99.47/99.57	c  99.5s|     1 |     0 | 14416 |     - |  32M|   0 |3517 |6616 |6818 |6616 |  13k| 183 |   1 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
111.16/111.26	c   111s|     1 |     0 | 15892 |     - |  32M|   0 |3519 |6616 |6818 |6616 |  13k| 203 |   1 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
111.26/111.30	o -7
111.26/111.30	c s 111s|     1 |     0 | 15892 |     - |  32M|   0 |3519 |6616 |6818 |6616 |  13k| 203 |   1 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
124.86/124.99	c   125s|     1 |     0 | 17730 |     - |  32M|   0 |3502 |6616 |6818 |6616 |  13k| 225 |   1 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
216.64/216.77	c   217s|     1 |     2 | 17730 |     - |  32M|   0 |3502 |6616 |6818 |6616 |  13k| 225 |   1 |  17 |-1.000000e+02 |-7.000000e+00 |  93.00%
1790.22/1790.75	c 
1790.22/1790.75	c SCIP Status        : solving was interrupted [time limit reached]
1790.22/1790.75	c Solving Time (sec) : 1790.67
1790.22/1790.75	c Solving Nodes      : 13
1790.22/1790.75	c Primal Bound       : -6.99999999999990e+00 (8 solutions)
1790.22/1790.75	c Dual Bound         : -9.95964675945972e+01
1790.22/1790.75	c Gap                : 92.97 %
1790.22/1790.77	s SATISFIABLE
1790.22/1790.77	v -x318 -x373 -x308 -x277 -x395 -x322 -x320 -x391 -x235 -x280 -x358 -x292 -x250 -x361 -x312 -x260 -x388 -x370 -x330 -x315 -x371 -x313 
1790.22/1790.77	v -x223 -x364 -x359 -x383 -x339 -x264 -x301 -x208 -x374 -x365 -x245 -x210 -x287 -x367 -x240 -x251 -x380 -x331 -x281 -x270 
1790.22/1790.77	v -x218 x352 -x326 x257 -x234 -x344 -x333 -x311 -x397 -x262 -x213 -x379 -x385 -x389 -x232 -x290 -x336 -x355 -x214 -x228 -x246 -x302 
1790.22/1790.77	v -x271 -x252 -x205 -x342 -x329 -x293 -x276 -x268 -x233 -x216 -x211 -x345 -x244 -x335 -x231 -x382 -x381 -x384 -x304 -x328 
1790.22/1790.77	v -x275 -x217 -x222 -x204 -x366 -x363 -x310 -x306 -x300 -x297 -x266 -x256 -x247 -x299 -x354 -x230 -x206 x346 -x227 -x398 -x314 
1790.22/1790.77	v -x392 -x327 -x307 -x267 -x254 -x317 -x356 -x350 -x285 -x284 -x258 -x229 -x243 -x212 -x324 -x351 -x224 -x309 -x334 -x278 -x368 
1790.22/1790.77	v -x372 -x272 -x236 -x305 -x387 -x237 -x298 -x249 -x238 -x378 -x360 -x263 x253 -x219 -x209 -x225 -x390 -x400 -x283 -x323 -x348 
1790.22/1790.77	v -x289 -x288 -x295 -x291 -x279 -x362 -x207 -x375 -x215 -x255 -x399 -x269 -x201 -x396 -x393 -x357 -x353 -x349 -x337 -x332 -x321 
1790.22/1790.77	v -x319 -x303 -x294 -x282 -x261 -x221 -x220 -x338 -x286 -x248 -x274 -x239 -x343 -x316 -x296 -x376 -x242 -x203 -x340 -x394 -x325 
1790.22/1790.77	v -x259 -x265 -x202 -x377 -x273 -x341 -x226 -x241 x369 x386 x347 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 
1790.22/1790.77	v -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 
1790.22/1790.77	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 
1790.22/1790.77	v -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 
1790.22/1790.77	v -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 
1790.22/1790.77	v -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 
1790.22/1790.77	v -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 
1790.22/1790.77	v -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 
1790.22/1790.77	v -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 x10 -x9 -x8 
1790.22/1790.77	v -x7 -x6 x5 x4 x3 x2 -x1 
1790.22/1790.77	c SCIP Status        : solving was interrupted [time limit reached]
1790.22/1790.77	c Solving Time       :    1790.67
1790.22/1790.77	c Original Problem   :
1790.22/1790.77	c   Problem name     : HOME/instance-2703289-1278578303.opb
1790.22/1790.77	c   Variables        : 6616 (6616 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.22/1790.77	c   Constraints      : 6817 initial, 6817 maximal
1790.22/1790.77	c Presolved Problem  :
1790.22/1790.77	c   Problem name     : t_HOME/instance-2703289-1278578303.opb
1790.22/1790.77	c   Variables        : 6616 (6616 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.22/1790.77	c   Constraints      : 6817 initial, 6826 maximal
1790.22/1790.77	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.22/1790.77	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.22/1790.77	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.22/1790.77	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.22/1790.77	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.22/1790.77	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.22/1790.77	c   probing          :       0.22          0          0          0          0          0          0          0          0
1790.22/1790.77	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1790.22/1790.77	c   and              :       0.18          0          0          0          0          0          0          0          0
1790.22/1790.77	c   linear           :       0.05          0          0          0          0          0          0          0          0
1790.22/1790.77	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.22/1790.77	c   root node        :          -          0          -          -          0          -          -          -          -
1790.22/1790.77	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.22/1790.77	c   integral         :          0          0          0         13          0          0          0          0          0         26
1790.22/1790.77	c   setppc           :        600          6       3908          0          0          6          8          0          0          0
1790.22/1790.77	c   and              :       6216         66       3902          0          0          2        427      80509          0          0
1790.22/1790.77	c   linear           :          1          6       3899          0          0          0          0          0          0          0
1790.22/1790.77	c   logicor          :          0+         6         16          0          0          0          1          0          0          0
1790.22/1790.77	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1790.22/1790.77	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.22/1790.77	c   integral         :     491.67       0.00       0.00     491.67       0.00
1790.22/1790.77	c   setppc           :       0.17       0.00       0.17       0.00       0.00
1790.22/1790.77	c   and              :       2.03       0.46       1.57       0.00       0.00
1790.22/1790.77	c   linear           :       0.20       0.13       0.07       0.00       0.00
1790.22/1790.77	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1790.22/1790.77	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.22/1790.77	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.22/1790.77	c   vbounds          :       0.00          2          0          0
1790.22/1790.77	c   rootredcost      :       0.01          1          0          0
1790.22/1790.77	c   pseudoobj        :       0.08       3720          1          0
1790.22/1790.77	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.22/1790.77	c   propagation      :       0.01          9          9          9       24.7          0        0.0          -
1790.22/1790.77	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.22/1790.77	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.22/1790.77	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.22/1790.77	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.22/1790.78	c   applied globally :          -          -          -          9       24.7          -          -          -
1790.22/1790.78	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.22/1790.78	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.22/1790.78	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 133)
1790.22/1790.78	c   redcost          :       0.07         66          0          0          0          0
1790.22/1790.78	c   impliedbounds    :       0.03          6          0          0        172          0
1790.22/1790.78	c   intobj           :       0.00          0          0          0          0          0
1790.22/1790.78	c   cgmip            :       0.00          0          0          0          0          0
1790.22/1790.78	c   gomory           :      10.48          6          0          0          2          0
1790.22/1790.78	c   strongcg         :      10.42          6          0          0          2          0
1790.22/1790.78	c   cmir             :       1.51          6          0          0          0          0
1790.22/1790.78	c   flowcover        :       1.56          6          0          0          0          0
1790.22/1790.78	c   clique           :       2.30          6          0          0         45          0
1790.22/1790.78	c   zerohalf         :       0.00          0          0          0          0          0
1790.22/1790.78	c   mcf              :       0.66          5          0          0         69          0
1790.22/1790.78	c   rapidlearning    :      14.57          1          0          0          0          0
1790.22/1790.78	c Pricers            :       Time      Calls       Vars
1790.22/1790.78	c   problem variables:       0.00          0          0
1790.22/1790.78	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.22/1790.78	c   relpscost        :     491.67         13          0          0          0          0         26
1790.22/1790.78	c   pscost           :       0.00          0          0          0          0          0          0
1790.22/1790.78	c   inference        :       0.00          0          0          0          0          0          0
1790.22/1790.78	c   mostinf          :       0.00          0          0          0          0          0          0
1790.22/1790.78	c   leastinf         :       0.00          0          0          0          0          0          0
1790.22/1790.78	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.22/1790.78	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.22/1790.78	c   random           :       0.00          0          0          0          0          0          0
1790.22/1790.78	c Primal Heuristics  :       Time      Calls      Found
1790.22/1790.78	c   LP solutions     :       0.00          -          0
1790.22/1790.78	c   pseudo solutions :       0.00          -          0
1790.22/1790.78	c   crossover        :       0.00          0          0
1790.22/1790.78	c   fracdiving       :       0.00          0          0
1790.22/1790.78	c   veclendiving     :       0.00          0          0
1790.22/1790.78	c   objpscostdiving  :       0.00          0          0
1790.22/1790.78	c   rootsoldiving    :       0.00          0          0
1790.22/1790.78	c   oneopt           :       0.03          2          0
1790.22/1790.78	c   coefdiving       :     580.58          1          0
1790.22/1790.78	c   pscostdiving     :      99.31          1          0
1790.22/1790.78	c   trivial          :       0.03          2          3
1790.22/1790.78	c   simplerounding   :       0.00          0          0
1790.22/1790.78	c   zirounding       :       0.02         13          0
1790.22/1790.78	c   rounding         :       7.93         79          0
1790.22/1790.78	c   shifting         :       0.27          7          5
1790.22/1790.78	c   intshifting      :       0.00          0          0
1790.22/1790.78	c   twoopt           :       0.00          0          0
1790.22/1790.78	c   fixandinfer      :       0.00          0          0
1790.22/1790.78	c   feaspump         :       0.00          0          0
1790.22/1790.78	c   intdiving        :       0.00          0          0
1790.22/1790.78	c   actconsdiving    :       0.00          0          0
1790.22/1790.78	c   linesearchdiving :       0.00          0          0
1790.22/1790.78	c   guideddiving     :       0.00          0          0
1790.22/1790.78	c   octane           :       0.00          0          0
1790.22/1790.78	c   rens             :       0.02          0          0
1790.22/1790.78	c   rins             :       0.00          0          0
1790.22/1790.78	c   localbranching   :       0.00          0          0
1790.22/1790.78	c   mutation         :       0.00          0          0
1790.22/1790.78	c   dins             :       0.00          0          0
1790.22/1790.78	c   undercover       :       0.98          1          0
1790.22/1790.78	c   nlp              :       0.00          0          0
1790.22/1790.78	c   trysol           :       0.00          0          0
1790.22/1790.78	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.22/1790.78	c   primal LP        :       0.40          0          0       0.00       0.00
1790.22/1790.78	c   dual LP          :     564.87         79     280154    3546.25     495.96
1790.22/1790.78	c   lex dual LP      :       0.00          0          0       0.00          -
1790.22/1790.78	c   barrier LP       :       0.00          0          0       0.00          -
1790.22/1790.78	c   diving/probing LP:     665.49       2746     404212     147.20     607.39
1790.22/1790.78	c   strong branching :     491.65        208     206412     992.37     419.84
1790.22/1790.78	c     (at root node) :          -         17      17000    1000.00          -
1790.22/1790.78	c   conflict analysis:       0.00          0          0       0.00          -
1790.22/1790.78	c B&B Tree           :
1790.22/1790.78	c   number of runs   :          1
1790.22/1790.78	c   nodes            :         13
1790.22/1790.78	c   nodes (total)    :         13
1790.22/1790.78	c   nodes left       :         14
1790.22/1790.78	c   max depth        :          5
1790.22/1790.78	c   max depth (total):          5
1790.22/1790.78	c   backtracks       :          2 (15.4%)
1790.22/1790.78	c   delayed cutoffs  :          0
1790.22/1790.78	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.22/1790.78	c   avg switch length:       1.69
1790.22/1790.78	c   switching time   :       0.43
1790.22/1790.78	c Solution           :
1790.22/1790.78	c   Solutions found  :          8 (3 improvements)
1790.22/1790.78	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.07 seconds, depth 0, found by <trivial>)
1790.22/1790.78	c   Primal Bound     : -6.99999999999990e+00   (in run 1, after 1 nodes, 111.19 seconds, depth 0, found by <shifting>)
1790.22/1790.78	c   Dual Bound       : -9.95964675945972e+01
1790.22/1790.78	c   Gap              :      92.97 %
1790.22/1790.78	c   Root Dual Bound  : -9.99999999999998e+01
1790.22/1790.78	c   Root Iterations  :      17730
1790.33/1790.89	c Time complete: 1790.41.

Verifier Data

OK	-7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703289-1278578303/watcher-2703289-1278578303 -o /tmp/evaluation-result-2703289-1278578303/solver-2703289-1278578303 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703289-1278578303.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: 1.00 1.00 0.92 2/106 1917
/proc/meminfo: memFree=1693696/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=5956 CPUtime=0
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 862 0 0 0 0 0 0 0 23 0 1 0 26044082 6098944 776 1992294400 4194304 8395647 140733460989904 18446744073709551615 7355228 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1917/statm: 1489 777 351 1026 0 459 0

[startup+0.0570439 s]
/proc/loadavg: 1.00 1.00 0.92 2/106 1917
/proc/meminfo: memFree=1693696/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=17300 CPUtime=0.05
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 3610 0 0 0 4 1 0 0 23 0 1 0 26044082 17715200 3521 1992294400 4194304 8395647 140733460989904 18446744073709551615 7301336 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1917/statm: 4325 3521 393 1026 0 3295 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17300

[startup+0.101048 s]
/proc/loadavg: 1.00 1.00 0.92 2/106 1917
/proc/meminfo: memFree=1693696/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=24416 CPUtime=0.09
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 5622 0 0 0 7 2 0 0 23 0 1 0 26044082 25001984 5180 1992294400 4194304 8395647 140733460989904 18446744073709551615 6347101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 6104 5191 409 1026 0 5074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24416

[startup+0.301068 s]
/proc/loadavg: 1.00 1.00 0.92 2/106 1917
/proc/meminfo: memFree=1693696/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=36300 CPUtime=0.29
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 8310 0 0 0 27 2 0 0 23 0 1 0 26044082 37171200 7867 1992294400 4194304 8395647 140733460989904 18446744073709551615 7382137 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 9075 7874 474 1026 0 8045 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36300

[startup+0.701109 s]
/proc/loadavg: 1.00 1.00 0.92 2/106 1917
/proc/meminfo: memFree=1693696/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=44048 CPUtime=0.69
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 10526 0 0 0 66 3 0 0 25 0 1 0 26044082 45105152 10081 1992294400 4194304 8395647 140733460989904 18446744073709551615 4468771 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 11012 10081 525 1026 0 9982 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44048

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 1919
/proc/meminfo: memFree=1636152/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=67696 CPUtime=1.49
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 16581 0 0 0 144 5 0 0 25 0 1 0 26044082 69320704 15633 1992294400 4194304 8395647 140733460989904 18446744073709551615 6697978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 16924 15633 575 1026 0 15894 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67696

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 1919
/proc/meminfo: memFree=1632804/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=68484 CPUtime=3.09
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 16900 0 0 0 303 6 0 0 25 0 1 0 26044082 70127616 15950 1992294400 4194304 8395647 140733460989904 18446744073709551615 6670339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 17121 15950 576 1026 0 16091 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68484

[startup+6.30068 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 1919
/proc/meminfo: memFree=1629332/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=70776 CPUtime=6.28
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 17393 0 0 0 622 6 0 0 25 0 1 0 26044082 72474624 16439 1992294400 4194304 8395647 140733460989904 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 17694 16439 572 1026 0 16664 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 70776

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 1919
/proc/meminfo: memFree=1626604/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=73432 CPUtime=12.69
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 18072 0 0 0 1261 8 0 0 25 0 1 0 26044082 75194368 17118 1992294400 4194304 8395647 140733460989904 18446744073709551615 6667456 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 18358 17118 572 1026 0 17328 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73432

[startup+25.5006 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 1920
/proc/meminfo: memFree=1626480/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=73432 CPUtime=25.48
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 18146 0 0 0 2538 10 0 0 25 0 1 0 26044082 75194368 17192 1992294400 4194304 8395647 140733460989904 18446744073709551615 6503822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 18358 17192 572 1026 0 17328 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 73432

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 1920
/proc/meminfo: memFree=1586304/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=113868 CPUtime=51.07
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 31775 0 0 0 5057 50 0 0 25 0 1 0 26044082 116600832 27334 1992294400 4194304 8395647 140733460989904 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 28467 27334 637 1026 0 27437 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 113868

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 1922
/proc/meminfo: memFree=1596472/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=102.27
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32075 0 0 0 10161 66 0 0 25 0 1 0 26044082 104931328 24650 1992294400 4194304 8395647 140733460989904 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24650 638 1026 0 24588 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 102472

[startup+162.301 s]
/proc/loadavg: 1.06 1.01 0.93 2/107 1923
/proc/meminfo: memFree=1596472/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=162.24
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32078 0 0 0 16145 79 0 0 25 0 1 0 26044082 104931328 24653 1992294400 4194304 8395647 140733460989904 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24653 639 1026 0 24588 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 102472

[startup+222.301 s]
/proc/loadavg: 1.02 1.01 0.93 2/107 1925
/proc/meminfo: memFree=1596472/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=222.23
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32079 0 0 0 22129 94 0 0 25 0 1 0 26044082 104931328 24654 1992294400 4194304 8395647 140733460989904 18446744073709551615 6670348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24654 640 1026 0 24588 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 102472

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1926
/proc/meminfo: memFree=1596472/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=282.22
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32088 0 0 0 28108 114 0 0 25 0 1 0 26044082 104931328 24663 1992294400 4194304 8395647 140733460989904 18446744073709551615 6503325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24663 642 1026 0 24588 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 102472

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1928
/proc/meminfo: memFree=1596472/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=342.2
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32096 0 0 0 34083 137 0 0 25 0 1 0 26044082 104931328 24671 1992294400 4194304 8395647 140733460989904 18446744073709551615 6696334 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24671 642 1026 0 24588 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 102472

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1930
/proc/meminfo: memFree=1596472/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=402.19
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32102 0 0 0 40062 157 0 0 25 0 1 0 26044082 104931328 24677 1992294400 4194304 8395647 140733460989904 18446744073709551615 6670339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24677 642 1026 0 24588 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 102472

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1931
/proc/meminfo: memFree=1596472/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=462.17
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32103 0 0 0 46042 175 0 0 25 0 1 0 26044082 104931328 24678 1992294400 4194304 8395647 140733460989904 18446744073709551615 6754703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24678 642 1026 0 24588 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 102472

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1933
/proc/meminfo: memFree=1596472/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=522.15
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32103 0 0 0 52017 198 0 0 25 0 1 0 26044082 104931328 24678 1992294400 4194304 8395647 140733460989904 18446744073709551615 6667497 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24678 642 1026 0 24588 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 102472

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1934
/proc/meminfo: memFree=1596472/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=582.14
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32103 0 0 0 57994 220 0 0 25 0 1 0 26044082 104931328 24678 1992294400 4194304 8395647 140733460989904 18446744073709551615 6670369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24678 642 1026 0 24588 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 102472

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1936
/proc/meminfo: memFree=1596472/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=642.13
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32103 0 0 0 63974 239 0 0 25 0 1 0 26044082 104931328 24678 1992294400 4194304 8395647 140733460989904 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24678 642 1026 0 24588 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 102472

[startup+702.301 s]

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

/proc/meminfo: memFree=1596224/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1062.02
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32103 0 0 0 105818 384 0 0 25 0 1 0 26044082 104931328 24678 1992294400 4194304 8395647 140733460989904 18446744073709551615 6697983 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24678 642 1026 0 24588 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 102472

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1953
/proc/meminfo: memFree=1596224/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1122
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32103 0 0 0 111797 403 0 0 25 0 1 0 26044082 104931328 24678 1992294400 4194304 8395647 140733460989904 18446744073709551615 6663825 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24678 642 1026 0 24588 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 102472

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1954
/proc/meminfo: memFree=1596224/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1181.99
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32103 0 0 0 117779 420 0 0 25 0 1 0 26044082 104931328 24678 1992294400 4194304 8395647 140733460989904 18446744073709551615 6670348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24678 642 1026 0 24588 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 102472

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1956
/proc/meminfo: memFree=1596100/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1241.97
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32103 0 0 0 123755 442 0 0 25 0 1 0 26044082 104931328 24678 1992294400 4194304 8395647 140733460989904 18446744073709551615 6695942 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24678 642 1026 0 24588 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 102472

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1958
/proc/meminfo: memFree=1595976/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1301.96
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32103 0 0 0 129736 460 0 0 25 0 1 0 26044082 104931328 24678 1992294400 4194304 8395647 140733460989904 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24678 642 1026 0 24588 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 102472

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1968
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1361.93
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32110 0 0 0 135712 481 0 0 25 0 1 0 26044082 104931328 24685 1992294400 4194304 8395647 140733460989904 18446744073709551615 6670348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24685 642 1026 0 24588 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 102472

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1970
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1421.92
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32110 0 0 0 141693 499 0 0 25 0 1 0 26044082 104931328 24685 1992294400 4194304 8395647 140733460989904 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24685 642 1026 0 24588 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 102472

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1971
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1481.9
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32118 0 0 0 147671 519 0 0 25 0 1 0 26044082 104931328 24693 1992294400 4194304 8395647 140733460989904 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24693 642 1026 0 24588 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 102472

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1976
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1541.89
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32118 0 0 0 153650 539 0 0 25 0 1 0 26044082 104931328 24693 1992294400 4194304 8395647 140733460989904 18446744073709551615 6697342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24693 642 1026 0 24588 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 102472

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1979
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1601.86
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32118 0 0 0 159625 561 0 0 25 0 1 0 26044082 104931328 24693 1992294400 4194304 8395647 140733460989904 18446744073709551615 7382046 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24693 642 1026 0 24588 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 102472

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1980
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1661.85
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32118 0 0 0 165608 577 0 0 25 0 1 0 26044082 104931328 24693 1992294400 4194304 8395647 140733460989904 18446744073709551615 6701850 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24693 642 1026 0 24588 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 102472

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1983
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1721.84
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32118 0 0 0 171589 595 0 0 25 0 1 0 26044082 104931328 24693 1992294400 4194304 8395647 140733460989904 18446744073709551615 6741244 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24693 642 1026 0 24588 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 102472

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1984
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1781.83
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32118 0 0 0 177571 612 0 0 25 0 1 0 26044082 104931328 24693 1992294400 4194304 8395647 140733460989904 18446744073709551615 6697955 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24693 642 1026 0 24588 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 102472

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1985
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1785.02
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32118 0 0 0 177890 612 0 0 25 0 1 0 26044082 104931328 24693 1992294400 4194304 8395647 140733460989904 18446744073709551615 6693623 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24693 642 1026 0 24588 0
Current children cumulated CPU time (s) 1785.02
Current children cumulated vsize (KiB) 102472

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1985
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1788.22
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32118 0 0 0 178208 614 0 0 25 0 1 0 26044082 104931328 24693 1992294400 4194304 8395647 140733460989904 18446744073709551615 6697312 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24693 642 1026 0 24588 0
Current children cumulated CPU time (s) 1788.22
Current children cumulated vsize (KiB) 102472

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1985
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1789.02
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32118 0 0 0 178288 614 0 0 25 0 1 0 26044082 104931328 24693 1992294400 4194304 8395647 140733460989904 18446744073709551615 6670369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24693 642 1026 0 24588 0
Current children cumulated CPU time (s) 1789.02
Current children cumulated vsize (KiB) 102472

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1985
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1789.82
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32118 0 0 0 178368 614 0 0 25 0 1 0 26044082 104931328 24693 1992294400 4194304 8395647 140733460989904 18446744073709551615 6697974 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24693 642 1026 0 24588 0
Current children cumulated CPU time (s) 1789.82
Current children cumulated vsize (KiB) 102472

[startup+1790.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1985
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1790.22
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32118 0 0 0 178408 614 0 0 25 0 1 0 26044082 104931328 24693 1992294400 4194304 8395647 140733460989904 18446744073709551615 6692843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24693 642 1026 0 24588 0
Current children cumulated CPU time (s) 1790.22
Current children cumulated vsize (KiB) 102472

[startup+1790.81 s]
/proc/loadavg: 1.00 1.00 0.93 2/107 1985
/proc/meminfo: memFree=1594984/2059040 swapFree=4134944/4192956
[pid=1917] ppid=1915 vsize=102472 CPUtime=1790.33
/proc/1917/stat : 1917 (pbscip.linux.x8) R 1915 1917 1476 0 -1 4202496 32119 0 0 0 178418 615 0 0 25 0 1 0 26044082 104931328 24694 1992294400 4194304 8395647 140733460989904 18446744073709551615 6345173 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1917/statm: 25618 24694 643 1026 0 24588 0
Current children cumulated CPU time (s) 1790.33
Current children cumulated vsize (KiB) 102472

Child status: 0
Real time (s): 1790.9
CPU time (s): 1790.42
CPU user time (s): 1784.26
CPU system time (s): 6.16106
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 117276

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

runsolver used 2.87956 second user time and 8.5347 second system time

The end

Launcher Data

Begin job on node002 at 2010-07-08 10:38:24
IDJOB=2703289
IDBENCH=48233
IDSOLVER=1213
FILE ID=node002/2703289-1278578303
PBS_JOBID= 11240113
Free space on /tmp= 62568 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_25_3.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-2703289-1278578303/watcher-2703289-1278578303 -o /tmp/evaluation-result-2703289-1278578303/solver-2703289-1278578303 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703289-1278578303.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7d5c1eba9f9b9c55d272c1a8f28b465a
RANDOM SEED=1669862070

node002.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1694224 kB
Buffers:        100388 kB
Cached:         178648 kB
SwapCached:      12900 kB
Active:         167516 kB
Inactive:       126792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1694224 kB
SwapTotal:     4192956 kB
SwapFree:      4134944 kB
Dirty:           10580 kB
Writeback:           4 kB
AnonPages:       12012 kB
Mapped:           8448 kB
Slab:            48648 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180508 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= 62556 MiB
End job on node002 at 2010-07-08 11:08:15