Trace number 3450738

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 215.433 215.444

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_2.opb
MD5SUM2468d4642d986af58e932976ec0c4f0e
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 benchmark201.349
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)1232
Sum of products size (including duplicates)2464
Number of different products616
Sum of products size1232

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-3450738-1307110619.opb>
0.00/0.00	c original problem has 716 variables (716 bin, 0 int, 0 impl, 0 cont) and 867 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, 716 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 50 upgd conss, 5028 impls, 99 clqs
0.00/0.03	c (round 2) 616 del vars, 716 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 5028 impls, 0 clqs
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  616 deleted vars, 716 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  5028 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 |   375 |     - |2129k|   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 |   375 |     - |2133k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
0.05/0.08	o -11
0.05/0.08	c y 0.1s|     1 |     0 |   375 |     - |2385k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.05/0.08	c   0.1s|     1 |     0 |   385 |     - |2389k|   0 | 100 | 100 | 152 | 100 | 162 |  11 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.10	c   0.1s|     1 |     0 |   390 |     - |2650k|   0 | 100 | 100 | 152 | 100 | 164 |  13 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.12	c   0.1s|     1 |     0 |   395 |     - |2890k|   0 | 100 | 100 | 152 | 100 | 167 |  16 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.14	c   0.1s|     1 |     0 |   403 |     - |3025k|   0 | 100 | 100 | 152 | 100 | 170 |  19 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.16	c   0.2s|     1 |     0 |   410 |     - |3089k|   0 | 100 | 100 | 152 | 100 | 174 |  23 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.17	c   0.2s|     1 |     0 |   414 |     - |3111k|   0 | 100 | 100 | 152 | 100 | 176 |  25 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.39/0.47	c   0.5s|     1 |     2 |   414 |     - |3112k|   0 | 100 | 100 | 152 | 100 | 176 |  25 |   0 |  26 |-2.500000e+01 |-1.100000e+01 |  56.00%
2.20/2.27	o -12
2.20/2.27	c * 2.3s|   211 |    79 |  7197 |  32.3 |3268k|  16 |   - | 100 | 153 | 100 | 166 |  25 |   1 | 821 |-2.388204e+01 |-1.200000e+01 |  49.75%
2.59/2.64	o -13
2.59/2.64	c * 2.6s|   568 |   183 | 15157 |  26.0 |3468k|  34 |   - | 100 | 166 | 100 | 166 |  25 |  14 | 821 |-2.176583e+01 |-1.300000e+01 |  40.27%
13.79/13.84	c  13.8s| 10000 |  6313 |287515 |  28.7 |8790k|  52 |   - | 100 | 404 | 100 | 166 |  25 | 401 | 822 |-1.881472e+01 |-1.300000e+01 |  30.91%
20.39/20.47	c  20.5s| 20000 | 10025 |451907 |  22.6 |  12M|  57 |  24 | 100 | 388 | 100 | 166 |  25 | 606 | 864 |-1.848555e+01 |-1.300000e+01 |  29.67%
24.10/24.13	o -14
24.10/24.13	c f24.1s| 25881 |  6833 |541684 |  20.9 |9819k|  57 |   - | 100 | 427 | 100 | 166 |  25 | 761 | 916 |-1.833348e+01 |-1.400000e+01 |  23.64%
26.39/26.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.39/26.49	c  26.5s| 30000 |  7396 |588939 |  19.6 |  10M|  57 |  36 | 100 | 391 | 100 | 166 |  25 | 797 | 961 |-1.826638e+01 |-1.400000e+01 |  23.36%
32.37/32.40	c  32.4s| 40000 |  8556 |700345 |  17.5 |  12M|  57 |   - | 100 | 343 | 100 | 166 |  25 | 893 |1079 |-1.812032e+01 |-1.400000e+01 |  22.74%
38.17/38.21	c  38.2s| 50000 |  9622 |810732 |  16.2 |  13M|  57 |  33 | 100 | 301 | 100 | 166 |  25 | 963 |1208 |-1.799418e+01 |-1.400000e+01 |  22.20%
43.78/43.91	c  43.9s| 60000 | 10532 |917272 |  15.3 |  15M|  57 |   - | 100 | 333 | 100 | 166 |  25 |1064 |1350 |-1.786724e+01 |-1.400000e+01 |  21.64%
49.39/49.46	c  49.5s| 70000 | 11316 |  1019k|  14.6 |  16M|  57 |  33 | 100 | 339 | 100 | 166 |  25 |1150 |1468 |-1.776536e+01 |-1.400000e+01 |  21.19%
54.78/54.89	c  54.9s| 80000 | 11908 |  1119k|  14.0 |  17M|  57 |   - | 100 | 338 | 100 | 166 |  25 |1226 |1592 |-1.769044e+01 |-1.400000e+01 |  20.86%
60.18/60.21	c  60.2s| 90000 | 12440 |  1216k|  13.5 |  18M|  57 |   - | 100 | 364 | 100 | 166 |  25 |1322 |1698 |-1.762458e+01 |-1.400000e+01 |  20.57%
65.48/65.50	c  65.5s|100000 | 12904 |  1311k|  13.1 |  19M|  57 |   - | 100 | 327 | 100 | 166 |  25 |1361 |1809 |-1.756956e+01 |-1.400000e+01 |  20.32%
70.77/70.82	c  70.8s|110000 | 13446 |  1407k|  12.8 |  20M|  57 |  38 | 100 | 308 | 100 | 166 |  25 |1414 |1920 |-1.750617e+01 |-1.400000e+01 |  20.03%
75.98/76.00	c  76.0s|120000 | 13818 |  1499k|  12.5 |  21M|  57 |  36 | 100 | 291 | 100 | 166 |  25 |1449 |2025 |-1.744052e+01 |-1.400000e+01 |  19.73%
81.18/81.21	c  81.2s|130000 | 14140 |  1591k|  12.2 |  22M|  57 |   - | 100 | 281 | 100 | 166 |  25 |1511 |2153 |-1.738197e+01 |-1.400000e+01 |  19.46%
86.28/86.36	c  86.4s|140000 | 14404 |  1683k|  12.0 |  22M|  57 |  29 | 100 | 265 | 100 | 166 |  25 |1556 |2260 |-1.733831e+01 |-1.400000e+01 |  19.25%
91.38/91.41	c  91.4s|150000 | 14548 |  1772k|  11.8 |  23M|  57 |  33 | 100 | 268 | 100 | 166 |  25 |1611 |2354 |-1.728707e+01 |-1.400000e+01 |  19.01%
96.48/96.53	c  96.5s|160000 | 14704 |  1862k|  11.6 |  23M|  57 |  39 | 100 | 269 | 100 | 166 |  25 |1661 |2476 |-1.724337e+01 |-1.400000e+01 |  18.81%
101.58/101.67	c   102s|170000 | 14866 |  1952k|  11.5 |  24M|  57 |  41 | 100 | 250 | 100 | 166 |  25 |1698 |2582 |-1.719206e+01 |-1.400000e+01 |  18.57%
106.59/106.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.59/106.69	c   107s|180000 | 14988 |  2040k|  11.3 |  24M|  57 |   - | 100 | 242 | 100 | 166 |  25 |1742 |2670 |-1.714514e+01 |-1.400000e+01 |  18.34%
111.48/111.58	c   112s|190000 | 14946 |  2124k|  11.2 |  24M|  57 |  38 | 100 | 246 | 100 | 166 |  25 |1777 |2758 |-1.710110e+01 |-1.400000e+01 |  18.13%
116.59/116.70	c   117s|200000 | 14968 |  2212k|  11.1 |  25M|  57 |   - | 100 | 256 | 100 | 166 |  25 |1829 |2862 |-1.705310e+01 |-1.400000e+01 |  17.90%
121.68/121.72	c   122s|210000 | 14886 |  2298k|  10.9 |  25M|  57 |   - | 100 | 250 | 100 | 166 |  25 |1874 |2969 |-1.700665e+01 |-1.400000e+01 |  17.68%
126.68/126.71	c   127s|220000 | 14784 |  2382k|  10.8 |  25M|  57 |   - | 100 | 245 | 100 | 166 |  25 |1920 |3056 |-1.697342e+01 |-1.400000e+01 |  17.52%
131.58/131.62	c   132s|230000 | 14632 |  2465k|  10.7 |  25M|  57 |   - | 100 | 240 | 100 | 166 |  25 |1960 |3141 |-1.692604e+01 |-1.400000e+01 |  17.29%
136.48/136.51	c   137s|240000 | 14434 |  2547k|  10.6 |  25M|  57 |  39 | 100 | 228 | 100 | 166 |  25 |1988 |3226 |-1.688516e+01 |-1.400000e+01 |  17.09%
141.38/141.42	c   141s|250000 | 14226 |  2629k|  10.5 |  25M|  57 |   - | 100 | 221 | 100 | 166 |  25 |2020 |3311 |-1.683787e+01 |-1.400000e+01 |  16.85%
146.20/146.25	c   146s|260000 | 13876 |  2710k|  10.4 |  25M|  57 |  34 | 100 | 205 | 100 | 166 |  25 |2043 |3386 |-1.679596e+01 |-1.400000e+01 |  16.65%
151.08/151.10	c   151s|270000 | 13522 |  2790k|  10.3 |  24M|  57 |   - | 100 | 211 | 100 | 166 |  25 |2079 |3494 |-1.675086e+01 |-1.400000e+01 |  16.42%
155.78/155.87	c   156s|280000 | 13058 |  2867k|  10.2 |  24M|  57 |  43 | 100 | 205 | 100 | 166 |  25 |2096 |3569 |-1.671127e+01 |-1.400000e+01 |  16.22%
160.60/160.66	c   161s|290000 | 12594 |  2945k|  10.2 |  24M|  57 |  39 | 100 | 198 | 100 | 166 |  25 |2114 |3655 |-1.667404e+01 |-1.400000e+01 |  16.04%
165.38/165.41	c   165s|300000 | 12086 |  3022k|  10.1 |  23M|  57 |   - | 100 | 198 | 100 | 166 |  25 |2129 |3729 |-1.662774e+01 |-1.400000e+01 |  15.80%
170.08/170.15	c   170s|310000 | 11594 |  3098k|  10.0 |  23M|  57 |  37 | 100 | 196 | 100 | 166 |  25 |2145 |3823 |-1.658505e+01 |-1.400000e+01 |  15.59%
174.80/174.83	c   175s|320000 | 10982 |  3172k|   9.9 |  22M|  57 |   - | 100 | 188 | 100 | 166 |  25 |2159 |3886 |-1.653430e+01 |-1.400000e+01 |  15.33%
179.48/179.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.48/179.50	c   179s|330000 | 10310 |  3244k|   9.8 |  21M|  57 |  39 | 100 | 191 | 100 | 166 |  25 |2180 |3952 |-1.647734e+01 |-1.400000e+01 |  15.03%
184.18/184.20	c   184s|340000 |  9598 |  3318k|   9.8 |  20M|  57 |   - | 100 | 185 | 100 | 166 |  25 |2195 |4049 |-1.641993e+01 |-1.400000e+01 |  14.74%
188.69/188.78	c   189s|350000 |  8810 |  3387k|   9.7 |  19M|  57 |  46 | 100 | 182 | 100 | 166 |  25 |2213 |4124 |-1.636106e+01 |-1.400000e+01 |  14.43%
193.38/193.43	c   193s|360000 |  7922 |  3458k|   9.6 |  18M|  57 |  57 | 100 | 194 | 100 | 166 |  25 |2240 |4165 |-1.629804e+01 |-1.400000e+01 |  14.10%
198.00/198.04	c   198s|370000 |  6852 |  3527k|   9.5 |  17M|  57 |  37 | 100 | 187 | 100 | 166 |  25 |2253 |4252 |-1.622533e+01 |-1.400000e+01 |  13.72%
202.48/202.52	c   203s|380000 |  5666 |  3592k|   9.5 |  15M|  57 |   - | 100 | 179 | 100 | 166 |  25 |2268 |4322 |-1.613570e+01 |-1.400000e+01 |  13.24%
206.98/207.00	c   207s|390000 |  4432 |  3656k|   9.4 |  13M|  57 |  44 | 100 | 176 | 100 | 166 |  25 |2276 |4388 |-1.604171e+01 |-1.400000e+01 |  12.73%
211.28/211.36	c   211s|400000 |  2740 |  3716k|   9.3 |  10M|  57 |   - | 100 | 171 | 100 | 166 |  25 |2291 |4459 |-1.589661e+01 |-1.400000e+01 |  11.93%
215.38/215.43	c 
215.38/215.43	c SCIP Status        : problem is solved [optimal solution found]
215.38/215.43	c Solving Time (sec) : 215.43
215.38/215.43	c Solving Nodes      : 409692
215.38/215.43	c Primal Bound       : -1.40000000000000e+01 (385 solutions)
215.38/215.43	c Dual Bound         : -1.40000000000000e+01
215.38/215.43	c Gap                : 0.00 %
215.38/215.43	s OPTIMUM FOUND
215.38/215.43	v -x90 -x69 -x56 -x86 -x85 -x63 x60 -x57 x95 -x72 x79 -x58 x67 -x54 -x97 -x61 -x92 x66 -x52 -x98 -x84 x83 x77 -x71 -x59 -x53 -x81 
215.38/215.43	v -x68 -x74 -x55 -x88 x94 -x100 x80 -x51 x87 x82 -x75 x73 -x64 -x93 -x96 x78 -x65 x99 -x62 -x76 -x89 -x70 -x91 -x50 -x49 x48 -x47 
215.38/215.43	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 
215.38/215.43	v -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 x12 x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
215.38/215.43	c SCIP Status        : problem is solved [optimal solution found]
215.38/215.43	c Total Time         :     215.43
215.38/215.43	c   solving          :     215.43
215.38/215.43	c   presolving       :       0.03 (included in solving)
215.38/215.43	c   reading          :       0.00 (included in solving)
215.38/215.43	c Original Problem   :
215.38/215.43	c   Problem name     : HOME/instance-3450738-1307110619.opb
215.38/215.43	c   Variables        : 716 (716 binary, 0 integer, 0 implicit integer, 0 continuous)
215.38/215.43	c   Constraints      : 867 initial, 867 maximal
215.38/215.43	c Presolved Problem  :
215.38/215.43	c   Problem name     : t_HOME/instance-3450738-1307110619.opb
215.38/215.43	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
215.38/215.43	c   Constraints      : 151 initial, 432 maximal
215.38/215.43	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
215.38/215.43	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
215.38/215.43	c   dualfix          :       0.00        616          0          0          0          0          0          0          0          0
215.38/215.43	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
215.38/215.43	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
215.38/215.43	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
215.38/215.43	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
215.38/215.43	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
215.38/215.43	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
215.38/215.43	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
215.38/215.43	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
215.38/215.43	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
215.38/215.43	c   pseudoboolean    :       0.00          0          0          0          0          0        716          0          0          0
215.38/215.43	c   root node        :          -          1          -          -          1          -          -          -          -          -
215.38/215.43	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
215.38/215.43	c   integral         :          0          0          0     208935          0        388          0        232       1749          0          0     414792
215.38/215.43	c   knapsack         :        100          6     752638          2          0        383      31460        557    1134097          0          0          0
215.38/215.43	c   setppc           :         50          6     751255          1          0        382       4899          0     136313          0          0          0
215.38/215.43	c   linear           :          1+         7     752081          2          0        382          2        249         10          0          0          0
215.38/215.43	c   logicor          :          0+         0     248751          0          0          0         16          0        965          0          0          0
215.38/215.43	c   countsols        :          0          0          0          2          0        386          0          0          0          0          0          0
215.38/215.43	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
215.38/215.43	c   integral         :       7.46       0.00       0.00       7.46       0.00       0.00       0.00
215.38/215.43	c   knapsack         :       4.37       0.00       4.35       0.00       0.00       0.01       0.01
215.38/215.43	c   setppc           :       0.61       0.00       0.60       0.00       0.00       0.00       0.00
215.38/215.43	c   linear           :       0.75       0.00       0.74       0.00       0.00       0.00       0.00
215.38/215.43	c   logicor          :       0.62       0.00       0.62       0.00       0.00       0.00       0.00
215.38/215.43	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
215.38/215.43	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
215.38/215.43	c   vbounds          :          0          0          0          0
215.38/215.43	c   rootredcost      :          4          0          0          0
215.38/215.43	c   pseudoobj        :     759794       3787        512       7180
215.38/215.43	c Propagator Timings :  TotalTime  Propagate    Resprop
215.38/215.43	c   vbounds          :       0.14       0.14       0.00
215.38/215.43	c   rootredcost      :       0.17       0.17       0.00
215.38/215.43	c   pseudoobj        :       1.56       1.55       0.01
215.38/215.43	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
215.38/215.43	c   propagation      :       0.05       1318       1306       7308       32.5          0        0.0          -
215.38/215.43	c   infeasible LP    :       0.01        484        484        968       17.7          0        0.0          0
215.38/215.43	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
215.38/215.43	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
215.38/215.43	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
215.38/215.43	c   applied globally :          -          -          -       2110       19.7          -          -          -
215.38/215.43	c   applied locally  :          -          -          -        204       40.8          -          -          -
215.38/215.43	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
215.38/215.43	c   cut pool         :       0.00          5          -          -         18          -    (maximal pool size: 321)
215.38/215.43	c   redcost          :       1.34     286715          0     237652          0          0
215.38/215.43	c   impliedbounds    :       0.00          6          0          0          0          0
215.38/215.43	c   intobj           :       0.00          0          0          0          0          0
215.38/215.43	c   gomory           :       0.02          6          0          0          0          0
215.38/215.43	c   cgmip            :       0.00          0          0          0          0          0
215.38/215.43	c   closecuts        :       0.00          0          0          0          0          0
215.38/215.43	c   strongcg         :       0.02          6          0          0        302          0
215.38/215.43	c   cmir             :       0.02          6          0          0         19          0
215.38/215.43	c   flowcover        :       0.02          6          0          0          0          0
215.38/215.43	c   clique           :       0.00          1          0          0          0          0
215.38/215.43	c   zerohalf         :       0.00          0          0          0          0          0
215.38/215.43	c   mcf              :       0.00          1          0          0          0          0
215.38/215.43	c   oddcycle         :       0.00          0          0          0          0          0
215.38/215.43	c   rapidlearning    :       0.02          1          0          0          0          1
215.38/215.43	c Pricers            :       Time      Calls       Vars
215.38/215.43	c   problem variables:       0.00          0          0
215.38/215.43	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
215.38/215.43	c   relpscost        :       7.34     208933        232       1749          0          0     414792
215.38/215.43	c   pscost           :       0.00          0          0          0          0          0          0
215.38/215.43	c   inference        :       0.00          0          0          0          0          0          0
215.38/215.43	c   mostinf          :       0.00          0          0          0          0          0          0
215.38/215.43	c   leastinf         :       0.00          0          0          0          0          0          0
215.38/215.43	c   fullstrong       :       0.00          0          0          0          0          0          0
215.38/215.43	c   allfullstrong    :       0.00          0          0          0          0          0          0
215.38/215.43	c   random           :       0.00          0          0          0          0          0          0
215.38/215.43	c Primal Heuristics  :       Time      Calls      Found
215.38/215.43	c   LP solutions     :       0.00          -          2
215.38/215.43	c   pseudo solutions :       0.00          -          0
215.38/215.43	c   feaspump         :       0.01          0          0
215.38/215.43	c   oneopt           :       0.10          4          0
215.38/215.43	c   crossover        :       0.28          2          1
215.38/215.43	c   objpscostdiving  :       1.28        175         72
215.38/215.43	c   rootsoldiving    :       0.62        175         65
215.38/215.43	c   pscostdiving     :       0.85        350          0
215.38/215.43	c   veclendiving     :       0.78        350          0
215.38/215.43	c   coefdiving       :       0.89        350          0
215.38/215.43	c   fracdiving       :       0.61        350          1
215.38/215.43	c   linesearchdiving :       0.64        350          0
215.38/215.43	c   guideddiving     :       0.64        350          0
215.38/215.43	c   trivial          :       0.00          2          1
215.38/215.43	c   shiftandpropagate:       0.00          0          0
215.38/215.43	c   simplerounding   :       0.06          0          0
215.38/215.43	c   zirounding       :       3.27          0          0
215.38/215.43	c   rounding         :       1.80      22980          1
215.38/215.43	c   shifting         :       5.30      23504        241
215.38/215.43	c   intshifting      :       0.01          0          0
215.38/215.43	c   twoopt           :       0.00          0          0
215.38/215.43	c   fixandinfer      :       0.00          0          0
215.38/215.43	c   clique           :       0.00          0          0
215.38/215.43	c   intdiving        :       0.00          0          0
215.38/215.43	c   actconsdiving    :       0.00          0          0
215.38/215.43	c   octane           :       0.00          0          0
215.38/215.43	c   rens             :       0.01          0          0
215.38/215.43	c   rins             :       0.00          0          0
215.38/215.43	c   localbranching   :       0.00          0          0
215.38/215.43	c   mutation         :       0.00          0          0
215.38/215.43	c   dins             :       0.00          0          0
215.38/215.43	c   vbounds          :       0.00          0          0
215.38/215.43	c   undercover       :       0.00          0          0
215.38/215.43	c   subnlp           :       0.07          0          0
215.38/215.43	c   trysol           :       0.09          0          0
215.38/215.43	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
215.38/215.43	c   primal LP        :       0.00          0          0       0.00          -
215.38/215.43	c   dual LP          :     151.55     435256    3625751       8.33   23923.84
215.38/215.43	c   lex dual LP      :       0.00          0          0       0.00          -
215.38/215.43	c   barrier LP       :       0.00          0          0       0.00          -
215.38/215.43	c   diving/probing LP:       5.00      29601     140773       4.76   28170.55
215.38/215.43	c   strong branching :       4.58       4547      96878      21.31   21150.78
215.38/215.43	c     (at root node) :          -         26       4381     168.50          -
215.38/215.43	c   conflict analysis:       0.00          0          0       0.00          -
215.38/215.43	c B&B Tree           :
215.38/215.43	c   number of runs   :          1
215.38/215.43	c   nodes            :     409692
215.38/215.43	c   nodes (total)    :     409692
215.38/215.43	c   nodes left       :          0
215.38/215.43	c   max depth        :         57
215.38/215.43	c   max depth (total):         57
215.38/215.43	c   backtracks       :      68309 (16.7%)
215.38/215.43	c   delayed cutoffs  :          0
215.38/215.43	c   repropagations   :       1677 (922 domain reductions, 0 cutoffs)
215.38/215.43	c   avg switch length:       7.59
215.38/215.43	c   switching time   :       9.12
215.38/215.43	c Solution           :
215.38/215.43	c   Solutions found  :        385 (6 improvements)
215.38/215.43	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
215.38/215.43	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 25881 nodes, 24.13 seconds, depth 40, found by <fracdiving>)
215.38/215.43	c   Dual Bound       : -1.40000000000000e+01
215.38/215.43	c   Gap              :       0.00 %
215.38/215.43	c   Root Dual Bound  : -2.49999999999999e+01
215.38/215.43	c   Root Iterations  :        414
215.38/215.44	c Time complete: 215.42.

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-3450738-1307110619/watcher-3450738-1307110619 -o /tmp/evaluation-result-3450738-1307110619/solver-3450738-1307110619 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450738-1307110619.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.02 2.00 2/386 28593
/proc/meminfo: memFree=23781328/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=18816 CPUtime=0 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 3722 0 0 0 0 0 0 0 22 0 1 0 822664666 19267584 3417 33554432000 4194304 9163163 140734628574768 18446744073709551615 8013931 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28593/statm: 4704 3418 509 1214 0 3486 0

[startup+0.065574 s]
/proc/loadavg: 2.00 2.02 2.00 2/386 28593
/proc/meminfo: memFree=23781328/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=21344 CPUtime=0.05 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 4558 0 0 0 5 0 0 0 22 0 1 0 822664666 21856256 4253 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28593/statm: 5336 4253 678 1214 0 4118 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21344

[startup+0.100564 s]
/proc/loadavg: 2.00 2.02 2.00 2/386 28593
/proc/meminfo: memFree=23781328/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=30780 CPUtime=0.09 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 7343 0 0 0 9 0 0 0 22 0 1 0 822664666 31518720 6332 33554432000 4194304 9163163 140734628574768 18446744073709551615 6670211 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28593/statm: 7695 6332 725 1214 0 6477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30780

[startup+0.300533 s]
/proc/loadavg: 2.00 2.02 2.00 2/386 28593
/proc/meminfo: memFree=23781328/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=30848 CPUtime=0.29 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 7546 0 0 0 28 1 0 0 23 0 1 0 822664666 31588352 6535 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28593/statm: 7712 6535 732 1214 0 6494 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30848

[startup+0.700458 s]
/proc/loadavg: 2.00 2.02 2.00 2/386 28593
/proc/meminfo: memFree=23781328/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=30848 CPUtime=0.69 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 7547 0 0 0 68 1 0 0 25 0 1 0 822664666 31588352 6536 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28593/statm: 7712 6536 733 1214 0 6494 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30848

[startup+1.50032 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28594
/proc/meminfo: memFree=23759152/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=30848 CPUtime=1.49 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 7548 0 0 0 146 3 0 0 25 0 1 0 822664666 31588352 6537 33554432000 4194304 9163163 140734628574768 18446744073709551615 7375704 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28593/statm: 7712 6537 734 1214 0 6494 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30848

[startup+3.10104 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28594
/proc/meminfo: memFree=23758284/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=30932 CPUtime=3.09 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 8490 0 0 0 301 8 0 0 25 0 1 0 822664666 31674368 6691 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28593/statm: 7733 6691 739 1214 0 6515 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30932

[startup+6.30047 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28595
/proc/meminfo: memFree=23754076/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=31956 CPUtime=6.29 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 8778 0 0 0 612 17 0 0 25 0 1 0 822664666 32722944 6979 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28593/statm: 7989 6979 739 1214 0 6771 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31956

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 4/387 28595
/proc/meminfo: memFree=23750636/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=32340 CPUtime=12.69 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 9755 0 0 0 1235 34 0 0 25 0 1 0 822664666 33116160 7124 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28593/statm: 8085 7124 739 1214 0 6867 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32340

[startup+25.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28595
/proc/meminfo: memFree=23741184/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=37780 CPUtime=25.47 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 20430 0 0 0 2478 69 0 0 25 0 1 0 822664666 38686720 8510 33554432000 4194304 9163163 140734628574768 18446744073709551615 7352876 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/28593/statm: 9445 8510 741 1214 0 8227 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 37780

[startup+51.1005 s]
/proc/loadavg: 2.05 2.03 2.00 3/387 28596
/proc/meminfo: memFree=23726840/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=41504 CPUtime=51.08 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 27872 0 0 0 4970 138 0 0 25 0 1 0 822664666 42500096 9369 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 10376 9369 741 1214 0 9158 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41504

[startup+102.314 s]
/proc/loadavg: 2.02 2.02 2.00 3/387 28597
/proc/meminfo: memFree=23718536/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=48100 CPUtime=102.3 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 32761 0 0 0 9964 266 0 0 25 0 1 0 822664666 49254400 11026 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 12025 11026 741 1214 0 10807 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 48100

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/387 28599
/proc/meminfo: memFree=23709972/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=48916 CPUtime=162.28 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 34633 0 0 0 15804 424 0 0 25 0 1 0 822664666 50089984 11269 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 12229 11269 741 1214 0 11011 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 48916

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

[startup+179.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28599
/proc/meminfo: memFree=23709328/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=48916 CPUtime=179.08 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 34633 0 0 0 17445 463 0 0 25 0 1 0 822664666 50089984 11269 33554432000 4194304 9163163 140734628574768 18446744073709551615 5074806 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 12229 11269 741 1214 0 11011 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 48916

[startup+191.901 s]
/proc/loadavg: 2.14 2.05 2.01 3/387 28600
/proc/meminfo: memFree=23708812/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=48916 CPUtime=191.89 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 34633 0 0 0 18697 492 0 0 25 0 1 0 822664666 50089984 11269 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 12229 11269 741 1214 0 11011 0
Current children cumulated CPU time (s) 191.89
Current children cumulated vsize (KiB) 48916

[startup+204.7 s]
/proc/loadavg: 2.12 2.05 2.01 3/387 28600
/proc/meminfo: memFree=23708908/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=48916 CPUtime=204.68 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 34633 0 0 0 19948 520 0 0 25 0 1 0 822664666 50089984 11269 33554432000 4194304 9163163 140734628574768 18446744073709551615 7376084 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 12229 11269 741 1214 0 11011 0
Current children cumulated CPU time (s) 204.68
Current children cumulated vsize (KiB) 48916

[startup+211.101 s]
/proc/loadavg: 2.10 2.04 2.01 3/387 28600
/proc/meminfo: memFree=23708772/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=48916 CPUtime=211.09 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 34633 0 0 0 20574 535 0 0 25 0 1 0 822664666 50089984 11269 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 12229 11269 741 1214 0 11011 0
Current children cumulated CPU time (s) 211.09
Current children cumulated vsize (KiB) 48916

[startup+212.701 s]
/proc/loadavg: 2.10 2.04 2.01 3/387 28600
/proc/meminfo: memFree=23708772/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=48916 CPUtime=212.69 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 34633 0 0 0 20731 538 0 0 25 0 1 0 822664666 50089984 11269 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 12229 11269 741 1214 0 11011 0
Current children cumulated CPU time (s) 212.69
Current children cumulated vsize (KiB) 48916

[startup+214.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/387 28600
/proc/meminfo: memFree=23708772/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=48916 CPUtime=214.28 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 34633 0 0 0 20888 540 0 0 25 0 1 0 822664666 50089984 11269 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 12229 11269 741 1214 0 11011 0
Current children cumulated CPU time (s) 214.28
Current children cumulated vsize (KiB) 48916

[startup+215.1 s]
/proc/loadavg: 2.10 2.04 2.01 3/387 28600
/proc/meminfo: memFree=23708772/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=48916 CPUtime=215.08 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 34633 0 0 0 20966 542 0 0 25 0 1 0 822664666 50089984 11269 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 12229 11269 741 1214 0 11011 0
Current children cumulated CPU time (s) 215.08
Current children cumulated vsize (KiB) 48916

[startup+215.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/387 28600
/proc/meminfo: memFree=23708772/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=48916 CPUtime=215.28 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 34633 0 0 0 20986 542 0 0 25 0 1 0 822664666 50089984 11269 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 12229 11269 741 1214 0 11011 0
Current children cumulated CPU time (s) 215.28
Current children cumulated vsize (KiB) 48916

[startup+215.4 s]
/proc/loadavg: 2.10 2.04 2.01 3/387 28600
/proc/meminfo: memFree=23708772/32951124 swapFree=49244120/67111528
[pid=28593] ppid=28591 vsize=48916 CPUtime=215.38 cores=0,2,4,6
/proc/28593/stat : 28593 (scip-2.0.1.4b.l) R 28591 28593 27315 0 -1 4202496 34633 0 0 0 20996 542 0 0 25 0 1 0 822664666 50089984 11269 33554432000 4194304 9163163 140734628574768 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28593/statm: 12229 11269 741 1214 0 11011 0
Current children cumulated CPU time (s) 215.38
Current children cumulated vsize (KiB) 48916

Child status: 0
Real time (s): 215.444
CPU time (s): 215.433
CPU user time (s): 210.005
CPU system time (s): 5.42817
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 48916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 210.005
system time used= 5.42817
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34638
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 586

runsolver used 0.895863 second user time and 1.67075 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-03 16:16:59
IDJOB=3450738
IDBENCH=48262
IDSOLVER=1948
FILE ID=node101/3450738-1307110619
RUNJOBID= node101-1307108815-28457
PBS_JOBID= 13497974
Free space on /tmp= 73944 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_2.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-3450738-1307110619/watcher-3450738-1307110619 -o /tmp/evaluation-result-3450738-1307110619/solver-3450738-1307110619 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450738-1307110619.opb -t 1800 -m 15500

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

MD5SUM BENCH= 2468d4642d986af58e932976ec0c4f0e
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:      23781484 kB
Buffers:        238920 kB
Cached:         491300 kB
SwapCached:      27120 kB
Active:        8471980 kB
Inactive:       421088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23781484 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:           24308 kB
Writeback:          24 kB
AnonPages:     8157872 kB
Mapped:          20844 kB
Slab:           135016 kB
PageTables:      74548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78631888 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:20:35