Trace number 3451647

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 223.155 223.15

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.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-3451647-1307094135.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.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 |     - | 293k|   0 |  10 |  30 |  31 |  30 |  17 |  13 |   6 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	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.03/0.03	c   0.0s|     1 |     0 |   100 |     - | 331k|   0 |  18 |  30 |  31 |  30 |  27 |  23 |   6 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/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.49/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.35	c   6.4s| 40000 |  5183 | 63601 |   1.6 |5642k|  25 |   - |  30 |3474 |   0 |   0 |  23 |  16k| 786 | 0.000000e+00 |      --      |    Inf 
7.99/8.09	c   8.1s| 50000 |  5797 | 79598 |   1.6 |6478k|  25 |   - |  30 |4092 |   0 |   0 |  23 |  20k| 887 | 0.000000e+00 |      --      |    Inf 
9.80/9.91	c   9.9s| 60000 |  6266 | 95127 |   1.6 |7116k|  25 |   4 |  30 |4378 |  30 |  18 |  23 |  25k| 983 | 0.000000e+00 |      --      |    Inf 
11.49/11.55	c  11.5s| 70000 |  7724 |111582 |   1.6 |8317k|  25 |   4 |  30 |4735 |  30 |  18 |  23 |  29k|1083 | 0.000000e+00 |      --      |    Inf 
13.29/13.38	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.38	c  13.4s| 80000 |  8645 |128238 |   1.6 |9349k|  25 |   - |  30 |5542 |   0 |   0 |  23 |  34k|1160 | 0.000000e+00 |      --      |    Inf 
15.19/15.27	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.54	c  19.5s|110000 |  9954 |177072 |   1.6 |  10M|  25 |   - |  30 |4649 |   0 |   0 |  23 |  48k|1396 | 0.000000e+00 |      --      |    Inf 
21.39/21.46	c  21.5s|120000 | 10347 |193380 |   1.6 |  11M|  25 |   4 |  30 |6069 |  30 |  18 |  23 |  53k|1477 | 0.000000e+00 |      --      |    Inf 
23.39/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.49/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.11	c  30.1s|160000 | 12428 |259626 |   1.6 |  14M|  25 |   4 |  30 |6908 |  30 |  18 |  23 |  72k|1719 | 0.000000e+00 |      --      |    Inf 
32.60/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.87	c  34.9s|180000 | 12184 |291634 |   1.6 |  14M|  25 |   - |  30 |4984 |   0 |   0 |  23 |  82k|1837 | 0.000000e+00 |      --      |    Inf 
37.09/37.13	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.20/60.20	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.23	c  62.2s|290000 | 14525 |469720 |   1.6 |  18M|  26 |   4 |  30 |8006 |  30 |  18 |  23 | 137k|2401 | 0.000000e+00 |      --      |    Inf 
64.49/64.51	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.04	c  67.0s|310000 | 14896 |499196 |   1.6 |  20M|  26 |   - |  30 |9115 |   0 |   0 |  23 | 146k|2469 | 0.000000e+00 |      --      |    Inf 
70.19/70.26	c  70.3s|320000 | 13989 |514238 |   1.6 |  19M|  26 |   4 |  30 |7265 |  30 |  18 |  23 | 151k|2514 | 0.000000e+00 |      --      |    Inf 
73.10/73.15	c  73.2s|330000 | 13241 |529693 |   1.6 |  18M|  26 |   - |  30 |6165 |   0 |   0 |  23 | 156k|2555 | 0.000000e+00 |      --      |    Inf 
75.70/75.72	c  75.7s|340000 | 12622 |545104 |   1.6 |  17M|  26 |   - |  30 |5393 |   0 |   0 |  23 | 161k|2589 | 0.000000e+00 |      --      |    Inf 
77.99/78.07	c  78.1s|350000 | 12060 |559543 |   1.6 |  17M|  26 |   - |  30 |5668 |   0 |   0 |  23 | 166k|2638 | 0.000000e+00 |      --      |    Inf 
80.10/80.13	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.34	c  82.3s|370000 | 13082 |591407 |   1.6 |  19M|  26 |   - |  30 |7813 |   0 |   0 |  23 | 175k|2724 | 0.000000e+00 |      --      |    Inf 
85.29/85.38	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.38	c  85.4s|380000 | 12182 |606561 |   1.6 |  18M|  26 |   - |  30 |6843 |  30 |  18 |  23 | 181k|2754 | 0.000000e+00 |      --      |    Inf 
88.02/88.03	c  88.0s|390000 | 11899 |622580 |   1.6 |  18M|  26 |   - |  30 |7468 |   0 |   0 |  23 | 186k|2788 | 0.000000e+00 |      --      |    Inf 
90.79/90.82	c  90.8s|400000 | 11313 |638586 |   1.6 |  17M|  26 |   4 |  30 |6864 |  30 |  18 |  23 | 191k|2821 | 0.000000e+00 |      --      |    Inf 
93.29/93.30	c  93.3s|410000 | 11267 |653814 |   1.6 |  17M|  26 |   - |  30 |6852 |  30 |  18 |  23 | 196k|2858 | 0.000000e+00 |      --      |    Inf 
95.90/95.91	c  95.9s|420000 | 10616 |668450 |   1.6 |  17M|  26 |   - |  30 |7200 |   0 |   0 |  23 | 201k|2897 | 0.000000e+00 |      --      |    Inf 
98.70/98.73	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.63	c   102s|440000 |  8991 |699345 |   1.6 |  15M|  26 |   4 |  30 |6097 |  30 |  18 |  23 | 211k|2977 | 0.000000e+00 |      --      |    Inf 
104.60/104.65	c   105s|450000 |  7573 |714707 |   1.6 |  14M|  26 |   4 |  30 |5670 |  30 |  18 |  23 | 217k|3013 | 0.000000e+00 |      --      |    Inf 
106.90/106.93	c   107s|460000 |  7768 |730916 |   1.6 |  14M|  26 |   - |  30 |6957 |   0 |   0 |  23 | 222k|3047 | 0.000000e+00 |      --      |    Inf 
109.49/109.57	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 
115.00/115.08	c   115s|490000 |  7017 |780001 |   1.6 |  14M|  26 |   4 |  30 |9300 |  30 |  18 |  23 | 239k|3156 | 0.000000e+00 |      --      |    Inf 
118.19/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.70/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.30/128.34	c   128s|540000 |  9269 |861941 |   1.6 |  16M|  26 |   - |  30 |9573 |  30 |  18 |  23 | 262k|3319 | 0.000000e+00 |      --      |    Inf 
130.79/130.90	c   131s|550000 |  9691 |878587 |   1.6 |  17M|  26 |   4 |  30 |9999 |  30 |  18 |  23 | 267k|3356 | 0.000000e+00 |      --      |    Inf 
133.60/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.20	c   136s|570000 | 10401 |911233 |   1.6 |  18M|  26 |   4 |  30 |  10k|  30 |  18 |  23 | 277k|3422 | 0.000000e+00 |      --      |    Inf 
139.10/139.10	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.00/145.11	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.78	c   160s|640000 |  4939 |  1022k|   1.6 |  12M|  26 |   4 |  30 |6999 |  30 |  18 |  23 | 314k|3678 | 0.000000e+00 |      --      |    Inf 
162.60/162.65	c   163s|650000 |  4147 |  1038k|   1.6 |  11M|  26 |   4 |  30 |7349 |  30 |  18 |  23 | 320k|3708 | 0.000000e+00 |      --      |    Inf 
164.60/164.67	c   165s|660000 |  5746 |  1054k|   1.6 |  12M|  26 |   4 |  30 |8041 |  30 |  18 |  23 | 324k|3733 | 0.000000e+00 |      --      |    Inf 
166.99/167.08	c   167s|670000 |  6298 |  1070k|   1.6 |  13M|  26 |   4 |  30 |8865 |  30 |  18 |  23 | 329k|3753 | 0.000000e+00 |      --      |    Inf 
169.49/169.58	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.58	c   170s|680000 |  6781 |  1086k|   1.6 |  14M|  26 |   4 |  30 |9611 |  30 |  18 |  23 | 333k|3778 | 0.000000e+00 |      --      |    Inf 
172.29/172.38	c   172s|690000 |  6715 |  1101k|   1.6 |  14M|  26 |   - |  30 |9604 |   0 |   0 |  23 | 338k|3796 | 0.000000e+00 |      --      |    Inf 
175.10/175.13	c   175s|700000 |  6526 |  1116k|   1.6 |  14M|  26 |   - |  30 |9925 |   0 |   0 |  23 | 343k|3813 | 0.000000e+00 |      --      |    Inf 
178.21/178.27	c   178s|710000 |  6242 |  1133k|   1.6 |  14M|  26 |   4 |  30 |  10k|  30 |  18 |  23 | 348k|3836 | 0.000000e+00 |      --      |    Inf 
180.80/180.82	c   181s|720000 |  6858 |  1149k|   1.6 |  15M|  26 |   4 |  30 |  11k|  30 |  18 |  23 | 352k|3863 | 0.000000e+00 |      --      |    Inf 
183.50/183.61	c   184s|730000 |  7657 |  1165k|   1.6 |  17M|  26 |   - |  30 |  13k|   0 |   0 |  23 | 357k|3885 | 0.000000e+00 |      --      |    Inf 
187.29/187.39	c   187s|740000 |  7606 |  1182k|   1.6 |  17M|  26 |   4 |  30 |  14k|  30 |  18 |  23 | 362k|3907 | 0.000000e+00 |      --      |    Inf 
191.50/191.55	c   192s|750000 |  6982 |  1198k|   1.6 |  17M|  26 |   - |  30 |  15k|  30 |  18 |  23 | 367k|3937 | 0.000000e+00 |      --      |    Inf 
196.80/196.86	c   197s|760000 |  5472 |  1213k|   1.6 |  15M|  26 |   - |  30 |  12k|   0 |   0 |  23 | 373k|3953 | 0.000000e+00 |      --      |    Inf 
201.69/201.77	c   202s|770000 |  3894 |  1228k|   1.6 |  12M|  26 |   - |  30 |9893 |  30 |  18 |  23 | 378k|3978 | 0.000000e+00 |      --      |    Inf 
204.61/204.68	c   205s|780000 |  3728 |  1244k|   1.6 |  12M|  26 |   - |  30 |9973 |  30 |  18 |  23 | 384k|4001 | 0.000000e+00 |      --      |    Inf 
208.20/208.20	c   208s|790000 |  2988 |  1261k|   1.6 |  11M|  26 |   - |  30 |9729 |  30 |  18 |  23 | 390k|4030 | 0.000000e+00 |      --      |    Inf 
212.60/212.65	c   213s|800000 |  1097 |  1276k|   1.6 |7379k|  26 |   - |  30 |7273 |  30 |  18 |  23 | 396k|4051 | 0.000000e+00 |      --      |    Inf 
214.99/215.03	c   215s|810000 |  1307 |  1292k|   1.6 |7916k|  26 |   - |  30 |8616 |   0 |   0 |  23 | 401k|4073 | 0.000000e+00 |      --      |    Inf 
217.60/217.62	c   218s|820000 |  1225 |  1307k|   1.6 |8347k|  26 |   - |  30 |  10k|   0 |   0 |  23 | 406k|4100 | 0.000000e+00 |      --      |    Inf 
220.59/220.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.59/220.67	c   221s|830000 |   794 |  1323k|   1.6 |7688k|  26 |   4 |  30 |  10k|  30 |  18 |  23 | 412k|4123 | 0.000000e+00 |      --      |    Inf 
223.10/223.13	c 
223.10/223.13	c SCIP Status        : problem is solved [infeasible]
223.10/223.13	c Solving Time (sec) : 223.13
223.10/223.13	c Solving Nodes      : 836119
223.10/223.13	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
223.10/223.13	c Dual Bound         : +1.00000000000000e+20
223.10/223.13	c Gap                : 0.00 %
223.10/223.13	s UNSATISFIABLE
223.10/223.13	c SCIP Status        : problem is solved [infeasible]
223.10/223.13	c Total Time         :     223.13
223.10/223.13	c   solving          :     223.13
223.10/223.13	c   presolving       :       0.00 (included in solving)
223.10/223.13	c   reading          :       0.00 (included in solving)
223.10/223.13	c Original Problem   :
223.10/223.13	c   Problem name     : HOME/instance-3451647-1307094135.opb
223.10/223.13	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
223.10/223.13	c   Constraints      : 9 initial, 9 maximal
223.10/223.13	c Presolved Problem  :
223.10/223.13	c   Problem name     : t_HOME/instance-3451647-1307094135.opb
223.10/223.13	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
223.10/223.13	c   Constraints      : 4 initial, 15310 maximal
223.10/223.13	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
223.10/223.13	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
223.10/223.13	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
223.10/223.13	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
223.10/223.13	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
223.10/223.13	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
223.10/223.13	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
223.10/223.13	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
223.10/223.13	c   linear           :       0.00          0          0          0          0          0          5          0          0          0
223.10/223.13	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
223.10/223.13	c   root node        :          -          1          -          -          1          -          -          -          -          -
223.10/223.13	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
223.10/223.13	c   integral         :          0          0          0     464002          0          4          0        503       2042          0          0     923188
223.10/223.13	c   linear           :          4+         7    1879793          0          0          3    2160120     282709    2172457          0          0          0
223.10/223.13	c   logicor          :          0+         6     913474          0          0          0     673713       3286     321020          0          0          0
223.10/223.13	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
223.10/223.13	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
223.10/223.13	c   integral         :       2.64       0.00       0.00       2.64       0.00       0.00       0.00
223.10/223.13	c   linear           :      21.50       0.00      18.25       0.00       0.00       0.00       3.25
223.10/223.13	c   logicor          :      67.67       0.00      67.10       0.00       0.00       0.00       0.57
223.10/223.13	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
223.10/223.13	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
223.10/223.13	c   vbounds          :          0          0          0          0
223.10/223.13	c   rootredcost      :          0          0          0          0
223.10/223.13	c   pseudoobj        :          0          0          0          0
223.10/223.13	c Propagator Timings :  TotalTime  Propagate    Resprop
223.10/223.13	c   vbounds          :       0.29       0.29       0.00
223.10/223.13	c   rootredcost      :       0.35       0.35       0.00
223.10/223.13	c   pseudoobj        :       0.20       0.20       0.00
223.10/223.13	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
223.10/223.13	c   propagation      :       5.39     285995     150100     387464       20.4         18       18.4          -
223.10/223.13	c   infeasible LP    :       3.06     173434     173424     276367       13.3       1828       17.9          0
223.10/223.13	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
223.10/223.13	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
223.10/223.13	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
223.10/223.13	c   applied globally :          -          -          -     415699       15.3          -          -          -
223.10/223.13	c   applied locally  :          -          -          -          0        0.0          -          -          -
223.10/223.13	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
223.10/223.13	c   cut pool         :       0.00          5          -          -         36          -    (maximal pool size: 81)
223.10/223.13	c   redcost          :       0.42     464007          0          0          0          0
223.10/223.13	c   impliedbounds    :       0.00          6          0          0          0          0
223.10/223.13	c   intobj           :       0.00          0          0          0          0          0
223.10/223.13	c   gomory           :       0.00          6          0          0          0          0
223.10/223.13	c   cgmip            :       0.00          0          0          0          0          0
223.10/223.13	c   closecuts        :       0.00          0          0          0          0          0
223.10/223.13	c   strongcg         :       0.00          6          0          0         26          0
223.10/223.13	c   cmir             :       0.00          6          0          0         34          0
223.10/223.13	c   flowcover        :       0.00          6          0          0         54          0
223.10/223.13	c   clique           :       0.00          1          0          0          0          0
223.10/223.13	c   zerohalf         :       0.00          0          0          0          0          0
223.10/223.13	c   mcf              :       0.00          1          0          0          0          0
223.10/223.13	c   oddcycle         :       0.00          0          0          0          0          0
223.10/223.13	c   rapidlearning    :       0.01          1          0          0          0         21
223.10/223.13	c Pricers            :       Time      Calls       Vars
223.10/223.13	c   problem variables:       0.00          0          0
223.10/223.13	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
223.10/223.13	c   relpscost        :       2.40     464002        503       2042          0          0     923188
223.10/223.13	c   pscost           :       0.00          0          0          0          0          0          0
223.10/223.13	c   inference        :       0.00          0          0          0          0          0          0
223.10/223.13	c   mostinf          :       0.00          0          0          0          0          0          0
223.10/223.13	c   leastinf         :       0.00          0          0          0          0          0          0
223.10/223.13	c   fullstrong       :       0.00          0          0          0          0          0          0
223.10/223.13	c   allfullstrong    :       0.00          0          0          0          0          0          0
223.10/223.13	c   random           :       0.00          0          0          0          0          0          0
223.10/223.13	c Primal Heuristics  :       Time      Calls      Found
223.10/223.13	c   LP solutions     :       0.00          -          0
223.10/223.13	c   pseudo solutions :       0.00          -          0
223.10/223.13	c   oneopt           :       0.22          0          0
223.10/223.13	c   crossover        :       0.17          0          0
223.10/223.13	c   guideddiving     :       0.02          0          0
223.10/223.13	c   linesearchdiving :       0.03        131          0
223.10/223.13	c   coefdiving       :       0.04        131          0
223.10/223.13	c   fracdiving       :       0.04        131          0
223.10/223.13	c   pscostdiving     :       0.04        131          0
223.10/223.13	c   rootsoldiving    :       0.04         66          0
223.10/223.13	c   feaspump         :       0.04         66          0
223.10/223.13	c   objpscostdiving  :       0.03         67          0
223.10/223.13	c   trivial          :       0.00          2          0
223.10/223.13	c   shiftandpropagate:       0.00          1          0
223.10/223.13	c   simplerounding   :       0.07          0          0
223.10/223.13	c   zirounding       :       1.00          0          0
223.10/223.13	c   rounding         :       0.22       9675          0
223.10/223.13	c   shifting         :       0.71       3853          0
223.10/223.13	c   intshifting      :       0.01          0          0
223.10/223.13	c   twoopt           :       0.00          0          0
223.10/223.13	c   fixandinfer      :       0.00          0          0
223.10/223.13	c   clique           :       0.00          0          0
223.10/223.13	c   veclendiving     :       0.03        131          0
223.10/223.13	c   intdiving        :       0.00          0          0
223.10/223.13	c   actconsdiving    :       0.00          0          0
223.10/223.13	c   octane           :       0.00          0          0
223.10/223.13	c   rens             :       0.01          0          0
223.10/223.13	c   rins             :       0.00          0          0
223.10/223.13	c   localbranching   :       0.00          0          0
223.10/223.13	c   mutation         :       0.00          0          0
223.10/223.13	c   dins             :       0.00          0          0
223.10/223.13	c   vbounds          :       0.00          0          0
223.10/223.13	c   undercover       :       0.00          0          0
223.10/223.13	c   subnlp           :       0.11          0          0
223.10/223.13	c   trysol           :       0.14          0          0
223.10/223.13	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
223.10/223.13	c   primal LP        :       0.00          0          0       0.00          -
223.10/223.13	c   dual LP          :      23.40     624325    1332369       2.13   56934.80
223.10/223.13	c   lex dual LP      :       0.00          0          0       0.00          -
223.10/223.13	c   barrier LP       :       0.00          0          0       0.00          -
223.10/223.13	c   diving/probing LP:       0.04        712       1032       1.45   24610.10
223.10/223.13	c   strong branching :       0.27       4134      12919       3.13   47625.37
223.10/223.13	c     (at root node) :          -          9        235      26.11          -
223.10/223.13	c   conflict analysis:       0.00          0          0       0.00          -
223.10/223.13	c B&B Tree           :
223.10/223.13	c   number of runs   :          1
223.10/223.13	c   nodes            :     836119
223.10/223.13	c   nodes (total)    :     836119
223.10/223.13	c   nodes left       :          0
223.10/223.13	c   max depth        :         26
223.10/223.13	c   max depth (total):         26
223.10/223.13	c   backtracks       :     234395 (28.0%)
223.10/223.13	c   delayed cutoffs  :      87070
223.10/223.13	c   repropagations   :     482461 (850961 domain reductions, 83879 cutoffs)
223.10/223.13	c   avg switch length:       5.73
223.10/223.13	c   switching time   :      66.79
223.10/223.13	c Solution           :
223.10/223.13	c   Solutions found  :          0 (0 improvements)
223.10/223.13	c   Primal Bound     : infeasible
223.10/223.13	c   Dual Bound       :          -
223.10/223.13	c   Gap              :       0.00 %
223.10/223.13	c   Root Dual Bound  : +0.00000000000000e+00
223.10/223.13	c   Root Iterations  :        100
223.10/223.14	c Time complete: 223.15.

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.84 1.99 2.14 1/503 2308
/proc/meminfo: memFree=30411404/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=9724 CPUtime=0 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 1553 0 0 0 0 0 0 0 25 0 1 0 821016167 9957376 1506 33554432000 4194304 9163163 140736675231584 18446744073709551615 8013931 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/2308/statm: 2431 1509 352 1214 0 1213 0

[startup+0.036488 s]
/proc/loadavg: 1.84 1.99 2.14 1/503 2308
/proc/meminfo: memFree=30411404/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=26136 CPUtime=0.03 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 6119 0 0 0 3 0 0 0 25 0 1 0 821016167 26763264 5109 33554432000 4194304 9163163 140736675231584 18446744073709551615 5102413 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 6534 5109 695 1214 0 5316 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26136

[startup+0.10045 s]
/proc/loadavg: 1.84 1.99 2.14 1/503 2308
/proc/meminfo: memFree=30411404/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=26136 CPUtime=0.09 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 6206 0 0 0 8 1 0 0 25 0 1 0 821016167 26763264 5196 33554432000 4194304 9163163 140736675231584 18446744073709551615 5844021 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 6534 5196 702 1214 0 5316 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26136

[startup+0.300441 s]
/proc/loadavg: 1.84 1.99 2.14 1/503 2308
/proc/meminfo: memFree=30411404/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=26136 CPUtime=0.29 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 6207 0 0 0 27 2 0 0 25 0 1 0 821016167 26763264 5197 33554432000 4194304 9163163 140736675231584 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 6534 5197 702 1214 0 5316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26136

[startup+0.700367 s]
/proc/loadavg: 1.84 1.99 2.14 1/503 2308
/proc/meminfo: memFree=30411404/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=26136 CPUtime=0.69 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 6210 0 0 0 67 2 0 0 25 0 1 0 821016167 26763264 5200 33554432000 4194304 9163163 140736675231584 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 6534 5200 702 1214 0 5316 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26136

[startup+1.50023 s]
/proc/loadavg: 1.84 1.99 2.14 3/506 2338
/proc/meminfo: memFree=30378520/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=26136 CPUtime=1.49 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 6213 0 0 0 145 4 0 0 25 0 1 0 821016167 26763264 5203 33554432000 4194304 9163163 140736675231584 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 6534 5203 704 1214 0 5316 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26136

[startup+3.10093 s]
/proc/loadavg: 1.84 1.99 2.14 3/506 2338
/proc/meminfo: memFree=30376328/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=26136 CPUtime=3.09 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 6220 0 0 0 302 7 0 0 25 0 1 0 821016167 26763264 5210 33554432000 4194304 9163163 140736675231584 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 6534 5210 704 1214 0 5316 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26136

[startup+6.30038 s]
/proc/loadavg: 1.85 1.99 2.14 3/506 2338
/proc/meminfo: memFree=30369748/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=26464 CPUtime=6.29 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 6455 0 0 0 616 13 0 0 25 0 1 0 821016167 27099136 5445 33554432000 4194304 9163163 140736675231584 18446744073709551615 6555322 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 6616 5445 704 1214 0 5398 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26464

[startup+12.7002 s]
/proc/loadavg: 1.86 1.99 2.14 3/506 2338
/proc/meminfo: memFree=30353412/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=30624 CPUtime=12.7 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 7511 0 0 0 1244 26 0 0 25 0 1 0 821016167 31358976 6501 33554432000 4194304 9163163 140736675231584 18446744073709551615 5275400 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 7656 6501 704 1214 0 6438 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 30624

[startup+25.501 s]
/proc/loadavg: 1.89 1.99 2.13 3/506 2338
/proc/meminfo: memFree=30328364/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=35400 CPUtime=25.49 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 8689 0 0 0 2503 46 0 0 25 0 1 0 821016167 36249600 7679 33554432000 4194304 9163163 140736675231584 18446744073709551615 6555920 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 8850 7679 704 1214 0 7632 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35400

[startup+51.1004 s]
/proc/loadavg: 1.93 1.99 2.13 3/506 2339
/proc/meminfo: memFree=30286720/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=42404 CPUtime=51.09 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 10342 0 0 0 5030 79 0 0 25 0 1 0 821016167 43421696 9332 33554432000 4194304 9163163 140736675231584 18446744073709551615 5275400 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 10601 9332 704 1214 0 9383 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 42404

[startup+102.318 s]
/proc/loadavg: 1.97 1.99 2.12 3/506 2340
/proc/meminfo: memFree=30220320/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=44028 CPUtime=102.31 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 10713 0 0 0 10090 141 0 0 25 0 1 0 821016167 45084672 9703 33554432000 4194304 9163163 140736675231584 18446744073709551615 6513952 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 11007 9703 704 1214 0 9789 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 44028

[startup+162.301 s]
/proc/loadavg: 2.03 2.00 2.11 3/506 2342
/proc/meminfo: memFree=30151520/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=45196 CPUtime=162.29 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 10924 0 0 0 16023 206 0 0 25 0 1 0 821016167 46280704 9914 33554432000 4194304 9163163 140736675231584 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 11299 9914 704 1214 0 10081 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 45196

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.11 3/506 2344
/proc/meminfo: memFree=30090700/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=47220 CPUtime=222.29 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 11387 0 0 0 21968 261 0 0 25 0 1 0 821016167 48353280 10377 33554432000 4194304 9163163 140736675231584 18446744073709551615 6555920 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 11805 10377 704 1214 0 10587 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 47220

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

[startup+222.701 s]
/proc/loadavg: 2.06 2.02 2.11 3/506 2344
/proc/meminfo: memFree=30090700/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=47220 CPUtime=222.7 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 11387 0 0 0 22008 262 0 0 25 0 1 0 821016167 48353280 10377 33554432000 4194304 9163163 140736675231584 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 11805 10377 704 1214 0 10587 0
Current children cumulated CPU time (s) 222.7
Current children cumulated vsize (KiB) 47220

[startup+223.101 s]
/proc/loadavg: 2.06 2.02 2.11 3/506 2344
/proc/meminfo: memFree=30090700/32951124 swapFree=51712236/67111528
[pid=2308] ppid=2306 vsize=47220 CPUtime=223.1 cores=0,2,4,6
/proc/2308/stat : 2308 (scip-2.0.1.4b.l) R 2306 2308 2157 0 -1 4202496 11387 0 0 0 22048 262 0 0 25 0 1 0 821016167 48353280 10377 33554432000 4194304 9163163 140736675231584 18446744073709551615 5263764 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/2308/statm: 11805 10377 704 1214 0 10587 0
Current children cumulated CPU time (s) 223.1
Current children cumulated vsize (KiB) 47220

Child status: 0
Real time (s): 223.15
CPU time (s): 223.155
CPU user time (s): 220.53
CPU system time (s): 2.6246
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 47220

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

runsolver used 1.21281 second user time and 2.46263 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-03 11:42:15
IDJOB=3451647
IDBENCH=2905
IDSOLVER=1948
FILE ID=node103/3451647-1307094135
RUNJOBID= node103-1307092333-2175
PBS_JOBID= 13497971
Free space on /tmp= 73868 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_1.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-3451647-1307094135/watcher-3451647-1307094135 -o /tmp/evaluation-result-3451647-1307094135/solver-3451647-1307094135 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451647-1307094135.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=2090959816

node103.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.858
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.71
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.858
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.858
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.75
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30411808 kB
Buffers:        272608 kB
Cached:         441252 kB
SwapCached:      23760 kB
Active:        1874252 kB
Inactive:       373664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30411808 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:           12096 kB
Writeback:           0 kB
AnonPages:     1531804 kB
Mapped:          22620 kB
Slab:           148936 kB
PageTables:      73236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162071508 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= 73856 MiB
End job on node103 at 2011-06-03 11:45:59