Trace number 3451646

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4UNSAT 102.086 102.085

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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3451646-1307093808.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.5
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.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 |    18 |     - | 219k|   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 |     - | 291k|   0 |   8 |  30 |  36 |  30 |  13 |   9 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    79 |     - | 307k|   0 |   7 |  30 |  36 |  30 |  17 |  13 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    82 |     - | 332k|   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 |     - | 387k|   0 |  11 |  30 |  36 |  30 |  25 |  21 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   104 |     - | 404k|   0 |  13 |  30 |  36 |  30 |  28 |  24 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/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 |2933k|  25 |   4 |  30 |2722 |  30 |  13 |  24 |4125 | 416 | 0.000000e+00 |      --      |    Inf 
2.89/2.95	c   3.0s| 20000 |  3988 | 32879 |   1.6 |3899k|  25 |   4 |  30 |1941 |  30 |  13 |  24 |8071 | 636 | 0.000000e+00 |      --      |    Inf 
4.30/4.35	c   4.4s| 30000 |  5063 | 47970 |   1.6 |4790k|  25 |   - |  30 |2184 |   0 |   0 |  24 |  11k| 774 | 0.000000e+00 |      --      |    Inf 
5.69/5.73	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.23	c   7.2s| 50000 |  6911 | 77537 |   1.5 |6441k|  25 |   4 |  30 |2821 |  30 |  13 |  24 |  19k|1023 | 0.000000e+00 |      --      |    Inf 
8.71/8.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.71/8.74	c   8.7s| 60000 |  7782 | 92486 |   1.5 |7480k|  25 |   4 |  30 |3786 |  30 |  13 |  24 |  23k|1143 | 0.000000e+00 |      --      |    Inf 
10.29/10.32	c  10.3s| 70000 |  8274 |106539 |   1.5 |7789k|  25 |   4 |  30 |2925 |  30 |  13 |  24 |  26k|1234 | 0.000000e+00 |      --      |    Inf 
11.89/11.91	c  11.9s| 80000 |  8662 |121327 |   1.5 |8303k|  25 |   4 |  30 |3048 |  30 |  13 |  24 |  30k|1365 | 0.000000e+00 |      --      |    Inf 
13.39/13.48	c  13.5s| 90000 |  8861 |135395 |   1.5 |8542k|  25 |   - |  30 |2694 |   0 |   0 |  24 |  34k|1471 | 0.000000e+00 |      --      |    Inf 
14.99/15.02	c  15.0s|100000 |  9226 |149726 |   1.5 |9295k|  25 |   4 |  30 |3857 |  30 |  13 |  24 |  38k|1569 | 0.000000e+00 |      --      |    Inf 
16.79/16.80	c  16.8s|110000 |  9149 |164557 |   1.5 |9199k|  25 |   4 |  30 |2751 |  30 |  13 |  24 |  42k|1681 | 0.000000e+00 |      --      |    Inf 
18.19/18.29	c  18.3s|120000 |  9826 |179614 |   1.5 |  10M|  25 |   - |  30 |4736 |   0 |   0 |  24 |  46k|1775 | 0.000000e+00 |      --      |    Inf 
19.99/20.06	c  20.1s|130000 | 10263 |194849 |   1.5 |  10M|  25 |   4 |  30 |4236 |  30 |  13 |  24 |  49k|1852 | 0.000000e+00 |      --      |    Inf 
21.79/21.86	c  21.9s|140000 | 10438 |209733 |   1.5 |  10M|  25 |   4 |  30 |3799 |  30 |  13 |  24 |  53k|1920 | 0.000000e+00 |      --      |    Inf 
23.49/23.50	c  23.5s|150000 | 10854 |223986 |   1.5 |  11M|  25 |   4 |  30 |4397 |  30 |  13 |  24 |  56k|1990 | 0.000000e+00 |      --      |    Inf 
25.20/25.23	c  25.2s|160000 | 11157 |237595 |   1.5 |  12M|  25 |   - |  30 |5657 |   0 |   0 |  24 |  60k|2118 | 0.000000e+00 |      --      |    Inf 
27.19/27.22	c  27.2s|170000 | 10985 |251724 |   1.5 |  11M|  25 |   4 |  30 |3640 |  30 |  13 |  24 |  63k|2180 | 0.000000e+00 |      --      |    Inf 
28.89/28.90	c  28.9s|180000 | 11119 |266389 |   1.5 |  12M|  25 |   4 |  30 |3923 |  30 |  13 |  24 |  67k|2242 | 0.000000e+00 |      --      |    Inf 
30.71/30.76	c  30.8s|190000 | 10681 |280249 |   1.5 |  11M|  25 |   4 |  30 |3090 |  30 |  13 |  24 |  72k|2310 | 0.000000e+00 |      --      |    Inf 
32.49/32.51	c  32.5s|200000 | 10466 |294680 |   1.5 |  11M|  25 |   4 |  30 |3585 |  30 |  13 |  24 |  76k|2373 | 0.000000e+00 |      --      |    Inf 
34.29/34.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.29/34.30	c  34.3s|210000 | 10427 |308888 |   1.5 |  12M|  25 |   4 |  30 |3907 |  30 |  13 |  24 |  80k|2420 | 0.000000e+00 |      --      |    Inf 
36.00/36.06	c  36.1s|220000 | 10594 |322984 |   1.5 |  12M|  25 |   - |  30 |4194 |   0 |   0 |  24 |  83k|2479 | 0.000000e+00 |      --      |    Inf 
37.99/38.01	c  38.0s|230000 | 10029 |337357 |   1.5 |  11M|  25 |   - |  30 |3506 |   0 |   0 |  24 |  88k|2552 | 0.000000e+00 |      --      |    Inf 
39.79/39.87	c  39.9s|240000 |  9604 |351384 |   1.5 |  11M|  25 |   4 |  30 |3550 |  30 |  13 |  24 |  92k|2599 | 0.000000e+00 |      --      |    Inf 
41.59/41.68	c  41.7s|250000 |  9810 |366230 |   1.5 |  12M|  25 |   - |  30 |5264 |   0 |   0 |  24 |  96k|2663 | 0.000000e+00 |      --      |    Inf 
43.69/43.73	c  43.7s|260000 |  9242 |381032 |   1.5 |  11M|  25 |   - |  30 |3487 |  30 |  13 |  24 | 101k|2706 | 0.000000e+00 |      --      |    Inf 
45.59/45.61	c  45.6s|270000 |  8802 |395915 |   1.5 |  11M|  25 |   4 |  30 |3376 |  30 |  13 |  24 | 105k|2782 | 0.000000e+00 |      --      |    Inf 
47.39/47.45	c  47.4s|280000 |  8190 |409880 |   1.5 |  11M|  25 |   - |  30 |3341 |   0 |   0 |  24 | 109k|2879 | 0.000000e+00 |      --      |    Inf 
49.19/49.21	c  49.2s|290000 |  7576 |423884 |   1.5 |  10M|  25 |   - |  30 |3109 |   0 |   0 |  24 | 113k|2923 | 0.000000e+00 |      --      |    Inf 
50.89/50.91	c  50.9s|300000 |  7364 |437984 |   1.5 |  10M|  25 |   4 |  30 |4152 |  30 |  13 |  24 | 117k|2999 | 0.000000e+00 |      --      |    Inf 
52.70/52.77	c  52.8s|310000 |  7267 |452061 |   1.5 |  10M|  25 |   4 |  30 |3733 |  30 |  13 |  24 | 121k|3053 | 0.000000e+00 |      --      |    Inf 
54.69/54.71	c  54.7s|320000 |  7035 |466510 |   1.5 |  10M|  25 |   4 |  30 |3779 |  30 |  13 |  24 | 125k|3126 | 0.000000e+00 |      --      |    Inf 
56.50/56.52	c  56.5s|330000 |  6802 |480190 |   1.5 |  10M|  25 |   4 |  30 |4043 |  30 |  13 |  24 | 129k|3197 | 0.000000e+00 |      --      |    Inf 
58.31/58.40	c  58.4s|340000 |  6079 |493845 |   1.5 |9625k|  25 |   4 |  30 |3174 |  30 |  13 |  24 | 133k|3289 | 0.000000e+00 |      --      |    Inf 
60.20/60.27	c  60.3s|350000 |  5358 |508161 |   1.5 |8974k|  25 |   4 |  30 |3163 |  30 |  13 |  24 | 137k|3349 | 0.000000e+00 |      --      |    Inf 
61.89/61.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.89/61.93	c  61.9s|360000 |  5632 |522588 |   1.5 |9633k|  25 |   - |  30 |4502 |   0 |   0 |  24 | 140k|3406 | 0.000000e+00 |      --      |    Inf 
63.89/63.97	c  64.0s|370000 |  5100 |537087 |   1.5 |9171k|  25 |   - |  30 |4339 |  30 |  13 |  24 | 145k|3461 | 0.000000e+00 |      --      |    Inf 
65.79/65.83	c  65.8s|380000 |  4730 |550846 |   1.4 |8554k|  25 |   4 |  30 |3645 |  30 |  13 |  24 | 149k|3509 | 0.000000e+00 |      --      |    Inf 
67.60/67.66	c  67.7s|390000 |  4253 |563934 |   1.4 |8070k|  25 |   - |  30 |3304 |   0 |   0 |  24 | 152k|3542 | 0.000000e+00 |      --      |    Inf 
69.39/69.49	c  69.5s|400000 |  3912 |578532 |   1.4 |7800k|  25 |   - |  30 |3595 |   0 |   0 |  24 | 156k|3598 | 0.000000e+00 |      --      |    Inf 
71.40/71.42	c  71.4s|410000 |  3296 |592714 |   1.4 |7367k|  25 |   - |  30 |4139 |   0 |   0 |  24 | 161k|3648 | 0.000000e+00 |      --      |    Inf 
73.19/73.29	c  73.3s|420000 |  2897 |607397 |   1.4 |6988k|  25 |   4 |  30 |4417 |  30 |  13 |  24 | 165k|3704 | 0.000000e+00 |      --      |    Inf 
75.19/75.28	c  75.3s|430000 |  2159 |621739 |   1.4 |5898k|  25 |   4 |  30 |3860 |  30 |  13 |  24 | 169k|3748 | 0.000000e+00 |      --      |    Inf 
77.01/77.05	c  77.1s|440000 |  1872 |635191 |   1.4 |5498k|  25 |   4 |  30 |3982 |  30 |  13 |  24 | 173k|3779 | 0.000000e+00 |      --      |    Inf 
78.90/78.90	c  78.9s|450000 |  1530 |648734 |   1.4 |5586k|  25 |   - |  30 |5216 |   0 |   0 |  24 | 177k|3834 | 0.000000e+00 |      --      |    Inf 
80.99/81.03	c  81.0s|460000 |   787 |663019 |   1.4 |4135k|  25 |   4 |  30 |3860 |  30 |  13 |  24 | 182k|3871 | 0.000000e+00 |      --      |    Inf 
82.89/82.96	c  83.0s|470000 |   611 |677582 |   1.4 |3924k|  25 |   4 |  30 |4220 |  30 |  13 |  24 | 186k|3904 | 0.000000e+00 |      --      |    Inf 
84.79/84.89	c  84.9s|480000 |   564 |693594 |   1.4 |4301k|  25 |   4 |  30 |5789 |  30 |  13 |  24 | 191k|3947 | 0.000000e+00 |      --      |    Inf 
86.70/86.77	c  86.8s|490000 |   401 |707243 |   1.4 |3811k|  25 |   - |  30 |4745 |  30 |  13 |  24 | 195k|3991 | 0.000000e+00 |      --      |    Inf 
88.89/88.90	c  88.9s|500000 |   224 |722457 |   1.4 |4029k|  25 |   - |  30 |6104 |   0 |   0 |  24 | 199k|4036 | 0.000000e+00 |      --      |    Inf 
90.90/90.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.90/90.94	c  90.9s|510000 |   585 |737796 |   1.4 |4738k|  25 |   4 |  30 |7322 |  30 |  13 |  24 | 203k|4070 | 0.000000e+00 |      --      |    Inf 
93.09/93.12	c  93.1s|520000 |   511 |752028 |   1.4 |4833k|  25 |   4 |  30 |7605 |  30 |  13 |  24 | 207k|4108 | 0.000000e+00 |      --      |    Inf 
95.30/95.36	c  95.4s|530000 |   254 |765638 |   1.4 |4771k|  25 |   - |  30 |8175 |   0 |   0 |  24 | 210k|4162 | 0.000000e+00 |      --      |    Inf 
97.60/97.65	c  97.7s|540000 |   181 |780967 |   1.4 |4421k|  25 |   - |  30 |7232 |   0 |   0 |  24 | 214k|4215 | 0.000000e+00 |      --      |    Inf 
99.79/99.80	c  99.8s|550000 |   618 |797172 |   1.4 |4986k|  25 |   - |  30 |8307 |   0 |   0 |  24 | 218k|4272 | 0.000000e+00 |      --      |    Inf 
101.99/102.07	c 
101.99/102.07	c SCIP Status        : problem is solved [infeasible]
101.99/102.07	c Solving Time (sec) : 102.07
101.99/102.07	c Solving Nodes      : 558561
101.99/102.07	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
101.99/102.07	c Dual Bound         : +1.00000000000000e+20
101.99/102.07	c Gap                : 0.00 %
101.99/102.07	s UNSATISFIABLE
101.99/102.07	c SCIP Status        : problem is solved [infeasible]
101.99/102.07	c Total Time         :     102.07
101.99/102.07	c   solving          :     102.07
101.99/102.07	c   presolving       :       0.00 (included in solving)
101.99/102.07	c   reading          :       0.00 (included in solving)
101.99/102.07	c Original Problem   :
101.99/102.07	c   Problem name     : HOME/instance-3451646-1307093808.opb
101.99/102.07	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
101.99/102.07	c   Constraints      : 9 initial, 9 maximal
101.99/102.07	c Presolved Problem  :
101.99/102.07	c   Problem name     : t_HOME/instance-3451646-1307093808.opb
101.99/102.07	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
101.99/102.07	c   Constraints      : 4 initial, 8939 maximal
101.99/102.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
101.99/102.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
101.99/102.07	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
101.99/102.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
101.99/102.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
101.99/102.07	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
101.99/102.07	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
101.99/102.07	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
101.99/102.07	c   linear           :       0.00          0          0          0          0          0          5          0          0          0
101.99/102.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
101.99/102.07	c   root node        :          -          2          -          -          2          -          -          -          -          -
101.99/102.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
101.99/102.07	c   integral         :          0          0          0     312499          0          4          0        472       3052          0          0     618018
101.99/102.07	c   linear           :          4+         9    1165064          0          0          3    1667101     230185    1645534          0          0          0
101.99/102.07	c   logicor          :          0+         8     573378          0          0          0     384145       3104     177860          0          0          0
101.99/102.07	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
101.99/102.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
101.99/102.07	c   integral         :       1.84       0.00       0.00       1.84       0.00       0.00       0.00
101.99/102.07	c   linear           :      15.62       0.00      13.21       0.00       0.00       0.00       2.40
101.99/102.07	c   logicor          :      23.34       0.00      23.02       0.00       0.00       0.00       0.31
101.99/102.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
101.99/102.07	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
101.99/102.07	c   vbounds          :          0          0          0          0
101.99/102.07	c   rootredcost      :          0          0          0          0
101.99/102.07	c   pseudoobj        :          0          0          0          0
101.99/102.07	c Propagator Timings :  TotalTime  Propagate    Resprop
101.99/102.07	c   vbounds          :       0.18       0.18       0.00
101.99/102.07	c   rootredcost      :       0.21       0.21       0.00
101.99/102.07	c   pseudoobj        :       0.12       0.12       0.00
101.99/102.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
101.99/102.07	c   propagation      :       4.04     233289     107815     265643       19.6          8       18.1          -
101.99/102.07	c   infeasible LP    :       1.27      74958      74953     113437       12.7        876       17.6          0
101.99/102.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
101.99/102.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
101.99/102.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
101.99/102.07	c   applied globally :          -          -          -     222394       15.7          -          -          -
101.99/102.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
101.99/102.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
101.99/102.07	c   cut pool         :       0.00          7          -          -         43          -    (maximal pool size: 138)
101.99/102.07	c   redcost          :       0.27     312506          0          0          0          0
101.99/102.07	c   impliedbounds    :       0.00          8          0          0          0          0
101.99/102.07	c   intobj           :       0.00          0          0          0          0          0
101.99/102.07	c   gomory           :       0.00          8          0          0          2          0
101.99/102.07	c   cgmip            :       0.00          0          0          0          0          0
101.99/102.07	c   closecuts        :       0.00          0          0          0          0          0
101.99/102.07	c   strongcg         :       0.00          8          0          0         55          0
101.99/102.07	c   cmir             :       0.00          8          0          0         41          0
101.99/102.07	c   flowcover        :       0.01          8          0          0         65          0
101.99/102.07	c   clique           :       0.00          1          0          0          0          0
101.99/102.07	c   zerohalf         :       0.00          0          0          0          0          0
101.99/102.07	c   mcf              :       0.00          1          0          0          0          0
101.99/102.07	c   oddcycle         :       0.00          0          0          0          0          0
101.99/102.07	c   rapidlearning    :       0.01          1          0          0          0         23
101.99/102.07	c Pricers            :       Time      Calls       Vars
101.99/102.07	c   problem variables:       0.00          0          0
101.99/102.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
101.99/102.07	c   relpscost        :       1.68     312499        472       3052          0          0     618018
101.99/102.07	c   pscost           :       0.00          0          0          0          0          0          0
101.99/102.07	c   inference        :       0.00          0          0          0          0          0          0
101.99/102.07	c   mostinf          :       0.00          0          0          0          0          0          0
101.99/102.07	c   leastinf         :       0.00          0          0          0          0          0          0
101.99/102.07	c   fullstrong       :       0.00          0          0          0          0          0          0
101.99/102.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
101.99/102.07	c   random           :       0.00          0          0          0          0          0          0
101.99/102.07	c Primal Heuristics  :       Time      Calls      Found
101.99/102.07	c   LP solutions     :       0.00          -          0
101.99/102.07	c   pseudo solutions :       0.00          -          0
101.99/102.07	c   oneopt           :       0.14          0          0
101.99/102.07	c   crossover        :       0.10          0          0
101.99/102.07	c   guideddiving     :       0.01          0          0
101.99/102.07	c   rootsoldiving    :       0.01         34          0
101.99/102.07	c   fracdiving       :       0.03        147          0
101.99/102.07	c   veclendiving     :       0.03        147          0
101.99/102.07	c   linesearchdiving :       0.03        148          0
101.99/102.07	c   coefdiving       :       0.03        148          0
101.99/102.07	c   pscostdiving     :       0.03        148          0
101.99/102.07	c   feaspump         :       0.04         75          0
101.99/102.07	c   objpscostdiving  :       0.02         76          0
101.99/102.07	c   trivial          :       0.00          2          0
101.99/102.07	c   shiftandpropagate:       0.00          1          0
101.99/102.07	c   simplerounding   :       0.05          0          0
101.99/102.07	c   zirounding       :       0.62          0          0
101.99/102.07	c   rounding         :       0.15       7866          0
101.99/102.07	c   shifting         :       0.45       3005          0
101.99/102.07	c   intshifting      :       0.01          0          0
101.99/102.07	c   twoopt           :       0.00          0          0
101.99/102.07	c   fixandinfer      :       0.00          0          0
101.99/102.07	c   clique           :       0.00          0          0
101.99/102.07	c   intdiving        :       0.00          0          0
101.99/102.07	c   actconsdiving    :       0.00          0          0
101.99/102.07	c   octane           :       0.00          0          0
101.99/102.07	c   rens             :       0.01          1          0
101.99/102.07	c   rins             :       0.00          0          0
101.99/102.07	c   localbranching   :       0.00          0          0
101.99/102.07	c   mutation         :       0.00          0          0
101.99/102.07	c   dins             :       0.00          0          0
101.99/102.07	c   vbounds          :       0.00          0          0
101.99/102.07	c   undercover       :       0.00          0          0
101.99/102.07	c   subnlp           :       0.08          0          0
101.99/102.07	c   trysol           :       0.09          0          0
101.99/102.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
101.99/102.07	c   primal LP        :       0.00          0          0       0.00          -
101.99/102.07	c   dual LP          :      13.10     384127     809453       2.11   61778.64
101.99/102.07	c   lex dual LP      :       0.00          0          0       0.00          -
101.99/102.07	c   barrier LP       :       0.00          0          0       0.00          -
101.99/102.07	c   diving/probing LP:       0.03        775       1058       1.37   33101.81
101.99/102.07	c   strong branching :       0.25       4316      10374       2.40   41696.81
101.99/102.07	c     (at root node) :          -          9        199      22.11          -
101.99/102.07	c   conflict analysis:       0.00          0          0       0.00          -
101.99/102.07	c B&B Tree           :
101.99/102.07	c   number of runs   :          1
101.99/102.07	c   nodes            :     558561
101.99/102.07	c   nodes (total)    :     558561
101.99/102.07	c   nodes left       :          0
101.99/102.07	c   max depth        :         25
101.99/102.07	c   max depth (total):         25
101.99/102.07	c   backtracks       :     159305 (28.5%)
101.99/102.07	c   delayed cutoffs  :      59458
101.99/102.07	c   repropagations   :     250256 (524870 domain reductions, 57524 cutoffs)
101.99/102.07	c   avg switch length:       5.12
101.99/102.07	c   switching time   :      28.16
101.99/102.07	c Solution           :
101.99/102.07	c   Solutions found  :          0 (0 improvements)
101.99/102.07	c   Primal Bound     : infeasible
101.99/102.07	c   Dual Bound       :          -
101.99/102.07	c   Gap              :       0.00 %
101.99/102.07	c   Root Dual Bound  : +0.00000000000000e+00
101.99/102.07	c   Root Iterations  :        104
101.99/102.08	c Time complete: 102.08.

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-3451646-1307093808/watcher-3451646-1307093808 -o /tmp/evaluation-result-3451646-1307093808/solver-3451646-1307093808 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451646-1307093808.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.00 2.01 1.93 3/434 27166
/proc/meminfo: memFree=12502876/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=20260 CPUtime=0 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 4197 0 0 0 0 0 0 0 25 0 1 0 820980488 20746240 3893 33554432000 4194304 9163163 140736564611568 18446744073709551615 8041965 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 5065 3906 670 1214 0 3847 0

[startup+0.0431809 s]
/proc/loadavg: 2.00 2.01 1.93 3/434 27166
/proc/meminfo: memFree=12502876/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=26156 CPUtime=0.03 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 6169 0 0 0 3 0 0 0 25 0 1 0 820980488 26783744 5159 33554432000 4194304 9163163 140736564611568 18446744073709551615 8031144 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 6539 5159 697 1214 0 5321 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26156

[startup+0.101175 s]
/proc/loadavg: 2.00 2.01 1.93 3/434 27166
/proc/meminfo: memFree=12502876/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=26176 CPUtime=0.09 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 7043 0 0 0 7 2 0 0 25 0 1 0 820980488 26804224 5291 33554432000 4194304 9163163 140736564611568 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 6544 5291 705 1214 0 5326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26176

[startup+0.300146 s]
/proc/loadavg: 2.00 2.01 1.93 3/434 27166
/proc/meminfo: memFree=12502876/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=26176 CPUtime=0.29 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 7217 0 0 0 24 5 0 0 25 0 1 0 820980488 26804224 5465 33554432000 4194304 9163163 140736564611568 18446744073709551615 5843023 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 6544 5465 705 1214 0 5326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26176

[startup+0.701077 s]
/proc/loadavg: 2.00 2.01 1.93 3/434 27166
/proc/meminfo: memFree=12502876/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=26176 CPUtime=0.69 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 7249 0 0 0 61 8 0 0 25 0 1 0 820980488 26804224 5497 33554432000 4194304 9163163 140736564611568 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 6544 5497 705 1214 0 5326 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26176

[startup+1.50094 s]
/proc/loadavg: 2.08 2.02 1.94 3/435 27167
/proc/meminfo: memFree=12482036/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=26176 CPUtime=1.49 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 7252 0 0 0 136 13 0 0 25 0 1 0 820980488 26804224 5500 33554432000 4194304 9163163 140736564611568 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 6544 5500 705 1214 0 5326 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26176

[startup+3.10066 s]
/proc/loadavg: 2.08 2.02 1.94 3/435 27167
/proc/meminfo: memFree=12480152/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=26176 CPUtime=3.09 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 7260 0 0 0 281 28 0 0 25 0 1 0 820980488 26804224 5508 33554432000 4194304 9163163 140736564611568 18446744073709551615 6502317 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 6544 5508 705 1214 0 5326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26176

[startup+6.30011 s]
/proc/loadavg: 2.08 2.02 1.94 3/435 27167
/proc/meminfo: memFree=12474336/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=26512 CPUtime=6.29 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 7270 0 0 0 571 58 0 0 25 0 1 0 820980488 27148288 5518 33554432000 4194304 9163163 140736564611568 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 6628 5518 705 1214 0 5410 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26512

[startup+12.701 s]
/proc/loadavg: 2.14 2.04 1.94 3/435 27167
/proc/meminfo: memFree=12459072/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=28732 CPUtime=12.69 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 7802 0 0 0 1167 102 0 0 25 0 1 0 820980488 29421568 6050 33554432000 4194304 9163163 140736564611568 18446744073709551615 18446744073699066028 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 7183 6050 705 1214 0 5965 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28732

[startup+25.5008 s]
/proc/loadavg: 2.12 2.04 1.94 3/435 27167
/proc/meminfo: memFree=12432420/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=34112 CPUtime=25.5 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 9164 0 0 0 2366 184 0 0 25 0 1 0 820980488 34930688 7412 33554432000 4194304 9163163 140736564611568 18446744073709551615 4553147 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 8528 7412 705 1214 0 7310 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 34112

[startup+51.1003 s]
/proc/loadavg: 2.15 2.05 1.95 3/435 27168
/proc/meminfo: memFree=12391284/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=34412 CPUtime=51.09 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 9205 0 0 0 4777 332 0 0 25 0 1 0 820980488 35237888 7453 33554432000 4194304 9163163 140736564611568 18446744073709551615 6555922 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 8603 7453 705 1214 0 7385 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 34412

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

[startup+76.7009 s]
/proc/loadavg: 2.10 2.04 1.95 3/435 27169
/proc/meminfo: memFree=12352832/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=34632 CPUtime=76.7 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 9237 0 0 0 7191 479 0 0 25 0 1 0 820980488 35463168 7485 33554432000 4194304 9163163 140736564611568 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 8658 7485 705 1214 0 7440 0
Current children cumulated CPU time (s) 76.7
Current children cumulated vsize (KiB) 34632

[startup+89.5007 s]
/proc/loadavg: 2.08 2.04 1.95 3/435 27169
/proc/meminfo: memFree=12333844/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=34880 CPUtime=89.49 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 9328 0 0 0 8401 548 0 0 25 0 1 0 820980488 35717120 7576 33554432000 4194304 9163163 140736564611568 18446744073709551615 5275496 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 8720 7576 705 1214 0 7502 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 34880

[startup+95.9006 s]
/proc/loadavg: 2.07 2.04 1.95 3/435 27169
/proc/meminfo: memFree=12324172/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=35196 CPUtime=95.89 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 9415 0 0 0 9012 577 0 0 25 0 1 0 820980488 36040704 7663 33554432000 4194304 9163163 140736564611568 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 8799 7663 705 1214 0 7581 0
Current children cumulated CPU time (s) 95.89
Current children cumulated vsize (KiB) 35196

[startup+99.101 s]
/proc/loadavg: 2.06 2.04 1.95 3/435 27169
/proc/meminfo: memFree=12318592/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=35984 CPUtime=99.1 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 9512 0 0 0 9314 596 0 0 25 0 1 0 820980488 36847616 7760 33554432000 4194304 9163163 140736564611568 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 8996 7760 705 1214 0 7778 0
Current children cumulated CPU time (s) 99.1
Current children cumulated vsize (KiB) 35984

[startup+100.701 s]
/proc/loadavg: 2.06 2.04 1.95 3/435 27169
/proc/meminfo: memFree=12317724/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=35984 CPUtime=100.7 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 9512 0 0 0 9467 603 0 0 25 0 1 0 820980488 36847616 7760 33554432000 4194304 9163163 140736564611568 18446744073709551615 5275492 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 8996 7760 705 1214 0 7778 0
Current children cumulated CPU time (s) 100.7
Current children cumulated vsize (KiB) 35984

[startup+101.501 s]
/proc/loadavg: 2.06 2.04 1.95 3/435 27169
/proc/meminfo: memFree=12316360/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=35984 CPUtime=101.5 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 9512 0 0 0 9543 607 0 0 25 0 1 0 820980488 36847616 7760 33554432000 4194304 9163163 140736564611568 18446744073709551615 5275968 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 8996 7760 705 1214 0 7778 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 35984

[startup+101.901 s]
/proc/loadavg: 2.06 2.04 1.95 3/435 27169
/proc/meminfo: memFree=12316360/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=35984 CPUtime=101.9 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 9512 0 0 0 9581 609 0 0 25 0 1 0 820980488 36847616 7760 33554432000 4194304 9163163 140736564611568 18446744073709551615 4241255 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 8996 7760 705 1214 0 7778 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 35984

[startup+102.001 s]
/proc/loadavg: 2.06 2.04 1.95 3/435 27169
/proc/meminfo: memFree=12316360/32951132 swapFree=67093840/67111528
[pid=27166] ppid=27164 vsize=35984 CPUtime=101.99 cores=1,3,5,7
/proc/27166/stat : 27166 (scip-2.0.1.4b.l) R 27164 27166 27022 0 -1 4202496 9554 0 0 0 9590 609 0 0 25 0 1 0 820980488 36847616 7802 33554432000 4194304 9163163 140736564611568 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27166/statm: 8996 7802 705 1214 0 7778 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 35984

Child status: 0
Real time (s): 102.085
CPU time (s): 102.086
CPU user time (s): 95.9854
CPU system time (s): 6.10107
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 35984

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

runsolver used 0.374943 second user time and 1.03684 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-03 11:36:48
IDJOB=3451646
IDBENCH=2901
IDSOLVER=1948
FILE ID=node131/3451646-1307093808
RUNJOBID= node131-1307092006-27042
PBS_JOBID= 13497965
Free space on /tmp= 73888 MiB

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

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=1928453155

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12503172 kB
Buffers:        341528 kB
Cached:        5654468 kB
SwapCached:        948 kB
Active:       15979992 kB
Inactive:      4150724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12503172 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:           24368 kB
Writeback:           4 kB
AnonPages:    14133812 kB
Mapped:          41300 kB
Slab:           195976 kB
PageTables:      55672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95373240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73876 MiB
End job on node131 at 2011-06-03 11:38:31