Trace number 1870569

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-51 1795.23 1795.68

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_1.opb
MD5SUM74165f17686851db36d48a05683565a5
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-51
Best CPU time to get the best result obtained on this benchmark1795.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -58
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)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

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-1870569-1245212220.opb>
0.00/0.04	c original problem has 2882 variables (2882 bin, 0 int, 0 impl, 0 cont) and 3083 constraints
0.05/0.07	c start presolving problem
0.05/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, 20256 impls, 400 clqs
0.39/0.44	c    (0.2s) probing: 101/2882 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.44	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.44	c presolving (2 rounds):
0.39/0.44	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.44	c  20256 implications, 400 cliques
0.39/0.44	c presolved problem has 2882 variables (2882 bin, 0 int, 0 impl, 0 cont) and 3083 constraints
0.39/0.44	c     400 constraints of type <setppc>
0.39/0.44	c    2482 constraints of type <and>
0.39/0.44	c       1 constraints of type <linear>
0.39/0.44	c     200 constraints of type <logicor>
0.39/0.44	c transformed objective value is always integral (scale: 1)
0.39/0.44	c Presolving Time: 0.22
0.39/0.44	c OPT-NLC
0.39/0.44	c -----------------------------------------------------------------------------------------------
0.39/0.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/memory = c 1620
0.39/0.44	c # maximal time in seconds to run
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/time = c 1791
0.39/0.44	c # frequency for displaying node information lines
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.44	c display/freq = c 10000
0.39/0.44	c -----------------------------------------------------------------------------------------------
0.39/0.44	c start solving problem
0.39/0.44	c 
0.79/0.84	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.84	c   0.6s|     1 |     0 |   815 |  13M|   0 | 678 |2882 |3083 |3083 |2882 |5565 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
0.79/0.87	o -6
0.79/0.87	c s 0.6s|     1 |     0 |   815 |  13M|   0 | 678 |2882 |3083 |3083 |2882 |5565 |   0 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
3.30/3.40	c   3.1s|     1 |     0 |  2700 |  13M|   0 |1216 |2882 |3083 |3083 |2882 |5576 |  11 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
8.19/8.21	c   8.0s|     1 |     0 |  3585 |  14M|   0 |1143 |2882 |3083 |3083 |2882 |5580 |  15 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
15.59/15.69	c  15.4s|     1 |     0 |  5464 |  14M|   0 |1622 |2882 |3083 |3083 |2882 |5584 |  19 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
15.69/15.73	o -9
15.69/15.73	c s15.5s|     1 |     0 |  5464 |  14M|   0 |1622 |2882 |3083 |3083 |2882 |5584 |  19 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
17.59/17.60	c  17.3s|     1 |     0 |  5549 |  14M|   0 |1619 |2882 |3083 |3083 |2882 |5596 |  31 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
19.39/19.42	c  19.1s|     1 |     0 |  5588 |  14M|   0 |1619 |2882 |3083 |3083 |2882 |5600 |  35 |   0 |   0 |-1.000000e+02 |-9.000000e+00 |  91.00%
19.39/19.46	o -10
19.39/19.46	c s19.2s|     1 |     0 |  5588 |  14M|   0 |1619 |2882 |3083 |3083 |2882 |5600 |  35 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
21.19/21.22	c  20.9s|     1 |     0 |  5642 |  14M|   0 |1619 |2882 |3083 |3083 |2882 |5603 |  38 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
33.17/33.28	c  33.0s|     1 |     2 |  5642 |  14M|   0 |1619 |2882 |3083 |3083 |2882 |5603 |  38 |   0 |  18 |-1.000000e+02 |-1.000000e+01 |  90.00%
494.95/495.18	o -50
494.95/495.18	c l 494s|    21 |    22 |440051 |  15M|  13 |   - |2882 |3095 |  91 |2882 |2865 |2456 |  12 | 408 |-9.950000e+01 |-5.000000e+01 |  49.75%
1386.44/1386.85	o -51
1386.44/1386.85	c l1383s|   105 |   106 |  1224k|  16M|  17 |   - |2882 |3138 | 105 |2882 |3178 |7505 |  55 | 899 |-9.821049e+01 |-5.100000e+01 |  48.07%
1795.14/1795.62	c 
1795.14/1795.62	c SCIP Status        : solving was interrupted [time limit reached]
1795.14/1795.62	c Solving Time (sec) : 1791.00
1795.14/1795.62	c Solving Nodes      : 143
1795.14/1795.62	c Primal Bound       : -5.10000000000000e+01 (6 solutions)
1795.14/1795.62	c Dual Bound         : -9.82104902252238e+01
1795.14/1795.62	c Gap                : 48.07 %
1795.14/1795.62	c NODE         143
1795.14/1795.62	c DUAL BOUND   -98.2105
1795.14/1795.62	c PRIMAL BOUND -51
1795.14/1795.62	c GAP          0.480707
1795.14/1795.62	s SATISFIABLE
1795.14/1795.62	v -x313 -x342 -x248 x392 -x390 -x358 -x297 -x348 -x254 -x386 -x286 -x345 x376 -x231 x294 -x280 -x360 x382 -x332 -x255 x323 x321 x359 
1795.14/1795.62	v -x343 -x224 x353 -x256 -x391 -x239 -x237 -x300 -x370 -x349 -x335 -x305 x317 x377 -x395 -x361 x367 -x299 -x267 -x238 -x352 
1795.14/1795.62	v -x233 x218 x283 -x269 -x344 -x388 -x217 x289 -x380 -x356 -x322 -x216 -x339 -x319 -x312 -x246 -x350 -x347 -x249 -x271 -x272 -x329 
1795.14/1795.62	v -x308 -x284 -x307 -x366 x354 x334 -x275 -x310 -x372 -x232 -x362 -x315 -x236 -x241 -x220 -x290 -x281 -x375 -x262 x302 -x253 
1795.14/1795.62	v -x318 -x303 -x298 -x210 -x234 -x295 -x213 -x340 x245 x261 x400 -x355 -x252 -x389 -x379 -x277 -x208 -x276 x266 -x219 x351 -x244 
1795.14/1795.62	v -x365 -x215 x346 -x207 -x301 x264 -x235 x314 -x247 -x328 x285 -x326 x306 -x206 -x398 -x288 -x279 -x278 -x265 -x258 x242 
1795.14/1795.62	v x226 -x282 -x397 x357 -x381 -x292 -x214 -x205 x393 -x311 -x296 -x274 -x240 -x225 x221 x371 x325 x338 -x385 -x320 x374 x399 -x309 
1795.14/1795.62	v -x209 x257 x270 -x259 -x223 x330 -x203 -x396 -x273 -x251 -x243 x204 -x268 -x324 x263 x331 -x383 -x230 x368 -x369 x212 x202 
1795.14/1795.62	v -x211 x337 -x373 -x227 -x341 -x327 x364 x260 x291 x228 -x363 -x201 -x333 -x304 -x229 -x222 -x250 -x293 -x387 -x336 -x394 -x316 
1795.14/1795.62	v -x378 -x287 -x384 -x200 -x199 -x198 x197 x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 x186 x185 x184 -x183 -x182 
1795.14/1795.62	v x181 x180 -x179 x178 -x177 -x176 x175 -x174 x173 x172 -x171 -x170 x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 
1795.14/1795.62	v -x159 -x158 -x157 x156 -x155 -x154 -x153 x152 -x151 x150 x149 -x148 -x147 -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 
1795.14/1795.62	v -x138 -x137 x136 x135 -x134 x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 -x121 -x120 -x119 x118 -x117 
1795.14/1795.62	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.14/1795.62	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 
1795.14/1795.62	v -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 x56 x55 x54 x53 x52 -x51 x50 -x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 
1795.14/1795.62	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.14/1795.62	v x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
1795.14/1795.62	c SCIP Status        : solving was interrupted [time limit reached]
1795.14/1795.62	c Solving Time       :    1791.00
1795.14/1795.62	c Original Problem   :
1795.14/1795.62	c   Problem name     : HOME/instance-1870569-1245212220.opb
1795.14/1795.62	c   Variables        : 2882 (2882 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.14/1795.62	c   Constraints      : 3083 initial, 3083 maximal
1795.14/1795.62	c Presolved Problem  :
1795.14/1795.62	c   Problem name     : t_HOME/instance-1870569-1245212220.opb
1795.14/1795.62	c   Variables        : 2882 (2882 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.14/1795.62	c   Constraints      : 3083 initial, 3164 maximal
1795.14/1795.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.14/1795.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.14/1795.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.14/1795.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.14/1795.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.14/1795.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.14/1795.62	c   probing          :       0.07          0          0          0          0          0          0          0          0
1795.14/1795.62	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1795.14/1795.62	c   and              :       0.10          0          0          0          0          0          0          0          0
1795.14/1795.62	c   linear           :       0.03          0          0          0          0          0          0          0          0
1795.14/1795.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.14/1795.62	c   root node        :          -          0          -          -          0          -          -          -          -
1795.14/1795.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.14/1795.62	c   integral         :          0          0          0        143          0          0          1          0          0        284
1795.14/1795.62	c   setppc           :        400          6      20356          0          1          4        109          0          0          0
1795.14/1795.62	c   and              :       2482        434      20351          0          1         77       3390      17613          0          0
1795.14/1795.62	c   linear           :          1          6      20272          0          0          0          0          0          0          0
1795.14/1795.62	c   logicor          :        200+         6       1692          0          1          0         87          0          0          0
1795.14/1795.62	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1795.14/1795.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.14/1795.62	c   integral         :     357.66       0.00       0.00     357.66       0.00
1795.14/1795.62	c   setppc           :       0.60       0.00       0.60       0.00       0.00
1795.14/1795.62	c   and              :       4.99       1.07       3.92       0.00       0.00
1795.14/1795.62	c   linear           :       0.25       0.00       0.25       0.00       0.00
1795.14/1795.62	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1795.14/1795.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.14/1795.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.14/1795.62	c   rootredcost      :       0.02          3          0          0
1795.14/1795.62	c   pseudoobj        :       0.34      20183          0          0
1795.14/1795.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.14/1795.62	c   propagation      :       0.00         81         81         81        2.0          0        0.0          -
1795.14/1795.62	c   infeasible LP    :       0.06        101          0          0        0.0          0        0.0          0
1795.14/1795.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.14/1795.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.14/1795.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.14/1795.62	c   applied globally :          -          -          -         81        2.0          -          -          -
1795.14/1795.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.14/1795.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.14/1795.62	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 107)
1795.14/1795.62	c   redcost          :       0.14        434          0          0          0          0
1795.14/1795.62	c   impliedbounds    :       0.01          6          0          0         12          0
1795.14/1795.62	c   intobj           :       0.00          0          0          0          0          0
1795.14/1795.62	c   gomory           :       7.16          6          0          0        364          0
1795.14/1795.62	c   strongcg         :       6.06          6          0          0        440          0
1795.14/1795.62	c   cmir             :       0.44          6          0          0          0          0
1795.14/1795.62	c   flowcover        :       0.36          6          0          0          0          0
1795.14/1795.62	c   clique           :       0.45          6          0          0         36          0
1795.14/1795.62	c   zerohalf         :       0.00          0          0          0          0          0
1795.14/1795.62	c   mcf              :       0.01          1          0          0          0          0
1795.14/1795.62	c Pricers            :       Time      Calls       Vars
1795.14/1795.62	c   problem variables:       0.00          0          0
1795.14/1795.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.14/1795.62	c   relpscost        :     357.66        143          0          1          0          0        284
1795.14/1795.62	c   pscost           :       0.00          0          0          0          0          0          0
1795.14/1795.62	c   inference        :       0.00          1          0          0          0          0          2
1795.14/1795.62	c   mostinf          :       0.00          0          0          0          0          0          0
1795.14/1795.62	c   leastinf         :       0.00          0          0          0          0          0          0
1795.14/1795.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.14/1795.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.14/1795.62	c   random           :       0.00          0          0          0          0          0          0
1795.14/1795.62	c Primal Heuristics  :       Time      Calls      Found
1795.14/1795.62	c   LP solutions     :       0.00          -          0
1795.14/1795.62	c   pseudo solutions :       0.00          -          0
1795.14/1795.62	c   crossover        :       0.00          0          0
1795.14/1795.62	c   intshifting      :       0.00          0          0
1795.14/1795.62	c   oneopt           :       0.01          3          0
1795.14/1795.62	c   simplerounding   :       0.00          0          0
1795.14/1795.62	c   rounding         :       2.89        242          0
1795.14/1795.62	c   shifting         :       0.71         35          4
1795.14/1795.62	c   fixandinfer      :       0.00          0          0
1795.14/1795.62	c   feaspump         :       0.00          0          0
1795.14/1795.62	c   coefdiving       :      82.53          3          0
1795.14/1795.62	c   pscostdiving     :      90.89          3          0
1795.14/1795.62	c   fracdiving       :      65.30          3          0
1795.14/1795.62	c   veclendiving     :      85.25          4          0
1795.14/1795.62	c   intdiving        :       0.00          0          0
1795.14/1795.62	c   actconsdiving    :       0.00          0          0
1795.14/1795.62	c   objpscostdiving  :     129.36          1          0
1795.14/1795.62	c   rootsoldiving    :      31.54          2          0
1795.14/1795.62	c   linesearchdiving :     207.90         10          2
1795.14/1795.62	c   guideddiving     :      82.43          3          0
1795.14/1795.62	c   octane           :       0.00          0          0
1795.14/1795.62	c   rens             :       0.00          0          0
1795.14/1795.62	c   rins             :       0.00          0          0
1795.14/1795.62	c   localbranching   :       0.00          0          0
1795.14/1795.62	c   mutation         :       0.00          0          0
1795.14/1795.62	c   dins             :       0.00          0          0
1795.14/1795.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.14/1795.62	c   primal LP        :      86.33          0          0       0.00       0.00
1795.14/1795.62	c   dual LP          :     550.42        444     508994    1146.38     924.74
1795.14/1795.62	c   barrier LP       :       0.00          0          0       0.00          -
1795.14/1795.62	c   diving/probing LP:     735.40      17192    1105461      64.30    1503.21
1795.14/1795.62	c   strong branching :     357.50       1080     360185     333.50    1007.51
1795.14/1795.62	c     (at root node) :          -         18       6696     372.00          -
1795.14/1795.62	c   conflict analysis:       0.00          0          0       0.00          -
1795.14/1795.62	c B&B Tree           :
1795.14/1795.62	c   number of runs   :          1
1795.14/1795.62	c   nodes            :        143
1795.14/1795.62	c   nodes (total)    :        143
1795.14/1795.62	c   nodes left       :        144
1795.14/1795.62	c   max depth        :         18
1795.14/1795.62	c   max depth (total):         18
1795.14/1795.62	c   backtracks       :         47 (32.9%)
1795.14/1795.62	c   delayed cutoffs  :          0
1795.14/1795.62	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.14/1795.62	c   avg switch length:       4.18
1795.14/1795.62	c   switching time   :      86.46
1795.14/1795.62	c Solution           :
1795.14/1795.62	c   Solutions found  :          6 (5 improvements)
1795.14/1795.62	c   Primal Bound     : -5.10000000000000e+01   (in run 1, after 105 nodes, 1383.12 seconds, depth 588, found by <linesearchdiving>)
1795.14/1795.62	c   Dual Bound       : -9.82104902252238e+01
1795.14/1795.62	c   Gap              :      48.07 %
1795.14/1795.62	c   Root Dual Bound  : -9.99999999999996e+01
1795.14/1795.68	c Time complete: 1795.23.

Verifier Data

OK	-51

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870569-1245212220/watcher-1870569-1245212220 -o /tmp/evaluation-result-1870569-1245212220/solver-1870569-1245212220 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870569-1245212220.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: 0.99 0.98 0.99 3/64 1767
/proc/meminfo: memFree=1787776/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=5812 CPUtime=0
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 520 0 0 0 0 0 0 0 18 0 1 0 188821738 5951488 505 1992294400 4194304 9342243 548682068736 18446744073709551615 8143536 0 0 4096 0 0 0 0 17 1 0 0
/proc/1767/statm: 1454 516 345 1256 0 193 0

[startup+0.064255 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1767
/proc/meminfo: memFree=1787776/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=19076 CPUtime=0.05
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 4144 0 0 0 4 1 0 0 18 0 1 0 188821738 19533824 3774 1992294400 4194304 9342243 548682068736 18446744073709551615 5009264 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 4769 3774 416 1256 0 3508 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19076

[startup+0.101258 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1767
/proc/meminfo: memFree=1787776/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=22468 CPUtime=0.09
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 4751 0 0 0 7 2 0 0 18 0 1 0 188821738 23007232 4381 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 5617 4381 446 1256 0 4356 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22468

[startup+0.301277 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1767
/proc/meminfo: memFree=1787776/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=25236 CPUtime=0.29
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 5475 0 0 0 16 13 0 0 19 0 1 0 188821738 25841664 5105 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 6309 5105 478 1256 0 5048 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25236

[startup+0.701312 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1767
/proc/meminfo: memFree=1787776/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=38648 CPUtime=0.69
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 8385 0 0 0 50 19 0 0 22 0 1 0 188821738 39575552 7984 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 9662 7984 620 1256 0 8401 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38648

[startup+1.50238 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1756792/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=41360 CPUtime=1.49
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 9360 0 0 0 129 20 0 0 25 0 1 0 188821738 42352640 8959 1992294400 4194304 9342243 548682068736 18446744073709551615 6939005 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 10340 8959 644 1256 0 9079 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41360

[startup+3.10153 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1751480/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=45904 CPUtime=3.1
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 10185 0 0 0 288 22 0 0 25 0 1 0 188821738 47005696 9784 1992294400 4194304 9342243 548682068736 18446744073709551615 6970160 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 11476 9784 665 1256 0 10215 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 45904

[startup+6.30182 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1750840/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=45904 CPUtime=6.29
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 10273 0 0 0 607 22 0 0 25 0 1 0 188821738 47005696 9872 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 11476 9872 665 1256 0 10215 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45904

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1748984/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=47740 CPUtime=12.69
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 10671 0 0 0 1246 23 0 0 25 0 1 0 188821738 48885760 10270 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 11935 10270 665 1256 0 10674 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47740

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1747128/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=54004 CPUtime=25.48
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 12862 0 0 0 2521 27 0 0 25 0 1 0 188821738 55300096 10746 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 13501 10746 680 1256 0 12240 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54004

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1748280/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=50192 CPUtime=51.07
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 14607 0 0 0 5077 30 0 0 25 0 1 0 188821738 51396608 10509 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 12548 10509 702 1256 0 11287 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50192

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1748152/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=51468 CPUtime=102.26
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 20803 0 0 0 10189 37 0 0 25 0 1 0 188821738 52703232 10530 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 12867 10530 702 1256 0 11606 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 51468

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1747640/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=51696 CPUtime=162.24
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 22947 0 0 0 16177 47 0 0 25 0 1 0 188821738 52936704 10663 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 12924 10663 702 1256 0 11663 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 51696

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1745400/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=49532 CPUtime=222.22
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 25351 0 0 0 22165 57 0 0 25 0 1 0 188821738 50720768 11235 1992294400 4194304 9342243 548682068736 18446744073709551615 6978094 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 12383 11235 708 1256 0 11122 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 49532

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1745208/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=50276 CPUtime=282.21
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 26388 0 0 0 28154 67 0 0 25 0 1 0 188821738 51482624 11271 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 12569 11271 708 1256 0 11308 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 50276

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1744888/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=50276 CPUtime=342.19
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 26468 0 0 0 34142 77 0 0 25 0 1 0 188821738 51482624 11351 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 12569 11351 708 1256 0 11308 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 50276

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1744632/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=50220 CPUtime=402.18
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 28165 0 0 0 40131 87 0 0 25 0 1 0 188821738 51425280 11360 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 12555 11360 708 1256 0 11294 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 50220

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1745528/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=55328 CPUtime=462.17
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 42180 0 0 0 46116 101 0 0 25 0 1 0 188821738 56655872 11172 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 13832 11172 708 1256 0 12571 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 55328

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1746360/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=51320 CPUtime=522.15
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 68499 0 0 0 52096 119 0 0 25 0 1 0 188821738 52551680 10938 1992294400 4194304 9342243 548682068736 18446744073709551615 6064995 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 12830 10938 709 1256 0 11569 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 51320

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1745720/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=51808 CPUtime=582.14
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 113434 0 0 0 58060 154 0 0 25 0 1 0 188821738 53051392 11076 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 12952 11076 709 1256 0 11691 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 51808

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1768
/proc/meminfo: memFree=1743224/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=52492 CPUtime=642.12
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 163852 0 0 0 64024 188 0 0 25 0 1 0 188821738 53751808 11696 1992294400 4194304 9342243 548682068736 18446744073709551615 6978066 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 13123 11696 709 1256 0 11862 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 52492

[startup+702.302 s]

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

/proc/meminfo: memFree=1738808/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=57200 CPUtime=1122.01
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 220836 0 0 0 111920 281 0 0 25 0 1 0 188821738 58572800 12811 1992294400 4194304 9342243 548682068736 18446744073709551615 5734747 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 14300 12811 709 1256 0 13039 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 57200

[startup+1182.3 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 1768
/proc/meminfo: memFree=1737976/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=57200 CPUtime=1181.99
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 222696 0 0 0 117910 289 0 0 25 0 1 0 188821738 58572800 12970 1992294400 4194304 9342243 548682068736 18446744073709551615 6959593 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 14300 12970 709 1256 0 13039 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 57200

[startup+1242.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/65 1768
/proc/meminfo: memFree=1739320/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=63216 CPUtime=1241.98
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 226071 0 0 0 123900 298 0 0 25 0 1 0 188821738 64733184 12660 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 15804 12660 709 1256 0 14543 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 63216

[startup+1302.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 1768
/proc/meminfo: memFree=1738552/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=58684 CPUtime=1301.97
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 245160 0 0 0 129882 315 0 0 25 0 1 0 188821738 60092416 12853 1992294400 4194304 9342243 548682068736 18446744073709551615 6938543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 14671 12853 709 1256 0 13410 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 58684

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 1768
/proc/meminfo: memFree=1738424/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=57812 CPUtime=1361.95
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 253206 0 0 0 135869 326 0 0 25 0 1 0 188821738 59199488 12968 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 14453 12968 709 1256 0 13192 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 57812

[startup+1422.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 1768
/proc/meminfo: memFree=1738040/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=57804 CPUtime=1421.94
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 269419 0 0 0 141851 343 0 0 25 0 1 0 188821738 59191296 12966 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 14451 12966 709 1256 0 13190 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 57804

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 1768
/proc/meminfo: memFree=1737656/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=58236 CPUtime=1481.92
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 270757 0 0 0 147838 354 0 0 25 0 1 0 188821738 59633664 13068 1992294400 4194304 9342243 548682068736 18446744073709551615 6960346 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 14559 13068 709 1256 0 13298 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 58236

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1768
/proc/meminfo: memFree=1738040/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=64288 CPUtime=1541.9
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 287440 0 0 0 153821 369 0 0 25 0 1 0 188821738 65830912 12971 1992294400 4194304 9342243 548682068736 18446744073709551615 6342109 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 16072 12971 709 1256 0 14811 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 64288

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1768
/proc/meminfo: memFree=1737976/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=57792 CPUtime=1601.89
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 298305 0 0 0 159807 382 0 0 25 0 1 0 188821738 59179008 12980 1992294400 4194304 9342243 548682068736 18446744073709551615 5869932 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 14448 12980 709 1256 0 13187 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 57792

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1768
/proc/meminfo: memFree=1736184/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=60556 CPUtime=1661.88
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 311584 0 0 0 165792 396 0 0 25 0 1 0 188821738 62009344 13431 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 15139 13431 709 1256 0 13878 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 60556

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1768
/proc/meminfo: memFree=1734264/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=60556 CPUtime=1721.86
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 313352 0 0 0 171782 404 0 0 25 0 1 0 188821738 62009344 13863 1992294400 4194304 9342243 548682068736 18446744073709551615 5868542 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 15139 13863 709 1256 0 13878 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 60556

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1768
/proc/meminfo: memFree=1734200/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=60572 CPUtime=1781.85
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 315257 0 0 0 177774 411 0 0 25 0 1 0 188821738 62025728 13878 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 15143 13878 709 1256 0 13882 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 60572

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 1768
/proc/meminfo: memFree=1734200/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=60572 CPUtime=1785.05
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 315260 0 0 0 178093 412 0 0 25 0 1 0 188821738 62025728 13881 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 15143 13881 709 1256 0 13882 0
Current children cumulated CPU time (s) 1785.05
Current children cumulated vsize (KiB) 60572

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1768
/proc/meminfo: memFree=1734072/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=61584 CPUtime=1791.45
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 315314 0 0 0 178733 412 0 0 25 0 1 0 188821738 63062016 13935 1992294400 4194304 9342243 548682068736 18446744073709551615 6978074 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 15396 13935 709 1256 0 14135 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 61584

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1768
/proc/meminfo: memFree=1734072/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=61584 CPUtime=1793.04
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 315314 0 0 0 178892 412 0 0 25 0 1 0 188821738 63062016 13935 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 15396 13935 709 1256 0 14135 0
Current children cumulated CPU time (s) 1793.04
Current children cumulated vsize (KiB) 61584

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1768
/proc/meminfo: memFree=1734072/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=61584 CPUtime=1793.85
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 315314 0 0 0 178972 413 0 0 25 0 1 0 188821738 63062016 13935 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 15396 13935 709 1256 0 14135 0
Current children cumulated CPU time (s) 1793.85
Current children cumulated vsize (KiB) 61584

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1768
/proc/meminfo: memFree=1734072/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=61584 CPUtime=1794.65
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 315314 0 0 0 179052 413 0 0 25 0 1 0 188821738 63062016 13935 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 15396 13935 709 1256 0 14135 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 61584

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1768
/proc/meminfo: memFree=1734072/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=61584 CPUtime=1795.04
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 315314 0 0 0 179091 413 0 0 25 0 1 0 188821738 63062016 13935 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 15396 13935 709 1256 0 14135 0
Current children cumulated CPU time (s) 1795.04
Current children cumulated vsize (KiB) 61584

[startup+1795.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1768
/proc/meminfo: memFree=1734072/2055920 swapFree=4181500/4192956
[pid=1767] ppid=1765 vsize=61584 CPUtime=1795.14
/proc/1767/stat : 1767 (pbscip.linux.x8) R 1765 1767 1590 0 -1 4194304 315314 0 0 0 179101 413 0 0 25 0 1 0 188821738 63062016 13935 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1767/statm: 15396 13935 709 1256 0 14135 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 61584

Child status: 0
Real time (s): 1795.68
CPU time (s): 1795.23
CPU user time (s): 1791.09
CPU system time (s): 4.14237
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 65768

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

runsolver used 1.13183 second user time and 3.9144 second system time

The end

Launcher Data

Begin job on node25 at 2009-06-17 06:17:00
IDJOB=1870569
IDBENCH=48283
IDSOLVER=684
FILE ID=node25/1870569-1245212220
PBS_JOBID= 9368401
Free space on /tmp= 66312 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_1.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-1870569-1245212220/watcher-1870569-1245212220 -o /tmp/evaluation-result-1870569-1245212220/solver-1870569-1245212220 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870569-1245212220.opb

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

MD5SUM BENCH= 74165f17686851db36d48a05683565a5
RANDOM SEED=2125462332

node25.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.238
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.238
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:       1788192 kB
Buffers:         57424 kB
Cached:         132872 kB
SwapCached:       5884 kB
Active:          90500 kB
Inactive:       108324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788192 kB
SwapTotal:     4192956 kB
SwapFree:      4181500 kB
Dirty:           11804 kB
Writeback:           0 kB
Mapped:          13652 kB
Slab:            54912 kB
Committed_AS:   214336 kB
PageTables:       1464 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= 66300 MiB
End job on node25 at 2009-06-17 06:46:56