Trace number 1870534

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-47 1795.93 1796.39

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver 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-1870534-1245210423.opb>
0.00/0.04	c original problem has 2928 variables (2928 bin, 0 int, 0 impl, 0 cont) and 3129 constraints
0.06/0.07	c start presolving problem
0.06/0.07	c presolving:
0.19/0.25	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 20624 impls, 400 clqs
0.39/0.45	c    (0.2s) probing: 101/2928 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.45	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.45	c presolving (2 rounds):
0.39/0.45	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.45	c  20624 implications, 400 cliques
0.39/0.45	c presolved problem has 2928 variables (2928 bin, 0 int, 0 impl, 0 cont) and 3129 constraints
0.39/0.45	c     400 constraints of type <setppc>
0.39/0.45	c    2528 constraints of type <and>
0.39/0.45	c       1 constraints of type <linear>
0.39/0.45	c     200 constraints of type <logicor>
0.39/0.45	c transformed objective value is always integral (scale: 1)
0.39/0.45	c Presolving Time: 0.23
0.39/0.46	c OPT-NLC
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/memory = c 1620
0.39/0.46	c # maximal time in seconds to run
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/time = c 1791
0.39/0.46	c # frequency for displaying node information lines
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.46	c display/freq = c 10000
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c start solving problem
0.39/0.46	c 
29.28/29.39	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.28/29.39	c  29.1s|     1 |     0 | 14494 |  13M|   0 |1872 |2928 |3129 |3129 |2928 |5657 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
29.38/29.43	o -10
29.38/29.43	c s29.1s|     1 |     0 | 14494 |  13M|   0 |1872 |2928 |3129 |3129 |2928 |5657 |   0 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
34.18/34.23	c  33.9s|     1 |     0 | 15413 |  13M|   0 |1853 |2928 |3129 |3129 |2928 |5956 | 299 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
38.98/39.00	c  38.7s|     1 |     0 | 16357 |  13M|   0 |1849 |2928 |3129 |3129 |2928 |6018 | 361 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
43.57/43.66	c  43.3s|     1 |     0 | 17263 |  13M|   0 |1833 |2928 |3129 |3129 |2928 |6082 | 425 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
49.07/49.19	c  48.8s|     1 |     0 | 18441 |  13M|   0 |1825 |2928 |3129 |3129 |2928 |6122 | 465 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
54.16/54.23	c  53.8s|     1 |     0 | 19447 |  13M|   0 |1824 |2928 |3129 |3129 |2928 |6174 | 517 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
59.28/59.32	c  58.9s|     1 |     0 | 20476 |  13M|   0 |1816 |2928 |3129 |3129 |2928 |6231 | 574 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
124.26/124.39	c   124s|     1 |     2 | 20476 |  13M|   0 |1816 |2928 |3129 |3129 |2928 |6231 | 574 |   0 |  23 |-1.000000e+02 |-1.000000e+01 |  90.00%
671.82/672.03	o -42
671.82/672.03	c l 670s|    26 |    27 |412603 |  15M|  14 |   - |2928 |3257 | 130 |2928 |3172 |5039 | 128 | 195 |-1.000000e+02 |-4.200000e+01 |  58.00%
1045.52/1045.83	o -43
1045.52/1045.83	c g1043s|   113 |   110 |675106 |  15M|  61 |   - |2928 |3267 | 271 |2928 |3390 |  10k| 138 | 316 |-9.987592e+01 |-4.300000e+01 |  56.95%
1045.52/1045.89	o -44
1045.52/1045.89	c R1043s|   117 |   112 |675149 |  15M|  61 |  36 |2928 |3267 | 341 |2928 |3390 |  10k| 138 | 316 |-9.987592e+01 |-4.400000e+01 |  55.95%
1126.50/1126.84	o -45
1126.50/1126.84	c R1123s|   146 |   123 |738065 |  15M|  64 |  21 |2928 |3269 | 343 |2928 |3391 |  11k| 140 | 346 |-9.987571e+01 |-4.500000e+01 |  54.94%
1126.70/1127.05	o -46
1126.70/1127.05	c R1124s|   165 |   114 |738140 |  15M|  67 |   - |2928 |3270 | 261 |2928 |3392 |  11k| 141 | 346 |-9.987571e+01 |-4.600000e+01 |  53.94%
1477.21/1477.69	o -47
1477.21/1477.69	c l1473s|   347 |   146 |950821 |  17M|  67 |   - |2928 |3285 | 143 |2928 |3548 |  15k| 156 | 517 |-9.931205e+01 |-4.700000e+01 |  52.67%
1795.84/1796.32	c 
1795.84/1796.32	c SCIP Status        : solving was interrupted [time limit reached]
1795.84/1796.32	c Solving Time (sec) : 1791.00
1795.84/1796.32	c Solving Nodes      : 642
1795.84/1796.32	c Primal Bound       : -4.70000000000000e+01 (11 solutions)
1795.84/1796.32	c Dual Bound         : -9.83269370801025e+01
1795.84/1796.32	c Gap                : 52.20 %
1795.84/1796.33	c NODE         642
1795.84/1796.33	c DUAL BOUND   -98.3269
1795.84/1796.33	c PRIMAL BOUND -47
1795.84/1796.33	c GAP          0.522003
1795.84/1796.33	s SATISFIABLE
1795.84/1796.33	v x385 -x378 x363 -x375 -x262 -x387 -x398 -x331 -x303 -x394 -x240 -x255 -x271 -x360 x239 -x350 -x260 -x283 -x370 -x297 -x231 -x306 
1795.84/1796.33	v x334 -x292 -x356 x323 -x393 -x257 -x349 -x388 -x305 -x301 -x245 -x357 -x361 -x220 -x241 -x230 -x296 -x338 -x314 -x310 -x286 
1795.84/1796.33	v -x348 -x312 -x246 x329 -x307 -x339 -x326 -x311 x376 x337 -x300 -x218 -x217 -x365 -x244 -x226 -x256 -x358 x284 x335 x364 -x319 
1795.84/1796.33	v -x293 -x242 -x278 -x396 -x268 x213 -x380 -x369 x346 -x281 x395 x327 -x373 -x330 -x308 x333 -x397 -x270 x263 x325 -x313 -x351 
1795.84/1796.33	v x318 -x259 -x371 x302 x320 -x315 -x344 -x209 -x383 -x299 -x252 -x225 -x379 -x359 -x392 -x235 -x295 -x219 x264 x279 -x275 -x304 
1795.84/1796.33	v -x207 -x391 x352 x336 -x316 -x267 -x210 x288 -x345 -x291 x251 x340 -x289 x269 -x234 -x381 -x342 x298 -x282 x317 x243 -x390 
1795.84/1796.33	v -x228 -x324 -x354 -x389 -x386 -x372 -x353 x223 x216 x294 x208 -x224 -x236 x214 -x204 -x290 x266 x238 -x254 -x341 x362 -x400 
1795.84/1796.33	v x309 -x285 -x203 -x265 -x237 x328 -x347 -x368 -x253 -x384 -x332 -x374 -x280 -x202 x377 -x367 -x355 -x343 -x232 x205 -x206 x215 
1795.84/1796.33	v -x287 -x229 x221 -x399 -x261 -x249 -x227 -x201 -x322 -x272 -x258 -x248 -x247 -x222 -x212 x382 -x274 -x250 -x321 -x233 -x277 
1795.84/1796.33	v -x273 -x211 -x366 -x276 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 x190 -x189 x188 x187 -x186 -x185 x184 -x183 
1795.84/1796.33	v -x182 x181 -x180 x179 x178 -x177 -x176 -x175 -x174 x173 -x172 x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 
1795.84/1796.33	v -x160 x159 x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 
1795.84/1796.33	v x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 x131 -x130 -x129 -x128 -x127 x126 -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 
1795.84/1796.33	v -x117 x116 -x115 x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 x101 -x100 x99 -x98 x97 x96 -x95 
1795.84/1796.33	v -x94 -x93 -x92 x91 x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 x73 x72 -x71 -x70 -x69 
1795.84/1796.33	v x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 x46 -x45 -x44 -x43 
1795.84/1796.33	v -x42 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 
1795.84/1796.33	v -x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 x1 
1795.84/1796.33	c SCIP Status        : solving was interrupted [time limit reached]
1795.84/1796.33	c Solving Time       :    1791.00
1795.84/1796.33	c Original Problem   :
1795.84/1796.33	c   Problem name     : HOME/instance-1870534-1245210423.opb
1795.84/1796.33	c   Variables        : 2928 (2928 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.84/1796.33	c   Constraints      : 3129 initial, 3129 maximal
1795.84/1796.33	c Presolved Problem  :
1795.84/1796.33	c   Problem name     : t_HOME/instance-1870534-1245210423.opb
1795.84/1796.33	c   Variables        : 2928 (2928 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.84/1796.33	c   Constraints      : 3129 initial, 3290 maximal
1795.84/1796.33	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.84/1796.33	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.84/1796.33	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.84/1796.33	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.84/1796.33	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.84/1796.33	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.84/1796.33	c   probing          :       0.07          0          0          0          0          0          0          0          0
1795.84/1796.33	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1795.84/1796.33	c   and              :       0.12          0          0          0          0          0          0          0          0
1795.84/1796.33	c   linear           :       0.03          0          0          0          0          0          0          0          0
1795.84/1796.33	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.84/1796.33	c   root node        :          -          0          -          -          0          -          -          -          -
1795.84/1796.33	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.84/1796.33	c   integral         :          0          0          0        432          0          0          2          0          0        860
1795.84/1796.33	c   setppc           :        400          6      15777          0          1          4       1715          0          0          0
1795.84/1796.33	c   and              :       2528        922      15774          0          1         34      16372      38005          0          0
1795.84/1796.33	c   linear           :          1          6      15741          0          0          0          0          0          0          0
1795.84/1796.33	c   logicor          :        200+         6       1459          0          1          0        251          0          0          0
1795.84/1796.33	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1795.84/1796.33	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.84/1796.33	c   integral         :     554.07       0.00       0.00     554.07       0.00
1795.84/1796.33	c   setppc           :       0.48       0.01       0.47       0.00       0.00
1795.84/1796.33	c   and              :       3.47       1.05       2.42       0.00       0.00
1795.84/1796.33	c   linear           :       0.30       0.00       0.30       0.00       0.00
1795.84/1796.33	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1795.84/1796.33	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.84/1796.33	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.84/1796.33	c   rootredcost      :       0.02          7          0          0
1795.84/1796.33	c   pseudoobj        :       0.27      15626          0          0
1795.84/1796.33	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.84/1796.33	c   propagation      :       0.00         38         38         38        2.1          0        0.0          -
1795.84/1796.33	c   infeasible LP    :       0.06         36         36        461       69.7          0        0.0          0
1795.84/1796.33	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.84/1796.33	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.84/1796.33	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.84/1796.33	c   applied globally :          -          -          -        161       47.9          -          -          -
1795.84/1796.33	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.84/1796.33	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.84/1796.33	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 477)
1795.84/1796.33	c   redcost          :       0.36        982          0       1243          0          0
1795.84/1796.33	c   impliedbounds    :       0.00          6          0          0        856          0
1795.84/1796.33	c   intobj           :       0.00          0          0          0          0          0
1795.84/1796.33	c   gomory           :       5.72          6          0          0          2          0
1795.84/1796.33	c   strongcg         :       5.74          6          0          0          2          0
1795.84/1796.33	c   cmir             :       0.48          6          0          0          0          0
1795.84/1796.33	c   flowcover        :       0.42          6          0          0          0          0
1795.84/1796.33	c   clique           :       0.79          6          0          0         48          0
1795.84/1796.33	c   zerohalf         :       0.00          0          0          0          0          0
1795.84/1796.33	c   mcf              :       0.01          1          0          0          0          0
1795.84/1796.33	c Pricers            :       Time      Calls       Vars
1795.84/1796.33	c   problem variables:       0.00          0          0
1795.84/1796.33	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.84/1796.33	c   relpscost        :     554.07        432          0          2          0          0        860
1795.84/1796.33	c   pscost           :       0.00          0          0          0          0          0          0
1795.84/1796.33	c   inference        :       0.00          1          0          0          0          0          2
1795.84/1796.33	c   mostinf          :       0.00          0          0          0          0          0          0
1795.84/1796.33	c   leastinf         :       0.00          0          0          0          0          0          0
1795.84/1796.33	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.84/1796.33	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.84/1796.33	c   random           :       0.00          0          0          0          0          0          0
1795.84/1796.33	c Primal Heuristics  :       Time      Calls      Found
1795.84/1796.33	c   LP solutions     :       0.00          -          0
1795.84/1796.33	c   pseudo solutions :       0.00          -          0
1795.84/1796.33	c   feaspump         :       0.00          0          0
1795.84/1796.33	c   oneopt           :       0.01          7          0
1795.84/1796.33	c   pscostdiving     :     149.03          2          0
1795.84/1796.33	c   veclendiving     :      62.76          3          0
1795.84/1796.33	c   linesearchdiving :      65.97          3          2
1795.84/1796.33	c   guideddiving     :      66.83          3          1
1795.84/1796.33	c   coefdiving       :     112.32          3          0
1795.84/1796.33	c   objpscostdiving  :      11.13          2          0
1795.84/1796.33	c   rootsoldiving    :      17.32          2          0
1795.84/1796.33	c   fracdiving       :      75.94          4          0
1795.84/1796.33	c   simplerounding   :       0.00          0          0
1795.84/1796.33	c   rounding         :       5.44        757          3
1795.84/1796.33	c   shifting         :       1.00         77          5
1795.84/1796.33	c   intshifting      :       0.00          0          0
1795.84/1796.33	c   fixandinfer      :       0.00          0          0
1795.84/1796.33	c   intdiving        :       0.00          0          0
1795.84/1796.33	c   actconsdiving    :       0.00          0          0
1795.84/1796.33	c   octane           :       0.00          0          0
1795.84/1796.33	c   rens             :       0.01          0          0
1795.84/1796.33	c   rins             :       0.00          0          0
1795.84/1796.33	c   localbranching   :       0.00          0          0
1795.84/1796.33	c   mutation         :       0.00          0          0
1795.84/1796.33	c   crossover        :       0.10          1          0
1795.84/1796.33	c   dins             :       0.00          0          0
1795.84/1796.33	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.84/1796.33	c   primal LP        :       2.85          0          0       0.00       0.00
1795.84/1796.33	c   dual LP          :     646.76       1086     526521     484.83     814.09
1795.84/1796.33	c   barrier LP       :       0.00          0          0       0.00          -
1795.84/1796.33	c   diving/probing LP:     530.59      10694     666256      62.30    1255.69
1795.84/1796.33	c   strong branching :     553.87        657     386305     587.98     697.47
1795.84/1796.33	c     (at root node) :          -         23      23000    1000.00          -
1795.84/1796.33	c   conflict analysis:       0.00          0          0       0.00          -
1795.84/1796.33	c B&B Tree           :
1795.84/1796.33	c   number of runs   :          1
1795.84/1796.33	c   nodes            :        642
1795.84/1796.33	c   nodes (total)    :        642
1795.84/1796.33	c   nodes left       :        189
1795.84/1796.33	c   max depth        :         67
1795.84/1796.33	c   max depth (total):         67
1795.84/1796.33	c   backtracks       :         94 (14.6%)
1795.84/1796.33	c   delayed cutoffs  :          0
1795.84/1796.33	c   repropagations   :        216 (37 domain reductions, 0 cutoffs)
1795.84/1796.33	c   avg switch length:       4.40
1795.84/1796.33	c   switching time   :       3.25
1795.84/1796.33	c Solution           :
1795.84/1796.33	c   Solutions found  :         11 (7 improvements)
1795.84/1796.33	c   Primal Bound     : -4.70000000000000e+01   (in run 1, after 347 nodes, 1473.32 seconds, depth 577, found by <linesearchdiving>)
1795.84/1796.33	c   Dual Bound       : -9.83269370801025e+01
1795.84/1796.33	c   Gap              :      52.20 %
1795.84/1796.33	c   Root Dual Bound  : -9.99999999999999e+01
1795.84/1796.38	c Time complete: 1795.93.

Verifier Data

OK	-47

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870534-1245210423/watcher-1870534-1245210423 -o /tmp/evaluation-result-1870534-1245210423/solver-1870534-1245210423 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870534-1245210423.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.92 0.98 0.99 3/64 1728
/proc/meminfo: memFree=1790264/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=4324 CPUtime=0
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 479 0 0 0 0 0 0 0 18 0 1 0 188642068 4427776 463 1992294400 4194304 7823515 548682068736 18446744073709551615 6956836 0 0 4096 0 0 0 0 17 1 0 0
/proc/1728/statm: 1082 468 304 886 0 192 0

[startup+0.068623 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1728
/proc/meminfo: memFree=1790264/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=18220 CPUtime=0.06
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 4181 0 0 0 5 1 0 0 18 0 1 0 188642068 18657280 3809 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 4555 3809 385 886 0 3665 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18220

[startup+0.101628 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1728
/proc/meminfo: memFree=1790264/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=21280 CPUtime=0.09
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 4737 0 0 0 7 2 0 0 18 0 1 0 188642068 21790720 4365 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 5320 4365 404 886 0 4430 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21280

[startup+0.301646 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1728
/proc/meminfo: memFree=1790264/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=23200 CPUtime=0.29
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 5217 0 0 0 18 11 0 0 19 0 1 0 188642068 23756800 4845 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 5800 4845 436 886 0 4910 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23200

[startup+0.701682 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1728
/proc/meminfo: memFree=1790264/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=35700 CPUtime=0.69
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 8562 0 0 0 50 19 0 0 23 0 1 0 188642068 36556800 8022 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 8925 8022 523 886 0 8035 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35700

[startup+1.50275 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 1732
/proc/meminfo: memFree=1759536/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=36912 CPUtime=1.49
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 8740 0 0 0 130 19 0 0 25 0 1 0 188642068 37797888 8199 1992294400 4194304 7823515 548682068736 18446744073709551615 6150550 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 9228 8199 523 886 0 8338 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36912

[startup+3.1019 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 1732
/proc/meminfo: memFree=1759032/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=37264 CPUtime=3.09
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 8889 0 0 0 289 20 0 0 25 0 1 0 188642068 38158336 8343 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 9316 8343 523 886 0 8426 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37264

[startup+6.30119 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 1732
/proc/meminfo: memFree=1756608/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=39152 CPUtime=6.29
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 9392 0 0 0 608 21 0 0 25 0 1 0 188642068 40091648 8846 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 9788 8846 523 886 0 8898 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39152

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 1732
/proc/meminfo: memFree=1756608/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=39152 CPUtime=12.69
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 9393 0 0 0 1247 22 0 0 25 0 1 0 188642068 40091648 8847 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 9788 8847 524 886 0 8898 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39152

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 1732
/proc/meminfo: memFree=1755520/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=39968 CPUtime=25.49
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 9970 0 0 0 2525 24 0 0 25 0 1 0 188642068 40927232 9127 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 9992 9127 524 886 0 9102 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39968

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 1732
/proc/meminfo: memFree=1751616/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=43660 CPUtime=51.07
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 11086 0 0 0 5074 33 0 0 25 0 1 0 188642068 44707840 10155 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 10915 10155 563 886 0 10025 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 43660

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 1732
/proc/meminfo: memFree=1750656/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=44812 CPUtime=102.26
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 12932 0 0 0 10184 42 0 0 25 0 1 0 188642068 45887488 10390 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 11203 10390 569 886 0 10313 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44812

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1732
/proc/meminfo: memFree=1750208/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=44812 CPUtime=162.24
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 13046 0 0 0 16169 55 0 0 25 0 1 0 188642068 45887488 10504 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 11203 10504 571 886 0 10313 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 44812

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1732
/proc/meminfo: memFree=1750144/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=44812 CPUtime=222.23
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 13046 0 0 0 22154 69 0 0 25 0 1 0 188642068 45887488 10504 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 11203 10504 571 886 0 10313 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 44812

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1735
/proc/meminfo: memFree=1750016/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=44812 CPUtime=282.21
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 13046 0 0 0 28132 89 0 0 25 0 1 0 188642068 45887488 10504 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 11203 10504 571 886 0 10313 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 44812

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1735
/proc/meminfo: memFree=1750016/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=44812 CPUtime=342.2
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 13046 0 0 0 34114 106 0 0 25 0 1 0 188642068 45887488 10504 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 11203 10504 571 886 0 10313 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 44812

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1735
/proc/meminfo: memFree=1750080/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=44812 CPUtime=402.18
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 13046 0 0 0 40088 130 0 0 25 0 1 0 188642068 45887488 10504 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 11203 10504 571 886 0 10313 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 44812

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1735
/proc/meminfo: memFree=1749952/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=45196 CPUtime=462.16
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 13145 0 0 0 46072 144 0 0 25 0 1 0 188642068 46280704 10560 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 11299 10560 571 886 0 10409 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 45196

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1735
/proc/meminfo: memFree=1749888/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=45196 CPUtime=522.15
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 13146 0 0 0 52057 158 0 0 25 0 1 0 188642068 46280704 10561 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 11299 10561 572 886 0 10409 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 45196

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1735
/proc/meminfo: memFree=1749248/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=45892 CPUtime=582.13
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 13321 0 0 0 58037 176 0 0 25 0 1 0 188642068 46993408 10736 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 11473 10736 577 886 0 10583 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 45892

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1735
/proc/meminfo: memFree=1748800/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=46632 CPUtime=642.13
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 13430 0 0 0 64023 190 0 0 25 0 1 0 188642068 47751168 10845 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 11658 10845 577 886 0 10768 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 46632

[startup+702.301 s]

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

/proc/meminfo: memFree=1747136/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=48216 CPUtime=1062.01
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 13824 0 0 0 105904 297 0 0 25 0 1 0 188642068 49373184 11239 1992294400 4194304 7823515 548682068736 18446744073709551615 6252506 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12054 11239 577 886 0 11164 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 48216

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1747072/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=48216 CPUtime=1122
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 13825 0 0 0 111886 314 0 0 25 0 1 0 188642068 49373184 11240 1992294400 4194304 7823515 548682068736 18446744073709551615 6212443 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12054 11240 577 886 0 11164 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 48216

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1745408/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=50164 CPUtime=1181.98
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 14234 0 0 0 117869 329 0 0 25 0 1 0 188642068 51367936 11649 1992294400 4194304 7823515 548682068736 18446744073709551615 6212302 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12541 11649 577 886 0 11651 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 50164

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1744960/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=50164 CPUtime=1241.97
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 14344 0 0 0 123857 340 0 0 25 0 1 0 188642068 51367936 11759 1992294400 4194304 7823515 548682068736 18446744073709551615 6216477 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12541 11759 577 886 0 11651 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 50164

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1744960/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=50164 CPUtime=1301.96
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 14344 0 0 0 129843 353 0 0 25 0 1 0 188642068 51367936 11759 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12541 11759 577 886 0 11651 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 50164

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1744896/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=50164 CPUtime=1361.95
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 14344 0 0 0 135826 369 0 0 25 0 1 0 188642068 51367936 11759 1992294400 4194304 7823515 548682068736 18446744073709551615 6212418 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12541 11759 577 886 0 11651 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 50164

[startup+1422.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1744960/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=50164 CPUtime=1421.93
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 14346 0 0 0 141810 383 0 0 25 0 1 0 188642068 51367936 11761 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12541 11761 577 886 0 11651 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 50164

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1744512/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=50884 CPUtime=1481.91
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 14549 0 0 0 147794 397 0 0 25 0 1 0 188642068 52105216 11964 1992294400 4194304 7823515 548682068736 18446744073709551615 6209464 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12721 11964 577 886 0 11831 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 50884

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1743872/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=51420 CPUtime=1541.9
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 14605 0 0 0 153780 410 0 0 25 0 1 0 188642068 52654080 12020 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12855 12020 577 886 0 11965 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 51420

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1743552/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=51420 CPUtime=1601.89
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 14672 0 0 0 159763 426 0 0 25 0 1 0 188642068 52654080 12087 1992294400 4194304 7823515 548682068736 18446744073709551615 6237120 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12855 12087 577 886 0 11965 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 51420

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1744064/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=50936 CPUtime=1661.87
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 18418 0 0 0 165739 448 0 0 25 0 1 0 188642068 52158464 11966 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12734 11966 586 886 0 11844 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 50936

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1743104/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=51624 CPUtime=1721.85
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 18645 0 0 0 171720 465 0 0 25 0 1 0 188642068 52862976 12190 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 12906 12190 586 886 0 12016 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 51624

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1741120/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=54076 CPUtime=1781.84
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 19166 0 0 0 177703 481 0 0 25 0 1 0 188642068 55373824 12695 1992294400 4194304 7823515 548682068736 18446744073709551615 6177555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 13519 12695 586 886 0 12629 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 54076

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1741120/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=54076 CPUtime=1785.04
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 19167 0 0 0 178022 482 0 0 25 0 1 0 188642068 55373824 12696 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 13519 12696 586 886 0 12629 0
Current children cumulated CPU time (s) 1785.04
Current children cumulated vsize (KiB) 54076

[startup+1791.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1741120/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=54076 CPUtime=1791.44
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 19167 0 0 0 178661 483 0 0 25 0 1 0 188642068 55373824 12696 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 13519 12696 586 886 0 12629 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 54076

[startup+1793.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1741120/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=54076 CPUtime=1793.04
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 19167 0 0 0 178821 483 0 0 25 0 1 0 188642068 55373824 12696 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 13519 12696 586 886 0 12629 0
Current children cumulated CPU time (s) 1793.04
Current children cumulated vsize (KiB) 54076

[startup+1795.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1741120/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=54076 CPUtime=1794.64
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 19167 0 0 0 178981 483 0 0 25 0 1 0 188642068 55373824 12696 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 13519 12696 586 886 0 12629 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 54076

[startup+1795.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1741120/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=54076 CPUtime=1795.44
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 19167 0 0 0 179061 483 0 0 25 0 1 0 188642068 55373824 12696 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 13519 12696 586 886 0 12629 0
Current children cumulated CPU time (s) 1795.44
Current children cumulated vsize (KiB) 54076

[startup+1796.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1741
/proc/meminfo: memFree=1741120/2055920 swapFree=4181500/4192956
[pid=1728] ppid=1726 vsize=54076 CPUtime=1795.84
/proc/1728/stat : 1728 (pbscip.linux.x8) R 1726 1728 1590 0 -1 4194304 19167 0 0 0 179101 483 0 0 25 0 1 0 188642068 55373824 12696 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1728/statm: 13519 12696 586 886 0 12629 0
Current children cumulated CPU time (s) 1795.84
Current children cumulated vsize (KiB) 54076

Child status: 0
Real time (s): 1796.39
CPU time (s): 1795.93
CPU user time (s): 1791.09
CPU system time (s): 4.84426
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 63840

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

runsolver used 1.13683 second user time and 3.9584 second system time

The end

Launcher Data

Begin job on node25 at 2009-06-17 05:47:03
IDJOB=1870534
IDBENCH=48266
IDSOLVER=683
FILE ID=node25/1870534-1245210423
PBS_JOBID= 9368401
Free space on /tmp= 66312 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_5.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-1870534-1245210423/watcher-1870534-1245210423 -o /tmp/evaluation-result-1870534-1245210423/solver-1870534-1245210423 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870534-1245210423.opb

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

MD5SUM BENCH= 996170804397234947041ed4d87d3aa0
RANDOM SEED=1874735123

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1790744 kB
Buffers:         56908 kB
Cached:         130940 kB
SwapCached:       5884 kB
Active:          87972 kB
Inactive:       108408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790744 kB
SwapTotal:     4192956 kB
SwapFree:      4181500 kB
Dirty:            9908 kB
Writeback:           0 kB
Mapped:          13652 kB
Slab:            54808 kB
Committed_AS:   214328 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

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