Trace number 1870535

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT-49 1795.4 1796.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_5.opb
MD5SUM996170804397234947041ed4d87d3aa0
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-49
Best CPU time to get the best result obtained on this benchmark1795.4
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)5056
Sum of products size (including duplicates)10112
Number of different products2528
Sum of products size5056

Quality of the solution as a function of time


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

Solver Data

0.00/0.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver Clp 1.8.2
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1870535-1245210424.opb>
0.00/0.04	c original problem has 2928 variables (2928 bin, 0 int, 0 impl, 0 cont) and 3129 constraints
0.00/0.07	c start presolving problem
0.00/0.07	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 20624 impls, 400 clqs
0.39/0.45	c    (0.2s) probing: 101/2928 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.45	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.45	c presolving (2 rounds):
0.39/0.45	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.45	c  20624 implications, 400 cliques
0.39/0.45	c presolved problem has 2928 variables (2928 bin, 0 int, 0 impl, 0 cont) and 3129 constraints
0.39/0.45	c     400 constraints of type <setppc>
0.39/0.45	c    2528 constraints of type <and>
0.39/0.45	c       1 constraints of type <linear>
0.39/0.45	c     200 constraints of type <logicor>
0.39/0.45	c transformed objective value is always integral (scale: 1)
0.39/0.45	c Presolving Time: 0.24
0.39/0.45	c OPT-NLC
0.39/0.45	c -----------------------------------------------------------------------------------------------
0.39/0.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/memory = c 1620
0.39/0.45	c # maximal time in seconds to run
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/time = c 1791
0.39/0.45	c # frequency for displaying node information lines
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.45	c display/freq = c 10000
0.39/0.45	c -----------------------------------------------------------------------------------------------
0.39/0.45	c start solving problem
0.39/0.45	c 
0.99/1.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.02	c   0.8s|     1 |     0 |   970 |  13M|   0 | 849 |2928 |3129 |3129 |2928 |5657 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
0.99/1.04	o -2
0.99/1.04	c R 0.8s|     1 |     0 |   970 |  13M|   0 | 849 |2928 |3129 |3129 |2928 |5657 |   0 |   0 |   0 |-1.000000e+02 |-2.000000e+00 |  98.00%
4.89/4.95	c   4.7s|     1 |     0 |  3090 |  13M|   0 |1249 |2928 |3129 |3129 |2928 |5668 |  11 |   0 |   0 |-1.000000e+02 |-2.000000e+00 |  98.00%
4.89/4.97	o -3
4.89/4.97	c R 4.7s|     1 |     0 |  3090 |  13M|   0 |1249 |2928 |3129 |3129 |2928 |5668 |  11 |   0 |   0 |-1.000000e+02 |-3.000000e+00 |  97.00%
13.28/13.31	c  13.1s|     1 |     0 |  5172 |  13M|   0 |1669 |2928 |3129 |3129 |2928 |5672 |  15 |   0 |   0 |-1.000000e+02 |-3.000000e+00 |  97.00%
13.28/13.34	o -8
13.28/13.34	c s13.1s|     1 |     0 |  5172 |  13M|   0 |1669 |2928 |3129 |3129 |2928 |5672 |  15 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
15.88/15.99	c  15.7s|     1 |     0 |  5769 |  13M|   0 |1685 |2928 |3129 |3129 |2928 |5746 |  89 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
18.48/18.56	c  18.3s|     1 |     0 |  6245 |  14M|   0 |1688 |2928 |3129 |3129 |2928 |5784 | 127 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
21.08/21.13	c  20.8s|     1 |     0 |  6697 |  14M|   0 |1698 |2928 |3129 |3129 |2928 |5797 | 140 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
23.58/23.65	c  23.3s|     1 |     0 |  7049 |  14M|   0 |1698 |2928 |3129 |3129 |2928 |5823 | 166 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
23.58/23.68	o -9
23.58/23.68	c s23.4s|     1 |     0 |  7049 |  14M|   0 |1698 |2928 |3129 |3129 |2928 |5823 | 166 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
37.67/37.75	c  37.4s|     1 |     2 |  7049 |  14M|   0 |1698 |2928 |3129 |3129 |2928 |5823 | 166 |   0 |  20 |-1.000000e+02 |-9.000000e+00 |  91.00%
234.70/234.81	o -41
234.70/234.81	c f 234s|     9 |    10 |191358 |  16M|   5 |   - |2928 |3133 | 115 |2928 |2726 |2322 |   4 | 205 |-1.000000e+02 |-4.100000e+01 |  59.00%
382.94/383.13	o -49
382.94/383.13	c l 382s|    13 |    14 |332034 |  15M|   6 |   - |2928 |3140 | 115 |2928 |3044 |3164 |  11 | 294 |-9.950000e+01 |-4.900000e+01 |  50.75%
1795.27/1795.94	c 
1795.27/1795.94	c SCIP Status        : solving was interrupted [time limit reached]
1795.27/1795.94	c Solving Time (sec) : 1791.00
1795.27/1795.94	c Solving Nodes      : 107
1795.27/1795.94	c Primal Bound       : -4.90000000000000e+01 (8 solutions)
1795.27/1795.94	c Dual Bound         : -9.88145354151874e+01
1795.27/1795.94	c Gap                : 50.41 %
1795.27/1795.95	c NODE         107
1795.27/1795.95	c DUAL BOUND   -98.8145
1795.27/1795.95	c PRIMAL BOUND -49
1795.27/1795.95	c GAP          0.504122
1795.27/1795.95	s SATISFIABLE
1795.27/1795.95	v -x385 -x378 -x363 x375 -x262 -x387 -x398 -x331 -x303 x394 -x240 -x255 -x271 -x360 -x239 -x350 -x260 -x283 x370 x297 -x231 -x306 
1795.27/1795.95	v -x334 x292 -x356 -x323 x393 -x257 -x349 -x388 -x305 -x301 -x245 x357 -x361 -x220 -x241 -x230 -x296 x338 x314 -x310 -x286 x348 
1795.27/1795.95	v x312 -x246 x329 -x307 -x339 -x326 -x311 -x376 x337 -x300 -x218 -x217 x365 -x244 -x226 -x256 -x358 -x284 -x335 -x364 -x319 -x293 
1795.27/1795.95	v -x242 -x278 x396 -x268 -x213 -x380 -x369 x346 -x281 -x395 -x327 -x373 -x330 x308 -x333 -x397 -x270 -x263 x325 x313 -x351 
1795.27/1795.95	v -x318 -x259 x371 -x302 -x320 -x315 -x344 -x209 -x383 -x299 -x252 x225 -x379 -x359 -x392 x235 -x295 -x219 -x264 -x279 -x275 x304 
1795.27/1795.95	v -x207 -x391 -x352 -x336 -x316 x267 -x210 -x288 -x345 -x291 -x251 -x340 -x289 -x269 -x234 x381 -x342 -x298 x282 -x317 -x243 
1795.27/1795.95	v x390 -x228 -x324 x354 -x389 -x386 x372 x353 -x223 -x216 -x294 -x208 -x224 x236 x214 x204 x290 -x266 -x238 -x254 -x341 -x362 
1795.27/1795.95	v x400 -x309 -x285 -x203 -x265 x237 -x328 -x347 x368 -x253 -x384 -x332 -x374 -x280 -x202 x377 -x367 x355 -x343 -x232 x205 -x206 
1795.27/1795.95	v x215 x287 -x229 -x221 x399 x261 -x249 x227 -x201 -x322 -x272 -x258 -x248 x247 x222 -x212 -x382 -x274 -x250 -x321 -x233 -x277 
1795.27/1795.95	v -x273 x211 x366 -x276 -x200 -x199 x198 x197 -x196 x195 -x194 -x193 x192 x191 -x190 x189 -x188 x187 -x186 x185 x184 -x183 -x182 
1795.27/1795.95	v -x181 -x180 x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 x167 -x166 -x165 -x164 x163 -x162 x161 -x160 
1795.27/1795.95	v -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 
1795.27/1795.95	v -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 x128 x127 -x126 -x125 -x124 x123 -x122 -x121 -x120 x119 -x118 x117 
1795.27/1795.95	v -x116 x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 x107 -x106 x105 -x104 -x103 -x102 x101 x100 x99 x98 -x97 -x96 -x95 -x94 
1795.27/1795.95	v -x93 -x92 x91 -x90 x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 x80 -x79 x78 -x77 x76 -x75 -x74 x73 -x72 -x71 -x70 x69 -x68 -x67 
1795.27/1795.95	v -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 -x41 
1795.27/1795.95	v -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 
1795.27/1795.95	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1795.27/1795.95	c SCIP Status        : solving was interrupted [time limit reached]
1795.27/1795.95	c Solving Time       :    1791.00
1795.27/1795.95	c Original Problem   :
1795.27/1795.95	c   Problem name     : HOME/instance-1870535-1245210424.opb
1795.27/1795.95	c   Variables        : 2928 (2928 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.27/1795.95	c   Constraints      : 3129 initial, 3129 maximal
1795.27/1795.95	c Presolved Problem  :
1795.27/1795.95	c   Problem name     : t_HOME/instance-1870535-1245210424.opb
1795.27/1795.95	c   Variables        : 2928 (2928 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.27/1795.95	c   Constraints      : 3129 initial, 3181 maximal
1795.27/1795.95	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.27/1795.95	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.27/1795.95	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.27/1795.95	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.27/1795.95	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.27/1795.95	c   implics          :       0.01          0          0          0          0          0          0          0          0
1795.27/1795.95	c   probing          :       0.07          0          0          0          0          0          0          0          0
1795.27/1795.95	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1795.27/1795.95	c   and              :       0.12          0          0          0          0          0          0          0          0
1795.27/1795.95	c   linear           :       0.03          0          0          0          0          0          0          0          0
1795.27/1795.95	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.27/1795.95	c   root node        :          -          0          -          -          0          -          -          -          -
1795.27/1795.95	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.27/1795.95	c   integral         :          0          0          0        109          0          0          2          0          0        214
1795.27/1795.95	c   setppc           :        400          6      23972          0          0          5        811          0          0          0
1795.27/1795.95	c   and              :       2528        356      23968          0          0         47      11490      26945          0          0
1795.27/1795.95	c   linear           :          1          6      23920          0          0          0          0          0          0          0
1795.27/1795.95	c   logicor          :        200+         6       1513          0          0          0         89          0          0          0
1795.27/1795.95	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.27/1795.95	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.27/1795.95	c   integral         :     334.60       0.00       0.00     334.60       0.00
1795.27/1795.95	c   setppc           :       0.93       0.00       0.93       0.00       0.00
1795.27/1795.95	c   and              :       5.59       0.79       4.80       0.00       0.00
1795.27/1795.95	c   linear           :       0.35       0.03       0.32       0.00       0.00
1795.27/1795.95	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1795.27/1795.95	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.27/1795.95	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.27/1795.95	c   rootredcost      :       0.08          3          0          0
1795.27/1795.95	c   pseudoobj        :       0.43      23782          0          0
1795.27/1795.95	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.27/1795.95	c   propagation      :       0.00         52         52         52        2.1          0        0.0          -
1795.27/1795.95	c   infeasible LP    :       0.05         62          0          0        0.0          0        0.0          0
1795.27/1795.95	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.27/1795.95	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.27/1795.95	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.27/1795.95	c   applied globally :          -          -          -         52        2.1          -          -          -
1795.27/1795.95	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.27/1795.95	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.27/1795.95	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 199)
1795.27/1795.95	c   redcost          :       0.17        356          0          0          0          0
1795.27/1795.95	c   impliedbounds    :       0.01          6          0          0        224          0
1795.27/1795.95	c   intobj           :       0.00          0          0          0          0          0
1795.27/1795.95	c   gomory           :       6.58          6          0          0        440          0
1795.27/1795.95	c   strongcg         :       5.85          6          0          0        461          0
1795.27/1795.95	c   cmir             :       0.47          6          0          0          0          0
1795.27/1795.95	c   flowcover        :       0.41          6          0          0          0          0
1795.27/1795.95	c   clique           :       0.54          6          0          0         41          0
1795.27/1795.95	c   zerohalf         :       0.00          0          0          0          0          0
1795.27/1795.95	c   mcf              :       0.01          1          0          0          0          0
1795.27/1795.95	c Pricers            :       Time      Calls       Vars
1795.27/1795.95	c   problem variables:       0.00          0          0
1795.27/1795.95	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.27/1795.95	c   relpscost        :     334.60        109          0          2          0          0        214
1795.27/1795.95	c   pscost           :       0.00          0          0          0          0          0          0
1795.27/1795.95	c   inference        :       0.00          0          0          0          0          0          0
1795.27/1795.95	c   mostinf          :       0.00          0          0          0          0          0          0
1795.27/1795.95	c   leastinf         :       0.00          0          0          0          0          0          0
1795.27/1795.95	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.27/1795.95	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.27/1795.95	c   random           :       0.00          0          0          0          0          0          0
1795.27/1795.95	c Primal Heuristics  :       Time      Calls      Found
1795.27/1795.95	c   LP solutions     :       0.00          -          0
1795.27/1795.95	c   pseudo solutions :       0.00          -          0
1795.27/1795.95	c   crossover        :       0.00          0          0
1795.27/1795.95	c   oneopt           :       0.01          3          0
1795.27/1795.95	c   simplerounding   :       0.00          0          0
1795.27/1795.95	c   rounding         :       4.11        369          2
1795.27/1795.95	c   shifting         :       0.50         24          4
1795.27/1795.95	c   intshifting      :       0.00          0          0
1795.27/1795.95	c   fixandinfer      :       0.00          0          0
1795.27/1795.95	c   feaspump         :       0.00          0          0
1795.27/1795.95	c   coefdiving       :      92.25          3          0
1795.27/1795.95	c   pscostdiving     :     106.86          3          0
1795.27/1795.95	c   fracdiving       :     187.57          8          1
1795.27/1795.95	c   veclendiving     :      79.79          3          0
1795.27/1795.95	c   intdiving        :       0.00          0          0
1795.27/1795.95	c   actconsdiving    :       0.00          0          0
1795.27/1795.95	c   objpscostdiving  :      25.10          3          0
1795.27/1795.95	c   rootsoldiving    :      28.69          1          0
1795.27/1795.95	c   linesearchdiving :     227.66         10          1
1795.27/1795.95	c   guideddiving     :      88.85          3          0
1795.27/1795.95	c   octane           :       0.00          0          0
1795.27/1795.95	c   rens             :       0.01          0          0
1795.27/1795.95	c   rins             :       0.00          0          0
1795.27/1795.95	c   localbranching   :       0.00          0          0
1795.27/1795.95	c   mutation         :       0.00          0          0
1795.27/1795.95	c   dins             :       0.00          0          0
1795.27/1795.95	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.27/1795.95	c   primal LP        :      60.69          0          0       0.00       0.00
1795.27/1795.95	c   dual LP          :     537.48        374     519125    1388.03     965.85
1795.27/1795.95	c   barrier LP       :       0.00          0          0       0.00          -
1795.27/1795.95	c   diving/probing LP:     787.54      19944    1116433      55.98    1417.62
1795.27/1795.95	c   strong branching :     334.47       1159     369267     318.61    1104.04
1795.27/1795.95	c     (at root node) :          -         20       7457     372.85          -
1795.27/1795.95	c   conflict analysis:       0.00          0          0       0.00          -
1795.27/1795.95	c B&B Tree           :
1795.27/1795.95	c   number of runs   :          1
1795.27/1795.95	c   nodes            :        107
1795.27/1795.95	c   nodes (total)    :        107
1795.27/1795.95	c   nodes left       :        108
1795.27/1795.95	c   max depth        :         18
1795.27/1795.95	c   max depth (total):         18
1795.27/1795.95	c   backtracks       :         41 (38.3%)
1795.27/1795.95	c   delayed cutoffs  :          0
1795.27/1795.95	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.27/1795.95	c   avg switch length:       3.48
1795.27/1795.95	c   switching time   :      60.82
1795.27/1795.95	c Solution           :
1795.27/1795.95	c   Solutions found  :          8 (6 improvements)
1795.27/1795.95	c   Primal Bound     : -4.90000000000000e+01   (in run 1, after 13 nodes, 381.99 seconds, depth 465, found by <linesearchdiving>)
1795.27/1795.95	c   Dual Bound       : -9.88145354151874e+01
1795.27/1795.95	c   Gap              :      50.41 %
1795.27/1795.95	c   Root Dual Bound  : -9.99999999999998e+01
1795.37/1796.01	c Time complete: 1795.39.

Verifier Data

OK	-49

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10667
/proc/meminfo: memFree=1817456/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=5812 CPUtime=0
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 188643050 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/10667/statm: 1453 501 332 1256 0 192 0

[startup+0.0944289 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10667
/proc/meminfo: memFree=1817456/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=22488 CPUtime=0.08
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 4788 0 0 0 6 2 0 0 18 0 1 0 188643050 23027712 4418 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 5622 4418 446 1256 0 4361 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22488

[startup+0.101431 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10667
/proc/meminfo: memFree=1817456/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=22488 CPUtime=0.09
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 4788 0 0 0 7 2 0 0 18 0 1 0 188643050 23027712 4418 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 5622 4418 446 1256 0 4361 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22488

[startup+0.301466 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10667
/proc/meminfo: memFree=1817456/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=24412 CPUtime=0.29
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 5269 0 0 0 17 12 0 0 19 0 1 0 188643050 24997888 4899 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 6103 4899 478 1256 0 4842 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24412

[startup+0.701536 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10667
/proc/meminfo: memFree=1817456/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=39828 CPUtime=0.69
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 8675 0 0 0 51 18 0 0 22 0 1 0 188643050 40783872 8273 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 9957 8273 620 1256 0 8696 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39828

[startup+1.50168 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10668
/proc/meminfo: memFree=1786152/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=40712 CPUtime=1.49
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 9240 0 0 0 130 19 0 0 25 0 1 0 188643050 41689088 8838 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 10178 8838 643 1256 0 8917 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40712

[startup+3.10197 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10668
/proc/meminfo: memFree=1783272/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=46216 CPUtime=3.09
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 10305 0 0 0 290 19 0 0 25 0 1 0 188643050 47325184 9903 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 11554 9903 665 1256 0 10293 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46216

[startup+6.30154 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10668
/proc/meminfo: memFree=1779696/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=46692 CPUtime=6.28
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 10401 0 0 0 608 20 0 0 25 0 1 0 188643050 47812608 9999 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 11673 9999 665 1256 0 10412 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46692

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10668
/proc/meminfo: memFree=1778672/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=47108 CPUtime=12.68
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 10707 0 0 0 1247 21 0 0 25 0 1 0 188643050 48238592 10305 1992294400 4194304 9342243 548682068736 18446744073709551615 6953121 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 11777 10305 674 1256 0 10516 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47108

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10668
/proc/meminfo: memFree=1777008/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=53256 CPUtime=25.48
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 12394 0 0 0 2522 26 0 0 25 0 1 0 188643050 54534144 10726 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 13314 10726 680 1256 0 12053 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 53256

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10668
/proc/meminfo: memFree=1777776/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=47156 CPUtime=51.07
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 12651 0 0 0 5078 29 0 0 25 0 1 0 188643050 48287744 10584 1992294400 4194304 9342243 548682068736 18446744073709551615 6965714 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 11789 10584 695 1256 0 10528 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47156

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10668
/proc/meminfo: memFree=1776752/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=48124 CPUtime=102.25
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 17418 0 0 0 10189 36 0 0 25 0 1 0 188643050 49278976 10785 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 12031 10785 702 1256 0 10770 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 48124

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10668
/proc/meminfo: memFree=1776112/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=48504 CPUtime=162.23
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 20366 0 0 0 16177 46 0 0 25 0 1 0 188643050 49668096 10984 1992294400 4194304 9342243 548682068736 18446744073709551615 6342056 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 12126 10984 702 1256 0 10865 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48504

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10668
/proc/meminfo: memFree=1777520/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=48400 CPUtime=222.2
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 25521 0 0 0 22162 58 0 0 25 0 1 0 188643050 49561600 10624 1992294400 4194304 9342243 548682068736 18446744073709551615 6953144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 12100 10624 702 1256 0 10839 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 48400

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10670
/proc/meminfo: memFree=1774960/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=50304 CPUtime=282.18
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 30285 0 0 0 28151 67 0 0 25 0 1 0 188643050 51511296 11304 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 12576 11304 705 1256 0 11315 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 50304

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10670
/proc/meminfo: memFree=1775664/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=50416 CPUtime=342.17
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 42282 0 0 0 34134 83 0 0 25 0 1 0 188643050 51625984 11079 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 12604 11079 705 1256 0 11343 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 50416

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10670
/proc/meminfo: memFree=1776304/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=50392 CPUtime=402.15
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 80862 0 0 0 40105 110 0 0 25 0 1 0 188643050 51601408 10910 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 12598 10910 705 1256 0 11337 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 50392

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10670
/proc/meminfo: memFree=1775664/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=52208 CPUtime=462.12
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 100862 0 0 0 46086 126 0 0 25 0 1 0 188643050 53460992 11007 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 13052 11007 707 1256 0 11791 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 52208

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10670
/proc/meminfo: memFree=1775920/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=53020 CPUtime=522.1
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 164995 0 0 0 52044 166 0 0 25 0 1 0 188643050 54292480 11016 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 13255 11016 708 1256 0 11994 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 53020

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10670
/proc/meminfo: memFree=1776048/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=52920 CPUtime=582.09
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 255141 0 0 0 57991 218 0 0 25 0 1 0 188643050 54190080 10945 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 13230 10945 708 1256 0 11969 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 52920

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10670
/proc/meminfo: memFree=1772016/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=54376 CPUtime=642.07
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 273146 0 0 0 63970 237 0 0 25 0 1 0 188643050 55681024 11978 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 13594 11978 708 1256 0 12333 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 54376

[startup+702.301 s]

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

/proc/meminfo: memFree=1767408/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=58088 CPUtime=1121.9
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 308819 0 0 0 111881 309 0 0 25 0 1 0 188643050 59482112 13041 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 14522 13041 708 1256 0 13261 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 58088

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1767216/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=58104 CPUtime=1181.87
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 310060 0 0 0 117870 317 0 0 25 0 1 0 188643050 59498496 13118 1992294400 4194304 9342243 548682068736 18446744073709551615 6960530 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 14526 13118 708 1256 0 13265 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 58104

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1767216/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=57928 CPUtime=1241.86
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 312165 0 0 0 123861 325 0 0 25 0 1 0 188643050 59318272 13105 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 14482 13105 708 1256 0 13221 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 57928

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1767536/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=58956 CPUtime=1301.84
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 320759 0 0 0 129843 341 0 0 25 0 1 0 188643050 60370944 13034 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 14739 13034 708 1256 0 13478 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 58956

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1767664/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=58108 CPUtime=1361.82
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 336065 0 0 0 135825 357 0 0 25 0 1 0 188643050 59502592 12950 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 14527 12950 708 1256 0 13266 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 58108

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1767728/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=58072 CPUtime=1421.8
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 352994 0 0 0 141804 376 0 0 25 0 1 0 188643050 59465728 12987 1992294400 4194304 9342243 548682068736 18446744073709551615 6224095 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 14518 12987 708 1256 0 13257 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 58072

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1765168/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=60720 CPUtime=1481.78
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 355153 0 0 0 147794 384 0 0 25 0 1 0 188643050 62177280 13596 1992294400 4194304 9342243 548682068736 18446744073709551615 6953112 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15180 13596 708 1256 0 13919 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 60720

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1763376/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=62736 CPUtime=1541.76
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 356329 0 0 0 153781 395 0 0 25 0 1 0 188643050 64241664 14078 1992294400 4194304 9342243 548682068736 18446744073709551615 6496567 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15684 14078 708 1256 0 14423 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 62736

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1762864/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=62772 CPUtime=1601.74
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 357839 0 0 0 159771 403 0 0 25 0 1 0 188643050 64278528 14161 1992294400 4194304 9342243 548682068736 18446744073709551615 6896664 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15693 14161 708 1256 0 14432 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 62772

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1762160/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=63632 CPUtime=1661.72
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 358582 0 0 0 165759 413 0 0 25 0 1 0 188643050 65159168 14342 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15908 14342 708 1256 0 14647 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 63632

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1761712/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=63636 CPUtime=1721.7
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 360505 0 0 0 171750 420 0 0 25 0 1 0 188643050 65163264 14432 1992294400 4194304 9342243 548682068736 18446744073709551615 6341732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15909 14432 708 1256 0 14648 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 63636

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1761520/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=63636 CPUtime=1781.68
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 361224 0 0 0 177741 427 0 0 25 0 1 0 188643050 65163264 14496 1992294400 4194304 9342243 548682068736 18446744073709551615 6951698 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15909 14496 709 1256 0 14648 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 63636

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1761520/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=63636 CPUtime=1784.88
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 361228 0 0 0 178061 427 0 0 25 0 1 0 188643050 65163264 14500 1992294400 4194304 9342243 548682068736 18446744073709551615 6926068 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15909 14500 709 1256 0 14648 0
Current children cumulated CPU time (s) 1784.88
Current children cumulated vsize (KiB) 63636

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1761712/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=62704 CPUtime=1791.28
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 361913 0 0 0 178700 428 0 0 25 0 1 0 188643050 64208896 14427 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15676 14427 709 1256 0 14415 0
Current children cumulated CPU time (s) 1791.28
Current children cumulated vsize (KiB) 62704

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1761712/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=62704 CPUtime=1792.88
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 361913 0 0 0 178859 429 0 0 25 0 1 0 188643050 64208896 14427 1992294400 4194304 9342243 548682068736 18446744073709551615 4266239 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15676 14427 709 1256 0 14415 0
Current children cumulated CPU time (s) 1792.88
Current children cumulated vsize (KiB) 62704

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1761712/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=62704 CPUtime=1794.48
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 361913 0 0 0 179019 429 0 0 25 0 1 0 188643050 64208896 14427 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15676 14427 709 1256 0 14415 0
Current children cumulated CPU time (s) 1794.48
Current children cumulated vsize (KiB) 62704

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1761712/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=62704 CPUtime=1794.88
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 361913 0 0 0 179059 429 0 0 25 0 1 0 188643050 64208896 14427 1992294400 4194304 9342243 548682068736 18446744073709551615 6867489 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15676 14427 709 1256 0 14415 0
Current children cumulated CPU time (s) 1794.88
Current children cumulated vsize (KiB) 62704

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1761712/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=62704 CPUtime=1795.27
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 361913 0 0 0 179098 429 0 0 25 0 1 0 188643050 64208896 14427 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10667/statm: 15676 14427 709 1256 0 14415 0
Current children cumulated CPU time (s) 1795.27
Current children cumulated vsize (KiB) 62704

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10676
/proc/meminfo: memFree=1761712/2055920 swapFree=4180864/4192956
[pid=10667] ppid=10665 vsize=54100 CPUtime=1795.37
/proc/10667/stat : 10667 (pbscip.linux.x8) R 10665 10667 9923 0 -1 4194304 361918 0 0 0 179108 429 0 0 17 0 1 0 188643050 55398400 12599 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/10667/statm: 13525 12599 1726 1256 0 12264 0
Current children cumulated CPU time (s) 1795.37
Current children cumulated vsize (KiB) 54100

Child status: 0
Real time (s): 1796.01
CPU time (s): 1795.4
CPU user time (s): 1791.09
CPU system time (s): 4.30535
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 69340

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

runsolver used 1.63875 second user time and 3.35049 second system time

The end

Launcher Data

Begin job on node12 at 2009-06-17 05:47:04
IDJOB=1870535
IDBENCH=48266
IDSOLVER=684
FILE ID=node12/1870535-1245210424
PBS_JOBID= 9368348
Free space on /tmp= 66236 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870535-1245210424/watcher-1870535-1245210424 -o /tmp/evaluation-result-1870535-1245210424/solver-1870535-1245210424 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870535-1245210424.opb

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

MD5SUM BENCH= 996170804397234947041ed4d87d3aa0
RANDOM SEED=2048357445

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1817872 kB
Buffers:         50836 kB
Cached:         135576 kB
SwapCached:       6300 kB
Active:          95884 kB
Inactive:        98880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817872 kB
SwapTotal:     4192956 kB
SwapFree:      4180864 kB
Dirty:           11808 kB
Writeback:           0 kB
Mapped:          13600 kB
Slab:            29296 kB
Committed_AS:   188704 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66224 MiB
End job on node12 at 2009-06-17 06:17:00