Trace number 1869567

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.2OPT34 1035.58 1035.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_8.opb
MD5SUM7511e7863ac3e00f42a81c49dc15d5a1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark7.51886
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 34
Optimality of the best value was proved YES
Number of variables386
Total number of constraints680
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints679
Minimum length of a constraint1
Maximum length of a constraint26
Number of terms in the objective function 7
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 91
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 472
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.03	c SCIP version 1.1.0.7
0.00/0.03	c LP-Solver Clp 1.8.2
0.00/0.03	c user parameter file <scip.set> not found - using default parameters
0.00/0.03	c read problem <HOME/instance-1869567-1245179026.opb>
0.00/0.03	c original problem has 386 variables (386 bin, 0 int, 0 impl, 0 cont) and 680 constraints
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.00/0.05	c (round 1) 2 del vars, 1 del conss, 2 chg bounds, 0 chg sides, 24 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 2) 2 del vars, 324 del conss, 2 chg bounds, 0 chg sides, 24 chg coeffs, 20 upgd conss, 0 impls, 0 clqs
0.00/0.07	c (round 3) 2 del vars, 324 del conss, 2 chg bounds, 1 chg sides, 26 chg coeffs, 33 upgd conss, 12 impls, 0 clqs
0.09/0.13	c    (0.1s) probing: 114/384 (29.7%) - 0 fixings, 0 aggregations, 4 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (4 rounds):
0.09/0.13	c  2 deleted vars, 324 deleted constraints, 2 tightened bounds, 0 added holes, 1 changed sides, 26 changed coefficients
0.09/0.13	c  22 implications, 0 cliques
0.09/0.13	c presolved problem has 384 variables (384 bin, 0 int, 0 impl, 0 cont) and 357 constraints
0.09/0.13	c      33 constraints of type <knapsack>
0.09/0.13	c       1 constraints of type <setppc>
0.09/0.13	c     323 constraints of type <linear>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.08
0.09/0.13	c OPT-LIN
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = c 1620
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = c 1791
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = c 10000
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving problem
0.09/0.13	c 
0.09/0.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.14	c   0.1s|     1 |     0 |   201 |2546k|   0 | 180 | 384 | 357 | 357 | 384 | 357 |   0 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.19/0.29	c   0.2s|     1 |     0 |   769 |2807k|   0 | 190 | 384 | 357 | 357 | 384 | 417 |  60 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.29/0.39	c   0.3s|     1 |     0 |   801 |3097k|   0 | 201 | 384 | 357 | 357 | 384 | 455 |  98 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   886 |3377k|   0 | 212 | 384 | 357 | 357 | 384 | 515 | 158 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |   979 |3559k|   0 | 213 | 384 | 357 | 357 | 384 | 567 | 210 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |  1049 |3661k|   0 | 222 | 384 | 357 | 357 | 384 | 603 | 246 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
1.09/1.14	c   1.1s|     1 |     0 |  1159 |3709k|   0 | 218 | 384 | 357 | 357 | 384 | 624 | 267 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
2.19/2.21	c   2.1s|     1 |     2 |  1159 |3710k|   0 | 218 | 384 | 357 | 357 | 384 | 624 | 267 |   0 |  48 | 2.800000e+01 |      --      |    Inf 
20.38/20.49	o 60
20.38/20.49	c p20.3s|  2450 |   925 | 56417 |5726k|  53 |   - | 384 |1550 | 168 | 384 | 415 | 267 |1197 |1936 | 2.800000e+01 | 6.000000e+01 | 114.29%
28.38/28.44	o 45
28.38/28.44	c c28.1s|  4016 |  1219 | 93155 |6876k|  61 |   - | 384 |2487 |  82 | 384 | 415 | 267 |2269 |2030 | 2.800000e+01 | 4.500000e+01 |  60.71%
54.07/54.10	c  53.5s| 10000 |  2847 |211250 |  11M|  61 |  51 | 384 |1575 | 247 | 384 | 415 | 267 |6872 |2701 | 2.800000e+01 | 4.500000e+01 |  60.71%
55.88/55.93	o 40
55.88/55.93	c v55.3s| 10476 |  2396 |219330 |  10M|  61 |   - | 384 |1452 | 213 | 384 | 415 | 267 |7259 |2723 | 2.800000e+01 | 4.000000e+01 |  42.86%
90.17/90.26	c  89.2s| 20000 |  4081 |376342 |  16M|  65 |  81 | 384 |2419 | 526 | 384 | 415 | 267 |  15k|3554 | 2.800000e+01 | 4.000000e+01 |  42.86%
117.45/117.51	o 38
117.45/117.51	c g 116s| 29105 |  4768 |495992 |  19M|  71 |   - | 384 |2870 |  65 | 384 | 415 | 267 |  23k|3599 | 2.800000e+01 | 3.800000e+01 |  35.71%
120.45/120.52	c   119s| 30000 |  4898 |508907 |  20M|  71 | 112 | 384 |1931 | 933 | 384 | 415 | 267 |  24k|3600 | 2.800000e+01 | 3.800000e+01 |  35.71%
149.74/149.88	o 35
149.74/149.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.74/149.88	c * 148s| 39174 |  4277 |642530 |  20M|  71 |   - | 384 |2105 | 172 | 384 | 415 | 267 |  33k|3643 | 2.800000e+01 | 3.500000e+01 |  25.00%
152.44/152.59	c   151s| 40000 |  4375 |653070 |  20M|  71 |  62 | 384 |1772 | 469 | 384 | 415 | 267 |  33k|3740 | 2.800000e+01 | 3.500000e+01 |  25.00%
185.33/185.47	c   183s| 50000 |  5346 |797786 |  24M|  71 |  15 | 384 |2252 | 110 | 384 | 415 | 267 |  42k|4343 | 2.800000e+01 | 3.500000e+01 |  25.00%
219.72/219.88	c   217s| 60000 |  6340 |956822 |  28M|  71 |   - | 384 |2351 | 220 |   0 |   0 | 267 |  51k|4799 | 2.800000e+01 | 3.500000e+01 |  25.00%
251.40/251.54	c   249s| 70000 |  7282 |  1090k|  32M|  71 |   - | 384 |2753 | 168 |   0 |   0 | 267 |  60k|5295 | 2.800000e+01 | 3.500000e+01 |  25.00%
281.89/282.03	c   279s| 80000 |  7873 |  1213k|  34M|  80 |   - | 384 |2842 | 420 | 384 | 415 | 267 |  69k|5838 | 2.800000e+01 | 3.500000e+01 |  25.00%
314.88/315.09	c   311s| 90000 |  8458 |  1357k|  36M|  80 |   - | 384 |2890 | 195 | 384 | 415 | 267 |  78k|6344 | 2.800000e+01 | 3.500000e+01 |  25.00%
347.57/347.70	c   344s|100000 |  8833 |  1493k|  38M|  80 | 104 | 384 |3094 | 696 | 384 | 415 | 267 |  87k|6803 | 2.800000e+01 | 3.500000e+01 |  25.00%
366.57/366.77	o 34
366.57/366.77	c * 363s|105797 |  8110 |  1576k|  37M|  80 |   - | 384 |3017 | 107 | 384 | 415 | 267 |  92k|6893 | 2.800000e+01 | 3.400000e+01 |  21.43%
379.86/380.08	c   376s|110000 |  8206 |  1628k|  37M|  80 |   - | 384 |2705 | 278 |   0 |   0 | 267 |  95k|7148 | 2.800000e+01 | 3.400000e+01 |  21.43%
411.85/412.01	c   407s|120000 |  8626 |  1755k|  40M|  80 |   - | 384 |3565 | 372 |   0 |   0 | 267 | 105k|7471 | 2.800000e+01 | 3.400000e+01 |  21.43%
444.34/444.59	c   439s|130000 |  9234 |  1899k|  43M|  80 |   - | 384 |3673 | 142 |   0 |   0 | 267 | 114k|7818 | 2.800000e+01 | 3.400000e+01 |  21.43%
478.02/478.27	c   473s|140000 |  9385 |  2037k|  44M|  80 |  37 | 384 |3266 | 247 | 384 | 415 | 267 | 123k|8427 | 2.800000e+01 | 3.400000e+01 |  21.43%
510.51/510.71	c   505s|150000 |  9664 |  2176k|  46M|  80 |   - | 384 |3778 |1862 |   0 |   0 | 267 | 132k|8857 | 2.800000e+01 | 3.400000e+01 |  21.43%
543.20/543.48	c   537s|160000 |  8990 |  2291k|  45M|  80 | 136 | 384 |3265 | 559 | 384 | 415 | 267 | 143k|9230 | 2.900000e+01 | 3.400000e+01 |  17.24%
577.19/577.44	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
577.19/577.44	c   571s|170000 |  8439 |  2416k|  44M|  80 |  32 | 384 |3054 | 293 | 384 | 415 | 267 | 153k|9669 | 2.900000e+01 | 3.400000e+01 |  17.24%
610.08/610.32	c   603s|180000 |  7968 |  2543k|  44M|  82 |  37 | 384 |4397 | 271 | 384 | 415 | 267 | 164k|9883 | 2.900000e+01 | 3.400000e+01 |  17.24%
643.77/644.07	c   637s|190000 |  7561 |  2664k|  43M|  82 |   - | 384 |4399 | 139 |   0 |   0 | 267 | 175k|  10k| 2.966667e+01 | 3.400000e+01 |  14.61%
675.86/676.16	c   668s|200000 |  7136 |  2777k|  42M|  82 |   - | 384 |4421 | 279 |   0 |   0 | 267 | 186k|  10k| 3.000000e+01 | 3.400000e+01 |  13.33%
708.34/708.66	c   701s|210000 |  7017 |  2889k|  42M|  82 |   - | 384 |5059 | 410 |   0 |   0 | 267 | 196k|  10k| 3.000000e+01 | 3.400000e+01 |  13.33%
741.73/742.00	c   734s|220000 |  6351 |  3005k|  40M|  82 |  35 | 384 |4499 | 374 | 384 | 415 | 267 | 207k|  11k| 3.000000e+01 | 3.400000e+01 |  13.33%
775.52/775.83	c   767s|230000 |  5348 |  3111k|  36M|  82 |   - | 384 |4326 | 214 | 384 | 415 | 267 | 218k|  11k| 3.000000e+01 | 3.400000e+01 |  13.33%
808.41/808.72	c   800s|240000 |  4051 |  3213k|  30M|  82 |   - | 384 |4332 | 255 |   0 |   0 | 267 | 230k|  11k| 3.100000e+01 | 3.400000e+01 |   9.68%
843.49/843.84	c   834s|250000 |  2865 |  3329k|  23M|  82 |   - | 384 |2084 | 409 | 384 | 415 | 267 | 241k|  12k| 3.166667e+01 | 3.400000e+01 |   7.37%
875.09/875.40	c   865s|260000 |  2042 |  3444k|  19M|  82 |   - | 384 |3447 | 332 |   0 |   0 | 267 | 253k|  12k| 3.200000e+01 | 3.400000e+01 |   6.25%
907.87/908.25	c   898s|270000 |  1454 |  3567k|  16M|  82 |  26 | 384 |4427 | 183 | 384 | 415 | 267 | 265k|  12k| 3.200000e+01 | 3.400000e+01 |   6.25%
940.06/940.49	c   930s|280000 |  1067 |  3694k|  14M|  82 |  39 | 384 |5219 | 305 | 384 | 415 | 267 | 276k|  12k| 3.200000e+01 | 3.400000e+01 |   6.25%
974.15/974.53	c   964s|290000 |   590 |  3828k|  11M|  82 |  46 | 384 |4726 | 184 | 384 | 415 | 267 | 288k|  13k| 3.200000e+01 | 3.400000e+01 |   6.25%
1006.93/1007.33	c   996s|300000 |   320 |  3963k|  10M|  82 |   - | 384 |5236 |1148 | 384 | 415 | 267 | 299k|  13k| 3.200000e+01 | 3.400000e+01 |   6.25%
1035.53/1035.90	c 
1035.53/1035.90	c SCIP Status        : problem is solved [optimal solution found]
1035.53/1035.90	c Solving Time (sec) : 1024.14
1035.53/1035.90	c Solving Nodes      : 308288
1035.53/1035.90	c Primal Bound       : +3.40000000000000e+01 (6 solutions)
1035.53/1035.90	c Dual Bound         : +3.40000000000000e+01
1035.53/1035.90	c Gap                : 0.00 %
1035.53/1035.90	c NODE         308288
1035.53/1035.90	c DUAL BOUND   34
1035.53/1035.90	c PRIMAL BOUND 34
1035.53/1035.90	c GAP          0
1035.53/1035.90	s OPTIMUM FOUND
1035.53/1035.90	v x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 
1035.53/1035.90	v x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 
1035.53/1035.90	v x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 -x129 x130 x131 x132 x133 x134 x135 
1035.53/1035.90	v x136 x137 x138 x139 x140 x141 -x142 x143 x144 x145 -x146 x147 x148 x149 x150 -x151 x152 x153 x154 x155 x156 x157 x158 x159 
1035.53/1035.90	v x160 -x161 x162 x163 -x164 x165 x166 -x167 -x168 -x169 x170 x171 x172 x173 x174 x175 x176 x177 -x178 -x179 -x180 -x181 -x182 
1035.53/1035.90	v x183 x184 -x185 -x186 -x187 -x188 -x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 
1035.53/1035.90	v x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 -x230 x231 
1035.53/1035.90	v x232 x233 x234 x235 x236 x237 x238 -x239 x240 x241 x242 -x243 x244 x245 x246 x247 -x248 x249 x250 x251 x252 x253 x254 -x255 
1035.53/1035.90	v x256 x257 -x258 x259 x260 -x261 -x262 -x263 x264 x265 x266 x267 x268 x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 
1035.53/1035.90	v -x279 -x280 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 x291 x292 x293 x294 -x295 
1035.53/1035.90	v x296 x297 x298 x299 -x300 x301 x302 x303 -x304 x305 x306 x307 x308 -x309 x310 x311 x312 -x313 x314 x315 -x316 x317 x318 -x319 
1035.53/1035.90	v -x320 -x321 x322 x323 x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x12 -x11 -x10 -x9 -x8 -x7 x336 
1035.53/1035.90	v x337 x338 x339 x340 x341 x342 x343 x344 -x345 x346 x347 x348 -x349 x350 x351 -x352 x353 -x354 x355 x356 -x357 x358 -x359 -x360 
1035.53/1035.90	v -x361 -x362 -x363 -x364 -x365 -x25 -x24 -x23 -x22 -x21 x20 x366 x367 x368 x369 x370 -x371 x372 x373 -x374 -x375 -x376 -x377 
1035.53/1035.90	v -x378 -x379 -x31 -x30 -x29 -x28 x27 x26 x380 x381 -x382 -x383 -x384 -x37 -x36 -x35 x34 -x33 x32 -x385 -x49 -x48 x47 -x46 x45 
1035.53/1035.90	v x44 -x43 -x42 -x41 x40 x39 x38 x386 -x6 -x5 -x4 x3 x2 -x1 
1035.53/1035.90	c SCIP Status        : problem is solved [optimal solution found]
1035.53/1035.90	c Solving Time       :    1024.14
1035.53/1035.90	c Original Problem   :
1035.53/1035.90	c   Problem name     : HOME/instance-1869567-1245179026.opb
1035.53/1035.90	c   Variables        : 386 (386 binary, 0 integer, 0 implicit integer, 0 continuous)
1035.53/1035.90	c   Constraints      : 680 initial, 680 maximal
1035.53/1035.90	c Presolved Problem  :
1035.53/1035.90	c   Problem name     : t_HOME/instance-1869567-1245179026.opb
1035.53/1035.90	c   Variables        : 384 (384 binary, 0 integer, 0 implicit integer, 0 continuous)
1035.53/1035.90	c   Constraints      : 357 initial, 6094 maximal
1035.53/1035.90	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1035.53/1035.90	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1035.53/1035.90	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1035.53/1035.90	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1035.53/1035.90	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1035.53/1035.90	c   implics          :       0.00          0          0          0          0          0          0          0          0
1035.53/1035.90	c   probing          :       0.06          0          0          0          0          0          0          0          0
1035.53/1035.90	c   knapsack         :       0.00          0          0          0          0          0          0          1          2
1035.53/1035.90	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1035.53/1035.90	c   linear           :       0.02          2          0          0          2          0        324          0         24
1035.53/1035.90	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1035.53/1035.90	c   root node        :          -         14          -          -         14          -          -          -          -
1035.53/1035.90	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1035.53/1035.90	c   integral         :          0          0          0     175151          0        207       6332          0          0     346382
1035.53/1035.90	c   knapsack         :         33          6    1050294          2          0       6697     254096         38          0          0
1035.53/1035.90	c   setppc           :          1          6       1952          0          0          0        108          0          0          0
1035.53/1035.90	c   linear           :        323          6    1043590          0          0     109334    7571502          0          0          0
1035.53/1035.90	c   logicor          :          0+         0     454611          0          0       5860     245938          0          0          0
1035.53/1035.90	c   countsols        :          0          0          0          2          0          0          0          0          0          0
1035.53/1035.90	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1035.53/1035.90	c   integral         :      41.13       0.00       0.00      41.13       0.00
1035.53/1035.90	c   knapsack         :       9.56       0.00       9.56       0.00       0.00
1035.53/1035.90	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1035.53/1035.90	c   linear           :     289.61       0.00     289.61       0.00       0.00
1035.53/1035.90	c   logicor          :      61.07       0.00      61.07       0.00       0.00
1035.53/1035.90	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1035.53/1035.90	c Propagators        :       Time      Calls    Cutoffs    DomReds
1035.53/1035.90	c   rootredcost      :       0.44          6          0          3
1035.53/1035.90	c   pseudoobj        :       1.63    1050248        153       8298
1035.53/1035.90	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1035.53/1035.90	c   propagation      :       9.59     122044     121769     734216       20.9       2950       16.0          -
1035.53/1035.90	c   infeasible LP    :       1.47      44436          2          5       17.0          0        0.0          0
1035.53/1035.90	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1035.53/1035.90	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1035.53/1035.90	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1035.53/1035.90	c   applied globally :          -          -          -     308548       18.5          -          -          -
1035.53/1035.90	c   applied locally  :          -          -          -          0        0.0          -          -          -
1035.53/1035.90	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1035.53/1035.90	c   cut pool         :       0.00          5          -          -        247          -    (maximal pool size: 1667)
1035.53/1035.90	c   redcost          :       3.01     180685          0       7617          0          0
1035.53/1035.90	c   impliedbounds    :       0.00          6          0          0          0          0
1035.53/1035.90	c   intobj           :       0.00          0          0          0          0          0
1035.53/1035.90	c   gomory           :       0.07          6          0          0         23          0
1035.53/1035.90	c   strongcg         :       0.08          6          0          0         26          0
1035.53/1035.90	c   cmir             :       0.28          6          0          0        957          0
1035.53/1035.90	c   flowcover        :       0.35          6          0          0        959          0
1035.53/1035.90	c   clique           :       0.00          1          0          0          0          0
1035.53/1035.90	c   zerohalf         :       0.00          0          0          0          0          0
1035.53/1035.90	c   mcf              :       0.00          1          0          0          0          0
1035.53/1035.90	c Pricers            :       Time      Calls       Vars
1035.53/1035.90	c   problem variables:       0.00          0          0
1035.53/1035.90	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1035.53/1035.90	c   relpscost        :      40.83     175149        207       6332          0          0     346382
1035.53/1035.90	c   pscost           :       0.00          0          0          0          0          0          0
1035.53/1035.90	c   inference        :       0.00          0          0          0          0          0          0
1035.53/1035.90	c   mostinf          :       0.00          0          0          0          0          0          0
1035.53/1035.90	c   leastinf         :       0.00          0          0          0          0          0          0
1035.53/1035.90	c   fullstrong       :       0.00          0          0          0          0          0          0
1035.53/1035.90	c   allfullstrong    :       0.00          0          0          0          0          0          0
1035.53/1035.90	c   random           :       0.00          0          0          0          0          0          0
1035.53/1035.90	c Primal Heuristics  :       Time      Calls      Found
1035.53/1035.90	c   LP solutions     :       0.02          -          2
1035.53/1035.90	c   pseudo solutions :       0.00          -          0
1035.53/1035.90	c   oneopt           :       0.30          6          0
1035.53/1035.90	c   crossover        :       0.47          7          0
1035.53/1035.90	c   feaspump         :       1.13         13          0
1035.53/1035.90	c   linesearchdiving :       1.95        245          0
1035.53/1035.90	c   guideddiving     :       2.76        245          1
1035.53/1035.90	c   objpscostdiving  :       3.89        123          0
1035.53/1035.90	c   coefdiving       :       1.84        246          1
1035.53/1035.90	c   pscostdiving     :       3.43        246          1
1035.53/1035.90	c   fracdiving       :       1.63        246          0
1035.53/1035.90	c   veclendiving     :       2.46        246          1
1035.53/1035.90	c   rootsoldiving    :       2.51        124          0
1035.53/1035.90	c   simplerounding   :       0.16          0          0
1035.53/1035.90	c   rounding         :       0.68       5973          0
1035.53/1035.90	c   shifting         :       8.56       1821          0
1035.53/1035.90	c   intshifting      :       0.01          0          0
1035.53/1035.90	c   fixandinfer      :       0.00          0          0
1035.53/1035.90	c   intdiving        :       0.00          0          0
1035.53/1035.90	c   actconsdiving    :       0.00          0          0
1035.53/1035.90	c   octane           :       0.00          0          0
1035.53/1035.90	c   rens             :       0.00          0          0
1035.53/1035.90	c   rins             :       0.00          0          0
1035.53/1035.90	c   localbranching   :       0.00          0          0
1035.53/1035.90	c   mutation         :       0.00          0          0
1035.53/1035.90	c   dins             :       0.00          0          0
1035.53/1035.90	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1035.53/1035.90	c   primal LP        :       0.00          0          0       0.00          -
1035.53/1035.90	c   dual LP          :     416.38     219334    3993095      18.21    9590.03
1035.53/1035.90	c   barrier LP       :       0.00          0          0       0.00          -
1035.53/1035.90	c   diving/probing LP:      16.10       8431      88927      10.55    5523.42
1035.53/1035.90	c   strong branching :      31.77      13733     436702      31.80   13745.73
1035.53/1035.90	c     (at root node) :          -         48       6073     126.52          -
1035.53/1035.90	c   conflict analysis:       0.00          0          0       0.00          -
1035.53/1035.90	c B&B Tree           :
1035.53/1035.90	c   number of runs   :          1
1035.53/1035.90	c   nodes            :     308288
1035.53/1035.90	c   nodes (total)    :     308288
1035.53/1035.90	c   nodes left       :          0
1035.53/1035.90	c   max depth        :         82
1035.53/1035.90	c   max depth (total):         82
1035.53/1035.90	c   backtracks       :      59601 (19.3%)
1035.53/1035.90	c   delayed cutoffs  :      33977
1035.53/1035.90	c   repropagations   :     338796 (1890556 domain reductions, 27226 cutoffs)
1035.53/1035.90	c   avg switch length:       7.12
1035.53/1035.90	c   switching time   :     112.48
1035.53/1035.90	c Solution           :
1035.53/1035.90	c   Solutions found  :          6 (6 improvements)
1035.53/1035.90	c   Primal Bound     : +3.40000000000000e+01   (in run 1, after 105797 nodes, 362.50 seconds, depth 63, found by <relaxation>)
1035.53/1035.90	c   Dual Bound       : +3.40000000000000e+01
1035.53/1035.90	c   Gap              :       0.00 %
1035.53/1035.90	c   Root Dual Bound  : +2.80000000000000e+01
1035.53/1035.94	c Time complete: 1035.57.

Verifier Data

OK	34

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8589
/proc/meminfo: memFree=1898968/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=5812 CPUtime=0
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 524 0 0 0 0 0 0 0 18 0 1 0 70635620 5951488 508 1992294400 4194304 9342243 548682068736 18446744073709551615 8146941 0 0 4096 0 0 0 0 17 1 0 0
/proc/8589/statm: 1454 516 345 1256 0 193 0

[startup+0.00858799 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8589
/proc/meminfo: memFree=1898968/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=9676 CPUtime=0
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 1369 0 0 0 0 0 0 0 18 0 1 0 70635620 9908224 1354 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/8589/statm: 2419 1361 362 1256 0 1158 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9676

[startup+0.102605 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8589
/proc/meminfo: memFree=1898968/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=18424 CPUtime=0.09
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 3790 0 0 0 8 1 0 0 18 0 1 0 70635620 18866176 3420 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 4606 3420 492 1256 0 3345 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18424

[startup+0.301645 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8589
/proc/meminfo: memFree=1898968/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=21448 CPUtime=0.29
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 4386 0 0 0 27 2 0 0 19 0 1 0 70635620 21962752 4016 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 5362 4016 673 1256 0 4101 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21448

[startup+0.701723 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8589
/proc/meminfo: memFree=1898968/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=24072 CPUtime=0.69
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 5039 0 0 0 67 2 0 0 22 0 1 0 70635620 24649728 4669 1992294400 4194304 9342243 548682068736 18446744073709551615 4291264 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 6018 4669 673 1256 0 4757 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24072

[startup+1.50188 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1881104/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=29992 CPUtime=1.49
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 6549 0 0 0 146 3 0 0 25 0 1 0 70635620 30711808 6175 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 7498 6175 680 1256 0 6237 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29992

[startup+3.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1876816/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=29992 CPUtime=3.09
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 6630 0 0 0 305 4 0 0 25 0 1 0 70635620 30711808 6253 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 7498 6253 683 1256 0 6237 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29992

[startup+6.30184 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1876176/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=29992 CPUtime=6.29
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 6661 0 0 0 621 8 0 0 25 0 1 0 70635620 30711808 6284 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 7498 6284 688 1256 0 6237 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29992

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1876112/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=29992 CPUtime=12.69
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 6705 0 0 0 1256 13 0 0 25 0 1 0 70635620 30711808 6328 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 7498 6328 692 1256 0 6237 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29992

[startup+25.5027 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1874512/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=32076 CPUtime=25.49
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 7104 0 0 0 2525 24 0 0 25 0 1 0 70635620 32845824 6727 1992294400 4194304 9342243 548682068736 18446744073709551615 5063004 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 8019 6727 692 1256 0 6758 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32076

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1868624/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=38136 CPUtime=51.07
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 10982 0 0 0 5059 48 0 0 25 0 1 0 70635620 39051264 8248 1992294400 4194304 9342243 548682068736 18446744073709551615 6210997 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 9534 8248 693 1256 0 8273 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38136

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1858256/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=48256 CPUtime=102.26
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 20120 0 0 0 10114 112 0 0 25 0 1 0 70635620 49414144 10829 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 12064 10829 702 1256 0 10803 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 48256

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1849104/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=57612 CPUtime=162.24
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 28717 0 0 0 16039 185 0 0 25 0 1 0 70635620 58994688 13088 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 14403 13088 703 1256 0 13142 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 57612

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1843024/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=63976 CPUtime=222.21
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 32701 0 0 0 21970 251 0 0 25 0 1 0 70635620 65511424 14605 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 15994 14605 703 1256 0 14733 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 63976

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1835408/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=71296 CPUtime=282.2
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 35908 0 0 0 27902 318 0 0 25 0 1 0 70635620 73007104 16511 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 17824 16511 703 1256 0 16563 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 71296

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1831056/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=75376 CPUtime=342.17
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 37560 0 0 0 33834 383 0 0 25 0 1 0 70635620 77185024 17584 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 18844 17584 703 1256 0 17583 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 75376

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1826384/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=80736 CPUtime=402.15
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 40664 0 0 0 39764 451 0 0 25 0 1 0 70635620 82673664 18709 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 20184 18709 703 1256 0 18923 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 80736

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1819856/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=87076 CPUtime=462.13
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 43509 0 0 0 45693 520 0 0 25 0 1 0 70635620 89165824 20344 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 21769 20344 703 1256 0 20508 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 87076

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1815056/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=91672 CPUtime=522.1
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 44701 0 0 0 51622 588 0 0 25 0 1 0 70635620 93872128 21535 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 22918 21535 703 1256 0 21657 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 91672

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1813840/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=91708 CPUtime=582.09
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 46123 0 0 0 57557 652 0 0 25 0 1 0 70635620 93908992 21821 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 22927 21821 703 1256 0 21666 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 91708

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1814096/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=92272 CPUtime=642.07
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 46506 0 0 0 63495 712 0 0 25 0 1 0 70635620 94486528 21736 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23068 21736 703 1256 0 21807 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 92272

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1813328/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=92476 CPUtime=702.04
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 46694 0 0 0 69431 773 0 0 25 0 1 0 70635620 94695424 21924 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23119 21924 703 1256 0 21858 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 92476

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1812752/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=92860 CPUtime=762.03
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 46807 0 0 0 75369 834 0 0 25 0 1 0 70635620 95088640 22037 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23215 22037 703 1256 0 21954 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 92860

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1812496/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=92860 CPUtime=822
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 46863 0 0 0 81307 893 0 0 25 0 1 0 70635620 95088640 22093 1992294400 4194304 9342243 548682068736 18446744073709551615 4539490 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23215 22093 703 1256 0 21954 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 92860

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1813008/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=93212 CPUtime=881.98
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 47574 0 0 0 87232 966 0 0 25 0 1 0 70635620 95449088 21964 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23303 21964 703 1256 0 22042 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 93212

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1813200/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=93204 CPUtime=941.96
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 48082 0 0 0 93162 1034 0 0 25 0 1 0 70635620 95440896 21908 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23301 21908 703 1256 0 22040 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 93204

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1812560/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=93204 CPUtime=1001.94
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 48231 0 0 0 99095 1099 0 0 25 0 1 0 70635620 95440896 22057 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23301 22057 703 1256 0 22040 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 93204

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

[startup+1011.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1812432/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=93204 CPUtime=1010.73
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 48271 0 0 0 99964 1109 0 0 25 0 1 0 70635620 95440896 22097 1992294400 4194304 9342243 548682068736 18446744073709551615 6348999 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23301 22097 703 1256 0 22040 0
Current children cumulated CPU time (s) 1010.73
Current children cumulated vsize (KiB) 93204

[startup+1023.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1813264/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=93240 CPUtime=1023.53
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 48553 0 0 0 101231 1122 0 0 25 0 1 0 70635620 95477760 21896 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23310 21896 703 1256 0 22049 0
Current children cumulated CPU time (s) 1023.53
Current children cumulated vsize (KiB) 93240

[startup+1030.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1813008/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=93240 CPUtime=1029.93
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 48597 0 0 0 101862 1131 0 0 25 0 1 0 70635620 95477760 21940 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23310 21940 703 1256 0 22049 0
Current children cumulated CPU time (s) 1029.93
Current children cumulated vsize (KiB) 93240

[startup+1033.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1812944/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=93240 CPUtime=1033.13
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 48605 0 0 0 102179 1134 0 0 25 0 1 0 70635620 95477760 21948 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23310 21948 703 1256 0 22049 0
Current children cumulated CPU time (s) 1033.13
Current children cumulated vsize (KiB) 93240

[startup+1035.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1812944/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=93428 CPUtime=1034.73
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 48630 0 0 0 102337 1136 0 0 25 0 1 0 70635620 95670272 21973 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 23357 21973 703 1256 0 22096 0
Current children cumulated CPU time (s) 1034.73
Current children cumulated vsize (KiB) 93428

[startup+1035.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1812944/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=91920 CPUtime=1035.13
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 48753 0 0 0 102377 1136 0 0 25 0 1 0 70635620 94126080 21755 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 22980 21755 703 1256 0 21719 0
Current children cumulated CPU time (s) 1035.13
Current children cumulated vsize (KiB) 91920

[startup+1035.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 8590
/proc/meminfo: memFree=1812944/2055920 swapFree=4191900/4192956
[pid=8589] ppid=8587 vsize=91920 CPUtime=1035.53
/proc/8589/stat : 8589 (pbscip.linux.x8) R 8587 8589 8344 0 -1 4194304 48780 0 0 0 102416 1137 0 0 25 0 1 0 70635620 94126080 21781 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8589/statm: 22980 21781 703 1256 0 21719 0
Current children cumulated CPU time (s) 1035.53
Current children cumulated vsize (KiB) 91920

Child status: 0
Real time (s): 1035.94
CPU time (s): 1035.58
CPU user time (s): 1024.19
CPU system time (s): 11.3853
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 93428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1024.19
system time used= 11.3853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48784
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= 5
involuntary context switches= 2366

runsolver used 0.731888 second user time and 2.17667 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-16 21:03:46
IDJOB=1869567
IDBENCH=2938
IDSOLVER=684
FILE ID=node33/1869567-1245179026
PBS_JOBID= 9363907
Free space on /tmp= 65952 MiB

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

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

MD5SUM BENCH= 7511e7863ac3e00f42a81c49dc15d5a1
RANDOM SEED=2031339956

node33.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.261
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.261
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:       1899384 kB
Buffers:         35824 kB
Cached:          65724 kB
SwapCached:        384 kB
Active:          67096 kB
Inactive:        47844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899384 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11836 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            27604 kB
Committed_AS:   124280 kB
PageTables:       1392 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= 65940 MiB
End job on node33 at 2009-06-16 21:21:03