Trace number 1870560

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-51 1796.04 1796.56

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_3.opb
MD5SUM27440fbcb5a9ea2c9ae6b100e77dc1d3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1796.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -60
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)4976
Sum of products size (including duplicates)9952
Number of different products2488
Sum of products size4976

Quality of the solution as a function of time


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

Solver Data

0.02/0.04	c SCIP version 1.1.0.7
0.02/0.04	c LP-Solver SoPlex 1.4.1
0.02/0.04	c user parameter file <scip.set> not found - using default parameters
0.02/0.04	c read problem <HOME/instance-1870560-1245211971.opb>
0.02/0.04	c original problem has 2888 variables (2888 bin, 0 int, 0 impl, 0 cont) and 3089 constraints
0.02/0.07	c start presolving problem
0.02/0.07	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 20304 impls, 400 clqs
0.39/0.45	c    (0.2s) probing: 101/2888 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.45	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.45	c presolving (2 rounds):
0.39/0.45	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.45	c  20304 implications, 400 cliques
0.39/0.45	c presolved problem has 2888 variables (2888 bin, 0 int, 0 impl, 0 cont) and 3089 constraints
0.39/0.45	c     400 constraints of type <setppc>
0.39/0.45	c    2488 constraints of type <and>
0.39/0.45	c       1 constraints of type <linear>
0.39/0.45	c     200 constraints of type <logicor>
0.39/0.45	c transformed objective value is always integral (scale: 1)
0.39/0.45	c Presolving Time: 0.21
0.39/0.45	c OPT-NLC
0.39/0.45	c -----------------------------------------------------------------------------------------------
0.39/0.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/memory = c 1620
0.39/0.45	c # maximal time in seconds to run
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/time = c 1791
0.39/0.45	c # frequency for displaying node information lines
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.45	c display/freq = c 10000
0.39/0.45	c -----------------------------------------------------------------------------------------------
0.39/0.45	c start solving problem
0.39/0.45	c 
39.49/39.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.49/39.51	c  39.2s|     1 |     0 | 17904 |  13M|   0 |1847 |2888 |3089 |3089 |2888 |5577 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
39.49/39.54	o -6
39.49/39.54	c s39.2s|     1 |     0 | 17904 |  13M|   0 |1847 |2888 |3089 |3089 |2888 |5577 |   0 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
45.28/45.38	c  45.0s|     1 |     0 | 19298 |  13M|   0 |1805 |2888 |3089 |3089 |2888 |5910 | 333 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
45.38/45.42	o -10
45.38/45.42	c s45.1s|     1 |     0 | 19298 |  13M|   0 |1805 |2888 |3089 |3089 |2888 |5910 | 333 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
51.18/51.28	c  50.9s|     1 |     0 | 20848 |  13M|   0 |1808 |2888 |3089 |3089 |2888 |5977 | 400 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
56.77/56.86	c  56.5s|     1 |     0 | 22130 |  13M|   0 |1798 |2888 |3089 |3089 |2888 |6057 | 480 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
63.07/63.11	c  62.7s|     1 |     0 | 23718 |  13M|   0 |1801 |2888 |3089 |3089 |2888 |6109 | 532 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
68.67/68.73	c  68.3s|     1 |     0 | 25035 |  13M|   0 |1794 |2888 |3089 |3089 |2888 |6163 | 586 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
74.36/74.42	c  74.0s|     1 |     0 | 26437 |  13M|   0 |1775 |2888 |3089 |3089 |2888 |6203 | 626 |   0 |   0 |-1.000000e+02 |-1.000000e+01 |  90.00%
201.63/201.71	c   201s|     1 |     2 | 26437 |  13M|   0 |1775 |2888 |3089 |3089 |2888 |6203 | 626 |   0 |  47 |-1.000000e+02 |-1.000000e+01 |  90.00%
949.31/949.63	o -50
949.31/949.63	c l 947s|    51 |    52 |506700 |  15M|  16 |   - |2888 |3307 | 213 |2888 |3301 |6074 | 218 | 272 |-1.000000e+02 |-5.000000e+01 |  50.00%
966.80/967.19	o -51
966.80/967.19	c l 964s|    53 |    54 |522033 |  15M|  16 |   - |2888 |3312 | 227 |2888 |3317 |6116 | 223 | 272 |-1.000000e+02 |-5.100000e+01 |  49.00%
1795.86/1796.49	c 
1795.86/1796.49	c SCIP Status        : solving was interrupted [time limit reached]
1795.86/1796.49	c Solving Time (sec) : 1791.00
1795.86/1796.49	c Solving Nodes      : 662
1795.86/1796.49	c Primal Bound       : -5.10000000000000e+01 (5 solutions)
1795.86/1796.49	c Dual Bound         : -9.82333289817552e+01
1795.86/1796.49	c Gap                : 48.08 %
1795.96/1796.50	c NODE         662
1795.96/1796.50	c DUAL BOUND   -98.2333
1795.96/1796.50	c PRIMAL BOUND -51
1795.96/1796.50	c GAP          0.480828
1795.96/1796.50	s SATISFIABLE
1795.96/1796.50	v -x364 -x366 -x370 -x297 -x268 -x312 -x330 -x310 -x388 -x395 -x260 -x319 -x263 -x331 -x276 x300 -x373 -x374 -x358 -x250 -x380 -x356 
1795.96/1796.50	v -x292 x315 -x361 -x332 -x293 -x281 x378 -x371 -x247 -x321 -x233 x359 x383 -x223 -x397 -x339 -x266 -x264 x322 -x240 -x313 
1795.96/1796.50	v -x352 x326 x257 -x218 x367 -x280 -x234 -x344 -x285 -x333 -x311 x306 x277 x219 -x363 -x379 -x385 -x389 x232 -x290 -x355 -x228 
1795.96/1796.50	v -x246 -x214 x221 -x216 -x302 -x252 -x345 -x335 x213 -x301 -x294 -x251 -x235 -x350 -x336 x244 -x382 x381 x384 -x304 -x328 x275 
1795.96/1796.50	v -x217 x261 x308 -x222 -x299 -x354 -x230 -x210 -x329 -x357 -x284 -x346 -x227 -x398 x314 -x209 -x396 -x365 -x270 -x392 x327 -x307 
1795.96/1796.50	v x267 -x254 -x317 -x320 -x318 -x287 -x220 x243 x212 -x351 -x309 -x271 -x334 -x278 -x368 x372 -x272 x305 -x206 -x236 -x211 
1795.96/1796.50	v -x387 -x237 -x298 -x249 -x238 -x225 -x390 -x400 -x283 x205 -x324 -x303 -x245 -x229 x323 x353 x282 x348 -x289 -x393 -x349 -x295 
1795.96/1796.50	v -x204 -x360 x342 x256 x291 x279 x362 -x207 -x375 x337 -x215 x255 -x399 x288 -x231 -x208 x269 -x338 -x286 -x248 -x274 x239 -x343 
1795.96/1796.50	v -x316 -x391 -x253 x224 x296 x376 -x242 -x203 -x340 -x394 -x325 -x259 x201 -x262 x258 -x265 x202 -x377 -x273 -x341 -x226 
1795.96/1796.50	v x241 -x369 x386 -x347 -x200 x199 x198 x197 x196 -x195 -x194 -x193 x192 -x191 x190 x189 x188 x187 -x186 -x185 -x184 -x183 -x182 
1795.96/1796.50	v -x181 x180 -x179 -x178 -x177 -x176 x175 x174 -x173 -x172 x171 x170 -x169 -x168 -x167 x166 x165 x164 x163 -x162 -x161 x160 -x159 
1795.96/1796.50	v -x158 -x157 -x156 x155 -x154 -x153 x152 x151 -x150 -x149 -x148 x147 -x146 x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 
1795.96/1796.50	v -x137 -x136 x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 x116 
1795.96/1796.50	v -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 
1795.96/1796.50	v x93 x92 -x91 x90 -x89 -x88 x87 -x86 -x85 x84 -x83 -x82 x81 x80 -x79 x78 -x77 x76 -x75 x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 
1795.96/1796.50	v x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 
1795.96/1796.50	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 
1795.96/1796.50	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 -x2 -x1 
1795.96/1796.50	c SCIP Status        : solving was interrupted [time limit reached]
1795.96/1796.50	c Solving Time       :    1791.00
1795.96/1796.50	c Original Problem   :
1795.96/1796.50	c   Problem name     : HOME/instance-1870560-1245211971.opb
1795.96/1796.50	c   Variables        : 2888 (2888 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.96/1796.50	c   Constraints      : 3089 initial, 3089 maximal
1795.96/1796.50	c Presolved Problem  :
1795.96/1796.50	c   Problem name     : t_HOME/instance-1870560-1245211971.opb
1795.96/1796.50	c   Variables        : 2888 (2888 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.96/1796.50	c   Constraints      : 3089 initial, 3321 maximal
1795.96/1796.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.96/1796.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.50	c   probing          :       0.06          0          0          0          0          0          0          0          0
1795.96/1796.50	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.50	c   and              :       0.11          0          0          0          0          0          0          0          0
1795.96/1796.50	c   linear           :       0.03          0          0          0          0          0          0          0          0
1795.96/1796.50	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.96/1796.50	c   root node        :          -          0          -          -          0          -          -          -          -
1795.96/1796.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.96/1796.50	c   integral         :          0          0          0        427          0          0         18          0          0        840
1795.96/1796.50	c   setppc           :        400          6      18647          0          1          6       1476          0          0          0
1795.96/1796.50	c   and              :       2488        979      18642          0          1         29      20067      32816          0          0
1795.96/1796.50	c   linear           :          1          6      18612          0          0          0          0          0          0          0
1795.96/1796.50	c   logicor          :        200+         6       1737          0          1          0        280          0          0          0
1795.96/1796.50	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1795.96/1796.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.96/1796.50	c   integral         :     616.68       0.00       0.00     616.68       0.00
1795.96/1796.50	c   setppc           :       0.44       0.00       0.44       0.00       0.00
1795.96/1796.50	c   and              :       4.18       1.18       3.00       0.00       0.00
1795.96/1796.50	c   linear           :       0.44       0.00       0.44       0.00       0.00
1795.96/1796.50	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1795.96/1796.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.96/1796.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.96/1796.50	c   rootredcost      :       0.04          3          0          0
1795.96/1796.50	c   pseudoobj        :       0.28      18476          0          0
1795.96/1796.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.96/1796.50	c   propagation      :       0.00         35         35         35        2.2          0        0.0          -
1795.96/1796.50	c   infeasible LP    :       0.13         50         50        679       59.2          3        2.7          0
1795.96/1796.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.96/1796.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.96/1796.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.96/1796.50	c   applied globally :          -          -          -        232       51.4          -          -          -
1795.96/1796.50	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.96/1796.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.96/1796.50	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 493)
1795.96/1796.50	c   redcost          :       0.32       1005          0       4560          0          0
1795.96/1796.50	c   impliedbounds    :       0.02          6          0          0        880          0
1795.96/1796.50	c   intobj           :       0.00          0          0          0          0          0
1795.96/1796.50	c   gomory           :       5.06          6          0          0         25          0
1795.96/1796.50	c   strongcg         :       5.08          6          0          0         25          0
1795.96/1796.50	c   cmir             :       0.47          6          0          0          0          0
1795.96/1796.50	c   flowcover        :       0.41          6          0          0          0          0
1795.96/1796.50	c   clique           :       0.77          6          0          0         47          0
1795.96/1796.50	c   zerohalf         :       0.00          0          0          0          0          0
1795.96/1796.50	c   mcf              :       0.01          1          0          0          0          0
1795.96/1796.50	c Pricers            :       Time      Calls       Vars
1795.96/1796.50	c   problem variables:       0.00          0          0
1795.96/1796.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.96/1796.50	c   relpscost        :     616.67        427          0         18          0          0        840
1795.96/1796.50	c   pscost           :       0.00          0          0          0          0          0          0
1795.96/1796.50	c   inference        :       0.00          1          0          0          0          0          2
1795.96/1796.50	c   mostinf          :       0.00          0          0          0          0          0          0
1795.96/1796.50	c   leastinf         :       0.00          0          0          0          0          0          0
1795.96/1796.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.96/1796.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.96/1796.50	c   random           :       0.00          0          0          0          0          0          0
1795.96/1796.50	c Primal Heuristics  :       Time      Calls      Found
1795.96/1796.50	c   LP solutions     :       0.00          -          0
1795.96/1796.50	c   pseudo solutions :       0.00          -          0
1795.96/1796.50	c   feaspump         :       0.00          0          0
1795.96/1796.50	c   oneopt           :       0.02          3          0
1795.96/1796.50	c   fracdiving       :      81.99          3          0
1795.96/1796.50	c   guideddiving     :      85.35          3          0
1795.96/1796.50	c   coefdiving       :      89.09          3          0
1795.96/1796.50	c   pscostdiving     :     106.52          3          0
1795.96/1796.50	c   objpscostdiving  :       9.04          2          0
1795.96/1796.50	c   rootsoldiving    :      12.10          2          0
1795.96/1796.50	c   linesearchdiving :      72.36          4          2
1795.96/1796.50	c   veclendiving     :      81.47          4          0
1795.96/1796.50	c   simplerounding   :       0.00          0          0
1795.96/1796.50	c   rounding         :       3.24        366          0
1795.96/1796.50	c   shifting         :       1.52         95          3
1795.96/1796.50	c   intshifting      :       0.00          0          0
1795.96/1796.50	c   fixandinfer      :       0.00          0          0
1795.96/1796.50	c   intdiving        :       0.00          0          0
1795.96/1796.50	c   actconsdiving    :       0.00          0          0
1795.96/1796.50	c   octane           :       0.00          0          0
1795.96/1796.50	c   rens             :       0.01          0          0
1795.96/1796.50	c   rins             :       0.00          0          0
1795.96/1796.50	c   localbranching   :       0.00          0          0
1795.96/1796.50	c   mutation         :       0.00          0          0
1795.96/1796.50	c   crossover        :       0.10          1          0
1795.96/1796.50	c   dins             :       0.00          0          0
1795.96/1796.50	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.96/1796.50	c   primal LP        :       2.74          0          0       0.00       0.00
1795.96/1796.50	c   dual LP          :     610.46       1139     500359     439.30     819.64
1795.96/1796.50	c   barrier LP       :       0.00          0          0       0.00          -
1795.96/1796.50	c   diving/probing LP:     501.92      12205     603015      49.41    1201.42
1795.96/1796.50	c   strong branching :     616.48        820     396959     484.10     643.91
1795.96/1796.50	c     (at root node) :          -         47      47000    1000.00          -
1795.96/1796.50	c   conflict analysis:       0.00          0          0       0.00          -
1795.96/1796.50	c B&B Tree           :
1795.96/1796.50	c   number of runs   :          1
1795.96/1796.50	c   nodes            :        662
1795.96/1796.50	c   nodes (total)    :        662
1795.96/1796.50	c   nodes left       :        181
1795.96/1796.50	c   max depth        :         65
1795.96/1796.50	c   max depth (total):         65
1795.96/1796.50	c   backtracks       :        113 (17.1%)
1795.96/1796.50	c   delayed cutoffs  :          0
1795.96/1796.50	c   repropagations   :        372 (24 domain reductions, 0 cutoffs)
1795.96/1796.50	c   avg switch length:       4.33
1795.96/1796.50	c   switching time   :       3.10
1795.96/1796.50	c Solution           :
1795.96/1796.50	c   Solutions found  :          5 (4 improvements)
1795.96/1796.50	c   Primal Bound     : -5.10000000000000e+01   (in run 1, after 53 nodes, 964.21 seconds, depth 504, found by <linesearchdiving>)
1795.96/1796.50	c   Dual Bound       : -9.82333289817552e+01
1795.96/1796.50	c   Gap              :      48.08 %
1795.96/1796.50	c   Root Dual Bound  : -9.99999999999999e+01
1795.96/1796.56	c Time complete: 1796.02.

Verifier Data

OK	-51

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6307
/proc/meminfo: memFree=1799640/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=4324 CPUtime=0
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 473 0 0 0 0 0 0 0 18 0 1 0 188790073 4427776 458 1992294400 4194304 7823515 548682068736 18446744073709551615 6820784 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 1082 464 300 886 0 192 0

[startup+0.0319749 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6307
/proc/meminfo: memFree=1799640/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=12052 CPUtime=0.02
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 2328 0 0 0 2 0 0 0 18 0 1 0 188790073 12341248 2310 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 3013 2310 354 886 0 2123 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12052

[startup+0.101985 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6307
/proc/meminfo: memFree=1799640/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=21240 CPUtime=0.09
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 4696 0 0 0 7 2 0 0 18 0 1 0 188790073 21749760 4324 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 5310 4324 404 886 0 4420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21240

[startup+0.302015 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6307
/proc/meminfo: memFree=1799640/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=24000 CPUtime=0.29
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 5418 0 0 0 17 12 0 0 19 0 1 0 188790073 24576000 5046 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 6000 5046 436 886 0 5110 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24000

[startup+0.701068 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6307
/proc/meminfo: memFree=1799640/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=34816 CPUtime=0.69
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 8315 0 0 0 50 19 0 0 23 0 1 0 188790073 35651584 7781 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 8704 7781 523 886 0 7814 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34816

[startup+1.50118 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1769872/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=36200 CPUtime=1.49
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 8698 0 0 0 130 19 0 0 25 0 1 0 188790073 37068800 8162 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 9050 8162 523 886 0 8160 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36200

[startup+3.10141 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1767760/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=38280 CPUtime=3.09
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 9154 0 0 0 289 20 0 0 25 0 1 0 188790073 39198720 8618 1992294400 4194304 7823515 548682068736 18446744073709551615 6211398 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 9570 8618 523 886 0 8680 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38280

[startup+6.30286 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1766928/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=38280 CPUtime=6.29
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 9165 0 0 0 608 21 0 0 25 0 1 0 188790073 39198720 8629 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 9570 8629 523 886 0 8680 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38280

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1767000/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=38280 CPUtime=12.69
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 9166 0 0 0 1247 22 0 0 25 0 1 0 188790073 39198720 8630 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 9570 8630 524 886 0 8680 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38280

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1766680/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=38280 CPUtime=25.48
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 9262 0 0 0 2525 23 0 0 25 0 1 0 188790073 39198720 8726 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 9570 8726 524 886 0 8680 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38280

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1762392/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=43264 CPUtime=51.08
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 10678 0 0 0 5078 30 0 0 25 0 1 0 188790073 44302336 10037 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 10816 10037 564 886 0 9926 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 43264

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1760984/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=44628 CPUtime=102.26
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 11832 0 0 0 10185 41 0 0 25 0 1 0 188790073 45699072 10199 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 11157 10199 569 886 0 10267 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44628

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1760600/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=44628 CPUtime=162.24
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 11930 0 0 0 16174 50 0 0 25 0 1 0 188790073 45699072 10297 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 11157 10297 569 886 0 10267 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 44628

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1760600/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=44628 CPUtime=222.22
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 11931 0 0 0 22163 59 0 0 25 0 1 0 188790073 45699072 10298 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 11157 10298 569 886 0 10267 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 44628

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1760600/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=44628 CPUtime=282.2
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 11931 0 0 0 28151 69 0 0 25 0 1 0 188790073 45699072 10298 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 11157 10298 569 886 0 10267 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 44628

[startup+342.301 s]
/proc/loadavg: 1.10 1.03 1.01 2/65 6308
/proc/meminfo: memFree=1760536/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=44628 CPUtime=342.19
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 11933 0 0 0 34136 83 0 0 25 0 1 0 188790073 45699072 10300 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 11157 10300 571 886 0 10267 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 44628

[startup+402.302 s]
/proc/loadavg: 1.08 1.04 1.01 2/65 6308
/proc/meminfo: memFree=1760408/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=44628 CPUtime=402.17
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 12015 0 0 0 40120 97 0 0 25 0 1 0 188790073 45699072 10341 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 11157 10341 571 886 0 10267 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 44628

[startup+462.301 s]
/proc/loadavg: 1.07 1.04 1.01 2/65 6308
/proc/meminfo: memFree=1760344/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=44628 CPUtime=462.15
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 12015 0 0 0 46103 112 0 0 25 0 1 0 188790073 45699072 10341 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 11157 10341 571 886 0 10267 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 44628

[startup+522.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 6308
/proc/meminfo: memFree=1760344/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=44628 CPUtime=522.14
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 12016 0 0 0 52081 133 0 0 25 0 1 0 188790073 45699072 10342 1992294400 4194304 7823515 548682068736 18446744073709551615 6205446 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 11157 10342 572 886 0 10267 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 44628

[startup+582.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 6308
/proc/meminfo: memFree=1760344/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=44628 CPUtime=582.12
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 12016 0 0 0 58061 151 0 0 25 0 1 0 188790073 45699072 10342 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 11157 10342 572 886 0 10267 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 44628

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 6308
/proc/meminfo: memFree=1759768/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=44884 CPUtime=642.11
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 12163 0 0 0 64043 168 0 0 25 0 1 0 188790073 45961216 10489 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 11221 10489 572 886 0 10331 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 44884

[startup+702.302 s]

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

/proc/meminfo: memFree=1755608/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=48996 CPUtime=1061.98
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 13158 0 0 0 105904 294 0 0 25 0 1 0 188790073 50171904 11484 1992294400 4194304 7823515 548682068736 18446744073709551615 6206169 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 12249 11484 577 886 0 11359 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 48996

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1755160/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=49180 CPUtime=1121.96
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 13273 0 0 0 111888 308 0 0 25 0 1 0 188790073 50360320 11599 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 12295 11599 577 886 0 11405 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 49180

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1754968/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=49556 CPUtime=1181.94
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 13323 0 0 0 117868 326 0 0 25 0 1 0 188790073 50745344 11649 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 12389 11649 577 886 0 11499 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 49556

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1754008/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=50600 CPUtime=1241.92
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 13560 0 0 0 123852 340 0 0 25 0 1 0 188790073 51814400 11886 1992294400 4194304 7823515 548682068736 18446744073709551615 6208329 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 12650 11886 577 886 0 11760 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 50600

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1753944/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=50600 CPUtime=1301.91
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 13560 0 0 0 129836 355 0 0 25 0 1 0 188790073 51814400 11886 1992294400 4194304 7823515 548682068736 18446744073709551615 6208499 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 12650 11886 577 886 0 11760 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 50600

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1754712/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=49648 CPUtime=1361.89
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 17162 0 0 0 135818 371 0 0 25 0 1 0 188790073 50839552 11707 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 12412 11707 588 886 0 11522 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 49648

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1753688/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=50760 CPUtime=1421.88
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 17415 0 0 0 141799 389 0 0 25 0 1 0 188790073 51978240 11960 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 12690 11960 588 886 0 11800 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 50760

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1753688/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=50760 CPUtime=1481.86
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 17415 0 0 0 147780 406 0 0 25 0 1 0 188790073 51978240 11960 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 12690 11960 588 886 0 11800 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 50760

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1752536/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=51832 CPUtime=1541.84
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 17693 0 0 0 153763 421 0 0 25 0 1 0 188790073 53075968 12238 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 12958 12238 588 886 0 12068 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 51832

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1751448/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=53040 CPUtime=1601.82
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 17962 0 0 0 159746 436 0 0 25 0 1 0 188790073 54312960 12507 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 13260 12507 588 886 0 12370 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 53040

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1751384/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=53040 CPUtime=1661.8
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 17978 0 0 0 165722 458 0 0 25 0 1 0 188790073 54312960 12523 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 13260 12523 588 886 0 12370 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 53040

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1751192/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=53040 CPUtime=1721.78
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 18016 0 0 0 171705 473 0 0 25 0 1 0 188790073 54312960 12561 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 13260 12561 588 886 0 12370 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 53040

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1751768/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=52348 CPUtime=1781.76
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 18517 0 0 0 177688 488 0 0 25 0 1 0 188790073 53604352 12403 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 13087 12403 588 886 0 12197 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 52348

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1751768/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=52348 CPUtime=1784.96
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 18517 0 0 0 178007 489 0 0 25 0 1 0 188790073 53604352 12403 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 13087 12403 588 886 0 12197 0
Current children cumulated CPU time (s) 1784.96
Current children cumulated vsize (KiB) 52348

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1751768/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=52348 CPUtime=1791.37
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 18517 0 0 0 178645 492 0 0 25 0 1 0 188790073 53604352 12403 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 13087 12403 588 886 0 12197 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 52348

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1751256/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=52940 CPUtime=1794.57
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 18640 0 0 0 178964 493 0 0 25 0 1 0 188790073 54210560 12526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 13235 12526 588 886 0 12345 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 52940

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1751256/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=53380 CPUtime=1795.36
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 18722 0 0 0 179043 493 0 0 25 0 1 0 188790073 54661120 12608 1992294400 4194304 7823515 548682068736 18446744073709551615 6205316 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 13345 12608 588 886 0 12455 0
Current children cumulated CPU time (s) 1795.36
Current children cumulated vsize (KiB) 53380

[startup+1796.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1750936/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=53380 CPUtime=1795.76
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 18722 0 0 0 179083 493 0 0 25 0 1 0 188790073 54661120 12608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6307/statm: 13345 12608 588 886 0 12455 0
Current children cumulated CPU time (s) 1795.76
Current children cumulated vsize (KiB) 53380

[startup+1796.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6308
/proc/meminfo: memFree=1750936/2055920 swapFree=4181384/4192956
[pid=6307] ppid=6305 vsize=53380 CPUtime=1795.96
/proc/6307/stat : 6307 (pbscip.linux.x8) R 6305 6307 5232 0 -1 4194304 18722 0 0 0 179103 493 0 0 25 0 1 0 188790073 54661120 12608 1992294400 4194304 7823515 548682068736 18446744073709551615 4685908 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 13345 12608 588 886 0 12455 0
Current children cumulated CPU time (s) 1795.96
Current children cumulated vsize (KiB) 53380

Child status: 0
Real time (s): 1796.56
CPU time (s): 1796.04
CPU user time (s): 1791.09
CPU system time (s): 4.94725
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 64928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.09
system time used= 4.94725
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18727
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1694

runsolver used 1.47378 second user time and 3.90341 second system time

The end

Launcher Data

Begin job on node49 at 2009-06-17 06:12:52
IDJOB=1870560
IDBENCH=48279
IDSOLVER=683
FILE ID=node49/1870560-1245211971
PBS_JOBID= 9368346
Free space on /tmp= 66028 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_3.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-1870560-1245211971/watcher-1870560-1245211971 -o /tmp/evaluation-result-1870560-1245211971/solver-1870560-1245211971 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870560-1245211971.opb

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

MD5SUM BENCH= 27440fbcb5a9ea2c9ae6b100e77dc1d3
RANDOM SEED=516440805

node49.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.232
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.232
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:       1800120 kB
Buffers:         59840 kB
Cached:         126048 kB
SwapCached:       4580 kB
Active:          69408 kB
Inactive:       124620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800120 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:           10196 kB
Writeback:           0 kB
Mapped:          13852 kB
Slab:            47608 kB
Committed_AS:   184116 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66020 MiB
End job on node49 at 2009-06-17 06:42:48