Trace number 1868753

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.2SAT187 1795.52 1796.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
MD5SUM80b0f13939656efa52b7dd958ee28431
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 180
Optimality of the best value was proved NO
Number of variables467
Total number of constraints466
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints466
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 467
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 467
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 467
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver Clp 1.8.2
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1868753-1245138256.opb>
0.00/0.02	c original problem has 467 variables (467 bin, 0 int, 0 impl, 0 cont) and 466 constraints
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 41 chg coeffs, 466 upgd conss, 0 impls, 0 clqs
0.00/0.05	c (round 3) 0 del vars, 5 del conss, 0 chg bounds, 130 chg sides, 301 chg coeffs, 466 upgd conss, 156 impls, 0 clqs
0.00/0.05	c (round 4) 0 del vars, 32 del conss, 0 chg bounds, 219 chg sides, 406 chg coeffs, 466 upgd conss, 156 impls, 0 clqs
0.00/0.05	c (round 5) 0 del vars, 94 del conss, 0 chg bounds, 231 chg sides, 424 chg coeffs, 466 upgd conss, 156 impls, 0 clqs
0.00/0.05	c (round 6) 0 del vars, 94 del conss, 0 chg bounds, 235 chg sides, 428 chg coeffs, 466 upgd conss, 156 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/467 (21.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (7 rounds):
0.00/0.06	c  0 deleted vars, 94 deleted constraints, 0 tightened bounds, 0 added holes, 235 changed sides, 428 changed coefficients
0.00/0.06	c  156 implications, 0 cliques
0.00/0.06	c presolved problem has 467 variables (467 bin, 0 int, 0 impl, 0 cont) and 520 constraints
0.00/0.06	c     438 constraints of type <knapsack>
0.00/0.06	c      78 constraints of type <setppc>
0.00/0.06	c       4 constraints of type <logicor>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c OPT-LIN
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = c 1620
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = c 1791
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = c 10000
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving problem
0.00/0.06	c 
0.39/0.44	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.44	c   0.4s|     1 |     0 |  1093 |2417k|   0 | 310 | 467 | 520 | 520 | 467 | 520 |   0 |   0 |   0 | 1.437985e+02 |      --      |    Inf 
0.39/0.45	o 324
0.39/0.45	c r 0.4s|     1 |     0 |  1093 |2431k|   0 | 310 | 467 | 520 | 520 | 467 | 520 |   0 |   0 |   0 | 1.437985e+02 | 3.240000e+02 | 125.32%
0.39/0.45	o 323
0.39/0.45	c R 0.4s|     1 |     0 |  1093 |2444k|   0 | 310 | 467 | 520 | 520 | 467 | 520 |   0 |   0 |   0 | 1.437985e+02 | 3.230000e+02 | 124.62%
0.39/0.46	o 322
0.39/0.46	c s 0.4s|     1 |     0 |  1093 |2457k|   0 | 310 | 467 | 520 | 520 | 467 | 520 |   0 |   0 |   0 | 1.437985e+02 | 3.220000e+02 | 123.92%
1.19/1.20	c   1.2s|     1 |     0 |  1867 |2803k|   0 | 380 | 467 | 520 | 520 | 467 | 767 | 247 |   0 |   0 | 1.489282e+02 | 3.220000e+02 | 116.21%
2.19/2.23	c   2.2s|     1 |     0 |  2717 |3076k|   0 | 408 | 467 | 520 | 520 | 467 | 957 | 437 |   0 |   0 | 1.523844e+02 | 3.220000e+02 | 111.31%
3.39/3.42	c   3.4s|     1 |     0 |  3524 |3270k|   0 | 421 | 467 | 520 | 520 | 467 |1100 | 580 |   0 |   0 | 1.545216e+02 | 3.220000e+02 | 108.39%
4.59/4.65	c   4.6s|     1 |     0 |  4142 |3391k|   0 | 418 | 467 | 520 | 520 | 467 |1195 | 675 |   0 |   0 | 1.553007e+02 | 3.220000e+02 | 107.34%
5.79/5.88	c   5.8s|     1 |     0 |  4573 |3467k|   0 | 426 | 467 | 520 | 520 | 467 |1263 | 743 |   0 |   0 | 1.556616e+02 | 3.220000e+02 | 106.86%
7.09/7.12	c   7.1s|     1 |     0 |  4936 |3501k|   0 | 430 | 467 | 520 | 520 | 467 |1304 | 784 |   0 |   0 | 1.558517e+02 | 3.220000e+02 | 106.61%
8.29/8.30	c   8.2s|     1 |     0 |  5201 |3525k|   0 | 426 | 467 | 520 | 520 | 467 |1331 | 811 |   0 |   0 | 1.559548e+02 | 3.220000e+02 | 106.47%
9.29/9.38	c   9.3s|     1 |     0 |  5302 |3543k|   0 | 428 | 467 | 520 | 520 | 467 |1344 | 824 |   0 |   0 | 1.559928e+02 | 3.220000e+02 | 106.42%
10.18/10.29	c  10.2s|     1 |     0 |  5409 |3550k|   0 | 428 | 467 | 520 | 520 | 467 |1350 | 830 |   0 |   0 | 1.560060e+02 | 3.220000e+02 | 106.40%
11.19/11.27	c  11.2s|     1 |     0 |  5507 |3562k|   0 | 428 | 467 | 520 | 520 | 467 |1356 | 836 |   0 |   0 | 1.560192e+02 | 3.220000e+02 | 106.38%
11.99/12.10	o 201
11.99/12.10	c k12.0s|     1 |     0 |  5507 |3582k|   0 | 428 | 467 | 520 | 520 | 467 |1356 | 836 |   0 |   0 | 1.560192e+02 | 2.010000e+02 |  28.83%
12.09/12.11	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.09/12.11	c  12.0s|     1 |     0 |  5507 |3576k|   0 | 428 | 467 | 520 | 520 | 467 |1356 | 836 |   0 |   0 | 1.560192e+02 | 2.010000e+02 |  28.83%
15.99/16.06	c  16.0s|     1 |     2 |  5507 |3576k|   0 | 428 | 467 | 520 | 520 | 467 |1356 | 836 |   0 |  31 | 1.560192e+02 | 2.010000e+02 |  28.83%
83.57/83.63	o 201
83.57/83.63	c p83.3s|    47 |    48 | 39659 |4466k|  32 |   - | 467 | 520 | 311 | 467 |1037 | 836 |   0 | 701 | 1.561868e+02 | 2.010000e+02 |  28.69%
83.57/83.64	o 200
83.57/83.64	c p83.3s|    47 |    48 | 39662 |4468k|  32 |   - | 467 | 520 | 309 | 467 |1037 | 836 |   0 | 701 | 1.561868e+02 | 2.000000e+02 |  28.05%
83.57/83.64	o 199
83.57/83.64	c p83.3s|    47 |    48 | 39664 |4469k|  32 |   - | 467 | 520 | 304 | 467 |1037 | 836 |   0 | 701 | 1.561868e+02 | 1.990000e+02 |  27.41%
83.57/83.64	o 198
83.57/83.64	c p83.3s|    47 |    48 | 39670 |4471k|  32 |   - | 467 | 520 | 302 | 467 |1037 | 836 |   0 | 701 | 1.561868e+02 | 1.980000e+02 |  26.77%
83.57/83.65	o 197
83.57/83.65	c p83.3s|    47 |    48 | 39672 |4473k|  32 |   - | 467 | 520 | 299 | 467 |1037 | 836 |   0 | 701 | 1.561868e+02 | 1.970000e+02 |  26.13%
83.57/83.65	o 194
83.57/83.65	c p83.3s|    47 |    48 | 39677 |4474k|  32 |   - | 467 | 520 | 297 | 467 |1037 | 836 |   0 | 701 | 1.561868e+02 | 1.940000e+02 |  24.21%
139.84/139.98	o 187
139.84/139.98	c C 140s|   247 |   248 |163212 |4569k|  46 | 306 | 467 | 520 | 493 | 467 |1037 | 836 |   0 | 827 | 1.561868e+02 | 1.870000e+02 |  19.73%
1283.46/1283.97	c  1280s| 10000 |  5959 |  2962k|8933k| 137 |   - | 467 | 520 | 426 | 467 |1037 | 836 |   0 |2047 | 1.570219e+02 | 1.870000e+02 |  19.09%
1795.39/1796.08	c 
1795.39/1796.08	c SCIP Status        : solving was interrupted [time limit reached]
1795.39/1796.08	c Solving Time (sec) : 1791.00
1795.39/1796.08	c Solving Nodes      : 17633
1795.39/1796.08	c Primal Bound       : +1.87000000000000e+02 (687 solutions)
1795.39/1796.08	c Dual Bound         : +1.57204468381790e+02
1795.39/1796.08	c Gap                : 18.95 %
1795.39/1796.08	c NODE         17633
1795.39/1796.08	c DUAL BOUND   157.204
1795.39/1796.08	c PRIMAL BOUND 187
1795.39/1796.08	c GAP          0.189534
1795.39/1796.08	s SATISFIABLE
1795.39/1796.08	v x467 -x466 x465 x464 -x463 -x462 x461 x460 x459 -x458 x457 -x456 x455 x454 x453 x452 -x451 -x450 -x449 -x448 -x447 x446 x445 -x444 
1795.39/1796.08	v x443 -x442 x441 x440 x439 -x438 -x437 -x436 -x435 -x434 -x433 x432 -x431 -x430 -x429 -x428 -x427 x426 -x425 -x424 -x423 -x422 
1795.39/1796.08	v -x421 -x420 -x419 -x418 -x417 x416 -x415 x414 -x413 x412 -x411 x410 x409 -x408 -x407 -x406 -x405 x404 x403 x402 -x401 -x400 
1795.39/1796.08	v -x399 -x398 -x397 x396 -x395 -x394 x393 x392 x391 x390 x389 -x388 x387 -x386 -x385 x384 -x383 x382 -x381 -x380 x379 x378 
1795.39/1796.08	v x377 -x376 -x375 x374 -x373 -x372 x371 -x370 -x369 -x368 -x367 x366 x365 -x364 x363 x362 x361 -x360 -x359 -x358 -x357 -x356 -x355 
1795.39/1796.08	v -x354 -x353 x352 x351 -x350 x349 x348 x347 x346 -x345 x344 -x343 -x342 -x341 -x340 -x339 -x338 x337 x336 x335 x334 -x333 
1795.39/1796.08	v -x332 -x331 -x330 x329 -x328 x327 x326 -x325 x324 -x323 x322 -x321 x320 x319 x318 -x317 x316 -x315 x314 -x313 -x312 x311 x310 
1795.39/1796.08	v x309 -x308 x307 -x306 x305 -x304 x303 x302 -x301 -x300 -x299 -x298 -x297 -x296 x295 -x294 -x293 -x292 -x291 -x290 -x289 x288 
1795.39/1796.08	v -x287 -x286 -x285 x284 -x283 -x282 -x281 -x280 -x279 x278 -x277 -x276 x275 x274 -x273 x272 -x271 x270 x269 -x268 -x267 -x266 
1795.39/1796.08	v -x265 x264 -x263 x262 -x261 -x260 -x259 -x258 x257 -x256 x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 x245 x244 
1795.39/1796.08	v -x243 x242 -x241 x240 x239 x238 -x237 -x236 -x235 -x234 -x233 x232 -x231 x230 -x229 -x228 x227 -x226 -x225 -x224 x223 x222 
1795.39/1796.08	v -x221 -x220 -x219 x218 -x217 x216 x215 -x214 x213 -x212 -x211 x210 -x209 -x208 x207 -x206 x205 -x204 -x203 x202 x201 x200 -x199 
1795.39/1796.08	v -x198 -x197 x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 x179 -x178 
1795.39/1796.08	v x177 -x176 x175 -x174 -x173 x172 -x171 -x170 x169 x168 x167 x166 -x165 -x164 x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 x155 
1795.39/1796.08	v x154 x153 x152 -x151 -x150 x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 x140 x139 x138 -x137 -x136 -x135 -x134 -x133 
1795.39/1796.08	v -x132 -x131 x130 -x129 x128 x127 -x126 x125 x124 -x123 -x122 -x121 -x120 x119 x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 
1795.39/1796.08	v x110 -x109 x108 -x107 -x106 x105 -x104 -x103 x102 x101 x100 -x99 -x98 x97 -x96 x95 x94 x93 -x92 x91 -x90 -x89 -x88 x87 x86 
1795.39/1796.08	v x85 -x84 -x83 -x82 -x81 x80 -x79 x78 -x77 -x76 x75 -x74 x73 x72 -x71 -x70 -x69 x68 -x67 x66 x65 x64 -x63 -x62 x61 x60 x59 -x58 
1795.39/1796.08	v -x57 -x56 -x55 -x54 x53 x52 x51 x50 -x49 -x48 x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 x37 x36 x35 -x34 -x33 -x32 x31 
1795.39/1796.08	v x30 -x29 x28 -x27 -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 
1795.39/1796.08	v x1 
1795.39/1796.08	c SCIP Status        : solving was interrupted [time limit reached]
1795.39/1796.08	c Solving Time       :    1791.00
1795.39/1796.08	c Original Problem   :
1795.39/1796.08	c   Problem name     : HOME/instance-1868753-1245138256.opb
1795.39/1796.08	c   Variables        : 467 (467 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.39/1796.08	c   Constraints      : 466 initial, 466 maximal
1795.39/1796.08	c Presolved Problem  :
1795.39/1796.08	c   Problem name     : t_HOME/instance-1868753-1245138256.opb
1795.39/1796.08	c   Variables        : 467 (467 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.39/1796.08	c   Constraints      : 520 initial, 520 maximal
1795.39/1796.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.39/1796.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.39/1796.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.39/1796.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.39/1796.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.39/1796.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.39/1796.08	c   probing          :       0.01          0          0          0          0          0          0          0          0
1795.39/1796.08	c   knapsack         :       0.01          0          0          0          0          0         24        235        387
1795.39/1796.08	c   setppc           :       0.00          0          0          0          0          0         70          0          0
1795.39/1796.08	c   linear           :       0.02          0          0          0          0          0          0          0         41
1795.39/1796.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.39/1796.08	c   root node        :          -          0          -          -          0          -          -          -          -
1795.39/1796.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.39/1796.08	c   integral         :          0          0          0      13164          0          0         43          0          0      26280
1795.39/1796.08	c   knapsack         :        438         11      89971          0          1          0      52017        562          0          0
1795.39/1796.08	c   setppc           :         78         11      89965          0          1          0       2764          0          0          0
1795.39/1796.08	c   logicor          :          4         11       3455          0          1          0          0          0          0          0
1795.39/1796.08	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1795.39/1796.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.39/1796.08	c   integral         :     174.30       0.00       0.00     174.30       0.00
1795.39/1796.08	c   knapsack         :       3.47       0.05       3.42       0.00       0.00
1795.39/1796.08	c   setppc           :       0.34       0.00       0.34       0.00       0.00
1795.39/1796.08	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1795.39/1796.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.39/1796.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.39/1796.08	c   rootredcost      :       0.06          6          0          0
1795.39/1796.08	c   pseudoobj        :       2.04      89992          0          0
1795.39/1796.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.39/1796.08	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1795.39/1796.08	c   infeasible LP    :       0.27       5245          0          0        0.0          0        0.0          0
1795.39/1796.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.39/1796.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.39/1796.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.39/1796.08	c   applied globally :          -          -          -          0        0.0          -          -          -
1795.39/1796.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.39/1796.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.39/1796.08	c   cut pool         :       0.00         10          -          -        415          -    (maximal pool size: 1894)
1795.39/1796.08	c   redcost          :       1.20      21287          0     154413          0          0
1795.39/1796.08	c   impliedbounds    :       0.00         12          0          0          0          0
1795.39/1796.08	c   intobj           :       0.00          0          0          0          0          0
1795.39/1796.08	c   gomory           :       4.12         12          0          0          2          0
1795.39/1796.08	c   strongcg         :       3.73         12          0          0          2          0
1795.39/1796.08	c   cmir             :       0.73         10          0          0        865          0
1795.39/1796.08	c   flowcover        :       0.72         10          0          0        990          0
1795.39/1796.08	c   clique           :       0.00          1          0          0          0          0
1795.39/1796.08	c   zerohalf         :       0.00          0          0          0          0          0
1795.39/1796.08	c   mcf              :       0.00          1          0          0          0          0
1795.39/1796.08	c Pricers            :       Time      Calls       Vars
1795.39/1796.08	c   problem variables:       0.00          0          0
1795.39/1796.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.39/1796.08	c   relpscost        :     174.26      13164          0         43          0          0      26280
1795.39/1796.08	c   pscost           :       0.00          0          0          0          0          0          0
1795.39/1796.08	c   inference        :       0.00          1          0          0          0          0          2
1795.39/1796.08	c   mostinf          :       0.00          0          0          0          0          0          0
1795.39/1796.08	c   leastinf         :       0.00          0          0          0          0          0          0
1795.39/1796.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.39/1796.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.39/1796.08	c   random           :       0.00          0          0          0          0          0          0
1795.39/1796.08	c Primal Heuristics  :       Time      Calls      Found
1795.39/1796.08	c   LP solutions     :       0.00          -          0
1795.39/1796.08	c   pseudo solutions :       0.00          -          0
1795.39/1796.08	c   intshifting      :       0.00          0          0
1795.39/1796.08	c   feaspump         :       0.00          0          0
1795.39/1796.08	c   oneopt           :       0.02          3          1
1795.39/1796.08	c   crossover        :       0.62          5          2
1795.39/1796.08	c   fracdiving       :      59.71         21          0
1795.39/1796.08	c   guideddiving     :      60.02         23          0
1795.39/1796.08	c   coefdiving       :      68.70         24        131
1795.39/1796.08	c   linesearchdiving :      66.53         29          1
1795.39/1796.08	c   veclendiving     :     109.43         39         75
1795.39/1796.08	c   pscostdiving     :     277.66        120        228
1795.39/1796.08	c   simplerounding   :       0.82      18403         43
1795.39/1796.08	c   rounding         :      15.54       6095          1
1795.39/1796.08	c   shifting         :       3.90       1544          1
1795.39/1796.08	c   fixandinfer      :       0.00          0          0
1795.39/1796.08	c   intdiving        :       0.00          0          0
1795.39/1796.08	c   actconsdiving    :       0.00          0          0
1795.39/1796.08	c   objpscostdiving  :      76.91         12        204
1795.39/1796.08	c   rootsoldiving    :      11.19         20          0
1795.39/1796.08	c   octane           :       0.00          0          0
1795.39/1796.08	c   rens             :       0.00          0          0
1795.39/1796.08	c   rins             :       0.00          0          0
1795.39/1796.08	c   localbranching   :       0.00          0          0
1795.39/1796.08	c   mutation         :       0.00          0          0
1795.39/1796.08	c   dins             :       0.00          0          0
1795.39/1796.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.39/1796.08	c   primal LP        :       0.10          0          0       0.00       0.00
1795.39/1796.08	c   dual LP          :     841.96      22905    2175307      94.97    2583.62
1795.39/1796.08	c   barrier LP       :       0.00          0          0       0.00          -
1795.39/1796.08	c   diving/probing LP:     711.49      41792    2073015      49.60    2913.62
1795.39/1796.08	c   strong branching :     172.58       2503     368865     147.37    2137.36
1795.39/1796.08	c     (at root node) :          -         31       5270     170.00          -
1795.39/1796.08	c   conflict analysis:       0.00          0          0       0.00          -
1795.39/1796.08	c B&B Tree           :
1795.39/1796.08	c   number of runs   :          1
1795.39/1796.08	c   nodes            :      17633
1795.39/1796.08	c   nodes (total)    :      17633
1795.39/1796.08	c   nodes left       :       8650
1795.39/1796.08	c   max depth        :        137
1795.39/1796.08	c   max depth (total):        137
1795.39/1796.08	c   backtracks       :       2566 (14.6%)
1795.39/1796.08	c   delayed cutoffs  :          0
1795.39/1796.08	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.39/1796.08	c   avg switch length:       6.85
1795.39/1796.08	c   switching time   :       1.81
1795.39/1796.08	c Solution           :
1795.39/1796.08	c   Solutions found  :        687 (11 improvements)
1795.39/1796.08	c   Primal Bound     : +1.87000000000000e+02   (in run 1, after 247 nodes, 139.51 seconds, depth 37, found by <crossover>)
1795.39/1796.08	c   Dual Bound       : +1.57204468381790e+02
1795.39/1796.08	c   Gap              :      18.95 %
1795.39/1796.08	c   Root Dual Bound  : +1.56019156840985e+02
1795.49/1796.11	c Time complete: 1795.51.

Verifier Data

OK	187

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1868753-1245138256/watcher-1868753-1245138256 -o /tmp/evaluation-result-1868753-1245138256/solver-1868753-1245138256 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868753-1245138256.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 4443
/proc/meminfo: memFree=1841432/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=5812 CPUtime=0
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 181426518 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/4443/statm: 1453 505 334 1256 0 192 0

[startup+0.0135419 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4443
/proc/meminfo: memFree=1841432/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=10452 CPUtime=0
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 1598 0 0 0 0 0 0 0 18 0 1 0 181426518 10702848 1582 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/4443/statm: 2613 1582 378 1256 0 1352 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10452

[startup+0.101556 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4443
/proc/meminfo: memFree=1841432/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=18620 CPUtime=0.09
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 3692 0 0 0 8 1 0 0 18 0 1 0 181426518 19066880 3322 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 4655 3322 621 1256 0 3394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18620

[startup+0.301591 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4443
/proc/meminfo: memFree=1841432/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=19208 CPUtime=0.29
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 3931 0 0 0 28 1 0 0 19 0 1 0 181426518 19668992 3561 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 4802 3561 630 1256 0 3541 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19208

[startup+0.701661 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4443
/proc/meminfo: memFree=1841432/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=19208 CPUtime=0.69
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 3994 0 0 0 68 1 0 0 22 0 1 0 181426518 19668992 3624 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 4802 3624 653 1256 0 3541 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19208

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4444
/proc/meminfo: memFree=1828304/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=20704 CPUtime=1.49
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 4365 0 0 0 147 2 0 0 25 0 1 0 181426518 21200896 3995 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 5176 3995 669 1256 0 3915 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20704

[startup+3.10108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4444
/proc/meminfo: memFree=1827472/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=22380 CPUtime=3.09
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 4728 0 0 0 306 3 0 0 25 0 1 0 181426518 22917120 4358 1992294400 4194304 9342243 548682068736 18446744073709551615 6926073 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 5595 4358 669 1256 0 4334 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22380

[startup+6.30164 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4444
/proc/meminfo: memFree=1825296/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=23264 CPUtime=6.29
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 4952 0 0 0 624 5 0 0 25 0 1 0 181426518 23822336 4582 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 5816 4582 669 1256 0 4555 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23264

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4444
/proc/meminfo: memFree=1824912/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=25364 CPUtime=12.69
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 5648 0 0 0 1262 7 0 0 25 0 1 0 181426518 25972736 5278 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 6341 5278 672 1256 0 5080 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25364

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4444
/proc/meminfo: memFree=1825232/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=25384 CPUtime=25.49
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 11623 0 0 0 2538 11 0 0 25 0 1 0 181426518 25993216 4657 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 6346 4657 690 1256 0 5085 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25384

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4444
/proc/meminfo: memFree=1825360/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=25024 CPUtime=51.08
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 23479 0 0 0 5089 19 0 0 25 0 1 0 181426518 25624576 4668 1992294400 4194304 9342243 548682068736 18446744073709551615 6960356 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 6256 4668 691 1256 0 4995 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25024

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4444
/proc/meminfo: memFree=1824848/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=23516 CPUtime=102.26
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 29320 0 0 0 10196 30 0 0 25 0 1 0 181426518 24080384 4786 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 5879 4786 702 1256 0 4618 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 23516

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4444
/proc/meminfo: memFree=1824528/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=23676 CPUtime=162.23
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 35234 0 0 0 16178 45 0 0 25 0 1 0 181426518 24244224 4825 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 5919 4825 713 1256 0 4658 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 23676

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4444
/proc/meminfo: memFree=1824464/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=23656 CPUtime=222.22
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 38594 0 0 0 22161 61 0 0 25 0 1 0 181426518 24223744 4868 1992294400 4194304 9342243 548682068736 18446744073709551615 6897236 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 5914 4868 713 1256 0 4653 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23656

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4444
/proc/meminfo: memFree=1824272/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=23676 CPUtime=282.2
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 42645 0 0 0 28144 76 0 0 25 0 1 0 181426518 24244224 4925 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 5919 4925 713 1256 0 4658 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 23676

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4444
/proc/meminfo: memFree=1825040/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=23820 CPUtime=342.18
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 46324 0 0 0 34126 92 0 0 25 0 1 0 181426518 24391680 4737 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 5955 4737 713 1256 0 4694 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 23820

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4446
/proc/meminfo: memFree=1824336/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=24356 CPUtime=402.16
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 48586 0 0 0 40109 107 0 0 25 0 1 0 181426518 24940544 4907 1992294400 4194304 9342243 548682068736 18446744073709551615 6908745 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 6089 4907 713 1256 0 4828 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 24356

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4446
/proc/meminfo: memFree=1824080/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=24408 CPUtime=462.14
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 51229 0 0 0 46091 123 0 0 25 0 1 0 181426518 24993792 4915 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 6102 4915 713 1256 0 4841 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 24408

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4446
/proc/meminfo: memFree=1823568/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=24360 CPUtime=522.12
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 54477 0 0 0 52074 138 0 0 25 0 1 0 181426518 24944640 4914 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 6090 4914 713 1256 0 4829 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 24360

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4446
/proc/meminfo: memFree=1822736/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=25980 CPUtime=582.1
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 56941 0 0 0 58057 153 0 0 25 0 1 0 181426518 26603520 5270 1992294400 4194304 9342243 548682068736 18446744073709551615 6897086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 6495 5270 713 1256 0 5234 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 25980

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4446
/proc/meminfo: memFree=1822480/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=25908 CPUtime=642.08
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 59104 0 0 0 64043 165 0 0 25 0 1 0 181426518 26529792 5329 1992294400 4194304 9342243 548682068736 18446744073709551615 6925870 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 6477 5329 713 1256 0 5216 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 25908

[startup+702.302 s]

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

/proc/meminfo: memFree=1819344/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=28740 CPUtime=1061.94
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 82196 0 0 0 105928 266 0 0 25 0 1 0 181426518 29429760 6025 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 7185 6025 714 1256 0 5924 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 28740

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1817552/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=30064 CPUtime=1121.92
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 83243 0 0 0 111910 282 0 0 25 0 1 0 181426518 30785536 6508 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 7516 6508 714 1256 0 6255 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 30064

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1819280/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=28716 CPUtime=1181.89
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 83616 0 0 0 117894 295 0 0 25 0 1 0 181426518 29405184 6074 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 7179 6074 714 1256 0 5918 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 28716

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1817808/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=31196 CPUtime=1241.88
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 84692 0 0 0 123876 312 0 0 25 0 1 0 181426518 31944704 6413 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 7799 6413 714 1256 0 6538 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 31196

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1817296/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=30616 CPUtime=1301.86
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 85603 0 0 0 129862 324 0 0 25 0 1 0 181426518 31350784 6510 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 7654 6510 714 1256 0 6393 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 30616

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1817168/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=30616 CPUtime=1361.83
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 86008 0 0 0 135844 339 0 0 25 0 1 0 181426518 31350784 6534 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 7654 6534 714 1256 0 6393 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 30616

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1815888/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=31992 CPUtime=1421.82
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 87223 0 0 0 141829 353 0 0 25 0 1 0 181426518 32759808 6873 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 7998 6873 714 1256 0 6737 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 31992

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1816016/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=33236 CPUtime=1481.8
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 87688 0 0 0 147811 369 0 0 25 0 1 0 181426518 34033664 6852 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 8309 6852 714 1256 0 7048 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 33236

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1815760/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=32000 CPUtime=1541.78
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 88697 0 0 0 153793 385 0 0 25 0 1 0 181426518 32768000 6898 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 8000 6898 714 1256 0 6739 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 32000

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1815952/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=32016 CPUtime=1601.76
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 89261 0 0 0 159777 399 0 0 25 0 1 0 181426518 32784384 6853 1992294400 4194304 9342243 548682068736 18446744073709551615 6896759 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 8004 6853 714 1256 0 6743 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 32016

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1815632/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=33260 CPUtime=1661.74
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 90019 0 0 0 165760 414 0 0 25 0 1 0 181426518 34058240 6921 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 8315 6921 714 1256 0 7054 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 33260

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1815760/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=32000 CPUtime=1721.72
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 90479 0 0 0 171744 428 0 0 25 0 1 0 181426518 32768000 6893 1992294400 4194304 9342243 548682068736 18446744073709551615 6922788 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 8000 6893 714 1256 0 6739 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 32000

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1815312/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=31996 CPUtime=1781.7
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 91598 0 0 0 177726 444 0 0 25 0 1 0 181426518 32763904 6835 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 7999 6835 714 1256 0 6738 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 31996

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 4452
/proc/meminfo: memFree=1815376/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=32396 CPUtime=1784.9
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 91702 0 0 0 178046 444 0 0 25 0 1 0 181426518 33173504 6939 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 8099 6939 714 1256 0 6838 0
Current children cumulated CPU time (s) 1784.9
Current children cumulated vsize (KiB) 32396

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1815248/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=32396 CPUtime=1791.31
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 91738 0 0 0 178685 446 0 0 25 0 1 0 181426518 33173504 6975 1992294400 4194304 9342243 548682068736 18446744073709551615 6926409 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 8099 6975 714 1256 0 6838 0
Current children cumulated CPU time (s) 1791.31
Current children cumulated vsize (KiB) 32396

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1815248/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=32396 CPUtime=1792.9
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 91738 0 0 0 178844 446 0 0 25 0 1 0 181426518 33173504 6975 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 8099 6975 714 1256 0 6838 0
Current children cumulated CPU time (s) 1792.9
Current children cumulated vsize (KiB) 32396

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1815248/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=32396 CPUtime=1794.5
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 91738 0 0 0 179004 446 0 0 25 0 1 0 181426518 33173504 6975 1992294400 4194304 9342243 548682068736 18446744073709551615 6922792 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 8099 6975 714 1256 0 6838 0
Current children cumulated CPU time (s) 1794.5
Current children cumulated vsize (KiB) 32396

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1815248/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=32396 CPUtime=1795.29
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 91738 0 0 0 179083 446 0 0 25 0 1 0 181426518 33173504 6975 1992294400 4194304 9342243 548682068736 18446744073709551615 6889068 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4443/statm: 8099 6975 714 1256 0 6838 0
Current children cumulated CPU time (s) 1795.29
Current children cumulated vsize (KiB) 32396

[startup+1796.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4452
/proc/meminfo: memFree=1815248/2055920 swapFree=4191900/4192956
[pid=4443] ppid=4441 vsize=32396 CPUtime=1795.49
/proc/4443/stat : 4443 (pbscip.linux.x8) R 4441 4443 4054 0 -1 4194304 91739 0 0 0 179103 446 0 0 16 0 1 0 181426518 33173504 6976 1992294400 4194304 9342243 548682068736 18446744073709551615 5855021 0 0 4096 0 0 0 0 17 1 0 0
/proc/4443/statm: 8099 6976 715 1256 0 6838 0
Current children cumulated CPU time (s) 1795.49
Current children cumulated vsize (KiB) 32396

Child status: 0
Real time (s): 1796.12
CPU time (s): 1795.52
CPU user time (s): 1791.05
CPU system time (s): 4.47332
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 38380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.05
system time used= 4.47332
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91742
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= 6
involuntary context switches= 2278

runsolver used 1.65275 second user time and 3.2955 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-16 09:44:16
IDJOB=1868753
IDBENCH=1957
IDSOLVER=684
FILE ID=node4/1868753-1245138256
PBS_JOBID= 9363700
Free space on /tmp= 66408 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.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-1868753-1245138256/watcher-1868753-1245138256 -o /tmp/evaluation-result-1868753-1245138256/solver-1868753-1245138256 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868753-1245138256.opb

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

MD5SUM BENCH= 80b0f13939656efa52b7dd958ee28431
RANDOM SEED=1530825359

node4.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.259
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.259
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:       1841848 kB
Buffers:         19724 kB
Cached:         126012 kB
SwapCached:        260 kB
Active:          48228 kB
Inactive:       110752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841848 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11768 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            41024 kB
Committed_AS:   135980 kB
PageTables:       1472 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= 66396 MiB
End job on node4 at 2009-06-16 10:14:12