Trace number 3734723

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverUNSAT 249.81 249.864

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark25.1222
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3734723-1338700687.opb>
0.00/0.00	c original problem has 31 variables (31 bin, 0 int, 0 impl, 0 cont) and 9 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c presolving (3 rounds):
0.00/0.00	c  1 deleted vars, 5 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.00	c       4 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 1.2.1.3
0.00/0.00	c 
0.00/0.00	c # frequency for displaying node information lines
0.00/0.00	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.00	c display/freq = 10000
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/time = 1790
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/memory = 13950
0.00/0.00	c 
0.00/0.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.00	c # [type: int, range: [1,2], default: 1]
0.00/0.00	c timing/clocktype = 2
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify inequalities
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/linear/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/indicator/addCouplingCons = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify knapsacks
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.00	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.00	c separating/rapidlearning/freq = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.00	c 
0.00/0.01	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.01	c   0.0s|     1 |     0 |    17 |     - | 193k|   0 |   4 |  30 |   4 |  30 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    57 |     - | 318k|   0 |   7 |  30 |  65 |  30 |   7 |   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    60 |     - | 335k|   0 |   9 |  30 |  65 |  30 |  11 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    65 |     - | 353k|   0 |  10 |  30 |  65 |  30 |  14 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    72 |     - | 370k|   0 |  10 |  30 |  65 |  30 |  17 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    80 |     - | 390k|   0 |  11 |  30 |  65 |  30 |  20 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    91 |     - | 407k|   0 |  10 |  30 |  65 |  30 |  23 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     2 |    91 |     - | 408k|   0 |  10 |  30 |  65 |  30 |  23 |  19 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
1.59/1.62	c   1.6s| 10000 |  2553 | 19102 |   1.9 |3463k|  27 |   4 |  30 |3826 |  30 |  10 |  19 |5083 | 379 | 0.000000e+00 |      --      |    Inf 
3.49/3.57	c   3.6s| 20000 |  4107 | 37337 |   1.9 |5086k|  27 |   4 |  30 |4660 |  30 |  10 |  19 |  11k| 498 | 0.000000e+00 |      --      |    Inf 
5.69/5.79	c   5.8s| 30000 |  5238 | 55973 |   1.9 |6627k|  27 |   - |  30 |5906 |  30 |  10 |  19 |  17k| 572 | 0.000000e+00 |      --      |    Inf 
8.18/8.21	c   8.2s| 40000 |  6476 | 75049 |   1.9 |8417k|  27 |   4 |  30 |7451 |  30 |  10 |  19 |  23k| 651 | 0.000000e+00 |      --      |    Inf 
10.79/10.84	c  10.8s| 50000 |  7549 | 93945 |   1.9 |  10M|  27 |   4 |  30 |8699 |  30 |  10 |  19 |  30k| 727 | 0.000000e+00 |      --      |    Inf 
13.99/14.09	c  14.1s| 60000 |  7897 |113125 |   1.9 |  11M|  27 |   - |  30 |9389 |  30 |  10 |  19 |  37k| 823 | 0.000000e+00 |      --      |    Inf 
17.38/17.48	c  17.5s| 70000 |  7897 |132472 |   1.9 |  11M|  27 |   - |  30 |9043 |  30 |  10 |  19 |  44k| 899 | 0.000000e+00 |      --      |    Inf 
19.98/20.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.98/20.04	c  20.0s| 80000 |  8903 |150698 |   1.9 |  12M|  27 |   4 |  30 |  10k|  30 |  10 |  19 |  50k| 944 | 0.000000e+00 |      --      |    Inf 
23.48/23.58	c  23.6s| 90000 |  8835 |169233 |   1.9 |  13M|  27 |   - |  30 |  10k|  30 |  10 |  19 |  58k| 977 | 0.000000e+00 |      --      |    Inf 
26.68/26.74	c  26.7s|100000 |  9074 |188359 |   1.9 |  14M|  27 |   4 |  30 |  12k|  30 |  10 |  19 |  65k|1025 | 0.000000e+00 |      --      |    Inf 
30.27/30.33	c  30.3s|110000 |  9035 |207522 |   1.9 |  15M|  27 |   - |  30 |  12k|  30 |  10 |  19 |  73k|1054 | 0.000000e+00 |      --      |    Inf 
33.38/33.44	c  33.4s|120000 |  9920 |226253 |   1.9 |  16M|  27 |   - |  30 |  13k|  30 |  10 |  19 |  79k|1095 | 0.000000e+00 |      --      |    Inf 
36.67/36.77	c  36.8s|130000 | 10032 |245325 |   1.9 |  17M|  27 |   4 |  30 |  15k|  30 |  10 |  19 |  86k|1145 | 0.000000e+00 |      --      |    Inf 
40.07/40.10	c  40.1s|140000 | 10888 |264156 |   1.9 |  19M|  27 |   - |  30 |  17k|  30 |  10 |  19 |  93k|1184 | 0.000000e+00 |      --      |    Inf 
46.18/46.26	c  46.3s|150000 | 10281 |282982 |   1.9 |  19M|  27 |   4 |  30 |  15k|  30 |  10 |  19 | 101k|1215 | 0.000000e+00 |      --      |    Inf 
51.47/51.50	c  51.5s|160000 |  9979 |301669 |   1.9 |  19M|  27 |   - |  30 |  15k|  30 |  10 |  19 | 108k|1239 | 0.000000e+00 |      --      |    Inf 
56.37/56.48	c  56.5s|170000 |  9645 |320626 |   1.9 |  19M|  27 |   4 |  30 |  15k|  30 |  10 |  19 | 116k|1260 | 0.000000e+00 |      --      |    Inf 
60.27/60.31	c  60.3s|180000 |  9941 |339492 |   1.9 |  20M|  27 |   - |  30 |  16k|  30 |  10 |  19 | 123k|1289 | 0.000000e+00 |      --      |    Inf 
66.27/66.31	c  66.3s|190000 |  9263 |358256 |   1.9 |  19M|  27 |   4 |  30 |  15k|  30 |  10 |  19 | 131k|1311 | 0.000000e+00 |      --      |    Inf 
70.28/70.38	c  70.4s|200000 |  9556 |376915 |   1.9 |  20M|  27 |   4 |  30 |  17k|  30 |  10 |  19 | 138k|1338 | 0.000000e+00 |      --      |    Inf 
75.67/75.72	c  75.7s|210000 |  9014 |395604 |   1.9 |  20M|  27 |   - |  30 |  16k|  30 |  10 |  19 | 146k|1362 | 0.000000e+00 |      --      |    Inf 
81.07/81.13	c  81.1s|220000 |  8594 |415147 |   1.9 |  20M|  27 |   - |  30 |  16k|   0 |   0 |  19 | 154k|1387 | 0.000000e+00 |      --      |    Inf 
86.87/86.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.87/86.97	c  87.0s|230000 |  8017 |434532 |   1.9 |  19M|  27 |   - |  30 |  16k|  30 |  10 |  19 | 162k|1413 | 0.000000e+00 |      --      |    Inf 
91.17/91.27	c  91.3s|240000 |  8613 |453793 |   1.9 |  20M|  27 |   - |  30 |  17k|  30 |  10 |  19 | 168k|1439 | 0.000000e+00 |      --      |    Inf 
95.07/95.19	c  95.2s|250000 |  9031 |472703 |   1.9 |  22M|  27 |   - |  30 |  19k|  30 |  10 |  19 | 175k|1460 | 0.000000e+00 |      --      |    Inf 
100.97/101.01	c   101s|260000 |  8440 |491997 |   1.9 |  22M|  27 |   4 |  30 |  20k|  30 |  10 |  19 | 183k|1490 | 0.000000e+00 |      --      |    Inf 
106.26/106.32	c   106s|270000 |  8831 |510956 |   1.9 |  22M|  27 |   - |  30 |  20k|  30 |  10 |  19 | 190k|1502 | 0.000000e+00 |      --      |    Inf 
110.67/110.74	c   111s|280000 |  9344 |530016 |   1.9 |  23M|  27 |   - |  30 |  22k|  30 |  10 |  19 | 196k|1536 | 0.000000e+00 |      --      |    Inf 
116.47/116.54	c   117s|290000 |  9121 |549066 |   1.9 |  24M|  27 |   - |  30 |  23k|  30 |  10 |  19 | 203k|1562 | 0.000000e+00 |      --      |    Inf 
123.46/123.52	c   124s|300000 |  8491 |568213 |   1.9 |  23M|  27 |   - |  30 |  22k|  30 |  10 |  19 | 211k|1581 | 0.000000e+00 |      --      |    Inf 
133.66/133.72	c   134s|310000 |  7180 |587373 |   1.9 |  21M|  27 |   4 |  30 |  18k|  30 |  10 |  19 | 220k|1600 | 0.000000e+00 |      --      |    Inf 
141.55/141.69	c   142s|320000 |  6590 |606646 |   1.9 |  20M|  27 |   4 |  30 |  16k|  30 |  10 |  19 | 228k|1633 | 0.000000e+00 |      --      |    Inf 
145.75/145.82	c   146s|330000 |  6792 |626373 |   1.9 |  21M|  27 |   4 |  30 |  19k|  30 |  10 |  19 | 235k|1651 | 0.000000e+00 |      --      |    Inf 
152.45/152.51	c   153s|340000 |  6280 |645753 |   1.9 |  20M|  27 |   4 |  30 |  19k|  30 |  10 |  19 | 243k|1671 | 0.000000e+00 |      --      |    Inf 
156.75/156.82	c   157s|350000 |  6006 |664871 |   1.9 |  21M|  27 |   - |  30 |  21k|   0 |   0 |  19 | 251k|1697 | 0.000000e+00 |      --      |    Inf 
166.06/166.11	c   166s|360000 |  4945 |683893 |   1.9 |  19M|  27 |   - |  30 |  19k|  30 |  10 |  19 | 259k|1729 | 0.000000e+00 |      --      |    Inf 
175.55/175.62	c   176s|370000 |  3632 |703102 |   1.9 |  16M|  27 |   - |  30 |  17k|  30 |  10 |  19 | 268k|1752 | 0.000000e+00 |      --      |    Inf 
180.35/180.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.35/180.47	c   180s|380000 |  4045 |722019 |   1.9 |  17M|  27 |   4 |  30 |  20k|  30 |  10 |  19 | 275k|1771 | 0.000000e+00 |      --      |    Inf 
185.25/185.31	c   185s|390000 |  4528 |740469 |   1.9 |  18M|  27 |   4 |  30 |  22k|  30 |  10 |  19 | 281k|1793 | 0.000000e+00 |      --      |    Inf 
192.35/192.50	c   192s|400000 |  3605 |758671 |   1.9 |  18M|  27 |   4 |  30 |  23k|  30 |  10 |  19 | 289k|1820 | 0.000000e+00 |      --      |    Inf 
200.15/200.27	c   200s|410000 |  3178 |777855 |   1.9 |  17M|  27 |   - |  30 |  23k|  30 |  10 |  19 | 297k|1844 | 0.000000e+00 |      --      |    Inf 
210.45/210.52	c   211s|420000 |  1987 |797291 |   1.9 |  15M|  27 |   - |  30 |  21k|  30 |  10 |  19 | 306k|1866 | 0.000000e+00 |      --      |    Inf 
217.94/218.08	c   218s|430000 |  1357 |816484 |   1.9 |  13M|  27 |   - |  30 |  21k|  30 |  10 |  19 | 314k|1895 | 0.000000e+00 |      --      |    Inf 
223.14/223.22	c   223s|440000 |  1266 |835987 |   1.9 |  14M|  27 |   - |  30 |  23k|  30 |  10 |  19 | 321k|1929 | 0.000000e+00 |      --      |    Inf 
231.54/231.61	c   232s|450000 |   676 |854803 |   1.9 |  12M|  27 |   4 |  30 |  23k|  30 |  10 |  19 | 329k|1957 | 0.000000e+00 |      --      |    Inf 
238.24/238.36	c   238s|460000 |   342 |873762 |   1.9 |  11M|  27 |   4 |  30 |  22k|  30 |  10 |  19 | 337k|1991 | 0.000000e+00 |      --      |    Inf 
243.84/243.98	c   244s|470000 |   168 |892190 |   1.9 |  11M|  27 |   4 |  30 |  23k|  30 |  10 |  19 | 345k|2014 | 0.000000e+00 |      --      |    Inf 
249.13/249.20	c   249s|480000 |    37 |912308 |   1.9 |  12M|  27 |   4 |  30 |  25k|  30 |  10 |  19 | 353k|2015 | 0.000000e+00 |      --      |    Inf 
249.74/249.83	c 
249.74/249.83	c SCIP Status        : problem is solved [infeasible]
249.74/249.83	c Solving Time (sec) : 249.83
249.74/249.83	c Solving Nodes      : 481203
249.74/249.83	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
249.74/249.83	c Dual Bound         : +1.00000000000000e+20
249.74/249.83	c Gap                : 0.00 %
249.74/249.83	s UNSATISFIABLE
249.74/249.83	c SCIP Status        : problem is solved [infeasible]
249.74/249.83	c Solving Time       :     249.83
249.74/249.83	c Original Problem   :
249.74/249.83	c   Problem name     : HOME/instance-3734723-1338700687.opb
249.74/249.83	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
249.74/249.83	c   Constraints      : 9 initial, 9 maximal
249.74/249.83	c Presolved Problem  :
249.74/249.83	c   Problem name     : t_HOME/instance-3734723-1338700687.opb
249.74/249.83	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
249.74/249.83	c   Constraints      : 4 initial, 25819 maximal
249.74/249.83	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
249.74/249.83	c   trivial          :       0.00          0          0          0          0          0          0          0          0
249.74/249.83	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
249.74/249.83	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
249.74/249.83	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
249.74/249.83	c   implics          :       0.00          0          0          0          0          0          0          0          0
249.74/249.83	c   probing          :       0.00          0          0          0          0          0          0          0          0
249.74/249.83	c   linear           :       0.00          0          0          0          0          0          5          0          0
249.74/249.83	c   logicor          :       0.00          0          0          0          0          0          0          0          0
249.74/249.83	c   root node        :          -          1          -          -          1          -          -          -          -
249.74/249.83	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
249.74/249.83	c   integral         :          0          0          0     261526          0        266        890          0          0     520794
249.74/249.83	c   linear           :          4+         7    1283738          0          0      74244     545916          0          0          0
249.74/249.83	c   logicor          :          0+         0     661760          0          0       3026     320390          0          0          0
249.74/249.83	c   countsols        :          0          0          0          0          0          0          0          0          0          0
249.74/249.83	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
249.74/249.83	c   integral         :       1.44       0.00       0.00       1.44       0.00
249.74/249.83	c   linear           :      12.52       0.00      12.52       0.00       0.00
249.74/249.83	c   logicor          :     106.07       0.00     106.07       0.00       0.00
249.74/249.83	c   countsols        :       0.00       0.00       0.00       0.00       0.00
249.74/249.83	c Propagators        :       Time      Calls    Cutoffs    DomReds
249.74/249.83	c   vbounds          :       0.16          2          0          0
249.74/249.83	c   rootredcost      :       0.15          0          0          0
249.74/249.83	c   pseudoobj        :       0.12          0          0          0
249.74/249.83	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
249.74/249.83	c   propagation      :       1.57      77270      60629     192336       20.4          4       16.5          -
249.74/249.83	c   infeasible LP    :       3.49     175594     175592     343956       13.8       2989       16.6          0
249.74/249.83	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
249.74/249.83	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
249.74/249.83	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
249.74/249.83	c   applied globally :          -          -          -     355020       14.0          -          -          -
249.74/249.83	c   applied locally  :          -          -          -          0        0.0          -          -          -
249.74/249.83	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
249.74/249.83	c   cut pool         :       0.00          5          -          -         34          -    (maximal pool size: 98)
249.74/249.83	c   redcost          :       0.20     261531          0          0          0          0
249.74/249.83	c   impliedbounds    :       0.00          6          0          0          0          0
249.74/249.83	c   intobj           :       0.00          0          0          0          0          0
249.74/249.83	c   cgmip            :       0.00          0          0          0          0          0
249.74/249.83	c   gomory           :       0.00          6          0          0          1          0
249.74/249.83	c   strongcg         :       0.00          6          0          0         46          0
249.74/249.83	c   cmir             :       0.00          6          0          0         34          0
249.74/249.83	c   flowcover        :       0.00          6          0          0         38          0
249.74/249.83	c   clique           :       0.00          1          0          0          0          0
249.74/249.83	c   zerohalf         :       0.00          0          0          0          0          0
249.74/249.83	c   mcf              :       0.00          1          0          0          0          0
249.74/249.83	c   rapidlearning    :       0.02          1          0          0          0         61
249.74/249.83	c Pricers            :       Time      Calls       Vars
249.74/249.83	c   problem variables:       0.00          0          0
249.74/249.83	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
249.74/249.83	c   relpscost        :       1.32     261526        266        890          0          0     520794
249.74/249.83	c   pscost           :       0.00          0          0          0          0          0          0
249.74/249.83	c   inference        :       0.00          0          0          0          0          0          0
249.74/249.83	c   mostinf          :       0.00          0          0          0          0          0          0
249.74/249.83	c   leastinf         :       0.00          0          0          0          0          0          0
249.74/249.83	c   fullstrong       :       0.00          0          0          0          0          0          0
249.74/249.83	c   allfullstrong    :       0.00          0          0          0          0          0          0
249.74/249.83	c   random           :       0.00          0          0          0          0          0          0
249.74/249.83	c Primal Heuristics  :       Time      Calls      Found
249.74/249.83	c   LP solutions     :       0.00          -          0
249.74/249.83	c   pseudo solutions :       0.00          -          0
249.74/249.83	c   oneopt           :       0.09          0          0
249.74/249.83	c   crossover        :       0.06          0          0
249.74/249.83	c   guideddiving     :       0.02          0          0
249.74/249.83	c   linesearchdiving :       0.02         47          0
249.74/249.83	c   coefdiving       :       0.02         47          0
249.74/249.83	c   pscostdiving     :       0.02         47          0
249.74/249.83	c   fracdiving       :       0.02         47          0
249.74/249.83	c   veclendiving     :       0.02         47          0
249.74/249.83	c   objpscostdiving  :       0.02         24          0
249.74/249.83	c   rootsoldiving    :       0.02         24          0
249.74/249.83	c   feaspump         :       0.02         25          0
249.74/249.83	c   trivial          :       0.00          2          0
249.74/249.83	c   simplerounding   :       0.04          0          0
249.74/249.83	c   zirounding       :       0.07       1000          0
249.74/249.83	c   rounding         :       0.12       7196          0
249.74/249.83	c   shifting         :       0.38       2649          0
249.74/249.83	c   intshifting      :       0.01          0          0
249.74/249.83	c   twoopt           :       0.00          0          0
249.74/249.83	c   fixandinfer      :       0.00          0          0
249.74/249.83	c   intdiving        :       0.00          0          0
249.74/249.83	c   actconsdiving    :       0.00          0          0
249.74/249.83	c   octane           :       0.00          0          0
249.74/249.83	c   rens             :       0.01          1          0
249.74/249.83	c   rins             :       0.00          0          0
249.74/249.83	c   localbranching   :       0.00          0          0
249.74/249.83	c   mutation         :       0.00          0          0
249.74/249.83	c   dins             :       0.00          0          0
249.74/249.83	c   undercover       :       0.00          0          0
249.74/249.83	c   nlp              :       0.05          0          0
249.74/249.83	c   trysol           :       0.07          0          0
249.74/249.83	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
249.74/249.83	c   primal LP        :       0.00          0          0       0.00          -
249.74/249.83	c   dual LP          :      14.09     419995     914136       2.18   64870.49
249.74/249.83	c   lex dual LP      :       0.00          0          0       0.00          -
249.74/249.83	c   barrier LP       :       0.00          0          0       0.00          -
249.74/249.83	c   diving/probing LP:       0.02        357        513       1.44   30103.87
249.74/249.83	c   strong branching :       0.11       2015       6631       3.29   58354.01
249.74/249.83	c     (at root node) :          -          9        182      20.22          -
249.74/249.83	c   conflict analysis:       0.00          0          0       0.00          -
249.74/249.83	c B&B Tree           :
249.74/249.83	c   number of runs   :          1
249.74/249.83	c   nodes            :     481203
249.74/249.83	c   nodes (total)    :     481203
249.74/249.83	c   nodes left       :          0
249.74/249.83	c   max depth        :         27
249.74/249.83	c   max depth (total):         27
249.74/249.83	c   backtracks       :     140136 (29.1%)
249.74/249.83	c   delayed cutoffs  :      39592
249.74/249.83	c   repropagations   :     478941 (457095 domain reductions, 31758 cutoffs)
249.74/249.83	c   avg switch length:       6.29
249.74/249.83	c   switching time   :      74.90
249.74/249.83	c Solution           :
249.74/249.83	c   Solutions found  :          0 (0 improvements)
249.74/249.83	c   Primal Bound     : infeasible
249.74/249.83	c   Dual Bound       :          -
249.74/249.83	c   Gap              :       0.00 %
249.74/249.83	c   Root Dual Bound  : +0.00000000000000e+00
249.74/249.83	c   Root Iterations  :         91
249.74/249.86	c Time complete: 249.8.

Verifier Data

ERROR: no interpretation found !

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 7556
/proc/meminfo: memFree=25419648/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=10212 CPUtime=0 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 1804 0 0 0 0 0 0 0 20 0 1 0 336195940 10457088 1750 33554432000 4194304 8395647 140734572596880 140734356708888 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 2553 1750 393 1026 0 1523 0

[startup+0.097094 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 7556
/proc/meminfo: memFree=25419648/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=22992 CPUtime=0.09 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 5267 0 0 0 8 1 0 0 20 0 1 0 336195940 23543808 4860 33554432000 4194304 8395647 140734572596880 140734356708888 6070731 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 5748 4860 632 1026 0 4718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22992

[startup+0.100305 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 7556
/proc/meminfo: memFree=25419648/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=22992 CPUtime=0.09 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 5267 0 0 0 8 1 0 0 20 0 1 0 336195940 23543808 4860 33554432000 4194304 8395647 140734572596880 140734356708888 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 5748 4860 632 1026 0 4718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22992

[startup+0.300225 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 7556
/proc/meminfo: memFree=25419648/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=22992 CPUtime=0.29 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 5270 0 0 0 28 1 0 0 20 0 1 0 336195940 23543808 4863 33554432000 4194304 8395647 140734572596880 140734572592392 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 5748 4863 632 1026 0 4718 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22992

[startup+0.700222 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 7556
/proc/meminfo: memFree=25419648/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=22992 CPUtime=0.69 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 5272 0 0 0 66 3 0 0 20 0 1 0 336195940 23543808 4865 33554432000 4194304 8395647 140734572596880 140734572592392 6333470 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 5748 4865 632 1026 0 4718 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22992

[startup+1.50022 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7557
/proc/meminfo: memFree=25403248/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=22992 CPUtime=1.49 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 5276 0 0 0 145 4 0 0 20 0 1 0 336195940 23543808 4869 33554432000 4194304 8395647 140734572596880 140734572592488 6066413 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 5748 4869 632 1026 0 4718 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22992

[startup+3.10022 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7557
/proc/meminfo: memFree=25402752/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=22992 CPUtime=3.09 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 5282 0 0 0 301 8 0 0 20 0 1 0 336195940 23543808 4875 33554432000 4194304 8395647 140734572596880 140734572592488 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 5748 4875 632 1026 0 4718 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22992

[startup+6.30019 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7557
/proc/meminfo: memFree=25402100/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=24716 CPUtime=6.29 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 5695 0 0 0 615 14 0 0 20 0 1 0 336195940 25309184 5288 33554432000 4194304 8395647 140734572596880 140734572592488 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 6179 5288 632 1026 0 5149 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24716

[startup+12.7002 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7557
/proc/meminfo: memFree=25396924/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=28784 CPUtime=12.69 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 6622 0 0 0 1246 23 0 0 20 0 1 0 336195940 29474816 6215 33554432000 4194304 8395647 140734572596880 140734572592488 4218041 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 7196 6215 632 1026 0 6166 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28784

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 7557
/proc/meminfo: memFree=25389080/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=34772 CPUtime=25.47 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 8062 0 0 0 2509 38 0 0 20 0 1 0 336195940 35606528 8108 33554432000 4194304 8395647 140734572596880 140734572592488 5089512 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 8693 8108 632 1026 0 7663 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34772

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 7557
/proc/meminfo: memFree=25383488/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=42668 CPUtime=51.07 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 9720 0 0 0 5039 68 0 0 20 0 1 0 336195940 43692032 9766 33554432000 4194304 8395647 140734572596880 140734572592488 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 10667 9766 632 1026 0 9637 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42668

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7557
/proc/meminfo: memFree=25378444/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=46660 CPUtime=102.27 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 10656 0 0 0 10118 109 0 0 20 0 1 0 336195940 47779840 10702 33554432000 4194304 8395647 140734572596880 140734572592488 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 11665 10702 632 1026 0 10635 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 46660

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7560
/proc/meminfo: memFree=25372616/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=49884 CPUtime=162.25 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 11447 0 0 0 16075 150 0 0 20 0 1 0 336195940 51081216 11867 33554432000 4194304 8395647 140734572596880 140734572592488 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 12471 11867 632 1026 0 11441 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49884

[startup+222.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 7561
/proc/meminfo: memFree=25371692/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=50868 CPUtime=222.24 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 11493 0 0 0 22038 186 0 0 20 0 1 0 336195940 52088832 11913 33554432000 4194304 8395647 140734572596880 140734572592488 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 12717 11913 632 1026 0 11687 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 50868

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

[startup+230.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 7561
/proc/meminfo: memFree=25371320/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=51460 CPUtime=230.24 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 11556 0 0 0 22835 189 0 0 20 0 1 0 336195940 52695040 11976 33554432000 4194304 8395647 140734572596880 140734572592488 6068924 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 12865 11976 632 1026 0 11835 0
Current children cumulated CPU time (s) 230.24
Current children cumulated vsize (KiB) 51460

[startup+243.107 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7561
/proc/meminfo: memFree=25371196/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=51460 CPUtime=243.05 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 11556 0 0 0 24106 199 0 0 20 0 1 0 336195940 52695040 11976 33554432000 4194304 8395647 140734572596880 140734572592488 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 12865 11976 632 1026 0 11835 0
Current children cumulated CPU time (s) 243.05
Current children cumulated vsize (KiB) 51460

[startup+246.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7561
/proc/meminfo: memFree=25371196/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=51460 CPUtime=246.24 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 11556 0 0 0 24423 201 0 0 20 0 1 0 336195940 52695040 11976 33554432000 4194304 8395647 140734572596880 140734572592488 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 12865 11976 632 1026 0 11835 0
Current children cumulated CPU time (s) 246.24
Current children cumulated vsize (KiB) 51460

[startup+247.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7561
/proc/meminfo: memFree=25371196/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=51460 CPUtime=247.84 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 11556 0 0 0 24581 203 0 0 20 0 1 0 336195940 52695040 11976 33554432000 4194304 8395647 140734572596880 140734572592488 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 12865 11976 632 1026 0 11835 0
Current children cumulated CPU time (s) 247.84
Current children cumulated vsize (KiB) 51460

[startup+248.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7561
/proc/meminfo: memFree=25371568/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=51460 CPUtime=248.64 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 11556 0 0 0 24660 204 0 0 20 0 1 0 336195940 52695040 11976 33554432000 4194304 8395647 140734572596880 140734572592488 4471457 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 12865 11976 632 1026 0 11835 0
Current children cumulated CPU time (s) 248.64
Current children cumulated vsize (KiB) 51460

[startup+249.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7561
/proc/meminfo: memFree=25371568/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=51460 CPUtime=249.43 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 11556 0 0 0 24739 204 0 0 20 0 1 0 336195940 52695040 11976 33554432000 4194304 8395647 140734572596880 140734572592488 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 12865 11976 632 1026 0 11835 0
Current children cumulated CPU time (s) 249.43
Current children cumulated vsize (KiB) 51460

[startup+249.707 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7561
/proc/meminfo: memFree=25371568/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=51460 CPUtime=249.65 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 11556 0 0 0 24760 205 0 0 20 0 1 0 336195940 52695040 11976 33554432000 4194304 8395647 140734572596880 140734572592488 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 12865 11976 632 1026 0 11835 0
Current children cumulated CPU time (s) 249.65
Current children cumulated vsize (KiB) 51460

[startup+249.8 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7561
/proc/meminfo: memFree=25371568/32873648 swapFree=6852/6852
[pid=7556] ppid=7554 vsize=51460 CPUtime=249.74 cores=1,3,5,7
/proc/7556/stat : 7556 (pbscip.linux.x8) R 7554 7556 4046 0 -1 4202496 11556 0 0 0 24769 205 0 0 20 0 1 0 336195940 52695040 11976 33554432000 4194304 8395647 140734572596880 140734572592488 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7556/statm: 12865 11976 632 1026 0 11835 0
Current children cumulated CPU time (s) 249.74
Current children cumulated vsize (KiB) 51460

Child status: 0
Real time (s): 249.864
CPU time (s): 249.81
CPU user time (s): 247.755
CPU system time (s): 2.05469
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 51460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.755
system time used= 2.05469
maximum resident set size= 47912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11561
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= 22
involuntary context switches= 257

runsolver used 0.373943 second user time and 1.01684 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 07:18:07
IDJOB=3734723
IDBENCH=2897
IDSOLVER=2326
FILE ID=node112/3734723-1338700687
RUNJOBID= node112-1338678625-4066
PBS_JOBID= 14636701
Free space on /tmp= 71204 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734723-1338700687/watcher-3734723-1338700687 -o /tmp/evaluation-result-3734723-1338700687/solver-3734723-1338700687 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734723-1338700687.opb -t 1800 -m 15500

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=1223344052

node112.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.763
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	: 5333.52
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.763
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.763
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.763
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.763
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.763
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.92
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.763
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.763
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:        25420276 kB
Buffers:          539796 kB
Cached:          5911004 kB
SwapCached:            0 kB
Active:          1860916 kB
Inactive:        4728808 kB
Active(anon):     126812 kB
Inactive(anon):    11888 kB
Active(file):    1734104 kB
Inactive(file):  4716920 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10156 kB
Writeback:             0 kB
AnonPages:        181412 kB
Mapped:            16984 kB
Shmem:               200 kB
Slab:             724300 kB
SReclaimable:     167628 kB
SUnreclaim:       556672 kB
KernelStack:        1472 kB
PageTables:         4412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     259344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71196 MiB
End job on node112 at 2012-06-03 07:22:17