Trace number 3453307

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 223.04 223.044

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
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 benchmark30.5973
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 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
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-3453307-1307095414.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 |    19 |     - | 209k|   0 |   4 |  30 |  10 |  30 |   4 |   0 |   6 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    73 |     - | 256k|   0 |   7 |  30 |  31 |  30 |   9 |   5 |   6 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    77 |     - | 277k|   0 |   9 |  30 |  31 |  30 |  13 |   9 |   6 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    85 |     - | 294k|   0 |  10 |  30 |  31 |  30 |  17 |  13 |   6 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    91 |     - | 316k|   0 |  14 |  30 |  31 |  30 |  21 |  17 |   6 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    95 |     - | 325k|   0 |  15 |  30 |  31 |  30 |  24 |  20 |   6 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |   100 |     - | 331k|   0 |  18 |  30 |  31 |  30 |  27 |  23 |   6 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.04	c   0.0s|     1 |     2 |   100 |     - | 332k|   0 |  18 |  30 |  31 |  30 |  27 |  23 |   6 |   9 | 0.000000e+00 |      --      |    Inf 
1.29/1.39	c   1.4s| 10000 |  1928 | 15767 |   1.6 |2794k|  25 |   4 |  30 |3110 |  30 |  18 |  23 |3539 | 367 | 0.000000e+00 |      --      |    Inf 
2.89/2.99	c   3.0s| 20000 |  3262 | 31858 |   1.6 |3778k|  25 |   - |  30 |2766 |   0 |   0 |  23 |7666 | 529 | 0.000000e+00 |      --      |    Inf 
4.50/4.56	c   4.6s| 30000 |  4698 | 47761 |   1.6 |4999k|  25 |   - |  30 |3447 |  30 |  18 |  23 |  11k| 651 | 0.000000e+00 |      --      |    Inf 
6.29/6.36	c   6.4s| 40000 |  5183 | 63601 |   1.6 |5642k|  25 |   - |  30 |3474 |   0 |   0 |  23 |  16k| 786 | 0.000000e+00 |      --      |    Inf 
8.09/8.10	c   8.1s| 50000 |  5797 | 79598 |   1.6 |6479k|  25 |   - |  30 |4092 |   0 |   0 |  23 |  20k| 887 | 0.000000e+00 |      --      |    Inf 
9.91/9.92	c   9.9s| 60000 |  6266 | 95127 |   1.6 |7117k|  25 |   4 |  30 |4378 |  30 |  18 |  23 |  25k| 983 | 0.000000e+00 |      --      |    Inf 
11.49/11.56	c  11.6s| 70000 |  7724 |111582 |   1.6 |8318k|  25 |   4 |  30 |4735 |  30 |  18 |  23 |  29k|1083 | 0.000000e+00 |      --      |    Inf 
13.29/13.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.29/13.39	c  13.4s| 80000 |  8645 |128238 |   1.6 |9349k|  25 |   - |  30 |5542 |   0 |   0 |  23 |  34k|1160 | 0.000000e+00 |      --      |    Inf 
15.19/15.28	c  15.3s| 90000 |  9640 |145177 |   1.6 |  10M|  25 |   - |  30 |6258 |   0 |   0 |  23 |  39k|1246 | 0.000000e+00 |      --      |    Inf 
17.39/17.47	c  17.5s|100000 |  9807 |161257 |   1.6 |  10M|  25 |   4 |  30 |4721 |  30 |  18 |  23 |  43k|1321 | 0.000000e+00 |      --      |    Inf 
19.49/19.55	c  19.6s|110000 |  9954 |177072 |   1.6 |  10M|  25 |   - |  30 |4649 |   0 |   0 |  23 |  48k|1396 | 0.000000e+00 |      --      |    Inf 
21.38/21.47	c  21.5s|120000 | 10347 |193380 |   1.6 |  11M|  25 |   4 |  30 |6069 |  30 |  18 |  23 |  53k|1477 | 0.000000e+00 |      --      |    Inf 
23.38/23.47	c  23.5s|130000 | 11221 |209863 |   1.6 |  12M|  25 |   4 |  30 |6176 |  30 |  18 |  23 |  57k|1595 | 0.000000e+00 |      --      |    Inf 
25.48/25.54	c  25.5s|140000 | 11926 |227263 |   1.6 |  13M|  25 |   - |  30 |7361 |   0 |   0 |  23 |  62k|1622 | 0.000000e+00 |      --      |    Inf 
27.89/27.95	c  28.0s|150000 | 11966 |243547 |   1.6 |  13M|  25 |   - |  30 |6115 |  30 |  18 |  23 |  67k|1680 | 0.000000e+00 |      --      |    Inf 
30.09/30.10	c  30.1s|160000 | 12428 |259626 |   1.6 |  14M|  25 |   4 |  30 |6908 |  30 |  18 |  23 |  72k|1719 | 0.000000e+00 |      --      |    Inf 
32.59/32.64	c  32.6s|170000 | 12271 |275381 |   1.6 |  14M|  25 |   - |  30 |5419 |  30 |  18 |  23 |  77k|1775 | 0.000000e+00 |      --      |    Inf 
34.79/34.86	c  34.9s|180000 | 12184 |291634 |   1.6 |  14M|  25 |   - |  30 |4984 |   0 |   0 |  23 |  82k|1837 | 0.000000e+00 |      --      |    Inf 
37.09/37.12	c  37.1s|190000 | 11886 |306988 |   1.6 |  14M|  25 |   4 |  30 |4799 |  30 |  18 |  23 |  87k|1897 | 0.000000e+00 |      --      |    Inf 
38.99/39.03	c  39.0s|200000 | 12693 |323758 |   1.6 |  15M|  25 |   4 |  30 |6542 |  30 |  18 |  23 |  92k|1940 | 0.000000e+00 |      --      |    Inf 
41.09/41.12	c  41.1s|210000 | 13667 |340373 |   1.6 |  16M|  26 |   - |  30 |8495 |   0 |   0 |  23 |  97k|2003 | 0.000000e+00 |      --      |    Inf 
43.49/43.55	c  43.5s|220000 | 14426 |357092 |   1.6 |  18M|  26 |   - |  30 |  10k|  30 |  18 |  23 | 102k|2085 | 0.000000e+00 |      --      |    Inf 
46.59/46.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.59/46.60	c  46.6s|230000 | 14297 |373863 |   1.6 |  18M|  26 |   4 |  30 |9920 |  30 |  18 |  23 | 107k|2139 | 0.000000e+00 |      --      |    Inf 
49.59/49.64	c  49.6s|240000 | 14080 |389566 |   1.6 |  17M|  26 |   4 |  30 |7964 |  30 |  18 |  23 | 112k|2197 | 0.000000e+00 |      --      |    Inf 
52.29/52.35	c  52.4s|250000 | 13807 |405357 |   1.6 |  17M|  26 |   4 |  30 |6791 |  30 |  18 |  23 | 117k|2249 | 0.000000e+00 |      --      |    Inf 
55.09/55.11	c  55.1s|260000 | 13240 |420771 |   1.6 |  17M|  26 |   - |  30 |6159 |  30 |  18 |  23 | 122k|2277 | 0.000000e+00 |      --      |    Inf 
57.29/57.38	c  57.4s|270000 | 13528 |437319 |   1.6 |  18M|  26 |   - |  30 |7960 |   0 |   0 |  23 | 127k|2316 | 0.000000e+00 |      --      |    Inf 
60.09/60.19	c  60.2s|280000 | 13467 |453293 |   1.6 |  17M|  26 |   4 |  30 |6291 |  30 |  18 |  23 | 132k|2364 | 0.000000e+00 |      --      |    Inf 
62.19/62.22	c  62.2s|290000 | 14525 |469720 |   1.6 |  18M|  26 |   4 |  30 |8006 |  30 |  18 |  23 | 137k|2401 | 0.000000e+00 |      --      |    Inf 
64.39/64.49	c  64.5s|300000 | 14863 |484312 |   1.6 |  19M|  26 |   4 |  30 |8843 |  30 |  18 |  23 | 141k|2428 | 0.000000e+00 |      --      |    Inf 
67.00/67.02	c  67.0s|310000 | 14896 |499196 |   1.6 |  20M|  26 |   - |  30 |9115 |   0 |   0 |  23 | 146k|2469 | 0.000000e+00 |      --      |    Inf 
70.19/70.24	c  70.2s|320000 | 13989 |514238 |   1.6 |  19M|  26 |   4 |  30 |7265 |  30 |  18 |  23 | 151k|2514 | 0.000000e+00 |      --      |    Inf 
73.09/73.13	c  73.1s|330000 | 13241 |529693 |   1.6 |  18M|  26 |   - |  30 |6165 |   0 |   0 |  23 | 156k|2555 | 0.000000e+00 |      --      |    Inf 
75.69/75.70	c  75.7s|340000 | 12622 |545104 |   1.6 |  17M|  26 |   - |  30 |5393 |   0 |   0 |  23 | 161k|2589 | 0.000000e+00 |      --      |    Inf 
78.00/78.05	c  78.1s|350000 | 12060 |559543 |   1.6 |  17M|  26 |   - |  30 |5668 |   0 |   0 |  23 | 166k|2638 | 0.000000e+00 |      --      |    Inf 
80.09/80.11	c  80.1s|360000 | 12588 |575630 |   1.6 |  18M|  26 |   4 |  30 |6738 |  30 |  18 |  23 | 171k|2684 | 0.000000e+00 |      --      |    Inf 
82.29/82.33	c  82.3s|370000 | 13082 |591407 |   1.6 |  19M|  26 |   - |  30 |7813 |   0 |   0 |  23 | 175k|2724 | 0.000000e+00 |      --      |    Inf 
85.29/85.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.29/85.37	c  85.4s|380000 | 12182 |606561 |   1.6 |  18M|  26 |   - |  30 |6843 |  30 |  18 |  23 | 181k|2754 | 0.000000e+00 |      --      |    Inf 
87.89/88.01	c  88.0s|390000 | 11899 |622580 |   1.6 |  18M|  26 |   - |  30 |7468 |   0 |   0 |  23 | 186k|2788 | 0.000000e+00 |      --      |    Inf 
90.79/90.81	c  90.8s|400000 | 11313 |638586 |   1.6 |  17M|  26 |   4 |  30 |6864 |  30 |  18 |  23 | 191k|2821 | 0.000000e+00 |      --      |    Inf 
93.19/93.29	c  93.3s|410000 | 11267 |653814 |   1.6 |  17M|  26 |   - |  30 |6852 |  30 |  18 |  23 | 196k|2858 | 0.000000e+00 |      --      |    Inf 
95.89/95.90	c  95.9s|420000 | 10616 |668450 |   1.6 |  17M|  26 |   - |  30 |7200 |   0 |   0 |  23 | 201k|2897 | 0.000000e+00 |      --      |    Inf 
98.69/98.72	c  98.7s|430000 |  9952 |683722 |   1.6 |  16M|  26 |   4 |  30 |6817 |  30 |  18 |  23 | 206k|2918 | 0.000000e+00 |      --      |    Inf 
101.59/101.62	c   102s|440000 |  8991 |699345 |   1.6 |  15M|  26 |   4 |  30 |6097 |  30 |  18 |  23 | 211k|2977 | 0.000000e+00 |      --      |    Inf 
104.59/104.64	c   105s|450000 |  7573 |714707 |   1.6 |  14M|  26 |   4 |  30 |5670 |  30 |  18 |  23 | 217k|3013 | 0.000000e+00 |      --      |    Inf 
106.89/106.92	c   107s|460000 |  7768 |730916 |   1.6 |  14M|  26 |   - |  30 |6957 |   0 |   0 |  23 | 222k|3047 | 0.000000e+00 |      --      |    Inf 
109.49/109.56	c   110s|470000 |  7280 |747554 |   1.6 |  14M|  26 |   4 |  30 |8427 |  30 |  18 |  23 | 228k|3087 | 0.000000e+00 |      --      |    Inf 
112.49/112.52	c   113s|480000 |  6997 |763285 |   1.6 |  14M|  26 |   4 |  30 |7729 |  30 |  18 |  23 | 233k|3116 | 0.000000e+00 |      --      |    Inf 
114.99/115.07	c   115s|490000 |  7017 |780001 |   1.6 |  14M|  26 |   4 |  30 |9300 |  30 |  18 |  23 | 239k|3156 | 0.000000e+00 |      --      |    Inf 
118.18/118.28	c   118s|500000 |  6612 |796399 |   1.6 |  14M|  26 |   4 |  30 |9054 |  30 |  18 |  23 | 244k|3186 | 0.000000e+00 |      --      |    Inf 
120.69/120.76	c   121s|510000 |  6950 |812238 |   1.6 |  15M|  26 |   - |  30 |  10k|   0 |   0 |  23 | 249k|3211 | 0.000000e+00 |      --      |    Inf 
123.69/123.75	c   124s|520000 |  7136 |828574 |   1.6 |  14M|  26 |   - |  30 |8233 |  30 |  18 |  23 | 254k|3240 | 0.000000e+00 |      --      |    Inf 
125.89/125.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.89/125.92	c   126s|530000 |  8472 |845151 |   1.6 |  15M|  26 |   4 |  30 |8938 |  30 |  18 |  23 | 258k|3270 | 0.000000e+00 |      --      |    Inf 
128.29/128.34	c   128s|540000 |  9269 |861941 |   1.6 |  16M|  26 |   - |  30 |9573 |  30 |  18 |  23 | 262k|3319 | 0.000000e+00 |      --      |    Inf 
130.80/130.90	c   131s|550000 |  9691 |878587 |   1.6 |  17M|  26 |   4 |  30 |9999 |  30 |  18 |  23 | 267k|3356 | 0.000000e+00 |      --      |    Inf 
133.59/133.69	c   134s|560000 |  9838 |895392 |   1.6 |  17M|  26 |   4 |  30 |  10k|  30 |  18 |  23 | 273k|3388 | 0.000000e+00 |      --      |    Inf 
136.19/136.21	c   136s|570000 | 10401 |911233 |   1.6 |  18M|  26 |   4 |  30 |  10k|  30 |  18 |  23 | 277k|3422 | 0.000000e+00 |      --      |    Inf 
139.09/139.11	c   139s|580000 | 10231 |926880 |   1.6 |  18M|  26 |   4 |  30 |  10k|  30 |  18 |  23 | 281k|3472 | 0.000000e+00 |      --      |    Inf 
142.19/142.24	c   142s|590000 |  9594 |942394 |   1.6 |  18M|  26 |   4 |  30 |9924 |  30 |  18 |  23 | 287k|3501 | 0.000000e+00 |      --      |    Inf 
145.10/145.12	c   145s|600000 |  9179 |958605 |   1.6 |  18M|  26 |   - |  30 |  10k|   0 |   0 |  23 | 292k|3543 | 0.000000e+00 |      --      |    Inf 
148.19/148.27	c   148s|610000 |  8865 |974991 |   1.6 |  18M|  26 |   - |  30 |  11k|   0 |   0 |  23 | 298k|3595 | 0.000000e+00 |      --      |    Inf 
151.89/151.93	c   152s|620000 |  7637 |990795 |   1.6 |  16M|  26 |   4 |  30 |  10k|  30 |  18 |  23 | 303k|3630 | 0.000000e+00 |      --      |    Inf 
155.69/155.72	c   156s|630000 |  6571 |  1006k|   1.6 |  15M|  26 |   - |  30 |9445 |   0 |   0 |  23 | 308k|3655 | 0.000000e+00 |      --      |    Inf 
159.69/159.77	c   160s|640000 |  4939 |  1022k|   1.6 |  12M|  26 |   4 |  30 |6999 |  30 |  18 |  23 | 314k|3678 | 0.000000e+00 |      --      |    Inf 
162.59/162.64	c   163s|650000 |  4147 |  1038k|   1.6 |  11M|  26 |   4 |  30 |7349 |  30 |  18 |  23 | 320k|3708 | 0.000000e+00 |      --      |    Inf 
164.59/164.66	c   165s|660000 |  5746 |  1054k|   1.6 |  12M|  26 |   4 |  30 |8041 |  30 |  18 |  23 | 324k|3733 | 0.000000e+00 |      --      |    Inf 
166.99/167.06	c   167s|670000 |  6298 |  1070k|   1.6 |  13M|  26 |   4 |  30 |8865 |  30 |  18 |  23 | 329k|3753 | 0.000000e+00 |      --      |    Inf 
169.49/169.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.49/169.55	c   170s|680000 |  6781 |  1086k|   1.6 |  14M|  26 |   4 |  30 |9611 |  30 |  18 |  23 | 333k|3778 | 0.000000e+00 |      --      |    Inf 
172.29/172.36	c   172s|690000 |  6715 |  1101k|   1.6 |  14M|  26 |   - |  30 |9604 |   0 |   0 |  23 | 338k|3796 | 0.000000e+00 |      --      |    Inf 
175.09/175.11	c   175s|700000 |  6526 |  1116k|   1.6 |  14M|  26 |   - |  30 |9925 |   0 |   0 |  23 | 343k|3813 | 0.000000e+00 |      --      |    Inf 
178.21/178.22	c   178s|710000 |  6242 |  1133k|   1.6 |  14M|  26 |   4 |  30 |  10k|  30 |  18 |  23 | 348k|3836 | 0.000000e+00 |      --      |    Inf 
180.68/180.78	c   181s|720000 |  6858 |  1149k|   1.6 |  15M|  26 |   4 |  30 |  11k|  30 |  18 |  23 | 352k|3863 | 0.000000e+00 |      --      |    Inf 
183.49/183.57	c   184s|730000 |  7657 |  1165k|   1.6 |  17M|  26 |   - |  30 |  13k|   0 |   0 |  23 | 357k|3885 | 0.000000e+00 |      --      |    Inf 
187.29/187.35	c   187s|740000 |  7606 |  1182k|   1.6 |  17M|  26 |   4 |  30 |  14k|  30 |  18 |  23 | 362k|3907 | 0.000000e+00 |      --      |    Inf 
191.49/191.51	c   192s|750000 |  6982 |  1198k|   1.6 |  17M|  26 |   - |  30 |  15k|  30 |  18 |  23 | 367k|3937 | 0.000000e+00 |      --      |    Inf 
196.69/196.81	c   197s|760000 |  5472 |  1213k|   1.6 |  15M|  26 |   - |  30 |  12k|   0 |   0 |  23 | 373k|3953 | 0.000000e+00 |      --      |    Inf 
201.69/201.71	c   202s|770000 |  3894 |  1228k|   1.6 |  12M|  26 |   - |  30 |9893 |  30 |  18 |  23 | 378k|3978 | 0.000000e+00 |      --      |    Inf 
204.50/204.61	c   205s|780000 |  3728 |  1244k|   1.6 |  12M|  26 |   - |  30 |9973 |  30 |  18 |  23 | 384k|4001 | 0.000000e+00 |      --      |    Inf 
208.09/208.12	c   208s|790000 |  2988 |  1261k|   1.6 |  11M|  26 |   - |  30 |9729 |  30 |  18 |  23 | 390k|4030 | 0.000000e+00 |      --      |    Inf 
212.48/212.55	c   213s|800000 |  1097 |  1276k|   1.6 |7380k|  26 |   - |  30 |7273 |  30 |  18 |  23 | 396k|4051 | 0.000000e+00 |      --      |    Inf 
214.89/214.93	c   215s|810000 |  1307 |  1292k|   1.6 |7917k|  26 |   - |  30 |8616 |   0 |   0 |  23 | 401k|4073 | 0.000000e+00 |      --      |    Inf 
217.49/217.52	c   218s|820000 |  1225 |  1307k|   1.6 |8348k|  26 |   - |  30 |  10k|   0 |   0 |  23 | 406k|4100 | 0.000000e+00 |      --      |    Inf 
220.49/220.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.49/220.56	c   221s|830000 |   794 |  1323k|   1.6 |7688k|  26 |   4 |  30 |  10k|  30 |  18 |  23 | 412k|4123 | 0.000000e+00 |      --      |    Inf 
222.99/223.03	c 
222.99/223.03	c SCIP Status        : problem is solved [infeasible]
222.99/223.03	c Solving Time (sec) : 223.03
222.99/223.03	c Solving Nodes      : 836119
222.99/223.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
222.99/223.03	c Dual Bound         : +1.00000000000000e+20
222.99/223.03	c Gap                : 0.00 %
222.99/223.03	s UNSATISFIABLE
222.99/223.03	c SCIP Status        : problem is solved [infeasible]
222.99/223.03	c Total Time         :     223.03
222.99/223.03	c   solving          :     223.03
222.99/223.03	c   presolving       :       0.00 (included in solving)
222.99/223.03	c   reading          :       0.00 (included in solving)
222.99/223.03	c Original Problem   :
222.99/223.03	c   Problem name     : HOME/instance-3453307-1307095414.opb
222.99/223.03	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
222.99/223.03	c   Constraints      : 9 initial, 9 maximal
222.99/223.03	c Presolved Problem  :
222.99/223.03	c   Problem name     : t_HOME/instance-3453307-1307095414.opb
222.99/223.03	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
222.99/223.03	c   Constraints      : 4 initial, 15310 maximal
222.99/223.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
222.99/223.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
222.99/223.03	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
222.99/223.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
222.99/223.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
222.99/223.03	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
222.99/223.03	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
222.99/223.03	c   linear           :       0.00          0          0          0          0          0          5          0          0          0
222.99/223.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
222.99/223.03	c   root node        :          -          1          -          -          1          -          -          -          -          -
222.99/223.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
222.99/223.03	c   integral         :          0          0          0     464002          0          4          0        503       2042          0          0     923188
222.99/223.03	c   linear           :          4+         7    1879793          0          0          3    2160120     282709    2172457          0          0          0
222.99/223.03	c   logicor          :          0+         6     913474          0          0          0     673713       3286     321020          0          0          0
222.99/223.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
222.99/223.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
222.99/223.03	c   integral         :       2.67       0.00       0.00       2.67       0.00       0.00       0.00
222.99/223.03	c   linear           :      21.04       0.00      18.03       0.00       0.00       0.00       3.01
222.99/223.03	c   logicor          :      67.64       0.00      67.08       0.00       0.00       0.00       0.57
222.99/223.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
222.99/223.03	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
222.99/223.03	c   vbounds          :          0          0          0          0
222.99/223.03	c   rootredcost      :          0          0          0          0
222.99/223.03	c   pseudoobj        :          0          0          0          0
222.99/223.03	c Propagator Timings :  TotalTime  Propagate    Resprop
222.99/223.03	c   vbounds          :       0.28       0.28       0.00
222.99/223.03	c   rootredcost      :       0.31       0.31       0.00
222.99/223.03	c   pseudoobj        :       0.21       0.21       0.00
222.99/223.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
222.99/223.03	c   propagation      :       5.18     285995     150100     387464       20.4         18       18.4          -
222.99/223.03	c   infeasible LP    :       3.04     173434     173424     276367       13.3       1828       17.9          0
222.99/223.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
222.99/223.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
222.99/223.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
222.99/223.03	c   applied globally :          -          -          -     415699       15.3          -          -          -
222.99/223.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
222.99/223.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
222.99/223.03	c   cut pool         :       0.00          5          -          -         36          -    (maximal pool size: 81)
222.99/223.03	c   redcost          :       0.38     464007          0          0          0          0
222.99/223.03	c   impliedbounds    :       0.00          6          0          0          0          0
222.99/223.03	c   intobj           :       0.00          0          0          0          0          0
222.99/223.03	c   gomory           :       0.00          6          0          0          0          0
222.99/223.03	c   cgmip            :       0.00          0          0          0          0          0
222.99/223.03	c   closecuts        :       0.00          0          0          0          0          0
222.99/223.03	c   strongcg         :       0.00          6          0          0         26          0
222.99/223.03	c   cmir             :       0.00          6          0          0         34          0
222.99/223.03	c   flowcover        :       0.00          6          0          0         54          0
222.99/223.03	c   clique           :       0.00          1          0          0          0          0
222.99/223.03	c   zerohalf         :       0.00          0          0          0          0          0
222.99/223.03	c   mcf              :       0.00          1          0          0          0          0
222.99/223.03	c   oddcycle         :       0.00          0          0          0          0          0
222.99/223.03	c   rapidlearning    :       0.01          1          0          0          0         21
222.99/223.03	c Pricers            :       Time      Calls       Vars
222.99/223.03	c   problem variables:       0.00          0          0
222.99/223.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
222.99/223.03	c   relpscost        :       2.44     464002        503       2042          0          0     923188
222.99/223.03	c   pscost           :       0.00          0          0          0          0          0          0
222.99/223.03	c   inference        :       0.00          0          0          0          0          0          0
222.99/223.03	c   mostinf          :       0.00          0          0          0          0          0          0
222.99/223.03	c   leastinf         :       0.00          0          0          0          0          0          0
222.99/223.03	c   fullstrong       :       0.00          0          0          0          0          0          0
222.99/223.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
222.99/223.03	c   random           :       0.00          0          0          0          0          0          0
222.99/223.03	c Primal Heuristics  :       Time      Calls      Found
222.99/223.03	c   LP solutions     :       0.00          -          0
222.99/223.03	c   pseudo solutions :       0.00          -          0
222.99/223.03	c   oneopt           :       0.21          0          0
222.99/223.03	c   crossover        :       0.14          0          0
222.99/223.03	c   guideddiving     :       0.02          0          0
222.99/223.03	c   linesearchdiving :       0.04        131          0
222.99/223.03	c   coefdiving       :       0.04        131          0
222.99/223.03	c   fracdiving       :       0.04        131          0
222.99/223.03	c   pscostdiving     :       0.04        131          0
222.99/223.03	c   rootsoldiving    :       0.04         66          0
222.99/223.03	c   feaspump         :       0.04         66          0
222.99/223.03	c   objpscostdiving  :       0.03         67          0
222.99/223.03	c   trivial          :       0.00          2          0
222.99/223.03	c   shiftandpropagate:       0.00          1          0
222.99/223.03	c   simplerounding   :       0.08          0          0
222.99/223.03	c   zirounding       :       1.01          0          0
222.99/223.03	c   rounding         :       0.21       9675          0
222.99/223.03	c   shifting         :       0.72       3853          0
222.99/223.03	c   intshifting      :       0.01          0          0
222.99/223.03	c   twoopt           :       0.00          0          0
222.99/223.03	c   fixandinfer      :       0.00          0          0
222.99/223.03	c   clique           :       0.00          0          0
222.99/223.03	c   veclendiving     :       0.04        131          0
222.99/223.03	c   intdiving        :       0.00          0          0
222.99/223.03	c   actconsdiving    :       0.00          0          0
222.99/223.03	c   octane           :       0.00          0          0
222.99/223.03	c   rens             :       0.00          0          0
222.99/223.03	c   rins             :       0.00          0          0
222.99/223.03	c   localbranching   :       0.00          0          0
222.99/223.03	c   mutation         :       0.00          0          0
222.99/223.03	c   dins             :       0.00          0          0
222.99/223.03	c   vbounds          :       0.00          0          0
222.99/223.03	c   undercover       :       0.00          0          0
222.99/223.03	c   subnlp           :       0.11          0          0
222.99/223.03	c   trysol           :       0.14          0          0
222.99/223.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
222.99/223.03	c   primal LP        :       0.00          0          0       0.00          -
222.99/223.03	c   dual LP          :      23.64     624325    1332369       2.13   56352.09
222.99/223.03	c   lex dual LP      :       0.00          0          0       0.00          -
222.99/223.03	c   barrier LP       :       0.00          0          0       0.00          -
222.99/223.03	c   diving/probing LP:       0.04        712       1032       1.45   24463.09
222.99/223.03	c   strong branching :       0.28       4134      12919       3.13   46591.56
222.99/223.03	c     (at root node) :          -          9        235      26.11          -
222.99/223.03	c   conflict analysis:       0.00          0          0       0.00          -
222.99/223.03	c B&B Tree           :
222.99/223.03	c   number of runs   :          1
222.99/223.03	c   nodes            :     836119
222.99/223.03	c   nodes (total)    :     836119
222.99/223.03	c   nodes left       :          0
222.99/223.03	c   max depth        :         26
222.99/223.03	c   max depth (total):         26
222.99/223.03	c   backtracks       :     234395 (28.0%)
222.99/223.03	c   delayed cutoffs  :      87070
222.99/223.03	c   repropagations   :     482461 (850961 domain reductions, 83879 cutoffs)
222.99/223.03	c   avg switch length:       5.73
222.99/223.03	c   switching time   :      66.45
222.99/223.03	c Solution           :
222.99/223.03	c   Solutions found  :          0 (0 improvements)
222.99/223.03	c   Primal Bound     : infeasible
222.99/223.03	c   Dual Bound       :          -
222.99/223.03	c   Gap              :       0.00 %
222.99/223.03	c   Root Dual Bound  : +0.00000000000000e+00
222.99/223.03	c   Root Iterations  :        100
222.99/223.04	c Time complete: 223.03.

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-3453307-1307095414/watcher-3453307-1307095414 -o /tmp/evaluation-result-3453307-1307095414/solver-3453307-1307095414 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453307-1307095414.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.05 2.05 2.05 2/514 4832
/proc/meminfo: memFree=18768304/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=15960 CPUtime=0 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 3009 0 0 0 0 0 0 0 20 0 1 0 899772182 16343040 2706 33554432000 4194304 9128323 140736827080016 18446744073709551615 5292855 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4832/statm: 3990 2706 509 1205 0 2781 0

[startup+0.0328879 s]
/proc/loadavg: 2.05 2.05 2.05 2/514 4832
/proc/meminfo: memFree=18768304/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=24684 CPUtime=0.02 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 5420 0 0 0 2 0 0 0 20 0 1 0 899772182 25276416 4764 33554432000 4194304 9128323 140736827080016 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4832/statm: 6171 4764 703 1205 0 4962 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24684

[startup+0.100883 s]
/proc/loadavg: 2.05 2.05 2.05 2/514 4832
/proc/meminfo: memFree=18768304/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=24684 CPUtime=0.09 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 5630 0 0 0 7 2 0 0 20 0 1 0 899772182 25276416 4974 33554432000 4194304 9128323 140736827080016 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4832/statm: 6171 4974 709 1205 0 4962 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24684

[startup+0.300842 s]
/proc/loadavg: 2.05 2.05 2.05 2/514 4832
/proc/meminfo: memFree=18768304/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=24684 CPUtime=0.29 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 5631 0 0 0 25 4 0 0 20 0 1 0 899772182 25276416 4975 33554432000 4194304 9128323 140736827080016 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4832/statm: 6171 4975 709 1205 0 4962 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24684

[startup+0.700773 s]
/proc/loadavg: 2.05 2.05 2.05 2/514 4832
/proc/meminfo: memFree=18768304/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=24684 CPUtime=0.69 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 5634 0 0 0 60 9 0 0 21 0 1 0 899772182 25276416 4978 33554432000 4194304 9128323 140736827080016 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4832/statm: 6171 4978 709 1205 0 4962 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24684

[startup+1.50063 s]
/proc/loadavg: 2.05 2.05 2.05 3/515 4833
/proc/meminfo: memFree=18750436/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=24684 CPUtime=1.49 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 5710 0 0 0 134 15 0 0 23 0 1 0 899772182 25276416 5054 33554432000 4194304 9128323 140736827080016 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4832/statm: 6171 5054 711 1205 0 4962 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24684

[startup+3.10035 s]
/proc/loadavg: 2.04 2.05 2.05 3/515 4833
/proc/meminfo: memFree=18748824/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=24684 CPUtime=3.09 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 5764 0 0 0 285 24 0 0 25 0 1 0 899772182 25276416 5108 33554432000 4194304 9128323 140736827080016 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4832/statm: 6171 5108 711 1205 0 4962 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24684

[startup+6.30079 s]
/proc/loadavg: 2.04 2.05 2.05 3/515 4834
/proc/meminfo: memFree=18748328/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=25012 CPUtime=6.29 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 5781 0 0 0 580 49 0 0 25 0 1 0 899772182 25612288 5125 33554432000 4194304 9128323 140736827080016 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4832/statm: 6253 5125 711 1205 0 5044 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25012

[startup+12.7007 s]
/proc/loadavg: 2.04 2.05 2.05 3/515 4834
/proc/meminfo: memFree=18743860/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=29148 CPUtime=12.69 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 6804 0 0 0 1174 95 0 0 25 0 1 0 899772182 29847552 6148 33554432000 4194304 9128323 140736827080016 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4832/statm: 7287 6148 711 1205 0 6078 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29148

[startup+25.5004 s]
/proc/loadavg: 2.03 2.05 2.04 3/515 4834
/proc/meminfo: memFree=18738720/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=33920 CPUtime=25.48 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 7983 0 0 0 2374 174 0 0 25 0 1 0 899772182 34734080 7327 33554432000 4194304 9128323 140736827080016 18446744073709551615 4840493 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4832/statm: 8480 7327 711 1205 0 7271 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33920

[startup+51.1009 s]
/proc/loadavg: 2.02 2.04 2.04 3/515 4835
/proc/meminfo: memFree=18732052/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=40928 CPUtime=51.09 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 9635 0 0 0 4808 301 0 0 25 0 1 0 899772182 41910272 8979 33554432000 4194304 9128323 140736827080016 18446744073709551615 5333320 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4832/statm: 10232 8979 711 1205 0 9023 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 40928

[startup+102.32 s]
/proc/loadavg: 2.10 2.06 2.05 3/515 4836
/proc/meminfo: memFree=18729432/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=42556 CPUtime=102.31 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 10004 0 0 0 9707 524 0 0 25 0 1 0 899772182 43577344 9348 33554432000 4194304 9128323 140736827080016 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4832/statm: 10639 9348 711 1205 0 9430 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 42556

[startup+162.3 s]
/proc/loadavg: 2.08 2.06 2.05 3/515 4838
/proc/meminfo: memFree=18725308/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=43724 CPUtime=162.29 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 10218 0 0 0 15457 772 0 0 25 0 1 0 899772182 44773376 9562 33554432000 4194304 9128323 140736827080016 18446744073709551615 6580960 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4832/statm: 10931 9562 711 1205 0 9722 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 43724

[startup+222.301 s]
/proc/loadavg: 2.15 2.08 2.05 4/515 4839
/proc/meminfo: memFree=18723916/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=45744 CPUtime=222.29 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 10682 0 0 0 21235 994 0 0 25 0 1 0 899772182 46841856 10026 33554432000 4194304 9128323 140736827080016 18446744073709551615 5333608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4832/statm: 11436 10026 711 1205 0 10227 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 45744

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

[startup+222.701 s]
/proc/loadavg: 2.15 2.08 2.05 4/515 4839
/proc/meminfo: memFree=18723916/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=45744 CPUtime=222.69 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 10682 0 0 0 21273 996 0 0 25 0 1 0 899772182 46841856 10026 33554432000 4194304 9128323 140736827080016 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4832/statm: 11436 10026 711 1205 0 10227 0
Current children cumulated CPU time (s) 222.69
Current children cumulated vsize (KiB) 45744

[startup+222.901 s]
/proc/loadavg: 2.15 2.08 2.05 4/515 4839
/proc/meminfo: memFree=18723916/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=45744 CPUtime=222.89 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 10682 0 0 0 21293 996 0 0 25 0 1 0 899772182 46841856 10026 33554432000 4194304 9128323 140736827080016 18446744073709551615 4335830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4832/statm: 11436 10026 711 1205 0 10227 0
Current children cumulated CPU time (s) 222.89
Current children cumulated vsize (KiB) 45744

[startup+223.001 s]
/proc/loadavg: 2.15 2.08 2.05 4/515 4839
/proc/meminfo: memFree=18723916/32950940 swapFree=67111364/67111528
[pid=4832] ppid=4830 vsize=45744 CPUtime=222.99 cores=1,3,5,7
/proc/4832/stat : 4832 (scip-2.0.1.4.li) R 4830 4832 4622 0 -1 4202496 10682 0 0 0 21303 996 0 0 25 0 1 0 899772182 46841856 10026 33554432000 4194304 9128323 140736827080016 18446744073709551615 5333613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4832/statm: 11436 10026 711 1205 0 10227 0
Current children cumulated CPU time (s) 222.99
Current children cumulated vsize (KiB) 45744

Child status: 0
Real time (s): 223.044
CPU time (s): 223.04
CPU user time (s): 213.075
CPU system time (s): 9.96549
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 45744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.075
system time used= 9.96548
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10686
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= 5
involuntary context switches= 598

runsolver used 1.06984 second user time and 2.75358 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-03 12:03:34
IDJOB=3453307
IDBENCH=2905
IDSOLVER=1949
FILE ID=node117/3453307-1307095414
RUNJOBID= node117-1307092487-4641
PBS_JOBID= 13497973
Free space on /tmp= 73604 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_1.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-3453307-1307095414/watcher-3453307-1307095414 -o /tmp/evaluation-result-3453307-1307095414/solver-3453307-1307095414 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453307-1307095414.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=2048279307

node117.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.849
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.69
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.849
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.849
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.849
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.849
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.75
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18768584 kB
Buffers:        360440 kB
Cached:        3160400 kB
SwapCached:          0 kB
Active:       10708944 kB
Inactive:      3076724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18768584 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12068 kB
Writeback:           0 kB
AnonPages:    10265096 kB
Mapped:          44980 kB
Slab:           268144 kB
PageTables:      58620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 150002392 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= 73592 MiB
End job on node117 at 2011-06-03 12:07:17