Trace number 1869566

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT34 837.547 837.76

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 SoPlex 1.4.1
0.00/0.03	c user parameter file <scip.set> not found - using default parameters
0.00/0.03	c read problem <HOME/instance-1869566-1245179012.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 |    77 |2546k|   0 |  77 | 384 | 357 | 357 | 384 | 357 |   0 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   298 |2736k|   0 |  89 | 384 | 357 | 357 | 384 | 397 |  40 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   475 |3014k|   0 | 116 | 384 | 357 | 357 | 384 | 460 | 103 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.39/0.49	c   0.4s|     1 |     0 |   809 |3250k|   0 | 193 | 384 | 357 | 357 | 384 | 518 | 161 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.69/0.70	c   0.7s|     1 |     0 |  1133 |3466k|   0 | 189 | 384 | 357 | 357 | 384 | 576 | 219 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.89/0.94	c   0.9s|     1 |     0 |  1502 |3686k|   0 | 193 | 384 | 357 | 357 | 384 | 643 | 286 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
1.19/1.20	c   1.1s|     1 |     0 |  1694 |3847k|   0 | 199 | 384 | 357 | 357 | 384 | 697 | 340 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
8.19/8.29	c   8.2s|     1 |     2 |  1694 |3848k|   0 | 199 | 384 | 357 | 357 | 384 | 697 | 340 |   0 |  44 | 2.800000e+01 |      --      |    Inf 
25.19/25.28	o 90
25.19/25.28	c v24.7s|  1021 |   604 | 55294 |5131k|  44 |   - | 384 |1035 | 120 | 384 | 411 | 340 | 678 |1289 | 2.800000e+01 | 9.000000e+01 | 221.43%
30.68/30.78	o 85
30.68/30.78	c v30.1s|  1773 |  1011 | 91808 |5996k|  44 |   - | 384 |1578 | 153 | 384 | 411 | 340 |1221 |1466 | 2.800000e+01 | 8.500000e+01 | 203.57%
34.39/34.41	o 62
34.39/34.41	c v33.6s|  2155 |  1065 |115148 |6058k|  51 |   - | 384 |1922 | 252 | 384 | 411 | 340 |1568 |1610 | 2.800000e+01 | 6.200000e+01 | 121.43%
35.38/35.46	o 60
35.38/35.46	c f34.7s|  2270 |  1039 |122430 |6058k|  51 |   - | 384 |2069 | 225 | 384 | 411 | 340 |1726 |1631 | 2.800000e+01 | 6.000000e+01 | 114.29%
35.58/35.65	o 53
35.58/35.65	c v34.9s|  2290 |   669 |124019 |5660k|  51 |   - | 384 |2076 | 201 | 384 | 411 | 340 |1740 |1631 | 2.800000e+01 | 5.300000e+01 |  89.29%
37.48/37.52	o 52
37.48/37.52	c C36.7s|  2490 |   768 |136163 |5830k|  51 |  34 | 384 |2089 | 482 | 384 | 411 | 340 |1941 |1639 | 2.800000e+01 | 5.200000e+01 |  85.71%
38.18/38.24	o 51
38.18/38.24	c f37.4s|  2616 |   779 |140122 |5936k|  51 |   - | 384 |2204 | 256 | 384 | 411 | 340 |2121 |1639 | 2.800000e+01 | 5.100000e+01 |  82.14%
41.98/42.03	o 39
41.98/42.03	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.98/42.03	c *41.1s|  3274 |   717 |168321 |6196k|  64 |   - | 384 |2552 | 122 | 384 | 411 | 340 |2831 |1653 | 2.800000e+01 | 3.900000e+01 |  39.29%
85.27/85.32	c  83.4s| 10000 |  2218 |448982 |  10M|  70 | 103 | 384 |2060 |1017 | 384 | 411 | 340 |  11k|2874 | 2.800000e+01 | 3.900000e+01 |  39.29%
136.95/137.04	c   134s| 20000 |  4247 |785205 |  18M|  70 |   - | 384 |3296 | 178 |   0 |   0 | 340 |  25k|4341 | 2.800000e+01 | 3.900000e+01 |  39.29%
184.54/184.63	c   180s| 30000 |  5757 |  1090k|  24M|  70 |  44 | 384 |5306 | 132 | 384 | 411 | 340 |  39k|5018 | 2.800000e+01 | 3.900000e+01 |  39.29%
230.63/230.77	c   226s| 40000 |  6799 |  1361k|  29M|  70 |  15 | 384 |4281 | 107 | 384 | 411 | 340 |  53k|5787 | 2.800000e+01 | 3.900000e+01 |  39.29%
256.53/256.61	o 38
256.53/256.61	c * 251s| 45421 |  6942 |  1515k|  30M|  70 |   - | 384 |4287 |  88 | 384 | 411 | 340 |  61k|6269 | 2.800000e+01 | 3.800000e+01 |  35.71%
259.32/259.50	o 37
259.32/259.50	c C 254s| 46021 |  6310 |  1528k|  28M|  70 | 112 | 384 |4138 | 848 | 384 | 411 | 340 |  62k|6358 | 2.800000e+01 | 3.700000e+01 |  32.14%
277.42/277.54	c   271s| 50000 |  6930 |  1631k|  30M|  70 |  96 | 384 |4258 | 369 | 384 | 411 | 340 |  67k|6648 | 2.800000e+01 | 3.700000e+01 |  32.14%
324.01/324.19	c   317s| 60000 |  7830 |  1912k|  34M|  70 |   - | 384 |3594 | 364 |   0 |   0 | 340 |  80k|7136 | 2.800000e+01 | 3.700000e+01 |  32.14%
370.80/370.91	c   363s| 70000 |  8921 |  2199k|  39M|  70 |   - | 384 |6412 | 247 |   0 |   0 | 340 |  92k|8114 | 2.800000e+01 | 3.700000e+01 |  32.14%
379.90/380.01	o 34
379.90/380.01	c * 372s| 71957 |  3404 |  2245k|  23M|  70 |   - | 384 |6447 |  48 | 384 | 411 | 340 |  95k|8494 | 2.800000e+01 | 3.400000e+01 |  21.43%
414.39/414.60	c   405s| 80000 |  3661 |  2439k|  25M|  70 |  35 | 384 |6339 | 422 | 384 | 411 | 340 | 105k|8930 | 2.800000e+01 | 3.400000e+01 |  21.43%
460.68/460.82	c   451s| 90000 |  3676 |  2703k|  25M|  70 |  30 | 384 |4121 | 179 | 384 | 411 | 340 | 117k|9562 | 2.800000e+01 | 3.400000e+01 |  21.43%
507.27/507.44	c   496s|100000 |  4082 |  2958k|  27M|  70 |  37 | 384 |4685 | 171 | 384 | 411 | 340 | 129k|  10k| 2.800000e+01 | 3.400000e+01 |  21.43%
549.36/549.52	c   537s|110000 |  4893 |  3195k|  31M|  70 | 131 | 384 |5276 | 533 | 384 | 411 | 340 | 140k|  11k| 2.800000e+01 | 3.400000e+01 |  21.43%
591.24/591.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
591.24/591.42	c   579s|120000 |  5338 |  3413k|  34M|  70 |  17 | 384 |7175 | 184 | 384 | 411 | 340 | 152k|  11k| 2.800000e+01 | 3.400000e+01 |  21.43%
637.53/637.70	c   624s|130000 |  5427 |  3649k|  35M|  70 |  96 | 384 |4451 | 377 | 384 | 411 | 340 | 165k|  12k| 2.850000e+01 | 3.400000e+01 |  19.30%
677.32/677.55	c   663s|140000 |  4507 |  3828k|  32M|  70 |   - | 384 |3887 | 137 |   0 |   0 | 340 | 179k|  12k| 3.000000e+01 | 3.400000e+01 |  13.33%
717.61/717.89	c   703s|150000 |  3706 |  4011k|  29M|  70 |  49 | 384 |4588 | 245 | 384 | 411 | 340 | 192k|  13k| 3.000000e+01 | 3.400000e+01 |  13.33%
758.89/759.13	c   743s|160000 |  2537 |  4188k|  23M|  70 |  19 | 384 |4840 | 181 | 384 | 411 | 340 | 206k|  13k| 3.100000e+01 | 3.400000e+01 |   9.68%
801.49/801.70	c   785s|170000 |  1173 |  4384k|  16M|  70 |   - | 384 |3611 | 141 |   0 |   0 | 340 | 220k|  14k| 3.200000e+01 | 3.400000e+01 |   6.25%
837.48/837.72	c 
837.48/837.72	c SCIP Status        : problem is solved [optimal solution found]
837.48/837.72	c Solving Time (sec) : 820.12
837.48/837.72	c Solving Nodes      : 178301
837.48/837.72	c Primal Bound       : +3.40000000000000e+01 (11 solutions)
837.48/837.72	c Dual Bound         : +3.40000000000000e+01
837.48/837.72	c Gap                : 0.00 %
837.48/837.72	c NODE         178301
837.48/837.72	c DUAL BOUND   34
837.48/837.72	c PRIMAL BOUND 34
837.48/837.72	c GAP          0
837.48/837.72	s OPTIMUM FOUND
837.48/837.72	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 
837.48/837.72	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 
837.48/837.72	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 
837.48/837.72	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 
837.48/837.72	v x160 -x161 x162 x163 -x164 x165 x166 -x167 -x168 -x169 x170 x171 x172 x173 x174 x175 x176 x177 -x178 -x179 -x180 -x181 -x182 
837.48/837.72	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 
837.48/837.72	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 
837.48/837.72	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 
837.48/837.72	v x256 x257 -x258 x259 x260 -x261 -x262 -x263 x264 x265 x266 x267 x268 x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 
837.48/837.72	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 
837.48/837.72	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 
837.48/837.72	v -x320 -x321 x322 x323 x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x12 -x11 -x10 -x9 -x8 -x7 x336 
837.48/837.72	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 
837.48/837.72	v -x361 -x362 -x363 -x364 -x365 -x25 -x24 -x23 -x22 -x21 x20 x366 x367 x368 x369 x370 -x371 x372 x373 -x374 -x375 -x376 -x377 
837.48/837.72	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 
837.48/837.72	v x44 -x43 -x42 -x41 x40 x39 x38 x386 -x6 -x5 -x4 x3 x2 -x1 
837.48/837.72	c SCIP Status        : problem is solved [optimal solution found]
837.48/837.72	c Solving Time       :     820.12
837.48/837.72	c Original Problem   :
837.48/837.72	c   Problem name     : HOME/instance-1869566-1245179012.opb
837.48/837.72	c   Variables        : 386 (386 binary, 0 integer, 0 implicit integer, 0 continuous)
837.48/837.72	c   Constraints      : 680 initial, 680 maximal
837.48/837.72	c Presolved Problem  :
837.48/837.72	c   Problem name     : t_HOME/instance-1869566-1245179012.opb
837.48/837.72	c   Variables        : 384 (384 binary, 0 integer, 0 implicit integer, 0 continuous)
837.48/837.72	c   Constraints      : 357 initial, 7523 maximal
837.48/837.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
837.48/837.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0
837.48/837.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
837.48/837.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
837.48/837.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
837.48/837.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
837.48/837.72	c   probing          :       0.06          0          0          0          0          0          0          0          0
837.48/837.72	c   knapsack         :       0.00          0          0          0          0          0          0          1          2
837.48/837.72	c   setppc           :       0.00          0          0          0          0          0          0          0          0
837.48/837.72	c   linear           :       0.02          2          0          0          2          0        324          0         24
837.48/837.72	c   logicor          :       0.00          0          0          0          0          0          0          0          0
837.48/837.72	c   root node        :          -         15          -          -         15          -          -          -          -
837.48/837.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
837.48/837.72	c   integral         :          0          0          0     114154          0        193       9583          0          0     221450
837.48/837.72	c   knapsack         :         33          6     729710          3          0       4977     172764         44          0          0
837.48/837.72	c   setppc           :          1          6       1021          0          0          0         27          0          0          0
837.48/837.72	c   linear           :        323          6     724725          0          0      76934    4701534          0          0          0
837.48/837.72	c   logicor          :          0+         0     384975          0          0       4247     334780          0          0          0
837.48/837.72	c   countsols        :          0          0          0          3          0          0          0          0          0          0
837.48/837.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
837.48/837.72	c   integral         :      69.40       0.00       0.00      69.40       0.00
837.48/837.72	c   knapsack         :       6.88       0.00       6.88       0.00       0.00
837.48/837.72	c   setppc           :       0.00       0.00       0.00       0.00       0.00
837.48/837.72	c   linear           :     202.04       0.00     202.04       0.00       0.00
837.48/837.72	c   logicor          :      50.30       0.00      50.30       0.00       0.00
837.48/837.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
837.48/837.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
837.48/837.72	c   rootredcost      :       0.26         11          0          3
837.48/837.72	c   pseudoobj        :       1.30     729769        264      12568
837.48/837.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
837.48/837.72	c   propagation      :       7.24      86422      86316     609022       21.9       2684       15.7          -
837.48/837.72	c   infeasible LP    :       1.89      10122      10122      41256       17.5        995       13.7          0
837.48/837.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
837.48/837.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
837.48/837.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
837.48/837.72	c   applied globally :          -          -          -     231633       18.7          -          -          -
837.48/837.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
837.48/837.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
837.48/837.72	c   cut pool         :       0.00          5          -          -        382          -    (maximal pool size: 1823)
837.48/837.72	c   redcost          :       1.70     116821          0       3486          0          0
837.48/837.72	c   impliedbounds    :       0.00          6          0          0          0          0
837.48/837.72	c   intobj           :       0.00          0          0          0          0          0
837.48/837.72	c   gomory           :       0.07          6          0          0         21          0
837.48/837.72	c   strongcg         :       0.08          6          0          0         27          0
837.48/837.72	c   cmir             :       0.26          6          0          0        949          0
837.48/837.72	c   flowcover        :       0.30          6          0          0       1167          0
837.48/837.72	c   clique           :       0.00          1          0          0          0          0
837.48/837.72	c   zerohalf         :       0.00          0          0          0          0          0
837.48/837.72	c   mcf              :       0.00          1          0          0          0          0
837.48/837.72	c Pricers            :       Time      Calls       Vars
837.48/837.72	c   problem variables:       0.00          0          0
837.48/837.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
837.48/837.72	c   relpscost        :      69.27     114151        193       9583          0          0     221450
837.48/837.72	c   pscost           :       0.00          0          0          0          0          0          0
837.48/837.72	c   inference        :       0.00          0          0          0          0          0          0
837.48/837.72	c   mostinf          :       0.00          0          0          0          0          0          0
837.48/837.72	c   leastinf         :       0.00          0          0          0          0          0          0
837.48/837.72	c   fullstrong       :       0.00          0          0          0          0          0          0
837.48/837.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
837.48/837.72	c   random           :       0.00          0          0          0          0          0          0
837.48/837.72	c Primal Heuristics  :       Time      Calls      Found
837.48/837.72	c   LP solutions     :       0.04          -          3
837.48/837.72	c   pseudo solutions :       0.00          -          0
837.48/837.72	c   oneopt           :       0.12         11          0
837.48/837.72	c   crossover        :       0.78          8          2
837.48/837.72	c   linesearchdiving :       2.25        262          0
837.48/837.72	c   guideddiving     :       2.27        262          0
837.48/837.72	c   coefdiving       :       1.80        262          0
837.48/837.72	c   pscostdiving     :       3.18        262          0
837.48/837.72	c   fracdiving       :       1.75        262          2
837.48/837.72	c   veclendiving     :       2.57        262          4
837.48/837.72	c   objpscostdiving  :       1.80        132          0
837.48/837.72	c   rootsoldiving    :       2.29        132          0
837.48/837.72	c   simplerounding   :       0.14          0          0
837.48/837.72	c   rounding         :       0.64       4745          0
837.48/837.72	c   shifting         :       6.97       1469          0
837.48/837.72	c   intshifting      :       0.00          0          0
837.48/837.72	c   fixandinfer      :       0.00          0          0
837.48/837.72	c   feaspump         :       0.14          5          0
837.48/837.72	c   intdiving        :       0.00          0          0
837.48/837.72	c   actconsdiving    :       0.00          0          0
837.48/837.72	c   octane           :       0.00          0          0
837.48/837.72	c   rens             :       0.00          0          0
837.48/837.72	c   rins             :       0.00          0          0
837.48/837.72	c   localbranching   :       0.00          0          0
837.48/837.72	c   mutation         :       0.00          0          0
837.48/837.72	c   dins             :       0.00          0          0
837.48/837.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
837.48/837.72	c   primal LP        :       0.00          0          0       0.00          -
837.48/837.72	c   dual LP          :     333.92     127351    4443491      34.89   13307.05
837.48/837.72	c   barrier LP       :       0.00          0          0       0.00          -
837.48/837.72	c   diving/probing LP:      11.29       8078     112032      13.87    9923.12
837.48/837.72	c   strong branching :      63.13      15031     619840      41.24    9818.47
837.48/837.72	c     (at root node) :          -         44      31118     707.23          -
837.48/837.72	c   conflict analysis:       0.00          0          0       0.00          -
837.48/837.72	c B&B Tree           :
837.48/837.72	c   number of runs   :          1
837.48/837.72	c   nodes            :     178301
837.48/837.72	c   nodes (total)    :     178301
837.48/837.72	c   nodes left       :          0
837.48/837.72	c   max depth        :         70
837.48/837.72	c   max depth (total):         70
837.48/837.72	c   backtracks       :      42580 (23.9%)
837.48/837.72	c   delayed cutoffs  :      35327
837.48/837.72	c   repropagations   :     209664 (1694266 domain reductions, 28265 cutoffs)
837.48/837.72	c   avg switch length:       6.56
837.48/837.72	c   switching time   :      82.15
837.48/837.72	c Solution           :
837.48/837.72	c   Solutions found  :         11 (11 improvements)
837.48/837.72	c   Primal Bound     : +3.40000000000000e+01   (in run 1, after 71957 nodes, 371.53 seconds, depth 38, found by <relaxation>)
837.48/837.72	c   Dual Bound       : +3.40000000000000e+01
837.48/837.72	c   Gap              :       0.00 %
837.48/837.72	c   Root Dual Bound  : +2.80000000000000e+01
837.48/837.75	c Time complete: 837.54.

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-1869566-1245179012/watcher-1869566-1245179012 -o /tmp/evaluation-result-1869566-1245179012/solver-1869566-1245179012 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869566-1245179012.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2237
/proc/meminfo: memFree=1847600/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=4328 CPUtime=0
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 487 0 0 0 0 0 0 0 18 0 1 0 185501479 4431872 471 1992294400 4194304 7823515 548682068736 18446744073709551615 6041808 0 0 4096 0 0 0 0 17 1 0 0
/proc/2237/statm: 1162 484 317 886 0 272 0

[startup+0.097744 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2237
/proc/meminfo: memFree=1847600/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=17220 CPUtime=0.08
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 3743 0 0 0 7 1 0 0 18 0 1 0 185501479 17633280 3371 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 4305 3371 450 886 0 3415 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17220

[startup+0.102745 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2237
/proc/meminfo: memFree=1847600/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=17220 CPUtime=0.09
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 3743 0 0 0 8 1 0 0 18 0 1 0 185501479 17633280 3371 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 4305 3371 450 886 0 3415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17220

[startup+0.301765 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2237
/proc/meminfo: memFree=1847600/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=18740 CPUtime=0.29
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 4302 0 0 0 27 2 0 0 19 0 1 0 185501479 19189760 3912 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 4685 3912 558 886 0 3795 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18740

[startup+0.702805 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2237
/proc/meminfo: memFree=1847600/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=21256 CPUtime=0.69
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 4981 0 0 0 66 3 0 0 22 0 1 0 185501479 21766144 4550 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 5314 4550 558 886 0 4424 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21256

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1830120/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=24976 CPUtime=1.49
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 5930 0 0 0 145 4 0 0 25 0 1 0 185501479 25575424 5484 1992294400 4194304 7823515 548682068736 18446744073709551615 6211726 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 6244 5484 562 886 0 5354 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24976

[startup+3.10105 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1827624/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=24976 CPUtime=3.09
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 5930 0 0 0 304 5 0 0 25 0 1 0 185501479 25575424 5484 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 6244 5484 562 886 0 5354 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24976

[startup+6.30137 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1827496/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=24976 CPUtime=6.28
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 5930 0 0 0 620 8 0 0 25 0 1 0 185501479 25575424 5484 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 6244 5484 562 886 0 5354 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24976

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1827440/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=24976 CPUtime=12.69
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 5936 0 0 0 1245 24 0 0 25 0 1 0 185501479 25575424 5490 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 6244 5490 568 886 0 5354 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24976

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1827568/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=24976 CPUtime=25.48
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 5940 0 0 0 2497 51 0 0 25 0 1 0 185501479 25575424 5494 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 6244 5494 570 886 0 5354 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24976

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1825712/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=27284 CPUtime=51.07
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 11221 0 0 0 4999 108 0 0 25 0 1 0 185501479 27938816 6077 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 6821 6077 578 886 0 5931 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27284

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1816240/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=36316 CPUtime=102.27
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 14180 0 0 0 10000 227 0 0 25 0 1 0 185501479 37187584 8342 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 9079 8342 578 886 0 8189 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 36316

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1804848/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=47804 CPUtime=162.25
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 17152 0 0 0 15863 362 0 0 25 0 1 0 185501479 48951296 11222 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 11951 11222 578 886 0 11061 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 47804

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1795504/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=57076 CPUtime=222.24
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 19510 0 0 0 21740 484 0 0 25 0 1 0 185501479 58445824 13537 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 14269 13537 578 886 0 13379 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 57076

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1790960/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=61428 CPUtime=282.22
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 26477 0 0 0 27608 614 0 0 25 0 1 0 185501479 62902272 14643 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 15357 14643 578 886 0 14467 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 61428

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1784816/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=67556 CPUtime=342.2
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 28027 0 0 0 33469 751 0 0 25 0 1 0 185501479 69177344 16183 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 16889 16183 578 886 0 15999 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 67556

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1774256/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77720 CPUtime=402.19
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 32791 0 0 0 39337 882 0 0 25 0 1 0 185501479 79585280 18740 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19430 18740 578 886 0 18540 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 77720

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2238
/proc/meminfo: memFree=1774064/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=462.17
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35231 0 0 0 45211 1006 0 0 25 0 1 0 185501479 79859712 18775 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18775 578 886 0 18607 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 77988

[startup+522.302 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=522.16
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35231 0 0 0 51084 1132 0 0 25 0 1 0 185501479 79859712 18775 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18775 578 886 0 18607 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 77988

[startup+582.302 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=582.14
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35231 0 0 0 56960 1254 0 0 25 0 1 0 185501479 79859712 18775 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18775 578 886 0 18607 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 77988

[startup+642.303 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=642.13
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35233 0 0 0 62843 1370 0 0 25 0 1 0 185501479 79859712 18777 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18777 578 886 0 18607 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 77988

[startup+702.303 s]
/proc/loadavg: 1.10 1.05 1.00 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=702.12
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35233 0 0 0 68730 1482 0 0 25 0 1 0 185501479 79859712 18777 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18777 578 886 0 18607 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 77988

[startup+762.305 s]
/proc/loadavg: 1.04 1.04 1.00 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=762.1
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35233 0 0 0 74617 1593 0 0 25 0 1 0 185501479 79859712 18777 1992294400 4194304 7823515 548682068736 18446744073709551615 5061694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18777 578 886 0 18607 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 77988

[startup+822.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=822.08
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35233 0 0 0 80499 1709 0 0 25 0 1 0 185501479 79859712 18777 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18777 578 886 0 18607 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 77988

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

[startup+825.501 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=825.29
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35233 0 0 0 80813 1716 0 0 25 0 1 0 185501479 79859712 18777 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18777 578 886 0 18607 0
Current children cumulated CPU time (s) 825.29
Current children cumulated vsize (KiB) 77988

[startup+831.901 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=831.68
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35233 0 0 0 81440 1728 0 0 25 0 1 0 185501479 79859712 18777 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18777 578 886 0 18607 0
Current children cumulated CPU time (s) 831.68
Current children cumulated vsize (KiB) 77988

[startup+835.101 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=834.88
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35233 0 0 0 81755 1733 0 0 25 0 1 0 185501479 79859712 18777 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18777 578 886 0 18607 0
Current children cumulated CPU time (s) 834.88
Current children cumulated vsize (KiB) 77988

[startup+836.702 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=836.48
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35233 0 0 0 81912 1736 0 0 25 0 1 0 185501479 79859712 18777 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18777 578 886 0 18607 0
Current children cumulated CPU time (s) 836.48
Current children cumulated vsize (KiB) 77988

[startup+837.502 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=837.28
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35233 0 0 0 81991 1737 0 0 25 0 1 0 185501479 79859712 18777 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18777 578 886 0 18607 0
Current children cumulated CPU time (s) 837.28
Current children cumulated vsize (KiB) 77988

[startup+837.702 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 2238
/proc/meminfo: memFree=1774128/2055920 swapFree=4182564/4192956
[pid=2237] ppid=2235 vsize=77988 CPUtime=837.48
/proc/2237/stat : 2237 (pbscip.linux.x8) R 2235 2237 2092 0 -1 4194304 35233 0 0 0 82011 1737 0 0 25 0 1 0 185501479 79859712 18777 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2237/statm: 19497 18777 578 886 0 18607 0
Current children cumulated CPU time (s) 837.48
Current children cumulated vsize (KiB) 77988

Child status: 0
Real time (s): 837.76
CPU time (s): 837.547
CPU user time (s): 820.161
CPU system time (s): 17.3854
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 84004

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

runsolver used 0.675897 second user time and 1.66975 second system time

The end

Launcher Data

Begin job on node17 at 2009-06-16 21:03:32
IDJOB=1869566
IDBENCH=2938
IDSOLVER=683
FILE ID=node17/1869566-1245179012
PBS_JOBID= 9363919
Free space on /tmp= 66356 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
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.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869566-1245179012/watcher-1869566-1245179012 -o /tmp/evaluation-result-1869566-1245179012/solver-1869566-1245179012 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869566-1245179012.opb

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

MD5SUM BENCH= 7511e7863ac3e00f42a81c49dc15d5a1
RANDOM SEED=1297918989

node17.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.214
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.214
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:       1848016 kB
Buffers:         45400 kB
Cached:          94468 kB
SwapCached:       4224 kB
Active:          51672 kB
Inactive:        96136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848016 kB
SwapTotal:     4192956 kB
SwapFree:      4182564 kB
Dirty:            9956 kB
Writeback:           0 kB
Mapped:          13748 kB
Slab:            46044 kB
Committed_AS:   168440 kB
PageTables:       1456 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= 66348 MiB
End job on node17 at 2009-06-16 21:17:30