Trace number 3453306

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4UNSAT 101.709 101.707

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_2.opb
MD5SUM1d7dd5c267917b6fb58d303c57bfa918
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 benchmark15.2657
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 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2424
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3453306-1307095005.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 add 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 add 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 added 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 2.0.1.4
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 = 1800
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 # belongs reading time to solving time?
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
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.00	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.00	c   0.0s|     1 |     0 |    18 |     - | 220k|   0 |   4 |  30 |  13 |  30 |   4 |   0 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    64 |     - | 276k|   0 |   9 |  30 |  36 |  30 |   9 |   5 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    74 |     - | 292k|   0 |   8 |  30 |  36 |  30 |  13 |   9 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    79 |     - | 308k|   0 |   7 |  30 |  36 |  30 |  17 |  13 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    82 |     - | 333k|   0 |   9 |  30 |  36 |  30 |  19 |  15 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    86 |     - | 352k|   0 |   9 |  30 |  36 |  30 |  21 |  17 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    88 |     - | 372k|   0 |  12 |  30 |  36 |  30 |  23 |  19 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    98 |     - | 388k|   0 |  11 |  30 |  36 |  30 |  25 |  21 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   104 |     - | 404k|   0 |  13 |  30 |  36 |  30 |  28 |  24 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     2 |   104 |     - | 405k|   0 |  13 |  30 |  36 |  30 |  28 |  24 |   9 |   9 | 0.000000e+00 |      --      |    Inf 
1.39/1.48	c   1.5s| 10000 |  2360 | 16828 |   1.7 |2934k|  25 |   4 |  30 |2722 |  30 |  13 |  24 |4125 | 416 | 0.000000e+00 |      --      |    Inf 
2.89/2.95	c   2.9s| 20000 |  3988 | 32879 |   1.6 |3900k|  25 |   4 |  30 |1941 |  30 |  13 |  24 |8071 | 636 | 0.000000e+00 |      --      |    Inf 
4.30/4.34	c   4.3s| 30000 |  5063 | 47970 |   1.6 |4791k|  25 |   - |  30 |2184 |   0 |   0 |  24 |  11k| 774 | 0.000000e+00 |      --      |    Inf 
5.69/5.72	c   5.7s| 40000 |  6159 | 62762 |   1.6 |5769k|  25 |   4 |  30 |2806 |  30 |  13 |  24 |  15k| 896 | 0.000000e+00 |      --      |    Inf 
7.19/7.21	c   7.2s| 50000 |  6911 | 77537 |   1.5 |6442k|  25 |   4 |  30 |2821 |  30 |  13 |  24 |  19k|1023 | 0.000000e+00 |      --      |    Inf 
8.59/8.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.59/8.71	c   8.7s| 60000 |  7782 | 92486 |   1.5 |7480k|  25 |   4 |  30 |3786 |  30 |  13 |  24 |  23k|1143 | 0.000000e+00 |      --      |    Inf 
10.19/10.29	c  10.3s| 70000 |  8274 |106539 |   1.5 |7789k|  25 |   4 |  30 |2925 |  30 |  13 |  24 |  26k|1234 | 0.000000e+00 |      --      |    Inf 
11.79/11.87	c  11.9s| 80000 |  8662 |121327 |   1.5 |8304k|  25 |   4 |  30 |3048 |  30 |  13 |  24 |  30k|1365 | 0.000000e+00 |      --      |    Inf 
13.39/13.44	c  13.4s| 90000 |  8861 |135395 |   1.5 |8542k|  25 |   - |  30 |2694 |   0 |   0 |  24 |  34k|1471 | 0.000000e+00 |      --      |    Inf 
14.89/14.98	c  15.0s|100000 |  9226 |149726 |   1.5 |9295k|  25 |   4 |  30 |3857 |  30 |  13 |  24 |  38k|1569 | 0.000000e+00 |      --      |    Inf 
16.69/16.74	c  16.7s|110000 |  9149 |164557 |   1.5 |9200k|  25 |   4 |  30 |2751 |  30 |  13 |  24 |  42k|1681 | 0.000000e+00 |      --      |    Inf 
18.19/18.23	c  18.2s|120000 |  9826 |179614 |   1.5 |  10M|  25 |   - |  30 |4736 |   0 |   0 |  24 |  46k|1775 | 0.000000e+00 |      --      |    Inf 
19.99/20.00	c  20.0s|130000 | 10263 |194849 |   1.5 |  10M|  25 |   4 |  30 |4236 |  30 |  13 |  24 |  49k|1852 | 0.000000e+00 |      --      |    Inf 
21.69/21.79	c  21.8s|140000 | 10438 |209733 |   1.5 |  10M|  25 |   4 |  30 |3799 |  30 |  13 |  24 |  53k|1920 | 0.000000e+00 |      --      |    Inf 
23.39/23.42	c  23.4s|150000 | 10854 |223986 |   1.5 |  11M|  25 |   4 |  30 |4397 |  30 |  13 |  24 |  56k|1990 | 0.000000e+00 |      --      |    Inf 
25.09/25.15	c  25.1s|160000 | 11157 |237595 |   1.5 |  12M|  25 |   - |  30 |5657 |   0 |   0 |  24 |  60k|2118 | 0.000000e+00 |      --      |    Inf 
27.09/27.13	c  27.1s|170000 | 10985 |251724 |   1.5 |  11M|  25 |   4 |  30 |3640 |  30 |  13 |  24 |  63k|2180 | 0.000000e+00 |      --      |    Inf 
28.79/28.80	c  28.8s|180000 | 11119 |266389 |   1.5 |  12M|  25 |   4 |  30 |3923 |  30 |  13 |  24 |  67k|2242 | 0.000000e+00 |      --      |    Inf 
30.59/30.66	c  30.7s|190000 | 10681 |280249 |   1.5 |  11M|  25 |   4 |  30 |3090 |  30 |  13 |  24 |  72k|2310 | 0.000000e+00 |      --      |    Inf 
32.39/32.40	c  32.4s|200000 | 10466 |294680 |   1.5 |  11M|  25 |   4 |  30 |3585 |  30 |  13 |  24 |  76k|2373 | 0.000000e+00 |      --      |    Inf 
34.11/34.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.11/34.18	c  34.2s|210000 | 10427 |308888 |   1.5 |  12M|  25 |   4 |  30 |3907 |  30 |  13 |  24 |  80k|2420 | 0.000000e+00 |      --      |    Inf 
35.89/35.94	c  35.9s|220000 | 10594 |322984 |   1.5 |  12M|  25 |   - |  30 |4194 |   0 |   0 |  24 |  83k|2479 | 0.000000e+00 |      --      |    Inf 
37.80/37.88	c  37.9s|230000 | 10029 |337357 |   1.5 |  11M|  25 |   - |  30 |3506 |   0 |   0 |  24 |  88k|2552 | 0.000000e+00 |      --      |    Inf 
39.70/39.74	c  39.7s|240000 |  9604 |351384 |   1.5 |  11M|  25 |   4 |  30 |3550 |  30 |  13 |  24 |  92k|2599 | 0.000000e+00 |      --      |    Inf 
41.50/41.54	c  41.5s|250000 |  9810 |366230 |   1.5 |  12M|  25 |   - |  30 |5264 |   0 |   0 |  24 |  96k|2663 | 0.000000e+00 |      --      |    Inf 
43.49/43.59	c  43.6s|260000 |  9242 |381032 |   1.5 |  11M|  25 |   - |  30 |3487 |  30 |  13 |  24 | 101k|2706 | 0.000000e+00 |      --      |    Inf 
45.39/45.46	c  45.5s|270000 |  8802 |395915 |   1.5 |  11M|  25 |   4 |  30 |3376 |  30 |  13 |  24 | 105k|2782 | 0.000000e+00 |      --      |    Inf 
47.20/47.29	c  47.3s|280000 |  8190 |409880 |   1.5 |  11M|  25 |   - |  30 |3341 |   0 |   0 |  24 | 109k|2879 | 0.000000e+00 |      --      |    Inf 
48.99/49.05	c  49.1s|290000 |  7576 |423884 |   1.5 |  10M|  25 |   - |  30 |3109 |   0 |   0 |  24 | 113k|2923 | 0.000000e+00 |      --      |    Inf 
50.69/50.74	c  50.7s|300000 |  7364 |437984 |   1.5 |  10M|  25 |   4 |  30 |4152 |  30 |  13 |  24 | 117k|2999 | 0.000000e+00 |      --      |    Inf 
52.59/52.60	c  52.6s|310000 |  7267 |452061 |   1.5 |  10M|  25 |   4 |  30 |3733 |  30 |  13 |  24 | 121k|3053 | 0.000000e+00 |      --      |    Inf 
54.49/54.53	c  54.5s|320000 |  7035 |466510 |   1.5 |  10M|  25 |   4 |  30 |3779 |  30 |  13 |  24 | 125k|3126 | 0.000000e+00 |      --      |    Inf 
56.29/56.33	c  56.3s|330000 |  6802 |480190 |   1.5 |  10M|  25 |   4 |  30 |4043 |  30 |  13 |  24 | 129k|3197 | 0.000000e+00 |      --      |    Inf 
58.09/58.20	c  58.2s|340000 |  6079 |493845 |   1.5 |9625k|  25 |   4 |  30 |3174 |  30 |  13 |  24 | 133k|3289 | 0.000000e+00 |      --      |    Inf 
59.99/60.06	c  60.1s|350000 |  5358 |508161 |   1.5 |8974k|  25 |   4 |  30 |3163 |  30 |  13 |  24 | 137k|3349 | 0.000000e+00 |      --      |    Inf 
61.69/61.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.69/61.72	c  61.7s|360000 |  5632 |522588 |   1.5 |9633k|  25 |   - |  30 |4502 |   0 |   0 |  24 | 140k|3406 | 0.000000e+00 |      --      |    Inf 
63.70/63.75	c  63.8s|370000 |  5100 |537087 |   1.5 |9171k|  25 |   - |  30 |4339 |  30 |  13 |  24 | 145k|3461 | 0.000000e+00 |      --      |    Inf 
65.60/65.60	c  65.6s|380000 |  4730 |550846 |   1.4 |8554k|  25 |   4 |  30 |3645 |  30 |  13 |  24 | 149k|3509 | 0.000000e+00 |      --      |    Inf 
67.39/67.42	c  67.4s|390000 |  4253 |563934 |   1.4 |8071k|  25 |   - |  30 |3304 |   0 |   0 |  24 | 152k|3542 | 0.000000e+00 |      --      |    Inf 
69.20/69.25	c  69.2s|400000 |  3912 |578532 |   1.4 |7801k|  25 |   - |  30 |3595 |   0 |   0 |  24 | 156k|3598 | 0.000000e+00 |      --      |    Inf 
71.09/71.17	c  71.2s|410000 |  3296 |592714 |   1.4 |7367k|  25 |   - |  30 |4139 |   0 |   0 |  24 | 161k|3648 | 0.000000e+00 |      --      |    Inf 
72.99/73.03	c  73.0s|420000 |  2897 |607397 |   1.4 |6988k|  25 |   4 |  30 |4417 |  30 |  13 |  24 | 165k|3704 | 0.000000e+00 |      --      |    Inf 
75.00/75.01	c  75.0s|430000 |  2159 |621739 |   1.4 |5898k|  25 |   4 |  30 |3860 |  30 |  13 |  24 | 169k|3748 | 0.000000e+00 |      --      |    Inf 
76.69/76.78	c  76.8s|440000 |  1872 |635191 |   1.4 |5499k|  25 |   4 |  30 |3982 |  30 |  13 |  24 | 173k|3779 | 0.000000e+00 |      --      |    Inf 
78.59/78.62	c  78.6s|450000 |  1530 |648734 |   1.4 |5586k|  25 |   - |  30 |5216 |   0 |   0 |  24 | 177k|3834 | 0.000000e+00 |      --      |    Inf 
80.70/80.74	c  80.7s|460000 |   787 |663019 |   1.4 |4136k|  25 |   4 |  30 |3860 |  30 |  13 |  24 | 182k|3871 | 0.000000e+00 |      --      |    Inf 
82.60/82.66	c  82.7s|470000 |   611 |677582 |   1.4 |3925k|  25 |   4 |  30 |4220 |  30 |  13 |  24 | 186k|3904 | 0.000000e+00 |      --      |    Inf 
84.49/84.58	c  84.6s|480000 |   564 |693594 |   1.4 |4301k|  25 |   4 |  30 |5789 |  30 |  13 |  24 | 191k|3947 | 0.000000e+00 |      --      |    Inf 
86.39/86.45	c  86.5s|490000 |   401 |707243 |   1.4 |3811k|  25 |   - |  30 |4745 |  30 |  13 |  24 | 195k|3991 | 0.000000e+00 |      --      |    Inf 
88.49/88.57	c  88.6s|500000 |   224 |722457 |   1.4 |4029k|  25 |   - |  30 |6104 |   0 |   0 |  24 | 199k|4036 | 0.000000e+00 |      --      |    Inf 
90.59/90.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.59/90.61	c  90.6s|510000 |   585 |737796 |   1.4 |4739k|  25 |   4 |  30 |7322 |  30 |  13 |  24 | 203k|4070 | 0.000000e+00 |      --      |    Inf 
92.70/92.78	c  92.8s|520000 |   511 |752028 |   1.4 |4833k|  25 |   4 |  30 |7605 |  30 |  13 |  24 | 207k|4108 | 0.000000e+00 |      --      |    Inf 
95.00/95.01	c  95.0s|530000 |   254 |765638 |   1.4 |4771k|  25 |   - |  30 |8175 |   0 |   0 |  24 | 210k|4162 | 0.000000e+00 |      --      |    Inf 
97.29/97.30	c  97.3s|540000 |   181 |780967 |   1.4 |4422k|  25 |   - |  30 |7232 |   0 |   0 |  24 | 214k|4215 | 0.000000e+00 |      --      |    Inf 
99.40/99.44	c  99.4s|550000 |   618 |797172 |   1.4 |4987k|  25 |   - |  30 |8307 |   0 |   0 |  24 | 218k|4272 | 0.000000e+00 |      --      |    Inf 
101.59/101.69	c 
101.59/101.69	c SCIP Status        : problem is solved [infeasible]
101.59/101.69	c Solving Time (sec) : 101.69
101.59/101.69	c Solving Nodes      : 558561
101.59/101.69	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
101.59/101.69	c Dual Bound         : +1.00000000000000e+20
101.59/101.69	c Gap                : 0.00 %
101.59/101.69	s UNSATISFIABLE
101.59/101.69	c SCIP Status        : problem is solved [infeasible]
101.59/101.69	c Total Time         :     101.69
101.59/101.69	c   solving          :     101.69
101.59/101.69	c   presolving       :       0.00 (included in solving)
101.59/101.69	c   reading          :       0.00 (included in solving)
101.59/101.69	c Original Problem   :
101.59/101.69	c   Problem name     : HOME/instance-3453306-1307095005.opb
101.59/101.69	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
101.59/101.69	c   Constraints      : 9 initial, 9 maximal
101.59/101.69	c Presolved Problem  :
101.59/101.69	c   Problem name     : t_HOME/instance-3453306-1307095005.opb
101.59/101.69	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
101.59/101.69	c   Constraints      : 4 initial, 8939 maximal
101.59/101.69	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
101.59/101.69	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
101.59/101.69	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
101.59/101.69	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
101.59/101.69	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
101.59/101.69	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
101.59/101.69	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
101.59/101.69	c   linear           :       0.00          0          0          0          0          0          5          0          0          0
101.59/101.69	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
101.59/101.69	c   root node        :          -          2          -          -          2          -          -          -          -          -
101.59/101.69	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
101.59/101.69	c   integral         :          0          0          0     312499          0          4          0        472       3052          0          0     618018
101.59/101.69	c   linear           :          4+         9    1165064          0          0          3    1667101     230185    1645534          0          0          0
101.59/101.69	c   logicor          :          0+         8     573378          0          0          0     384145       3104     177860          0          0          0
101.59/101.69	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
101.59/101.69	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
101.59/101.69	c   integral         :       1.84       0.00       0.00       1.84       0.00       0.00       0.00
101.59/101.69	c   linear           :      15.30       0.00      13.05       0.00       0.00       0.00       2.25
101.59/101.69	c   logicor          :      23.36       0.00      23.05       0.00       0.00       0.00       0.31
101.59/101.69	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
101.59/101.69	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
101.59/101.69	c   vbounds          :          0          0          0          0
101.59/101.69	c   rootredcost      :          0          0          0          0
101.59/101.69	c   pseudoobj        :          0          0          0          0
101.59/101.69	c Propagator Timings :  TotalTime  Propagate    Resprop
101.59/101.69	c   vbounds          :       0.18       0.18       0.00
101.59/101.69	c   rootredcost      :       0.19       0.19       0.00
101.59/101.69	c   pseudoobj        :       0.13       0.13       0.00
101.59/101.69	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
101.59/101.69	c   propagation      :       3.91     233289     107815     265643       19.6          8       18.1          -
101.59/101.69	c   infeasible LP    :       1.26      74958      74953     113437       12.7        876       17.6          0
101.59/101.69	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
101.59/101.69	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
101.59/101.69	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
101.59/101.69	c   applied globally :          -          -          -     222394       15.7          -          -          -
101.59/101.69	c   applied locally  :          -          -          -          0        0.0          -          -          -
101.59/101.69	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
101.59/101.69	c   cut pool         :       0.00          7          -          -         43          -    (maximal pool size: 138)
101.59/101.69	c   redcost          :       0.25     312506          0          0          0          0
101.59/101.69	c   impliedbounds    :       0.00          8          0          0          0          0
101.59/101.69	c   intobj           :       0.00          0          0          0          0          0
101.59/101.69	c   gomory           :       0.00          8          0          0          2          0
101.59/101.69	c   cgmip            :       0.00          0          0          0          0          0
101.59/101.69	c   closecuts        :       0.00          0          0          0          0          0
101.59/101.69	c   strongcg         :       0.00          8          0          0         55          0
101.59/101.69	c   cmir             :       0.00          8          0          0         41          0
101.59/101.69	c   flowcover        :       0.01          8          0          0         65          0
101.59/101.69	c   clique           :       0.00          1          0          0          0          0
101.59/101.69	c   zerohalf         :       0.00          0          0          0          0          0
101.59/101.69	c   mcf              :       0.00          1          0          0          0          0
101.59/101.69	c   oddcycle         :       0.00          0          0          0          0          0
101.59/101.69	c   rapidlearning    :       0.01          1          0          0          0         23
101.59/101.69	c Pricers            :       Time      Calls       Vars
101.59/101.69	c   problem variables:       0.00          0          0
101.59/101.69	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
101.59/101.69	c   relpscost        :       1.68     312499        472       3052          0          0     618018
101.59/101.69	c   pscost           :       0.00          0          0          0          0          0          0
101.59/101.69	c   inference        :       0.00          0          0          0          0          0          0
101.59/101.69	c   mostinf          :       0.00          0          0          0          0          0          0
101.59/101.69	c   leastinf         :       0.00          0          0          0          0          0          0
101.59/101.69	c   fullstrong       :       0.00          0          0          0          0          0          0
101.59/101.69	c   allfullstrong    :       0.00          0          0          0          0          0          0
101.59/101.69	c   random           :       0.00          0          0          0          0          0          0
101.59/101.69	c Primal Heuristics  :       Time      Calls      Found
101.59/101.69	c   LP solutions     :       0.00          -          0
101.59/101.69	c   pseudo solutions :       0.00          -          0
101.59/101.69	c   oneopt           :       0.13          0          0
101.59/101.69	c   crossover        :       0.09          0          0
101.59/101.69	c   guideddiving     :       0.02          0          0
101.59/101.69	c   rootsoldiving    :       0.01         34          0
101.59/101.69	c   fracdiving       :       0.03        147          0
101.59/101.69	c   veclendiving     :       0.03        147          0
101.59/101.69	c   linesearchdiving :       0.03        148          0
101.59/101.69	c   coefdiving       :       0.03        148          0
101.59/101.69	c   pscostdiving     :       0.03        148          0
101.59/101.69	c   feaspump         :       0.04         75          0
101.59/101.69	c   objpscostdiving  :       0.02         76          0
101.59/101.69	c   trivial          :       0.00          2          0
101.59/101.69	c   shiftandpropagate:       0.00          1          0
101.59/101.69	c   simplerounding   :       0.05          0          0
101.59/101.69	c   zirounding       :       0.63          0          0
101.59/101.69	c   rounding         :       0.15       7866          0
101.59/101.69	c   shifting         :       0.46       3005          0
101.59/101.69	c   intshifting      :       0.01          0          0
101.59/101.69	c   twoopt           :       0.00          0          0
101.59/101.69	c   fixandinfer      :       0.00          0          0
101.59/101.69	c   clique           :       0.00          0          0
101.59/101.69	c   intdiving        :       0.00          0          0
101.59/101.69	c   actconsdiving    :       0.00          0          0
101.59/101.69	c   octane           :       0.00          0          0
101.59/101.69	c   rens             :       0.01          1          0
101.59/101.69	c   rins             :       0.00          0          0
101.59/101.69	c   localbranching   :       0.00          0          0
101.59/101.69	c   mutation         :       0.00          0          0
101.59/101.69	c   dins             :       0.00          0          0
101.59/101.69	c   vbounds          :       0.00          0          0
101.59/101.69	c   undercover       :       0.00          0          0
101.59/101.69	c   subnlp           :       0.07          0          0
101.59/101.69	c   trysol           :       0.09          0          0
101.59/101.69	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
101.59/101.69	c   primal LP        :       0.00          0          0       0.00          -
101.59/101.69	c   dual LP          :      13.11     384127     809453       2.11   61727.10
101.59/101.69	c   lex dual LP      :       0.00          0          0       0.00          -
101.59/101.69	c   barrier LP       :       0.00          0          0       0.00          -
101.59/101.69	c   diving/probing LP:       0.03        775       1058       1.37   32872.46
101.59/101.69	c   strong branching :       0.25       4316      10374       2.40   41115.27
101.59/101.69	c     (at root node) :          -          9        199      22.11          -
101.59/101.69	c   conflict analysis:       0.00          0          0       0.00          -
101.59/101.69	c B&B Tree           :
101.59/101.69	c   number of runs   :          1
101.59/101.69	c   nodes            :     558561
101.59/101.69	c   nodes (total)    :     558561
101.59/101.69	c   nodes left       :          0
101.59/101.69	c   max depth        :         25
101.59/101.69	c   max depth (total):         25
101.59/101.69	c   backtracks       :     159305 (28.5%)
101.59/101.69	c   delayed cutoffs  :      59458
101.59/101.69	c   repropagations   :     250256 (524870 domain reductions, 57524 cutoffs)
101.59/101.69	c   avg switch length:       5.12
101.59/101.69	c   switching time   :      27.89
101.59/101.69	c Solution           :
101.59/101.69	c   Solutions found  :          0 (0 improvements)
101.59/101.69	c   Primal Bound     : infeasible
101.59/101.69	c   Dual Bound       :          -
101.59/101.69	c   Gap              :       0.00 %
101.59/101.69	c   Root Dual Bound  : +0.00000000000000e+00
101.59/101.69	c   Root Iterations  :        104
101.69/101.70	c Time complete: 101.7.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3453306-1307095005/watcher-3453306-1307095005 -o /tmp/evaluation-result-3453306-1307095005/solver-3453306-1307095005 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453306-1307095005.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.21 2.08 1.92 2/527 6034
/proc/meminfo: memFree=25011448/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=15972 CPUtime=0 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 3119 0 0 0 0 0 0 0 25 0 1 0 899731173 16355328 2816 33554432000 4194304 9128323 140733936106384 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 3993 2816 596 1205 0 2784 0

[startup+0.098753 s]
/proc/loadavg: 2.21 2.08 1.92 2/527 6034
/proc/meminfo: memFree=25011448/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=27164 CPUtime=0.09 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 6019 0 0 0 9 0 0 0 25 0 1 0 899731173 27815936 5363 33554432000 4194304 9128323 140733936106384 18446744073709551615 5875518 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 6791 5363 728 1205 0 5582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27164

[startup+0.100754 s]
/proc/loadavg: 2.21 2.08 1.92 2/527 6034
/proc/meminfo: memFree=25011448/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=27164 CPUtime=0.09 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 6019 0 0 0 9 0 0 0 25 0 1 0 899731173 27815936 5363 33554432000 4194304 9128323 140733936106384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 6791 5363 728 1205 0 5582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27164

[startup+0.300708 s]
/proc/loadavg: 2.21 2.08 1.92 2/527 6034
/proc/meminfo: memFree=25011448/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=27164 CPUtime=0.29 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 6055 0 0 0 28 1 0 0 25 0 1 0 899731173 27815936 5399 33554432000 4194304 9128323 140733936106384 18446744073709551615 5199777 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 6791 5399 728 1205 0 5582 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27164

[startup+0.700649 s]
/proc/loadavg: 2.21 2.08 1.92 2/527 6034
/proc/meminfo: memFree=25011448/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=27164 CPUtime=0.69 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 6066 0 0 0 68 1 0 0 25 0 1 0 899731173 27815936 5410 33554432000 4194304 9128323 140733936106384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 6791 5410 728 1205 0 5582 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27164

[startup+1.5005 s]
/proc/loadavg: 2.19 2.08 1.92 3/528 6035
/proc/meminfo: memFree=24992096/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=27164 CPUtime=1.49 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 6071 0 0 0 146 3 0 0 25 0 1 0 899731173 27815936 5415 33554432000 4194304 9128323 140733936106384 18446744073709551615 5321256 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 6791 5415 728 1205 0 5582 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27164

[startup+3.10022 s]
/proc/loadavg: 2.19 2.08 1.92 3/528 6035
/proc/meminfo: memFree=24990736/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=27164 CPUtime=3.09 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 6079 0 0 0 303 6 0 0 25 0 1 0 899731173 27815936 5423 33554432000 4194304 9128323 140733936106384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 6791 5423 728 1205 0 5582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27164

[startup+6.30067 s]
/proc/loadavg: 2.18 2.08 1.92 3/528 6035
/proc/meminfo: memFree=24990340/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=27164 CPUtime=6.29 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 6089 0 0 0 616 13 0 0 25 0 1 0 899731173 27815936 5433 33554432000 4194304 9128323 140733936106384 18446744073709551615 5950933 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 6791 5433 728 1205 0 5582 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27164

[startup+12.7005 s]
/proc/loadavg: 2.16 2.08 1.92 3/528 6036
/proc/meminfo: memFree=24989276/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=27300 CPUtime=12.69 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 6393 0 0 0 1243 26 0 0 25 0 1 0 899731173 27955200 5737 33554432000 4194304 9128323 140733936106384 18446744073709551615 4907310 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 6825 5737 728 1205 0 5616 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27300

[startup+25.5003 s]
/proc/loadavg: 2.14 2.08 1.92 3/528 6036
/proc/meminfo: memFree=24981564/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=32664 CPUtime=25.49 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 7738 0 0 0 2502 47 0 0 25 0 1 0 899731173 33447936 7082 33554432000 4194304 9128323 140733936106384 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 8166 7082 728 1205 0 6957 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32664

[startup+51.1008 s]
/proc/loadavg: 2.08 2.07 1.92 3/528 6037
/proc/meminfo: memFree=24981464/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=32968 CPUtime=51.1 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 7780 0 0 0 5025 85 0 0 25 0 1 0 899731173 33759232 7124 33554432000 4194304 9128323 140733936106384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 8242 7124 728 1205 0 7033 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 32968

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

[startup+76.7003 s]
/proc/loadavg: 2.17 2.09 1.93 3/528 6037
/proc/meminfo: memFree=24970892/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=33188 CPUtime=76.69 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 7811 0 0 0 7551 118 0 0 25 0 1 0 899731173 33984512 7155 33554432000 4194304 9128323 140733936106384 18446744073709551615 4241216 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 8297 7155 728 1205 0 7088 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 33188

[startup+89.5011 s]
/proc/loadavg: 2.14 2.09 1.93 3/528 6038
/proc/meminfo: memFree=24967532/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=33432 CPUtime=89.5 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 7901 0 0 0 8816 134 0 0 25 0 1 0 899731173 34234368 7245 33554432000 4194304 9128323 140733936106384 18446744073709551615 5333327 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 8358 7245 728 1205 0 7149 0
Current children cumulated CPU time (s) 89.5
Current children cumulated vsize (KiB) 33432

[startup+95.901 s]
/proc/loadavg: 2.12 2.08 1.93 3/528 6038
/proc/meminfo: memFree=24965672/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=34340 CPUtime=95.9 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 8064 0 0 0 9449 141 0 0 25 0 1 0 899731173 35164160 7408 33554432000 4194304 9128323 140733936106384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 8585 7408 728 1205 0 7376 0
Current children cumulated CPU time (s) 95.9
Current children cumulated vsize (KiB) 34340

[startup+99.1004 s]
/proc/loadavg: 2.12 2.08 1.93 3/528 6038
/proc/meminfo: memFree=24964336/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=34540 CPUtime=99.1 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 8085 0 0 0 9764 146 0 0 25 0 1 0 899731173 35368960 7429 33554432000 4194304 9128323 140733936106384 18446744073709551615 4241216 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 8635 7429 728 1205 0 7426 0
Current children cumulated CPU time (s) 99.1
Current children cumulated vsize (KiB) 34540

[startup+100.701 s]
/proc/loadavg: 2.12 2.08 1.93 3/528 6038
/proc/meminfo: memFree=24964708/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=34540 CPUtime=100.69 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 8085 0 0 0 9922 147 0 0 25 0 1 0 899731173 35368960 7429 33554432000 4194304 9128323 140733936106384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 8635 7429 728 1205 0 7426 0
Current children cumulated CPU time (s) 100.69
Current children cumulated vsize (KiB) 34540

[startup+101.501 s]
/proc/loadavg: 2.11 2.08 1.93 3/528 6038
/proc/meminfo: memFree=24963716/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=34540 CPUtime=101.5 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 8085 0 0 0 10002 148 0 0 25 0 1 0 899731173 35368960 7429 33554432000 4194304 9128323 140733936106384 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6034/statm: 8635 7429 728 1205 0 7426 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 34540

[startup+101.701 s]
/proc/loadavg: 2.11 2.08 1.93 3/528 6038
/proc/meminfo: memFree=24963716/32951124 swapFree=56241860/67111528
[pid=6034] ppid=6032 vsize=33292 CPUtime=101.69 cores=0,2,4,6
/proc/6034/stat : 6034 (scip-2.0.1.4.li) R 6032 6034 5807 0 -1 4202496 8144 0 0 0 10021 148 0 0 18 0 1 0 899731173 34091008 7135 33554432000 4194304 9128323 140733936106384 18446744073709551615 6885328 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6034/statm: 8323 7135 729 1205 0 7114 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 33292

Child status: 0
Real time (s): 101.707
CPU time (s): 101.709
CPU user time (s): 100.224
CPU system time (s): 1.48477
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 34540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.224
system time used= 1.48477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8146
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 132

runsolver used 0.582911 second user time and 1.18882 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-03 11:56:45
IDJOB=3453306
IDBENCH=2901
IDSOLVER=1949
FILE ID=node119/3453306-1307095005
RUNJOBID= node119-1307093144-5825
PBS_JOBID= 13497988
Free space on /tmp= 73620 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_2.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453306-1307095005/watcher-3453306-1307095005 -o /tmp/evaluation-result-3453306-1307095005/solver-3453306-1307095005 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453306-1307095005.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=5403653

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25011728 kB
Buffers:        181460 kB
Cached:         548652 kB
SwapCached:      59076 kB
Active:         692608 kB
Inactive:      6951148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25011728 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:           20188 kB
Writeback:           0 kB
AnonPages:     6858580 kB
Mapped:          36312 kB
Slab:           147284 kB
PageTables:      79396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163901796 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73608 MiB
End job on node119 at 2011-06-03 11:58:27