Trace number 1870568

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-49 1796.22 1796.76

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_1.opb
MD5SUM74165f17686851db36d48a05683565a5
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 benchmark1795.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -58
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)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

Quality of the solution as a function of time


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

Solver Data

0.00/0.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver SoPlex 1.4.1
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1870568-1245212171.opb>
0.00/0.04	c original problem has 2882 variables (2882 bin, 0 int, 0 impl, 0 cont) and 3083 constraints
0.05/0.07	c start presolving problem
0.05/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, 20256 impls, 400 clqs
0.39/0.44	c    (0.2s) probing: 101/2882 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.44	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.44	c presolving (2 rounds):
0.39/0.44	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.44	c  20256 implications, 400 cliques
0.39/0.44	c presolved problem has 2882 variables (2882 bin, 0 int, 0 impl, 0 cont) and 3083 constraints
0.39/0.44	c     400 constraints of type <setppc>
0.39/0.44	c    2482 constraints of type <and>
0.39/0.44	c       1 constraints of type <linear>
0.39/0.44	c     200 constraints of type <logicor>
0.39/0.44	c transformed objective value is always integral (scale: 1)
0.39/0.44	c Presolving Time: 0.20
0.39/0.44	c OPT-NLC
0.39/0.44	c -----------------------------------------------------------------------------------------------
0.39/0.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/memory = c 1620
0.39/0.44	c # maximal time in seconds to run
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/time = c 1791
0.39/0.44	c # frequency for displaying node information lines
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.44	c display/freq = c 10000
0.39/0.44	c -----------------------------------------------------------------------------------------------
0.39/0.44	c start solving problem
0.39/0.44	c 
23.08/23.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.08/23.15	c  22.9s|     1 |     0 | 11648 |  13M|   0 |1823 |2882 |3083 |3083 |2882 |5565 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
23.08/23.18	o -7
23.08/23.18	c s22.9s|     1 |     0 | 11648 |  13M|   0 |1823 |2882 |3083 |3083 |2882 |5565 |   0 |   0 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
27.07/27.12	c  26.8s|     1 |     0 | 12261 |  13M|   0 |1786 |2882 |3083 |3083 |2882 |5814 | 249 |   0 |   0 |-1.000000e+02 |-7.000000e+00 |  93.00%
27.07/27.15	o -11
27.07/27.15	c s26.8s|     1 |     0 | 12261 |  13M|   0 |1786 |2882 |3083 |3083 |2882 |5814 | 249 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
30.68/30.79	c  30.4s|     1 |     0 | 12833 |  13M|   0 |1781 |2882 |3083 |3083 |2882 |5864 | 299 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
34.97/35.10	c  34.7s|     1 |     0 | 13596 |  13M|   0 |1755 |2882 |3083 |3083 |2882 |5900 | 335 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
39.48/39.60	c  39.2s|     1 |     0 | 14488 |  13M|   0 |1748 |2882 |3083 |3083 |2882 |5936 | 371 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
44.47/44.60	c  44.2s|     1 |     0 | 15537 |  13M|   0 |1758 |2882 |3083 |3083 |2882 |5984 | 419 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
49.07/49.14	c  48.7s|     1 |     0 | 16449 |  13M|   0 |1750 |2882 |3083 |3083 |2882 |6033 | 468 |   0 |   0 |-1.000000e+02 |-1.100000e+01 |  89.00%
132.74/132.83	c   132s|     1 |     2 | 25852 |  13M|   0 |1750 |2882 |3083 |3083 |2882 |6033 | 468 |   0 |  24 |-1.000000e+02 |-1.100000e+01 |  89.00%
972.69/973.01	o -44
972.69/973.01	c f 970s|    50 |    51 |625099 |  16M|  11 |   - |2882 |3543 | 152 |2882 |3287 |9413 | 460 | 286 |-9.933284e+01 |-4.400000e+01 |  55.70%
1331.49/1331.94	o -45
1331.49/1331.94	c f1328s|    81 |    82 |907193 |  16M|  15 |   - |2882 |3554 | 204 |2882 |3373 |  11k| 471 | 376 |-9.902203e+01 |-4.500000e+01 |  54.56%
1366.68/1367.19	o -49
1366.68/1367.19	c l1363s|    83 |    84 |938841 |  16M|  15 |   - |2882 |3562 | 163 |2882 |3446 |  11k| 479 | 376 |-9.902203e+01 |-4.900000e+01 |  50.52%
1796.06/1796.69	c 
1796.06/1796.69	c SCIP Status        : solving was interrupted [time limit reached]
1796.06/1796.69	c Solving Time (sec) : 1791.00
1796.06/1796.69	c Solving Nodes      : 135
1796.06/1796.69	c Primal Bound       : -4.90000000000000e+01 (5 solutions)
1796.06/1796.69	c Dual Bound         : -9.88457734234026e+01
1796.06/1796.69	c Gap                : 50.43 %
1796.06/1796.69	c NODE         135
1796.06/1796.69	c DUAL BOUND   -98.8458
1796.06/1796.69	c PRIMAL BOUND -49
1796.06/1796.69	c GAP          0.504278
1796.06/1796.69	s SATISFIABLE
1796.06/1796.69	v -x313 -x342 -x248 -x392 -x390 x358 -x297 -x348 -x254 -x386 -x286 x345 -x376 -x231 -x294 -x280 -x360 x382 x332 -x255 -x323 -x321 
1796.06/1796.69	v -x359 -x343 -x224 -x353 x256 -x391 -x239 x237 -x300 -x370 -x349 -x335 x305 -x317 -x377 -x395 x361 x367 -x299 -x267 -x238 x352 
1796.06/1796.69	v -x233 -x218 -x283 -x269 x344 -x388 x217 -x289 x380 x356 x322 -x216 x339 x319 x312 x246 -x350 x347 x249 -x271 x272 -x329 -x308 
1796.06/1796.69	v -x284 -x307 -x366 -x354 -x334 x275 -x310 x372 -x232 x362 -x315 x236 -x241 -x220 -x290 -x281 -x375 -x262 -x302 -x253 -x318 
1796.06/1796.69	v -x303 -x298 -x210 -x234 -x295 x213 -x340 -x245 -x261 -x400 -x355 -x252 -x389 -x379 x277 x208 x276 x266 x219 -x351 -x244 x365 
1796.06/1796.69	v -x215 -x346 -x207 -x301 -x264 -x235 -x314 -x247 x328 x285 -x326 -x306 -x206 -x398 -x288 x279 x278 -x265 -x258 -x242 x226 -x282 
1796.06/1796.69	v -x397 -x357 x381 x292 -x214 -x205 -x393 -x311 -x296 -x274 -x240 -x225 -x221 -x371 x325 -x338 -x385 -x320 -x374 -x399 x309 -x209 
1796.06/1796.69	v -x257 -x270 -x259 -x223 x330 -x203 -x396 -x273 -x251 x243 -x204 -x268 -x324 -x263 -x331 x383 x230 x368 x369 -x212 -x202 
1796.06/1796.69	v -x211 -x337 -x373 -x227 -x341 x327 -x364 -x260 -x291 -x228 -x363 -x201 -x333 -x304 -x229 -x222 -x250 -x293 -x387 -x336 -x394 
1796.06/1796.69	v -x316 -x378 -x287 -x384 -x200 -x199 -x198 -x197 x196 x195 -x194 x193 x192 x191 -x190 x189 x188 -x187 x186 -x185 -x184 -x183 -x182 
1796.06/1796.69	v -x181 -x180 x179 -x178 -x177 -x176 -x175 x174 x173 -x172 x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 
1796.06/1796.69	v -x160 x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 
1796.06/1796.69	v -x139 x138 -x137 -x136 -x135 -x134 x133 -x132 x131 -x130 x129 -x128 -x127 x126 -x125 x124 x123 -x122 -x121 x120 -x119 -x118 x117 
1796.06/1796.69	v -x116 x115 x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 
1796.06/1796.69	v x94 x93 -x92 x91 -x90 -x89 x88 x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 x70 -x69 -x68 
1796.06/1796.69	v -x67 -x66 x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 x51 -x50 -x49 x48 x47 -x46 -x45 -x44 -x43 -x42 
1796.06/1796.69	v x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 
1796.06/1796.69	v -x16 -x15 x14 -x13 -x12 x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 x1 
1796.06/1796.69	c SCIP Status        : solving was interrupted [time limit reached]
1796.06/1796.69	c Solving Time       :    1791.00
1796.06/1796.69	c Original Problem   :
1796.06/1796.69	c   Problem name     : HOME/instance-1870568-1245212171.opb
1796.06/1796.69	c   Variables        : 2882 (2882 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.06/1796.70	c   Constraints      : 3083 initial, 3083 maximal
1796.06/1796.70	c Presolved Problem  :
1796.06/1796.70	c   Problem name     : t_HOME/instance-1870568-1245212171.opb
1796.06/1796.70	c   Variables        : 2882 (2882 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.06/1796.70	c   Constraints      : 3083 initial, 3579 maximal
1796.06/1796.70	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.06/1796.70	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1796.06/1796.70	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.06/1796.70	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.06/1796.70	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.06/1796.70	c   implics          :       0.01          0          0          0          0          0          0          0          0
1796.06/1796.70	c   probing          :       0.06          0          0          0          0          0          0          0          0
1796.06/1796.70	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1796.06/1796.70	c   and              :       0.08          0          0          0          0          0          0          0          0
1796.06/1796.70	c   linear           :       0.03          0          0          0          0          0          0          0          0
1796.06/1796.70	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1796.06/1796.70	c   root node        :          -          0          -          -          0          -          -          -          -
1796.06/1796.70	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.06/1796.70	c   integral         :          0          0          0        139          0          0          5          0          0        270
1796.06/1796.70	c   setppc           :        400          6      18682          0          0          7        362          0          0          0
1796.06/1796.70	c   and              :       2482        441      18676          0          0         42       6055      29754          0          0
1796.06/1796.70	c   linear           :          1          6      18632          0          0          0          0          0          0          0
1796.06/1796.70	c   logicor          :        200+         6       1515          0          0          0        112          0          0          0
1796.06/1796.70	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.06/1796.70	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.06/1796.70	c   integral         :     495.57       0.00       0.00     495.57       0.00
1796.06/1796.70	c   setppc           :       0.51       0.00       0.51       0.00       0.00
1796.06/1796.70	c   and              :       4.22       0.98       3.24       0.00       0.00
1796.06/1796.70	c   linear           :       0.37       0.00       0.37       0.00       0.00
1796.06/1796.70	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1796.06/1796.70	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.06/1796.70	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.06/1796.70	c   rootredcost      :       0.04          4          0          0
1796.06/1796.70	c   pseudoobj        :       0.33      18500          0          0
1796.06/1796.70	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.06/1796.70	c   propagation      :       0.00         49         49         49        2.1          0        0.0          -
1796.06/1796.70	c   infeasible LP    :       0.26        147        147       1979       58.7          0        0.0          0
1796.06/1796.70	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.06/1796.70	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.06/1796.70	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.06/1796.70	c   applied globally :          -          -          -        496       52.6          -          -          -
1796.06/1796.70	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.06/1796.70	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.15/1796.70	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 391)
1796.15/1796.70	c   redcost          :       0.14        441          0          0          0          0
1796.15/1796.70	c   impliedbounds    :       0.00          6          0          0        668          0
1796.15/1796.70	c   intobj           :       0.00          0          0          0          0          0
1796.15/1796.70	c   gomory           :       5.86          6          0          0         27          0
1796.15/1796.70	c   strongcg         :       5.84          6          0          0         27          0
1796.15/1796.70	c   cmir             :       0.45          6          0          0          0          0
1796.15/1796.70	c   flowcover        :       0.42          6          0          0          0          0
1796.15/1796.70	c   clique           :       0.77          6          0          0         51          0
1796.15/1796.70	c   zerohalf         :       0.00          0          0          0          0          0
1796.15/1796.70	c   mcf              :       0.01          1          0          0          0          0
1796.15/1796.70	c Pricers            :       Time      Calls       Vars
1796.15/1796.70	c   problem variables:       0.00          0          0
1796.15/1796.70	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.15/1796.70	c   relpscost        :     495.57        139          0          5          0          0        270
1796.15/1796.70	c   pscost           :       0.00          0          0          0          0          0          0
1796.15/1796.70	c   inference        :       0.00          0          0          0          0          0          0
1796.15/1796.70	c   mostinf          :       0.00          0          0          0          0          0          0
1796.15/1796.70	c   leastinf         :       0.00          0          0          0          0          0          0
1796.15/1796.70	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.15/1796.70	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.15/1796.70	c   random           :       0.00          0          0          0          0          0          0
1796.15/1796.70	c Primal Heuristics  :       Time      Calls      Found
1796.15/1796.70	c   LP solutions     :       0.00          -          0
1796.15/1796.70	c   pseudo solutions :       0.00          -          0
1796.15/1796.70	c   crossover        :       0.00          0          0
1796.15/1796.70	c   oneopt           :       0.00          4          0
1796.15/1796.70	c   simplerounding   :       0.00          0          0
1796.15/1796.70	c   rounding         :       2.93        258          0
1796.15/1796.70	c   shifting         :       0.83         39          2
1796.15/1796.70	c   intshifting      :       0.00          0          0
1796.15/1796.70	c   fixandinfer      :       0.00          0          0
1796.15/1796.70	c   feaspump         :      17.40          1          0
1796.15/1796.70	c   coefdiving       :      71.96          2          0
1796.15/1796.70	c   pscostdiving     :     108.10          2          0
1796.15/1796.70	c   fracdiving       :     198.37          7          2
1796.15/1796.70	c   veclendiving     :      79.90          3          0
1796.15/1796.70	c   intdiving        :       0.00          0          0
1796.15/1796.70	c   actconsdiving    :       0.00          0          0
1796.15/1796.70	c   objpscostdiving  :      14.31          2          0
1796.15/1796.70	c   rootsoldiving    :      14.24          2          0
1796.15/1796.70	c   linesearchdiving :     114.71          5          1
1796.15/1796.70	c   guideddiving     :      87.90          2          0
1796.15/1796.70	c   octane           :       0.00          0          0
1796.15/1796.70	c   rens             :       0.01          0          0
1796.15/1796.70	c   rins             :       0.00          0          0
1796.15/1796.70	c   localbranching   :       0.00          0          0
1796.15/1796.70	c   mutation         :       0.00          0          0
1796.15/1796.70	c   dins             :       0.00          0          0
1796.15/1796.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.15/1796.70	c   primal LP        :       2.59          0          0       0.00       0.00
1796.15/1796.70	c   dual LP          :     565.36        452     457038    1011.15     808.40
1796.15/1796.70	c   barrier LP       :       0.00          0          0       0.00          -
1796.15/1796.70	c   diving/probing LP:     665.08      14248     808461      56.74    1215.58
1796.15/1796.70	c   strong branching :     495.40        557     356174     639.45     718.96
1796.15/1796.70	c     (at root node) :          -         24      23930     997.08          -
1796.15/1796.70	c   conflict analysis:       0.00          0          0       0.00          -
1796.15/1796.70	c B&B Tree           :
1796.15/1796.70	c   number of runs   :          1
1796.15/1796.70	c   nodes            :        135
1796.15/1796.70	c   nodes (total)    :        135
1796.15/1796.70	c   nodes left       :        136
1796.15/1796.70	c   max depth        :         24
1796.15/1796.70	c   max depth (total):         24
1796.15/1796.70	c   backtracks       :         31 (23.0%)
1796.15/1796.70	c   delayed cutoffs  :          0
1796.15/1796.70	c   repropagations   :         26 (2 domain reductions, 0 cutoffs)
1796.15/1796.70	c   avg switch length:       2.61
1796.15/1796.70	c   switching time   :       2.71
1796.15/1796.70	c Solution           :
1796.15/1796.70	c   Solutions found  :          5 (5 improvements)
1796.15/1796.70	c   Primal Bound     : -4.90000000000000e+01   (in run 1, after 83 nodes, 1362.84 seconds, depth 617, found by <linesearchdiving>)
1796.15/1796.70	c   Dual Bound       : -9.88457734234026e+01
1796.15/1796.70	c   Gap              :      50.43 %
1796.15/1796.70	c   Root Dual Bound  : -9.99999999999999e+01
1796.15/1796.76	c Time complete: 1796.21.

Verifier Data

OK	-49

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870568-1245212171/watcher-1870568-1245212171 -o /tmp/evaluation-result-1870568-1245212171/solver-1870568-1245212171 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870568-1245212171.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 7502
/proc/meminfo: memFree=1848960/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=4328 CPUtime=0
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 479 0 0 0 0 0 0 0 18 0 1 0 188814133 4431872 463 1992294400 4194304 7823515 548682068736 18446744073709551615 6863653 0 0 4096 0 0 0 0 17 1 0 0
/proc/7502/statm: 1162 473 307 886 0 272 0

[startup+0.064013 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7502
/proc/meminfo: memFree=1848960/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=17864 CPUtime=0.05
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 4107 0 0 0 4 1 0 0 18 0 1 0 188814133 18292736 3735 1992294400 4194304 7823515 548682068736 18446744073709551615 5009264 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 4466 3735 375 886 0 3576 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17864

[startup+0.101017 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7502
/proc/meminfo: memFree=1848960/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=21256 CPUtime=0.09
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 4700 0 0 0 6 3 0 0 18 0 1 0 188814133 21766144 4328 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 5314 4328 404 886 0 4424 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21256

[startup+0.301045 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7502
/proc/meminfo: memFree=1848960/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=24016 CPUtime=0.29
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 5422 0 0 0 15 14 0 0 19 0 1 0 188814133 24592384 5050 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 6004 5050 436 886 0 5114 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24016

[startup+0.701103 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7502
/proc/meminfo: memFree=1848960/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=34760 CPUtime=0.69
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 8303 0 0 0 48 21 0 0 22 0 1 0 188814133 35594240 7762 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 8690 7762 523 886 0 7800 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34760

[startup+1.50123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1819128/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=35836 CPUtime=1.49
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 8601 0 0 0 128 21 0 0 25 0 1 0 188814133 36696064 8060 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 8959 8060 523 886 0 8069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35836

[startup+3.10145 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1818488/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=36484 CPUtime=3.08
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 8632 0 0 0 287 21 0 0 25 0 1 0 188814133 37359616 8091 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 9121 8091 523 886 0 8231 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 36484

[startup+6.30191 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1816760/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=37448 CPUtime=6.28
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 9014 0 0 0 606 22 0 0 25 0 1 0 188814133 38346752 8462 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 9362 8462 523 886 0 8472 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37448

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1816760/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=37448 CPUtime=12.68
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 9023 0 0 0 1245 23 0 0 25 0 1 0 188814133 38346752 8471 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 9362 8471 524 886 0 8472 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37448

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1813944/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=40872 CPUtime=25.48
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 9980 0 0 0 2521 27 0 0 25 0 1 0 188814133 41852928 9428 1992294400 4194304 7823515 548682068736 18446744073709551615 6233509 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 10218 9428 563 886 0 9328 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40872

[startup+51.1013 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 7503
/proc/meminfo: memFree=1809720/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=44684 CPUtime=51.07
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 11193 0 0 0 5072 35 0 0 25 0 1 0 188814133 45756416 10312 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11171 10312 566 886 0 10281 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44684

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 7503
/proc/meminfo: memFree=1808312/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=45480 CPUtime=102.25
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 11547 0 0 0 10183 42 0 0 25 0 1 0 188814133 46571520 10666 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11370 10666 570 886 0 10480 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 45480

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1808312/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=45480 CPUtime=162.24
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 11548 0 0 0 16169 55 0 0 25 0 1 0 188814133 46571520 10667 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11370 10667 571 886 0 10480 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 45480

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1808248/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=45480 CPUtime=222.21
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 11548 0 0 0 22151 70 0 0 25 0 1 0 188814133 46571520 10667 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11370 10667 571 886 0 10480 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 45480

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1808184/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=45480 CPUtime=282.2
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 11548 0 0 0 28137 83 0 0 25 0 1 0 188814133 46571520 10667 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11370 10667 571 886 0 10480 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 45480

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1808184/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=45480 CPUtime=342.19
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 11548 0 0 0 34117 102 0 0 25 0 1 0 188814133 46571520 10667 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11370 10667 571 886 0 10480 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 45480

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1808184/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=45480 CPUtime=402.17
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 11551 0 0 0 40093 124 0 0 25 0 1 0 188814133 46571520 10670 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11370 10670 574 886 0 10480 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 45480

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1808184/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=45480 CPUtime=462.15
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 11551 0 0 0 46073 142 0 0 25 0 1 0 188814133 46571520 10670 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11370 10670 574 886 0 10480 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 45480

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1808184/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=45480 CPUtime=522.13
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 11551 0 0 0 52055 158 0 0 25 0 1 0 188814133 46571520 10670 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11370 10670 574 886 0 10480 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 45480

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1808184/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=45480 CPUtime=582.11
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 11554 0 0 0 58035 176 0 0 25 0 1 0 188814133 46571520 10673 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11370 10673 577 886 0 10480 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 45480

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1808120/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=45480 CPUtime=642.1
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 11554 0 0 0 64021 189 0 0 25 0 1 0 188814133 46571520 10673 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11370 10673 577 886 0 10480 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 45480

[startup+702.303 s]

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

/proc/meminfo: memFree=1806328/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=47352 CPUtime=1061.97
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 14580 0 0 0 105887 310 0 0 25 0 1 0 188814133 48488448 11094 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 11838 11094 577 886 0 10948 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 47352

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1805304/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=48276 CPUtime=1121.95
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 14831 0 0 0 111872 323 0 0 25 0 1 0 188814133 49434624 11345 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 12069 11345 577 886 0 11179 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 48276

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1805304/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=48276 CPUtime=1181.93
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 14837 0 0 0 117854 339 0 0 25 0 1 0 188814133 49434624 11351 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 12069 11351 577 886 0 11179 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 48276

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1804728/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=48896 CPUtime=1241.91
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 14958 0 0 0 123835 356 0 0 25 0 1 0 188814133 50069504 11472 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 12224 11472 577 886 0 11334 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 48896

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1804728/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=48896 CPUtime=1301.91
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 14958 0 0 0 129820 371 0 0 25 0 1 0 188814133 50069504 11472 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 12224 11472 577 886 0 11334 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 48896

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1804728/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=48896 CPUtime=1361.88
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 14959 0 0 0 135800 388 0 0 25 0 1 0 188814133 50069504 11473 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 12224 11473 577 886 0 11334 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 48896

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1803320/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=50164 CPUtime=1421.87
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15309 0 0 0 141780 407 0 0 25 0 1 0 188814133 51367936 11823 1992294400 4194304 7823515 548682068736 18446744073709551615 4289577 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 12541 11823 577 886 0 11651 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 50164

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1803320/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=50164 CPUtime=1481.84
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15316 0 0 0 147763 421 0 0 25 0 1 0 188814133 51367936 11830 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 12541 11830 577 886 0 11651 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 50164

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1802872/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=50584 CPUtime=1541.83
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15413 0 0 0 153743 440 0 0 25 0 1 0 188814133 51798016 11927 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 12646 11927 577 886 0 11756 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 50584

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1802360/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=51012 CPUtime=1601.81
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15544 0 0 0 159727 454 0 0 25 0 1 0 188814133 52236288 12058 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 12753 12058 577 886 0 11863 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 51012

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1800952/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=52424 CPUtime=1661.79
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15904 0 0 0 165707 472 0 0 25 0 1 0 188814133 53682176 12418 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 13106 12418 577 886 0 12216 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 52424

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1800824/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=52632 CPUtime=1721.78
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15931 0 0 0 171688 490 0 0 25 0 1 0 188814133 53895168 12445 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 13158 12445 577 886 0 12268 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 52632

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1800696/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=52632 CPUtime=1781.75
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15950 0 0 0 177668 507 0 0 25 0 1 0 188814133 53895168 12464 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 13158 12464 577 886 0 12268 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 52632

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 7503
/proc/meminfo: memFree=1800696/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=52632 CPUtime=1784.95
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15950 0 0 0 177987 508 0 0 25 0 1 0 188814133 53895168 12464 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 13158 12464 577 886 0 12268 0
Current children cumulated CPU time (s) 1784.95
Current children cumulated vsize (KiB) 52632

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1800632/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=52632 CPUtime=1791.35
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15950 0 0 0 178625 510 0 0 25 0 1 0 188814133 53895168 12464 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 13158 12464 577 886 0 12268 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 52632

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1800632/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=52632 CPUtime=1794.55
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15950 0 0 0 178944 511 0 0 25 0 1 0 188814133 53895168 12464 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 13158 12464 577 886 0 12268 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 52632

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1800632/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=52632 CPUtime=1795.35
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15950 0 0 0 179024 511 0 0 25 0 1 0 188814133 53895168 12464 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 13158 12464 577 886 0 12268 0
Current children cumulated CPU time (s) 1795.35
Current children cumulated vsize (KiB) 52632

[startup+1796.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1800632/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=52632 CPUtime=1795.75
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15950 0 0 0 179064 511 0 0 25 0 1 0 188814133 53895168 12464 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7502/statm: 13158 12464 577 886 0 12268 0
Current children cumulated CPU time (s) 1795.75
Current children cumulated vsize (KiB) 52632

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7503
/proc/meminfo: memFree=1800632/2055920 swapFree=4182572/4192956
[pid=7502] ppid=7500 vsize=52632 CPUtime=1796.15
/proc/7502/stat : 7502 (pbscip.linux.x8) R 7500 7502 6535 0 -1 4194304 15951 0 0 0 179103 512 0 0 25 0 1 0 188814133 53895168 12465 1992294400 4194304 7823515 548682068736 18446744073709551615 6957296 0 0 4096 0 0 0 0 17 1 0 0
/proc/7502/statm: 13158 12465 578 886 0 12268 0
Current children cumulated CPU time (s) 1796.15
Current children cumulated vsize (KiB) 52632

Child status: 0
Real time (s): 1796.76
CPU time (s): 1796.22
CPU user time (s): 1791.09
CPU system time (s): 5.13222
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 52632

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

runsolver used 1.36679 second user time and 3.65244 second system time

The end

Launcher Data

Begin job on node39 at 2009-06-17 06:16:11
IDJOB=1870568
IDBENCH=48283
IDSOLVER=683
FILE ID=node39/1870568-1245212171
PBS_JOBID= 9368353
Free space on /tmp= 66128 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_1.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-1870568-1245212171/watcher-1870568-1245212171 -o /tmp/evaluation-result-1870568-1245212171/solver-1870568-1245212171 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870568-1245212171.opb

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

MD5SUM BENCH= 74165f17686851db36d48a05683565a5
RANDOM SEED=1281437577

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1849376 kB
Buffers:         48408 kB
Cached:          88068 kB
SwapCached:       4216 kB
Active:          60664 kB
Inactive:        83744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849376 kB
SwapTotal:     4192956 kB
SwapFree:      4182572 kB
Dirty:            9908 kB
Writeback:           0 kB
Mapped:          13660 kB
Slab:            48016 kB
Committed_AS:   147520 kB
PageTables:       1388 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= 66120 MiB
End job on node39 at 2009-06-17 06:46:08