Trace number 3450737

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4OPT-14 293.497 293.491

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_5.opb
MD5SUM0619afe86d0e2ffb4ad28e9f2f441c24
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark293.497
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3450737-1307110619.opb>
0.00/0.00	c original problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 857 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.00/0.03	c (round 1) 0 del vars, 706 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 50 upgd conss, 4948 impls, 99 clqs
0.00/0.03	c (round 2) 606 del vars, 706 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 4948 impls, 0 clqs
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  606 deleted vars, 706 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  4948 implications, 0 cliques
0.00/0.04	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 151 constraints
0.00/0.04	c     100 constraints of type <knapsack>
0.00/0.04	c      50 constraints of type <setppc>
0.00/0.04	c       1 constraints of type <linear>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 2.0.1.5
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1800
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 13950
0.00/0.04	c 
0.00/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04	c # [type: int, range: [1,2], default: 1]
0.00/0.04	c timing/clocktype = 2
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/indicator/addCouplingCons = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.1s|     1 |     0 |   343 |     - |2102k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.00/0.05	o -1
0.00/0.05	c R 0.1s|     1 |     0 |   343 |     - |2106k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
0.07/0.08	o -11
0.07/0.08	c y 0.1s|     1 |     0 |   343 |     - |2359k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.07/0.09	c   0.1s|     1 |     0 |   362 |     - |2365k|   0 | 100 | 100 | 153 | 100 | 170 |  19 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.10	c   0.1s|     1 |     0 |   367 |     - |2694k|   0 | 100 | 100 | 153 | 100 | 171 |  20 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.12	c   0.1s|     1 |     0 |   372 |     - |2994k|   0 | 100 | 100 | 153 | 100 | 176 |  25 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.14	c   0.1s|     1 |     0 |   378 |     - |3232k|   0 | 100 | 100 | 153 | 100 | 180 |  29 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.16	c   0.2s|     1 |     0 |   386 |     - |3453k|   0 | 100 | 100 | 153 | 100 | 183 |  32 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.18	c   0.2s|     1 |     0 |   390 |     - |3525k|   0 | 100 | 100 | 153 | 100 | 185 |  34 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.29/0.34	c   0.3s|     1 |     2 |   390 |     - |3526k|   0 | 100 | 100 | 153 | 100 | 185 |  34 |   0 |  12 |-2.500000e+01 |-1.100000e+01 |  56.00%
2.10/2.15	o -12
2.10/2.15	c * 2.1s|   208 |    96 |  7419 |  34.0 |3671k|  16 |   - | 100 | 153 | 100 | 170 |  34 |   0 | 770 |-2.361998e+01 |-1.200000e+01 |  49.20%
2.39/2.40	o -13
2.39/2.40	c * 2.4s|   448 |   170 | 13324 |  28.9 |3780k|  30 |   - | 100 | 155 | 100 | 170 |  34 |   2 | 770 |-2.215073e+01 |-1.300000e+01 |  41.31%
11.89/11.94	c  11.9s| 10000 |  5218 |250736 |  25.0 |8401k|  55 |  25 | 100 | 366 | 100 | 170 |  34 | 369 | 777 |-1.950440e+01 |-1.300000e+01 |  33.35%
18.50/18.58	c  18.6s| 20000 |  8664 |419819 |  21.0 |  11M|  56 |  49 | 100 | 440 | 100 | 170 |  34 | 708 | 847 |-1.903281e+01 |-1.300000e+01 |  31.70%
24.49/24.52	c  24.5s| 30000 | 11436 |567846 |  18.9 |  14M|  56 |  19 | 100 | 401 | 100 | 170 |  34 | 957 | 962 |-1.876575e+01 |-1.300000e+01 |  30.72%
30.19/30.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.19/30.22	c  30.2s| 40000 | 13790 |707828 |  17.7 |  17M|  56 |   - | 100 | 442 | 100 | 170 |  34 |1235 |1070 |-1.861156e+01 |-1.300000e+01 |  30.15%
35.49/35.51	c  35.5s| 50000 | 15858 |838846 |  16.8 |  19M|  56 |   - | 100 | 453 | 100 | 170 |  34 |1510 |1176 |-1.848062e+01 |-1.300000e+01 |  29.66%
40.49/40.51	c  40.5s| 60000 | 17710 |960618 |  16.0 |  22M|  56 |   - | 100 | 422 | 100 | 170 |  34 |1765 |1288 |-1.837343e+01 |-1.300000e+01 |  29.25%
41.49/41.56	o -14
41.49/41.56	c *41.6s| 62109 |  8995 |985382 |  15.9 |  12M|  56 |   - | 100 | 423 | 100 | 170 |  34 |1817 |1305 |-1.836087e+01 |-1.400000e+01 |  23.75%
45.60/45.61	c  45.6s| 70000 |  9646 |  1071k|  15.3 |  13M|  56 |   - | 100 | 351 | 100 | 170 |  34 |1908 |1376 |-1.828907e+01 |-1.400000e+01 |  23.45%
50.70/50.70	c  50.7s| 80000 | 10438 |  1179k|  14.7 |  14M|  56 |  54 | 100 | 297 | 100 | 170 |  34 |1982 |1498 |-1.822369e+01 |-1.400000e+01 |  23.18%
55.59/55.67	c  55.7s| 90000 | 11180 |  1284k|  14.3 |  16M|  56 |   - | 100 | 297 | 100 | 170 |  34 |2085 |1598 |-1.816094e+01 |-1.400000e+01 |  22.91%
60.59/60.62	c  60.6s|100000 | 11864 |  1388k|  13.9 |  17M|  56 |  32 | 100 | 312 | 100 | 170 |  34 |2180 |1715 |-1.809192e+01 |-1.400000e+01 |  22.62%
65.39/65.49	c  65.5s|110000 | 12428 |  1490k|  13.5 |  18M|  56 |   - | 100 | 270 | 100 | 170 |  34 |2256 |1818 |-1.803139e+01 |-1.400000e+01 |  22.36%
70.19/70.26	c  70.3s|120000 | 12912 |  1589k|  13.2 |  19M|  56 |   - | 100 | 281 | 100 | 170 |  34 |2347 |1933 |-1.798081e+01 |-1.400000e+01 |  22.14%
74.99/75.07	c  75.1s|130000 | 13458 |  1690k|  13.0 |  19M|  56 |   - | 100 | 275 | 100 | 170 |  34 |2429 |2037 |-1.792240e+01 |-1.400000e+01 |  21.89%
79.79/79.86	c  79.9s|140000 | 13974 |  1790k|  12.8 |  20M|  56 |   - | 100 | 272 | 100 | 170 |  34 |2497 |2135 |-1.787568e+01 |-1.400000e+01 |  21.68%
84.61/84.61	c  84.6s|150000 | 14434 |  1888k|  12.6 |  21M|  56 |  34 | 100 | 276 | 100 | 170 |  34 |2588 |2215 |-1.782523e+01 |-1.400000e+01 |  21.46%
89.29/89.37	c  89.4s|160000 | 14920 |  1986k|  12.4 |  22M|  56 |   - | 100 | 254 | 100 | 170 |  34 |2650 |2306 |-1.777684e+01 |-1.400000e+01 |  21.25%
93.99/94.09	c  94.1s|170000 | 15338 |  2084k|  12.3 |  23M|  56 |   - | 100 | 252 | 100 | 170 |  34 |2718 |2402 |-1.774208e+01 |-1.400000e+01 |  21.09%
98.69/98.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.69/98.77	c  98.8s|180000 | 15694 |  2179k|  12.1 |  23M|  56 |  31 | 100 | 280 | 100 | 170 |  34 |2813 |2507 |-1.770016e+01 |-1.400000e+01 |  20.90%
103.31/103.41	c   103s|190000 | 16026 |  2274k|  12.0 |  24M|  56 |   - | 100 | 247 | 100 | 170 |  34 |2863 |2564 |-1.765990e+01 |-1.400000e+01 |  20.72%
107.99/108.03	c   108s|200000 | 16314 |  2369k|  11.8 |  25M|  56 |  37 | 100 | 254 | 100 | 170 |  34 |2919 |2668 |-1.762043e+01 |-1.400000e+01 |  20.55%
112.69/112.70	c   113s|210000 | 16682 |  2464k|  11.7 |  25M|  56 |   - | 100 | 253 | 100 | 170 |  34 |2983 |2749 |-1.757816e+01 |-1.400000e+01 |  20.36%
117.19/117.29	c   117s|220000 | 16884 |  2556k|  11.6 |  26M|  56 |   - | 100 | 240 | 100 | 170 |  34 |3027 |2841 |-1.754640e+01 |-1.400000e+01 |  20.21%
121.80/121.88	c   122s|230000 | 17142 |  2649k|  11.5 |  26M|  56 |  30 | 100 | 258 | 100 | 170 |  34 |3094 |2926 |-1.750681e+01 |-1.400000e+01 |  20.03%
126.41/126.44	c   126s|240000 | 17266 |  2740k|  11.4 |  27M|  56 |  33 | 100 | 257 | 100 | 170 |  34 |3172 |2991 |-1.747392e+01 |-1.400000e+01 |  19.88%
130.90/130.98	c   131s|250000 | 17498 |  2830k|  11.3 |  27M|  56 |   - | 100 | 242 | 100 | 170 |  34 |3231 |3054 |-1.744245e+01 |-1.400000e+01 |  19.74%
135.49/135.50	c   136s|260000 | 17650 |  2920k|  11.2 |  28M|  56 |  37 | 100 | 223 | 100 | 170 |  34 |3290 |3163 |-1.740620e+01 |-1.400000e+01 |  19.57%
140.00/140.02	c   140s|270000 | 17808 |  3010k|  11.1 |  28M|  56 |   - | 100 | 232 | 100 | 170 |  34 |3332 |3239 |-1.737762e+01 |-1.400000e+01 |  19.44%
144.59/144.61	c   145s|280000 | 17972 |  3101k|  11.1 |  29M|  56 |  44 | 100 | 239 | 100 | 170 |  34 |3388 |3319 |-1.734858e+01 |-1.400000e+01 |  19.30%
149.09/149.12	c   149s|290000 | 18098 |  3191k|  11.0 |  29M|  56 |   - | 100 | 241 | 100 | 170 |  34 |3457 |3382 |-1.731050e+01 |-1.400000e+01 |  19.12%
153.59/153.60	c   154s|300000 | 18152 |  3279k|  10.9 |  29M|  56 |   - | 100 | 245 | 100 | 170 |  34 |3524 |3455 |-1.727667e+01 |-1.400000e+01 |  18.97%
157.99/158.09	c   158s|310000 | 18182 |  3366k|  10.9 |  29M|  56 |  42 | 100 | 235 | 100 | 170 |  34 |3566 |3529 |-1.724228e+01 |-1.400000e+01 |  18.80%
162.59/162.60	c   163s|320000 | 18208 |  3455k|  10.8 |  30M|  56 |   - | 100 | 213 | 100 | 170 |  34 |3597 |3604 |-1.720894e+01 |-1.400000e+01 |  18.65%
166.89/166.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.89/166.99	c   167s|330000 | 18214 |  3540k|  10.7 |  30M|  56 |   - | 100 | 216 | 100 | 170 |  34 |3655 |3675 |-1.718014e+01 |-1.400000e+01 |  18.51%
171.40/171.46	c   171s|340000 | 18116 |  3627k|  10.7 |  30M|  56 |   - | 100 | 208 | 100 | 170 |  34 |3696 |3761 |-1.715230e+01 |-1.400000e+01 |  18.38%
175.80/175.90	c   176s|350000 | 18066 |  3713k|  10.6 |  30M|  56 |  30 | 100 | 219 | 100 | 170 |  34 |3744 |3827 |-1.712386e+01 |-1.400000e+01 |  18.24%
180.31/180.37	c   180s|360000 | 17992 |  3800k|  10.6 |  30M|  56 |   - | 100 | 202 | 100 | 170 |  34 |3783 |3876 |-1.709310e+01 |-1.400000e+01 |  18.10%
184.71/184.76	c   185s|370000 | 17782 |  3882k|  10.5 |  30M|  56 |  40 | 100 | 207 | 100 | 170 |  34 |3829 |3957 |-1.705849e+01 |-1.400000e+01 |  17.93%
189.11/189.20	c   189s|380000 | 17636 |  3968k|  10.4 |  30M|  56 |   - | 100 | 206 | 100 | 170 |  34 |3873 |4030 |-1.702353e+01 |-1.400000e+01 |  17.76%
193.51/193.55	c   194s|390000 | 17426 |  4051k|  10.4 |  30M|  56 |   - | 100 | 195 | 100 | 170 |  34 |3904 |4085 |-1.699689e+01 |-1.400000e+01 |  17.63%
197.91/197.91	c   198s|400000 | 17224 |  4134k|  10.3 |  30M|  56 |  44 | 100 | 198 | 100 | 170 |  34 |3944 |4163 |-1.696772e+01 |-1.400000e+01 |  17.49%
202.19/202.30	c   202s|410000 | 16988 |  4217k|  10.3 |  30M|  56 |   - | 100 | 197 | 100 | 170 |  34 |3984 |4252 |-1.693631e+01 |-1.400000e+01 |  17.34%
206.60/206.69	c   207s|420000 | 16718 |  4300k|  10.2 |  30M|  56 |  45 | 100 | 192 | 100 | 170 |  34 |4023 |4338 |-1.690545e+01 |-1.400000e+01 |  17.19%
211.00/211.08	c   211s|430000 | 16488 |  4385k|  10.2 |  30M|  56 |  36 | 100 | 203 | 100 | 170 |  34 |4078 |4400 |-1.687281e+01 |-1.400000e+01 |  17.03%
215.40/215.40	c   215s|440000 | 16202 |  4466k|  10.2 |  29M|  56 |   - | 100 | 191 | 100 | 170 |  34 |4107 |4466 |-1.684011e+01 |-1.400000e+01 |  16.87%
219.69/219.72	c   220s|450000 | 15844 |  4546k|  10.1 |  29M|  56 |  52 | 100 | 188 | 100 | 170 |  34 |4129 |4541 |-1.680371e+01 |-1.400000e+01 |  16.69%
224.00/224.01	c   224s|460000 | 15438 |  4625k|  10.1 |  29M|  56 |   - | 100 | 191 | 100 | 170 |  34 |4158 |4604 |-1.676746e+01 |-1.400000e+01 |  16.50%
228.20/228.27	c   228s|470000 | 15030 |  4704k|  10.0 |  28M|  56 |   - | 100 | 185 | 100 | 170 |  34 |4183 |4657 |-1.673890e+01 |-1.400000e+01 |  16.36%
232.50/232.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.50/232.55	c   233s|480000 | 14544 |  4782k|  10.0 |  28M|  56 |   - | 100 | 185 | 100 | 170 |  34 |4221 |4721 |-1.670919e+01 |-1.400000e+01 |  16.21%
236.80/236.88	c   237s|490000 | 14124 |  4862k|   9.9 |  28M|  56 |   - | 100 | 182 | 100 | 170 |  34 |4251 |4806 |-1.667068e+01 |-1.400000e+01 |  16.02%
241.10/241.10	c   241s|500000 | 13618 |  4938k|   9.9 |  27M|  56 |   - | 100 | 174 | 100 | 170 |  34 |4271 |4870 |-1.663032e+01 |-1.400000e+01 |  15.82%
245.31/245.34	c   245s|510000 | 13074 |  5015k|   9.8 |  26M|  56 |  28 | 100 | 178 | 100 | 170 |  34 |4298 |4932 |-1.659013e+01 |-1.400000e+01 |  15.61%
249.49/249.59	c   250s|520000 | 12470 |  5092k|   9.8 |  26M|  56 |   - | 100 | 189 |   0 |   0 |  34 |4340 |4988 |-1.655644e+01 |-1.400000e+01 |  15.44%
253.70/253.79	c   254s|530000 | 11818 |  5167k|   9.7 |  25M|  56 |   - | 100 | 186 | 100 | 170 |  34 |4376 |5062 |-1.651422e+01 |-1.400000e+01 |  15.22%
258.00/258.01	c   258s|540000 | 11082 |  5242k|   9.7 |  24M|  56 |   - | 100 | 179 | 100 | 170 |  34 |4398 |5140 |-1.647732e+01 |-1.400000e+01 |  15.03%
262.10/262.13	c   262s|550000 | 10336 |  5314k|   9.7 |  23M|  56 |   - | 100 | 178 | 100 | 170 |  34 |4422 |5195 |-1.644151e+01 |-1.400000e+01 |  14.85%
266.21/266.27	c   266s|560000 |  9508 |  5386k|   9.6 |  22M|  56 |   - | 100 | 173 | 100 | 170 |  34 |4446 |5258 |-1.640000e+01 |-1.400000e+01 |  14.63%
270.39/270.44	c   270s|570000 |  8650 |  5459k|   9.6 |  21M|  56 |  40 | 100 | 176 | 100 | 170 |  34 |4471 |5316 |-1.634349e+01 |-1.400000e+01 |  14.34%
274.50/274.59	c   275s|580000 |  7718 |  5530k|   9.5 |  19M|  56 |  32 | 100 | 186 | 100 | 170 |  34 |4512 |5387 |-1.629202e+01 |-1.400000e+01 |  14.07%
278.59/278.69	c   279s|590000 |  6688 |  5598k|   9.5 |  18M|  56 |   - | 100 | 168 | 100 | 170 |  34 |4531 |5483 |-1.622541e+01 |-1.400000e+01 |  13.72%
282.61/282.71	c   283s|600000 |  5498 |  5665k|   9.4 |  16M|  56 |  37 | 100 | 173 | 100 | 170 |  34 |4551 |5535 |-1.615156e+01 |-1.400000e+01 |  13.32%
286.59/286.62	c   287s|610000 |  4076 |  5728k|   9.4 |  14M|  56 |  42 | 100 | 174 | 100 | 170 |  34 |4574 |5589 |-1.603369e+01 |-1.400000e+01 |  12.68%
290.50/290.51	c   291s|620000 |  2344 |  5789k|   9.3 |  10M|  56 |   - | 100 | 166 | 100 | 170 |  34 |4589 |5646 |-1.588686e+01 |-1.400000e+01 |  11.88%
293.40/293.48	c 
293.40/293.48	c SCIP Status        : problem is solved [optimal solution found]
293.40/293.48	c Solving Time (sec) : 293.48
293.40/293.48	c Solving Nodes      : 627978
293.40/293.48	c Primal Bound       : -1.40000000000000e+01 (458 solutions)
293.40/293.48	c Dual Bound         : -1.40000000000000e+01
293.40/293.48	c Gap                : 0.00 %
293.40/293.48	s OPTIMUM FOUND
293.40/293.48	v -x92 x75 -x70 -x69 -x90 -x54 -x96 x81 -x57 -x86 -x64 x72 -x91 x62 -x53 -x94 -x93 -x89 -x58 -x59 -x78 -x97 -x84 x52 x98 -x68 x63 
293.40/293.48	v x55 -x80 -x65 -x87 x79 x99 -x51 x95 x88 -x85 -x67 -x60 -x56 -x82 -x74 -x100 x71 -x83 x77 -x73 -x61 -x66 -x76 x50 -x49 -x48 x47 
293.40/293.48	v -x46 -x45 x44 -x43 x42 x41 -x40 -x39 -x38 -x37 -x36 x35 x34 -x33 x32 -x31 x30 -x29 -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 
293.40/293.48	v x20 x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
293.40/293.48	c SCIP Status        : problem is solved [optimal solution found]
293.40/293.48	c Total Time         :     293.48
293.40/293.48	c   solving          :     293.48
293.40/293.48	c   presolving       :       0.03 (included in solving)
293.40/293.48	c   reading          :       0.00 (included in solving)
293.40/293.48	c Original Problem   :
293.40/293.48	c   Problem name     : HOME/instance-3450737-1307110619.opb
293.40/293.48	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
293.40/293.48	c   Constraints      : 857 initial, 857 maximal
293.40/293.48	c Presolved Problem  :
293.40/293.48	c   Problem name     : t_HOME/instance-3450737-1307110619.opb
293.40/293.48	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
293.40/293.48	c   Constraints      : 151 initial, 459 maximal
293.40/293.48	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
293.40/293.48	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
293.40/293.48	c   dualfix          :       0.00        606          0          0          0          0          0          0          0          0
293.40/293.48	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
293.40/293.48	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
293.40/293.48	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
293.40/293.48	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
293.40/293.48	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
293.40/293.48	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
293.40/293.48	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
293.40/293.48	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
293.40/293.48	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
293.40/293.48	c   pseudoboolean    :       0.00          0          0          0          0          0        706          0          0          0
293.40/293.48	c   root node        :          -          2          -          -          2          -          -          -          -          -
293.40/293.48	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
293.40/293.48	c   integral         :          0          0          0     320400          0        460          0        275       2160          0          0     637114
293.40/293.48	c   knapsack         :        100          6    1142182          3          0        455      66452       1305    1681501          0          0          0
293.40/293.48	c   setppc           :         50          6    1139496          1          0        454      11859          0     217133          0          0          0
293.40/293.48	c   linear           :          1+         7    1140877          3          0        454         13        716         15          0          0          0
293.40/293.48	c   logicor          :          0+         0     341492          0          0          0        151          0       2564          0          0          0
293.40/293.48	c   countsols        :          0          0          0          3          0        458          0          0          0          0          0          0
293.40/293.48	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
293.40/293.48	c   integral         :       9.03       0.00       0.00       9.03       0.00       0.00       0.00
293.40/293.48	c   knapsack         :       5.95       0.00       5.91       0.00       0.00       0.01       0.02
293.40/293.48	c   setppc           :       0.83       0.00       0.82       0.00       0.00       0.00       0.00
293.40/293.48	c   linear           :       1.01       0.00       1.00       0.00       0.00       0.00       0.00
293.40/293.48	c   logicor          :       0.75       0.00       0.75       0.00       0.00       0.00       0.00
293.40/293.48	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
293.40/293.48	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
293.40/293.48	c   vbounds          :          0          0          0          0
293.40/293.48	c   rootredcost      :          4          0          0          0
293.40/293.48	c   pseudoobj        :    1152966       9936       1345      19000
293.40/293.48	c Propagator Timings :  TotalTime  Propagate    Resprop
293.40/293.48	c   vbounds          :       0.20       0.20       0.00
293.40/293.48	c   rootredcost      :       0.23       0.23       0.00
293.40/293.48	c   pseudoobj        :       2.21       2.18       0.02
293.40/293.48	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
293.40/293.48	c   propagation      :       0.11       3366       3328      16761       36.0          0        0.0          -
293.40/293.48	c   infeasible LP    :       0.01        610        610       1355       18.2          0        0.0          0
293.40/293.48	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
293.40/293.48	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
293.40/293.48	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
293.40/293.48	c   applied globally :          -          -          -       3881       22.6          -          -          -
293.40/293.48	c   applied locally  :          -          -          -        745       40.9          -          -          -
293.40/293.48	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
293.40/293.48	c   cut pool         :       0.00          5          -          -        144          -    (maximal pool size: 469)
293.40/293.48	c   redcost          :       1.85     435981          0     341164          0          0
293.40/293.48	c   impliedbounds    :       0.00          6          0          0          0          0
293.40/293.48	c   intobj           :       0.00          0          0          0          0          0
293.40/293.48	c   gomory           :       0.03          6          0          0          0          0
293.40/293.48	c   cgmip            :       0.00          0          0          0          0          0
293.40/293.48	c   closecuts        :       0.00          0          0          0          0          0
293.40/293.48	c   strongcg         :       0.03          6          0          0        441          0
293.40/293.48	c   cmir             :       0.02          6          0          0         28          0
293.40/293.48	c   flowcover        :       0.02          6          0          0          0          0
293.40/293.48	c   clique           :       0.00          1          0          0          0          0
293.40/293.48	c   zerohalf         :       0.00          0          0          0          0          0
293.40/293.48	c   mcf              :       0.00          1          0          0          0          0
293.40/293.48	c   oddcycle         :       0.00          0          0          0          0          0
293.40/293.48	c   rapidlearning    :       0.02          1          0          0          0          2
293.40/293.48	c Pricers            :       Time      Calls       Vars
293.40/293.48	c   problem variables:       0.00          0          0
293.40/293.48	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
293.40/293.48	c   relpscost        :       8.85     320397        275       2160          0          0     637114
293.40/293.48	c   pscost           :       0.00          0          0          0          0          0          0
293.40/293.48	c   inference        :       0.00          0          0          0          0          0          0
293.40/293.48	c   mostinf          :       0.00          0          0          0          0          0          0
293.40/293.48	c   leastinf         :       0.00          0          0          0          0          0          0
293.40/293.48	c   fullstrong       :       0.00          0          0          0          0          0          0
293.40/293.48	c   allfullstrong    :       0.00          0          0          0          0          0          0
293.40/293.48	c   random           :       0.00          0          0          0          0          0          0
293.40/293.48	c Primal Heuristics  :       Time      Calls      Found
293.40/293.48	c   LP solutions     :       0.01          -          3
293.40/293.48	c   pseudo solutions :       0.00          -          0
293.40/293.48	c   feaspump         :       0.02          0          0
293.40/293.48	c   oneopt           :       0.14          4          0
293.40/293.48	c   crossover        :       0.30          1          0
293.40/293.48	c   linesearchdiving :       0.71        440          0
293.40/293.48	c   pscostdiving     :       1.03        440          0
293.40/293.48	c   guideddiving     :       0.74        440          0
293.40/293.48	c   fracdiving       :       0.71        440          0
293.40/293.48	c   veclendiving     :       0.87        441          0
293.40/293.48	c   coefdiving       :       1.00        441          0
293.40/293.48	c   objpscostdiving  :       1.51        221         66
293.40/293.48	c   rootsoldiving    :       0.72        221         39
293.40/293.48	c   trivial          :       0.00          2          1
293.40/293.48	c   shiftandpropagate:       0.00          0          0
293.40/293.48	c   simplerounding   :       0.08          0          0
293.40/293.48	c   zirounding       :       4.56          0          0
293.40/293.48	c   rounding         :       1.98      28739          1
293.40/293.48	c   shifting         :       7.07      35414        347
293.40/293.48	c   intshifting      :       0.01          0          0
293.40/293.48	c   twoopt           :       0.00          0          0
293.40/293.48	c   fixandinfer      :       0.00          0          0
293.40/293.48	c   clique           :       0.00          0          0
293.40/293.48	c   intdiving        :       0.00          0          0
293.40/293.48	c   actconsdiving    :       0.00          0          0
293.40/293.48	c   octane           :       0.00          0          0
293.40/293.48	c   rens             :       0.01          0          0
293.40/293.48	c   rins             :       0.00          0          0
293.40/293.48	c   localbranching   :       0.00          0          0
293.40/293.48	c   mutation         :       0.00          0          0
293.40/293.48	c   dins             :       0.00          0          0
293.40/293.48	c   vbounds          :       0.00          0          0
293.40/293.48	c   undercover       :       0.00          0          0
293.40/293.48	c   subnlp           :       0.09          0          0
293.40/293.48	c   trysol           :       0.13          0          0
293.40/293.48	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
293.40/293.48	c   primal LP        :       0.00          0          0       0.00          -
293.40/293.48	c   dual LP          :     209.03     663609    5659378       8.53   27073.98
293.40/293.48	c   lex dual LP      :       0.00          0          0       0.00          -
293.40/293.48	c   barrier LP       :       0.00          0          0       0.00          -
293.40/293.48	c   diving/probing LP:       5.76      35175     171001       4.86   29699.67
293.40/293.48	c   strong branching :       5.07       5712     120759      21.14   23833.15
293.40/293.48	c     (at root node) :          -         12       2180     181.67          -
293.40/293.48	c   conflict analysis:       0.00          0          0       0.00          -
293.40/293.48	c B&B Tree           :
293.40/293.48	c   number of runs   :          1
293.40/293.48	c   nodes            :     627978
293.40/293.48	c   nodes (total)    :     627978
293.40/293.48	c   nodes left       :          0
293.40/293.48	c   max depth        :         56
293.40/293.48	c   max depth (total):         56
293.40/293.48	c   backtracks       :      97769 (15.6%)
293.40/293.48	c   delayed cutoffs  :          0
293.40/293.48	c   repropagations   :       4513 (2476 domain reductions, 0 cutoffs)
293.40/293.48	c   avg switch length:       6.88
293.40/293.48	c   switching time   :      12.31
293.40/293.48	c Solution           :
293.40/293.48	c   Solutions found  :        458 (6 improvements)
293.40/293.48	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
293.40/293.48	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 62109 nodes, 41.54 seconds, depth 34, found by <relaxation>)
293.40/293.48	c   Dual Bound       : -1.40000000000000e+01
293.40/293.48	c   Gap              :       0.00 %
293.40/293.48	c   Root Dual Bound  : -2.49999999999999e+01
293.40/293.48	c   Root Iterations  :        390
293.40/293.49	c Time complete: 293.49.

Verifier Data

OK	-14

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 1/381 28583
/proc/meminfo: memFree=23819560/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=20148 CPUtime=0.01 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 3797 0 0 0 1 0 0 0 22 0 1 0 822664658 20631552 3494 33554432000 4194304 9163163 140735862360832 18446744073709551615 8041935 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 5037 3509 509 1214 0 3819 0

[startup+0.0835491 s]
/proc/loadavg: 2.00 2.02 2.00 1/381 28583
/proc/meminfo: memFree=23819560/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=33624 CPUtime=0.07 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 7332 0 0 0 7 0 0 0 18 0 1 0 822664658 34430976 7029 33554432000 4194304 9163163 140735862360832 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 8406 7029 716 1214 0 7188 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33624

[startup+0.100552 s]
/proc/loadavg: 2.00 2.02 2.00 1/381 28583
/proc/meminfo: memFree=23819560/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=30800 CPUtime=0.09 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 7351 0 0 0 9 0 0 0 18 0 1 0 822664658 31539200 6342 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 7700 6342 725 1214 0 6482 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30800

[startup+0.300508 s]
/proc/loadavg: 2.00 2.02 2.00 1/381 28583
/proc/meminfo: memFree=23819560/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=30868 CPUtime=0.29 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 7496 0 0 0 28 1 0 0 18 0 1 0 822664658 31608832 6487 33554432000 4194304 9163163 140735862360832 18446744073709551615 7379350 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 7717 6487 731 1214 0 6499 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30868

[startup+0.700436 s]
/proc/loadavg: 2.00 2.02 2.00 1/381 28583
/proc/meminfo: memFree=23819560/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=30868 CPUtime=0.69 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 7499 0 0 0 65 4 0 0 18 0 1 0 822664658 31608832 6490 33554432000 4194304 9163163 140735862360832 18446744073709551615 7390677 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 7717 6490 734 1214 0 6499 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30868

[startup+1.50031 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28594
/proc/meminfo: memFree=23760020/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=30868 CPUtime=1.49 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 7499 0 0 0 136 13 0 0 19 0 1 0 822664658 31608832 6490 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 7717 6490 734 1214 0 6499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30868

[startup+3.10101 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28594
/proc/meminfo: memFree=23758284/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=30868 CPUtime=3.09 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 7602 0 0 0 282 27 0 0 25 0 1 0 822664658 31608832 6593 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 7717 6593 737 1214 0 6499 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30868

[startup+6.30045 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28595
/proc/meminfo: memFree=23754076/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=32000 CPUtime=6.29 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 8921 0 0 0 568 61 0 0 25 0 1 0 822664658 32768000 6990 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 8000 6990 741 1214 0 6782 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32000

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28595
/proc/meminfo: memFree=23750504/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=32388 CPUtime=12.69 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 9898 0 0 0 1133 136 0 0 25 0 1 0 822664658 33165312 7135 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 8097 7135 741 1214 0 6879 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32388

[startup+25.5011 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28595
/proc/meminfo: memFree=23741184/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=37508 CPUtime=25.49 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 11163 0 0 0 2256 293 0 0 25 0 1 0 822664658 38408192 8398 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 9377 8398 741 1214 0 8159 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37508

[startup+51.1005 s]
/proc/loadavg: 2.05 2.03 2.00 3/387 28596
/proc/meminfo: memFree=23726840/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=47536 CPUtime=51.09 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 25250 0 0 0 4550 559 0 0 25 0 1 0 822664658 48676864 10947 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 11884 10947 741 1214 0 10666 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47536

[startup+102.314 s]
/proc/loadavg: 2.02 2.02 2.00 3/387 28597
/proc/meminfo: memFree=23718536/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=49796 CPUtime=102.31 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 30645 0 0 0 9171 1060 0 0 25 0 1 0 822664658 50991104 11485 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 12449 11485 741 1214 0 11231 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 49796

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/387 28599
/proc/meminfo: memFree=23709972/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=55428 CPUtime=162.3 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 33640 0 0 0 14590 1640 0 0 25 0 1 0 822664658 56758272 12837 33554432000 4194304 9163163 140735862360832 18446744073709551615 7379374 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 13857 12837 741 1214 0 12639 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 55428

[startup+222.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/387 28627
/proc/meminfo: memFree=23731428/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=56732 CPUtime=222.29 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 34017 0 0 0 20028 2201 0 0 25 0 1 0 822664658 58093568 13203 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 14183 13203 741 1214 0 12965 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 56732

[startup+282.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/387 28629
/proc/meminfo: memFree=23726484/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=56732 CPUtime=282.3 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 35670 0 0 0 25451 2779 0 0 25 0 1 0 822664658 58093568 13240 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 14183 13240 741 1214 0 12965 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 56732

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

[startup+287.901 s]
/proc/loadavg: 2.03 2.03 2.00 3/387 28629
/proc/meminfo: memFree=23725648/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=56732 CPUtime=287.89 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 35670 0 0 0 25961 2828 0 0 25 0 1 0 822664658 58093568 13240 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 14183 13240 741 1214 0 12965 0
Current children cumulated CPU time (s) 287.89
Current children cumulated vsize (KiB) 56732

[startup+291.101 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 28629
/proc/meminfo: memFree=23723816/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=56732 CPUtime=291.1 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 35670 0 0 0 26250 2860 0 0 25 0 1 0 822664658 58093568 13240 33554432000 4194304 9163163 140735862360832 18446744073709551615 4557897 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 14183 13240 741 1214 0 12965 0
Current children cumulated CPU time (s) 291.1
Current children cumulated vsize (KiB) 56732

[startup+292.701 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 28629
/proc/meminfo: memFree=23723320/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=56732 CPUtime=292.7 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 35670 0 0 0 26396 2874 0 0 25 0 1 0 822664658 58093568 13240 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 14183 13240 741 1214 0 12965 0
Current children cumulated CPU time (s) 292.7
Current children cumulated vsize (KiB) 56732

[startup+293.101 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 28629
/proc/meminfo: memFree=23723320/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=56732 CPUtime=293.1 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 35670 0 0 0 26434 2876 0 0 25 0 1 0 822664658 58093568 13240 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 14183 13240 741 1214 0 12965 0
Current children cumulated CPU time (s) 293.1
Current children cumulated vsize (KiB) 56732

[startup+293.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 28629
/proc/meminfo: memFree=23723320/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=56732 CPUtime=293.3 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 35670 0 0 0 26453 2877 0 0 25 0 1 0 822664658 58093568 13240 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 14183 13240 741 1214 0 12965 0
Current children cumulated CPU time (s) 293.3
Current children cumulated vsize (KiB) 56732

[startup+293.401 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 28629
/proc/meminfo: memFree=23723320/32951124 swapFree=49244120/67111528
[pid=28583] ppid=28581 vsize=56732 CPUtime=293.4 cores=1,3,5,7
/proc/28583/stat : 28583 (scip-2.0.1.4b.l) R 28581 28583 27315 0 -1 4202496 35670 0 0 0 26463 2877 0 0 25 0 1 0 822664658 58093568 13240 33554432000 4194304 9163163 140735862360832 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28583/statm: 14183 13240 741 1214 0 12965 0
Current children cumulated CPU time (s) 293.4
Current children cumulated vsize (KiB) 56732

Child status: 0
Real time (s): 293.491
CPU time (s): 293.497
CPU user time (s): 264.711
CPU system time (s): 28.7866
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 56732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.711
system time used= 28.7866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35675
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= 8
involuntary context switches= 637

runsolver used 1.05084 second user time and 2.42563 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-03 16:16:59
IDJOB=3450737
IDBENCH=48261
IDSOLVER=1948
FILE ID=node101/3450737-1307110619
RUNJOBID= node101-1307108815-28458
PBS_JOBID= 13497974
Free space on /tmp= 73956 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_5.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450737-1307110619/watcher-3450737-1307110619 -o /tmp/evaluation-result-3450737-1307110619/solver-3450737-1307110619 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450737-1307110619.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0619afe86d0e2ffb4ad28e9f2f441c24
RANDOM SEED=622700324

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23819716 kB
Buffers:        238896 kB
Cached:         479292 kB
SwapCached:      27120 kB
Active:        8433512 kB
Inactive:       421024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23819716 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:           12276 kB
Writeback:          16 kB
AnonPages:     8132052 kB
Mapped:          17768 kB
Slab:           134712 kB
PageTables:      74676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78587144 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73932 MiB
End job on node101 at 2011-06-03 16:21:52