Trace number 1870544

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT-52 1796.08 1796.61

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver SoPlex 1.4.1
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1870544-1245210953.opb>
0.00/0.04	c original problem has 2892 variables (2892 bin, 0 int, 0 impl, 0 cont) and 3093 constraints
0.00/0.07	c start presolving problem
0.00/0.07	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 20336 impls, 400 clqs
0.39/0.45	c    (0.2s) probing: 101/2892 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.45	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.45	c presolving (2 rounds):
0.39/0.45	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.45	c  20336 implications, 400 cliques
0.39/0.45	c presolved problem has 2892 variables (2892 bin, 0 int, 0 impl, 0 cont) and 3093 constraints
0.39/0.45	c     400 constraints of type <setppc>
0.39/0.45	c    2492 constraints of type <and>
0.39/0.45	c       1 constraints of type <linear>
0.39/0.45	c     200 constraints of type <logicor>
0.39/0.45	c transformed objective value is always integral (scale: 1)
0.39/0.45	c Presolving Time: 0.21
0.39/0.45	c OPT-NLC
0.39/0.45	c -----------------------------------------------------------------------------------------------
0.39/0.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/memory = c 1620
0.39/0.45	c # maximal time in seconds to run
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/time = c 1791
0.39/0.45	c # frequency for displaying node information lines
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.45	c display/freq = c 10000
0.39/0.45	c -----------------------------------------------------------------------------------------------
0.39/0.45	c start solving problem
0.39/0.45	c 
27.67/27.72	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.67/27.72	c  27.4s|     1 |     0 | 14008 |  13M|   0 |1825 |2892 |3093 |3093 |2892 |5585 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
27.67/27.76	o -8
27.67/27.76	c s27.4s|     1 |     0 | 14008 |  13M|   0 |1825 |2892 |3093 |3093 |2892 |5585 |   0 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
33.07/33.15	c  32.8s|     1 |     0 | 15280 |  13M|   0 |1804 |2892 |3093 |3093 |2892 |5870 | 285 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
37.97/38.03	c  37.7s|     1 |     0 | 16332 |  13M|   0 |1788 |2892 |3093 |3093 |2892 |5966 | 381 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
37.97/38.06	o -11
37.97/38.06	c s37.7s|     1 |     0 | 16332 |  13M|   0 |1788 |2892 |3093 |3093 |2892 |5966 | 381 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
43.16/43.23	c  42.8s|     1 |     0 | 17542 |  13M|   0 |1780 |2892 |3093 |3093 |2892 |6031 | 446 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
48.96/49.10	c  48.7s|     1 |     0 | 19012 |  13M|   0 |1768 |2892 |3093 |3093 |2892 |6088 | 503 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
53.96/54.01	c  53.6s|     1 |     0 | 20155 |  13M|   0 |1755 |2892 |3093 |3093 |2892 |6144 | 559 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
59.16/59.24	c  58.8s|     1 |     0 | 21463 |  13M|   0 |1747 |2892 |3093 |3093 |2892 |6185 | 600 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
107.94/108.00	c   107s|     1 |     2 | 21463 |  13M|   0 |1747 |2892 |3093 |3093 |2892 |6185 | 600 |   0 |  18 |-1.000000e+02 |-1.100000e+01 |  89.00%
1148.84/1149.24	o -47
1148.84/1149.24	c l1146s|    47 |    48 |782714 |  15M|  15 |   - |2892 |3128 |  97 |2892 |3156 |5639 |  35 | 219 |-1.000000e+02 |-4.700000e+01 |  53.00%
1418.17/1418.62	o -48
1418.17/1418.62	c *1414s|   149 |   130 |959599 |  15M|  65 |   - |2892 |3135 | 298 |2892 |3143 |9007 |  42 | 335 |-9.887991e+01 |-4.800000e+01 |  51.46%
1557.14/1557.67	o -52
1557.14/1557.67	c l1553s|   348 |   138 |  1045k|  16M|  71 |   - |2892 |3167 |  99 |2892 |3438 |9946 |  74 | 405 |-9.887978e+01 |-5.200000e+01 |  47.41%
1795.96/1796.54	c 
1795.96/1796.54	c SCIP Status        : solving was interrupted [time limit reached]
1795.96/1796.54	c Solving Time (sec) : 1791.00
1795.96/1796.54	c Solving Nodes      : 488
1795.96/1796.54	c Primal Bound       : -5.20000000000000e+01 (6 solutions)
1795.96/1796.54	c Dual Bound         : -9.84795609351009e+01
1795.96/1796.54	c Gap                : 47.20 %
1795.96/1796.54	c NODE         488
1795.96/1796.54	c DUAL BOUND   -98.4796
1795.96/1796.54	c PRIMAL BOUND -52
1795.96/1796.54	c GAP          0.471972
1795.96/1796.54	s SATISFIABLE
1795.96/1796.54	v x337 -x271 -x243 -x325 x375 x334 -x247 -x395 x360 -x303 -x396 x330 x295 -x298 -x296 -x256 x244 -x394 x313 -x328 -x326 -x258 -x377 
1795.96/1796.54	v x287 x227 -x249 -x251 -x289 x263 -x381 -x308 -x302 -x286 -x388 -x226 -x348 -x354 -x364 -x230 x301 -x266 x314 x352 -x272 -x365 
1795.96/1796.54	v -x223 x312 -x290 x281 -x240 -x220 -x279 -x327 -x353 -x216 -x339 -x241 -x341 -x267 x372 -x268 -x399 -x217 -x323 -x345 -x340 
1795.96/1796.54	v x285 -x269 x292 -x351 -x213 x305 -x232 x333 x382 x342 x306 -x336 -x275 -x393 x390 -x273 -x233 -x284 -x212 -x347 -x283 x384 
1795.96/1796.54	v -x355 -x239 -x215 -x319 -x309 -x356 x209 -x260 -x242 -x224 -x218 x252 -x304 -x282 x277 x254 x234 -x386 -x207 -x371 x288 x311 
1795.96/1796.54	v x391 x369 -x318 -x257 -x317 -x206 -x379 -x359 -x338 -x235 x363 x349 -x324 -x361 -x367 -x400 -x246 -x205 -x344 -x321 -x293 -x259 
1795.96/1796.54	v -x208 -x276 -x315 -x357 -x366 x261 -x307 -x329 -x385 -x237 x236 x358 -x398 -x378 -x253 -x397 -x362 x383 x387 -x203 -x335 x310 
1795.96/1796.54	v -x274 -x270 -x248 -x225 -x204 -x214 -x297 -x231 -x211 -x392 -x316 -x370 -x373 -x202 x332 x322 x300 -x280 -x245 -x229 -x219 
1795.96/1796.54	v -x210 -x331 -x368 -x374 -x255 x250 -x238 -x294 -x350 x380 x343 -x201 x264 -x222 -x221 -x228 -x346 -x278 -x265 -x299 x262 x376 
1795.96/1796.54	v -x389 -x320 -x291 x200 x199 x198 -x197 -x196 -x195 -x194 x193 x192 -x191 -x190 -x189 x188 -x187 x186 -x185 -x184 -x183 -x182 
1795.96/1796.54	v x181 -x180 -x179 x178 -x177 -x176 -x175 x174 x173 -x172 x171 -x170 -x169 x168 -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 
1795.96/1796.54	v x159 -x158 x157 -x156 x155 x154 x153 -x152 -x151 x150 -x149 -x148 x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 
1795.96/1796.54	v -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 x129 -x128 x127 x126 -x125 -x124 -x123 -x122 x121 x120 -x119 -x118 -x117 x116 
1795.96/1796.54	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 x103 x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 x94 x93 
1795.96/1796.54	v -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 -x79 x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 x69 -x68 -x67 
1795.96/1796.54	v -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 
1795.96/1796.54	v x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 x32 -x31 -x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 x21 x20 -x19 -x18 -x17 -x16 x15 
1795.96/1796.54	v -x14 -x13 -x12 x11 x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
1795.96/1796.54	c SCIP Status        : solving was interrupted [time limit reached]
1795.96/1796.54	c Solving Time       :    1791.00
1795.96/1796.54	c Original Problem   :
1795.96/1796.54	c   Problem name     : HOME/instance-1870544-1245210953.opb
1795.96/1796.54	c   Variables        : 2892 (2892 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.96/1796.54	c   Constraints      : 3093 initial, 3093 maximal
1795.96/1796.54	c Presolved Problem  :
1795.96/1796.54	c   Problem name     : t_HOME/instance-1870544-1245210953.opb
1795.96/1796.54	c   Variables        : 2892 (2892 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.96/1796.54	c   Constraints      : 3093 initial, 3170 maximal
1795.96/1796.54	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.96/1796.54	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.54	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.54	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.54	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.54	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.54	c   probing          :       0.06          0          0          0          0          0          0          0          0
1795.96/1796.54	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.54	c   and              :       0.12          0          0          0          0          0          0          0          0
1795.96/1796.54	c   linear           :       0.02          0          0          0          0          0          0          0          0
1795.96/1796.54	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1795.96/1796.54	c   root node        :          -          0          -          -          0          -          -          -          -
1795.96/1796.54	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.96/1796.54	c   integral         :          0          0          0        337          0          0          3          0          0        668
1795.96/1796.54	c   setppc           :        400          6      17525          1          0          5        943          0          0          0
1795.96/1796.54	c   and              :       2492        755      17522          1          0         54      10573      25454          0          0
1795.96/1796.54	c   linear           :          1          6      17466          1          0          0          0          0          0          0
1795.96/1796.54	c   logicor          :        200+         6       1801          1          0          0        261          0          0          0
1795.96/1796.54	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1795.96/1796.54	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.96/1796.54	c   integral         :     449.09       0.00       0.00     449.09       0.00
1795.96/1796.54	c   setppc           :       0.57       0.00       0.57       0.00       0.00
1795.96/1796.54	c   and              :       3.94       1.21       2.73       0.00       0.00
1795.96/1796.54	c   linear           :       0.45       0.01       0.44       0.00       0.00
1795.96/1796.54	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1795.96/1796.54	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.96/1796.54	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.96/1796.54	c   rootredcost      :       0.01          4          0          0
1795.96/1796.54	c   pseudoobj        :       0.25      17343          0          0
1795.96/1796.54	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.96/1796.54	c   propagation      :       0.00         59         59         59        2.1          0        0.0          -
1795.96/1796.54	c   infeasible LP    :       0.04          9          9         59      100.2          0        0.0          0
1795.96/1796.54	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.96/1796.54	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.96/1796.54	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.96/1796.54	c   applied globally :          -          -          -         77       29.1          -          -          -
1795.96/1796.54	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.96/1796.54	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.96/1796.54	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 476)
1795.96/1796.54	c   redcost          :       0.29        782          0       1231          0          0
1795.96/1796.54	c   impliedbounds    :       0.00          6          0          0        832          0
1795.96/1796.54	c   intobj           :       0.00          0          0          0          0          0
1795.96/1796.54	c   gomory           :       5.02          6          0          0         32          0
1795.96/1796.54	c   strongcg         :       5.03          6          0          0         32          0
1795.96/1796.54	c   cmir             :       0.48          6          0          0          0          0
1795.96/1796.54	c   flowcover        :       0.41          6          0          0          0          0
1795.96/1796.54	c   clique           :       0.72          6          0          0         50          0
1795.96/1796.54	c   zerohalf         :       0.00          0          0          0          0          0
1795.96/1796.54	c   mcf              :       0.01          1          0          0          0          0
1795.96/1796.54	c Pricers            :       Time      Calls       Vars
1795.96/1796.54	c   problem variables:       0.00          0          0
1795.96/1796.54	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.96/1796.54	c   relpscost        :     449.09        336          0          3          0          0        668
1795.96/1796.54	c   pscost           :       0.00          0          0          0          0          0          0
1795.96/1796.54	c   inference        :       0.00          0          0          0          0          0          0
1795.96/1796.54	c   mostinf          :       0.00          0          0          0          0          0          0
1795.96/1796.54	c   leastinf         :       0.00          0          0          0          0          0          0
1795.96/1796.54	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.96/1796.54	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.96/1796.54	c   random           :       0.00          0          0          0          0          0          0
1795.96/1796.54	c Primal Heuristics  :       Time      Calls      Found
1795.96/1796.54	c   LP solutions     :       0.00          -          1
1795.96/1796.54	c   pseudo solutions :       0.00          -          0
1795.96/1796.54	c   crossover        :       0.00          0          0
1795.96/1796.54	c   oneopt           :       0.00          4          0
1795.96/1796.54	c   fracdiving       :      93.31          3          0
1795.96/1796.54	c   veclendiving     :      76.03          4          0
1795.96/1796.54	c   objpscostdiving  :      15.19          3          0
1795.96/1796.54	c   rootsoldiving    :      20.05          3          0
1795.96/1796.54	c   linesearchdiving :     105.62          6          2
1795.96/1796.54	c   simplerounding   :       0.00          0          0
1795.96/1796.54	c   rounding         :       2.96        326          0
1795.96/1796.54	c   shifting         :       1.05         73          3
1795.96/1796.54	c   intshifting      :       0.00          0          0
1795.96/1796.54	c   fixandinfer      :       0.00          0          0
1795.96/1796.54	c   feaspump         :       0.00          0          0
1795.96/1796.54	c   coefdiving       :     335.34          1          0
1795.96/1796.54	c   pscostdiving     :      75.25          2          0
1795.96/1796.54	c   intdiving        :       0.00          0          0
1795.96/1796.54	c   actconsdiving    :       0.00          0          0
1795.96/1796.54	c   guideddiving     :      95.14          3          0
1795.96/1796.54	c   octane           :       0.00          0          0
1795.96/1796.54	c   rens             :       0.01          0          0
1795.96/1796.54	c   rins             :       0.00          0          0
1795.96/1796.54	c   localbranching   :       0.00          0          0
1795.96/1796.54	c   mutation         :       0.00          0          0
1795.96/1796.54	c   dins             :       0.00          0          0
1795.96/1796.54	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.96/1796.54	c   primal LP        :       2.63          0          0       0.00       0.00
1795.96/1796.54	c   dual LP          :     502.57        850     398567     468.90     793.06
1795.96/1796.54	c   barrier LP       :       0.00          0          0       0.00          -
1795.96/1796.54	c   diving/probing LP:     782.19      12004     809885      67.47    1035.41
1795.96/1796.54	c   strong branching :     448.92        531     318816     600.41     710.18
1795.96/1796.54	c     (at root node) :          -         18      18000    1000.00          -
1795.96/1796.54	c   conflict analysis:       0.00          0          0       0.00          -
1795.96/1796.54	c B&B Tree           :
1795.96/1796.54	c   number of runs   :          1
1795.96/1796.54	c   nodes            :        488
1795.96/1796.54	c   nodes (total)    :        488
1795.96/1796.54	c   nodes left       :        164
1795.96/1796.54	c   max depth        :         71
1795.96/1796.54	c   max depth (total):         71
1795.96/1796.54	c   backtracks       :         70 (14.3%)
1795.96/1796.54	c   delayed cutoffs  :          0
1795.96/1796.54	c   repropagations   :        734 (80 domain reductions, 0 cutoffs)
1795.96/1796.54	c   avg switch length:       5.30
1795.96/1796.54	c   switching time   :       2.92
1795.96/1796.54	c Solution           :
1795.96/1796.54	c   Solutions found  :          6 (5 improvements)
1795.96/1796.54	c   Primal Bound     : -5.20000000000000e+01   (in run 1, after 348 nodes, 1552.85 seconds, depth 528, found by <linesearchdiving>)
1795.96/1796.54	c   Dual Bound       : -9.84795609351009e+01
1795.96/1796.54	c   Gap              :      47.20 %
1795.96/1796.54	c   Root Dual Bound  : -1.00000000000000e+02
1796.06/1796.60	c Time complete: 1796.06.

Verifier Data

OK	-52

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870544-1245210953/watcher-1870544-1245210953 -o /tmp/evaluation-result-1870544-1245210953/solver-1870544-1245210953 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870544-1245210953.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 10681
/proc/meminfo: memFree=1847904/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=4324 CPUtime=0
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 465 0 0 0 0 0 0 0 18 0 1 0 188692302 4427776 449 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/10681/statm: 1081 462 299 886 0 191 0

[startup+0.105842 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10681
/proc/meminfo: memFree=1847904/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=21256 CPUtime=0.1
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 4700 0 0 0 7 3 0 0 18 0 1 0 188692302 21766144 4328 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 5314 4328 404 886 0 4424 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 21256

[startup+0.201851 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10681
/proc/meminfo: memFree=1847904/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=21256 CPUtime=0.19
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 4700 0 0 0 10 9 0 0 18 0 1 0 188692302 21766144 4328 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 5314 4328 404 886 0 4424 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21256

[startup+0.301862 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10681
/proc/meminfo: memFree=1847904/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=23964 CPUtime=0.29
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 5409 0 0 0 17 12 0 0 19 0 1 0 188692302 24539136 5037 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 5991 5037 436 886 0 5101 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23964

[startup+0.701901 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10681
/proc/meminfo: memFree=1847904/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=34660 CPUtime=0.69
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 8264 0 0 0 50 19 0 0 22 0 1 0 188692302 35491840 7724 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 8665 7724 523 886 0 7775 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34660

[startup+1.50198 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10682
/proc/meminfo: memFree=1818264/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=35356 CPUtime=1.49
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 8494 0 0 0 130 19 0 0 25 0 1 0 188692302 36204544 7954 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 8839 7954 523 886 0 7949 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35356

[startup+3.10215 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10682
/proc/meminfo: memFree=1817240/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=36508 CPUtime=3.09
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 8796 0 0 0 289 20 0 0 25 0 1 0 188692302 37384192 8254 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 9127 8254 523 886 0 8237 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36508

[startup+6.30147 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10682
/proc/meminfo: memFree=1815704/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=37684 CPUtime=6.28
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 9032 0 0 0 607 21 0 0 25 0 1 0 188692302 38588416 8490 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 9421 8490 523 886 0 8531 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37684

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10682
/proc/meminfo: memFree=1815640/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=37684 CPUtime=12.68
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 9034 0 0 0 1245 23 0 0 25 0 1 0 188692302 38588416 8492 1992294400 4194304 7823515 548682068736 18446744073709551615 6206177 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 9421 8492 524 886 0 8531 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37684

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10682
/proc/meminfo: memFree=1813848/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=39596 CPUtime=25.48
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 9795 0 0 0 2523 25 0 0 25 0 1 0 188692302 40546304 8985 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 9899 8985 524 886 0 9009 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39596

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10682
/proc/meminfo: memFree=1809944/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=43140 CPUtime=51.06
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 10922 0 0 0 5070 36 0 0 25 0 1 0 188692302 44175360 10004 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 10785 10004 564 886 0 9895 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43140

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10682
/proc/meminfo: memFree=1810072/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=42740 CPUtime=102.25
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 13769 0 0 0 10179 46 0 0 25 0 1 0 188692302 43765760 9969 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 10685 9969 569 886 0 9795 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 42740

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10682
/proc/meminfo: memFree=1809944/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=43148 CPUtime=162.23
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 13809 0 0 0 16161 62 0 0 25 0 1 0 188692302 44183552 10009 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 10787 10009 571 886 0 9897 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 43148

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10682
/proc/meminfo: memFree=1809944/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=43148 CPUtime=222.22
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 13809 0 0 0 22143 79 0 0 25 0 1 0 188692302 44183552 10009 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 10787 10009 571 886 0 9897 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 43148

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10682
/proc/meminfo: memFree=1809880/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=43148 CPUtime=282.19
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 13809 0 0 0 28123 96 0 0 25 0 1 0 188692302 44183552 10009 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 10787 10009 571 886 0 9897 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 43148

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1809624/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=43148 CPUtime=342.17
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 13809 0 0 0 34108 109 0 0 25 0 1 0 188692302 44183552 10009 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 10787 10009 571 886 0 9897 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 43148

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1809624/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=43148 CPUtime=402.15
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 13809 0 0 0 40095 120 0 0 25 0 1 0 188692302 44183552 10009 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 10787 10009 571 886 0 9897 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 43148

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1809560/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=43148 CPUtime=462.13
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 13809 0 0 0 46077 136 0 0 25 0 1 0 188692302 44183552 10009 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 10787 10009 571 886 0 9897 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 43148

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1808344/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=43992 CPUtime=522.12
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 14110 0 0 0 52060 152 0 0 25 0 1 0 188692302 45047808 10310 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 10998 10310 571 886 0 10108 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 43992

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1808280/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=43992 CPUtime=582.1
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 14110 0 0 0 58040 170 0 0 25 0 1 0 188692302 45047808 10310 1992294400 4194304 7823515 548682068736 18446744073709551615 6242831 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 10998 10310 571 886 0 10108 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 43992

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1809560/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=43068 CPUtime=642.08
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 14602 0 0 0 64025 183 0 0 25 0 1 0 188692302 44101632 10007 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 10767 10007 571 886 0 9877 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 43068

[startup+702.301 s]

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

/proc/meminfo: memFree=1805336/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=46724 CPUtime=1061.97
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 15603 0 0 0 105896 301 0 0 25 0 1 0 188692302 47845376 11008 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 11681 11008 577 886 0 10791 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 46724

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1804184/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=48072 CPUtime=1121.96
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 15894 0 0 0 111878 318 0 0 25 0 1 0 188692302 49225728 11299 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 12018 11299 577 886 0 11128 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 48072

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1804056/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=48324 CPUtime=1181.93
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 15932 0 0 0 117858 335 0 0 25 0 1 0 188692302 49483776 11337 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 12081 11337 577 886 0 11191 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 48324

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1802840/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=49156 CPUtime=1241.92
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 16899 0 0 0 123837 355 0 0 25 0 1 0 188692302 50335744 11626 1992294400 4194304 7823515 548682068736 18446744073709551615 6254161 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 12289 11626 577 886 0 11399 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 49156

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1802520/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=49520 CPUtime=1301.9
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 16982 0 0 0 129820 370 0 0 25 0 1 0 188692302 50708480 11709 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 12380 11709 577 886 0 11490 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 49520

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1802392/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=49940 CPUtime=1361.88
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 16996 0 0 0 135803 385 0 0 25 0 1 0 188692302 51138560 11723 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 12485 11723 577 886 0 11595 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 49940

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1801304/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=50936 CPUtime=1421.87
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17270 0 0 0 141789 398 0 0 25 0 1 0 188692302 52158464 11997 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 12734 11997 577 886 0 11844 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 50936

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1801240/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=50936 CPUtime=1481.85
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17273 0 0 0 147774 411 0 0 25 0 1 0 188692302 52158464 12000 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 12734 12000 577 886 0 11844 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 50936

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1800536/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=51452 CPUtime=1541.84
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17439 0 0 0 153758 426 0 0 25 0 1 0 188692302 52686848 12166 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 12863 12166 577 886 0 11973 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 51452

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1798744/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=53264 CPUtime=1601.82
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17905 0 0 0 159741 441 0 0 25 0 1 0 188692302 54542336 12617 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 13316 12617 577 886 0 12426 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 53264

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1798680/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=53264 CPUtime=1661.8
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17905 0 0 0 165718 462 0 0 25 0 1 0 188692302 54542336 12617 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 13316 12617 577 886 0 12426 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 53264

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1798680/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=53264 CPUtime=1721.78
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17905 0 0 0 171701 477 0 0 25 0 1 0 188692302 54542336 12617 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 13316 12617 577 886 0 12426 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 53264

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1798616/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=53264 CPUtime=1781.77
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17906 0 0 0 177685 492 0 0 25 0 1 0 188692302 54542336 12618 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 13316 12618 577 886 0 12426 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 53264

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

[startup+1785.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1798616/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=53264 CPUtime=1785.07
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17906 0 0 0 178015 492 0 0 25 0 1 0 188692302 54542336 12618 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 13316 12618 577 886 0 12426 0
Current children cumulated CPU time (s) 1785.07
Current children cumulated vsize (KiB) 53264

[startup+1792.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1798616/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=53264 CPUtime=1791.47
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17906 0 0 0 178652 495 0 0 25 0 1 0 188692302 54542336 12618 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 13316 12618 577 886 0 12426 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 53264

[startup+1795.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1798616/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=53264 CPUtime=1794.67
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17906 0 0 0 178970 497 0 0 25 0 1 0 188692302 54542336 12618 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 13316 12618 577 886 0 12426 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 53264

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1798616/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=53264 CPUtime=1795.46
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17906 0 0 0 179049 497 0 0 25 0 1 0 188692302 54542336 12618 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 13316 12618 577 886 0 12426 0
Current children cumulated CPU time (s) 1795.46
Current children cumulated vsize (KiB) 53264

[startup+1796.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1798616/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=53264 CPUtime=1795.86
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17906 0 0 0 179089 497 0 0 25 0 1 0 188692302 54542336 12618 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10681/statm: 13316 12618 577 886 0 12426 0
Current children cumulated CPU time (s) 1795.86
Current children cumulated vsize (KiB) 53264

[startup+1796.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10688
/proc/meminfo: memFree=1798616/2055920 swapFree=4191900/4192956
[pid=10681] ppid=10679 vsize=37684 CPUtime=1796.06
/proc/10681/stat : 10681 (pbscip.linux.x8) R 10679 10681 8145 0 -1 4194304 17910 0 0 0 179108 498 0 0 25 0 1 0 188692302 38588416 8777 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/10681/statm: 9421 8777 3322 886 0 8531 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (KiB) 37684

Child status: 0
Real time (s): 1796.61
CPU time (s): 1796.08
CPU user time (s): 1791.09
CPU system time (s): 4.98924
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 53264

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

runsolver used 1.3248 second user time and 3.9474 second system time

The end

Launcher Data

Begin job on node45 at 2009-06-17 05:55:53
IDJOB=1870544
IDBENCH=48271
IDSOLVER=683
FILE ID=node45/1870544-1245210953
PBS_JOBID= 9368363
Free space on /tmp= 66172 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870544-1245210953/watcher-1870544-1245210953 -o /tmp/evaluation-result-1870544-1245210953/solver-1870544-1245210953 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870544-1245210953.opb

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

MD5SUM BENCH= b5a23f46b7c8ffe564ae87cb51d69480
RANDOM SEED=2104032182

node45.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.240
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.240
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:       1848320 kB
Buffers:         22632 kB
Cached:          98196 kB
SwapCached:        416 kB
Active:          57576 kB
Inactive:        76760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848320 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           10232 kB
Writeback:           0 kB
Mapped:          21816 kB
Slab:            59292 kB
Committed_AS:   187496 kB
PageTables:       1384 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= 66164 MiB
End job on node45 at 2009-06-17 06:25:50