Trace number 1870566

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-8 1794.55 1795.2

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SCIP version 1.1.0.7
0.00/0.08	c LP-Solver SoPlex 1.4.1
0.00/0.08	c user parameter file <scip.set> not found - using default parameters
0.00/0.08	c read problem <HOME/instance-1870566-1245212149.opb>
0.00/0.08	c original problem has 6660 variables (6660 bin, 0 int, 0 impl, 0 cont) and 6861 constraints
0.09/0.14	c start presolving problem
0.09/0.14	c presolving:
0.30/0.38	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 50480 impls, 400 clqs
0.69/0.78	c    (0.5s) probing: 101/6660 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.78	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.69/0.78	c presolving (2 rounds):
0.69/0.78	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.78	c  50480 implications, 400 cliques
0.69/0.78	c presolved problem has 6660 variables (6660 bin, 0 int, 0 impl, 0 cont) and 6861 constraints
0.69/0.78	c     400 constraints of type <setppc>
0.69/0.78	c    6260 constraints of type <and>
0.69/0.78	c       1 constraints of type <linear>
0.69/0.78	c     200 constraints of type <logicor>
0.69/0.78	c transformed objective value is always integral (scale: 1)
0.69/0.78	c Presolving Time: 0.49
0.69/0.78	c OPT-NLC
0.69/0.78	c -----------------------------------------------------------------------------------------------
0.69/0.78	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/memory = c 1620
0.69/0.78	c # maximal time in seconds to run
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/time = c 1791
0.69/0.78	c # frequency for displaying node information lines
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.78	c display/freq = c 10000
0.69/0.78	c -----------------------------------------------------------------------------------------------
0.69/0.78	c start solving problem
0.69/0.78	c 
117.45/117.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.45/117.53	c   117s|     1 |     0 | 23679 |  30M|   0 |3613 |6660 |6861 |6861 |6660 |  13k|   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
117.45/117.58	o -4
117.45/117.58	c s 117s|     1 |     0 | 23679 |  30M|   0 |3613 |6660 |6861 |6861 |6660 |  13k|   0 |   0 |   0 |-1.000000e+02 |-4.000000e+00 |  96.00%
148.04/148.12	c   148s|     1 |     0 | 28303 |  30M|   0 |3646 |6660 |6861 |6861 |6660 |  13k| 212 |   0 |   0 |-1.000000e+02 |-4.000000e+00 |  96.00%
181.13/181.24	c   181s|     1 |     0 | 33089 |  31M|   0 |3607 |6660 |6861 |6861 |6660 |  13k| 267 |   0 |   0 |-1.000000e+02 |-4.000000e+00 |  96.00%
181.13/181.29	o -6
181.13/181.29	c s 181s|     1 |     0 | 33089 |  31M|   0 |3607 |6660 |6861 |6861 |6660 |  13k| 267 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
214.51/214.60	c   214s|     1 |     0 | 37999 |  31M|   0 |3664 |6660 |6861 |6861 |6660 |  13k| 337 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
238.61/238.77	c   238s|     1 |     0 | 41317 |  31M|   0 |3637 |6660 |6861 |6861 |6660 |  13k| 390 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
238.70/238.82	o -7
238.70/238.82	c s 238s|     1 |     0 | 41317 |  31M|   0 |3637 |6660 |6861 |6861 |6660 |  13k| 390 |   0 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
263.39/263.57	c   263s|     1 |     0 | 44841 |  31M|   0 |3666 |6660 |6861 |6861 |6660 |  13k| 433 |   0 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
263.49/263.62	o -8
263.49/263.62	c s 263s|     1 |     0 | 44841 |  31M|   0 |3666 |6660 |6861 |6861 |6660 |  13k| 433 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
284.48/284.68	c   284s|     1 |     0 | 47676 |  31M|   0 |3694 |6660 |6861 |6861 |6660 |  13k| 481 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
389.85/390.08	c   389s|     1 |     2 | 47676 |  31M|   0 |3694 |6660 |6861 |6861 |6660 |  13k| 481 |   0 |  17 |-1.000000e+02 |-8.000000e+00 |  92.00%
1794.34/1795.06	c 
1794.34/1795.06	c SCIP Status        : solving was interrupted [time limit reached]
1794.34/1795.06	c Solving Time (sec) : 1791.01
1794.34/1795.06	c Solving Nodes      : 7
1794.34/1795.06	c Primal Bound       : -8.00000000000001e+00 (6 solutions)
1794.34/1795.06	c Dual Bound         : -9.99999999999998e+01
1794.34/1795.06	c Gap                : 92.00 %
1794.34/1795.08	c NODE         7
1794.34/1795.08	c DUAL BOUND   -100
1794.34/1795.08	c PRIMAL BOUND -8
1794.34/1795.08	c GAP          0.92
1794.34/1795.08	s SATISFIABLE
1794.34/1795.08	v -x371 -x383 -x336 -x224 -x320 -x326 -x282 -x353 -x272 -x295 -x351 -x216 -x375 -x311 -x400 -x354 -x236 -x256 -x234 -x289 -x316 -x307 
1794.34/1795.08	v -x242 -x328 -x366 -x209 -x349 -x346 -x293 -x277 -x218 -x276 x281 -x396 -x359 -x261 -x208 -x337 -x252 -x285 -x243 -x230 -x358 
1794.34/1795.08	v -x225 -x241 -x331 -x254 -x211 -x347 -x330 -x382 -x333 -x206 -x398 -x288 -x274 -x255 -x246 -x228 -x324 -x237 -x352 -x387 
1794.34/1795.08	v -x360 -x310 -x271 -x391 -x363 -x357 -x339 -x329 -x259 -x258 -x217 -x385 -x389 -x265 -x313 -x379 -x397 -x380 -x356 -x341 -x298 
1794.34/1795.08	v -x279 -x269 -x260 -x251 -x235 -x214 -x213 -x286 -x378 x249 x264 -x306 -x361 -x268 -x233 x247 -x301 -x203 -x381 -x334 -x270 -x266 
1794.34/1795.08	v -x250 -x239 -x297 -x291 -x370 -x362 -x308 -x340 -x392 -x232 -x394 -x373 -x317 -x207 -x296 -x287 -x222 -x368 -x348 -x390 
1794.34/1795.08	v -x388 -x372 -x367 -x314 -x312 -x304 -x294 -x292 -x290 -x278 -x248 -x244 -x227 -x219 -x212 -x210 x344 -x273 -x299 -x343 -x332 
1794.34/1795.08	v -x245 -x376 -x377 -x223 -x384 -x325 -x395 -x220 -x300 -x257 -x305 -x231 -x221 -x321 -x283 -x323 -x201 -x399 -x393 -x335 -x322 
1794.34/1795.08	v -x309 -x267 -x263 -x262 -x253 -x240 -x238 -x319 -x374 -x280 -x369 -x205 -x318 -x350 -x202 -x342 -x303 -x215 -x204 -x365 -x315 
1794.34/1795.08	v -x355 -x345 -x386 -x229 -x226 -x338 -x364 -x327 x275 x284 x302 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 
1794.34/1795.08	v x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 
1794.34/1795.08	v x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 
1794.34/1795.08	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 
1794.34/1795.08	v -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 
1794.34/1795.08	v -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 
1794.34/1795.08	v -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 
1794.34/1795.08	v -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 
1794.34/1795.08	v -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 
1794.34/1795.08	v -x6 x5 -x4 x3 x2 -x1 
1794.34/1795.08	c SCIP Status        : solving was interrupted [time limit reached]
1794.34/1795.08	c Solving Time       :    1791.01
1794.34/1795.08	c Original Problem   :
1794.34/1795.08	c   Problem name     : HOME/instance-1870566-1245212149.opb
1794.34/1795.08	c   Variables        : 6660 (6660 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.34/1795.08	c   Constraints      : 6861 initial, 6861 maximal
1794.34/1795.08	c Presolved Problem  :
1794.34/1795.08	c   Problem name     : t_HOME/instance-1870566-1245212149.opb
1794.34/1795.08	c   Variables        : 6660 (6660 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.34/1795.08	c   Constraints      : 6861 initial, 6861 maximal
1794.34/1795.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.34/1795.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1794.34/1795.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1794.34/1795.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.34/1795.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.34/1795.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1794.34/1795.08	c   probing          :       0.23          0          0          0          0          0          0          0          0
1794.34/1795.08	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1794.34/1795.08	c   and              :       0.15          0          0          0          0          0          0          0          0
1794.34/1795.08	c   linear           :       0.05          0          0          0          0          0          0          0          0
1794.34/1795.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1794.34/1795.08	c   root node        :          -          0          -          -          0          -          -          -          -
1794.34/1795.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.34/1795.08	c   integral         :          0          0          0          7          0          0          0          0          0         14
1794.34/1795.08	c   setppc           :        400          6       2696          0          0          0          0          0          0          0
1794.34/1795.08	c   and              :       6260         36       2696          0          0          0        218      43727          0          0
1794.34/1795.08	c   linear           :          1          6       2696          0          0          0          0          0          0          0
1794.34/1795.08	c   logicor          :        200          6        204          0          0          0          1          0          0          0
1794.34/1795.08	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1794.34/1795.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.34/1795.08	c   integral         :     441.41       0.00       0.00     441.41       0.00
1794.34/1795.08	c   setppc           :       0.04       0.00       0.04       0.00       0.00
1794.34/1795.08	c   and              :       1.38       0.22       1.16       0.00       0.00
1794.34/1795.08	c   linear           :       0.08       0.01       0.07       0.00       0.00
1794.34/1795.08	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1794.34/1795.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.34/1795.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.34/1795.08	c   rootredcost      :       0.00          1          0          0
1794.34/1795.08	c   pseudoobj        :       0.04       2497          0          0
1794.34/1795.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.34/1795.08	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1794.34/1795.08	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.34/1795.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.34/1795.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.34/1795.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.34/1795.08	c   applied globally :          -          -          -          0        0.0          -          -          -
1794.34/1795.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.34/1795.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.34/1795.08	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 194)
1794.34/1795.08	c   redcost          :       0.07         36          0          0          0          0
1794.34/1795.08	c   impliedbounds    :       0.04          6          0          0        224          0
1794.34/1795.08	c   intobj           :       0.00          0          0          0          0          0
1794.34/1795.08	c   gomory           :       9.44          6          0          0         32          0
1794.34/1795.08	c   strongcg         :       9.37          6          0          0         32          0
1794.34/1795.08	c   cmir             :       1.74          6          0          0          0          0
1794.34/1795.08	c   flowcover        :       1.70          6          0          0          0          0
1794.34/1795.08	c   clique           :       2.74          6          0          0         57          0
1794.34/1795.08	c   zerohalf         :       0.00          0          0          0          0          0
1794.34/1795.08	c   mcf              :       0.38          3          0          0         18          0
1794.34/1795.08	c Pricers            :       Time      Calls       Vars
1794.34/1795.08	c   problem variables:       0.00          0          0
1794.34/1795.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.34/1795.08	c   relpscost        :     441.41          7          0          0          0          0         14
1794.34/1795.08	c   pscost           :       0.00          0          0          0          0          0          0
1794.34/1795.08	c   inference        :       0.00          0          0          0          0          0          0
1794.34/1795.08	c   mostinf          :       0.00          0          0          0          0          0          0
1794.34/1795.08	c   leastinf         :       0.00          0          0          0          0          0          0
1794.34/1795.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.34/1795.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.34/1795.08	c   random           :       0.00          0          0          0          0          0          0
1794.34/1795.08	c Primal Heuristics  :       Time      Calls      Found
1794.34/1795.08	c   LP solutions     :       0.00          -          0
1794.34/1795.08	c   pseudo solutions :       0.00          -          0
1794.34/1795.08	c   fracdiving       :       0.00          0          0
1794.34/1795.08	c   veclendiving     :       0.00          0          0
1794.34/1795.08	c   objpscostdiving  :       0.00          0          0
1794.34/1795.08	c   oneopt           :       0.01          1          0
1794.34/1795.08	c   simplerounding   :       0.01          0          0
1794.34/1795.08	c   rounding         :       6.01         43          0
1794.34/1795.08	c   shifting         :       0.31          7          6
1794.34/1795.08	c   intshifting      :       0.00          0          0
1794.34/1795.08	c   fixandinfer      :       0.00          0          0
1794.34/1795.08	c   feaspump         :       0.00          0          0
1794.34/1795.08	c   coefdiving       :     137.19          1          0
1794.34/1795.08	c   pscostdiving     :     573.57          1          0
1794.34/1795.08	c   intdiving        :       0.00          0          0
1794.34/1795.08	c   actconsdiving    :       0.00          0          0
1794.34/1795.08	c   rootsoldiving    :       0.00          0          0
1794.34/1795.08	c   linesearchdiving :       0.00          0          0
1794.34/1795.08	c   guideddiving     :       0.00          0          0
1794.34/1795.08	c   octane           :       0.00          0          0
1794.34/1795.08	c   rens             :       0.02          0          0
1794.34/1795.08	c   rins             :       0.00          0          0
1794.34/1795.08	c   localbranching   :       0.00          0          0
1794.34/1795.08	c   mutation         :       0.00          0          0
1794.34/1795.08	c   crossover        :       0.00          0          0
1794.34/1795.08	c   dins             :       0.00          0          0
1794.34/1795.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.34/1795.08	c   primal LP        :       0.24          0          0       0.00       0.00
1794.34/1795.08	c   dual LP          :     604.91         43     200638    4666.00     331.68
1794.34/1795.08	c   barrier LP       :       0.00          0          0       0.00          -
1794.34/1795.08	c   diving/probing LP:     699.71       2004     409783     204.48     585.65
1794.34/1795.08	c   strong branching :     441.39        154     153255     995.16     347.21
1794.34/1795.08	c     (at root node) :          -         17      17000    1000.00          -
1794.34/1795.08	c   conflict analysis:       0.00          0          0       0.00          -
1794.34/1795.08	c B&B Tree           :
1794.34/1795.08	c   number of runs   :          1
1794.34/1795.08	c   nodes            :          7
1794.34/1795.08	c   nodes (total)    :          7
1794.34/1795.08	c   nodes left       :          8
1794.34/1795.08	c   max depth        :          4
1794.34/1795.08	c   max depth (total):          4
1794.34/1795.08	c   backtracks       :          1 (14.3%)
1794.34/1795.08	c   delayed cutoffs  :          0
1794.34/1795.08	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.34/1795.08	c   avg switch length:       1.43
1794.34/1795.08	c   switching time   :       0.26
1794.34/1795.08	c Solution           :
1794.34/1795.08	c   Solutions found  :          6 (4 improvements)
1794.34/1795.08	c   Primal Bound     : -8.00000000000001e+00   (in run 1, after 1 nodes, 262.80 seconds, depth 0, found by <shifting>)
1794.34/1795.08	c   Dual Bound       : -9.99999999999998e+01
1794.34/1795.08	c   Gap              :      92.00 %
1794.34/1795.08	c   Root Dual Bound  : -9.99999999999998e+01
1794.44/1795.20	c Time complete: 1794.54.

Verifier Data

OK	-8

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5926
/proc/meminfo: memFree=1798120/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=4324 CPUtime=0
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 465 0 0 0 0 0 0 0 18 0 1 0 188815617 4427776 449 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/5926/statm: 1081 463 300 886 0 191 0

[startup+0.0824381 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5926
/proc/meminfo: memFree=1798120/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=14656 CPUtime=0.08
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 3335 0 0 0 7 1 0 0 18 0 1 0 188815617 15007744 2963 1992294400 4194304 7823515 548682068736 18446744073709551615 6787665 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 3664 2963 356 886 0 2774 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14656

[startup+0.101441 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5926
/proc/meminfo: memFree=1798120/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=22700 CPUtime=0.09
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 5297 0 0 0 8 1 0 0 18 0 1 0 188815617 23244800 4925 1992294400 4194304 7823515 548682068736 18446744073709551615 6888189 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 5675 4925 371 886 0 4785 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22700

[startup+0.302487 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5926
/proc/meminfo: memFree=1798120/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=31456 CPUtime=0.3
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 7280 0 0 0 21 9 0 0 19 0 1 0 188815617 32210944 6908 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 7864 6908 404 886 0 6974 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 31456

[startup+0.701567 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5926
/proc/meminfo: memFree=1798120/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=36104 CPUtime=0.69
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 8532 0 0 0 50 19 0 0 22 0 1 0 188815617 36970496 8160 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 9026 8160 451 886 0 8136 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36104

[startup+1.50174 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 5927
/proc/meminfo: memFree=1744672/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=64552 CPUtime=1.49
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 15752 0 0 0 126 23 0 0 25 0 1 0 188815617 66101248 14901 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 16138 14901 523 886 0 15248 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64552

[startup+3.10108 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 5927
/proc/meminfo: memFree=1738848/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=67028 CPUtime=3.09
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 16528 0 0 0 286 23 0 0 25 0 1 0 188815617 68636672 15639 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 16757 15639 523 886 0 15867 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67028

[startup+6.30177 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 5927
/proc/meminfo: memFree=1736608/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=68960 CPUtime=6.29
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 16895 0 0 0 605 24 0 0 25 0 1 0 188815617 70615040 16006 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 17240 16006 523 886 0 16350 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68960

[startup+12.7011 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 5927
/proc/meminfo: memFree=1734000/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=70292 CPUtime=12.68
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 17345 0 0 0 1243 25 0 0 25 0 1 0 188815617 71979008 16456 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 17573 16456 523 886 0 16683 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70292

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 5927
/proc/meminfo: memFree=1733752/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=70292 CPUtime=25.48
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 17410 0 0 0 2521 27 0 0 25 0 1 0 188815617 71979008 16521 1992294400 4194304 7823515 548682068736 18446744073709551615 6211692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 17573 16521 523 886 0 16683 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70292

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 5927
/proc/meminfo: memFree=1733816/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=71928 CPUtime=51.07
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 17700 0 0 0 5078 29 0 0 25 0 1 0 188815617 73654272 16811 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 17982 16811 523 886 0 17092 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71928

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 5927
/proc/meminfo: memFree=1732536/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=71928 CPUtime=102.26
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 18273 0 0 0 10190 36 0 0 25 0 1 0 188815617 73654272 16812 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 17982 16812 524 886 0 17092 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 71928

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5927
/proc/meminfo: memFree=1725816/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=78628 CPUtime=162.23
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 20450 0 0 0 16176 47 0 0 25 0 1 0 188815617 80515072 18563 1992294400 4194304 7823515 548682068736 18446744073709551615 6212437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 19657 18563 567 886 0 18767 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 78628

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5927
/proc/meminfo: memFree=1725432/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=78628 CPUtime=222.21
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 20526 0 0 0 22165 56 0 0 25 0 1 0 188815617 80515072 18639 1992294400 4194304 7823515 548682068736 18446744073709551615 6206177 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 19657 18639 567 886 0 18767 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 78628

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5927
/proc/meminfo: memFree=1722616/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=80744 CPUtime=282.19
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21487 0 0 0 28154 65 0 0 25 0 1 0 188815617 82681856 19345 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20186 19345 568 886 0 19296 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 80744

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5927
/proc/meminfo: memFree=1721528/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=342.16
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21747 0 0 0 34144 72 0 0 25 0 1 0 188815617 83730432 19605 1992294400 4194304 7823515 548682068736 18446744073709551615 6263171 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19605 572 886 0 19552 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 81768

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5927
/proc/meminfo: memFree=1721464/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=402.15
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21747 0 0 0 40137 78 0 0 25 0 1 0 188815617 83730432 19605 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19605 572 886 0 19552 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 81768

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5927
/proc/meminfo: memFree=1721528/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=462.12
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21749 0 0 0 46124 88 0 0 25 0 1 0 188815617 83730432 19607 1992294400 4194304 7823515 548682068736 18446744073709551615 6180591 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19607 574 886 0 19552 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 81768

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5927
/proc/meminfo: memFree=1721464/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=522.1
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21749 0 0 0 52111 99 0 0 25 0 1 0 188815617 83730432 19607 1992294400 4194304 7823515 548682068736 18446744073709551615 6211337 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19607 574 886 0 19552 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 81768

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5927
/proc/meminfo: memFree=1721528/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=582.08
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21749 0 0 0 58097 111 0 0 25 0 1 0 188815617 83730432 19607 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19607 574 886 0 19552 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 81768

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5927
/proc/meminfo: memFree=1721464/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=642.06
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21749 0 0 0 64085 121 0 0 25 0 1 0 188815617 83730432 19607 1992294400 4194304 7823515 548682068736 18446744073709551615 6180591 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19607 574 886 0 19552 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 81768

[startup+702.301 s]

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

/proc/meminfo: memFree=1721592/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1061.9
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 105986 204 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 81768

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721592/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1121.88
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 111975 213 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6173487 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 81768

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721592/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1181.85
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 117964 221 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6206232 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 81768

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721464/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1241.83
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 123954 229 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 81768

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721464/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1301.82
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 129938 244 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 81768

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721400/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1361.79
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 135920 259 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 81768

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721400/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1421.78
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 141908 270 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 81768

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721336/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1481.75
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 147895 280 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6216484 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 81768

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721336/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1541.73
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 153883 290 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 81768

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721272/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1601.7
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 159870 300 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 81768

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721208/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1661.68
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 165857 311 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 81768

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721272/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1721.66
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 171845 321 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 81768

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721336/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1781.64
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 177834 330 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6236659 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 81768

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

[startup+1785.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721336/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1784.84
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 178154 330 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1784.84
Current children cumulated vsize (KiB) 81768

[startup+1791.91 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721336/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1791.24
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 178793 331 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1791.24
Current children cumulated vsize (KiB) 81768

[startup+1793.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721336/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1792.83
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 178952 331 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1792.83
Current children cumulated vsize (KiB) 81768

[startup+1794.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721336/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1793.64
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 179032 332 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1793.64
Current children cumulated vsize (KiB) 81768

[startup+1794.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721336/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1794.04
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21750 0 0 0 179072 332 0 0 25 0 1 0 188815617 83730432 19608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19608 574 886 0 19552 0
Current children cumulated CPU time (s) 1794.04
Current children cumulated vsize (KiB) 81768

[startup+1795.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 5927
/proc/meminfo: memFree=1721336/2055920 swapFree=4192812/4192956
[pid=5926] ppid=5924 vsize=81768 CPUtime=1794.44
/proc/5926/stat : 5926 (pbscip.linux.x8) R 5924 5926 5649 0 -1 4194304 21753 0 0 0 179112 332 0 0 25 0 1 0 188815617 83730432 19611 1992294400 4194304 7823515 548682068736 18446744073709551615 4313428 0 0 4096 0 0 0 0 17 1 0 0
/proc/5926/statm: 20442 19611 577 886 0 19552 0
Current children cumulated CPU time (s) 1794.44
Current children cumulated vsize (KiB) 81768

Child status: 0
Real time (s): 1795.2
CPU time (s): 1794.55
CPU user time (s): 1791.21
CPU system time (s): 3.33649
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 81768

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

runsolver used 1.2958 second user time and 3.9464 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= f7dd1b6b0a4946caf4c26a82905ed8fe
RANDOM SEED=1105261836

node10.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.263
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.263
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:       1798536 kB
Buffers:         56884 kB
Cached:         133584 kB
SwapCached:          0 kB
Active:          82836 kB
Inactive:       121052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9996 kB
Writeback:           0 kB
Mapped:          23200 kB
Slab:            39504 kB
Committed_AS:   198996 kB
PageTables:       1376 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= 65980 MiB
End job on node10 at 2009-06-17 06:45:44