Trace number 1870469

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT-23 1794.01 1794.84

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_3.opb
MD5SUM7d5c1eba9f9b9c55d272c1a8f28b465a
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-25
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
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)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

Quality of the solution as a function of time


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

Solver Data

0.01/0.07	c SCIP version 1.1.0.7
0.01/0.07	c LP-Solver Clp 1.8.2
0.01/0.07	c user parameter file <scip.set> not found - using default parameters
0.01/0.07	c read problem <HOME/instance-1870469-1245206232.opb>
0.01/0.07	c original problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6817 constraints
0.09/0.14	c start presolving problem
0.09/0.14	c presolving:
0.29/0.36	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 50128 impls, 400 clqs
0.70/0.73	c    (0.5s) probing: 101/6616 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.70/0.73	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.70/0.73	c presolving (2 rounds):
0.70/0.73	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.70/0.73	c  50128 implications, 400 cliques
0.70/0.73	c presolved problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6817 constraints
0.70/0.73	c     400 constraints of type <setppc>
0.70/0.73	c    6216 constraints of type <and>
0.70/0.73	c       1 constraints of type <linear>
0.70/0.73	c     200 constraints of type <logicor>
0.70/0.73	c transformed objective value is always integral (scale: 1)
0.70/0.73	c Presolving Time: 0.46
0.70/0.74	c OPT-NLC
0.70/0.74	c -----------------------------------------------------------------------------------------------
0.70/0.74	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.70/0.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.70/0.74	c limits/memory = c 1620
0.70/0.74	c # maximal time in seconds to run
0.70/0.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.70/0.74	c limits/time = c 1791
0.70/0.74	c # frequency for displaying node information lines
0.70/0.74	c # [type: int, range: [-1,2147483647], default: 100]
0.70/0.74	c display/freq = c 10000
0.70/0.74	c -----------------------------------------------------------------------------------------------
0.70/0.74	c start solving problem
0.70/0.74	c 
1.19/1.24	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.19/1.24	c   1.0s|     1 |     0 |   539 |  30M|   0 | 425 |6616 |6817 |6817 |6616 |  13k|   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
1.19/1.27	o 0
1.19/1.27	c R 1.0s|     1 |     0 |   539 |  30M|   0 | 425 |6616 |6817 |6817 |6616 |  13k|   0 |   0 |   0 |-1.000000e+02 | 5.662137e-15 |    Inf 
3.79/3.85	c   3.5s|     1 |     0 |  2372 |  30M|   0 |1443 |6616 |6817 |6817 |6616 |  13k|   3 |   0 |   0 |-1.000000e+02 | 5.662137e-15 |    Inf 
3.79/3.89	o -8
3.79/3.89	c s 3.6s|     1 |     0 |  2372 |  30M|   0 |1443 |6616 |6817 |6817 |6616 |  13k|   3 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
16.36/16.48	c  16.1s|     1 |     0 |  9536 |  31M|   0 |1531 |6616 |6817 |6817 |6616 |  13k|   7 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
40.44/40.55	c  40.0s|     1 |     0 | 15331 |  32M|   0 |3547 |6616 |6817 |6817 |6616 |  13k|  13 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
49.64/49.73	c  49.2s|     1 |     0 | 16267 |  32M|   0 |3560 |6616 |6817 |6817 |6616 |  13k|  94 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
59.24/59.31	c  58.8s|     1 |     0 | 17075 |  32M|   0 |3564 |6616 |6817 |6817 |6616 |  13k| 117 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
66.94/67.04	c  66.5s|     1 |     0 | 17286 |  32M|   0 |3559 |6616 |6817 |6817 |6616 |  13k| 132 |   0 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
249.15/249.30	c (node 1) unresolved numerical troubles in LP 17
303.83/304.02	c   303s|     1 |     2 | 87286 |  32M|   0 |3559 |6616 |6817 |6817 |6616 |  13k| 132 |   0 |  18 |-1.000000e+02 |-8.000000e+00 |  92.00%
849.38/849.87	o -23
849.38/849.87	c f 848s|     7 |     8 |456843 |  37M|   4 |   - |6616 |6819 | 163 |6616 |5359 |2992 |   2 | 137 |-1.000000e+02 |-2.300000e+01 |  77.00%
1793.86/1794.70	c 
1793.86/1794.70	c SCIP Status        : solving was interrupted [time limit reached]
1793.86/1794.70	c Solving Time (sec) : 1791.01
1793.86/1794.70	c Solving Nodes      : 16
1793.86/1794.70	c Primal Bound       : -2.30000000000000e+01 (3 solutions)
1793.86/1794.70	c Dual Bound         : -9.94999999999999e+01
1793.86/1794.70	c Gap                : 76.88 %
1793.86/1794.72	c NODE         16
1793.86/1794.72	c DUAL BOUND   -99.5
1793.86/1794.72	c PRIMAL BOUND -23
1793.86/1794.72	c GAP          0.768844
1793.86/1794.72	s SATISFIABLE
1793.86/1794.72	v -x318 x373 -x308 -x277 -x395 -x322 -x320 -x391 -x235 -x280 -x358 x292 x250 -x361 -x312 -x260 -x388 -x370 -x330 x315 x371 -x313 
1793.86/1794.72	v -x223 -x364 -x359 -x383 -x339 -x264 -x301 x208 -x374 -x365 -x245 -x210 -x287 -x367 -x240 -x251 -x380 -x331 -x281 -x270 -x218 
1793.86/1794.72	v -x352 -x326 -x257 x234 -x344 -x333 -x311 -x397 -x262 -x213 -x379 -x385 -x389 -x232 -x290 x336 -x355 x214 -x228 -x246 -x302 -x271 
1793.86/1794.72	v -x252 -x205 -x342 -x329 x293 -x276 -x268 -x233 x216 -x211 -x345 -x244 x335 -x231 -x382 -x381 -x384 -x304 -x328 -x275 -x217 
1793.86/1794.72	v -x222 -x204 x366 -x363 x310 -x306 x300 -x297 -x266 -x256 -x247 -x299 -x354 -x230 -x206 -x346 -x227 -x398 -x314 -x392 -x327 
1793.86/1794.72	v -x307 x267 -x254 x317 -x356 -x350 -x285 x284 -x258 x229 -x243 -x212 -x324 -x351 -x224 -x309 -x334 -x278 -x368 -x372 -x272 -x236 
1793.86/1794.72	v -x305 -x387 -x237 -x298 -x249 -x238 -x378 -x360 -x263 -x253 -x219 x209 -x225 -x390 -x400 -x283 x323 -x348 -x289 -x288 -x295 
1793.86/1794.72	v -x291 -x279 x362 -x207 -x375 -x215 -x255 -x399 -x269 -x201 -x396 -x393 -x357 -x353 -x349 -x337 -x332 -x321 -x319 -x303 -x294 
1793.86/1794.72	v -x282 -x261 -x221 -x220 -x338 -x286 -x248 -x274 -x239 -x343 -x316 -x296 -x376 -x242 -x203 -x340 -x394 x325 -x259 -x265 -x202 
1793.86/1794.72	v -x377 -x273 -x341 -x226 -x241 -x369 -x386 -x347 -x200 x199 -x198 -x197 -x196 x195 x194 x193 -x192 -x191 -x190 -x189 x188 -x187 
1793.86/1794.72	v x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 
1793.86/1794.72	v -x165 -x164 x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 
1793.86/1794.72	v -x144 -x143 -x142 x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 
1793.86/1794.72	v -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 
1793.86/1794.72	v -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 
1793.86/1794.72	v -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 
1793.86/1794.72	v -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 
1793.86/1794.72	v -x26 -x25 -x24 -x23 -x22 x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
1793.86/1794.72	c SCIP Status        : solving was interrupted [time limit reached]
1793.86/1794.72	c Solving Time       :    1791.01
1793.86/1794.72	c Original Problem   :
1793.86/1794.72	c   Problem name     : HOME/instance-1870469-1245206232.opb
1793.86/1794.72	c   Variables        : 6616 (6616 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.86/1794.72	c   Constraints      : 6817 initial, 6817 maximal
1793.86/1794.72	c Presolved Problem  :
1793.86/1794.72	c   Problem name     : t_HOME/instance-1870469-1245206232.opb
1793.86/1794.72	c   Variables        : 6616 (6616 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.86/1794.72	c   Constraints      : 6817 initial, 6821 maximal
1793.86/1794.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1793.86/1794.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1793.86/1794.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1793.86/1794.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1793.86/1794.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1793.86/1794.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
1793.86/1794.72	c   probing          :       0.22          0          0          0          0          0          0          0          0
1793.86/1794.72	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1793.86/1794.72	c   and              :       0.16          0          0          0          0          0          0          0          0
1793.86/1794.72	c   linear           :       0.04          0          0          0          0          0          0          0          0
1793.86/1794.72	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1793.86/1794.72	c   root node        :          -          0          -          -          0          -          -          -          -
1793.86/1794.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1793.86/1794.72	c   integral         :          0          0          0         17          0          0          1          0          0         32
1793.86/1794.72	c   setppc           :        400          6       3468          0          0          2          0          0          0          0
1793.86/1794.72	c   and              :       6216         81       3466          0          0          2        451      65109          0          0
1793.86/1794.72	c   linear           :          1          6       3464          0          0          0          0          0          0          0
1793.86/1794.72	c   logicor          :        200+         6        288          0          0          0          6          0          0          0
1793.86/1794.72	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1793.86/1794.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1793.86/1794.72	c   integral         :     370.68       0.00       0.00     370.68       0.00
1793.86/1794.72	c   setppc           :       0.09       0.00       0.09       0.00       0.00
1793.86/1794.72	c   and              :       2.02       0.52       1.50       0.00       0.00
1793.86/1794.72	c   linear           :       0.04       0.00       0.04       0.00       0.00
1793.86/1794.72	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1793.86/1794.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1793.86/1794.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1793.86/1794.72	c   rootredcost      :       0.01          2          0          0
1793.86/1794.72	c   pseudoobj        :       0.09       3270          0          0
1793.86/1794.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1793.86/1794.72	c   propagation      :       0.00          4          4          4        2.5          0        0.0          -
1793.86/1794.72	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1793.86/1794.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1793.86/1794.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1793.86/1794.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1793.86/1794.72	c   applied globally :          -          -          -          4        2.5          -          -          -
1793.86/1794.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1793.86/1794.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1793.86/1794.72	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 193)
1793.86/1794.72	c   redcost          :       0.07         81          0          0          0          0
1793.86/1794.72	c   impliedbounds    :       0.04          6          0          0        148          0
1793.86/1794.72	c   intobj           :       0.00          0          0          0          0          0
1793.86/1794.72	c   gomory           :       8.47          6          0          0          0          0
1793.86/1794.72	c   strongcg         :       8.53          6          0          0       1254          0
1793.86/1794.72	c   cmir             :       1.53          6          0          0          0          0
1793.86/1794.72	c   flowcover        :       1.43          6          0          0          0          0
1793.86/1794.72	c   clique           :       1.46          6          0          0         40          0
1793.86/1794.72	c   zerohalf         :       0.00          0          0          0          0          0
1793.86/1794.72	c   mcf              :       0.36          2          0          0          6          0
1793.86/1794.72	c Pricers            :       Time      Calls       Vars
1793.86/1794.72	c   problem variables:       0.00          0          0
1793.86/1794.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1793.86/1794.72	c   relpscost        :     370.68         17          0          1          0          0         32
1793.86/1794.72	c   pscost           :       0.00          0          0          0          0          0          0
1793.86/1794.72	c   inference        :       0.00          0          0          0          0          0          0
1793.86/1794.72	c   mostinf          :       0.00          0          0          0          0          0          0
1793.86/1794.72	c   leastinf         :       0.00          0          0          0          0          0          0
1793.86/1794.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1793.86/1794.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1793.86/1794.72	c   random           :       0.00          0          0          0          0          0          0
1793.86/1794.72	c Primal Heuristics  :       Time      Calls      Found
1793.86/1794.72	c   LP solutions     :       0.00          -          0
1793.86/1794.72	c   pseudo solutions :       0.00          -          0
1793.86/1794.72	c   oneopt           :       0.01          2          0
1793.86/1794.72	c   pscostdiving     :      69.90          1          0
1793.86/1794.72	c   fracdiving       :      84.44          1          1
1793.86/1794.72	c   veclendiving     :     109.25          2          0
1793.86/1794.72	c   objpscostdiving  :     358.19          1          0
1793.86/1794.72	c   simplerounding   :       0.00          0          0
1793.86/1794.72	c   rounding         :       4.61         96          1
1793.86/1794.72	c   shifting         :       0.25          7          1
1793.86/1794.72	c   intshifting      :       0.00          0          0
1793.86/1794.72	c   fixandinfer      :       0.00          0          0
1793.86/1794.72	c   feaspump         :     181.68          1          0
1793.86/1794.72	c   coefdiving       :     104.50          1          0
1793.86/1794.72	c   intdiving        :       0.00          0          0
1793.86/1794.72	c   actconsdiving    :       0.00          0          0
1793.86/1794.72	c   rootsoldiving    :      35.60          1          0
1793.86/1794.72	c   linesearchdiving :       0.00          0          0
1793.86/1794.72	c   guideddiving     :       0.00          0          0
1793.86/1794.72	c   octane           :       0.00          0          0
1793.86/1794.72	c   rens             :       0.02          0          0
1793.86/1794.72	c   rins             :       0.00          0          0
1793.86/1794.72	c   localbranching   :       0.00          0          0
1793.86/1794.72	c   mutation         :       0.00          0          0
1793.86/1794.72	c   crossover        :       0.00          0          0
1793.86/1794.72	c   dins             :       0.00          0          0
1793.86/1794.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1793.86/1794.72	c   primal LP        :      29.03          0          0       0.00       0.00
1793.86/1794.72	c   dual LP          :     418.36         99     246700    2491.92     589.68
1793.86/1794.72	c   barrier LP       :       0.00          0          0       0.00          -
1793.86/1794.72	c   diving/probing LP:     916.22       6299     658296     104.51     718.49
1793.86/1794.72	c   strong branching :     370.60        368     190987     518.99     515.35
1793.86/1794.72	c     (at root node) :          -         18      10440     580.00          -
1793.86/1794.72	c   conflict analysis:       0.00          0          0       0.00          -
1793.86/1794.72	c B&B Tree           :
1793.86/1794.72	c   number of runs   :          1
1793.86/1794.72	c   nodes            :         16
1793.86/1794.72	c   nodes (total)    :         16
1793.86/1794.72	c   nodes left       :         17
1793.86/1794.72	c   max depth        :          5
1793.86/1794.72	c   max depth (total):          5
1793.86/1794.72	c   backtracks       :          9 (56.2%)
1793.86/1794.72	c   delayed cutoffs  :          0
1793.86/1794.72	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1793.86/1794.72	c   avg switch length:       2.69
1793.86/1794.72	c   switching time   :      29.09
1793.86/1794.72	c Solution           :
1793.86/1794.72	c   Solutions found  :          3 (3 improvements)
1793.86/1794.72	c   Primal Bound     : -2.30000000000000e+01   (in run 1, after 7 nodes, 847.75 seconds, depth 940, found by <fracdiving>)
1793.86/1794.72	c   Dual Bound       : -9.94999999999999e+01
1793.86/1794.72	c   Gap              :      76.88 %
1793.86/1794.72	c   Root Dual Bound  : -9.99999999999996e+01
1793.96/1794.84	c Time complete: 1794.

Verifier Data

OK	-23

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870469-1245206232/watcher-1870469-1245206232 -o /tmp/evaluation-result-1870469-1245206232/solver-1870469-1245206232 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870469-1245206232.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 12435
/proc/meminfo: memFree=1850432/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=7616 CPUtime=0
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 637 0 0 0 0 0 0 0 18 0 1 0 188224029 7798784 622 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/12435/statm: 1904 632 353 1256 0 643 0

[startup+0.0247201 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12435
/proc/meminfo: memFree=1850432/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=13196 CPUtime=0.01
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 2280 0 0 0 1 0 0 0 18 0 1 0 188224029 13512704 2264 1992294400 4194304 9342243 548682068736 18446744073709551615 7635785 0 0 4096 0 0 0 0 17 0 0 0
/proc/12435/statm: 3299 2264 378 1256 0 2038 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13196

[startup+0.101733 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12435
/proc/meminfo: memFree=1850432/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=25200 CPUtime=0.09
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 5664 0 0 0 7 2 0 0 18 0 1 0 188224029 25804800 5294 1992294400 4194304 9342243 548682068736 18446744073709551615 8251536 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 6300 5294 412 1256 0 5039 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25200

[startup+0.30177 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12435
/proc/meminfo: memFree=1850432/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=32604 CPUtime=0.29
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 7330 0 0 0 21 8 0 0 19 0 1 0 188224029 33386496 6960 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 8151 6960 464 1256 0 6890 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32604

[startup+0.701843 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12435
/proc/meminfo: memFree=1850432/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=37228 CPUtime=0.7
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 8558 0 0 0 52 18 0 0 23 0 1 0 188224029 38121472 8188 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 9307 8188 493 1256 0 8046 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 37228

[startup+1.50199 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1796856/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=69652 CPUtime=1.49
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 15713 0 0 0 128 21 0 0 25 0 1 0 188224029 71323648 14858 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 17413 14858 641 1256 0 16152 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69652

[startup+3.10129 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1787384/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=80136 CPUtime=3.09
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 18342 0 0 0 285 24 0 0 25 0 1 0 188224029 82059264 17483 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 20034 17483 669 1256 0 18773 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80136

[startup+6.30189 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1774328/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=91228 CPUtime=6.28
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 20975 0 0 0 600 28 0 0 25 0 1 0 188224029 93417472 19540 1992294400 4194304 9342243 548682068736 18446744073709551615 6959577 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12435/statm: 22807 19540 669 1256 0 21546 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 91228

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1772728/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=91780 CPUtime=12.66
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 24181 0 0 0 1235 31 0 0 25 0 1 0 188224029 93982720 19875 1992294400 4194304 9342243 548682068736 18446744073709551615 6959593 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 22945 19875 669 1256 0 21684 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 91780

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1764600/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=100344 CPUtime=25.45
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 28096 0 0 0 2509 36 0 0 25 0 1 0 188224029 102752256 22112 1992294400 4194304 9342243 548682068736 18446744073709551615 6357232 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 25086 22113 678 1256 0 23825 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 100344

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1763576/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=99356 CPUtime=51.04
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 29857 0 0 0 5064 40 0 0 25 0 1 0 188224029 101740544 22354 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 24839 22354 678 1256 0 23578 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 99356

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1762872/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=106120 CPUtime=102.22
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 44880 0 0 0 10166 56 0 0 25 0 1 0 188224029 108666880 22610 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26530 22610 695 1256 0 25269 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 106120

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1762104/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=105432 CPUtime=162.2
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 68734 0 0 0 16142 78 0 0 25 0 1 0 188224029 107962368 22740 1992294400 4194304 9342243 548682068736 18446744073709551615 6505284 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26358 22740 695 1256 0 25097 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 105432

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1761912/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=97368 CPUtime=222.16
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 87051 0 0 0 22123 93 0 0 25 0 1 0 188224029 99704832 22772 1992294400 4194304 9342243 548682068736 18446744073709551615 6496591 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 24342 22772 695 1256 0 23081 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 97368

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1757048/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=117932 CPUtime=282.14
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 91176 0 0 0 28115 99 0 0 25 0 1 0 188224029 120762368 23986 1992294400 4194304 9342243 548682068736 18446744073709551615 6953121 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 29483 23986 702 1256 0 28222 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 117932

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1761464/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=95964 CPUtime=342.11
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 93090 0 0 0 34107 104 0 0 25 0 1 0 188224029 98267136 22879 1992294400 4194304 9342243 548682068736 18446744073709551615 6959593 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 23991 22879 706 1256 0 22730 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 95964

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1761400/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=97384 CPUtime=402.08
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 93863 0 0 0 40099 109 0 0 25 0 1 0 188224029 99721216 22904 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 24346 22904 707 1256 0 23085 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 97384

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1761336/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=97468 CPUtime=462.06
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 95333 0 0 0 46089 117 0 0 25 0 1 0 188224029 99807232 22906 1992294400 4194304 9342243 548682068736 18446744073709551615 6039862 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 24367 22906 707 1256 0 23106 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 97468

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1761208/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=108448 CPUtime=522.03
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 97362 0 0 0 52080 123 0 0 25 0 1 0 188224029 111050752 22957 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 27112 22957 707 1256 0 25851 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 108448

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1761336/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=98452 CPUtime=582
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 97842 0 0 0 58070 130 0 0 25 0 1 0 188224029 100814848 22898 1992294400 4194304 9342243 548682068736 18446744073709551615 6040870 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 24613 22898 707 1256 0 23352 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 98452

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12436
/proc/meminfo: memFree=1759608/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=100696 CPUtime=641.98
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 98298 0 0 0 64059 139 0 0 25 0 1 0 188224029 103112704 23354 1992294400 4194304 9342243 548682068736 18446744073709551615 4253496 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 25174 23354 707 1256 0 23913 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 100696

[startup+702.302 s]

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

/proc/meminfo: memFree=1755320/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=104140 CPUtime=1121.76
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 107237 0 0 0 111980 196 0 0 25 0 1 0 188224029 106639360 24205 1992294400 4194304 9342243 548682068736 18446744073709551615 6952948 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26035 24205 710 1256 0 24774 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 104140

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12438
/proc/meminfo: memFree=1755000/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=104140 CPUtime=1181.73
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 107302 0 0 0 117972 201 0 0 25 0 1 0 188224029 106639360 24270 1992294400 4194304 9342243 548682068736 18446744073709551615 6959589 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26035 24270 710 1256 0 24774 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 104140

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12438
/proc/meminfo: memFree=1754808/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=104140 CPUtime=1241.71
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 107320 0 0 0 123963 208 0 0 25 0 1 0 188224029 106639360 24288 1992294400 4194304 9342243 548682068736 18446744073709551615 6065012 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26035 24288 710 1256 0 24774 0
Current children cumulated CPU time (s) 1241.71
Current children cumulated vsize (KiB) 104140

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12438
/proc/meminfo: memFree=1754680/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=104140 CPUtime=1301.69
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 107362 0 0 0 129955 214 0 0 25 0 1 0 188224029 106639360 24330 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26035 24330 710 1256 0 24774 0
Current children cumulated CPU time (s) 1301.69
Current children cumulated vsize (KiB) 104140

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12438
/proc/meminfo: memFree=1754232/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=104140 CPUtime=1361.65
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 107456 0 0 0 135944 221 0 0 25 0 1 0 188224029 106639360 24424 1992294400 4194304 9342243 548682068736 18446744073709551615 6938547 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26035 24424 710 1256 0 24774 0
Current children cumulated CPU time (s) 1361.65
Current children cumulated vsize (KiB) 104140

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12438
/proc/meminfo: memFree=1754680/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=104208 CPUtime=1421.64
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 109769 0 0 0 141935 229 0 0 25 0 1 0 188224029 106708992 24301 1992294400 4194304 9342243 548682068736 18446744073709551615 6965605 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26052 24301 710 1256 0 24791 0
Current children cumulated CPU time (s) 1421.64
Current children cumulated vsize (KiB) 104208

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1754104/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=104208 CPUtime=1481.6
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 109887 0 0 0 147924 236 0 0 25 0 1 0 188224029 106708992 24419 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26052 24419 710 1256 0 24791 0
Current children cumulated CPU time (s) 1481.6
Current children cumulated vsize (KiB) 104208

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1757368/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=110112 CPUtime=1541.58
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 111357 0 0 0 153915 243 0 0 25 0 1 0 188224029 112754688 23592 1992294400 4194304 9342243 548682068736 18446744073709551615 6342135 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 27528 23592 710 1256 0 26267 0
Current children cumulated CPU time (s) 1541.58
Current children cumulated vsize (KiB) 110112

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1757240/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=104956 CPUtime=1601.55
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 116894 0 0 0 159903 252 0 0 25 0 1 0 188224029 107474944 23642 1992294400 4194304 9342243 548682068736 18446744073709551615 6952387 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26239 23642 710 1256 0 24978 0
Current children cumulated CPU time (s) 1601.55
Current children cumulated vsize (KiB) 104956

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1758520/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=104920 CPUtime=1661.52
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 121600 0 0 0 165891 261 0 0 25 0 1 0 188224029 107438080 23332 1992294400 4194304 9342243 548682068736 18446744073709551615 6039786 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26230 23332 710 1256 0 24969 0
Current children cumulated CPU time (s) 1661.52
Current children cumulated vsize (KiB) 104920

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1758840/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=104240 CPUtime=1721.49
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 124365 0 0 0 171881 268 0 0 25 0 1 0 188224029 106741760 23249 1992294400 4194304 9342243 548682068736 18446744073709551615 6960850 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26060 23249 710 1256 0 24799 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 104240

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1758648/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=105728 CPUtime=1781.47
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 130178 0 0 0 177869 278 0 0 25 0 1 0 188224029 108265472 23263 1992294400 4194304 9342243 548682068736 18446744073709551615 6965710 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 26432 23263 710 1256 0 25171 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 105728

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 12444
/proc/meminfo: memFree=1758264/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=118476 CPUtime=1784.67
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 130927 0 0 0 178188 279 0 0 25 0 1 0 188224029 121319424 23349 1992294400 4194304 9342243 548682068736 18446744073709551615 7521373 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 29619 23349 710 1256 0 28358 0
Current children cumulated CPU time (s) 1784.67
Current children cumulated vsize (KiB) 118476

[startup+1788.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1758264/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=118476 CPUtime=1787.86
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 131177 0 0 0 178507 279 0 0 25 0 1 0 188224029 121319424 23350 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 29619 23350 710 1256 0 28358 0
Current children cumulated CPU time (s) 1787.86
Current children cumulated vsize (KiB) 118476

[startup+1791.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1758264/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=118476 CPUtime=1791.06
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 131426 0 0 0 178827 279 0 0 25 0 1 0 188224029 121319424 23350 1992294400 4194304 9342243 548682068736 18446744073709551615 6960296 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 29619 23350 710 1256 0 28358 0
Current children cumulated CPU time (s) 1791.06
Current children cumulated vsize (KiB) 118476

[startup+1793.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1758264/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=118476 CPUtime=1792.66
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 131592 0 0 0 178986 280 0 0 25 0 1 0 188224029 121319424 23350 1992294400 4194304 9342243 548682068736 18446744073709551615 6938499 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 29619 23350 710 1256 0 28358 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (KiB) 118476

[startup+1794.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1758264/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=118476 CPUtime=1793.46
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 131675 0 0 0 179066 280 0 0 25 0 1 0 188224029 121319424 23350 1992294400 4194304 9342243 548682068736 18446744073709551615 6039845 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 29619 23350 710 1256 0 28358 0
Current children cumulated CPU time (s) 1793.46
Current children cumulated vsize (KiB) 118476

[startup+1794.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1758264/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=118476 CPUtime=1793.86
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 131758 0 0 0 179106 280 0 0 25 0 1 0 188224029 121319424 23350 1992294400 4194304 9342243 548682068736 18446744073709551615 6959599 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12435/statm: 29619 23350 710 1256 0 28358 0
Current children cumulated CPU time (s) 1793.86
Current children cumulated vsize (KiB) 118476

[startup+1794.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12444
/proc/meminfo: memFree=1758264/2055920 swapFree=4188244/4192956
[pid=12435] ppid=12433 vsize=102848 CPUtime=1793.96
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 12398 0 -1 4194304 131761 0 0 0 179116 280 0 0 17 0 1 0 188224029 105316352 23270 1992294400 4194304 9342243 548682068736 18446744073709551615 5855005 0 0 4096 0 0 0 0 17 0 0 0
/proc/12435/statm: 25712 23270 713 1256 0 24451 0
Current children cumulated CPU time (s) 1793.96
Current children cumulated vsize (KiB) 102848

Child status: 0
Real time (s): 1794.84
CPU time (s): 1794.01
CPU user time (s): 1791.19
CPU system time (s): 2.81657
CPU usage (%): 99.9537
Max. virtual memory (cumulated for all children) (KiB): 119300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.19
system time used= 2.81657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131765
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= 8
involuntary context switches= 5458

runsolver used 2.07168 second user time and 4.46332 second system time

The end

Launcher Data

Begin job on node7 at 2009-06-17 04:37:12
IDJOB=1870469
IDBENCH=48233
IDSOLVER=684
FILE ID=node7/1870469-1245206232
PBS_JOBID= 9368393
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870469-1245206232/watcher-1870469-1245206232 -o /tmp/evaluation-result-1870469-1245206232/solver-1870469-1245206232 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870469-1245206232.opb

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

MD5SUM BENCH= 7d5c1eba9f9b9c55d272c1a8f28b465a
RANDOM SEED=1898897329

node7.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.274
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.274
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:       1850912 kB
Buffers:         46412 kB
Cached:          92716 kB
SwapCached:       1632 kB
Active:          62436 kB
Inactive:        87608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850912 kB
SwapTotal:     4192956 kB
SwapFree:      4188244 kB
Dirty:           12060 kB
Writeback:           0 kB
Mapped:          18648 kB
Slab:            40932 kB
Committed_AS:   175488 kB
PageTables:       1444 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= 66260 MiB
End job on node7 at 2009-06-17 05:07:07