Trace number 3450920

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.4OPT53 397.634 397.634

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g15x15.opb
MD5SUM28425c3b4907da9ba10ee31a4de63042
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark379.38
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 53
Optimality of the best value was proved NO
Number of variables225
Total number of constraints225
Number of constraints which are clauses225
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 225
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 225
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 225
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.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-3450920-1307086445.opb>
0.00/0.00	c original problem has 225 variables (225 bin, 0 int, 0 impl, 0 cont) and 225 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	o 225
0.00/0.01	c feasible solution found by trivial heuristic, objective value  2.250000e+02
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 225 upgd conss, 0 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/225 (44.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (2 rounds):
0.00/0.01	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 225 variables (225 bin, 0 int, 0 impl, 0 cont) and 225 constraints
0.00/0.01	c     225 constraints of type <logicor>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.5
0.00/0.01	c 
0.00/0.01	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c conflict/interconss = 0
0.00/0.01	c 
0.00/0.01	c # should binary conflicts be preferred?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c conflict/preferbinary = TRUE
0.00/0.01	c 
0.00/0.01	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.01	c constraints/agelimit = 1
0.00/0.01	c 
0.00/0.01	c # should enforcement of pseudo solution be disabled?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/disableenfops = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	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.0s|     1 |     0 |   926 |     - | 857k|   0 | 225 | 225 | 225 | 225 | 225 |   0 |   0 |   0 | 4.852611e+01 | 2.250000e+02 | 363.67%
0.00/0.05	o 224
0.00/0.05	c R 0.1s|     1 |     0 |   926 |     - | 867k|   0 | 225 | 225 | 225 | 225 | 225 |   0 |   0 |   0 | 4.852611e+01 | 2.240000e+02 | 361.61%
0.00/0.05	o 223
0.00/0.05	c s 0.1s|     1 |     0 |   926 |     - | 873k|   0 | 225 | 225 | 225 | 225 | 225 |   0 |   0 |   0 | 4.852611e+01 | 2.230000e+02 | 359.55%
0.00/0.09	c   0.1s|     1 |     0 |   932 |     - |2346k|   0 | 221 | 225 | 225 | 225 | 226 |   1 |   0 |   0 | 4.862196e+01 | 2.230000e+02 | 358.64%
0.00/0.09	o 75
0.00/0.09	c b 0.1s|     1 |     0 |   932 |     - |2352k|   0 | 221 | 225 | 225 | 225 | 226 |   1 |   0 |   0 | 4.862196e+01 | 7.500000e+01 |  54.25%
0.09/0.14	c   0.1s|     1 |     0 |   943 |     - |3750k|   0 | 218 | 225 | 225 | 225 | 227 |   2 |   0 |   0 | 4.870258e+01 | 7.500000e+01 |  54.00%
0.09/0.18	c   0.2s|     1 |     0 |   967 |     - |4993k|   0 | 219 | 225 | 225 | 225 | 228 |   3 |   0 |   0 | 4.872491e+01 | 7.500000e+01 |  53.93%
0.19/0.22	c   0.2s|     1 |     0 |   991 |     - |5784k|   0 | 220 | 225 | 225 | 225 | 229 |   4 |   0 |   0 | 4.874390e+01 | 7.500000e+01 |  53.87%
0.19/0.26	c   0.3s|     1 |     0 |  1006 |     - |6204k|   0 | 220 | 225 | 225 | 225 | 230 |   5 |   0 |   0 | 4.875519e+01 | 7.500000e+01 |  53.83%
0.19/0.29	c   0.3s|     1 |     0 |  1012 |     - |6299k|   0 | 221 | 225 | 225 | 225 | 231 |   6 |   0 |   0 | 4.875725e+01 | 7.500000e+01 |  53.82%
0.29/0.33	c   0.3s|     1 |     0 |  1037 |     - |6348k|   0 | 222 | 225 | 225 | 225 | 232 |   7 |   0 |   0 | 4.876379e+01 | 7.500000e+01 |  53.80%
0.29/0.37	c   0.4s|     1 |     0 |  1059 |     - |6371k|   0 | 219 | 225 | 225 | 225 | 233 |   8 |   0 |   0 | 4.877251e+01 | 7.500000e+01 |  53.78%
0.39/0.41	c   0.4s|     1 |     0 |  1108 |     - |6394k|   0 | 217 | 225 | 225 | 225 | 234 |   9 |   0 |   0 | 4.878022e+01 | 7.500000e+01 |  53.75%
0.39/0.44	c   0.4s|     1 |     0 |  1128 |     - |6403k|   0 | 218 | 225 | 225 | 225 | 235 |  10 |   0 |   0 | 4.878284e+01 | 7.500000e+01 |  53.74%
0.79/0.85	c   0.8s|     1 |     2 |  1128 |     - |6414k|   0 | 218 | 225 | 225 | 225 | 235 |  10 |   0 |  22 | 4.878284e+01 | 7.500000e+01 |  53.74%
2.69/2.77	o 75
2.69/2.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.69/2.77	c c 2.8s|    15 |    16 |  2578 | 103.6 |6640k|  14 |   - | 225 | 225 | 225 | 234 |  10 |   0 | 288 | 4.881380e+01 | 7.500000e+01 |  53.65%
2.69/2.77	o 65
2.69/2.77	c c 2.8s|    15 |    16 |  2584 | 104.0 |6645k|  14 |   - | 225 | 225 | 225 | 234 |  10 |   0 | 288 | 4.881380e+01 | 6.500000e+01 |  33.16%
2.69/2.77	o 60
2.69/2.77	c c 2.8s|    15 |    16 |  2589 | 104.4 |6648k|  14 |   - | 225 | 225 | 225 | 234 |  10 |   0 | 288 | 4.881380e+01 | 6.000000e+01 |  22.92%
2.69/2.77	o 59
2.69/2.77	c b 2.8s|    16 |    15 |  2589 |  97.4 |6643k|  14 |   - | 225 | 225 | 225 | 234 |  10 |   0 | 288 | 4.881380e+01 | 5.900000e+01 |  20.87%
4.40/4.50	o 56
4.40/4.50	c p 4.5s|    27 |    28 |  4151 | 116.3 |6778k|  14 |   - | 225 | 225 | 225 | 234 |  10 |   0 | 510 | 4.881380e+01 | 5.600000e+01 |  14.72%
6.79/6.86	o 56
6.79/6.86	c z 6.9s|   106 |   101 | 15825 | 140.0 |6809k|  22 |  10 | 225 | 225 | 225 | 234 |  10 |   0 | 837 | 4.881380e+01 | 5.600000e+01 |  14.72%
6.79/6.86	o 56
6.79/6.86	c z 6.9s|   108 |   103 | 15909 | 138.1 |6812k|  24 |   7 | 225 | 225 | 225 | 234 |  10 |   0 | 837 | 4.881380e+01 | 5.600000e+01 |  14.72%
7.19/7.20	o 55
7.19/7.20	c * 7.2s|   245 |   131 | 21318 |  82.7 |6836k|  28 |   - | 225 | 225 | 225 | 234 |  10 |   0 | 837 | 4.885306e+01 | 5.500000e+01 |  12.58%
7.19/7.22	o 54
7.19/7.22	c * 7.2s|   260 |   107 | 21782 |  79.7 |6829k|  28 |   - | 225 | 225 | 225 | 234 |  10 |   0 | 837 | 4.885306e+01 | 5.400000e+01 |  10.54%
15.09/15.18	o 53
15.09/15.18	c v15.2s|  2074 |   483 |147601 |  70.7 |7045k|  31 |   - | 225 | 225 | 225 | 234 |  10 |   0 | 994 | 4.961809e+01 | 5.300000e+01 |   6.82%
50.19/50.23	c  50.2s| 10000 |  3639 |725484 |  72.4 |9466k|  31 |   - | 225 | 225 | 225 | 234 |  10 |   0 |1375 | 5.027111e+01 | 5.300000e+01 |   5.43%
84.80/84.89	c  84.9s| 20000 |  6327 |  1305k|  65.2 |  12M|  31 | 157 | 225 | 225 | 225 | 234 |  10 |   0 |1927 | 5.048233e+01 | 5.300000e+01 |   4.99%
114.98/115.05	c   115s| 30000 |  8305 |  1818k|  60.6 |  14M|  31 |   - | 225 | 225 | 225 | 234 |  10 |   0 |2440 | 5.064031e+01 | 5.300000e+01 |   4.66%
142.48/142.59	c   143s| 40000 |  9791 |  2293k|  57.3 |  16M|  31 | 145 | 225 | 225 | 225 | 234 |  10 |   0 |2839 | 5.075454e+01 | 5.300000e+01 |   4.42%
167.99/168.05	c   168s| 50000 | 10831 |  2731k|  54.6 |  18M|  32 | 174 | 225 | 225 | 225 | 234 |  10 |   0 |3228 | 5.085361e+01 | 5.300000e+01 |   4.22%
192.79/192.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
192.79/192.86	c   193s| 60000 | 11587 |  3161k|  52.7 |  19M|  32 |   - | 225 | 225 | 225 | 234 |  10 |   0 |3591 | 5.093242e+01 | 5.300000e+01 |   4.06%
215.49/215.60	c   216s| 70000 | 12111 |  3555k|  50.8 |  20M|  32 |   - | 225 | 225 | 225 | 234 |  10 |   0 |3848 | 5.100738e+01 | 5.300000e+01 |   3.91%
238.89/238.98	c   239s| 80000 | 12317 |  3959k|  49.5 |  21M|  32 |   - | 225 | 225 | 225 | 234 |  10 |   0 |4179 | 5.106983e+01 | 5.300000e+01 |   3.78%
261.09/261.19	c   261s| 90000 | 12209 |  4338k|  48.2 |  21M|  32 | 154 | 225 | 225 | 225 | 234 |  10 |   0 |4483 | 5.112551e+01 | 5.300000e+01 |   3.67%
282.59/282.66	c   283s|100000 | 11805 |  4707k|  47.1 |  22M|  32 |   - | 225 | 225 | 225 | 234 |  10 |   0 |4765 | 5.118673e+01 | 5.300000e+01 |   3.54%
302.99/303.01	c   303s|110000 | 11005 |  5057k|  46.0 |  21M|  32 |   - | 225 | 225 | 225 | 234 |  10 |   0 |4992 | 5.124969e+01 | 5.300000e+01 |   3.42%
323.19/323.23	c   323s|120000 |  9935 |  5402k|  45.0 |  20M|  32 | 161 | 225 | 225 | 225 | 234 |  10 |   0 |5271 | 5.130667e+01 | 5.300000e+01 |   3.30%
342.20/342.22	c   342s|130000 |  8665 |  5725k|  44.0 |  19M|  32 | 162 | 225 | 225 | 225 | 234 |  10 |   0 |5460 | 5.136243e+01 | 5.300000e+01 |   3.19%
360.99/361.02	c   361s|140000 |  7015 |  6039k|  43.1 |  17M|  32 |   - | 225 | 225 | 225 | 234 |  10 |   0 |5748 | 5.142629e+01 | 5.300000e+01 |   3.06%
379.39/379.45	c   379s|150000 |  4805 |  6344k|  42.3 |  14M|  32 |   - | 225 | 225 | 225 | 234 |  10 |   0 |6046 | 5.150125e+01 | 5.300000e+01 |   2.91%
395.29/395.38	c   395s|160000 |  1103 |  6607k|  41.3 |8793k|  32 |   - | 225 | 225 | 225 | 234 |  10 |   0 |6255 | 5.165149e+01 | 5.300000e+01 |   2.61%
397.60/397.62	c 
397.60/397.62	c SCIP Status        : problem is solved [optimal solution found]
397.60/397.62	c Solving Time (sec) : 397.62
397.60/397.62	c Solving Nodes      : 161749
397.60/397.62	c Primal Bound       : +5.30000000000000e+01 (566 solutions)
397.60/397.62	c Dual Bound         : +5.30000000000000e+01
397.60/397.62	c Gap                : 0.00 %
397.60/397.62	s OPTIMUM FOUND
397.60/397.62	v -x225 -x224 x223 -x222 -x221 -x220 x219 -x218 -x217 x216 -x215 -x214 -x213 x212 -x211 x210 -x209 -x208 -x207 x206 -x205 -x204 -x203 
397.60/397.62	v -x202 x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 x188 -x187 -x186 -x185 -x184 x183 -x182 
397.60/397.62	v x181 -x180 x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 x162 -x161 -x160 
397.60/397.62	v -x159 -x158 x157 -x156 -x155 -x154 -x153 x152 -x151 x150 x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 x139 -x138 
397.60/397.62	v -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 x126 -x125 -x124 -x123 -x122 x121 -x120 -x119 x118 -x117 
397.60/397.62	v -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 x108 -x107 x106 x105 -x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 x95 -x94 
397.60/397.62	v -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 -x79 -x78 x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 x69 -x68 
397.60/397.62	v -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 x56 -x55 -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 x46 x45 -x44 -x43 -x42 
397.60/397.62	v -x41 -x40 x39 x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 -x28 x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 x16 
397.60/397.62	v -x15 x14 -x13 -x12 -x11 x10 -x9 -x8 x7 -x6 -x5 -x4 x3 -x2 -x1 
397.60/397.62	c SCIP Status        : problem is solved [optimal solution found]
397.60/397.62	c Total Time         :     397.62
397.60/397.62	c   solving          :     397.62
397.60/397.62	c   presolving       :       0.00 (included in solving)
397.60/397.62	c   reading          :       0.00 (included in solving)
397.60/397.62	c Original Problem   :
397.60/397.62	c   Problem name     : HOME/instance-3450920-1307086445.opb
397.60/397.62	c   Variables        : 225 (225 binary, 0 integer, 0 implicit integer, 0 continuous)
397.60/397.62	c   Constraints      : 225 initial, 225 maximal
397.60/397.62	c Presolved Problem  :
397.60/397.62	c   Problem name     : t_HOME/instance-3450920-1307086445.opb
397.60/397.62	c   Variables        : 225 (225 binary, 0 integer, 0 implicit integer, 0 continuous)
397.60/397.62	c   Constraints      : 225 initial, 225 maximal
397.60/397.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
397.60/397.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
397.60/397.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
397.60/397.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
397.60/397.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
397.60/397.62	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
397.60/397.62	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
397.60/397.62	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
397.60/397.62	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
397.60/397.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
397.60/397.62	c   root node        :          -          1          -          -          1          -          -          -          -          -
397.60/397.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
397.60/397.62	c   integral         :          0          0          0      81902          0        569          0        403       1345          0          0     162150
397.60/397.62	c   logicor          :        225         11     137133          2          0        564          0          0       7281          0          0          0
397.60/397.62	c   countsols        :          0          0          0          2          0        567          0          0          0          0          0          0
397.60/397.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
397.60/397.62	c   integral         :      31.98       0.00       0.00      31.97       0.00       0.00       0.00
397.60/397.62	c   logicor          :       0.62       0.00       0.62       0.00       0.00       0.00       0.00
397.60/397.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
397.60/397.62	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
397.60/397.62	c   vbounds          :          0          0          0          0
397.60/397.62	c   rootredcost      :          6          0          0          0
397.60/397.62	c   pseudoobj        :     276670          0          0          0
397.60/397.62	c Propagator Timings :  TotalTime  Propagate    Resprop
397.60/397.62	c   vbounds          :       0.06       0.06       0.00
397.60/397.62	c   rootredcost      :       0.08       0.08       0.00
397.60/397.62	c   pseudoobj        :       1.44       1.44       0.00
397.60/397.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
397.60/397.62	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
397.60/397.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
397.60/397.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
397.60/397.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
397.60/397.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
397.60/397.62	c   applied globally :          -          -          -          0        0.0          -          -          -
397.60/397.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
397.60/397.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
397.60/397.62	c   cut pool         :       0.01         10          -          -        194          -    (maximal pool size: 834)
397.60/397.62	c   redcost          :       1.20     150125          0     753037          0          0
397.60/397.62	c   impliedbounds    :       0.00         11          0          0          0          0
397.60/397.62	c   intobj           :       0.00          0          0          0          0          0
397.60/397.62	c   gomory           :       0.14         11          0          0          0          0
397.60/397.62	c   cgmip            :       0.00          0          0          0          0          0
397.60/397.62	c   closecuts        :       0.00          0          0          0          0          0
397.60/397.62	c   strongcg         :       0.16         11          0          0        834          0
397.60/397.62	c   cmir             :       0.02         10          0          0          0          0
397.60/397.62	c   flowcover        :       0.03         10          0          0          0          0
397.60/397.62	c   clique           :       0.00          1          0          0          0          0
397.60/397.62	c   zerohalf         :       0.00          0          0          0          0          0
397.60/397.62	c   mcf              :       0.00          1          0          0          0          0
397.60/397.62	c   oddcycle         :       0.00          0          0          0          0          0
397.60/397.62	c   rapidlearning    :       0.00          0          0          0          0          0
397.60/397.62	c Pricers            :       Time      Calls       Vars
397.60/397.62	c   problem variables:       0.00          0          0
397.60/397.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
397.60/397.62	c   relpscost        :      31.93      81900        403       1345          0          0     162150
397.60/397.62	c   pscost           :       0.00          0          0          0          0          0          0
397.60/397.62	c   inference        :       0.00          0          0          0          0          0          0
397.60/397.62	c   mostinf          :       0.00          0          0          0          0          0          0
397.60/397.62	c   leastinf         :       0.00          0          0          0          0          0          0
397.60/397.62	c   fullstrong       :       0.00          0          0          0          0          0          0
397.60/397.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
397.60/397.62	c   random           :       0.00          0          0          0          0          0          0
397.60/397.62	c Primal Heuristics  :       Time      Calls      Found
397.60/397.62	c   LP solutions     :       0.00          -          2
397.60/397.62	c   pseudo solutions :       0.00          -          0
397.60/397.62	c   feaspump         :       0.01          0          0
397.60/397.62	c   oneopt           :       0.04         10          2
397.60/397.62	c   crossover        :       0.16          4          4
397.60/397.62	c   rootsoldiving    :       2.80         95          1
397.60/397.62	c   objpscostdiving  :      19.17        105        231
397.60/397.62	c   fracdiving       :       3.25        355          6
397.60/397.62	c   veclendiving     :       2.04        355         34
397.60/397.62	c   guideddiving     :       3.32        355          0
397.60/397.62	c   linesearchdiving :       5.83        356         10
397.60/397.62	c   pscostdiving     :       4.63        356         82
397.60/397.62	c   coefdiving       :       3.20        356         37
397.60/397.62	c   trivial          :       0.00          2          1
397.60/397.62	c   shiftandpropagate:       0.00          0          0
397.60/397.62	c   simplerounding   :       1.26      81910         66
397.60/397.62	c   zirounding       :       0.67       4401         88
397.60/397.62	c   rounding         :       5.11      13324          1
397.60/397.62	c   shifting         :       1.49       3712          1
397.60/397.62	c   intshifting      :       0.00          0          0
397.60/397.62	c   twoopt           :       0.00          0          0
397.60/397.62	c   fixandinfer      :       0.00          0          0
397.60/397.62	c   clique           :       0.00          0          0
397.60/397.62	c   intdiving        :       0.00          0          0
397.60/397.62	c   actconsdiving    :       0.00          0          0
397.60/397.62	c   octane           :       0.00          0          0
397.60/397.62	c   rens             :       0.01          0          0
397.60/397.62	c   rins             :       0.00          0          0
397.60/397.62	c   localbranching   :       0.00          0          0
397.60/397.62	c   mutation         :       0.00          0          0
397.60/397.62	c   dins             :       0.00          0          0
397.60/397.62	c   vbounds          :       0.00          0          0
397.60/397.62	c   undercover       :       0.00          0          0
397.60/397.62	c   subnlp           :       0.03          0          0
397.60/397.62	c   trysol           :       0.04          0          0
397.60/397.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
397.60/397.62	c   primal LP        :       0.00          0          0       0.00          -
397.60/397.62	c   dual LP          :     294.64     162181    5734573      35.36   19463.00
397.60/397.62	c   lex dual LP      :       0.00          0          0       0.00          -
397.60/397.62	c   barrier LP       :       0.00          0          0       0.00          -
397.60/397.62	c   diving/probing LP:      41.03      40706     905877      22.25   22078.63
397.60/397.62	c   strong branching :      28.76       6309     557561      88.38   19389.60
397.60/397.62	c     (at root node) :          -         22       4198     190.82          -
397.60/397.62	c   conflict analysis:       0.00          0          0       0.00          -
397.60/397.62	c B&B Tree           :
397.60/397.62	c   number of runs   :          1
397.60/397.62	c   nodes            :     161749
397.60/397.62	c   nodes (total)    :     161749
397.60/397.62	c   nodes left       :          0
397.60/397.62	c   max depth        :         32
397.60/397.62	c   max depth (total):         32
397.60/397.62	c   backtracks       :      42410 (26.2%)
397.60/397.62	c   delayed cutoffs  :          0
397.60/397.62	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
397.60/397.62	c   avg switch length:       7.96
397.60/397.62	c   switching time   :       2.33
397.60/397.62	c Solution           :
397.60/397.62	c   Solutions found  :        566 (14 improvements)
397.60/397.62	c   First Solution   : +2.25000000000000e+02   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
397.60/397.62	c   Primal Bound     : +5.30000000000000e+01   (in run 1, after 2074 nodes, 15.18 seconds, depth 38, found by <veclendiving>)
397.60/397.62	c   Dual Bound       : +5.30000000000000e+01
397.60/397.62	c   Gap              :       0.00 %
397.60/397.62	c   Root Dual Bound  : +4.87828404541772e+01
397.60/397.62	c   Root Iterations  :       1128
397.60/397.63	c Time complete: 397.62.

Verifier Data

OK	53

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-3450920-1307086445/watcher-3450920-1307086445 -o /tmp/evaluation-result-3450920-1307086445/solver-3450920-1307086445 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450920-1307086445.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/453 15723
/proc/meminfo: memFree=31648984/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=18212 CPUtime=0 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 3173 0 0 0 0 0 0 0 25 0 1 0 820242376 18649088 3126 33554432000 4194304 9163163 140736367604128 18446744073709551615 8041965 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 4553 3140 495 1214 0 3335 0

[startup+0.100629 s]
/proc/loadavg: 2.00 2.00 2.00 2/453 15723
/proc/meminfo: memFree=31648984/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=20932 CPUtime=0.09 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 4355 0 0 0 9 0 0 0 25 0 1 0 820242376 21434368 4049 33554432000 4194304 9163163 140736367604128 18446744073709551615 4346257 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 5233 4049 652 1214 0 4015 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20932

[startup+0.200588 s]
/proc/loadavg: 2.00 2.00 2.00 2/453 15723
/proc/meminfo: memFree=31648984/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=25960 CPUtime=0.19 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 5627 0 0 0 19 0 0 0 25 0 1 0 820242376 26583040 5321 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 6490 5321 660 1214 0 5272 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25960

[startup+0.30056 s]
/proc/loadavg: 2.00 2.00 2.00 2/453 15723
/proc/meminfo: memFree=31648984/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=27276 CPUtime=0.29 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 5983 0 0 0 29 0 0 0 25 0 1 0 820242376 27930624 5673 33554432000 4194304 9163163 140736367604128 18446744073709551615 6651208 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 6819 5673 660 1214 0 5601 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27276

[startup+0.700532 s]
/proc/loadavg: 2.00 2.00 2.00 2/453 15723
/proc/meminfo: memFree=31648984/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=27860 CPUtime=0.69 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 7822 0 0 0 68 1 0 0 25 0 1 0 820242376 28528640 5895 33554432000 4194304 9163163 140736367604128 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 6965 5895 681 1214 0 5747 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27860

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 2.00 3/454 15724
/proc/meminfo: memFree=31626532/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=27860 CPUtime=1.49 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 7826 0 0 0 146 3 0 0 25 0 1 0 820242376 28528640 5899 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 6965 5899 685 1214 0 5747 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27860

[startup+3.10105 s]
/proc/loadavg: 2.00 2.00 2.00 3/454 15724
/proc/meminfo: memFree=31625168/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=27860 CPUtime=3.09 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 7827 0 0 0 303 6 0 0 25 0 1 0 820242376 28528640 5900 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 6965 5900 686 1214 0 5747 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27860

[startup+6.30048 s]
/proc/loadavg: 2.00 2.00 2.00 3/454 15724
/proc/meminfo: memFree=31621828/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=27860 CPUtime=6.29 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 7827 0 0 0 617 12 0 0 25 0 1 0 820242376 28528640 5900 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 6965 5900 686 1214 0 5747 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27860

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/454 15724
/proc/meminfo: memFree=31620512/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=28620 CPUtime=12.69 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 15808 0 0 0 1244 25 0 0 25 0 1 0 820242376 29306880 6116 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 7155 6116 711 1214 0 5937 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28620

[startup+25.501 s]
/proc/loadavg: 2.07 2.02 2.00 3/454 15725
/proc/meminfo: memFree=31616504/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=28980 CPUtime=25.49 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 15881 0 0 0 2499 50 0 0 25 0 1 0 820242376 29675520 6189 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 7245 6189 711 1214 0 6027 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28980

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/454 15725
/proc/meminfo: memFree=31623904/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=31700 CPUtime=51.08 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 22353 0 0 0 5010 98 0 0 25 0 1 0 820242376 32460800 6898 33554432000 4194304 9163163 140736367604128 18446744073709551615 8012789 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 7925 6898 711 1214 0 6707 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31700

[startup+102.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/454 15727
/proc/meminfo: memFree=31615116/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=36488 CPUtime=102.29 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 28214 0 0 0 10031 198 0 0 25 0 1 0 820242376 37363712 8079 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 9122 8079 711 1214 0 7904 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 36488

[startup+162.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/454 15728
/proc/meminfo: memFree=31606908/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=41344 CPUtime=162.28 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 30957 0 0 0 15910 318 0 0 25 0 1 0 820242376 42336256 9276 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 10336 9276 711 1214 0 9118 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 41344

[startup+222.317 s]
/proc/loadavg: 2.09 2.04 2.01 3/454 15730
/proc/meminfo: memFree=31611836/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=46092 CPUtime=222.3 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 33775 0 0 0 21789 441 0 0 25 0 1 0 820242376 47198208 10521 33554432000 4194304 9163163 140736367604128 18446744073709551615 4543710 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 11523 10521 711 1214 0 10305 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 46092

[startup+282.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/454 15731
/proc/meminfo: memFree=31601760/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=48580 CPUtime=282.29 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 34376 0 0 0 27669 560 0 0 25 0 1 0 820242376 49745920 11122 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 12145 11122 711 1214 0 10927 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 48580

[startup+342.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/454 15733
/proc/meminfo: memFree=31598372/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=48584 CPUtime=342.29 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 35930 0 0 0 33545 684 0 0 25 0 1 0 820242376 49750016 11146 33554432000 4194304 9163163 140736367604128 18446744073709551615 7225331 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 12146 11146 711 1214 0 10928 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 48584

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

[startup+358.4 s]
/proc/loadavg: 2.02 2.03 2.00 3/454 15733
/proc/meminfo: memFree=31607416/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=48584 CPUtime=358.39 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 35930 0 0 0 35122 717 0 0 25 0 1 0 820242376 49750016 11146 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 12146 11146 711 1214 0 10928 0
Current children cumulated CPU time (s) 358.39
Current children cumulated vsize (KiB) 48584

[startup+384.017 s]
/proc/loadavg: 2.07 2.04 2.00 3/454 15734
/proc/meminfo: memFree=31602312/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=48584 CPUtime=384.01 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 35930 0 0 0 37637 764 0 0 25 0 1 0 820242376 49750016 11146 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 12146 11146 711 1214 0 10928 0
Current children cumulated CPU time (s) 384.01
Current children cumulated vsize (KiB) 48584

[startup+390.401 s]
/proc/loadavg: 2.07 2.04 2.00 3/454 15734
/proc/meminfo: memFree=31599956/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=48584 CPUtime=390.39 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 35930 0 0 0 38261 778 0 0 25 0 1 0 820242376 49750016 11146 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 12146 11146 711 1214 0 10928 0
Current children cumulated CPU time (s) 390.39
Current children cumulated vsize (KiB) 48584

[startup+393.601 s]
/proc/loadavg: 2.07 2.04 2.00 3/454 15734
/proc/meminfo: memFree=31599832/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=48584 CPUtime=393.59 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 35930 0 0 0 38575 784 0 0 25 0 1 0 820242376 49750016 11146 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 12146 11146 711 1214 0 10928 0
Current children cumulated CPU time (s) 393.59
Current children cumulated vsize (KiB) 48584

[startup+395.201 s]
/proc/loadavg: 2.06 2.04 2.00 3/454 15734
/proc/meminfo: memFree=31599460/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=48584 CPUtime=395.19 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 35930 0 0 0 38732 787 0 0 25 0 1 0 820242376 49750016 11146 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 12146 11146 711 1214 0 10928 0
Current children cumulated CPU time (s) 395.19
Current children cumulated vsize (KiB) 48584

[startup+396.8 s]
/proc/loadavg: 2.06 2.04 2.00 3/454 15734
/proc/meminfo: memFree=31599460/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=48584 CPUtime=396.79 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 35930 0 0 0 38889 790 0 0 25 0 1 0 820242376 49750016 11146 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 12146 11146 711 1214 0 10928 0
Current children cumulated CPU time (s) 396.79
Current children cumulated vsize (KiB) 48584

[startup+397.216 s]
/proc/loadavg: 2.06 2.04 2.00 3/454 15734
/proc/meminfo: memFree=31599460/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=48584 CPUtime=397.2 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 35930 0 0 0 38929 791 0 0 25 0 1 0 820242376 49750016 11146 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 12146 11146 711 1214 0 10928 0
Current children cumulated CPU time (s) 397.2
Current children cumulated vsize (KiB) 48584

[startup+397.6 s]
/proc/loadavg: 2.06 2.04 2.00 3/454 15734
/proc/meminfo: memFree=31599460/32951124 swapFree=55639044/67111528
[pid=15723] ppid=15721 vsize=48584 CPUtime=397.6 cores=0,2,4,6
/proc/15723/stat : 15723 (scip-2.0.1.4b.l) R 15721 15723 12722 0 -1 4202496 35930 0 0 0 38967 793 0 0 25 0 1 0 820242376 49750016 11146 33554432000 4194304 9163163 140736367604128 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15723/statm: 12146 11146 711 1214 0 10928 0
Current children cumulated CPU time (s) 397.6
Current children cumulated vsize (KiB) 48584

Child status: 0
Real time (s): 397.634
CPU time (s): 397.634
CPU user time (s): 389.7
CPU system time (s): 7.93379
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 48584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 389.7
system time used= 7.93379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35935
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= 6
involuntary context switches= 851

runsolver used 1.85772 second user time and 3.91341 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-03 09:34:05
IDJOB=3450920
IDBENCH=2214
IDSOLVER=1948
FILE ID=node133/3450920-1307086445
RUNJOBID= node133-1307082838-15241
PBS_JOBID= 13497853
Free space on /tmp= 73968 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g15x15.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-3450920-1307086445/watcher-3450920-1307086445 -o /tmp/evaluation-result-3450920-1307086445/solver-3450920-1307086445 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450920-1307086445.opb -t 1800 -m 15500

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

MD5SUM BENCH= 28425c3b4907da9ba10ee31a4de63042
RANDOM SEED=2119832717

node133.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.834
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.66
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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.82
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.834
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	: 6741.12
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.834
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.834
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.834
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.74
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31649016 kB
Buffers:        271328 kB
Cached:         435888 kB
SwapCached:      10584 kB
Active:         626228 kB
Inactive:       402292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31649016 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:           12332 kB
Writeback:           0 kB
AnonPages:      318548 kB
Mapped:          15736 kB
Slab:           152468 kB
PageTables:      53772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115222096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node133 at 2011-06-03 09:40:43