Trace number 2667664

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)35 1800.17 1800.65

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 benchmark25.4901
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 34
Optimality of the best value was proved YES
Number of variables386
Total number of constraints680
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints679
Minimum length of a constraint1
Maximum length of a constraint26
Number of terms in the objective function 7
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 91
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 472
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [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-2667664-1276619589.opb>
0.00/0.04	c original problem has 386 variables (386 bin, 0 int, 0 impl, 0 cont) and 680 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 2 del vars, 1 del conss, 2 chg bounds, 28 chg sides, 52 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.06/0.08	c (round 2) 2 del vars, 313 del conss, 2 chg bounds, 28 chg sides, 52 chg coeffs, 31 upgd conss, 0 impls, 0 clqs
0.06/0.08	c (round 3) 2 del vars, 313 del conss, 2 chg bounds, 32 chg sides, 78 chg coeffs, 55 upgd conss, 14 impls, 0 clqs
0.09/0.15	c    (0.1s) probing: 132/384 (34.4%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (4 rounds):
0.09/0.15	c  2 deleted vars, 313 deleted constraints, 2 tightened bounds, 0 added holes, 32 changed sides, 78 changed coefficients
0.09/0.15	c  22 implications, 0 cliques
0.09/0.15	c presolved problem has 384 variables (384 bin, 0 int, 0 impl, 0 cont) and 367 constraints
0.09/0.15	c      55 constraints of type <knapsack>
0.09/0.15	c     312 constraints of type <linear>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.09
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.97
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 1620
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.16	c   0.1s|     1 |     0 |   126 |     - |2633k|   0 | 122 | 384 | 367 | 384 | 367 |   0 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   488 |     - |2863k|   0 | 194 | 384 | 367 | 384 | 418 |  51 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.39/0.48	c   0.4s|     1 |     0 |   777 |     - |3177k|   0 | 209 | 384 | 367 | 384 | 485 | 118 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.59/0.66	c   0.6s|     1 |     0 |  1064 |     - |3462k|   0 | 185 | 384 | 367 | 384 | 544 | 177 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |  1306 |     - |3687k|   0 | 183 | 384 | 367 | 384 | 599 | 232 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
1.00/1.10	c   1.0s|     1 |     0 |  1719 |     - |3894k|   0 | 212 | 384 | 367 | 384 | 654 | 287 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
1.39/1.41	c   1.3s|     1 |     0 |  2195 |     - |4036k|   0 | 195 | 384 | 367 | 384 | 698 | 331 |   0 |   0 | 2.800000e+01 |      --      |    Inf 
10.39/10.44	c  10.2s|     1 |     2 |  2195 |     - |4036k|   0 | 195 | 384 | 367 | 384 | 698 | 331 |   0 |  54 | 2.800000e+01 |      --      |    Inf 
17.49/17.53	o 89
17.49/17.53	c c17.1s|    16 |     9 |  3678 |  98.9 |4169k|  13 |   - | 384 | 389 | 384 | 435 | 331 |  22 | 563 | 2.800000e+01 | 8.900000e+01 | 217.86%
21.89/21.92	o 65
21.89/21.92	c f21.3s|    40 |    28 |  7312 | 131.2 |4258k|  14 |   - | 384 | 437 | 384 | 435 | 331 |  70 | 799 | 2.800000e+01 | 6.500000e+01 | 132.14%
22.48/22.50	o 58
22.48/22.50	c S21.9s|    79 |    65 | 10626 | 108.1 |4286k|  22 |   0 | 384 | 459 | 384 | 435 | 331 |  92 | 808 | 2.800000e+01 | 5.800000e+01 | 107.14%
78.47/78.51	o 57
78.47/78.51	c g76.1s|  9310 |  2174 |334092 |  35.7 |  11M|  48 |   - | 384 |2190 | 384 | 435 | 331 |  10k|2275 | 2.800000e+01 | 5.700000e+01 | 103.57%
83.86/83.92	c  81.3s| 10000 |  2368 |361842 |  36.0 |  11M|  48 | 113 | 384 |2266 | 384 | 435 | 331 |  11k|2493 | 2.800000e+01 | 5.700000e+01 | 103.57%
119.77/119.86	o 56
119.77/119.86	c c 116s| 16516 |  3073 |534446 |  32.2 |  13M|  51 |   - | 384 |2927 | 384 | 435 | 331 |  19k|3681 | 2.800000e+01 | 5.600000e+01 | 100.00%
137.96/138.02	c   134s| 20000 |  3571 |621891 |  31.0 |  14M|  52 | 116 | 384 |3528 | 384 | 435 | 331 |  23k|4195 | 2.800000e+01 | 5.600000e+01 | 100.00%
187.95/188.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
187.95/188.04	c   182s| 30000 |  4529 |865638 |  28.8 |  18M|  60 | 133 | 384 |3841 | 384 | 435 | 331 |  37k|5216 | 2.800000e+01 | 5.600000e+01 | 100.00%
236.63/236.71	c   230s| 40000 |  6541 |  1132k|  28.3 |  26M|  60 |   - | 384 |7584 |   0 |   0 | 331 |  50k|5520 | 2.800000e+01 | 5.600000e+01 | 100.00%
284.31/284.43	o 45
284.31/284.43	c * 276s| 49444 |  6972 |  1376k|  27.8 |  27M|  60 |   - | 384 |4475 | 384 | 435 | 331 |  63k|6100 | 2.800000e+01 | 4.500000e+01 |  60.71%
287.41/287.53	c   279s| 50000 |  6999 |  1390k|  27.8 |  27M|  60 |   - | 384 |4536 | 384 | 435 | 331 |  64k|6261 | 2.800000e+01 | 4.500000e+01 |  60.71%
336.30/336.49	c   327s| 60000 |  8625 |  1633k|  27.2 |  32M|  60 |  59 | 384 |4085 | 384 | 435 | 331 |  77k|7356 | 2.800000e+01 | 4.500000e+01 |  60.71%
388.29/388.45	c   377s| 70000 |  9966 |  1893k|  27.0 |  37M|  60 |   - | 384 |5955 |   0 |   0 | 331 |  91k|8927 | 2.800000e+01 | 4.500000e+01 |  60.71%
437.68/437.85	c   425s| 80000 | 10845 |  2132k|  26.6 |  40M|  60 |  64 | 384 |4649 | 384 | 435 | 331 | 104k|9631 | 2.800000e+01 | 4.500000e+01 |  60.71%
490.77/490.95	c   477s| 90000 | 11559 |  2388k|  26.5 |  43M|  60 |   - | 384 |6579 |   0 |   0 | 331 | 118k|  10k| 2.800000e+01 | 4.500000e+01 |  60.71%
544.45/544.63	c   529s|100000 | 12396 |  2654k|  26.5 |  46M|  60 |  92 | 384 |7288 | 384 | 435 | 331 | 132k|  11k| 2.800000e+01 | 4.500000e+01 |  60.71%
595.64/595.84	c   579s|110000 | 13248 |  2905k|  26.4 |  49M|  60 |  59 | 384 |7357 | 384 | 435 | 331 | 146k|  12k| 2.800000e+01 | 4.500000e+01 |  60.71%
644.13/644.31	c   626s|120000 | 14127 |  3125k|  26.0 |  52M|  60 |  49 | 384 |7029 | 384 | 435 | 331 | 159k|  13k| 2.800000e+01 | 4.500000e+01 |  60.71%
692.41/692.66	c   673s|130000 | 14461 |  3332k|  25.6 |  54M|  60 |  55 | 384 |7123 | 384 | 435 | 331 | 174k|  13k| 2.800000e+01 | 4.500000e+01 |  60.71%
740.69/740.92	c   720s|140000 | 14750 |  3551k|  25.4 |  57M|  60 |   - | 384 |9572 |   0 |   0 | 331 | 187k|  14k| 2.800000e+01 | 4.500000e+01 |  60.71%
791.29/791.50	c   770s|150000 | 15288 |  3782k|  25.2 |  58M|  60 |   - | 384 |6997 |   0 |   0 | 331 | 201k|  15k| 2.800000e+01 | 4.500000e+01 |  60.71%
844.48/844.71	c   821s|160000 | 15882 |  4068k|  25.4 |  61M|  60 |   - | 384 |9101 |   0 |   0 | 331 | 214k|  15k| 2.800000e+01 | 4.500000e+01 |  60.71%
897.86/898.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
897.86/898.16	c   873s|170000 | 16586 |  4322k|  25.4 |  63M|  65 | 144 | 384 |8032 | 384 | 435 | 331 | 229k|  16k| 2.800000e+01 | 4.500000e+01 |  60.71%
948.25/948.55	c   923s|180000 | 17443 |  4553k|  25.3 |  66M|  65 |   - | 384 |9693 | 384 | 435 | 331 | 243k|  17k| 2.800000e+01 | 4.500000e+01 |  60.71%
998.03/998.31	c   971s|190000 | 18218 |  4774k|  25.1 |  68M|  65 |   - | 384 |7794 |   0 |   0 | 331 | 257k|  17k| 2.850000e+01 | 4.500000e+01 |  57.89%
1049.02/1049.34	c  1021s|200000 | 18944 |  4993k|  25.0 |  70M|  65 |   - | 384 |8207 |   0 |   0 | 331 | 271k|  18k| 2.900000e+01 | 4.500000e+01 |  55.17%
1099.61/1099.97	c  1070s|210000 | 19331 |  5212k|  24.8 |  71M|  65 |   - | 384 |8287 |   0 |   0 | 331 | 286k|  18k| 2.900000e+01 | 4.500000e+01 |  55.17%
1150.49/1150.86	c  1120s|220000 | 19469 |  5427k|  24.7 |  73M|  65 |   - | 384 |9073 |   0 |   0 | 331 | 302k|  19k| 2.900000e+01 | 4.500000e+01 |  55.17%
1202.88/1203.23	c  1171s|230000 | 19624 |  5642k|  24.5 |  74M|  65 |   - | 384 |9136 |   0 |   0 | 331 | 317k|  19k| 3.000000e+01 | 4.500000e+01 |  50.00%
1251.37/1251.73	c  1218s|240000 | 19402 |  5840k|  24.3 |  73M|  65 |  72 | 384 |9278 | 384 | 435 | 331 | 333k|  19k| 3.000000e+01 | 4.500000e+01 |  50.00%
1297.35/1297.76	c  1263s|250000 | 19348 |  6023k|  24.1 |  74M|  65 | 135 | 384 |  10k| 384 | 435 | 331 | 348k|  20k| 3.000000e+01 | 4.500000e+01 |  50.00%
1311.15/1311.55	o 37
1311.15/1311.55	c *1277s|252902 | 14453 |  6081k|  24.0 |  63M|  65 |   - | 384 |9546 | 384 | 435 | 331 | 352k|  20k| 3.000000e+01 | 3.700000e+01 |  23.33%
1342.14/1342.50	c  1307s|260000 | 14318 |  6207k|  23.9 |  63M|  65 |   - | 384 |6181 |   0 |   0 | 331 | 362k|  20k| 3.000000e+01 | 3.700000e+01 |  23.33%
1370.14/1370.52	o 35
1370.14/1370.52	c *1334s|266290 |  7912 |  6332k|  23.8 |  46M|  65 |   - | 384 |6583 | 384 | 435 | 331 | 371k|  21k| 3.000000e+01 | 3.500000e+01 |  16.67%
1386.13/1386.59	c  1350s|270000 |  7815 |  6409k|  23.7 |  45M|  65 |   - | 384 |5336 | 384 | 435 | 331 | 376k|  21k| 3.000000e+01 | 3.500000e+01 |  16.67%
1431.32/1431.75	c  1394s|280000 |  7403 |  6609k|  23.6 |  44M|  65 | 102 | 384 |5031 | 384 | 435 | 331 | 391k|  21k| 3.050000e+01 | 3.500000e+01 |  14.75%
1475.51/1475.92	c  1437s|290000 |  6667 |  6782k|  23.4 |  42M|  65 |   - | 384 |6216 |   0 |   0 | 331 | 405k|  22k| 3.100000e+01 | 3.500000e+01 |  12.90%
1520.59/1521.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1520.59/1521.09	c  1481s|300000 |  5913 |  6965k|  23.2 |  39M|  65 |  62 | 384 |7329 | 384 | 435 | 331 | 420k|  22k| 3.100000e+01 | 3.500000e+01 |  12.90%
1564.99/1565.43	c  1524s|310000 |  5270 |  7148k|  23.1 |  37M|  65 |  82 | 384 |8051 | 384 | 435 | 331 | 434k|  22k| 3.200000e+01 | 3.500000e+01 |   9.38%
1612.48/1612.99	c  1571s|320000 |  4591 |  7335k|  22.9 |  35M|  65 |  39 | 384 |9526 | 384 | 435 | 331 | 449k|  23k| 3.200000e+01 | 3.500000e+01 |   9.38%
1659.66/1660.12	c  1616s|330000 |  4054 |  7518k|  22.8 |  34M|  65 |  27 | 384 |  11k| 384 | 435 | 331 | 463k|  23k| 3.200000e+01 | 3.500000e+01 |   9.38%
1703.53/1704.01	c  1659s|340000 |  3811 |  7690k|  22.6 |  33M|  65 |   - | 384 |  12k|   0 |   0 | 331 | 477k|  23k| 3.200000e+01 | 3.500000e+01 |   9.38%
1753.52/1754.08	c  1708s|350000 |  3397 |  7890k|  22.5 |  31M|  65 |   - | 384 |  11k|   0 |   0 | 331 | 491k|  24k| 3.200000e+01 | 3.500000e+01 |   9.38%
1799.51/1800.06	c  1753s|360000 |  3133 |  8075k|  22.4 |  31M|  65 |  71 | 384 |  13k| 384 | 435 | 331 | 505k|  24k| 3.200000e+01 | 3.500000e+01 |   9.38%
1800.01/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.52	c 
1800.01/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.52	c Solving Time (sec) : 1753.65
1800.01/1800.52	c Solving Nodes      : 360091
1800.01/1800.52	c Primal Bound       : +3.50000000000000e+01 (8 solutions)
1800.01/1800.52	c Dual Bound         : +3.20000000000000e+01
1800.01/1800.52	c Gap                : 9.38 %
1800.01/1800.52	s SATISFIABLE
1800.01/1800.52	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 
1800.01/1800.52	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 
1800.01/1800.52	v x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 -x129 x130 x131 x132 x133 x134 
1800.01/1800.52	v x135 x136 x137 x138 x139 x140 x141 -x142 x143 x144 x145 -x146 -x147 x148 -x149 -x150 -x151 x152 x153 x154 x155 x156 x157 x158 
1800.01/1800.52	v x159 x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 x170 x171 x172 x173 x174 x175 -x176 -x177 -x178 -x179 -x180 
1800.01/1800.52	v -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 
1800.01/1800.52	v x205 x206 x207 x208 x209 -x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 x226 x227 x228 
1800.01/1800.52	v x229 -x230 x231 x232 x233 x234 x235 x236 x237 x238 -x239 x240 x241 x242 -x243 -x244 x245 -x246 -x247 -x248 x249 x250 x251 x252 
1800.01/1800.52	v x253 x254 -x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 x265 x266 x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 
1800.01/1800.52	v -x275 -x276 -x277 -x278 -x279 -x280 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 x291 
1800.01/1800.52	v x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 x302 x303 -x304 x305 x306 -x307 -x308 -x309 x310 x311 x312 -x313 x314 x315 
1800.01/1800.52	v -x316 -x317 -x318 -x319 -x320 -x321 x322 x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x12 
1800.01/1800.52	v -x11 -x10 -x9 x8 -x7 x336 x337 x338 x339 -x340 x341 x342 -x343 -x344 -x345 -x346 x347 x348 -x349 -x350 -x351 -x352 -x353 -x354 
1800.01/1800.52	v -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x25 -x24 -x23 -x22 -x21 x20 -x366 x367 x368 -x369 -x370 
1800.01/1800.52	v -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x31 -x30 -x29 x28 x27 -x26 -x380 x381 -x382 -x383 -x384 -x37 -x36 x35 
1800.01/1800.52	v x34 -x33 -x32 -x385 -x49 -x48 x47 x46 -x45 -x44 -x43 -x42 x41 x40 -x39 x38 x386 -x6 -x5 -x4 x3 x2 x1 
1800.01/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.52	c Solving Time       :    1753.65
1800.01/1800.52	c Original Problem   :
1800.01/1800.52	c   Problem name     : HOME/instance-2667664-1276619589.opb
1800.01/1800.52	c   Variables        : 386 (386 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.52	c   Constraints      : 680 initial, 680 maximal
1800.01/1800.52	c Presolved Problem  :
1800.01/1800.52	c   Problem name     : t_HOME/instance-2667664-1276619589.opb
1800.01/1800.52	c   Variables        : 384 (384 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.52	c   Constraints      : 367 initial, 13431 maximal
1800.01/1800.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.52	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.52	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.52	c   probing          :       0.06          0          0          0          0          0          0          0          0
1800.01/1800.52	c   knapsack         :       0.00          0          0          0          0          0          0          4         26
1800.01/1800.52	c   linear           :       0.02          2          0          0          2          0        313         28         52
1800.01/1800.52	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.52	c   root node        :          -         10          -          -         10          -          -          -          -
1800.01/1800.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.52	c   integral         :          0          0          0     222271          0        252      17326          0          0     435112
1800.01/1800.52	c   knapsack         :         55          6    1608586          3          0      11646     528706        175          0          0
1800.01/1800.52	c   linear           :        312          6    1596931          0          0     127322    7925448          0          0          0
1800.01/1800.52	c   logicor          :          0+         0     921087          0          0       7847    1092921          0          0          0
1800.01/1800.52	c   countsols        :          0          0          0          3          0          0          0          0          0          0
1800.01/1800.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.52	c   integral         :     104.95       0.00       0.00     104.95       0.00
1800.01/1800.52	c   knapsack         :      43.25       0.00      43.25       0.00       0.00
1800.01/1800.52	c   linear           :     407.08       0.00     407.08       0.00       0.00
1800.01/1800.52	c   logicor          :     165.58       0.00     165.58       0.00       0.00
1800.01/1800.52	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.52	c   vbounds          :       0.87          2          0          0
1800.01/1800.52	c   rootredcost      :       1.00          8          0          3
1800.01/1800.52	c   pseudoobj        :       2.80    1608596        242       8836
1800.01/1800.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.52	c   propagation      :      15.99     147057     146876    1199854       25.6       5082       18.2          -
1800.01/1800.52	c   infeasible LP    :      10.07      45954      45954     211751       19.8       4066       17.1          0
1800.01/1800.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.52	c   applied globally :          -          -          -     505494       20.4          -          -          -
1800.01/1800.52	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.52	c   cut pool         :       0.00          5          -          -        536          -    (maximal pool size: 2039)
1800.01/1800.52	c   redcost          :       2.89     225031          0       3698          0          0
1800.01/1800.52	c   impliedbounds    :       0.00          6          0          0          2          0
1800.01/1800.52	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.52	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.52	c   gomory           :       0.08          6          0          0          5          0
1800.01/1800.52	c   strongcg         :       0.10          6          0          0          8          0
1800.01/1800.52	c   cmir             :       0.28          6          0          0       1187          0
1800.01/1800.52	c   flowcover        :       0.27          6          0          0       1202          0
1800.01/1800.52	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.52	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.52	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.52	c   rapidlearning    :       0.03          1          0          0          0          0
1800.01/1800.52	c Pricers            :       Time      Calls       Vars
1800.01/1800.52	c   problem variables:       0.00          0          0
1800.01/1800.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.52	c   relpscost        :     104.54     222268        252      17326          0          0     435112
1800.01/1800.52	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.52	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.52	c   LP solutions     :       0.08          -          3
1800.01/1800.52	c   pseudo solutions :       0.00          -          0
1800.01/1800.52	c   intshifting      :       0.05          0          0
1800.01/1800.52	c   oneopt           :       0.46          8          0
1800.01/1800.52	c   feaspump         :       0.06          1          0
1800.01/1800.52	c   crossover        :       0.78          2          0
1800.01/1800.52	c   coefdiving       :       4.36        575          2
1800.01/1800.52	c   pscostdiving     :       9.10        575          0
1800.01/1800.52	c   fracdiving       :       4.63        575          1
1800.01/1800.52	c   veclendiving     :       6.49        575          0
1800.01/1800.52	c   linesearchdiving :       5.85        575          0
1800.01/1800.52	c   guideddiving     :       6.01        575          1
1800.01/1800.52	c   objpscostdiving  :       4.70        288          0
1800.01/1800.52	c   rootsoldiving    :       4.67        288          1
1800.01/1800.52	c   trivial          :       0.00          2          0
1800.01/1800.52	c   simplerounding   :       0.27          0          0
1800.01/1800.52	c   zirounding       :       0.22       1000          0
1800.01/1800.52	c   rounding         :       0.93       6637          0
1800.01/1800.52	c   shifting         :       9.59       2048          0
1800.01/1800.52	c   twoopt           :       0.00          0          0
1800.01/1800.52	c   fixandinfer      :       0.00          0          0
1800.01/1800.52	c   intdiving        :       0.00          0          0
1800.01/1800.52	c   actconsdiving    :       0.00          0          0
1800.01/1800.52	c   octane           :       0.00          0          0
1800.01/1800.52	c   rens             :       0.00          0          0
1800.01/1800.52	c   rins             :       0.00          0          0
1800.01/1800.52	c   localbranching   :       0.00          0          0
1800.01/1800.52	c   mutation         :       0.00          0          0
1800.01/1800.52	c   dins             :       0.00          0          0
1800.01/1800.52	c   undercover       :       0.00          0          0
1800.01/1800.52	c   nlp              :       0.25          0          0
1800.01/1800.52	c   trysol           :       0.41          0          0
1800.01/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.52	c   primal LP        :       0.01          0          0       0.00       0.00
1800.01/1800.52	c   dual LP          :     648.23     270066    7807822      28.91   12044.83
1800.01/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.52	c   diving/probing LP:      28.44      19737     269435      13.65    9473.80
1800.01/1800.52	c   strong branching :      91.81      24390     780803      32.01    8504.55
1800.01/1800.52	c     (at root node) :          -         54      42572     788.37          -
1800.01/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.52	c B&B Tree           :
1800.01/1800.52	c   number of runs   :          1
1800.01/1800.52	c   nodes            :     360091
1800.01/1800.52	c   nodes (total)    :     360091
1800.01/1800.52	c   nodes left       :       3124
1800.01/1800.52	c   max depth        :         65
1800.01/1800.52	c   max depth (total):         65
1800.01/1800.52	c   backtracks       :      82283 (22.9%)
1800.01/1800.52	c   delayed cutoffs  :      59673
1800.01/1800.52	c   repropagations   :     472799 (3099066 domain reductions, 46695 cutoffs)
1800.01/1800.52	c   avg switch length:       8.06
1800.01/1800.52	c   switching time   :     203.11
1800.01/1800.52	c Solution           :
1800.01/1800.52	c   Solutions found  :          8 (8 improvements)
1800.01/1800.52	c   First Solution   : +8.90000000000000e+01   (in run 1, after 16 nodes, 17.08 seconds, depth 20, found by <coefdiving>)
1800.01/1800.52	c   Primal Bound     : +3.50000000000000e+01   (in run 1, after 266290 nodes, 1334.06 seconds, depth 37, found by <relaxation>)
1800.01/1800.52	c   Dual Bound       : +3.20000000000000e+01
1800.01/1800.52	c   Gap              :       9.38 %
1800.01/1800.52	c   Root Dual Bound  : +2.80000000000000e+01
1800.01/1800.52	c   Root Iterations  :       2195
1800.12/1800.65	c Time complete: 1800.16.

Verifier Data

OK	35

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667664-1276619589/watcher-2667664-1276619589 -o /tmp/evaluation-result-2667664-1276619589/solver-2667664-1276619589 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667664-1276619589.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.95 0.99 0.99 3/106 10236
/proc/meminfo: memFree=1749740/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=6692 CPUtime=0
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 853 0 0 0 0 0 0 0 19 0 1 0 3251693 6852608 772 1992294400 4194304 8223781 140733915537760 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10236/statm: 1673 783 338 984 0 686 0

[startup+0.0713611 s]
/proc/loadavg: 0.95 0.99 0.99 3/106 10236
/proc/meminfo: memFree=1749740/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=15772 CPUtime=0.06
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 3600 0 0 0 5 1 0 0 19 0 1 0 3251693 16150528 2898 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 3943 2898 441 984 0 2956 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15772

[startup+0.101365 s]
/proc/loadavg: 0.95 0.99 0.99 3/106 10236
/proc/meminfo: memFree=1749740/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=15956 CPUtime=0.09
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 4462 0 0 0 8 1 0 0 20 0 1 0 3251693 16338944 2989 1992294400 4194304 8223781 140733915537760 18446744073709551615 4948367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 3989 2989 466 984 0 3002 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15956

[startup+0.301387 s]
/proc/loadavg: 0.95 0.99 0.99 3/106 10236
/proc/meminfo: memFree=1749740/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=28828 CPUtime=0.29
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 8411 0 0 0 26 3 0 0 20 0 1 0 3251693 29519872 5847 1992294400 4194304 8223781 140733915537760 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 7207 5862 572 984 0 6220 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28828

[startup+0.70143 s]
/proc/loadavg: 0.95 0.99 0.99 3/106 10236
/proc/meminfo: memFree=1749740/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=22448 CPUtime=0.69
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 8980 0 0 0 65 4 0 0 21 0 1 0 3251693 22986752 4771 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 5612 4771 580 984 0 4625 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22448

[startup+1.50152 s]
/proc/loadavg: 0.95 0.99 0.99 2/107 10237
/proc/meminfo: memFree=1732496/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=23052 CPUtime=1.49
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 9941 0 0 0 143 6 0 0 23 0 1 0 3251693 23605248 4900 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 5763 4900 581 984 0 4776 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23052

[startup+3.10169 s]
/proc/loadavg: 0.95 0.99 0.99 2/107 10237
/proc/meminfo: memFree=1731504/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=23416 CPUtime=3.09
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 11220 0 0 0 300 9 0 0 25 0 1 0 3251693 23977984 4974 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 5854 4974 581 984 0 4867 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23416

[startup+6.30104 s]
/proc/loadavg: 0.95 0.99 0.99 2/107 10237
/proc/meminfo: memFree=1731380/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=23052 CPUtime=6.28
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 13471 0 0 0 614 14 0 0 25 0 1 0 3251693 23605248 4900 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 5763 4900 581 984 0 4776 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23052

[startup+12.7017 s]
/proc/loadavg: 0.95 0.99 0.99 2/107 10237
/proc/meminfo: memFree=1731380/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=23052 CPUtime=12.69
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 16301 0 0 0 1242 27 0 0 25 0 1 0 3251693 23605248 4900 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 5763 4900 581 984 0 4776 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23052

[startup+25.5011 s]
/proc/loadavg: 0.96 0.99 0.99 2/107 10239
/proc/meminfo: memFree=1731504/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=23052 CPUtime=25.48
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 16901 0 0 0 2483 65 0 0 25 0 1 0 3251693 23605248 4907 1992294400 4194304 8223781 140733915537760 18446744073709551615 7257356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 5763 4907 588 984 0 4776 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23052

[startup+51.1009 s]
/proc/loadavg: 0.98 0.99 0.99 2/107 10239
/proc/meminfo: memFree=1725428/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=29476 CPUtime=51.08
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 34945 0 0 0 4964 144 0 0 25 0 1 0 3251693 30183424 6513 1992294400 4194304 8223781 140733915537760 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 7369 6513 588 984 0 6382 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29476

[startup+102.308 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10241
/proc/meminfo: memFree=1718360/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=36220 CPUtime=102.27
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 85779 0 0 0 9916 311 0 0 25 0 1 0 3251693 37089280 8164 1992294400 4194304 8223781 140733915537760 18446744073709551615 4982561 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 9055 8164 594 984 0 8068 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 36220

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10241
/proc/meminfo: memFree=1712160/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=42484 CPUtime=162.25
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 112482 0 0 0 15747 478 0 0 25 0 1 0 3251693 43503616 9775 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 10621 9775 593 984 0 9634 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 42484

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10243
/proc/meminfo: memFree=1703976/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=50492 CPUtime=222.23
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 129113 0 0 0 21571 652 0 0 25 0 1 0 3251693 51703808 11779 1992294400 4194304 8223781 140733915537760 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 12623 11779 593 984 0 11636 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 50492

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10245
/proc/meminfo: memFree=1695916/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=58652 CPUtime=282.21
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 143328 0 0 0 27400 821 0 0 25 0 1 0 3251693 60059648 13793 1992294400 4194304 8223781 140733915537760 18446744073709551615 6592916 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 14663 13793 594 984 0 13676 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 58652

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10247
/proc/meminfo: memFree=1690832/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=63636 CPUtime=342.2
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 156096 0 0 0 33236 984 0 0 25 0 1 0 3251693 65163264 15050 1992294400 4194304 8223781 140733915537760 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 15909 15050 594 984 0 14922 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 63636

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10249
/proc/meminfo: memFree=1683268/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=71272 CPUtime=402.19
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 162679 0 0 0 39065 1154 0 0 25 0 1 0 3251693 72982528 16945 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 17818 16945 594 984 0 16831 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 71272

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10249
/proc/meminfo: memFree=1679920/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=74956 CPUtime=462.18
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 169222 0 0 0 44903 1315 0 0 25 0 1 0 3251693 76754944 17817 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 18739 17817 594 984 0 17752 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 74956

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10251
/proc/meminfo: memFree=1674712/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=79704 CPUtime=522.16
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 174100 0 0 0 50741 1475 0 0 25 0 1 0 3251693 81616896 19041 1992294400 4194304 8223781 140733915537760 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 19926 19041 594 984 0 18939 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 79704

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10253
/proc/meminfo: memFree=1667768/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=86796 CPUtime=582.14
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 179033 0 0 0 56572 1642 0 0 25 0 1 0 3251693 88879104 20804 1992294400 4194304 8223781 140733915537760 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 21699 20804 594 984 0 20712 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 86796

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10255
/proc/meminfo: memFree=1661444/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=92904 CPUtime=642.14
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 187940 0 0 0 62419 1795 0 0 25 0 1 0 3251693 95133696 22324 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 23226 22324 594 984 0 22239 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 92904

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10261
/proc/meminfo: memFree=1649416/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=105092 CPUtime=882.06
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 209941 0 0 0 85798 2408 0 0 25 0 1 0 3251693 107614208 25335 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 26273 25335 593 984 0 25286 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 105092

[startup+942.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10263
/proc/meminfo: memFree=1644828/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=109616 CPUtime=942.05
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 214563 0 0 0 91647 2558 0 0 25 0 1 0 3251693 112246784 26461 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 27404 26461 593 984 0 26417 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 109616

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10265
/proc/meminfo: memFree=1641728/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=112536 CPUtime=1002.03
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 216308 0 0 0 97500 2703 0 0 25 0 1 0 3251693 115236864 27185 1992294400 4194304 8223781 140733915537760 18446744073709551615 6599113 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 28134 27185 593 984 0 27147 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 112536

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10265
/proc/meminfo: memFree=1638628/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=115664 CPUtime=1062.02
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 219342 0 0 0 103355 2847 0 0 25 0 1 0 3251693 118439936 27965 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 28916 27965 593 984 0 27929 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 115664

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10267
/proc/meminfo: memFree=1637760/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=116540 CPUtime=1122
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 221114 0 0 0 109208 2992 0 0 25 0 1 0 3251693 119336960 28161 1992294400 4194304 8223781 140733915537760 18446744073709551615 6592547 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 29135 28161 593 984 0 28148 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 116540

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10269
/proc/meminfo: memFree=1635652/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=118540 CPUtime=1181.98
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 223115 0 0 0 115069 3129 0 0 25 0 1 0 3251693 121384960 28677 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 29635 28677 593 984 0 28648 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 118540

[startup+1242.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10271
/proc/meminfo: memFree=1633668/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=120468 CPUtime=1241.97
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 228324 0 0 0 120926 3271 0 0 25 0 1 0 3251693 123359232 29148 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 30117 29148 593 984 0 29130 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 120468

[startup+1302.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10273
/proc/meminfo: memFree=1631932/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=122212 CPUtime=1301.96
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 232362 0 0 0 126778 3418 0 0 25 0 1 0 3251693 125145088 29557 1992294400 4194304 8223781 140733915537760 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 30553 29557 593 984 0 29566 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 122212

[startup+1362.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10273
/proc/meminfo: memFree=1631188/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=122572 CPUtime=1361.94
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 235794 0 0 0 132614 3580 0 0 25 0 1 0 3251693 125513728 29613 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 30643 29613 593 984 0 29656 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 122572

[startup+1422.31 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10275
/proc/meminfo: memFree=1631064/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=122572 CPUtime=1421.92
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 239493 0 0 0 138456 3736 0 0 25 0 1 0 3251693 125513728 29614 1992294400 4194304 8223781 140733915537760 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 30643 29614 593 984 0 29656 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 122572

[startup+1482.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10277
/proc/meminfo: memFree=1631064/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=122572 CPUtime=1481.9
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 248727 0 0 0 144311 3879 0 0 25 0 1 0 3251693 125513728 29615 1992294400 4194304 8223781 140733915537760 18446744073709551615 4979757 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 30643 29615 594 984 0 29656 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 122572

[startup+1542.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10279
/proc/meminfo: memFree=1631064/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=122572 CPUtime=1541.89
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 249492 0 0 0 150156 4033 0 0 25 0 1 0 3251693 125513728 29628 1992294400 4194304 8223781 140733915537760 18446744073709551615 4853722 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 30643 29628 594 984 0 29656 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 122572

[startup+1602.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10281
/proc/meminfo: memFree=1630940/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=122840 CPUtime=1601.88
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 250345 0 0 0 156009 4179 0 0 25 0 1 0 3251693 125788160 29675 1992294400 4194304 8223781 140733915537760 18446744073709551615 4947397 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 30710 29675 594 984 0 29723 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 122840

[startup+1662.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10281
/proc/meminfo: memFree=1630816/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=122860 CPUtime=1661.86
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 255244 0 0 0 161864 4322 0 0 25 0 1 0 3251693 125808640 29695 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 30715 29695 594 984 0 29728 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 122860

[startup+1722.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10292
/proc/meminfo: memFree=1630320/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=123072 CPUtime=1721.83
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 256231 0 0 0 167726 4457 0 0 25 0 1 0 3251693 126025728 29750 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 30768 29750 594 984 0 29781 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 123072

[startup+1782.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10294
/proc/meminfo: memFree=1630320/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=123468 CPUtime=1781.81
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 257087 0 0 0 173587 4594 0 0 25 0 1 0 3251693 126431232 29823 1992294400 4194304 8223781 140733915537760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 30867 29823 594 984 0 29880 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 123468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 10294
/proc/meminfo: memFree=1630320/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=123468 CPUtime=1800.01
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 257260 0 0 0 175366 4635 0 0 25 0 1 0 3251693 126431232 29823 1992294400 4194304 8223781 140733915537760 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10236/statm: 30867 29823 594 984 0 29880 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 123468

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

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

[startup+1800.61 s]
/proc/loadavg: 0.99 0.99 0.99 2/108 10295
/proc/meminfo: memFree=1631180/2059040 swapFree=4192956/4192956
[pid=10236] ppid=10234 vsize=122116 CPUtime=1800.12
/proc/10236/stat : 10236 (pbscip.linux.x8) R 10234 10236 10021 0 -1 4202496 257266 0 0 0 175377 4635 0 0 25 0 1 0 3251693 125046784 29491 1992294400 4194304 8223781 140733915537760 18446744073709551615 4383992 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10236/statm: 30529 29491 596 984 0 29542 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 122116

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.17
CPU user time (s): 1753.8
CPU system time (s): 46.3749
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 131720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1753.8
system time used= 46.3749
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257270
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= 1
involuntary context switches= 1445

runsolver used 3.16952 second user time and 8.31474 second system time

The end

Launcher Data

Begin job on node037 at 2010-06-15 18:33:09
IDJOB=2667664
IDBENCH=2938
IDSOLVER=1169
FILE ID=node037/2667664-1276619589
PBS_JOBID= 11172309
Free space on /tmp= 62584 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
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.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667664-1276619589/watcher-2667664-1276619589 -o /tmp/evaluation-result-2667664-1276619589/solver-2667664-1276619589 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667664-1276619589.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7511e7863ac3e00f42a81c49dc15d5a1
RANDOM SEED=726773517

node037.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.248
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.49
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.248
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.55
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1750268 kB
Buffers:         39920 kB
Cached:         133928 kB
SwapCached:          0 kB
Active:         113700 kB
Inactive:       119440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1750268 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4632 kB
Writeback:           0 kB
AnonPages:       59304 kB
Mapped:          15384 kB
Slab:            53940 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182116 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= 62580 MiB
End job on node037 at 2010-06-15 19:03:11