Trace number 2665547

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)60 1800.22 1800.88

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
MD5SUM824c01e4395cf59ee9d4081be7b21301
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark324.711
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables603
Total number of constraints1088
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
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 669
Number of bits of the biggest sum of numbers10
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2665547-1276588721.opb>
0.00/0.06	c original problem has 603 variables (603 bin, 0 int, 0 impl, 0 cont) and 1088 constraints
0.00/0.06	c problem read
0.00/0.06	c presolving settings loaded
0.08/0.08	c presolving:
0.09/0.11	c (round 1) 0 del vars, 540 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 8 upgd conss, 0 impls, 0 clqs
0.19/0.26	c    (0.2s) probing: 109/603 (18.1%) - 0 fixings, 0 aggregations, 308 implications, 0 bound changes
0.19/0.26	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.26	c presolving (2 rounds):
0.19/0.26	c  0 deleted vars, 540 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.26	c  1152 implications, 0 cliques
0.19/0.26	c presolved problem has 603 variables (603 bin, 0 int, 0 impl, 0 cont) and 548 constraints
0.19/0.26	c       8 constraints of type <knapsack>
0.19/0.26	c     540 constraints of type <linear>
0.19/0.26	c transformed objective value is always integral (scale: 1)
0.19/0.26	c Presolving Time: 0.17
0.19/0.26	c - non default parameters ----------------------------------------------------------------------
0.19/0.26	c # SCIP version 1.2.1.2
0.19/0.26	c 
0.19/0.26	c # frequency for displaying node information lines
0.19/0.26	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.26	c display/freq = 10000
0.19/0.26	c 
0.19/0.26	c # maximal time in seconds to run
0.19/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.26	c limits/time = 1799.94
0.19/0.26	c 
0.19/0.26	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.26	c limits/memory = 1620
0.19/0.26	c 
0.19/0.26	c # should presolving try to simplify inequalities
0.19/0.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.26	c constraints/linear/simplifyinequalities = TRUE
0.19/0.26	c 
0.19/0.26	c # should presolving try to simplify knapsacks
0.19/0.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.26	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.26	c 
0.19/0.26	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.26	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.26	c separating/rapidlearning/freq = 0
0.19/0.26	c 
0.19/0.26	c -----------------------------------------------------------------------------------------------
0.19/0.26	c start solving
0.19/0.26	c 
0.29/0.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.30	c   0.2s|     1 |     0 |   539 |     - |4410k|   0 | 363 | 603 | 548 | 603 | 548 |   0 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
0.50/0.52	c   0.4s|     1 |     0 |   559 |     - |4977k|   0 | 368 | 603 | 548 | 603 | 587 |  39 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
0.59/0.68	c   0.6s|     1 |     0 |   584 |     - |5444k|   0 | 380 | 603 | 548 | 603 | 625 |  77 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
0.79/0.89	c   0.8s|     1 |     0 |   672 |     - |5858k|   0 | 371 | 603 | 548 | 603 | 677 | 129 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
1.00/1.10	c   1.0s|     1 |     0 |   863 |     - |6409k|   0 | 383 | 603 | 548 | 603 | 724 | 176 |   0 |   0 | 8.003540e+00 |      --      |    Inf 
1.29/1.38	c   1.3s|     1 |     0 |  1181 |     - |6891k|   0 | 381 | 603 | 548 | 603 | 771 | 223 |   0 |   0 | 8.003540e+00 |      --      |    Inf 
1.59/1.66	c   1.5s|     1 |     0 |  1403 |     - |7335k|   0 | 387 | 603 | 548 | 603 | 825 | 277 |   0 |   0 | 8.166667e+00 |      --      |    Inf 
1.89/1.99	c   1.9s|     1 |     0 |  1631 |     - |7567k|   0 | 392 | 603 | 548 | 603 | 858 | 310 |   0 |   0 | 8.166667e+00 |      --      |    Inf 
2.29/2.34	c   2.2s|     1 |     0 |  1933 |     - |7852k|   0 | 389 | 603 | 548 | 603 | 901 | 353 |   0 |   0 | 8.166667e+00 |      --      |    Inf 
2.69/2.72	c   2.6s|     1 |     0 |  2365 |     - |8133k|   0 | 386 | 603 | 548 | 603 | 938 | 390 |   0 |   0 | 8.166667e+00 |      --      |    Inf 
3.09/3.13	c   3.0s|     1 |     0 |  2785 |     - |8376k|   0 | 382 | 603 | 548 | 603 | 982 | 434 |   0 |   0 | 8.166667e+00 |      --      |    Inf 
3.29/3.38	c   3.2s|     1 |     0 |  3333 |     - |8466k|   0 | 382 | 603 | 548 | 603 | 973 | 462 |   0 |   0 | 8.312164e+00 |      --      |    Inf 
3.49/3.57	c   3.4s|     1 |     0 |  3733 |     - |8510k|   0 | 356 | 603 | 548 | 603 | 998 | 487 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
3.69/3.70	c   3.6s|     1 |     0 |  3922 |     - |8517k|   0 | 358 | 603 | 548 | 603 |1011 | 500 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
3.89/3.92	c   3.8s|     1 |     0 |  4348 |     - |8524k|   0 | 359 | 603 | 548 | 603 |1021 | 510 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
3.99/4.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.99/4.10	c   3.9s|     1 |     0 |  4661 |     - |8528k|   0 | 357 | 603 | 548 | 603 |1027 | 516 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
4.19/4.24	c   4.1s|     1 |     0 |  4878 |     - |8529k|   0 | 362 | 603 | 548 | 603 |1037 | 526 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
4.40/4.43	c   4.3s|     1 |     0 |  5193 |     - |8535k|   0 | 360 | 603 | 548 | 603 | 797 | 539 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
5.99/6.10	c   5.9s|     1 |     2 |  5193 |     - |8536k|   0 | 360 | 603 | 548 | 603 | 797 | 539 |   0 |  25 | 9.000000e+00 |      --      |    Inf 
28.98/29.03	o 79
28.98/29.03	c S28.2s|   257 |   206 | 23577 |  71.8 |9021k|  19 |   0 | 603 | 676 | 603 | 631 | 539 | 128 |1083 | 1.100000e+01 | 7.900000e+01 | 618.18%
77.16/77.26	o 70
77.16/77.26	c l74.2s|  3032 |  1716 |192478 |  61.8 |  11M|  36 |   - | 603 |2102 | 603 | 631 | 539 |2178 |2114 | 1.300000e+01 | 7.000000e+01 | 438.46%
82.37/82.44	o 64
82.37/82.44	c c79.2s|  3268 |  1511 |212394 |  63.4 |  11M|  36 |   - | 603 |2082 | 603 | 631 | 539 |2537 |2127 | 1.400000e+01 | 6.400000e+01 | 357.14%
169.00/169.15	c   162s| 10000 |  3463 |516645 |  51.2 |  16M|  47 | 160 | 603 |2593 | 603 | 631 | 539 |  10k|3602 | 1.500000e+01 | 6.400000e+01 | 326.67%
273.98/274.13	c   263s| 20000 |  5417 |900474 |  44.8 |  22M|  55 | 191 | 603 |3382 | 603 | 631 | 539 |  24k|4921 | 1.600000e+01 | 6.400000e+01 | 300.00%
364.14/364.39	c   349s| 30000 |  6801 |  1217k|  40.4 |  27M|  55 |   - | 603 |4289 | 603 | 631 | 539 |  39k|6188 | 1.700000e+01 | 6.400000e+01 | 276.47%
446.21/446.47	c   428s| 40000 |  7872 |  1502k|  37.4 |  32M|  67 | 105 | 603 |5230 | 603 | 631 | 539 |  54k|6968 | 1.800000e+01 | 6.400000e+01 | 255.56%
522.08/522.31	c   502s| 50000 |  8689 |  1785k|  35.6 |  36M|  67 |   - | 603 |4851 |   0 |   0 | 539 |  68k|6992 | 1.900000e+01 | 6.400000e+01 | 236.84%
600.26/600.59	c   577s| 60000 |  9192 |  2043k|  34.0 |  39M|  67 |   - | 603 |4611 |   0 |   0 | 539 |  82k|7830 | 1.900000e+01 | 6.400000e+01 | 236.84%
676.63/676.97	c   650s| 70000 |  9798 |  2283k|  32.5 |  42M|  67 | 140 | 603 |4794 | 603 | 631 | 539 |  97k|8832 | 2.000000e+01 | 6.400000e+01 | 220.00%
753.41/753.73	c   725s| 80000 |  9906 |  2523k|  31.5 |  44M|  67 |   - | 603 |5303 |   0 |   0 | 539 | 113k|9588 | 2.100000e+01 | 6.400000e+01 | 204.76%
828.38/828.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
828.38/828.79	c   797s| 90000 | 10173 |  2759k|  30.6 |  46M|  67 |   - | 603 |5353 |   0 |   0 | 539 | 128k|  10k| 2.200000e+01 | 6.400000e+01 | 190.91%
902.85/903.29	o 63
902.85/903.29	c v 869s| 99879 | 10346 |  2995k|  29.9 |  47M|  67 |   - | 603 |6526 | 603 | 631 | 539 | 144k|  10k| 2.300000e+01 | 6.300000e+01 | 173.91%
903.55/903.91	c   869s|100000 | 10345 |  2996k|  29.9 |  47M|  67 |   - | 603 |6686 |   0 |   0 | 539 | 144k|  10k| 2.300000e+01 | 6.300000e+01 | 173.91%
904.35/904.70	o 61
904.35/904.70	c C 870s|100079 | 10255 |  2998k|  29.9 |  47M|  67 |   - | 603 |6690 | 603 | 631 | 539 | 144k|  10k| 2.300000e+01 | 6.100000e+01 | 165.22%
952.64/953.02	o 60
952.64/953.02	c C 917s|106417 | 10347 |  3136k|  29.4 |  47M|  67 |   - | 603 |5841 | 603 | 631 | 539 | 154k|  11k| 2.400000e+01 | 6.000000e+01 | 150.00%
979.83/980.22	c   943s|110000 | 10533 |  3226k|  29.3 |  49M|  67 | 115 | 603 |6211 | 603 | 631 | 539 | 159k|  11k| 2.400000e+01 | 6.000000e+01 | 150.00%
1053.00/1053.46	c  1013s|120000 | 10830 |  3476k|  28.9 |  51M|  67 |   - | 603 |6261 |   0 |   0 | 539 | 175k|  11k| 2.400000e+01 | 6.000000e+01 | 150.00%
1130.37/1130.89	c  1088s|130000 | 11317 |  3755k|  28.9 |  54M|  70 | 198 | 603 |6272 | 603 | 631 | 539 | 190k|  12k| 2.400000e+01 | 6.000000e+01 | 150.00%
1206.44/1207.00	c  1161s|140000 | 11629 |  4029k|  28.7 |  57M|  70 |   - | 603 |6293 |   0 |   0 | 539 | 205k|  13k| 2.400000e+01 | 6.000000e+01 | 150.00%
1285.32/1285.81	c  1238s|150000 | 11801 |  4306k|  28.7 |  58M|  70 |   - | 603 |6184 | 603 | 631 | 539 | 221k|  13k| 2.400000e+01 | 6.000000e+01 | 150.00%
1361.88/1362.42	c  1312s|160000 | 11927 |  4579k|  28.6 |  60M|  70 |  23 | 603 |5898 | 603 | 631 | 539 | 236k|  14k| 2.400000e+01 | 6.000000e+01 | 150.00%
1438.27/1438.81	c  1386s|170000 | 11847 |  4833k|  28.4 |  60M|  70 |  96 | 603 |6100 | 603 | 631 | 539 | 252k|  14k| 2.400000e+01 | 6.000000e+01 | 150.00%
1509.53/1510.15	c  1455s|180000 | 11698 |  5051k|  28.0 |  59M|  70 |   - | 603 |5473 |   0 |   0 | 539 | 267k|  15k| 2.500000e+01 | 6.000000e+01 | 140.00%
1581.31/1581.99	c  1524s|190000 | 11684 |  5286k|  27.8 |  59M|  70 |   - | 603 |5327 | 603 | 631 | 539 | 282k|  15k| 2.500000e+01 | 6.000000e+01 | 140.00%
1654.19/1654.83	c  1594s|200000 | 11685 |  5522k|  27.6 |  59M|  70 | 157 | 603 |5160 | 603 | 631 | 539 | 298k|  16k| 2.600000e+01 | 6.000000e+01 | 130.77%
1729.67/1730.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1729.67/1730.31	c  1667s|210000 | 11556 |  5762k|  27.4 |  59M|  70 | 163 | 603 |5054 | 603 | 631 | 539 | 314k|  17k| 2.600000e+01 | 6.000000e+01 | 130.77%
1800.05/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.71	c 
1800.05/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.71	c Solving Time (sec) : 1735.43
1800.05/1800.71	c Solving Nodes      : 219825
1800.05/1800.71	c Primal Bound       : +6.00000000000000e+01 (6 solutions)
1800.05/1800.71	c Dual Bound         : +2.70000000000000e+01
1800.05/1800.71	c Gap                : 122.22 %
1800.05/1800.72	s SATISFIABLE
1800.05/1800.72	v x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 
1800.05/1800.72	v x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 
1800.05/1800.72	v x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 
1800.05/1800.72	v -x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 -x158 x159 x160 x161 -x162 x163 x164 -x165 x166 -x167 x168 x169 x170 
1800.05/1800.72	v x171 x172 x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 -x183 x184 x185 x186 x187 -x188 -x189 x190 x191 -x192 -x193 -x194 
1800.05/1800.72	v -x195 -x196 -x197 x198 x199 x200 x201 x202 x203 x204 x205 -x206 x207 x208 x209 -x210 -x211 x212 x213 -x214 -x215 -x216 -x217 
1800.05/1800.72	v -x218 -x219 -x220 -x221 -x222 -x223 x224 x225 x226 x227 x228 x229 -x230 x231 x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 
1800.05/1800.72	v -x240 -x241 -x242 -x243 -x244 x245 x246 x247 x248 -x249 x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 x261 
1800.05/1800.72	v -x262 -x263 -x264 -x265 -x266 -x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 
1800.05/1800.72	v x286 x287 x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 -x302 x303 x304 x305 x306 x307 x308 x309 x310 
1800.05/1800.72	v x311 x312 -x313 x314 x315 x316 -x317 x318 x319 -x320 x321 -x322 x323 x324 x325 x326 x327 x328 x329 x330 x331 x332 -x333 x334 
1800.05/1800.72	v x335 x336 x337 -x338 -x339 x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 x349 x350 x351 -x352 x353 x354 x355 -x356 -x357 
1800.05/1800.72	v x358 x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 x371 x372 -x373 x374 x375 -x376 -x377 -x378 -x379 
1800.05/1800.72	v -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 
1800.05/1800.72	v x401 -x402 -x403 -x404 -x405 -x406 -x407 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x408 x409 x410 x411 x412 x413 x414 x415 x416 
1800.05/1800.72	v x417 x418 -x419 x420 x421 x422 -x423 x424 x425 -x426 x427 -x428 x429 x430 x431 x432 x433 -x434 x435 x436 x437 x438 -x439 -x440 
1800.05/1800.72	v x441 x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 x451 x452 -x453 -x454 x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 
1800.05/1800.72	v -x463 -x464 -x465 -x466 -x467 x468 x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 x483 
1800.05/1800.72	v -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x14 -x13 -x12 -x11 -x10 -x9 x8 x499 
1800.05/1800.72	v x500 x501 x502 x503 -x504 x505 x506 x507 -x508 x509 x510 -x511 x512 -x513 -x514 x515 x516 x517 -x518 -x519 -x520 x521 -x522 
1800.05/1800.72	v -x523 -x524 -x525 -x526 -x527 -x528 x529 x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 x541 -x542 -x543 -x544 
1800.05/1800.72	v -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x28 -x27 -x26 x25 -x24 x23 x22 -x554 -x555 x556 x557 -x558 -x559 
1800.05/1800.72	v x560 -x561 -x562 -x563 -x564 -x565 x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 
1800.05/1800.72	v -x582 -x583 -x35 -x34 x33 -x32 x31 -x30 -x29 -x584 x585 x586 x587 x588 -x589 x590 x591 -x592 -x593 -x594 -x595 -x596 -x597 
1800.05/1800.72	v -x42 x41 -x40 -x39 -x38 x37 x36 x598 x599 -x600 -x601 -x602 -x49 x48 -x47 x46 -x45 x44 -x43 -x603 -x63 x62 x61 x60 -x59 -x58 
1800.05/1800.72	v -x57 -x56 x55 x54 -x53 -x52 -x51 -x50 -x7 x6 x5 x4 x3 -x2 -x1 
1800.05/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.72	c Solving Time       :    1735.43
1800.05/1800.72	c Original Problem   :
1800.05/1800.72	c   Problem name     : HOME/instance-2665547-1276588721.opb
1800.05/1800.72	c   Variables        : 603 (603 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.72	c   Constraints      : 1088 initial, 1088 maximal
1800.05/1800.72	c Presolved Problem  :
1800.05/1800.72	c   Problem name     : t_HOME/instance-2665547-1276588721.opb
1800.05/1800.72	c   Variables        : 603 (603 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.72	c   Constraints      : 548 initial, 7123 maximal
1800.05/1800.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   probing          :       0.14          0          0          0          0          0          0          0          0
1800.05/1800.72	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   linear           :       0.02          0          0          0          0          0        540          0          0
1800.05/1800.72	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   root node        :          -          9          -          -          9          -          -          -          -
1800.05/1800.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.72	c   integral         :          0          0          0     137022          0        145       9462          0          0     269058
1800.05/1800.72	c   knapsack         :          8         17    1057422          0          0       4356     139029        157          0          0
1800.05/1800.72	c   linear           :        540         17    1053066          0          0      71011    7803321          4          0          0
1800.05/1800.72	c   logicor          :          0+         0     585775          0          0       5127     900457          0          0          0
1800.05/1800.72	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.72	c   integral         :     114.65       0.00       0.00     114.65       0.00
1800.05/1800.72	c   knapsack         :      12.87       0.01      12.86       0.00       0.00
1800.05/1800.72	c   linear           :     535.76       0.00     535.76       0.00       0.00
1800.05/1800.72	c   logicor          :      77.17       0.00      77.17       0.00       0.00
1800.05/1800.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.72	c   vbounds          :       0.73          2          0          0
1800.05/1800.72	c   rootredcost      :       0.63          6          0          0
1800.05/1800.72	c   pseudoobj        :       1.69    1057274         16        521
1800.05/1800.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.72	c   propagation      :      12.62      80510      80338     745987       29.5       2998       20.1          -
1800.05/1800.72	c   infeasible LP    :      13.54      39378      39374     179559       20.9       3670       17.4          0
1800.05/1800.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.72	c   pseudo solution  :       0.00          1          1          1        1.0          0        0.0          -
1800.05/1800.72	c   applied globally :          -          -          -     330182       21.9          -          -          -
1800.05/1800.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.72	c   cut pool         :       0.01         16          -          -       5836          -    (maximal pool size: 5190)
1800.05/1800.72	c   redcost          :       3.24     137716          0        997          0          0
1800.05/1800.72	c   impliedbounds    :       0.00         17          0          0         19          0
1800.05/1800.72	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.72	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.72	c   gomory           :       0.27         17          0          0        214          0
1800.05/1800.72	c   strongcg         :       0.25         17          0          0        305          0
1800.05/1800.72	c   cmir             :       1.09         10          0          0       3875          0
1800.05/1800.72	c   flowcover        :       0.67         10          0          0       2002          0
1800.05/1800.72	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.72	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.72	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.72	c   rapidlearning    :       0.05          1          0          0          0          0
1800.05/1800.72	c Pricers            :       Time      Calls       Vars
1800.05/1800.72	c   problem variables:       0.00          0          0
1800.05/1800.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.72	c   relpscost        :     114.33     137022        145       9462          0          0     269058
1800.05/1800.72	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.72	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.72	c   LP solutions     :       0.00          -          0
1800.05/1800.72	c   pseudo solutions :       0.00          -          0
1800.05/1800.72	c   intshifting      :       0.00          0          0
1800.05/1800.72	c   oneopt           :       0.29          6          0
1800.05/1800.72	c   crossover        :       1.17         10          2
1800.05/1800.72	c   feaspump         :       0.22         17          0
1800.05/1800.72	c   rootsoldiving    :      10.30        223          1
1800.05/1800.72	c   coefdiving       :       8.30        449          1
1800.05/1800.72	c   pscostdiving     :      19.49        449          0
1800.05/1800.72	c   fracdiving       :       9.71        449          0
1800.05/1800.72	c   guideddiving     :      11.48        449          0
1800.05/1800.72	c   veclendiving     :      17.26        449          1
1800.05/1800.72	c   objpscostdiving  :       4.85        225          0
1800.05/1800.72	c   linesearchdiving :      18.57        450          1
1800.05/1800.72	c   trivial          :       0.00          2          0
1800.05/1800.72	c   simplerounding   :       0.27          0          0
1800.05/1800.72	c   zirounding       :       0.23       1000          0
1800.05/1800.72	c   rounding         :       1.35       5188          0
1800.05/1800.72	c   shifting         :      12.88       1556          0
1800.05/1800.72	c   twoopt           :       0.00          0          0
1800.05/1800.72	c   fixandinfer      :       0.00          0          0
1800.05/1800.72	c   intdiving        :       0.00          0          0
1800.05/1800.72	c   actconsdiving    :       0.00          0          0
1800.05/1800.72	c   octane           :       0.00          0          0
1800.05/1800.72	c   rens             :       0.00          0          0
1800.05/1800.72	c   rins             :       0.00          0          0
1800.05/1800.72	c   localbranching   :       0.00          0          0
1800.05/1800.72	c   mutation         :       0.00          0          0
1800.05/1800.72	c   dins             :       0.00          0          0
1800.05/1800.72	c   undercover       :       0.00          0          0
1800.05/1800.72	c   nlp              :       0.15          0          0
1800.05/1800.72	c   trysol           :       0.16          0          0
1800.05/1800.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.72	c   primal LP        :       0.01          0          0       0.00       0.00
1800.05/1800.72	c   dual LP          :     656.10     170207    5508758      32.37    8396.22
1800.05/1800.72	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.72	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.72	c   diving/probing LP:      70.34      20945     472684      22.57    6719.99
1800.05/1800.72	c   strong branching :     100.83      17231     774091      44.92    7677.19
1800.05/1800.72	c     (at root node) :          -         25       6234     249.36          -
1800.05/1800.72	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.72	c B&B Tree           :
1800.05/1800.72	c   number of runs   :          1
1800.05/1800.72	c   nodes            :     219825
1800.05/1800.72	c   nodes (total)    :     219825
1800.05/1800.72	c   nodes left       :      11143
1800.05/1800.72	c   max depth        :         70
1800.05/1800.72	c   max depth (total):         70
1800.05/1800.72	c   backtracks       :      47322 (21.5%)
1800.05/1800.72	c   delayed cutoffs  :      37109
1800.05/1800.72	c   repropagations   :     331870 (3053710 domain reductions, 25669 cutoffs)
1800.05/1800.72	c   avg switch length:       7.40
1800.05/1800.72	c   switching time   :     142.79
1800.05/1800.72	c Solution           :
1800.05/1800.72	c   Solutions found  :          6 (6 improvements)
1800.05/1800.72	c   First Solution   : +7.90000000000000e+01   (in run 1, after 257 nodes, 28.23 seconds, depth 18, found by <rootsoldiving>)
1800.05/1800.72	c   Primal Bound     : +6.00000000000000e+01   (in run 1, after 106417 nodes, 916.58 seconds, depth 36, found by <crossover>)
1800.05/1800.72	c   Dual Bound       : +2.70000000000000e+01
1800.05/1800.72	c   Gap              :     122.22 %
1800.05/1800.72	c   Root Dual Bound  : +9.00000000000001e+00
1800.05/1800.72	c   Root Iterations  :       5193
1800.14/1800.88	c Time complete: 1800.22.

Verifier Data

OK	60

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 4429
/proc/meminfo: memFree=1729324/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=8260 CPUtime=0
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 1020 0 0 0 0 0 0 0 21 0 1 0 34473709 8458240 941 1992294400 4194304 9819077 140734484808384 18446744073709551615 4605476 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4429/statm: 2322 951 371 1374 0 943 0

[startup+0.086147 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 4429
/proc/meminfo: memFree=1729324/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=20640 CPUtime=0.08
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 4223 0 0 0 7 1 0 0 23 0 1 0 34473709 21135360 3790 1992294400 4194304 9819077 140734484808384 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 5160 3804 460 1374 0 3781 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20640

[startup+0.10115 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 4429
/proc/meminfo: memFree=1729324/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=21804 CPUtime=0.09
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 4424 0 0 0 8 1 0 0 23 0 1 0 34473709 22327296 3991 1992294400 4194304 9819077 140734484808384 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 5451 4000 480 1374 0 4072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21804

[startup+0.301188 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 4429
/proc/meminfo: memFree=1729324/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=25684 CPUtime=0.29
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 5916 0 0 0 27 2 0 0 24 0 1 0 34473709 26300416 4882 1992294400 4194304 9819077 140734484808384 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 6421 4882 635 1374 0 5042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25684

[startup+0.701267 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 4429
/proc/meminfo: memFree=1729324/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=29380 CPUtime=0.69
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 9623 0 0 0 64 5 0 0 25 0 1 0 34473709 30085120 6262 1992294400 4194304 9819077 140734484808384 18446744073709551615 6049130 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 7345 6262 692 1374 0 5966 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29380

[startup+1.50042 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4430
/proc/meminfo: memFree=1706376/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=32000 CPUtime=1.49
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 10378 0 0 0 144 5 0 0 25 0 1 0 34473709 32768000 6847 1992294400 4194304 9819077 140734484808384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 8000 6847 692 1374 0 6621 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32000

[startup+3.10074 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4430
/proc/meminfo: memFree=1704020/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=35576 CPUtime=3.09
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 12139 0 0 0 302 7 0 0 25 0 1 0 34473709 36429824 7392 1992294400 4194304 9819077 140734484808384 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 8894 7392 692 1374 0 7515 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35576

[startup+6.30036 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4430
/proc/meminfo: memFree=1701044/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=38292 CPUtime=6.29
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 25870 0 0 0 615 14 0 0 25 0 1 0 34473709 39211008 7505 1992294400 4194304 9819077 140734484808384 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 9573 7505 702 1374 0 8194 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38292

[startup+12.7006 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4430
/proc/meminfo: memFree=1701168/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=38192 CPUtime=12.69
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 60556 0 0 0 1240 29 0 0 25 0 1 0 34473709 39108608 7507 1992294400 4194304 9819077 140734484808384 18446744073709551615 7311727 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 9548 7507 702 1374 0 8169 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38192

[startup+25.5011 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4430
/proc/meminfo: memFree=1701168/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=34484 CPUtime=25.48
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 129229 0 0 0 2484 64 0 0 25 0 1 0 34473709 35311616 7449 1992294400 4194304 9819077 140734484808384 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 8621 7449 708 1374 0 7242 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34484

[startup+51.1011 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4430
/proc/meminfo: memFree=1700920/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=35520 CPUtime=51.06
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 330343 0 0 0 4933 173 0 0 25 0 1 0 34473709 36372480 7533 1992294400 4194304 9819077 140734484808384 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 8800 7518 708 1374 0 7421 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 35520

[startup+102.309 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4432
/proc/meminfo: memFree=1699184/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=38316 CPUtime=102.26
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 755957 0 0 0 9812 414 0 0 25 0 1 0 34473709 39235584 8004 1992294400 4194304 9819077 140734484808384 18446744073709551615 7301779 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 9579 8004 709 1374 0 8200 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38316

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4443
/proc/meminfo: memFree=1694472/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=42548 CPUtime=162.21
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 1176368 0 0 0 15536 685 0 0 25 0 1 0 34473709 43569152 9170 1992294400 4194304 9819077 140734484808384 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 10637 9170 724 1374 0 9258 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 42548

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4445
/proc/meminfo: memFree=1688272/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=49260 CPUtime=222.19
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 1553337 0 0 0 21293 926 0 0 25 0 1 0 34473709 50442240 10744 1992294400 4194304 9819077 140734484808384 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 12315 10744 724 1374 0 10936 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 49260

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4445
/proc/meminfo: memFree=1684180/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=53120 CPUtime=282.16
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 1901536 0 0 0 27047 1169 0 0 25 0 1 0 34473709 54394880 11730 1992294400 4194304 9819077 140734484808384 18446744073709551615 4979650 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 13280 11730 724 1374 0 11901 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 53120

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4447
/proc/meminfo: memFree=1678352/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=59180 CPUtime=342.15
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 2211210 0 0 0 32819 1396 0 0 25 0 1 0 34473709 60600320 13206 1992294400 4194304 9819077 140734484808384 18446744073709551615 4947139 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 14795 13206 724 1374 0 13416 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 59180

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4449
/proc/meminfo: memFree=1673640/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=63660 CPUtime=402.13
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 2481955 0 0 0 38598 1615 0 0 25 0 1 0 34473709 65187840 14411 1992294400 4194304 9819077 140734484808384 18446744073709551615 7290891 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 15915 14411 724 1374 0 14536 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 63660

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4451
/proc/meminfo: memFree=1669052/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=68228 CPUtime=462.11
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 2773851 0 0 0 44371 1840 0 0 25 0 1 0 34473709 69865472 15496 1992294400 4194304 9819077 140734484808384 18446744073709551615 4660874 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 17057 15496 724 1374 0 15678 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 68228

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4453
/proc/meminfo: memFree=1665952/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=71532 CPUtime=522.08
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 3024029 0 0 0 50166 2042 0 0 25 0 1 0 34473709 73248768 16278 1992294400 4194304 9819077 140734484808384 18446744073709551615 6568874 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 17883 16278 724 1374 0 16504 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 71532

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4453
/proc/meminfo: memFree=1661364/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=76492 CPUtime=582.07
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 3318161 0 0 0 55936 2271 0 0 25 0 1 0 34473709 78327808 17415 1992294400 4194304 9819077 140734484808384 18446744073709551615 4978183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 19123 17415 724 1374 0 17744 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 76492

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4455
/proc/meminfo: memFree=1656900/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=80752 CPUtime=642.05
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 3576086 0 0 0 61719 2486 0 0 25 0 1 0 34473709 82690048 18468 1992294400 4194304 9819077 140734484808384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 20188 18468 724 1374 0 18809 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 80752

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 4461
/proc/meminfo: memFree=1648964/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=88640 CPUtime=881.96
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 4613836 0 0 0 84859 3337 0 0 25 0 1 0 34473709 90767360 20395 1992294400 4194304 9819077 140734484808384 18446744073709551615 4979548 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 22160 20395 724 1374 0 20781 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 88640

[startup+942.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 4466
/proc/meminfo: memFree=1646484/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=90508 CPUtime=941.93
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 4872891 0 0 0 90640 3553 0 0 25 0 1 0 34473709 92680192 20865 1992294400 4194304 9819077 140734484808384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 22627 20865 731 1374 0 21248 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 90508

[startup+1002.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 4468
/proc/meminfo: memFree=1644748/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=91308 CPUtime=1001.91
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 5153191 0 0 0 96419 3772 0 0 25 0 1 0 34473709 93499392 21194 1992294400 4194304 9819077 140734484808384 18446744073709551615 7233739 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 22883 21196 731 1374 0 21504 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 91308

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4470
/proc/meminfo: memFree=1642268/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=94908 CPUtime=1061.89
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 5420735 0 0 0 102191 3998 0 0 25 0 1 0 34473709 97185792 21942 1992294400 4194304 9819077 140734484808384 18446744073709551615 6391563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 23727 21943 731 1374 0 22348 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 94908

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4472
/proc/meminfo: memFree=1640532/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=96496 CPUtime=1121.87
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 5654719 0 0 0 107982 4205 0 0 25 0 1 0 34473709 98811904 22371 1992294400 4194304 9819077 140734484808384 18446744073709551615 4947385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 24124 22371 731 1374 0 22745 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 96496

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4472
/proc/meminfo: memFree=1638672/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=98624 CPUtime=1181.85
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 5906185 0 0 0 113771 4414 0 0 25 0 1 0 34473709 100990976 22839 1992294400 4194304 9819077 140734484808384 18446744073709551615 6372754 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 24656 22839 731 1374 0 23277 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 98624

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4474
/proc/meminfo: memFree=1636068/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=100916 CPUtime=1241.83
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 6106315 0 0 0 119575 4608 0 0 25 0 1 0 34473709 103337984 23489 1992294400 4194304 9819077 140734484808384 18446744073709551615 4675449 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 25229 23489 731 1374 0 23850 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 100916

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4476
/proc/meminfo: memFree=1633960/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=103176 CPUtime=1301.81
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 6305724 0 0 0 125380 4801 0 0 25 0 1 0 34473709 105652224 23998 1992294400 4194304 9819077 140734484808384 18446744073709551615 6371751 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 25794 24005 731 1374 0 24415 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 103176

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4478
/proc/meminfo: memFree=1632720/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=104852 CPUtime=1361.79
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 6515645 0 0 0 131192 4987 0 0 25 0 1 0 34473709 107368448 24327 1992294400 4194304 9819077 140734484808384 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 26213 24327 731 1374 0 24834 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 104852

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4480
/proc/meminfo: memFree=1630984/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=106364 CPUtime=1421.77
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 6746304 0 0 0 136993 5184 0 0 25 0 1 0 34473709 108916736 24757 1992294400 4194304 9819077 140734484808384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 26591 24757 731 1374 0 25212 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 106364

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4480
/proc/meminfo: memFree=1630240/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=107088 CPUtime=1481.74
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 6933375 0 0 0 142802 5372 0 0 25 0 1 0 34473709 109658112 24935 1992294400 4194304 9819077 140734484808384 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 26772 24935 731 1374 0 25393 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 107088

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4482
/proc/meminfo: memFree=1629868/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=107128 CPUtime=1541.73
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 7157270 0 0 0 148594 5579 0 0 25 0 1 0 34473709 109699072 25029 1992294400 4194304 9819077 140734484808384 18446744073709551615 7233739 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 26839 25031 731 1374 0 25460 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 107128

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4484
/proc/meminfo: memFree=1629496/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=108164 CPUtime=1601.7
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 7375704 0 0 0 154380 5790 0 0 25 0 1 0 34473709 110759936 25127 1992294400 4194304 9819077 140734484808384 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 27041 25127 731 1374 0 25662 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 108164

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4486
/proc/meminfo: memFree=1628752/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=108812 CPUtime=1661.68
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 7600868 0 0 0 160172 5996 0 0 25 0 1 0 34473709 111423488 25282 1992294400 4194304 9819077 140734484808384 18446744073709551615 4978016 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 27203 25282 731 1374 0 25824 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 108812

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4488
/proc/meminfo: memFree=1627636/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=109628 CPUtime=1721.66
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 7838538 0 0 0 165959 6207 0 0 25 0 1 0 34473709 112259072 25460 1992294400 4194304 9819077 140734484808384 18446744073709551615 4948105 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 27407 25460 731 1374 0 26028 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 109628

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4488
/proc/meminfo: memFree=1627388/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=110108 CPUtime=1781.64
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 8045071 0 0 0 171769 6395 0 0 25 0 1 0 34473709 112750592 25553 1992294400 4194304 9819077 140734484808384 18446744073709551615 7816453 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 27527 25553 731 1374 0 26148 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 110108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4490
/proc/meminfo: memFree=1627264/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=109536 CPUtime=1800.05
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 8107632 0 0 0 173549 6456 0 0 25 0 1 0 34473709 112164864 25548 1992294400 4194304 9819077 140734484808384 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4429/statm: 27384 25548 731 1374 0 26005 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 109536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4490
/proc/meminfo: memFree=1627264/2059040 swapFree=4136184/4192956
[pid=4429] ppid=4427 vsize=110104 CPUtime=1800.14
/proc/4429/stat : 4429 (pbscip.linux.x8) R 4427 4429 3592 0 -1 4202496 8107639 0 0 0 173558 6456 0 0 25 0 1 0 34473709 112746496 25554 1992294400 4194304 9819077 140734484808384 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4429/statm: 27526 25554 732 1374 0 26147 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 110104

Child status: 0
Real time (s): 1800.88
CPU time (s): 1800.22
CPU user time (s): 1735.65
CPU system time (s): 64.5732
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 111992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1735.65
system time used= 64.5732
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8107643
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= 2380

runsolver used 2.84857 second user time and 8.63569 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-15 09:58:41
IDJOB=2665547
IDBENCH=2641
IDSOLVER=1168
FILE ID=node011/2665547-1276588721
PBS_JOBID= 11173530
Free space on /tmp= 62360 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665547-1276588721/watcher-2665547-1276588721 -o /tmp/evaluation-result-2665547-1276588721/solver-2665547-1276588721 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665547-1276588721.opb -t 1800 -m 1800

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

MD5SUM BENCH= 824c01e4395cf59ee9d4081be7b21301
RANDOM SEED=1051325251

node011.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
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.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1729852 kB
Buffers:        100584 kB
Cached:         150744 kB
SwapCached:       9796 kB
Active:         102764 kB
Inactive:       161536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1729852 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:            6360 kB
Writeback:           0 kB
AnonPages:       11524 kB
Mapped:           9308 kB
Slab:            43112 kB
PageTables:       4108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62356 MiB
End job on node011 at 2010-06-15 10:28:44