Trace number 1870567

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-22 1796.18 1796.83

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_4.opb
MD5SUMf7dd1b6b0a4946caf4c26a82905ed8fe
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -34
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)12520
Sum of products size (including duplicates)25040
Number of different products6260
Sum of products size12520

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.08	c SCIP version 1.1.0.7
0.00/0.08	c LP-Solver Clp 1.8.2
0.00/0.08	c user parameter file <scip.set> not found - using default parameters
0.00/0.08	c read problem <HOME/instance-1870567-1245212149.opb>
0.00/0.08	c original problem has 6660 variables (6660 bin, 0 int, 0 impl, 0 cont) and 6861 constraints
0.09/0.14	c start presolving problem
0.09/0.14	c presolving:
0.29/0.38	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 50480 impls, 400 clqs
0.69/0.78	c    (0.5s) probing: 101/6660 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.78	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.69/0.78	c presolving (2 rounds):
0.69/0.78	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.78	c  50480 implications, 400 cliques
0.69/0.78	c presolved problem has 6660 variables (6660 bin, 0 int, 0 impl, 0 cont) and 6861 constraints
0.69/0.78	c     400 constraints of type <setppc>
0.69/0.78	c    6260 constraints of type <and>
0.69/0.78	c       1 constraints of type <linear>
0.69/0.78	c     200 constraints of type <logicor>
0.69/0.78	c transformed objective value is always integral (scale: 1)
0.69/0.78	c Presolving Time: 0.48
0.69/0.79	c OPT-NLC
0.69/0.79	c -----------------------------------------------------------------------------------------------
0.69/0.79	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.79	c limits/memory = c 1620
0.69/0.79	c # maximal time in seconds to run
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.79	c limits/time = c 1791
0.69/0.79	c # frequency for displaying node information lines
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.79	c display/freq = c 10000
0.69/0.79	c -----------------------------------------------------------------------------------------------
0.69/0.79	c start solving problem
0.69/0.79	c 
1.29/1.34	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.34	c   1.0s|     1 |     0 |   541 |  30M|   0 | 426 |6660 |6861 |6861 |6660 |  13k|   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
1.29/1.36	o -8
1.29/1.36	c R 1.1s|     1 |     0 |   541 |  30M|   0 | 426 |6660 |6861 |6861 |6660 |  13k|   0 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
3.99/4.09	c   3.8s|     1 |     0 |  2385 |  30M|   0 |2106 |6660 |6861 |6861 |6660 |  13k|   3 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
15.28/15.31	c  14.9s|     1 |     0 |  7129 |  32M|   0 |1340 |6660 |6861 |6861 |6660 |  13k|   7 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
40.97/41.10	c  40.7s|     1 |     0 | 13132 |  32M|   0 |3501 |6660 |6861 |6861 |6660 |  13k|  13 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
47.06/47.20	c  46.8s|     1 |     0 | 13506 |  32M|   0 |3490 |6660 |6861 |6861 |6660 |  13k|  58 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
54.06/54.13	c  53.7s|     1 |     0 | 14034 |  32M|   0 |3455 |6660 |6861 |6861 |6660 |  13k|  72 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
54.06/54.19	o -9
54.06/54.19	c s53.7s|     1 |     0 | 14034 |  32M|   0 |3455 |6660 |6861 |6861 |6660 |  13k|  72 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
62.46/62.56	c  62.1s|     1 |     0 | 15034 |  32M|   0 |3500 |6660 |6861 |6861 |6660 |  13k|  75 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
69.45/69.58	c  69.1s|     1 |     0 | 15421 |  32M|   0 |3508 |6660 |6861 |6861 |6660 |  13k|  83 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
119.24/119.35	c   119s|     1 |     2 | 15421 |  32M|   0 |3508 |6660 |6861 |6861 |6660 |  13k|  83 |   0 |  18 |-1.000000e+02 |-9.000000e+00 |  91.00%
1737.28/1737.92	o -22
1737.28/1737.92	c f1732s|    14 |    15 |946068 |  36M|   4 |   - |6660 |6886 | 133 |6660 |4625 |6374 |  25 | 346 |-9.950000e+01 |-2.200000e+01 |  77.89%
1795.95/1796.68	c 
1795.95/1796.68	c SCIP Status        : solving was interrupted [time limit reached]
1795.95/1796.68	c Solving Time (sec) : 1791.01
1795.95/1796.68	c Solving Nodes      : 16
1795.95/1796.68	c Primal Bound       : -2.20000000000000e+01 (7 solutions)
1795.95/1796.68	c Dual Bound         : -9.94999999999999e+01
1795.95/1796.68	c Gap                : 77.89 %
1796.05/1796.70	c NODE         16
1796.05/1796.70	c DUAL BOUND   -99.5
1796.05/1796.70	c PRIMAL BOUND -22
1796.05/1796.70	c GAP          0.778894
1796.05/1796.70	s SATISFIABLE
1796.05/1796.70	v x371 -x383 x336 -x224 -x320 -x326 -x282 -x353 -x272 -x295 -x351 -x216 -x375 -x311 -x400 -x354 -x236 -x256 -x234 x289 -x316 -x307 
1796.05/1796.70	v -x242 -x328 -x366 -x209 -x349 -x346 -x293 -x277 -x218 -x276 -x281 -x396 -x359 -x261 -x208 -x337 -x252 -x285 -x243 -x230 x358 
1796.05/1796.70	v -x225 -x241 -x331 -x254 -x211 -x347 -x330 -x382 -x333 -x206 -x398 -x288 -x274 -x255 -x246 -x228 -x324 -x237 -x352 -x387 -x360 
1796.05/1796.70	v -x310 -x271 -x391 x363 -x357 -x339 -x329 -x259 -x258 -x217 -x385 -x389 -x265 x313 -x379 -x397 -x380 -x356 -x341 -x298 x279 
1796.05/1796.70	v -x269 -x260 x251 -x235 -x214 -x213 x286 -x378 -x249 -x264 -x306 -x361 -x268 -x233 -x247 -x301 -x203 -x381 -x334 -x270 -x266 
1796.05/1796.70	v -x250 -x239 -x297 -x291 -x370 -x362 -x308 -x340 -x392 -x232 -x394 -x373 -x317 x207 -x296 -x287 -x222 -x368 x348 -x390 -x388 -x372 
1796.05/1796.70	v -x367 -x314 -x312 x304 -x294 -x292 x290 -x278 -x248 -x244 -x227 -x219 -x212 -x210 -x344 -x273 x299 -x343 -x332 -x245 -x376 
1796.05/1796.70	v -x377 -x223 -x384 -x325 -x395 x220 x300 -x257 -x305 -x231 -x221 -x321 -x283 -x323 x201 -x399 -x393 -x335 x322 -x309 -x267 
1796.05/1796.70	v x263 -x262 -x253 -x240 -x238 -x319 x374 -x280 -x369 -x205 -x318 -x350 -x202 -x342 -x303 -x215 -x204 -x365 -x315 x355 -x345 -x386 
1796.05/1796.70	v -x229 -x226 x338 -x364 -x327 -x275 -x284 -x302 -x200 x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 
1796.05/1796.70	v -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 
1796.05/1796.70	v -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 
1796.05/1796.70	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 x126 -x125 
1796.05/1796.70	v -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1796.05/1796.70	v -x103 -x102 x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 
1796.05/1796.70	v -x78 -x77 -x76 -x75 -x74 x73 x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 x55 -x54 -x53 
1796.05/1796.70	v x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 x43 x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 -x28 -x27 
1796.05/1796.70	v -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 -x2 -x1 
1796.05/1796.70	c SCIP Status        : solving was interrupted [time limit reached]
1796.05/1796.70	c Solving Time       :    1791.01
1796.05/1796.70	c Original Problem   :
1796.05/1796.70	c   Problem name     : HOME/instance-1870567-1245212149.opb
1796.05/1796.70	c   Variables        : 6660 (6660 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.05/1796.70	c   Constraints      : 6861 initial, 6861 maximal
1796.05/1796.70	c Presolved Problem  :
1796.05/1796.70	c   Problem name     : t_HOME/instance-1870567-1245212149.opb
1796.05/1796.70	c   Variables        : 6660 (6660 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.05/1796.70	c   Constraints      : 6861 initial, 6886 maximal
1796.05/1796.70	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.05/1796.70	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.05/1796.70	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.05/1796.70	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.05/1796.70	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.05/1796.70	c   implics          :       0.01          0          0          0          0          0          0          0          0
1796.05/1796.70	c   probing          :       0.23          0          0          0          0          0          0          0          0
1796.05/1796.70	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1796.05/1796.70	c   and              :       0.16          0          0          0          0          0          0          0          0
1796.05/1796.70	c   linear           :       0.05          0          0          0          0          0          0          0          0
1796.05/1796.70	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1796.05/1796.70	c   root node        :          -          0          -          -          0          -          -          -          -
1796.05/1796.70	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.05/1796.70	c   integral         :          0          0          0         15          0          0          0          0          0         30
1796.05/1796.70	c   setppc           :        400          7       7603          0          1         10          0          0          0          0
1796.05/1796.70	c   and              :       6260         79       7593          0          1          6        487      68120          0          0
1796.05/1796.70	c   linear           :          1          7       7586          0          0          0          0          0          0          0
1796.05/1796.70	c   logicor          :        200+         7        693          0          1          0          6          0          0          0
1796.05/1796.70	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.05/1796.70	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.05/1796.70	c   integral         :     385.24       0.00       0.00     385.24       0.00
1796.05/1796.70	c   setppc           :       0.24       0.00       0.24       0.00       0.00
1796.05/1796.70	c   and              :       3.48       0.33       3.15       0.00       0.00
1796.05/1796.70	c   linear           :       0.17       0.02       0.15       0.00       0.00
1796.05/1796.70	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1796.05/1796.70	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.05/1796.70	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.05/1796.70	c   rootredcost      :       0.01          2          0          0
1796.05/1796.70	c   pseudoobj        :       0.10       7406          0          0
1796.05/1796.70	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.05/1796.70	c   propagation      :       0.01         16         16         33       96.1          0        0.0          -
1796.05/1796.70	c   infeasible LP    :       0.34        175          0          0        0.0          0        0.0          0
1796.05/1796.70	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.05/1796.70	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.05/1796.70	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.05/1796.70	c   applied globally :          -          -          -         25       70.7          -          -          -
1796.05/1796.70	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.05/1796.70	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.05/1796.70	c   cut pool         :       0.00          6          -          -          0          -    (maximal pool size: 151)
1796.05/1796.70	c   redcost          :       0.09         79          0          0          0          0
1796.05/1796.70	c   impliedbounds    :       0.04          7          0          0         88          0
1796.05/1796.70	c   intobj           :       0.00          0          0          0          0          0
1796.05/1796.70	c   gomory           :       9.38          7          0          0          0          0
1796.05/1796.70	c   strongcg         :       9.17          7          0          0        902          0
1796.05/1796.70	c   cmir             :       1.90          7          0          0          0          0
1796.05/1796.70	c   flowcover        :       1.82          7          0          0          0          0
1796.05/1796.70	c   clique           :       2.04          7          0          0         40          0
1796.05/1796.70	c   zerohalf         :       0.00          0          0          0          0          0
1796.05/1796.70	c   mcf              :       0.25          2          0          0          6          0
1796.05/1796.70	c Pricers            :       Time      Calls       Vars
1796.05/1796.70	c   problem variables:       0.00          0          0
1796.05/1796.70	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.05/1796.70	c   relpscost        :     385.24         15          0          0          0          0         30
1796.05/1796.70	c   pscost           :       0.00          0          0          0          0          0          0
1796.05/1796.70	c   inference        :       0.01          1          0          0          0          0          2
1796.05/1796.70	c   mostinf          :       0.00          0          0          0          0          0          0
1796.05/1796.70	c   leastinf         :       0.00          0          0          0          0          0          0
1796.05/1796.70	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.05/1796.70	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.05/1796.70	c   random           :       0.00          0          0          0          0          0          0
1796.05/1796.70	c Primal Heuristics  :       Time      Calls      Found
1796.05/1796.70	c   LP solutions     :       0.00          -          0
1796.05/1796.70	c   pseudo solutions :       0.00          -          0
1796.05/1796.70	c   oneopt           :       0.02          2          0
1796.05/1796.70	c   simplerounding   :       0.00          0          0
1796.05/1796.70	c   rounding         :       7.29         94          1
1796.05/1796.70	c   shifting         :       0.34          8          5
1796.05/1796.70	c   intshifting      :       0.00          0          0
1796.05/1796.70	c   fixandinfer      :       0.00          0          0
1796.05/1796.70	c   feaspump         :       0.00          0          0
1796.05/1796.70	c   coefdiving       :     113.15          1          0
1796.05/1796.70	c   pscostdiving     :     162.79          2          0
1796.05/1796.70	c   fracdiving       :     121.24          2          1
1796.05/1796.70	c   veclendiving     :     140.57          2          0
1796.05/1796.70	c   intdiving        :       0.00          0          0
1796.05/1796.70	c   actconsdiving    :       0.00          0          0
1796.05/1796.70	c   objpscostdiving  :     390.92          1          0
1796.05/1796.70	c   rootsoldiving    :       0.00          0          0
1796.05/1796.70	c   linesearchdiving :       0.00          0          0
1796.05/1796.70	c   guideddiving     :       0.00          0          0
1796.05/1796.70	c   octane           :       0.00          0          0
1796.05/1796.70	c   rens             :       0.01          0          0
1796.05/1796.70	c   rins             :       0.00          0          0
1796.05/1796.70	c   localbranching   :       0.00          0          0
1796.05/1796.70	c   mutation         :       0.00          0          0
1796.05/1796.70	c   crossover        :       0.00          0          0
1796.05/1796.70	c   dins             :       0.00          0          0
1796.05/1796.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.05/1796.70	c   primal LP        :      29.89          0          0       0.00       0.00
1796.05/1796.70	c   dual LP          :     412.28         95     229501    2415.80     556.66
1796.05/1796.70	c   barrier LP       :       0.00          0          0       0.00          -
1796.05/1796.70	c   diving/probing LP:     885.35       9596     732894      76.37     827.80
1796.05/1796.70	c   strong branching :     385.23        363     190502     524.80     494.51
1796.05/1796.70	c     (at root node) :          -         18      10440     580.00          -
1796.05/1796.70	c   conflict analysis:       0.00          0          0       0.00          -
1796.05/1796.70	c B&B Tree           :
1796.05/1796.70	c   number of runs   :          1
1796.05/1796.70	c   nodes            :         16
1796.05/1796.70	c   nodes (total)    :         16
1796.05/1796.70	c   nodes left       :         17
1796.05/1796.70	c   max depth        :          4
1796.05/1796.70	c   max depth (total):          4
1796.05/1796.70	c   backtracks       :          9 (56.2%)
1796.05/1796.70	c   delayed cutoffs  :          0
1796.05/1796.70	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.05/1796.70	c   avg switch length:       2.38
1796.05/1796.70	c   switching time   :      29.95
1796.05/1796.70	c Solution           :
1796.05/1796.70	c   Solutions found  :          7 (3 improvements)
1796.05/1796.70	c   Primal Bound     : -2.20000000000000e+01   (in run 1, after 14 nodes, 1732.45 seconds, depth 820, found by <fracdiving>)
1796.05/1796.70	c   Dual Bound       : -9.94999999999999e+01
1796.05/1796.70	c   Gap              :      77.89 %
1796.05/1796.70	c   Root Dual Bound  : -9.99999999999999e+01
1796.15/1796.82	c Time complete: 1796.17.

Verifier Data

OK	-22

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870567-1245212149/watcher-1870567-1245212149 -o /tmp/evaluation-result-1870567-1245212149/solver-1870567-1245212149 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870567-1245212149.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 3/64 2756
/proc/meminfo: memFree=1801740/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=5812 CPUtime=0
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 188812129 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/2756/statm: 1453 501 332 1256 0 192 0

[startup+0.099528 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2756
/proc/meminfo: memFree=1801740/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=23736 CPUtime=0.09
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 5294 0 0 0 8 1 0 0 18 0 1 0 188812129 24305664 4924 1992294400 4194304 9342243 548682068736 18446744073709551615 5858600 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 5934 4924 408 1256 0 4673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23736

[startup+0.101528 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2756
/proc/meminfo: memFree=1801740/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=23912 CPUtime=0.09
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 5344 0 0 0 8 1 0 0 18 0 1 0 188812129 24485888 4974 1992294400 4194304 9342243 548682068736 18446744073709551615 4803600 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 5978 4974 412 1256 0 4717 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23912

[startup+0.301561 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2756
/proc/meminfo: memFree=1801740/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=32668 CPUtime=0.29
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 7329 0 0 0 20 9 0 0 19 0 1 0 188812129 33452032 6959 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 8167 6959 446 1256 0 6906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32668

[startup+0.701629 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2756
/proc/meminfo: memFree=1801740/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=37316 CPUtime=0.69
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 8581 0 0 0 50 19 0 0 22 0 1 0 188812129 38211584 8211 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 9329 8211 493 1256 0 8068 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37316

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1747972/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=70088 CPUtime=1.49
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 15799 0 0 0 127 22 0 0 25 0 1 0 188812129 71770112 14948 1992294400 4194304 9342243 548682068736 18446744073709551615 6939160 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 17522 14948 640 1256 0 16261 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70088

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1738308/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=79916 CPUtime=3.09
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 18558 0 0 0 283 26 0 0 25 0 1 0 188812129 81833984 17704 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 19979 17704 668 1256 0 18718 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79916

[startup+6.30158 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1723540/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=90048 CPUtime=6.29
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 21054 0 0 0 601 28 0 0 25 0 1 0 188812129 92209152 20194 1992294400 4194304 9342243 548682068736 18446744073709551615 6960602 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 22512 20194 668 1256 0 21251 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90048

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1721756/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=91016 CPUtime=12.69
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 21453 0 0 0 1240 29 0 0 25 0 1 0 188812129 93200384 20593 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 22754 20593 668 1256 0 21493 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 91016

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1721692/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=91016 CPUtime=25.48
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 21495 0 0 0 2517 31 0 0 25 0 1 0 188812129 93200384 20635 1992294400 4194304 9342243 548682068736 18446744073709551615 6978102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 22754 20635 677 1256 0 21493 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 91016

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1720476/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=93460 CPUtime=51.06
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 22010 0 0 0 5071 35 0 0 25 0 1 0 188812129 95703040 20931 1992294400 4194304 9342243 548682068736 18446744073709551615 5575793 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 23365 20931 677 1256 0 22104 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 93460

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1719068/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=103032 CPUtime=102.24
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 30732 0 0 0 10179 45 0 0 25 0 1 0 188812129 105504768 21309 1992294400 4194304 9342243 548682068736 18446744073709551615 6960258 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 25758 21309 683 1256 0 24497 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 103032

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1719964/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=98340 CPUtime=162.22
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 33604 0 0 0 16171 51 0 0 25 0 1 0 188812129 100700160 21104 1992294400 4194304 9342243 548682068736 18446744073709551615 5874992 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 24585 21104 704 1256 0 23324 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 98340

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1719964/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=100132 CPUtime=222.21
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 34576 0 0 0 22164 57 0 0 25 0 1 0 188812129 102535168 21122 1992294400 4194304 9342243 548682068736 18446744073709551615 6341732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 25033 21122 705 1256 0 23772 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 100132

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1719324/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=102784 CPUtime=282.18
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 36475 0 0 0 28155 63 0 0 25 0 1 0 188812129 105250816 21274 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 25696 21274 705 1256 0 24435 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 102784

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1719324/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=102088 CPUtime=342.16
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 39335 0 0 0 34146 70 0 0 25 0 1 0 188812129 104538112 21273 1992294400 4194304 9342243 548682068736 18446744073709551615 6957673 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 25522 21273 705 1256 0 24261 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 102088

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1719388/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=91904 CPUtime=402.13
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 39493 0 0 0 40135 78 0 0 25 0 1 0 188812129 94109696 21212 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 22976 21212 705 1256 0 21715 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 91904

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1716700/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=94820 CPUtime=462.12
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 40195 0 0 0 46124 88 0 0 25 0 1 0 188812129 97095680 21914 1992294400 4194304 9342243 548682068736 18446744073709551615 6040766 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 23705 21914 708 1256 0 22444 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 94820

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1719836/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=91400 CPUtime=522.1
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 40862 0 0 0 52115 95 0 0 25 0 1 0 188812129 93593600 21141 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 22850 21141 708 1256 0 21589 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 91400

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1719772/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=95656 CPUtime=582.08
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 56725 0 0 0 58098 110 0 0 25 0 1 0 188812129 97951744 21112 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 23914 21112 708 1256 0 22653 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 95656

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1719580/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=97516 CPUtime=642.06
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 62259 0 0 0 64085 121 0 0 25 0 1 0 188812129 99856384 21184 1992294400 4194304 9342243 548682068736 18446744073709551615 6960333 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 24379 21184 708 1256 0 23118 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 97516

[startup+702.302 s]

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

/proc/meminfo: memFree=1716060/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=95748 CPUtime=1121.89
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 309085 0 0 0 111868 321 0 0 25 0 1 0 188812129 98045952 22045 1992294400 4194304 9342243 548682068736 18446744073709551615 6952907 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 23937 22045 710 1256 0 22676 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 95748

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1718172/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=95728 CPUtime=1181.86
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 315794 0 0 0 117854 332 0 0 25 0 1 0 188812129 98025472 21533 1992294400 4194304 9342243 548682068736 18446744073709551615 6081576 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 23932 21533 710 1256 0 22671 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 95728

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1717276/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=109380 CPUtime=1241.84
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 330448 0 0 0 123837 347 0 0 25 0 1 0 188812129 112005120 21730 1992294400 4194304 9342243 548682068736 18446744073709551615 6960255 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 27345 21730 710 1256 0 26084 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 109380

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1718876/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=96028 CPUtime=1301.83
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 352845 0 0 0 129814 369 0 0 25 0 1 0 188812129 98332672 21312 1992294400 4194304 9342243 548682068736 18446744073709551615 5874309 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 24007 21312 710 1256 0 22746 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 96028

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1715484/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=95740 CPUtime=1361.8
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 364292 0 0 0 135794 386 0 0 25 0 1 0 188812129 98037760 22171 1992294400 4194304 9342243 548682068736 18446744073709551615 6224580 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 23935 22171 711 1256 0 22674 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 95740

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1712796/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=107328 CPUtime=1421.79
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 365842 0 0 0 141785 394 0 0 25 0 1 0 188812129 109903872 22833 1992294400 4194304 9342243 548682068736 18446744073709551615 6356736 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 26832 22833 711 1256 0 25571 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 107328

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1713820/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=109876 CPUtime=1481.77
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 372951 0 0 0 147771 406 0 0 25 0 1 0 188812129 112513024 22573 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 27469 22573 711 1256 0 26208 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 109876

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1715292/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=101324 CPUtime=1541.75
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 390603 0 0 0 153752 423 0 0 25 0 1 0 188812129 103755776 22038 1992294400 4194304 9342243 548682068736 18446744073709551615 7531572 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 25331 22038 711 1256 0 24070 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 101324

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1716444/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=99972 CPUtime=1601.72
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 418775 0 0 0 159725 447 0 0 25 0 1 0 188812129 102371328 21932 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 24993 21932 711 1256 0 23732 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 99972

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1711452/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=99452 CPUtime=1661.7
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 439387 0 0 0 165703 467 0 0 25 0 1 0 188812129 101838848 23154 1992294400 4194304 9342243 548682068736 18446744073709551615 6039856 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 24863 23154 711 1256 0 23602 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 99452

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1710684/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=101352 CPUtime=1721.68
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 440831 0 0 0 171693 475 0 0 25 0 1 0 188812129 103784448 23351 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 25338 23351 711 1256 0 24077 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 101352

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1708892/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=104680 CPUtime=1781.65
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 455126 0 0 0 177675 490 0 0 25 0 1 0 188812129 107192320 23794 1992294400 4194304 9342243 548682068736 18446744073709551615 6081525 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 26170 23794 711 1256 0 24909 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 104680

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 2757
/proc/meminfo: memFree=1708700/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=104680 CPUtime=1784.86
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 455170 0 0 0 177995 491 0 0 25 0 1 0 188812129 107192320 23838 1992294400 4194304 9342243 548682068736 18446744073709551615 6040633 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 26170 23838 711 1256 0 24909 0
Current children cumulated CPU time (s) 1784.86
Current children cumulated vsize (KiB) 104680

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1709852/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=106292 CPUtime=1791.26
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 456980 0 0 0 178633 493 0 0 25 0 1 0 188812129 108843008 23705 1992294400 4194304 9342243 548682068736 18446744073709551615 6944026 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 26573 23705 711 1256 0 25312 0
Current children cumulated CPU time (s) 1791.26
Current children cumulated vsize (KiB) 106292

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1709340/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=106348 CPUtime=1794.45
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 459979 0 0 0 178950 495 0 0 25 0 1 0 188812129 108900352 23684 1992294400 4194304 9342243 548682068736 18446744073709551615 6944026 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 26587 23684 711 1256 0 25326 0
Current children cumulated CPU time (s) 1794.45
Current children cumulated vsize (KiB) 106348

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1709340/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=106368 CPUtime=1795.25
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 460696 0 0 0 179030 495 0 0 25 0 1 0 188812129 108920832 23534 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 26592 23534 711 1256 0 25331 0
Current children cumulated CPU time (s) 1795.25
Current children cumulated vsize (KiB) 106368

[startup+1796.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1709596/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=104780 CPUtime=1795.66
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 461088 0 0 0 179070 496 0 0 25 0 1 0 188812129 107294720 23693 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2756/statm: 26195 23693 711 1256 0 24934 0
Current children cumulated CPU time (s) 1795.66
Current children cumulated vsize (KiB) 104780

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1709596/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=104780 CPUtime=1796.05
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 461122 0 0 0 179109 496 0 0 25 0 1 0 188812129 107294720 23727 1992294400 4194304 9342243 548682068736 18446744073709551615 4685941 0 0 4096 0 0 0 0 17 1 0 0
/proc/2756/statm: 26195 23727 711 1256 0 24934 0
Current children cumulated CPU time (s) 1796.05
Current children cumulated vsize (KiB) 104780

[startup+1796.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2757
/proc/meminfo: memFree=1709596/2055920 swapFree=4181368/4192956
[pid=2756] ppid=2754 vsize=104780 CPUtime=1796.15
/proc/2756/stat : 2756 (pbscip.linux.x8) R 2754 2756 2258 0 -1 4194304 461126 0 0 0 179119 496 0 0 25 0 1 0 188812129 107294720 22212 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 0 0 0
/proc/2756/statm: 26195 22212 715 1256 0 24934 0
Current children cumulated CPU time (s) 1796.15
Current children cumulated vsize (KiB) 104780

Child status: 0
Real time (s): 1796.83
CPU time (s): 1796.18
CPU user time (s): 1791.2
CPU system time (s): 4.97724
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 119088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.2
system time used= 4.97724
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461129
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3959

runsolver used 1.17682 second user time and 3.81242 second system time

The end

Launcher Data

Begin job on node43 at 2009-06-17 06:15:49
IDJOB=1870567
IDBENCH=48282
IDSOLVER=684
FILE ID=node43/1870567-1245212149
PBS_JOBID= 9368381
Free space on /tmp= 66192 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_25_4.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-1870567-1245212149/watcher-1870567-1245212149 -o /tmp/evaluation-result-1870567-1245212149/solver-1870567-1245212149 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870567-1245212149.opb

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

MD5SUM BENCH= f7dd1b6b0a4946caf4c26a82905ed8fe
RANDOM SEED=486406371

node43.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:       1802156 kB
Buffers:         59204 kB
Cached:         132780 kB
SwapCached:       5352 kB
Active:          85224 kB
Inactive:       114632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802156 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:           12212 kB
Writeback:           0 kB
Mapped:          13588 kB
Slab:            39864 kB
Committed_AS:   182468 kB
PageTables:       1452 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= 66180 MiB
End job on node43 at 2009-06-17 06:45:46