Trace number 3489573

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)OPT34 258.407 258.406

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 benchmark2.28865
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.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3489573-1307774419.opb>
0.00/0.01	c original problem has 386 variables (386 bin, 0 int, 0 impl, 0 cont) and 680 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 2 del vars, 1 del conss, 0 add conss, 2 chg bounds, 28 chg sides, 52 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.02	c (round 2) 2 del vars, 313 del conss, 0 add conss, 2 chg bounds, 28 chg sides, 52 chg coeffs, 31 upgd conss, 0 impls, 0 clqs
0.02/0.02	c (round 3) 2 del vars, 313 del conss, 1 add conss, 2 chg bounds, 33 chg sides, 80 chg coeffs, 55 upgd conss, 14 impls, 0 clqs
0.02/0.05	c    (0.0s) probing: 106/384 (27.6%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.02/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.02/0.05	c presolving (4 rounds):
0.02/0.05	c  2 deleted vars, 313 deleted constraints, 1 added constraints, 2 tightened bounds, 0 added holes, 33 changed sides, 80 changed coefficients
0.02/0.05	c  22 implications, 0 cliques
0.02/0.05	c presolved problem has 384 variables (384 bin, 0 int, 0 impl, 0 cont) and 368 constraints
0.02/0.05	c      55 constraints of type <knapsack>
0.02/0.05	c       1 constraints of type <setppc>
0.02/0.05	c     312 constraints of type <linear>
0.02/0.05	c transformed objective value is always integral (scale: 1)
0.02/0.05	c Presolving Time: 0.03
0.02/0.05	c - non default parameters ----------------------------------------------------------------------
0.02/0.05	c # SCIP version 2.0.1.5
0.02/0.05	c 
0.02/0.05	c # frequency for displaying node information lines
0.02/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.05	c display/freq = 10000
0.02/0.05	c 
0.02/0.05	c # maximal time in seconds to run
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/time = 1797
0.02/0.05	c 
0.02/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/memory = 13950
0.02/0.05	c 
0.02/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.05	c # [type: int, range: [1,2], default: 1]
0.02/0.05	c timing/clocktype = 2
0.02/0.05	c 
0.02/0.05	c # belongs reading time to solving time?
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c timing/reading = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify inequalities
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/linear/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/indicator/addCouplingCons = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify knapsacks
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.05	c separating/rapidlearning/freq = 0
0.02/0.05	c 
0.02/0.05	c -----------------------------------------------------------------------------------------------
0.02/0.05	c start solving
0.02/0.05	c 
0.02/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.06	c   0.1s|     1 |     0 |    81 |     - |2773k|   0 |  77 | 384 | 384 | 384 | 368 |   0 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   421 |     - |3044k|   0 | 175 | 384 | 419 | 384 | 424 |  56 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   562 |     - |3337k|   0 | 230 | 384 | 419 | 384 | 498 | 130 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   801 |     - |3618k|   0 | 219 | 384 | 419 | 384 | 551 | 183 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |  1094 |     - |3901k|   0 | 228 | 384 | 419 | 384 | 634 | 266 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |  1269 |     - |4181k|   0 | 227 | 384 | 419 | 384 | 690 | 322 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |  1470 |     - |4453k|   0 | 227 | 384 | 419 | 384 | 769 | 401 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.89/0.98	c   1.0s|     1 |     2 |  1470 |     - |4453k|   0 | 227 | 384 | 419 | 384 | 769 | 401 |  16 |  17 | 2.800000e+01 |      --      |    Inf 
5.59/5.61	o 91
5.59/5.61	c * 5.6s|   324 |   257 | 16166 |  45.5 |4967k|  43 |   - | 384 | 667 | 384 | 425 | 401 | 264 |1369 | 2.800000e+01 | 9.100000e+01 | 225.00%
7.60/7.62	o 62
7.60/7.62	c c 7.6s|  1536 |   665 | 57430 |  36.5 |5757k|  52 |   - | 384 |1508 | 384 | 425 | 401 |1105 |1480 | 2.800000e+01 | 6.200000e+01 | 121.43%
19.89/19.92	o 61
19.89/19.92	c c19.9s|  8376 |  3222 |277061 |  32.9 |  11M|  53 |   - | 384 |2653 | 384 | 425 | 401 |8738 |3184 | 2.800000e+01 | 6.100000e+01 | 117.86%
22.19/22.28	o 59
22.19/22.28	c c22.3s|  9900 |  3198 |326004 |  32.8 |  12M|  53 |   - | 384 |2358 | 384 | 425 | 401 |  10k|3261 | 2.800000e+01 | 5.900000e+01 | 110.71%
22.39/22.40	c  22.4s| 10000 |  3208 |328137 |  32.7 |  12M|  53 |   - | 384 |2419 |   0 |   0 | 401 |  10k|3262 | 2.800000e+01 | 5.900000e+01 | 110.71%
22.59/22.61	o 57
22.59/22.61	c C22.6s| 10100 |  3063 |331695 |  32.7 |  11M|  53 | 114 | 384 |2451 | 384 | 425 | 401 |  11k|3264 | 2.800000e+01 | 5.700000e+01 | 103.57%
25.30/25.38	o 46
25.30/25.38	c R25.4s| 11570 |  2830 |382159 |  32.9 |  12M|  53 |   5 | 384 |2406 | 384 | 425 | 401 |  12k|3690 | 2.800000e+01 | 4.600000e+01 |  64.29%
34.99/35.01	o 44
34.99/35.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.99/35.01	c C35.0s| 17770 |  3484 |559622 |  31.4 |  15M|  53 | 133 | 384 |3009 | 384 | 425 | 401 |  20k|4593 | 2.800000e+01 | 4.400000e+01 |  57.14%
38.29/38.31	c  38.3s| 20000 |  3764 |623646 |  31.1 |  16M|  53 | 129 | 384 |3289 | 384 | 425 | 401 |  23k|4782 | 2.800000e+01 | 4.400000e+01 |  57.14%
50.79/50.87	c  50.9s| 30000 |  5021 |877634 |  29.2 |  20M|  54 |   - | 384 |3835 | 384 | 425 | 401 |  36k|5251 | 2.800000e+01 | 4.400000e+01 |  57.14%
56.20/56.22	o 40
56.20/56.22	c *56.2s| 34243 |  4918 |988862 |  28.8 |  21M|  54 |   - | 384 |3682 | 384 | 425 | 401 |  42k|5417 | 2.800000e+01 | 4.000000e+01 |  42.86%
63.80/63.89	c  63.9s| 40000 |  5645 |  1108k|  27.7 |  24M|  54 |   - | 384 |4067 |   0 |   0 | 401 |  50k|6441 | 2.800000e+01 | 4.000000e+01 |  42.86%
69.59/69.68	o 36
69.59/69.68	c o69.7s| 44681 |  6430 |  1223k|  27.3 |  27M|  54 |   0 | 384 |5289 | 384 | 425 | 401 |  56k|6755 | 2.800000e+01 | 3.600000e+01 |  28.57%
70.79/70.81	o 35
70.79/70.81	c C70.8s| 45281 |  3061 |  1235k|  27.2 |  19M|  54 |  38 | 384 |4425 | 384 | 425 | 401 |  57k|6821 | 2.800000e+01 | 3.500000e+01 |  25.00%
76.09/76.11	c  76.1s| 50000 |  3240 |  1322k|  26.4 |  20M|  54 |   - | 384 |5239 |   0 |   0 | 401 |  63k|6963 | 2.800000e+01 | 3.500000e+01 |  25.00%
87.90/87.96	c  88.0s| 60000 |  3823 |  1517k|  25.3 |  23M|  54 |   - | 384 |7033 |   0 |   0 | 401 |  76k|7988 | 2.800000e+01 | 3.500000e+01 |  25.00%
99.10/99.19	c  99.2s| 70000 |  4426 |  1689k|  24.1 |  25M|  54 | 101 | 384 |5602 | 384 | 425 | 401 |  89k|8763 | 2.800000e+01 | 3.500000e+01 |  25.00%
103.99/104.08	o 34
103.99/104.08	c * 104s| 74340 |  3327 |  1775k|  23.9 |  22M|  54 |   - | 384 |5368 | 384 | 425 | 401 |  95k|8839 | 2.800000e+01 | 3.400000e+01 |  21.43%
111.10/111.16	c   111s| 80000 |  3574 |  1879k|  23.5 |  23M|  54 | 126 | 384 |6423 | 384 | 425 | 401 | 102k|9515 | 2.800000e+01 | 3.400000e+01 |  21.43%
122.29/122.32	c   122s| 90000 |  4156 |  2060k|  22.9 |  25M|  54 |  43 | 384 |5435 | 384 | 425 | 401 | 116k|  10k| 2.800000e+01 | 3.400000e+01 |  21.43%
133.29/133.34	c   133s|100000 |  4139 |  2242k|  22.4 |  26M|  54 |  37 | 384 |7215 | 384 | 425 | 401 | 131k|  10k| 2.800000e+01 | 3.400000e+01 |  21.43%
144.30/144.30	c   144s|110000 |  4462 |  2432k|  22.1 |  27M|  56 |  39 | 384 |6998 | 384 | 425 | 401 | 144k|  11k| 2.800000e+01 | 3.400000e+01 |  21.43%
155.39/155.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.39/155.46	c   155s|120000 |  4558 |  2619k|  21.8 |  28M|  63 |  45 | 384 |6266 | 384 | 425 | 401 | 157k|  11k| 2.800000e+01 | 3.400000e+01 |  21.43%
166.60/166.66	c   167s|130000 |  4849 |  2811k|  21.6 |  30M|  63 |   - | 384 |7236 |   0 |   0 | 401 | 171k|  12k| 2.800000e+01 | 3.400000e+01 |  21.43%
177.50/177.57	c   178s|140000 |  4690 |  2982k|  21.3 |  30M|  63 |   - | 384 |4898 |   0 |   0 | 401 | 186k|  13k| 2.900000e+01 | 3.400000e+01 |  17.24%
188.00/188.02	c   188s|150000 |  4555 |  3161k|  21.1 |  30M|  63 |   - | 384 |5675 | 384 | 425 | 401 | 199k|  13k| 2.900000e+01 | 3.400000e+01 |  17.24%
198.80/198.80	c   199s|160000 |  4652 |  3329k|  20.8 |  31M|  63 |   - | 384 |6058 |   0 |   0 | 401 | 212k|  14k| 2.900000e+01 | 3.400000e+01 |  17.24%
208.50/208.50	c   209s|170000 |  4359 |  3475k|  20.4 |  31M|  63 |   7 | 384 |7964 | 384 | 425 | 401 | 227k|  14k| 3.000000e+01 | 3.400000e+01 |  13.33%
218.50/218.58	c   219s|180000 |  4035 |  3623k|  20.1 |  29M|  63 |   - | 384 |7358 |   0 |   0 | 401 | 240k|  14k| 3.000000e+01 | 3.400000e+01 |  13.33%
229.09/229.19	c   229s|190000 |  2962 |  3768k|  19.8 |  25M|  63 |   - | 384 |6613 |   0 |   0 | 401 | 256k|  15k| 3.100000e+01 | 3.400000e+01 |   9.68%
239.50/239.52	c   240s|200000 |  1746 |  3923k|  19.6 |  19M|  63 |   - | 384 |4584 | 384 | 425 | 401 | 271k|  15k| 3.200000e+01 | 3.400000e+01 |   6.25%
249.60/249.65	c   250s|210000 |   809 |  4075k|  19.4 |  15M|  63 |   - | 384 |7151 |   0 |   0 | 401 | 286k|  16k| 3.200000e+01 | 3.400000e+01 |   6.25%
258.29/258.38	c 
258.29/258.38	c SCIP Status        : problem is solved [optimal solution found]
258.29/258.38	c Solving Time (sec) : 258.38
258.29/258.38	c Solving Nodes      : 218358
258.29/258.38	c Primal Bound       : +3.40000000000000e+01 (11 solutions)
258.29/258.38	c Dual Bound         : +3.40000000000000e+01
258.29/258.38	c Gap                : 0.00 %
258.29/258.38	s OPTIMUM FOUND
258.29/258.38	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 
258.29/258.38	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 
258.29/258.38	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 
258.29/258.38	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 
258.29/258.38	v x160 -x161 x162 x163 -x164 x165 x166 -x167 -x168 -x169 x170 x171 x172 x173 x174 x175 x176 x177 -x178 -x179 -x180 -x181 -x182 
258.29/258.38	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 
258.29/258.38	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 
258.29/258.38	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 
258.29/258.38	v x256 x257 -x258 x259 x260 -x261 -x262 -x263 x264 x265 x266 x267 x268 x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 
258.29/258.38	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 
258.29/258.38	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 
258.29/258.38	v -x320 -x321 x322 x323 x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x12 -x11 -x10 -x9 -x8 -x7 x336 
258.29/258.38	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 
258.29/258.38	v -x361 -x362 -x363 -x364 -x365 -x25 -x24 -x23 -x22 -x21 x20 x366 x367 x368 x369 x370 -x371 x372 x373 -x374 -x375 -x376 -x377 
258.29/258.38	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 
258.29/258.38	v x44 -x43 -x42 -x41 x40 x39 x38 x386 -x6 -x5 -x4 x3 x2 -x1 
258.29/258.38	c SCIP Status        : problem is solved [optimal solution found]
258.29/258.38	c Total Time         :     258.38
258.29/258.38	c   solving          :     258.38
258.29/258.38	c   presolving       :       0.03 (included in solving)
258.29/258.38	c   reading          :       0.01 (included in solving)
258.29/258.38	c Original Problem   :
258.29/258.38	c   Problem name     : HOME/instance-3489573-1307774419.opb
258.29/258.38	c   Variables        : 386 (386 binary, 0 integer, 0 implicit integer, 0 continuous)
258.29/258.38	c   Constraints      : 680 initial, 680 maximal
258.29/258.38	c Presolved Problem  :
258.29/258.38	c   Problem name     : t_HOME/instance-3489573-1307774419.opb
258.29/258.38	c   Variables        : 384 (384 binary, 0 integer, 0 implicit integer, 0 continuous)
258.29/258.38	c   Constraints      : 368 initial, 8416 maximal
258.29/258.38	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
258.29/258.38	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
258.29/258.38	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
258.29/258.38	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
258.29/258.38	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
258.29/258.38	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
258.29/258.38	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
258.29/258.38	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
258.29/258.38	c   knapsack         :       0.00          0          0          0          0          0          0          1          5         28
258.29/258.38	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
258.29/258.38	c   linear           :       0.01          2          0          0          2          0        313          0         28         52
258.29/258.38	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
258.29/258.38	c   root node        :          -         15          -          -         15          -          -          -          -          -
258.29/258.38	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
258.29/258.38	c   integral         :          0          0          0     135956          0         14          0        139      10453          0          0     266094
258.29/258.38	c   knapsack         :         55          6     913137          1          0         11     609443       7951     312311        158          0          0
258.29/258.38	c   setppc           :          1          6       4401          0          0          8      27563          0        186          0          0          0
258.29/258.38	c   linear           :        312+         7     906490          0          0          8     959489      85251    4935469          0          0          0
258.29/258.38	c   logicor          :          0+         6     491837          0          0          0    1039406       5750     492168          1          0          0
258.29/258.38	c   countsols        :          0          0          0          3          0         10          0          0          0          0          0          0
258.29/258.38	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
258.29/258.38	c   integral         :      24.93       0.00       0.00      24.93       0.00       0.00       0.00
258.29/258.38	c   knapsack         :       3.12       0.00       2.80       0.00       0.00       0.00       0.31
258.29/258.38	c   setppc           :       0.01       0.00       0.00       0.00       0.00       0.00       0.01
258.29/258.38	c   linear           :      35.88       0.00      34.82       0.00       0.00       0.00       1.06
258.29/258.38	c   logicor          :      16.08       0.00      15.48       0.00       0.00       0.00       0.60
258.29/258.38	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
258.29/258.38	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
258.29/258.38	c   vbounds          :          0          0          0          0
258.29/258.38	c   rootredcost      :         11          0          0          3
258.29/258.38	c   pseudoobj        :     914421      22938        160       9916
258.29/258.38	c Propagator Timings :  TotalTime  Propagate    Resprop
258.29/258.38	c   vbounds          :       0.13       0.13       0.00
258.29/258.38	c   rootredcost      :       0.14       0.14       0.00
258.29/258.38	c   pseudoobj        :       0.51       0.50       0.01
258.29/258.38	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
258.29/258.38	c   propagation      :       3.57      99112      98765     737511       22.9       3451       14.2          -
258.29/258.38	c   infeasible LP    :       1.12      19794      19794      88072       18.1       1855       13.3          0
258.29/258.38	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
258.29/258.38	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
258.29/258.38	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
258.29/258.38	c   applied globally :          -          -          -     298381       18.4          -          -          -
258.29/258.38	c   applied locally  :          -          -          -          1       41.0          -          -          -
258.29/258.38	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
258.29/258.38	c   cut pool         :       0.00          5          -          -        359          -    (maximal pool size: 2098)
258.29/258.38	c   redcost          :       0.90     139363          0       4651          0          0
258.29/258.38	c   impliedbounds    :       0.00          6          0          0          0          0
258.29/258.38	c   intobj           :       0.00          0          0          0          0          0
258.29/258.38	c   gomory           :       0.03          6          0          0         18          0
258.29/258.38	c   cgmip            :       0.00          0          0          0          0          0
258.29/258.38	c   closecuts        :       0.00          0          0          0          0          0
258.29/258.38	c   strongcg         :       0.03          6          0          0         18          0
258.29/258.38	c   cmir             :       0.12          6          0          0       1173          0
258.29/258.38	c   flowcover        :       0.10          6          0          0       1200          0
258.29/258.38	c   clique           :       0.00          1          0          0          0          0
258.29/258.38	c   zerohalf         :       0.00          0          0          0          0          0
258.29/258.38	c   mcf              :       0.00          1          0          0          0          0
258.29/258.38	c   oddcycle         :       0.00          0          0          0          0          0
258.29/258.38	c   rapidlearning    :       0.04          1          0          0          0         35
258.29/258.38	c Pricers            :       Time      Calls       Vars
258.29/258.38	c   problem variables:       0.00          0          0
258.29/258.38	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
258.29/258.38	c   relpscost        :      24.85     135953        139      10453          0          0     266094
258.29/258.38	c   pscost           :       0.00          0          0          0          0          0          0
258.29/258.38	c   inference        :       0.00          0          0          0          0          0          0
258.29/258.38	c   mostinf          :       0.00          0          0          0          0          0          0
258.29/258.38	c   leastinf         :       0.00          0          0          0          0          0          0
258.29/258.38	c   fullstrong       :       0.00          0          0          0          0          0          0
258.29/258.38	c   allfullstrong    :       0.00          0          0          0          0          0          0
258.29/258.38	c   random           :       0.00          0          0          0          0          0          0
258.29/258.38	c Primal Heuristics  :       Time      Calls      Found
258.29/258.38	c   LP solutions     :       0.01          -          3
258.29/258.38	c   pseudo solutions :       0.00          -          0
258.29/258.38	c   oneopt           :       0.05         11          0
258.29/258.38	c   feaspump         :       0.23         23          0
258.29/258.38	c   crossover        :       2.13         19          3
258.29/258.38	c   pscostdiving     :       2.02        431          0
258.29/258.38	c   rootsoldiving    :       1.37        216          0
258.29/258.38	c   fracdiving       :       1.00        432          0
258.29/258.38	c   linesearchdiving :       1.18        432          0
258.29/258.38	c   guideddiving     :       1.39        432          0
258.29/258.38	c   veclendiving     :       1.35        432          0
258.29/258.38	c   coefdiving       :       0.96        432          3
258.29/258.38	c   objpscostdiving  :       1.44        217          1
258.29/258.38	c   trivial          :       0.00          2          0
258.29/258.38	c   shiftandpropagate:       0.01          1          0
258.29/258.38	c   simplerounding   :       0.03          0          0
258.29/258.38	c   zirounding       :       0.07       1000          0
258.29/258.38	c   rounding         :       0.71      17073          1
258.29/258.38	c   shifting         :       2.86       1566          0
258.29/258.38	c   intshifting      :       0.00          0          0
258.29/258.38	c   twoopt           :       0.00          0          0
258.29/258.38	c   fixandinfer      :       0.00          0          0
258.29/258.38	c   clique           :       0.00          0          0
258.29/258.38	c   intdiving        :       0.00          0          0
258.29/258.38	c   actconsdiving    :       0.00          0          0
258.29/258.38	c   octane           :       0.00          0          0
258.29/258.38	c   rens             :       0.01          0          0
258.29/258.38	c   rins             :       0.00          0          0
258.29/258.38	c   localbranching   :       0.00          0          0
258.29/258.38	c   mutation         :       0.00          0          0
258.29/258.38	c   dins             :       0.00          0          0
258.29/258.38	c   vbounds          :       0.00          0          0
258.29/258.38	c   undercover       :       0.00          0          0
258.29/258.38	c   subnlp           :       0.03          0          0
258.29/258.38	c   trysol           :       0.05          0          0
258.29/258.38	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
258.29/258.38	c   primal LP        :       0.00          0          0       0.00          -
258.29/258.38	c   dual LP          :     112.10     159910    4014751      25.11   35814.44
258.29/258.38	c   lex dual LP      :       0.00          0          0       0.00          -
258.29/258.38	c   barrier LP       :       0.00          0          0       0.00          -
258.29/258.38	c   diving/probing LP:       7.49      16053     199964      12.46   26692.74
258.29/258.38	c   strong branching :      22.18      16455     501880      30.50   22628.17
258.29/258.38	c     (at root node) :          -         17       6268     368.71          -
258.29/258.38	c   conflict analysis:       0.00          0          0       0.00          -
258.29/258.38	c B&B Tree           :
258.29/258.38	c   number of runs   :          1
258.29/258.38	c   nodes            :     218358
258.29/258.38	c   nodes (total)    :     218358
258.29/258.38	c   nodes left       :          0
258.29/258.38	c   max depth        :         63
258.29/258.38	c   max depth (total):         63
258.29/258.38	c   backtracks       :      52258 (23.9%)
258.29/258.38	c   delayed cutoffs  :      40131
258.29/258.38	c   repropagations   :     267414 (1911019 domain reductions, 31822 cutoffs)
258.29/258.38	c   avg switch length:       6.36
258.29/258.38	c   switching time   :      29.37
258.29/258.38	c Solution           :
258.29/258.38	c   Solutions found  :         11 (11 improvements)
258.29/258.38	c   First Solution   : +9.10000000000000e+01   (in run 1, after 324 nodes, 5.61 seconds, depth 34, found by <relaxation>)
258.29/258.38	c   Primal Bound     : +3.40000000000000e+01   (in run 1, after 74340 nodes, 104.08 seconds, depth 31, found by <relaxation>)
258.29/258.38	c   Dual Bound       : +3.40000000000000e+01
258.29/258.38	c   Gap              :       0.00 %
258.29/258.38	c   Root Dual Bound  : +2.80000000000000e+01
258.29/258.38	c   Root Iterations  :       1470
258.29/258.40	c Time complete: 258.4.

Verifier Data

OK	34

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3489573-1307774419/watcher-3489573-1307774419 -o /tmp/evaluation-result-3489573-1307774419/solver-3489573-1307774419 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489573-1307774419.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 21427
/proc/meminfo: memFree=31422436/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=12564 CPUtime=0 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 2142 0 0 0 0 0 0 0 25 0 1 0 889040638 12865536 2096 33554432000 4194304 9016284 140735913826240 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21427/statm: 3141 2096 360 1178 0 1959 0

[startup+0.0236461 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 21427
/proc/meminfo: memFree=31422436/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=22044 CPUtime=0.02 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 4532 0 0 0 2 0 0 0 25 0 1 0 889040638 22573056 4229 33554432000 4194304 9016284 140735913826240 18446744073709551615 7834016 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 5511 4229 488 1178 0 4329 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22044

[startup+0.100638 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 21427
/proc/meminfo: memFree=31422436/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=37760 CPUtime=0.09 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 8479 0 0 0 9 0 0 0 25 0 1 0 889040638 38666240 8142 33554432000 4194304 9016284 140735913826240 18446744073709551615 7870555 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 9440 8142 691 1178 0 8258 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37760

[startup+0.300598 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 21427
/proc/meminfo: memFree=31422436/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=35788 CPUtime=0.29 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 8722 0 0 0 28 1 0 0 25 0 1 0 889040638 36646912 7673 33554432000 4194304 9016284 140735913826240 18446744073709551615 4298573 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 8947 7673 702 1178 0 7765 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35788

[startup+0.700531 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 21427
/proc/meminfo: memFree=31422436/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=36392 CPUtime=0.69 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 9183 0 0 0 66 3 0 0 25 0 1 0 889040638 37265408 8134 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 9098 8134 703 1178 0 7916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36392

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21428
/proc/meminfo: memFree=31392036/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=36392 CPUtime=1.49 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 9183 0 0 0 137 12 0 0 25 0 1 0 889040638 37265408 8134 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 9098 8134 703 1178 0 7916 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36392

[startup+3.10013 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21428
/proc/meminfo: memFree=31390276/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=36392 CPUtime=3.09 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 9185 0 0 0 284 25 0 0 25 0 1 0 889040638 37265408 8136 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 9098 8136 705 1178 0 7916 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36392

[startup+6.30059 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21428
/proc/meminfo: memFree=31386928/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=36392 CPUtime=6.29 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 9186 0 0 0 576 53 0 0 25 0 1 0 889040638 37265408 8137 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 9098 8137 706 1178 0 7916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36392

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21428
/proc/meminfo: memFree=31383028/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=36392 CPUtime=12.69 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 9195 0 0 0 1167 102 0 0 25 0 1 0 889040638 37265408 8146 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 9098 8146 706 1178 0 7916 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36392

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21429
/proc/meminfo: memFree=31371096/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=40664 CPUtime=25.49 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 29884 0 0 0 2331 218 0 0 25 0 1 0 889040638 41639936 9214 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 10166 9214 709 1178 0 8984 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40664

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21429
/proc/meminfo: memFree=31341656/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=53008 CPUtime=51.09 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 64703 0 0 0 4675 434 0 0 25 0 1 0 889040638 54280192 12307 33554432000 4194304 9016284 140735913826240 18446744073709551615 7214059 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 13252 12307 710 1178 0 12070 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53008

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21431
/proc/meminfo: memFree=31292120/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=63864 CPUtime=102.3 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 128979 0 0 0 9414 816 0 0 25 0 1 0 889040638 65396736 15021 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 15966 15021 711 1178 0 14784 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63864

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21432
/proc/meminfo: memFree=31249492/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=67224 CPUtime=162.29 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 174035 0 0 0 14992 1237 0 0 25 0 1 0 889040638 68837376 15899 33554432000 4194304 9016284 140735913826240 18446744073709551615 4294007 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 16806 15899 711 1178 0 15624 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 67224

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 21434
/proc/meminfo: memFree=31203048/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=71488 CPUtime=222.3 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 177890 0 0 0 20586 1644 0 0 25 0 1 0 889040638 73203712 16910 33554432000 4194304 9016284 140735913826240 18446744073709551615 5315528 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 17872 16910 710 1178 0 16690 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 71488

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

[startup+230.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 21434
/proc/meminfo: memFree=31200440/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=71488 CPUtime=230.29 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 177895 0 0 0 21342 1687 0 0 25 0 1 0 889040638 73203712 16915 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 17872 16915 710 1178 0 16690 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 71488

[startup+243.107 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21435
/proc/meminfo: memFree=31195224/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=71488 CPUtime=243.1 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 177919 0 0 0 22547 1763 0 0 25 0 1 0 889040638 73203712 16939 33554432000 4194304 9016284 140735913826240 18446744073709551615 6363054 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 17872 16939 710 1178 0 16690 0
Current children cumulated CPU time (s) 243.1
Current children cumulated vsize (KiB) 71488

[startup+249.501 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21435
/proc/meminfo: memFree=31191864/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=71488 CPUtime=249.49 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 177926 0 0 0 23144 1805 0 0 25 0 1 0 889040638 73203712 16946 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 17872 16946 710 1178 0 16690 0
Current children cumulated CPU time (s) 249.49
Current children cumulated vsize (KiB) 71488

[startup+252.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21435
/proc/meminfo: memFree=31191116/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=71488 CPUtime=252.69 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 177942 0 0 0 23444 1825 0 0 25 0 1 0 889040638 73203712 16962 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 17872 16962 710 1178 0 16690 0
Current children cumulated CPU time (s) 252.69
Current children cumulated vsize (KiB) 71488

[startup+255.901 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21435
/proc/meminfo: memFree=31189752/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=71488 CPUtime=255.89 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 177942 0 0 0 23742 1847 0 0 25 0 1 0 889040638 73203712 16962 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 17872 16962 710 1178 0 16690 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 71488

[startup+257.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21435
/proc/meminfo: memFree=31189000/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=71488 CPUtime=257.49 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 177942 0 0 0 23889 1860 0 0 25 0 1 0 889040638 73203712 16962 33554432000 4194304 9016284 140735913826240 18446744073709551615 6413072 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 17872 16962 710 1178 0 16690 0
Current children cumulated CPU time (s) 257.49
Current children cumulated vsize (KiB) 71488

[startup+257.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21435
/proc/meminfo: memFree=31189000/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=71488 CPUtime=257.9 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 177942 0 0 0 23927 1863 0 0 25 0 1 0 889040638 73203712 16962 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 17872 16962 710 1178 0 16690 0
Current children cumulated CPU time (s) 257.9
Current children cumulated vsize (KiB) 71488

[startup+258.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21435
/proc/meminfo: memFree=31189000/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=71488 CPUtime=258.29 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) R 21425 21427 19488 0 -1 4202496 177942 0 0 0 23965 1864 0 0 25 0 1 0 889040638 73203712 16962 33554432000 4194304 9016284 140735913826240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21427/statm: 17872 16962 710 1178 0 16690 0
Current children cumulated CPU time (s) 258.29
Current children cumulated vsize (KiB) 71488

[startup+258.4 s]
/proc/loadavg: 2.10 2.02 2.01 3/178 21435
/proc/meminfo: memFree=31210080/32950928 swapFree=67050648/67111528
[pid=21427] ppid=21425 vsize=0 CPUtime=258.4 cores=1,3,5,7
/proc/21427/stat : 21427 (scip-2.0.1.4b_2) Z 21425 21427 19488 0 -1 4202524 177949 0 0 0 23975 1865 0 0 25 0 1 0 889040638 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21427/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 258.4
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 258.406
CPU time (s): 258.407
CPU user time (s): 239.753
CPU system time (s): 18.6542
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 94580

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

runsolver used 0.312952 second user time and 0.878866 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 08:40:19
IDJOB=3489573
IDBENCH=2938
IDSOLVER=1979
FILE ID=node126/3489573-1307774419
RUNJOBID= node126-1307759435-19507
PBS_JOBID= 13550866
Free space on /tmp= 74152 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_8.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3489573-1307774419/watcher-3489573-1307774419 -o /tmp/evaluation-result-3489573-1307774419/solver-3489573-1307774419 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489573-1307774419.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7511e7863ac3e00f42a81c49dc15d5a1
RANDOM SEED=877747563

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31423120 kB
Buffers:        275048 kB
Cached:         766128 kB
SwapCached:      14888 kB
Active:         753972 kB
Inactive:       573968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31423120 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:           16944 kB
Writeback:          56 kB
AnonPages:      284308 kB
Mapped:          12024 kB
Slab:           133744 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   480316 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74136 MiB
End job on node126 at 2011-06-11 08:44:38