Trace number 2665328

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)-50 1800.99 1801.69

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_2.opb
MD5SUMb5a23f46b7c8ffe564ae87cb51d69480
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1789.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -59
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4984
Sum of products size (including duplicates)9968
Number of different products2492
Sum of products size4984

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: 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-2665328-1276673413.opb>
0.00/0.04	c original problem has 2892 variables (2892 bin, 0 int, 0 impl, 0 cont) and 3093 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.08	o 0
0.00/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.08	c presolving:
0.29/0.31	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 20336 impls, 400 clqs
0.49/0.56	c    (0.3s) probing: 101/2892 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.56	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.56	c presolving (2 rounds):
0.49/0.56	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.56	c  20336 implications, 400 cliques
0.49/0.56	c presolved problem has 2892 variables (2892 bin, 0 int, 0 impl, 0 cont) and 3093 constraints
0.49/0.56	c     400 constraints of type <setppc>
0.49/0.56	c    2492 constraints of type <and>
0.49/0.56	c       1 constraints of type <linear>
0.49/0.56	c     200 constraints of type <logicor>
0.49/0.56	c transformed objective value is always integral (scale: 1)
0.49/0.56	c Presolving Time: 0.32
0.49/0.56	c - non default parameters ----------------------------------------------------------------------
0.49/0.56	c # SCIP version 1.2.1.2
0.49/0.56	c 
0.49/0.56	c # frequency for displaying node information lines
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.56	c display/freq = 10000
0.49/0.56	c 
0.49/0.56	c # maximal time in seconds to run
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.56	c limits/time = 1799.96
0.49/0.56	c 
0.49/0.56	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.56	c limits/memory = 1620
0.49/0.56	c 
0.49/0.56	c # should presolving try to simplify inequalities
0.49/0.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.56	c constraints/linear/simplifyinequalities = TRUE
0.49/0.56	c 
0.49/0.56	c # should presolving try to simplify knapsacks
0.49/0.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.56	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.56	c heuristics/undercover/freq = 0
0.49/0.56	c 
0.49/0.56	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.56	c separating/rapidlearning/freq = 0
0.49/0.56	c 
0.49/0.56	c -----------------------------------------------------------------------------------------------
0.49/0.56	c start solving
0.49/0.57	c 
0.69/0.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.79	c t 0.5s|     1 |     0 |   544 |     - |  13M|   0 | 474 |2892 |3093 |2892 |5585 |   0 |   0 |   0 |-1.000000e+02 | 0.000000e+00 | 100.00%
0.79/0.83	o -5
0.79/0.83	c s 0.6s|     1 |     0 |   544 |     - |  13M|   0 | 474 |2892 |3093 |2892 |5585 |   0 |   0 |   0 |-1.000000e+02 |-5.000000e+00 |  95.00%
1.19/1.23	o -6
1.19/1.23	c u 0.9s|     1 |     0 |   544 |     - |  13M|   0 | 474 |2892 |3093 |2892 |5585 |   0 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
4.99/5.01	c   4.4s|     1 |     0 |  2134 |     - |  14M|   0 | 644 |2892 |3093 |2892 |5594 |   9 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
11.29/11.32	c  10.7s|     1 |     0 |  4963 |     - |  14M|   0 |1676 |2892 |3093 |2892 |5604 |  19 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
14.99/15.09	c  14.4s|     1 |     0 |  5612 |     - |  14M|   0 |1699 |2892 |3093 |2892 |5704 | 119 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
15.08/15.13	o -8
15.08/15.13	c s14.5s|     1 |     0 |  5612 |     - |  14M|   0 |1699 |2892 |3093 |2892 |5704 | 119 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
18.29/18.35	c  17.7s|     1 |     0 |  5757 |     - |  14M|   0 |1703 |2892 |3093 |2892 |5746 | 161 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
21.38/21.49	c  20.8s|     1 |     0 |  5835 |     - |  14M|   0 |1699 |2892 |3093 |2892 |5754 | 169 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
24.58/24.65	c  23.9s|     1 |     0 |  5893 |     - |  14M|   0 |1697 |2892 |3093 |2892 |5757 | 172 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
45.18/45.22	c  44.3s|     1 |     2 |  5893 |     - |  14M|   0 |1697 |2892 |3093 |2892 |5757 | 172 |   0 |  10 |-1.000000e+02 |-8.000000e+00 |  92.00%
702.63/702.96	o -46
702.63/702.96	c l 696s|    27 |    28 |499091 |18969.2 |  15M|   9 |   - |2892 |3643 |2892 |2610 |5300 | 550 | 194 |-9.937345e+01 |-4.600000e+01 |  53.71%
856.36/856.71	o -50
856.36/856.71	c l 848s|    32 |    33 |673291 |21529.0 |  15M|   9 |   - |2892 |3673 |2892 |3138 |5590 | 580 | 203 |-9.919467e+01 |-5.000000e+01 |  49.59%
1800.09/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.88	c 
1800.09/1800.88	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.88	c Solving Time (sec) : 1779.30
1800.09/1800.88	c Solving Nodes      : 102
1800.09/1800.88	c Primal Bound       : -5.00000000000000e+01 (9 solutions)
1800.09/1800.88	c Dual Bound         : -9.83087687819273e+01
1800.09/1800.88	c Gap                : 49.14 %
1800.09/1800.88	s SATISFIABLE
1800.09/1800.88	v -x337 -x271 -x243 -x325 x375 -x334 -x247 -x395 -x360 -x303 -x396 -x330 -x295 -x298 -x296 x256 -x244 x394 -x313 x328 -x326 -x258 
1800.09/1800.88	v -x377 x287 -x227 -x249 x251 -x289 -x263 -x381 -x308 -x302 -x286 -x388 -x226 -x348 -x354 -x364 -x230 x301 x266 x314 x352 -x272 
1800.09/1800.88	v -x365 -x223 x312 x290 -x281 -x240 -x220 -x279 -x327 -x353 -x216 -x339 -x241 -x341 -x267 -x372 x268 -x399 -x217 -x323 -x345 
1800.09/1800.88	v -x340 -x285 -x269 x292 x351 -x213 -x305 -x232 x333 -x382 x342 -x306 -x336 -x275 -x393 -x390 -x273 -x233 -x284 -x212 -x347 -x283 
1800.09/1800.88	v -x384 -x355 -x239 -x215 x319 -x309 x356 -x209 -x260 -x242 -x224 -x218 -x252 -x304 -x282 -x277 -x254 x234 -x386 -x207 x371 
1800.09/1800.88	v -x288 -x311 -x391 -x369 x318 -x257 -x317 x206 -x379 x359 -x338 -x235 -x363 x349 x324 x361 -x367 x400 x246 -x205 -x344 x321 -x293 
1800.09/1800.88	v x259 -x208 -x276 -x315 x357 -x366 x261 -x307 x329 -x385 -x237 x236 -x358 x398 -x378 x253 -x397 -x362 -x383 x387 -x203 x335 
1800.09/1800.88	v -x310 -x274 -x270 x248 -x225 -x204 -x214 -x297 -x231 -x211 -x392 -x316 x370 -x373 -x202 -x332 -x322 -x300 x280 -x245 -x229 
1800.09/1800.88	v -x219 -x210 x331 -x368 x374 -x255 x250 -x238 -x294 x350 -x380 -x343 -x201 x264 -x222 -x221 x228 -x346 -x278 -x265 -x299 x262 
1800.09/1800.88	v x376 -x389 -x320 -x291 -x200 x199 -x198 x197 -x196 -x195 -x194 -x193 x192 x191 -x190 -x189 x188 -x187 x186 -x185 -x184 -x183 
1800.09/1800.88	v x182 x181 x180 -x179 x178 x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 x169 x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 
1800.09/1800.88	v -x159 x158 -x157 -x156 -x155 x154 x153 -x152 -x151 -x150 -x149 -x148 x147 x146 -x145 x144 x143 -x142 x141 x140 -x139 -x138 
1800.09/1800.88	v -x137 x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 -x121 x120 -x119 -x118 -x117 -x116 
1800.09/1800.88	v x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 x107 x106 -x105 x104 -x103 -x102 -x101 x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 
1800.09/1800.88	v -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 
1800.09/1800.88	v x67 -x66 x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 x42 
1800.09/1800.88	v -x41 x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 x21 -x20 -x19 -x18 -x17 -x16 
1800.09/1800.88	v -x15 -x14 -x13 x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.09/1800.88	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.88	c Solving Time       :    1779.30
1800.09/1800.88	c Original Problem   :
1800.09/1800.88	c   Problem name     : HOME/instance-2665328-1276673413.opb
1800.09/1800.88	c   Variables        : 2892 (2892 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.88	c   Constraints      : 3093 initial, 3093 maximal
1800.09/1800.88	c Presolved Problem  :
1800.09/1800.88	c   Problem name     : t_HOME/instance-2665328-1276673413.opb
1800.09/1800.88	c   Variables        : 2892 (2892 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.88	c   Constraints      : 3093 initial, 3709 maximal
1800.09/1800.88	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.88	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.88	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.88	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.88	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.88	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.88	c   probing          :       0.07          0          0          0          0          0          0          0          0
1800.09/1800.88	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.88	c   and              :       0.20          0          0          0          0          0          0          0          0
1800.09/1800.88	c   linear           :       0.03          0          0          0          0          0          0          0          0
1800.09/1800.88	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.88	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.88	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.88	c   integral         :          0          0          0        102          0          0          0          0          0        204
1800.09/1800.88	c   setppc           :        400          6      18144          0          0         23         58          0          0          0
1800.09/1800.88	c   and              :       2492        355      18120          0          0         50       2057      22886          0          0
1800.09/1800.88	c   linear           :          1          6      18068          0          0          0          0          0          0          0
1800.09/1800.88	c   logicor          :        200+         6       2007          0          0          0         72          0          0          0
1800.09/1800.88	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.88	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.88	c   integral         :     376.72       0.00       0.00     376.72       0.00
1800.09/1800.88	c   setppc           :       0.54       0.00       0.54       0.00       0.00
1800.09/1800.88	c   and              :       4.17       0.80       3.37       0.00       0.00
1800.09/1800.88	c   linear           :       0.51       0.13       0.38       0.00       0.00
1800.09/1800.88	c   logicor          :       0.03       0.00       0.03       0.00       0.00
1800.09/1800.88	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.88	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.88	c   vbounds          :       0.02          2          0          0
1800.09/1800.88	c   rootredcost      :       0.00          3          0          0
1800.09/1800.88	c   pseudoobj        :       0.23      17966          0          0
1800.09/1800.88	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.88	c   propagation      :       0.00         73         73         73        2.3          0        0.0          -
1800.09/1800.88	c   infeasible LP    :       0.37        144        144       2321       87.2          0        0.0          0
1800.09/1800.88	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.88	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.88	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.88	c   applied globally :          -          -          -        616       79.2          -          -          -
1800.09/1800.88	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.88	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.88	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 225)
1800.09/1800.88	c   redcost          :       0.14        355          0          0          0          0
1800.09/1800.88	c   impliedbounds    :       0.02          6          0          0        240          0
1800.09/1800.88	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.88	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.88	c   gomory           :       5.79          6          0          0        467          0
1800.09/1800.88	c   strongcg         :       5.67          6          0          0       1000          0
1800.09/1800.88	c   cmir             :       0.36          6          0          0          0          0
1800.09/1800.88	c   flowcover        :       0.32          6          0          0          0          0
1800.09/1800.88	c   clique           :       0.47          6          0          0         39          0
1800.09/1800.88	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.88	c   mcf              :       0.01          1          0          0          0          0
1800.09/1800.88	c   rapidlearning    :       1.97          1          0          0          0          0
1800.09/1800.88	c Pricers            :       Time      Calls       Vars
1800.09/1800.88	c   problem variables:       0.00          0          0
1800.09/1800.88	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.88	c   relpscost        :     376.72        102          0          0          0          0        204
1800.09/1800.88	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.88	c   inference        :       0.00          0          0          0          0          0          0
1800.09/1800.88	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.88	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.88	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.88	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.88	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.88	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.88	c   LP solutions     :       0.00          -          0
1800.09/1800.88	c   pseudo solutions :       0.00          -          0
1800.09/1800.88	c   crossover        :       0.00          0          0
1800.09/1800.88	c   oneopt           :       0.00          4          0
1800.09/1800.88	c   trivial          :       0.00          2          3
1800.09/1800.88	c   simplerounding   :       0.00          0          0
1800.09/1800.88	c   zirounding       :       0.07        102          0
1800.09/1800.88	c   rounding         :       3.10        220          0
1800.09/1800.88	c   shifting         :       0.53         26          3
1800.09/1800.88	c   intshifting      :       0.00          0          0
1800.09/1800.88	c   twoopt           :       0.00          0          0
1800.09/1800.88	c   fixandinfer      :       0.00          0          0
1800.09/1800.88	c   feaspump         :       0.00          0          0
1800.09/1800.88	c   coefdiving       :      80.46          3          0
1800.09/1800.88	c   pscostdiving     :     120.37          3          0
1800.09/1800.88	c   fracdiving       :      74.57          3          0
1800.09/1800.88	c   veclendiving     :      69.60          2          0
1800.09/1800.88	c   intdiving        :       0.00          0          0
1800.09/1800.88	c   actconsdiving    :       0.00          0          0
1800.09/1800.88	c   objpscostdiving  :     105.61          1          0
1800.09/1800.88	c   rootsoldiving    :      11.74          3          0
1800.09/1800.88	c   linesearchdiving :     252.91         13          2
1800.09/1800.88	c   guideddiving     :      92.62          2          0
1800.09/1800.88	c   octane           :       0.00          0          0
1800.09/1800.88	c   rens             :       0.01          0          0
1800.09/1800.88	c   rins             :       0.00          0          0
1800.09/1800.88	c   localbranching   :       0.00          0          0
1800.09/1800.88	c   mutation         :       0.00          0          0
1800.09/1800.88	c   dins             :       0.00          0          0
1800.09/1800.88	c   undercover       :       0.35          1          1
1800.09/1800.88	c   nlp              :       0.00          0          0
1800.09/1800.88	c   trysol           :       0.00          0          0
1800.09/1800.88	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.88	c   primal LP        :      67.85          0          0       0.00       0.00
1800.09/1800.88	c   dual LP          :     505.10        366     451026    1232.31     892.94
1800.09/1800.88	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.88	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.88	c   diving/probing LP:     775.43      13602    1049795      77.18    1353.82
1800.09/1800.88	c   strong branching :     376.63        475     335488     706.29     890.76
1800.09/1800.88	c     (at root node) :          -         10       9632     963.20          -
1800.09/1800.88	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.88	c B&B Tree           :
1800.09/1800.88	c   number of runs   :          1
1800.09/1800.88	c   nodes            :        102
1800.09/1800.88	c   nodes (total)    :        102
1800.09/1800.88	c   nodes left       :        103
1800.09/1800.88	c   max depth        :         13
1800.09/1800.88	c   max depth (total):         13
1800.09/1800.88	c   backtracks       :         51 (50.0%)
1800.09/1800.88	c   delayed cutoffs  :          0
1800.09/1800.88	c   repropagations   :          3 (12 domain reductions, 0 cutoffs)
1800.09/1800.88	c   avg switch length:       5.00
1800.09/1800.88	c   switching time   :      67.93
1800.09/1800.88	c Solution           :
1800.09/1800.88	c   Solutions found  :          9 (6 improvements)
1800.09/1800.88	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.09/1800.88	c   Primal Bound     : -5.00000000000000e+01   (in run 1, after 32 nodes, 847.68 seconds, depth 449, found by <linesearchdiving>)
1800.09/1800.88	c   Dual Bound       : -9.83087687819273e+01
1800.09/1800.88	c   Gap              :      49.14 %
1800.09/1800.88	c   Root Dual Bound  : -9.99999999999998e+01
1800.09/1800.88	c   Root Iterations  :       5893
1800.88/1801.69	c Time complete: 1800.98.

Verifier Data

OK	-50

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9421
/proc/meminfo: memFree=1752264/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=9288 CPUtime=0
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 1074 0 0 0 0 0 0 0 15 0 1 0 40997595 9510912 995 1992294400 4194304 9819077 140737375375760 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9421/statm: 2322 1003 371 1374 0 943 0

[startup+0.0875219 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9421
/proc/meminfo: memFree=1752264/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=21892 CPUtime=0.08
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 4594 0 0 0 7 1 0 0 18 0 1 0 40997595 22417408 4162 1992294400 4194304 9819077 140737375375760 18446744073709551615 8656455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 5473 4176 478 1374 0 4094 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21892

[startup+0.101524 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9421
/proc/meminfo: memFree=1752264/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=23608 CPUtime=0.09
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 5010 0 0 0 8 1 0 0 18 0 1 0 40997595 24174592 4577 1992294400 4194304 9819077 140737375375760 18446744073709551615 4333578 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 5902 4577 478 1374 0 4523 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23608

[startup+0.300562 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9421
/proc/meminfo: memFree=1752264/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=23572 CPUtime=0.29
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 5558 0 0 0 18 11 0 0 18 0 1 0 40997595 24137728 4611 1992294400 4194304 9819077 140737375375760 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 5893 4611 499 1374 0 4514 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23572

[startup+0.700636 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9421
/proc/meminfo: memFree=1752264/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=38800 CPUtime=0.69
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 10208 0 0 0 48 21 0 0 18 0 1 0 40997595 39731200 7729 1992294400 4194304 9819077 140737375375760 18446744073709551615 6192320 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 9700 7730 636 1374 0 8321 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38800

[startup+1.50078 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 9422
/proc/meminfo: memFree=1704392/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=49448 CPUtime=1.49
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 24520 0 0 0 121 28 0 0 19 0 1 0 40997595 50634752 10135 1992294400 4194304 9819077 140737375375760 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 12362 10135 695 1374 0 10983 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49448

[startup+3.10109 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 9422
/proc/meminfo: memFree=1697696/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=69412 CPUtime=3.09
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 31557 0 0 0 258 51 0 0 23 0 1 0 40997595 71077888 14859 1992294400 4194304 9819077 140737375375760 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 17353 14859 712 1374 0 15974 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69412

[startup+6.30168 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9422
/proc/meminfo: memFree=1710468/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=54852 CPUtime=6.29
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 33837 0 0 0 574 55 0 0 25 0 1 0 40997595 56168448 12088 1992294400 4194304 9819077 140737375375760 18446744073709551615 6191204 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 13713 12088 712 1374 0 12334 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54852

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9422
/proc/meminfo: memFree=1705880/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=55528 CPUtime=12.68
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 38082 0 0 0 1209 59 0 0 25 0 1 0 40997595 56860672 12061 1992294400 4194304 9819077 140737375375760 18446744073709551615 7311969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 13882 12061 712 1374 0 12503 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55528

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 9422
/proc/meminfo: memFree=1704764/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=63100 CPUtime=25.48
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 43181 0 0 0 2481 67 0 0 25 0 1 0 40997595 64614400 12338 1992294400 4194304 9819077 140737375375760 18446744073709551615 7261284 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15775 12338 718 1374 0 14396 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 63100

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 9422
/proc/meminfo: memFree=1706128/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=53656 CPUtime=51.07
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 74056 0 0 0 5019 88 0 0 25 0 1 0 40997595 54943744 12013 1992294400 4194304 9819077 140737375375760 18446744073709551615 7306911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 13414 12013 723 1374 0 12035 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53656

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 9424
/proc/meminfo: memFree=1706004/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=54676 CPUtime=102.26
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 118231 0 0 0 10106 120 0 0 25 0 1 0 40997595 55988224 12027 1992294400 4194304 9819077 140737375375760 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 13669 12027 737 1374 0 12290 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 54676

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9426
/proc/meminfo: memFree=1705384/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=61644 CPUtime=162.22
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 179684 0 0 0 16066 156 0 0 25 0 1 0 40997595 63123456 12147 1992294400 4194304 9819077 140737375375760 18446744073709551615 6198368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15411 12147 738 1374 0 14032 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 61644

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9428
/proc/meminfo: memFree=1705136/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=62644 CPUtime=222.21
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 276779 0 0 0 21998 223 0 0 25 0 1 0 40997595 64147456 12169 1992294400 4194304 9819077 140737375375760 18446744073709551615 6656761 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15661 12169 738 1374 0 14282 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 62644

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9428
/proc/meminfo: memFree=1705508/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=63344 CPUtime=282.18
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 353438 0 0 0 27950 268 0 0 25 0 1 0 40997595 64864256 12140 1992294400 4194304 9819077 140737375375760 18446744073709551615 7302679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15836 12140 738 1374 0 14457 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 63344

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9430
/proc/meminfo: memFree=1705756/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=55480 CPUtime=342.17
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 426644 0 0 0 33898 319 0 0 25 0 1 0 40997595 56811520 12014 1992294400 4194304 9819077 140737375375760 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 13870 12014 738 1374 0 12491 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 55480

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9432
/proc/meminfo: memFree=1704268/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=57872 CPUtime=402.13
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 511205 0 0 0 39846 367 0 0 25 0 1 0 40997595 59260928 12320 1992294400 4194304 9819077 140737375375760 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 14468 12320 739 1374 0 13089 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 57872

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9434
/proc/meminfo: memFree=1702780/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=60156 CPUtime=462.12
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 608252 0 0 0 45783 429 0 0 25 0 1 0 40997595 61599744 12864 1992294400 4194304 9819077 140737375375760 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15039 12864 739 1374 0 13660 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 60156

[startup+522.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/107 9439
/proc/meminfo: memFree=1702656/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=58844 CPUtime=522.09
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 704867 0 0 0 51725 484 0 0 25 0 1 0 40997595 60256256 12620 1992294400 4194304 9819077 140737375375760 18446744073709551615 7291871 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 14711 12620 739 1374 0 13332 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 58844

[startup+582.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 9439
/proc/meminfo: memFree=1702656/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=60028 CPUtime=582.07
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 793883 0 0 0 57667 540 0 0 25 0 1 0 40997595 61468672 12665 1992294400 4194304 9819077 140737375375760 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15007 12665 739 1374 0 13628 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 60028

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9441
/proc/meminfo: memFree=1702532/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=60080 CPUtime=642.05
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 884369 0 0 0 63610 595 0 0 25 0 1 0 40997595 61521920 12703 1992294400 4194304 9819077 140737375375760 18446744073709551615 7291597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15020 12703 739 1374 0 13641 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 60080

[startup+702.302 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9449
/proc/meminfo: memFree=1701788/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=60888 CPUtime=941.93
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 1604862 0 0 0 93209 984 0 0 25 0 1 0 40997595 62349312 12774 1992294400 4194304 9819077 140737375375760 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15222 12774 739 1374 0 13843 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 60888

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9451
/proc/meminfo: memFree=1700920/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=70168 CPUtime=1001.91
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 1770051 0 0 0 99121 1070 0 0 25 0 1 0 40997595 71852032 13205 1992294400 4194304 9819077 140737375375760 18446744073709551615 7291643 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 17542 13205 739 1374 0 16163 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 70168

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9453
/proc/meminfo: memFree=1701044/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=62968 CPUtime=1061.88
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 1890685 0 0 0 105052 1136 0 0 25 0 1 0 40997595 64479232 13100 1992294400 4194304 9819077 140737375375760 18446744073709551615 6192358 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15742 13100 739 1374 0 14363 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 62968

[startup+1122.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 9455
/proc/meminfo: memFree=1701044/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=63224 CPUtime=1121.86
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 2058412 0 0 0 110960 1226 0 0 25 0 1 0 40997595 64741376 13157 1992294400 4194304 9819077 140737375375760 18446744073709551615 7311961 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15806 13157 739 1374 0 14427 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 63224

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 9455
/proc/meminfo: memFree=1700548/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=70936 CPUtime=1181.84
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 2178709 0 0 0 116890 1294 0 0 25 0 1 0 40997595 72638464 13228 1992294400 4194304 9819077 140737375375760 18446744073709551615 7311969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 17734 13228 739 1374 0 16355 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 70936

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9457
/proc/meminfo: memFree=1700548/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=63436 CPUtime=1241.82
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 2322739 0 0 0 122815 1367 0 0 25 0 1 0 40997595 64958464 13136 1992294400 4194304 9819077 140737375375760 18446744073709551615 4656751 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15859 13136 739 1374 0 14480 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 63436

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9459
/proc/meminfo: memFree=1699432/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=63348 CPUtime=1301.8
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 2486038 0 0 0 128724 1456 0 0 25 0 1 0 40997595 64868352 13291 1992294400 4194304 9819077 140737375375760 18446744073709551615 7316348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15837 13291 739 1374 0 14458 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 63348

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9461
/proc/meminfo: memFree=1699804/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=63908 CPUtime=1361.76
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 2636444 0 0 0 134644 1532 0 0 25 0 1 0 40997595 65441792 13315 1992294400 4194304 9819077 140737375375760 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 15977 13315 739 1374 0 14598 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 63908

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9463
/proc/meminfo: memFree=1698688/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=65332 CPUtime=1421.74
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 2780248 0 0 0 140563 1611 0 0 25 0 1 0 40997595 66899968 13599 1992294400 4194304 9819077 140737375375760 18446744073709551615 7304786 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 16333 13599 739 1374 0 14954 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 65332

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9463
/proc/meminfo: memFree=1698192/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=64564 CPUtime=1481.72
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 2935296 0 0 0 146481 1691 0 0 25 0 1 0 40997595 66113536 13810 1992294400 4194304 9819077 140737375375760 18446744073709551615 6674352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 16141 13810 739 1374 0 14762 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 64564

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9465
/proc/meminfo: memFree=1696828/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=66232 CPUtime=1541.69
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 3089438 0 0 0 152399 1770 0 0 25 0 1 0 40997595 67821568 13878 1992294400 4194304 9819077 140737375375760 18446744073709551615 7291660 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 16558 13878 739 1374 0 15179 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 66232

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9467
/proc/meminfo: memFree=1697324/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=65944 CPUtime=1601.67
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 3238146 0 0 0 158320 1847 0 0 25 0 1 0 40997595 67526656 13889 1992294400 4194304 9819077 140737375375760 18446744073709551615 6443179 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 16486 13889 739 1374 0 15107 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 65944

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9469
/proc/meminfo: memFree=1697696/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=66104 CPUtime=1661.65
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 3360406 0 0 0 164256 1909 0 0 25 0 1 0 40997595 67690496 13913 1992294400 4194304 9819077 140737375375760 18446744073709551615 7296179 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 16526 13913 739 1374 0 15147 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 66104

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9471
/proc/meminfo: memFree=1696952/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=66532 CPUtime=1721.62
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 3520868 0 0 0 170174 1988 0 0 25 0 1 0 40997595 68128768 13970 1992294400 4194304 9819077 140737375375760 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 16633 13970 739 1374 0 15254 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 66532

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9471
/proc/meminfo: memFree=1696704/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=66984 CPUtime=1781.6
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 3651162 0 0 0 176102 2058 0 0 25 0 1 0 40997595 68591616 14047 1992294400 4194304 9819077 140737375375760 18446744073709551615 7301619 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 16746 14047 739 1374 0 15367 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 66984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9473
/proc/meminfo: memFree=1696952/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=66928 CPUtime=1800.09
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 3706807 0 0 0 177926 2083 0 0 25 0 1 0 40997595 68534272 13980 1992294400 4194304 9819077 140737375375760 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9421/statm: 16732 13980 739 1374 0 15353 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 66928

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

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 9473
/proc/meminfo: memFree=1696952/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=67024 CPUtime=1800.68
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 3707338 0 0 0 177985 2083 0 0 25 0 1 0 40997595 68632576 14046 1992294400 4194304 9819077 140737375375760 18446744073709551615 7292010 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9421/statm: 16756 14046 740 1374 0 15377 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (KiB) 67024

[startup+1801.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9473
/proc/meminfo: memFree=1696952/2059040 swapFree=4140352/4192956
[pid=9421] ppid=9419 vsize=67024 CPUtime=1800.88
/proc/9421/stat : 9421 (pbscip.linux.x8) R 9419 9421 9043 0 -1 4202496 3707338 0 0 0 178005 2083 0 0 25 0 1 0 40997595 68632576 14046 1992294400 4194304 9819077 140737375375760 18446744073709551615 7289250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9421/statm: 16756 14046 740 1374 0 15377 0
Current children cumulated CPU time (s) 1800.88
Current children cumulated vsize (KiB) 67024

Child status: 0
Real time (s): 1801.69
CPU time (s): 1800.99
CPU user time (s): 1780.14
CPU system time (s): 20.8508
CPU usage (%): 99.9611
Max. virtual memory (cumulated for all children) (KiB): 75132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.14
system time used= 20.8508
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3707362
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= 4
involuntary context switches= 15117

runsolver used 2.94555 second user time and 8.5437 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-16 09:30:13
IDJOB=2665328
IDBENCH=48271
IDSOLVER=1168
FILE ID=node019/2665328-1276673413
PBS_JOBID= 11172516
Free space on /tmp= 62416 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_10_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-2665328-1276673413/watcher-2665328-1276673413 -o /tmp/evaluation-result-2665328-1276673413/solver-2665328-1276673413 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665328-1276673413.opb -t 1800 -m 1800

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

MD5SUM BENCH= b5a23f46b7c8ffe564ae87cb51d69480
RANDOM SEED=987352936

node019.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.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1752792 kB
Buffers:         96168 kB
Cached:         119032 kB
SwapCached:       6068 kB
Active:         109544 kB
Inactive:       119072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1752792 kB
SwapTotal:     4192956 kB
SwapFree:      4140352 kB
Dirty:            6352 kB
Writeback:           0 kB
AnonPages:       11712 kB
Mapped:          13068 kB
Slab:            55908 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182144 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= 62408 MiB
End job on node019 at 2010-06-16 10:00:16