Trace number 3692636

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.1.1.4. Exp with SoPlex 1.6.0.3 fixedOPT-26 3.16352 3.16514

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_3.opb
MD5SUM737bdf32fd69c002d569e68c523af4bf
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-26
Best CPU time to get the best result obtained on this benchmark3.01854
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -26
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
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)1244
Sum of products size (including duplicates)2488
Number of different products622
Sum of products size1244

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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692636-1338036916.opb>
0.00/0.00	c original problem has 722 variables (100 bin, 0 int, 622 impl, 0 cont) and 822 constraints
0.00/0.00	c problem read in 0.00
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.08/0.17	c (round 1) 622 del vars, 200 del conss, 0 add conss, 622 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1244 impls, 0 clqs
0.08/0.17	c (round 2) 622 del vars, 200 del conss, 0 add conss, 622 chg bounds, 0 chg sides, 0 chg coeffs, 622 upgd conss, 1244 impls, 0 clqs
0.08/0.17	c    (0.2s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.17	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.08/0.17	c presolving (3 rounds):
0.08/0.17	c  622 deleted vars, 200 deleted constraints, 0 added constraints, 622 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.08/0.17	c  2486 implications, 0 cliques
0.08/0.17	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 622 constraints
0.08/0.17	c     622 constraints of type <setppc>
0.08/0.17	c transformed objective value is always integral (scale: 1)
0.08/0.17	c Presolving Time: 0.17
0.08/0.17	c - non default parameters ----------------------------------------------------------------------
0.08/0.17	c # SCIP version 2.1.1.4
0.08/0.17	c 
0.08/0.17	c # maximal time in seconds to run
0.08/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.17	c limits/time = 1797
0.08/0.17	c 
0.08/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.17	c limits/memory = 13950
0.08/0.17	c 
0.08/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.08/0.17	c # [type: int, range: [1,2], default: 1]
0.08/0.17	c timing/clocktype = 2
0.08/0.17	c 
0.08/0.17	c # belongs reading time to solving time?
0.08/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.17	c timing/reading = TRUE
0.08/0.17	c 
0.08/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.08/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.17	c separating/rapidlearning/freq = 0
0.08/0.17	c 
0.08/0.17	c -----------------------------------------------------------------------------------------------
0.08/0.17	c start solving
0.08/0.18	c 
0.08/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.18	c t 0.2s|     1 |     0 |   109 |     - |2450k|   0 | 100 | 100 | 622 | 100 | 622 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 |    Inf 
0.08/0.18	o -1
0.08/0.18	c R 0.2s|     1 |     0 |   109 |     - |2451k|   0 | 100 | 100 | 622 | 100 | 622 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+00 |4900.00%
0.08/0.18	o -2
0.08/0.18	c s 0.2s|     1 |     0 |   109 |     - |2452k|   0 | 100 | 100 | 622 | 100 | 622 |   0 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |2400.00%
0.19/0.22	o -19
0.19/0.22	c y 0.2s|     1 |     0 |   109 |     - |2539k|   0 | 100 | 100 | 622 | 100 | 622 |   0 |   0 |   0 |-5.000000e+01 |-1.900000e+01 | 163.16%
0.19/0.23	c   0.2s|     1 |     0 |   166 |     - |2459k|   0 |  94 | 100 | 622 | 100 | 629 |   7 |   0 |   0 |-4.700000e+01 |-1.900000e+01 | 147.37%
0.19/0.24	c   0.2s|     1 |     0 |   265 |     - |2471k|   0 |  89 | 100 | 622 | 100 | 639 |  17 |   0 |   0 |-4.450000e+01 |-1.900000e+01 | 134.21%
0.19/0.25	c   0.3s|     1 |     0 |   356 |     - |2487k|   0 |  87 | 100 | 622 | 100 | 646 |  24 |   0 |   0 |-4.300000e+01 |-1.900000e+01 | 126.32%
0.19/0.27	c   0.3s|     1 |     0 |   421 |     - |2525k|   0 |  87 | 100 | 622 | 100 | 654 |  32 |   0 |   0 |-4.125000e+01 |-1.900000e+01 | 117.11%
0.19/0.29	c   0.3s|     1 |     0 |   602 |     - |2568k|   0 |  77 | 100 | 622 | 100 | 667 |  45 |   0 |   0 |-3.850000e+01 |-1.900000e+01 | 102.63%
0.29/0.31	c   0.3s|     1 |     0 |   668 |     - |2597k|   0 |  92 | 100 | 622 | 100 | 675 |  53 |   0 |   0 |-3.745455e+01 |-1.900000e+01 |  97.13%
0.29/0.33	c   0.3s|     1 |     0 |   770 |     - |2699k|   0 |  84 | 100 | 622 | 100 | 683 |  61 |   0 |   0 |-3.675000e+01 |-1.900000e+01 |  93.42%
0.29/0.35	c   0.4s|     1 |     0 |   853 |     - |2863k|   0 |  79 | 100 | 622 | 100 | 691 |  69 |   0 |   0 |-3.625000e+01 |-1.900000e+01 |  90.79%
0.29/0.37	c   0.4s|     1 |     0 |   931 |     - |2953k|   0 |  86 | 100 | 622 | 100 | 698 |  76 |   0 |   0 |-3.600000e+01 |-1.900000e+01 |  89.47%
0.39/0.40	c   0.4s|     1 |     0 |  1071 |     - |3194k|   0 |  89 | 100 | 622 | 100 | 705 |  83 |   0 |   0 |-3.590310e+01 |-1.900000e+01 |  88.96%
0.39/0.43	c   0.4s|     1 |     0 |  1160 |     - |3296k|   0 |  95 | 100 | 622 | 100 | 276 |  93 |   0 |   0 |-3.500000e+01 |-1.900000e+01 |  84.21%
0.39/0.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.44	c   0.4s|     1 |     0 |  1295 |     - |3583k|   0 |  91 | 100 | 622 | 100 | 285 | 102 |   0 |   0 |-3.500000e+01 |-1.900000e+01 |  84.21%
0.39/0.46	c   0.5s|     1 |     0 |  1393 |     - |3640k|   0 |  96 | 100 | 622 | 100 | 303 | 120 |   0 |   0 |-3.474419e+01 |-1.900000e+01 |  82.86%
0.39/0.47	c   0.5s|     1 |     0 |  1411 |     - |3749k|   0 |  86 | 100 | 622 | 100 | 321 | 138 |   0 |   0 |-3.466667e+01 |-1.900000e+01 |  82.46%
0.39/0.48	c   0.5s|     1 |     0 |  1483 |     - |3946k|   0 |  96 | 100 | 622 | 100 | 338 | 155 |   0 |   0 |-3.400000e+01 |-1.900000e+01 |  78.95%
0.49/0.50	c   0.5s|     1 |     0 |  1625 |     - |4471k|   0 |  95 | 100 | 622 | 100 | 349 | 166 |   0 |   0 |-3.370833e+01 |-1.900000e+01 |  77.41%
0.49/0.52	c   0.5s|     1 |     0 |  1694 |     - |4609k|   0 |  98 | 100 | 622 | 100 | 242 | 182 |   0 |   0 |-3.338876e+01 |-1.900000e+01 |  75.73%
0.49/0.53	c   0.5s|     1 |     0 |  1754 |     - |4979k|   0 |  98 | 100 | 622 | 100 | 251 | 191 |   0 |   0 |-3.300000e+01 |-1.900000e+01 |  73.68%
0.49/0.54	c   0.5s|     1 |     0 |  1801 |     - |5415k|   0 |  99 | 100 | 622 | 100 | 271 | 211 |   0 |   0 |-3.287500e+01 |-1.900000e+01 |  73.03%
0.49/0.56	c   0.6s|     1 |     0 |  1854 |     - |5920k|   0 |  99 | 100 | 622 | 100 | 283 | 223 |   0 |   0 |-3.269207e+01 |-1.900000e+01 |  72.06%
0.49/0.56	c   0.6s|     1 |     0 |  1935 |     - |5926k|   0 |  99 | 100 | 622 | 100 | 293 | 233 |   0 |   0 |-3.255743e+01 |-1.900000e+01 |  71.35%
0.49/0.57	c   0.6s|     1 |     0 |  1994 |     - |5930k|   0 |  91 | 100 | 622 | 100 | 301 | 241 |   0 |   0 |-3.233333e+01 |-1.900000e+01 |  70.18%
0.49/0.57	c   0.6s|     1 |     0 |  1996 |     - |5933k|   0 |  93 | 100 | 622 | 100 | 238 | 245 |   0 |   0 |-3.233333e+01 |-1.900000e+01 |  70.18%
0.49/0.57	c   0.6s|     1 |     0 |  1998 |     - |5935k|   0 |  94 | 100 | 622 | 100 | 239 | 246 |   0 |   0 |-3.233333e+01 |-1.900000e+01 |  70.18%
0.49/0.57	c   0.6s|     1 |     0 |  1999 |     - |5935k|   0 |  94 | 100 | 622 | 100 | 240 | 247 |   0 |   0 |-3.233333e+01 |-1.900000e+01 |  70.18%
0.69/0.79	c   0.8s|     1 |     2 |  1999 |     - |5936k|   0 |  94 | 100 | 622 | 100 | 240 | 247 |   0 |  31 |-3.233333e+01 |-1.900000e+01 |  70.18%
0.79/0.82	o -23
0.79/0.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.82	c * 0.8s|     9 |     7 |  2138 |  17.4 |5955k|   8 |   - | 100 | 622 | 100 | 133 | 305 |   0 | 110 |-3.200000e+01 |-2.300000e+01 |  39.13%
0.99/1.01	o -24
0.99/1.01	c * 1.0s|    72 |    28 |  3310 |  18.5 |6029k|  11 |   - | 100 | 622 | 100 | 128 | 873 |   0 | 599 |-3.182857e+01 |-2.400000e+01 |  32.62%
0.99/1.05	c   1.0s|   100 |    38 |  3718 |  17.4 |6049k|  14 |  17 | 100 | 622 | 100 |  99 |1124 |   0 | 680 |-3.182857e+01 |-2.400000e+01 |  32.62%
1.09/1.11	c   1.1s|   200 |    66 |  4966 |  14.9 |6121k|  15 |   3 | 100 | 622 | 100 | 116 |1939 |   0 | 718 |-3.182857e+01 |-2.400000e+01 |  32.62%
1.09/1.18	c   1.2s|   300 |    92 |  6384 |  14.7 |6205k|  18 |   - | 100 | 622 | 100 | 125 |2808 |   0 | 747 |-3.140000e+01 |-2.400000e+01 |  30.83%
1.18/1.25	c   1.2s|   400 |   148 |  8282 |  15.7 |6308k|  18 |  40 | 100 | 622 | 100 | 137 |3816 |   0 | 747 |-3.140000e+01 |-2.400000e+01 |  30.83%
1.29/1.32	c   1.3s|   500 |   216 | 10514 |  17.1 |6397k|  18 |  19 | 100 | 622 | 100 | 111 |4963 |   0 | 747 |-3.100000e+01 |-2.400000e+01 |  29.17%
1.39/1.40	c   1.4s|   600 |   284 | 12581 |  17.7 |6478k|  18 |  32 | 100 | 622 | 100 | 126 |6001 |   0 | 747 |-3.078571e+01 |-2.400000e+01 |  28.27%
1.39/1.49	c   1.5s|   700 |   362 | 15262 |  19.0 |6578k|  18 |  54 | 100 | 622 | 100 | 141 |7239 |   0 | 747 |-3.033333e+01 |-2.400000e+01 |  26.39%
1.49/1.57	c   1.6s|   800 |   424 | 17347 |  19.2 |6657k|  18 |   3 | 100 | 622 | 100 | 117 |8350 |   0 | 747 |-3.000000e+01 |-2.400000e+01 |  25.00%
1.59/1.65	c   1.6s|   900 |   482 | 19322 |  19.3 |6731k|  18 |   9 | 100 | 622 | 100 | 110 |9189 |   0 | 747 |-3.000000e+01 |-2.400000e+01 |  25.00%
1.69/1.71	c   1.7s|  1000 |   530 | 21154 |  19.2 |6802k|  18 |   - | 100 | 622 | 100 | 140 |  10k|   0 | 747 |-2.990000e+01 |-2.400000e+01 |  24.58%
1.69/1.78	c   1.8s|  1100 |   576 | 22976 |  19.1 |6863k|  18 |   - | 100 | 622 | 100 | 129 |  11k|   0 | 747 |-2.975000e+01 |-2.400000e+01 |  23.96%
1.79/1.85	c   1.9s|  1200 |   616 | 24701 |  18.9 |6913k|  22 |  20 | 100 | 622 | 100 | 121 |  12k|   0 | 747 |-2.950000e+01 |-2.400000e+01 |  22.92%
1.89/1.90	c   1.9s|  1300 |   642 | 25864 |  18.4 |6955k|  22 |  44 | 100 | 622 | 100 | 139 |  12k|   0 | 747 |-2.950000e+01 |-2.400000e+01 |  22.92%
1.89/1.91	o -25
1.89/1.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.89/1.91	c R 1.9s|  1314 |   373 | 26135 |  18.4 |6663k|  22 |  20 | 100 | 622 | 100 | 116 |  12k|   0 | 747 |-2.950000e+01 |-2.500000e+01 |  18.00%
1.89/1.95	c   2.0s|  1400 |   381 | 27145 |  18.0 |6684k|  22 |  10 | 100 | 622 | 100 | 111 |  13k|   0 | 747 |-2.933333e+01 |-2.500000e+01 |  17.33%
1.89/1.99	c   2.0s|  1500 |   377 | 28218 |  17.5 |6693k|  22 |   - | 100 | 622 | 100 | 136 |  14k|   0 | 747 |-2.920000e+01 |-2.500000e+01 |  16.80%
1.99/2.04	c   2.0s|  1600 |   385 | 29426 |  17.2 |6713k|  22 |   - | 100 | 622 | 100 | 133 |  15k|   0 | 747 |-2.900000e+01 |-2.500000e+01 |  16.00%
1.99/2.09	c   2.1s|  1700 |   403 | 30768 |  16.9 |6744k|  26 |   3 | 100 | 622 | 100 | 119 |  15k|   0 | 747 |-2.900000e+01 |-2.500000e+01 |  16.00%
2.09/2.13	c   2.1s|  1800 |   401 | 31777 |  16.6 |6749k|  26 |   - | 100 | 622 | 100 | 121 |  16k|   0 | 747 |-2.900000e+01 |-2.500000e+01 |  16.00%
2.09/2.18	c   2.2s|  1900 |   399 | 32878 |  16.3 |6758k|  26 |   - | 100 | 622 | 100 | 121 |  17k|   0 | 747 |-2.900000e+01 |-2.500000e+01 |  16.00%
2.19/2.22	c   2.2s|  2000 |   417 | 34143 |  16.1 |6789k|  26 |  18 | 100 | 622 | 100 | 114 |  18k|   0 | 747 |-2.900000e+01 |-2.500000e+01 |  16.00%
2.19/2.27	c   2.3s|  2100 |   433 | 35279 |  15.9 |6822k|  26 |   - | 100 | 622 | 100 | 128 |  19k|   0 | 747 |-2.887500e+01 |-2.500000e+01 |  15.50%
2.28/2.31	c   2.3s|  2200 |   437 | 36301 |  15.6 |6840k|  26 |  59 | 100 | 622 | 100 | 133 |  19k|   0 | 747 |-2.880000e+01 |-2.500000e+01 |  15.20%
2.28/2.36	c   2.4s|  2300 |   441 | 37338 |  15.4 |6851k|  26 |  32 | 100 | 622 | 100 | 110 |  20k|   0 | 747 |-2.866667e+01 |-2.500000e+01 |  14.67%
2.28/2.39	c   2.4s|  2400 |   435 | 38026 |  15.0 |6854k|  26 |   - | 100 | 622 | 100 | 134 |  21k|   0 | 747 |-2.850000e+01 |-2.500000e+01 |  14.00%
2.39/2.43	c   2.4s|  2500 |   433 | 38908 |  14.8 |6863k|  26 |   - | 100 | 622 | 100 | 114 |  21k|   0 | 747 |-2.850000e+01 |-2.500000e+01 |  14.00%
2.39/2.47	c   2.5s|  2600 |   435 | 39931 |  14.6 |6867k|  26 |  28 | 100 | 622 | 100 | 116 |  22k|   0 | 747 |-2.850000e+01 |-2.500000e+01 |  14.00%
2.49/2.51	c   2.5s|  2700 |   445 | 40862 |  14.4 |6890k|  26 |  13 | 100 | 622 | 100 | 110 |  23k|   0 | 747 |-2.850000e+01 |-2.500000e+01 |  14.00%
2.49/2.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.49/2.55	c   2.5s|  2800 |   441 | 41773 |  14.2 |6891k|  26 |   - | 100 | 622 | 100 | 134 |  23k|   0 | 747 |-2.850000e+01 |-2.500000e+01 |  14.00%
2.49/2.58	c   2.6s|  2900 |   443 | 42671 |  14.0 |6900k|  27 |  34 | 100 | 622 | 100 | 136 |  24k|   0 | 747 |-2.850000e+01 |-2.500000e+01 |  14.00%
2.59/2.62	c   2.6s|  3000 |   443 | 43572 |  13.9 |6908k|  27 |   - | 100 | 622 | 100 | 127 |  24k|   0 | 747 |-2.850000e+01 |-2.500000e+01 |  14.00%
2.59/2.66	c   2.7s|  3100 |   439 | 44324 |  13.7 |6911k|  27 |   - | 100 | 622 | 100 | 130 |  25k|   0 | 747 |-2.840000e+01 |-2.500000e+01 |  13.60%
2.69/2.70	c   2.7s|  3200 |   445 | 45257 |  13.5 |6927k|  27 |  30 | 100 | 622 | 100 | 134 |  26k|   0 | 747 |-2.833333e+01 |-2.500000e+01 |  13.33%
2.69/2.74	c   2.7s|  3300 |   443 | 46262 |  13.4 |6929k|  27 |  46 | 100 | 622 | 100 | 143 |  26k|   0 | 747 |-2.833333e+01 |-2.500000e+01 |  13.33%
2.69/2.77	c   2.8s|  3400 |   447 | 46901 |  13.2 |6942k|  27 |   6 | 100 | 622 | 100 | 128 |  27k|   0 | 747 |-2.833333e+01 |-2.500000e+01 |  13.33%
2.79/2.81	c   2.8s|  3500 |   441 | 47605 |  13.0 |6939k|  27 |  28 | 100 | 622 | 100 | 134 |  27k|   0 | 747 |-2.825000e+01 |-2.500000e+01 |  13.00%
2.79/2.86	c   2.9s|  3600 |   451 | 48414 |  12.9 |6955k|  30 |   - | 100 | 622 | 100 | 145 |  28k|   0 | 747 |-2.800000e+01 |-2.500000e+01 |  12.00%
2.79/2.89	c   2.9s|  3700 |   441 | 49149 |  12.7 |6950k|  30 |  34 | 100 | 622 | 100 | 118 |  28k|   0 | 747 |-2.800000e+01 |-2.500000e+01 |  12.00%
2.89/2.92	c   2.9s|  3800 |   435 | 49798 |  12.6 |6948k|  30 |   - | 100 | 622 | 100 | 139 |  29k|   0 | 747 |-2.800000e+01 |-2.500000e+01 |  12.00%
2.89/2.93	o -26
2.89/2.93	c * 2.9s|  3812 |   126 | 49882 |  12.6 |6412k|  30 |   - | 100 | 622 | 100 | 111 |  29k|   0 | 747 |-2.800000e+01 |-2.600000e+01 |   7.69%
2.89/2.96	c   3.0s|  3900 |   114 | 50449 |  12.4 |6397k|  30 |   - | 100 | 622 | 100 | 141 |  29k|   0 | 747 |-2.800000e+01 |-2.600000e+01 |   7.69%
2.89/2.99	c   3.0s|  4000 |   104 | 51071 |  12.3 |6371k|  30 |  50 | 100 | 622 | 100 | 120 |  29k|   0 | 747 |-2.800000e+01 |-2.600000e+01 |   7.69%
2.99/3.03	c   3.0s|  4100 |    86 | 51705 |  12.1 |6334k|  30 |   - | 100 | 622 | 100 | 139 |  30k|   0 | 747 |-2.800000e+01 |-2.600000e+01 |   7.69%
2.99/3.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.99/3.06	c   3.1s|  4200 |    74 | 52273 |  12.0 |6319k|  30 |  47 | 100 | 622 | 100 | 127 |  30k|   0 | 747 |-2.775000e+01 |-2.600000e+01 |   6.73%
2.99/3.09	c   3.1s|  4300 |    52 | 52679 |  11.8 |6265k|  30 |   - | 100 | 622 | 100 | 121 |  30k|   0 | 747 |-2.766667e+01 |-2.600000e+01 |   6.41%
3.09/3.12	c   3.1s|  4400 |    30 | 53229 |  11.6 |6200k|  30 |  26 | 100 | 622 | 100 | 128 |  31k|   0 | 747 |-2.750000e+01 |-2.600000e+01 |   5.77%
3.09/3.15	c   3.1s|  4500 |     4 | 53822 |  11.5 |6098k|  30 |   - | 100 | 595 | 100 | 124 |  31k|   0 | 747 |-2.725000e+01 |-2.600000e+01 |   4.81%
3.09/3.15	c 
3.09/3.15	c SCIP Status        : problem is solved [optimal solution found]
3.09/3.15	c Solving Time (sec) : 3.15
3.09/3.15	c Solving Nodes      : 4508
3.09/3.15	c Primal Bound       : -2.60000000000000e+01 (299 solutions)
3.09/3.15	c Dual Bound         : -2.60000000000000e+01
3.09/3.15	c Gap                : 0.00 %
3.09/3.15	s OPTIMUM FOUND
3.09/3.15	v x100 x99 -x98 -x97 -x96 -x95 x94 x93 x92 -x91 -x90 -x89 -x88 x87 x86 x85 -x84 x83 -x82 -x81 -x80 x79 x78 -x77 -x76 -x75 -x74 -x73 
3.09/3.15	v -x72 -x71 -x70 -x69 x68 -x67 -x66 x65 -x64 -x63 x62 -x61 x60 -x59 x58 -x57 -x56 -x55 -x54 -x53 x52 -x51 -x50 -x49 -x48 -x47 
3.09/3.15	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 -x20 
3.09/3.15	v -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
3.09/3.15	c SCIP Status        : problem is solved [optimal solution found]
3.09/3.15	c Total Time         :       3.15
3.09/3.15	c   solving          :       3.15
3.09/3.15	c   presolving       :       0.17 (included in solving)
3.09/3.15	c   reading          :       0.00 (included in solving)
3.09/3.15	c   copying          :       0.03 (5 #copies) (minimal 0.01, maximal 0.01, average 0.01)
3.09/3.15	c Original Problem   :
3.09/3.15	c   Problem name     : HOME/instance-3692636-1338036916.opb
3.09/3.15	c   Variables        : 722 (100 binary, 0 integer, 622 implicit integer, 0 continuous)
3.09/3.15	c   Constraints      : 822 initial, 822 maximal
3.09/3.15	c   Objective sense  : minimize
3.09/3.15	c Presolved Problem  :
3.09/3.15	c   Problem name     : t_HOME/instance-3692636-1338036916.opb
3.09/3.15	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
3.09/3.15	c   Constraints      : 622 initial, 622 maximal
3.09/3.15	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3.09/3.15	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   and              :       0.16       0.00          0          0          0          0          0          0          0          0          0
3.09/3.15	c   linear           :       0.00       0.00        622          0          0        622          0        100          0          0          0
3.09/3.15	c   pseudoboolean    :       0.00       0.00          0          0          0          0          0        100          0          0          0
3.09/3.15	c   root node        :          -          -          2          -          -          2          -          -          -          -          -
3.09/3.15	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
3.09/3.15	c   integral         :          0          0          0          0       4514          0       3743          0          4         36          0          0       5084
3.09/3.15	c   setppc           :        622        622         26       7945       1955          0       3738          0          4      18594      31176          0          0
3.09/3.15	c   countsols        :          0          0          0          0          3          0        299          0          0          0          0          0          0
3.09/3.15	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
3.09/3.15	c   integral         :       0.46       0.00       0.00       0.00       0.46       0.00       0.01       0.00
3.09/3.15	c   setppc           :       0.15       0.00       0.00       0.06       0.04       0.00       0.05       0.00
3.09/3.15	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3.09/3.15	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3.09/3.15	c   rootredcost      :          5          0          0          0
3.09/3.15	c   pseudoobj        :      11480          0          0          0
3.09/3.15	c   vbounds          :          0          0          0          0
3.09/3.15	c   redcost          :       4989          0          0        588
3.09/3.15	c   probing          :          0          0          0          0
3.09/3.15	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
3.09/3.15	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
3.09/3.15	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00
3.09/3.15	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
3.09/3.15	c   redcost          :       0.02       0.00       0.00       0.02       0.00
3.09/3.15	c   probing          :       0.00       0.00       0.00       0.00       0.00
3.09/3.15	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
3.09/3.15	c   propagation      :       0.00          4          0          0        0.0          0        0.0          -
3.09/3.15	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
3.09/3.15	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
3.09/3.15	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
3.09/3.15	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
3.09/3.15	c   applied globally :          -          -          -          0        0.0          -          -          -
3.09/3.15	c   applied locally  :          -          -          -          0        0.0          -          -          -
3.09/3.15	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
3.09/3.15	c   cut pool         :       0.00                    25          -          -        105          -    (maximal pool size: 1558)
3.09/3.15	c   closecuts        :       0.00       0.00          0          0          0          0          0
3.09/3.15	c   impliedbounds    :       0.00       0.00         26          0          0        126          0
3.09/3.15	c   intobj           :       0.00       0.00          0          0          0          0          0
3.09/3.15	c   gomory           :       0.01       0.00         10          0          0        500          0
3.09/3.15	c   cgmip            :       0.00       0.00          0          0          0          0          0
3.09/3.15	c   strongcg         :       0.18       0.00         20          0          0       6064          0
3.09/3.15	c   cmir             :       0.02       0.00         10          0          0          0          0
3.09/3.15	c   flowcover        :       0.02       0.00         10          0          0          1          0
3.09/3.15	c   clique           :       0.01       0.00         26          0          0        169          0
3.09/3.15	c   zerohalf         :       0.00       0.00          0          0          0          0          0
3.09/3.15	c   mcf              :       0.00       0.00          1          0          0          0          0
3.09/3.15	c   oddcycle         :       0.00       0.00          0          0          0          0          0
3.09/3.15	c   rapidlearning    :       0.04       0.00          1          0          0          0          0
3.09/3.15	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3.09/3.15	c   problem variables:       0.00          -          0          0
3.09/3.15	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
3.09/3.15	c   relpscost        :       0.45       0.00       2559          4         36          0          0       5084
3.09/3.15	c   pscost           :       0.00       0.00          0          0          0          0          0          0
3.09/3.15	c   inference        :       0.00       0.00          0          0          0          0          0          0
3.09/3.15	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
3.09/3.15	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
3.09/3.15	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
3.09/3.15	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
3.09/3.15	c   random           :       0.00       0.00          0          0          0          0          0          0
3.09/3.15	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
3.09/3.15	c   LP solutions     :       0.00          -          -          3
3.09/3.15	c   pseudo solutions :       0.00          -          -          0
3.09/3.15	c   feaspump         :       0.00       0.00          0          0
3.09/3.15	c   oneopt           :       0.00       0.00          5          0
3.09/3.15	c   objpscostdiving  :       0.01       0.00         16          7
3.09/3.15	c   rootsoldiving    :       0.02       0.00         17          0
3.09/3.15	c   coefdiving       :       0.02       0.00         36         11
3.09/3.15	c   guideddiving     :       0.02       0.00         36          5
3.09/3.15	c   pscostdiving     :       0.02       0.00         36          4
3.09/3.15	c   fracdiving       :       0.03       0.00         36          3
3.09/3.15	c   linesearchdiving :       0.02       0.00         37          5
3.09/3.15	c   veclendiving     :       0.03       0.00         37         13
3.09/3.15	c   smallcard        :       0.00       0.00          0          0
3.09/3.15	c   trivial          :       0.00       0.00          2          1
3.09/3.15	c   shiftandpropagate:       0.00       0.00          0          0
3.09/3.15	c   simplerounding   :       0.06       0.00       2584        238
3.09/3.15	c   zirounding       :       0.04       0.00       1000          4
3.09/3.15	c   rounding         :       0.09       0.00       2431          2
3.09/3.15	c   shifting         :       0.02       0.00        297          1
3.09/3.15	c   intshifting      :       0.00       0.00          0          0
3.09/3.15	c   twoopt           :       0.00       0.00          0          0
3.09/3.15	c   indoneopt        :       0.01       0.00          0          0
3.09/3.15	c   indtwoopt        :       0.00       0.00          0          0
3.09/3.15	c   fixandinfer      :       0.00       0.00          0          0
3.09/3.15	c   clique           :       0.00       0.00          0          0
3.09/3.15	c   indcoefdiving    :       0.00       0.00          0          0
3.09/3.15	c   indrounding      :       0.00       0.00          0          0
3.09/3.15	c   nlpdiving        :       0.00       0.00          0          0
3.09/3.15	c   intdiving        :       0.00       0.00          0          0
3.09/3.15	c   actconsdiving    :       0.00       0.00          0          0
3.09/3.15	c   octane           :       0.00       0.00          0          0
3.09/3.15	c   rens             :       0.01       0.00          0          0
3.09/3.15	c   rins             :       0.00       0.00          0          0
3.09/3.15	c   localbranching   :       0.00       0.00          0          0
3.09/3.15	c   mutation         :       0.00       0.00          0          0
3.09/3.15	c   crossover        :       0.04       0.00          1          1
3.09/3.15	c   dins             :       0.00       0.00          0          0
3.09/3.15	c   vbounds          :       0.00       0.00          0          0
3.09/3.15	c   undercover       :       0.00       0.00          0          0
3.09/3.15	c   subnlp           :       0.00       0.00          0          0
3.09/3.15	c   trysol           :       0.01       0.00          0          0
3.09/3.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
3.09/3.15	c   primal LP        :       0.05        666          0       0.00       0.00       0.05        666
3.09/3.15	c   dual LP          :       1.04       6977      49852       7.68   47855.70       0.02        483
3.09/3.15	c   lex dual LP      :       0.00          0          0       0.00          -
3.09/3.15	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3.09/3.15	c   diving/probing LP:       0.10        714       4009       5.61   42117.54
3.09/3.15	c   strong branching :       0.42        747      13578      18.18   32599.46
3.09/3.15	c     (at root node) :          -         31       6104     196.90          -
3.09/3.15	c   conflict analysis:       0.00          0          0       0.00          -
3.09/3.15	c B&B Tree           :
3.09/3.15	c   number of runs   :          1
3.09/3.15	c   nodes            :       4508
3.09/3.15	c   nodes (total)    :       4508
3.09/3.15	c   nodes left       :          0
3.09/3.15	c   max depth        :         30
3.09/3.15	c   max depth (total):         30
3.09/3.15	c   backtracks       :       1163 (25.8%)
3.09/3.15	c   delayed cutoffs  :          0
3.09/3.15	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3.09/3.15	c   avg switch length:       5.26
3.09/3.15	c   switching time   :       0.15
3.09/3.15	c Solution           :
3.09/3.15	c   Solutions found  :        299 (8 improvements)
3.09/3.15	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
3.09/3.15	c   Primal Bound     : -2.60000000000000e+01   (in run 1, after 3812 nodes, 2.93 seconds, depth 14, found by <relaxation>)
3.09/3.15	c   Dual Bound       : -2.60000000000000e+01
3.09/3.15	c   Gap              :       0.00 %
3.09/3.15	c   Root Dual Bound  : -3.23333333333333e+01
3.09/3.15	c   Root Iterations  :       1999
3.09/3.16	c Time complete: 3.16.

Verifier Data

OK	-26

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3692636-1338036916/watcher-3692636-1338036916 -o /tmp/evaluation-result-3692636-1338036916/solver-3692636-1338036916 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692636-1338036916.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 3/176 31818
/proc/meminfo: memFree=28673764/32873648 swapFree=6844/6844
[pid=31818] ppid=31816 vsize=13108 CPUtime=0 cores=0,2,4,6
/proc/31818/stat : 31818 (scip-2.1.1.4exp) R 31816 31818 29540 0 -1 4202496 2033 0 0 0 0 0 0 0 20 0 1 0 269818425 13422592 1987 33554432000 4194304 10219143 140736242322368 140736242321000 8844480 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31818/statm: 3277 1988 442 1471 0 1797 0

[startup+0.0888159 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31818
/proc/meminfo: memFree=28673764/32873648 swapFree=6844/6844
[pid=31818] ppid=31816 vsize=19072 CPUtime=0.07 cores=0,2,4,6
/proc/31818/stat : 31818 (scip-2.1.1.4exp) R 31816 31818 29540 0 -1 4202496 3576 0 0 0 1 6 0 0 20 0 1 0 269818425 19529728 3273 33554432000 4194304 10219143 140736242322368 140736242321000 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31818/statm: 4768 3273 560 1471 0 3288 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19072

[startup+0.100285 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31818
/proc/meminfo: memFree=28673764/32873648 swapFree=6844/6844
[pid=31818] ppid=31816 vsize=19072 CPUtime=0.08 cores=0,2,4,6
/proc/31818/stat : 31818 (scip-2.1.1.4exp) R 31816 31818 29540 0 -1 4202496 3576 0 0 0 1 7 0 0 20 0 1 0 269818425 19529728 3273 33554432000 4194304 10219143 140736242322368 140736242321000 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31818/statm: 4768 3273 560 1471 0 3288 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19072

[startup+0.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31818
/proc/meminfo: memFree=28673764/32873648 swapFree=6844/6844
[pid=31818] ppid=31816 vsize=23288 CPUtime=0.29 cores=0,2,4,6
/proc/31818/stat : 31818 (scip-2.1.1.4exp) R 31816 31818 29540 0 -1 4202496 7359 0 0 0 13 16 0 0 20 0 1 0 269818425 23846912 4557 33554432000 4194304 10219143 140736242322368 140736242321000 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31818/statm: 5822 4557 831 1471 0 4342 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23288

[startup+0.700279 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31818
/proc/meminfo: memFree=28673764/32873648 swapFree=6844/6844
[pid=31818] ppid=31816 vsize=28456 CPUtime=0.69 cores=0,2,4,6
/proc/31818/stat : 31818 (scip-2.1.1.4exp) R 31816 31818 29540 0 -1 4202496 10172 0 0 0 51 18 0 0 20 0 1 0 269818425 29138944 5923 33554432000 4194304 10219143 140736242322368 140736242317256 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31818/statm: 7114 5923 836 1471 0 5634 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28456

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31819
/proc/meminfo: memFree=28649916/32873648 swapFree=6844/6844
[pid=31818] ppid=31816 vsize=28456 CPUtime=1.49 cores=0,2,4,6
/proc/31818/stat : 31818 (scip-2.1.1.4exp) R 31816 31818 29540 0 -1 4202496 11589 0 0 0 124 25 0 0 20 0 1 0 269818425 29138944 5930 33554432000 4194304 10219143 140736242322368 140736242319592 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31818/statm: 7114 5930 842 1471 0 5634 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28456

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31819
/proc/meminfo: memFree=28647048/32873648 swapFree=6844/6844
[pid=31818] ppid=31816 vsize=28900 CPUtime=3.09 cores=0,2,4,6
/proc/31818/stat : 31818 (scip-2.1.1.4exp) R 31816 31818 29540 0 -1 4202496 15648 0 0 0 256 53 0 0 20 0 1 0 269818425 29593600 6045 33554432000 4194304 10219143 140736242322368 140736242319496 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31818/statm: 7225 6045 846 1471 0 5745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28900

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

Child status: 0
Real time (s): 3.16514
CPU time (s): 3.16352
CPU user time (s): 2.6226
CPU system time (s): 0.540917
CPU usage (%): 99.9488
Max. virtual memory (cumulated for all children) (KiB): 34744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.6226
system time used= 0.540917
maximum resident set size= 34004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15652
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= 3
involuntary context switches= 9

runsolver used 0.009998 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-26 14:55:17
IDJOB=3692636
IDBENCH=48223
IDSOLVER=2271
FILE ID=node115/3692636-1338036916
RUNJOBID= node115-1338029660-30503
PBS_JOBID= 14624356
Free space on /tmp= 71564 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_3.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692636-1338036916/watcher-3692636-1338036916 -o /tmp/evaluation-result-3692636-1338036916/solver-3692636-1338036916 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692636-1338036916.opb -t 1800 -m 15500

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

MD5SUM BENCH= 737bdf32fd69c002d569e68c523af4bf
RANDOM SEED=1902712146

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28673764 kB
Buffers:          238876 kB
Cached:          3109380 kB
SwapCached:            0 kB
Active:          1099168 kB
Inactive:        2331432 kB
Active(anon):      84676 kB
Inactive(anon):        0 kB
Active(file):    1014492 kB
Inactive(file):  2331432 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13876 kB
Writeback:             0 kB
AnonPages:         89204 kB
Mapped:            17780 kB
Shmem:               200 kB
Slab:             630432 kB
SReclaimable:      74816 kB
SUnreclaim:       555616 kB
KernelStack:        1448 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     197860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71552 MiB
End job on node115 at 2012-05-26 14:55:20