Trace number 2665295

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)-7 1802.04 1802.63

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_2.opb
MD5SUM219f407da86957d900e068170e9af8b6
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.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
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)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665295-1276668065.opb>
0.00/0.08	c original problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6821 constraints
0.00/0.08	c problem read
0.00/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.39/0.46	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 50160 impls, 400 clqs
0.89/0.92	c    (0.6s) probing: 101/6620 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.92	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.89/0.92	c presolving (2 rounds):
0.89/0.92	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.92	c  50160 implications, 400 cliques
0.89/0.92	c presolved problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6821 constraints
0.89/0.92	c     400 constraints of type <setppc>
0.89/0.92	c    6220 constraints of type <and>
0.89/0.92	c       1 constraints of type <linear>
0.89/0.92	c     200 constraints of type <logicor>
0.89/0.92	c transformed objective value is always integral (scale: 1)
0.89/0.92	c Presolving Time: 0.59
0.89/0.92	c - non default parameters ----------------------------------------------------------------------
0.89/0.92	c # SCIP version 1.2.1.2
0.89/0.92	c 
0.89/0.92	c # frequency for displaying node information lines
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.92	c display/freq = 10000
0.89/0.92	c 
0.89/0.92	c # maximal time in seconds to run
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/time = 1799.92
0.89/0.92	c 
0.89/0.92	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/memory = 1620
0.89/0.92	c 
0.89/0.92	c # should presolving try to simplify inequalities
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/linear/simplifyinequalities = TRUE
0.89/0.92	c 
0.89/0.92	c # should presolving try to simplify knapsacks
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c heuristics/undercover/freq = 0
0.89/0.92	c 
0.89/0.92	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c separating/rapidlearning/freq = 0
0.89/0.92	c 
0.89/0.92	c -----------------------------------------------------------------------------------------------
0.89/0.92	c start solving
0.89/0.92	c 
1.39/1.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.39/1.45	c t 1.1s|     1 |     0 |   513 |     - |  30M|   0 | 400 |6620 |6821 |6620 |  13k|   0 |   0 |   0 |-1.000000e+02 | 0.000000e+00 | 100.00%
1.39/1.48	o -3
1.39/1.48	c R 1.1s|     1 |     0 |   513 |     - |  30M|   0 | 400 |6620 |6821 |6620 |  13k|   0 |   0 |   0 |-1.000000e+02 |-3.000000e+00 |  97.00%
2.39/2.48	o -4
2.39/2.48	c u 2.0s|     1 |     0 |   513 |     - |  31M|   0 | 400 |6620 |6821 |6620 |  13k|   0 |   0 |   0 |-1.000000e+02 |-4.000000e+00 |  96.00%
20.49/20.59	c  19.7s|     1 |     0 |  8063 |     - |  31M|   0 |3182 |6620 |6821 |6620 |  13k|   2 |   0 |   0 |-1.000000e+02 |-4.000000e+00 |  96.00%
20.58/20.65	o -7
20.58/20.65	c s19.8s|     1 |     0 |  8063 |     - |  32M|   0 |3182 |6620 |6821 |6620 |  13k|   2 |   0 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
36.87/36.94	c  36.0s|     1 |     0 | 11212 |     - |  32M|   0 |3501 |6620 |6821 |6620 |  13k|  54 |   0 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
46.37/46.49	c  45.5s|     1 |     0 | 11647 |     - |  32M|   0 |3493 |6620 |6821 |6620 |  13k|  76 |   0 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
56.67/56.71	c  55.7s|     1 |     0 | 12235 |     - |  32M|   0 |3497 |6620 |6821 |6620 |  13k|  80 |   0 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
67.16/67.24	c  66.2s|     1 |     0 | 12736 |     - |  32M|   0 |3502 |6620 |6821 |6620 |  13k|  87 |   0 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
78.06/78.19	c  77.1s|     1 |     0 | 13085 |     - |  32M|   0 |3507 |6620 |6821 |6620 |  13k|  92 |   0 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
126.14/126.24	c   125s|     1 |     2 | 13085 |     - |  32M|   0 |3507 |6620 |6821 |6620 |  13k|  92 |   0 |   9 |-1.000000e+02 |-7.000000e+00 |  93.00%
1800.02/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.41/1801.03	c 
1800.41/1801.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.41/1801.03	c Solving Time (sec) : 1783.82
1800.41/1801.03	c Solving Nodes      : 19
1800.41/1801.03	c Primal Bound       : -7.00000000000002e+00 (10 solutions)
1800.41/1801.03	c Dual Bound         : -9.97807968570744e+01
1800.41/1801.03	c Gap                : 92.98 %
1800.41/1801.05	s SATISFIABLE
1800.41/1801.05	v -x384 -x335 -x334 -x301 -x233 -x289 -x295 -x375 -x290 -x325 -x256 -x237 -x247 -x396 -x328 -x388 -x312 -x215 -x394 -x226 -x313 -x377 
1800.41/1801.05	v -x326 -x216 -x258 -x305 -x251 -x381 -x308 -x266 -x271 -x259 -x229 -x220 -x302 -x336 -x354 -x207 -x364 -x338 -x286 -x248 
1800.41/1801.05	v -x230 -x272 -x365 -x340 -x293 -x268 -x279 -x353 -x332 -x352 -x345 -x314 -x285 -x254 -x243 -x240 -x213 -x267 -x321 -x280 -x269 
1800.41/1801.05	v -x372 -x323 -x303 -x270 -x244 -x232 -x221 -x342 -x273 -x275 -x306 -x355 -x390 -x235 -x284 -x212 -x347 -x393 -x379 -x351 -x330 
1800.41/1801.05	v -x298 -x288 -x281 -x222 -x210 -x300 -x219 -x319 -x309 -x282 -x224 -x252 -x304 -x385 -x395 -x348 -x333 -x296 -x242 -x236 -x227 
1800.41/1801.05	v -x225 -x218 -x205 -x371 -x311 -x391 -x369 -x318 -x257 -x317 -x322 -x344 -x363 -x206 -x349 -x324 -x310 -x361 -x367 -x400 -x246 
1800.41/1801.05	v -x202 -x341 -x287 -x263 -x260 -x249 -x241 -x239 -x234 -x217 -x204 -x245 -x276 -x315 -x357 -x366 -x261 -x307 -x329 -x358 -x398 
1800.41/1801.05	v -x274 -x378 -x253 -x397 -x362 -x383 -x387 -x214 -x264 -x297 -x231 -x211 -x201 -x399 -x386 -x382 -x360 -x359 -x356 -x339 
1800.41/1801.05	v -x337 -x327 -x292 -x283 -x277 -x223 -x209 -x208 -x392 -x316 -x370 -x373 -x203 -x331 -x368 -x374 -x255 -x250 -x238 -x294 -x350 
1800.41/1801.05	v -x380 -x343 x228 x346 x278 x265 x299 x262 x376 -x389 -x320 -x291 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 
1800.41/1801.05	v -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 
1800.41/1801.05	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 
1800.41/1801.05	v -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 
1800.41/1801.05	v -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 
1800.41/1801.05	v -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 
1800.41/1801.05	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 
1800.41/1801.05	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 
1800.41/1801.05	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 
1800.41/1801.05	v x7 x6 x5 x4 -x3 -x2 -x1 
1800.41/1801.05	c SCIP Status        : solving was interrupted [user interrupt]
1800.41/1801.05	c Solving Time       :    1783.82
1800.41/1801.05	c Original Problem   :
1800.41/1801.05	c   Problem name     : HOME/instance-2665295-1276668065.opb
1800.41/1801.05	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.41/1801.05	c   Constraints      : 6821 initial, 6821 maximal
1800.41/1801.05	c Presolved Problem  :
1800.41/1801.05	c   Problem name     : t_HOME/instance-2665295-1276668065.opb
1800.41/1801.05	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.41/1801.05	c   Constraints      : 6821 initial, 6826 maximal
1800.41/1801.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.41/1801.05	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.41/1801.05	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.41/1801.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.41/1801.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.41/1801.05	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.41/1801.05	c   probing          :       0.24          0          0          0          0          0          0          0          0
1800.41/1801.05	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.41/1801.05	c   and              :       0.23          0          0          0          0          0          0          0          0
1800.41/1801.05	c   linear           :       0.05          0          0          0          0          0          0          0          0
1800.41/1801.05	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.41/1801.05	c   root node        :          -          0          -          -          0          -          -          -          -
1800.41/1801.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.41/1801.05	c   integral         :          0          0          0         19          0          0          0          0          0         38
1800.41/1801.05	c   setppc           :        400          6       2116          0          0          1          0          0          0          0
1800.41/1801.05	c   and              :       6220         96       2115          0          0          4        678      98008          0          0
1800.41/1801.05	c   linear           :          1          6       2111          0          0          0          0          0          0          0
1800.41/1801.05	c   logicor          :        200+         6        243          0          0          0          8          0          0          0
1800.41/1801.05	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.41/1801.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.41/1801.05	c   integral         :     349.32       0.00       0.00     349.32       0.00
1800.41/1801.05	c   setppc           :       0.04       0.00       0.04       0.00       0.00
1800.41/1801.05	c   and              :       1.32       0.58       0.74       0.00       0.00
1800.41/1801.05	c   linear           :       0.18       0.12       0.06       0.00       0.00
1800.41/1801.05	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1800.41/1801.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.41/1801.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.41/1801.05	c   vbounds          :       0.01          2          0          0
1800.41/1801.05	c   rootredcost      :       0.01          1          0          0
1800.41/1801.05	c   pseudoobj        :       0.03       1923          0          0
1800.41/1801.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.41/1801.05	c   propagation      :       0.00          5          5          5        2.2          0        0.0          -
1800.41/1801.05	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.41/1801.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.41/1801.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.41/1801.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.41/1801.05	c   applied globally :          -          -          -          5        2.2          -          -          -
1800.41/1801.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.41/1801.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.41/1801.05	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 89)
1800.41/1801.05	c   redcost          :       0.08         96          0          0          0          0
1800.41/1801.05	c   impliedbounds    :       0.04          6          0          0        100          0
1800.41/1801.05	c   intobj           :       0.00          0          0          0          0          0
1800.41/1801.05	c   cgmip            :       0.00          0          0          0          0          0
1800.41/1801.05	c   gomory           :      15.29          6          0          0        400          0
1800.41/1801.05	c   strongcg         :      15.24          6          0          0        400          0
1800.41/1801.05	c   cmir             :       1.32          6          0          0          0          0
1800.41/1801.05	c   flowcover        :       1.35          6          0          0          0          0
1800.41/1801.05	c   clique           :       1.97          6          0          0         35          0
1800.41/1801.05	c   zerohalf         :       0.00          0          0          0          0          0
1800.41/1801.05	c   mcf              :       0.13          2          0          0          0          0
1800.41/1801.05	c   rapidlearning    :       0.74          1          0          0          0          0
1800.41/1801.05	c Pricers            :       Time      Calls       Vars
1800.41/1801.05	c   problem variables:       0.00          0          0
1800.41/1801.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.41/1801.05	c   relpscost        :     349.32         19          0          0          0          0         38
1800.41/1801.05	c   pscost           :       0.00          0          0          0          0          0          0
1800.41/1801.05	c   inference        :       0.00          0          0          0          0          0          0
1800.41/1801.05	c   mostinf          :       0.00          0          0          0          0          0          0
1800.41/1801.05	c   leastinf         :       0.00          0          0          0          0          0          0
1800.41/1801.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.41/1801.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.41/1801.05	c   random           :       0.00          0          0          0          0          0          0
1800.41/1801.05	c Primal Heuristics  :       Time      Calls      Found
1800.41/1801.05	c   LP solutions     :       0.00          -          0
1800.41/1801.05	c   pseudo solutions :       0.00          -          0
1800.41/1801.05	c   crossover        :       0.00          0          0
1800.41/1801.05	c   veclendiving     :       0.00          0          0
1800.41/1801.05	c   objpscostdiving  :       0.00          0          0
1800.41/1801.05	c   rootsoldiving    :       0.00          0          0
1800.41/1801.05	c   linesearchdiving :       0.00          0          0
1800.41/1801.05	c   guideddiving     :       0.00          0          0
1800.41/1801.05	c   oneopt           :       0.02          2          0
1800.41/1801.05	c   coefdiving       :      15.04          1          0
1800.41/1801.05	c   trivial          :       0.03          2          3
1800.41/1801.05	c   simplerounding   :       0.00          0          0
1800.41/1801.05	c   zirounding       :       0.01         19          0
1800.41/1801.05	c   rounding         :      21.83        114          1
1800.41/1801.05	c   shifting         :       0.28          7          5
1800.41/1801.05	c   intshifting      :       0.00          0          0
1800.41/1801.05	c   twoopt           :       0.00          0          0
1800.41/1801.05	c   fixandinfer      :       0.00          0          0
1800.41/1801.05	c   feaspump         :       0.00          0          0
1800.41/1801.05	c   pscostdiving     :      93.57          1          0
1800.41/1801.05	c   fracdiving       :     189.68          1          0
1800.41/1801.05	c   intdiving        :       0.00          0          0
1800.41/1801.05	c   actconsdiving    :       0.00          0          0
1800.41/1801.05	c   octane           :       0.00          0          0
1800.41/1801.05	c   rens             :       0.02          0          0
1800.41/1801.05	c   rins             :       0.00          0          0
1800.41/1801.05	c   localbranching   :       0.00          0          0
1800.41/1801.05	c   mutation         :       0.00          0          0
1800.41/1801.05	c   dins             :       0.00          0          0
1800.41/1801.05	c   undercover       :       0.88          1          1
1800.41/1801.05	c   nlp              :       0.00          0          0
1800.41/1801.05	c   trysol           :       0.03          0          0
1800.41/1801.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.41/1801.05	c   primal LP        :      33.10          0          0       0.00       0.00
1800.41/1801.05	c   dual LP          :    1039.97        121     605645    5005.33     582.37
1800.41/1801.05	c   lex dual LP      :       0.00          0          0       0.00          -
1800.41/1801.05	c   barrier LP       :       0.00          0          0       0.00          -
1800.41/1801.05	c   diving/probing LP:     291.33       1329     149794     112.71     514.17
1800.41/1801.05	c   strong branching :     349.28        212     211413     997.23     605.28
1800.41/1801.05	c     (at root node) :          -          9       9000    1000.00          -
1800.41/1801.05	c   conflict analysis:       0.00          0          0       0.00          -
1800.41/1801.05	c B&B Tree           :
1800.41/1801.05	c   number of runs   :          1
1800.41/1801.05	c   nodes            :         19
1800.41/1801.05	c   nodes (total)    :         19
1800.41/1801.05	c   nodes left       :         20
1800.41/1801.05	c   max depth        :          7
1800.41/1801.05	c   max depth (total):          7
1800.41/1801.05	c   backtracks       :          2 (10.5%)
1800.41/1801.05	c   delayed cutoffs  :          0
1800.41/1801.05	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.41/1801.05	c   avg switch length:       1.58
1800.41/1801.05	c   switching time   :      33.15
1800.41/1801.05	c Solution           :
1800.41/1801.05	c   Solutions found  :         10 (4 improvements)
1800.41/1801.05	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.41/1801.05	c   Primal Bound     : -7.00000000000002e+00   (in run 1, after 1 nodes, 19.76 seconds, depth 0, found by <shifting>)
1800.41/1801.05	c   Dual Bound       : -9.97807968570744e+01
1800.41/1801.05	c   Gap              :      92.98 %
1800.41/1801.05	c   Root Dual Bound  : -9.99999999999999e+01
1800.41/1801.05	c   Root Iterations  :      13085

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-2665295-1276668065/watcher-2665295-1276668065 -o /tmp/evaluation-result-2665295-1276668065/solver-2665295-1276668065 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665295-1276668065.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.05 1.04 1.09 3/106 14873
/proc/meminfo: memFree=1799472/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=9288 CPUtime=0
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 1114 0 0 0 0 0 0 0 15 0 1 0 8097450 9510912 1035 1992294400 4194304 9819077 140733766063808 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14873/statm: 2322 1044 371 1374 0 943 0

[startup+0.0135219 s]
/proc/loadavg: 1.05 1.04 1.09 3/106 14873
/proc/meminfo: memFree=1799472/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=11332 CPUtime=0
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 1725 0 0 0 0 0 0 0 15 0 1 0 8097450 11603968 1646 1992294400 4194304 9819077 140733766063808 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14873/statm: 2833 1660 389 1374 0 1454 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11332

[startup+0.100507 s]
/proc/loadavg: 1.05 1.04 1.09 3/106 14873
/proc/meminfo: memFree=1799472/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=24520 CPUtime=0.09
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 5440 0 0 0 8 1 0 0 18 0 1 0 8097450 25108480 5007 1992294400 4194304 9819077 140733766063808 18446744073709551615 4390178 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 6130 5007 428 1374 0 4751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24520

[startup+0.30054 s]
/proc/loadavg: 1.05 1.04 1.09 3/106 14873
/proc/meminfo: memFree=1799472/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=33372 CPUtime=0.29
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 7724 0 0 0 22 7 0 0 18 0 1 0 8097450 34172928 7034 1992294400 4194304 9819077 140733766063808 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 8343 7034 478 1374 0 6964 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33372

[startup+0.700607 s]
/proc/loadavg: 1.05 1.04 1.09 3/106 14873
/proc/meminfo: memFree=1799472/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=38168 CPUtime=0.69
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 10579 0 0 0 47 22 0 0 18 0 1 0 8097450 39084032 8347 1992294400 4194304 9819077 140733766063808 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 9542 8347 518 1374 0 8163 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38168

[startup+1.50074 s]
/proc/loadavg: 1.05 1.04 1.09 2/107 14874
/proc/meminfo: memFree=1753708/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=73204 CPUtime=1.49
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 18174 0 0 0 123 26 0 0 19 0 1 0 8097450 74960896 14688 1992294400 4194304 9819077 140733766063808 18446744073709551615 5435206 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 18301 14688 644 1374 0 16922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73204

[startup+3.10101 s]
/proc/loadavg: 1.05 1.04 1.09 2/107 14874
/proc/meminfo: memFree=1701256/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=88892 CPUtime=3.09
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 38467 0 0 0 271 38 0 0 23 0 1 0 8097450 91025408 18652 1992294400 4194304 9819077 140733766063808 18446744073709551615 5721528 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 22223 18652 697 1374 0 20844 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88892

[startup+6.30054 s]
/proc/loadavg: 1.05 1.03 1.09 2/107 14874
/proc/meminfo: memFree=1727544/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=87780 CPUtime=6.29
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 51894 0 0 0 564 65 0 0 25 0 1 0 8097450 89886720 18384 1992294400 4194304 9819077 140733766063808 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 21945 18384 716 1374 0 20566 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87780

[startup+12.7016 s]
/proc/loadavg: 1.04 1.03 1.09 2/107 14874
/proc/meminfo: memFree=1726552/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=89192 CPUtime=12.69
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 58790 0 0 0 1198 71 0 0 25 0 1 0 8097450 91332608 18810 1992294400 4194304 9819077 140733766063808 18446744073709551615 6702596 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 22298 18810 716 1374 0 20919 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89192

[startup+25.5007 s]
/proc/loadavg: 1.11 1.05 1.09 2/107 14874
/proc/meminfo: memFree=1726428/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=89292 CPUtime=25.48
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 68320 0 0 0 2468 80 0 0 25 0 1 0 8097450 91435008 18936 1992294400 4194304 9819077 140733766063808 18446744073709551615 7306607 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 22323 18936 716 1374 0 20944 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 89292

[startup+51.101 s]
/proc/loadavg: 1.07 1.04 1.09 2/107 14876
/proc/meminfo: memFree=1726924/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=90980 CPUtime=51.07
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 80686 0 0 0 5016 91 0 0 25 0 1 0 8097450 93163520 18691 1992294400 4194304 9819077 140733766063808 18446744073709551615 6054173 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 22745 18691 716 1374 0 21366 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 90980

[startup+102.308 s]
/proc/loadavg: 1.09 1.05 1.09 2/107 14876
/proc/meminfo: memFree=1725312/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=106464 CPUtime=102.26
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 112637 0 0 0 10110 116 0 0 25 0 1 0 8097450 109019136 19107 1992294400 4194304 9819077 140733766063808 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 26616 19107 722 1374 0 25237 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 106464

[startup+162.3 s]
/proc/loadavg: 1.08 1.05 1.09 2/107 14878
/proc/meminfo: memFree=1727916/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=85616 CPUtime=162.23
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 169324 0 0 0 16061 162 0 0 25 0 1 0 8097450 87670784 18498 1992294400 4194304 9819077 140733766063808 18446744073709551615 7318501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 21404 18498 727 1374 0 20025 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 85616

[startup+222.301 s]
/proc/loadavg: 1.03 1.04 1.08 2/107 14880
/proc/meminfo: memFree=1728412/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=85896 CPUtime=222.21
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 234432 0 0 0 22008 213 0 0 25 0 1 0 8097450 87957504 18302 1992294400 4194304 9819077 140733766063808 18446744073709551615 7291742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 21474 18302 735 1374 0 20095 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 85896

[startup+282.301 s]
/proc/loadavg: 1.01 1.03 1.08 2/107 14882
/proc/meminfo: memFree=1727296/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=87452 CPUtime=282.2
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 302483 0 0 0 27962 258 0 0 25 0 1 0 8097450 89550848 18481 1992294400 4194304 9819077 140733766063808 18446744073709551615 7306911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 21863 18481 741 1374 0 20484 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 87452

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.07 2/107 14882
/proc/meminfo: memFree=1727544/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=87872 CPUtime=342.17
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 370759 0 0 0 33913 304 0 0 25 0 1 0 8097450 89980928 18412 1992294400 4194304 9819077 140733766063808 18446744073709551615 7308965 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 21968 18412 741 1374 0 20589 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 87872

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.06 2/107 14884
/proc/meminfo: memFree=1726800/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=89252 CPUtime=402.16
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 443149 0 0 0 39862 354 0 0 25 0 1 0 8097450 91394048 18766 1992294400 4194304 9819077 140733766063808 18446744073709551615 6697322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 22313 18766 741 1374 0 20934 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 89252

[startup+462.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/107 14886
/proc/meminfo: memFree=1726800/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=102464 CPUtime=462.14
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 518595 0 0 0 45807 407 0 0 25 0 1 0 8097450 104923136 18540 1992294400 4194304 9819077 140733766063808 18446744073709551615 7298600 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 25616 18540 741 1374 0 24237 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 102464

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.05 2/107 14888
/proc/meminfo: memFree=1728288/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=89432 CPUtime=522.12
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 627713 0 0 0 51743 469 0 0 25 0 1 0 8097450 91578368 18353 1992294400 4194304 9819077 140733766063808 18446744073709551615 6391571 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 22358 18353 742 1374 0 20979 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 89432

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 14890
/proc/meminfo: memFree=1727792/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=91520 CPUtime=582.1
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 713827 0 0 0 57691 519 0 0 25 0 1 0 8097450 93716480 18460 1992294400 4194304 9819077 140733766063808 18446744073709551615 7291921 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 22880 18460 742 1374 0 21501 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 91520

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 14890
/proc/meminfo: memFree=1727544/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=91280 CPUtime=642.09
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 784639 0 0 0 63643 566 0 0 25 0 1 0 8097450 93470720 18489 1992294400 4194304 9819077 140733766063808 18446744073709551615 6656758 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 22820 18489 742 1374 0 21441 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 91280

[startup+702.301 s]

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

/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 1312054 0 0 0 99288 908 0 0 25 0 1 0 8097450 97816576 18478 1992294400 4194304 9819077 140733766063808 18446744073709551615 6198314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 23881 18478 742 1374 0 22502 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 95524

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 14902
/proc/meminfo: memFree=1727172/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=94756 CPUtime=1061.95
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 1389009 0 0 0 105235 960 0 0 25 0 1 0 8097450 97030144 18562 1992294400 4194304 9819077 140733766063808 18446744073709551615 7326166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 23689 18562 742 1374 0 22310 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 94756

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14904
/proc/meminfo: memFree=1726676/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=96128 CPUtime=1121.93
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 1463726 0 0 0 111184 1009 0 0 25 0 1 0 8097450 98435072 18570 1992294400 4194304 9819077 140733766063808 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 24032 18570 742 1374 0 22653 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 96128

[startup+1182.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 14906
/proc/meminfo: memFree=1725684/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=94528 CPUtime=1181.91
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 1582672 0 0 0 117111 1080 0 0 25 0 1 0 8097450 96796672 18902 1992294400 4194304 9819077 140733766063808 18446744073709551615 7312701 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 23632 18902 742 1374 0 22253 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 94528

[startup+1242.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 14906
/proc/meminfo: memFree=1724196/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=95284 CPUtime=1241.88
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 1699889 0 0 0 123038 1150 0 0 25 0 1 0 8097450 97570816 19243 1992294400 4194304 9819077 140733766063808 18446744073709551615 7292323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 23821 19243 742 1374 0 22442 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 95284

[startup+1302.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 14908
/proc/meminfo: memFree=1722708/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=113268 CPUtime=1301.88
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 1773770 0 0 0 128989 1199 0 0 25 0 1 0 8097450 115986432 19582 1992294400 4194304 9819077 140733766063808 18446744073709551615 6192366 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 28317 19582 742 1374 0 26938 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 113268

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14910
/proc/meminfo: memFree=1723328/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=95792 CPUtime=1361.85
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 1862324 0 0 0 134931 1254 0 0 25 0 1 0 8097450 98091008 19468 1992294400 4194304 9819077 140733766063808 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 23948 19468 742 1374 0 22569 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 95792

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14912
/proc/meminfo: memFree=1724072/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=97076 CPUtime=1421.83
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 1953967 0 0 0 140874 1309 0 0 25 0 1 0 8097450 99405824 19382 1992294400 4194304 9819077 140733766063808 18446744073709551615 7297566 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 24269 19382 742 1374 0 22890 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 97076

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14914
/proc/meminfo: memFree=1724444/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=97976 CPUtime=1481.81
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 2044910 0 0 0 146816 1365 0 0 25 0 1 0 8097450 100327424 19160 1992294400 4194304 9819077 140733766063808 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 24494 19160 742 1374 0 23115 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 97976

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14914
/proc/meminfo: memFree=1723204/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=99284 CPUtime=1541.79
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 2129897 0 0 0 152760 1419 0 0 25 0 1 0 8097450 101666816 19808 1992294400 4194304 9819077 140733766063808 18446744073709551615 6391486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 24821 19808 742 1374 0 23442 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 99284

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14916
/proc/meminfo: memFree=1722336/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=120904 CPUtime=1601.77
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 2203753 0 0 0 158712 1465 0 0 25 0 1 0 8097450 123805696 19619 1992294400 4194304 9819077 140733766063808 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 30226 19619 742 1374 0 28847 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 120904

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14918
/proc/meminfo: memFree=1723824/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=99984 CPUtime=1661.75
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 2289117 0 0 0 164655 1520 0 0 25 0 1 0 8097450 102383616 19679 1992294400 4194304 9819077 140733766063808 18446744073709551615 6397142 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 24996 19679 742 1374 0 23617 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 99984

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14920
/proc/meminfo: memFree=1722956/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=100124 CPUtime=1721.73
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 2384720 0 0 0 170598 1575 0 0 25 0 1 0 8097450 102526976 19560 1992294400 4194304 9819077 140733766063808 18446744073709551615 7301553 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 25031 19560 742 1374 0 23652 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 100124

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14922
/proc/meminfo: memFree=1723080/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=100024 CPUtime=1781.72
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 2479094 0 0 0 176538 1634 0 0 25 0 1 0 8097450 102424576 19403 1992294400 4194304 9819077 140733766063808 18446744073709551615 7291597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 25006 19403 742 1374 0 23627 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 100024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14922
/proc/meminfo: memFree=1722336/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=99892 CPUtime=1800.02
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 2515618 0 0 0 178348 1654 0 0 25 0 1 0 8097450 102289408 19637 1992294400 4194304 9819077 140733766063808 18446744073709551615 6397088 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14873/statm: 24973 19637 742 1374 0 23594 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 99892

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14873

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14922
/proc/meminfo: memFree=1722336/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=100024 CPUtime=1800.81
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 2517298 0 0 0 178426 1655 0 0 25 0 1 0 8097450 102424576 19308 1992294400 4194304 9819077 140733766063808 18446744073709551615 7302709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14873/statm: 25006 19308 743 1374 0 23627 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 100024

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14923
/proc/meminfo: memFree=1723320/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=100024 CPUtime=1801.61
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 2517298 0 0 0 178506 1655 0 0 25 0 1 0 8097450 102424576 19308 1992294400 4194304 9819077 140733766063808 18446744073709551615 7291949 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14873/statm: 25006 19308 743 1374 0 23627 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 100024

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14923
/proc/meminfo: memFree=1723320/2059040 swapFree=4168596/4192956
[pid=14873] ppid=14871 vsize=100024 CPUtime=1802.01
/proc/14873/stat : 14873 (pbscip.linux.x8) R 14871 14873 14290 0 -1 4202496 2517298 0 0 0 178546 1655 0 0 25 0 1 0 8097450 102424576 19308 1992294400 4194304 9819077 140733766063808 18446744073709551615 7292317 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14873/statm: 25006 19308 743 1374 0 23627 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 100024

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.63
CPU time (s): 1802.04
CPU user time (s): 1785.48
CPU system time (s): 16.5645
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 125048

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

runsolver used 2.97855 second user time and 8.5167 second system time

The end

Launcher Data

Begin job on node055 at 2010-06-16 08:01:05
IDJOB=2665295
IDBENCH=48238
IDSOLVER=1168
FILE ID=node055/2665295-1276668065
PBS_JOBID= 11172503
Free space on /tmp= 62480 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665295-1276668065/watcher-2665295-1276668065 -o /tmp/evaluation-result-2665295-1276668065/solver-2665295-1276668065 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665295-1276668065.opb -t 1800 -m 1800

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

MD5SUM BENCH= 219f407da86957d900e068170e9af8b6
RANDOM SEED=394392002

node055.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.258
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.51
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.258
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1800000 kB
Buffers:         44272 kB
Cached:         113116 kB
SwapCached:       1504 kB
Active:          97364 kB
Inactive:        96664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1800000 kB
SwapTotal:     4192956 kB
SwapFree:      4168596 kB
Dirty:            6428 kB
Writeback:           0 kB
AnonPages:       35132 kB
Mapped:          15056 kB
Slab:            43264 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182496 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= 62472 MiB
End job on node055 at 2010-06-16 08:31:08