Trace number 1883919

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 NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.2 1800.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-41-40.opb
MD5SUMe9d572489c41443264f4f0eeadc7c4fb
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints32841
Number of constraints which are clauses32841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/0.44	c SCIP version 1.1.0.7
0.39/0.44	c LP-Solver SoPlex 1.4.1
0.39/0.44	c user parameter file <scip.set> not found - using default parameters
0.39/0.44	c read problem <HOME/instance-1883919-1245238127.opb>
0.39/0.44	c original problem has 1640 variables (1640 bin, 0 int, 0 impl, 0 cont) and 32841 constraints
0.49/0.52	c No objective function, only one solution is needed.
0.49/0.52	c start presolving problem
0.49/0.52	c presolving:
0.79/0.87	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 32841 upgd conss, 65600 impls, 0 clqs
0.89/0.92	c presolving (2 rounds):
0.89/0.92	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.92	c  65600 implications, 0 cliques
0.89/0.92	c presolved problem has 1640 variables (1640 bin, 0 int, 0 impl, 0 cont) and 32841 constraints
0.89/0.92	c   32841 constraints of type <logicor>
0.89/0.92	c transformed objective value is always integral (scale: 1)
0.89/0.92	c Presolving Time: 0.32
0.89/0.92	c PURESAT
0.89/0.92	c -----------------------------------------------------------------------------------------------
0.89/0.92	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.92	c separating/flowcover/freq = c -1
0.89/0.92	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.92	c separating/cmir/freq = c -1
0.89/0.92	c # additional number of allowed LP iterations
0.89/0.92	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.92	c heuristics/veclendiving/maxlpiterofs = c 1500
0.89/0.92	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.92	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.89/0.92	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.92	c heuristics/veclendiving/freq = c -1
0.89/0.92	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c heuristics/simplerounding/freq = c -1
0.89/0.92	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.92	c heuristics/shifting/freq = c -1
0.89/0.92	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c heuristics/rounding/freq = c -1
0.89/0.92	c # additional number of allowed LP iterations
0.89/0.92	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.92	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.89/0.92	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.89/0.92	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.89/0.92	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.92	c heuristics/rootsoldiving/freq = c -1
0.89/0.92	c # number of nodes added to the contingent of the total nodes
0.89/0.92	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.92	c heuristics/rens/nodesofs = c 2000
0.89/0.92	c # minimum percentage of integer variables that have to be fixable 
0.89/0.92	c # [type: real, range: [0,1], default: 0.5]
0.89/0.92	c heuristics/rens/minfixingrate = c 0.3
0.89/0.92	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.92	c heuristics/rens/freq = c -1
0.89/0.92	c # additional number of allowed LP iterations
0.89/0.92	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.92	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.89/0.92	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.92	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.89/0.92	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.92	c heuristics/pscostdiving/freq = c -1
0.89/0.92	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c heuristics/oneopt/freq = c -1
0.89/0.92	c # additional number of allowed LP iterations
0.89/0.92	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.92	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.89/0.92	c # maximal fraction of diving LP iterations compared to total iteration number
0.89/0.92	c # [type: real, range: [0,1], default: 0.01]
0.89/0.92	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.89/0.92	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.92	c heuristics/objpscostdiving/freq = c -1
0.89/0.92	c # additional number of allowed LP iterations
0.89/0.92	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.92	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.89/0.92	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.92	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.89/0.92	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.92	c heuristics/linesearchdiving/freq = c -1
0.89/0.92	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.92	c heuristics/intshifting/freq = c -1
0.89/0.92	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.92	c heuristics/intdiving/maxlpiterquot = c 0.075
0.89/0.92	c # additional number of allowed LP iterations
0.89/0.92	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.92	c heuristics/guideddiving/maxlpiterofs = c 1500
0.89/0.92	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.92	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.89/0.92	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.92	c heuristics/guideddiving/freq = c -1
0.89/0.92	c # additional number of allowed LP iterations
0.89/0.92	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.92	c heuristics/fracdiving/maxlpiterofs = c 1500
0.89/0.92	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.92	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.89/0.92	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.92	c heuristics/fracdiving/freq = c -1
0.89/0.92	c # additional number of allowed LP iterations
0.89/0.92	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.92	c heuristics/feaspump/maxlpiterofs = c 2000
0.89/0.92	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.92	c heuristics/feaspump/freq = c -1
0.89/0.92	c # minimum percentage of integer variables that have to be fixed 
0.89/0.92	c # [type: real, range: [0,1], default: 0.666]
0.89/0.92	c heuristics/crossover/minfixingrate = c 0.5
0.89/0.92	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.89/0.92	c # [type: real, range: [0,1], default: 0.1]
0.89/0.92	c heuristics/crossover/nodesquot = c 0.15
0.89/0.92	c # number of nodes without incumbent change that heuristic should wait
0.89/0.92	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.89/0.92	c heuristics/crossover/nwaitingnodes = c 100
0.89/0.92	c # number of nodes added to the contingent of the total nodes
0.89/0.92	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.92	c heuristics/crossover/nodesofs = c 750
0.89/0.92	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 30]
0.89/0.92	c heuristics/crossover/freq = c -1
0.89/0.92	c # additional number of allowed LP iterations
0.89/0.92	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.92	c heuristics/coefdiving/maxlpiterofs = c 1500
0.89/0.92	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.92	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.89/0.92	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.92	c heuristics/coefdiving/freq = c -1
0.89/0.92	c # priority of node selection rule <dfs> in standard mode
0.89/0.92	c # [type: int, range: [-536870912,536870911], default: 0]
0.89/0.92	c nodeselection/dfs/stdpriority = c 1000000
0.89/0.92	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c presolving/probing/maxrounds = c 0
0.89/0.92	c # should presolving try to simplify knapsacks
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/knapsack/simplifyinequalities = c TRUE
0.89/0.92	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.89/0.92	c constraints/knapsack/disaggregation = c FALSE
0.89/0.92	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c constraints/knapsack/maxnumcardlift = c 0
0.89/0.92	c # should presolving try to simplify inequalities
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/linear/simplifyinequalities = c TRUE
0.89/0.92	c # maximal number of separation rounds in the root node (-1: unlimited)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c separating/maxroundsroot = c 5
0.89/0.92	c # maximal number of separation rounds per node (-1: unlimited)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 5]
0.89/0.92	c separating/maxrounds = c 1
0.89/0.92	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.89/0.92	c # [type: char, range: {lafpsqd}, default: l]
0.89/0.92	c lp/pricing = c a
0.89/0.92	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c lp/solvefreq = c 0
0.89/0.92	c # solving stops, if the given number of solutions were found (-1: no limit)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c limits/solutions = c 1
0.89/0.92	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/memory = c 1620
0.89/0.92	c # maximal time in seconds to run
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/time = c 1791
0.89/0.92	c # frequency for displaying node information lines
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.92	c display/freq = c 10000
0.89/0.92	c # should enforcement of pseudo solution be disabled?
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/disableenfops = c TRUE
0.89/0.92	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.92	c constraints/agelimit = c 1
0.89/0.92	c # should binary conflicts be preferred?
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c conflict/preferbinary = c TRUE
0.89/0.92	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c conflict/interconss = c 0
0.89/0.92	c -----------------------------------------------------------------------------------------------
0.89/0.92	c start solving problem
0.89/0.92	c 
1.10/1.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.10/1.17	c   0.6s|     1 |     0 |    82 |  39M|   0 |  82 |1640 |  32k|  32k|1640 |  32k|   0 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
1.79/1.86	c   1.2s|     1 |     0 |   274 |  39M|   0 |  64 |1640 |  32k|  32k|1640 |  32k|   3 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
2.99/3.08	c   2.4s|     1 |     0 |   483 |  39M|   0 |  48 |1640 |  32k|  32k|1640 |  32k|   7 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
4.09/4.20	c   3.5s|     1 |     0 |   619 |  39M|   0 |  44 |1640 |  32k|  32k|1640 |  32k|  14 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
5.49/5.56	c   4.9s|     1 |     0 |   815 |  40M|   0 |  48 |1640 |  32k|  32k|1640 |  32k|  21 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
6.79/6.81	c   6.1s|     1 |     0 |   975 |  40M|   0 |  32 |1640 |  32k|  32k|1640 |  32k|  29 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
17.39/17.43	c  16.7s|     1 |     2 |   975 |  40M|   0 |  32 |1640 |  32k|  32k|1640 |  32k|  29 |   0 |  32 | 4.100000e+01 |      --      |    Inf 
32.28/32.39	c  31.5s| 10000 |  1016 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |5704 |  32 | 4.100000e+01 |      --      |    Inf 
47.78/47.87	c  46.7s| 20000 |  1010 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  11k|  32 | 4.100000e+01 |      --      |    Inf 
63.07/63.12	c  61.7s| 30000 |  1009 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  18k|  32 | 4.100000e+01 |      --      |    Inf 
78.96/79.01	c  77.4s| 40000 |  1011 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  24k|  32 | 4.100000e+01 |      --      |    Inf 
94.76/94.85	c  93.0s| 50000 |  1005 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  30k|  32 | 4.100000e+01 |      --      |    Inf 
110.16/110.22	c   108s| 60000 |  1004 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  37k|  32 | 4.100000e+01 |      --      |    Inf 
125.65/125.79	c   123s| 70000 |  1000 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  43k|  32 | 4.100000e+01 |      --      |    Inf 
141.85/141.94	c   139s| 80000 |   999 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  49k|  32 | 4.100000e+01 |      --      |    Inf 
157.45/157.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.45/157.56	c   155s| 90000 |  1000 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  55k|  32 | 4.100000e+01 |      --      |    Inf 
173.54/173.64	c   171s|100000 |  1007 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  62k|  32 | 4.100000e+01 |      --      |    Inf 
189.83/189.98	c   187s|110000 |  1002 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  68k|  32 | 4.100000e+01 |      --      |    Inf 
206.03/206.18	c   203s|120000 |  1004 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  74k|  32 | 4.100000e+01 |      --      |    Inf 
222.42/222.52	c   219s|130000 |  1001 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  81k|  32 | 4.100000e+01 |      --      |    Inf 
238.72/238.88	c   235s|140000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  28k|   0 |   0 |  29 |  87k|  32 | 4.100000e+01 |      --      |    Inf 
254.92/255.07	c   251s|150000 |   999 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 |  93k|  32 | 4.100000e+01 |      --      |    Inf 
271.41/271.50	c   267s|160000 |  1000 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 |  99k|  32 | 4.100000e+01 |      --      |    Inf 
287.80/287.99	c   283s|170000 |   998 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 106k|  32 | 4.100000e+01 |      --      |    Inf 
303.99/304.13	c   299s|180000 |   995 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 112k|  32 | 4.100000e+01 |      --      |    Inf 
318.59/318.70	c   313s|190000 |   999 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 118k|  32 | 4.100000e+01 |      --      |    Inf 
332.99/333.12	c   328s|200000 |  1002 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 124k|  32 | 4.100000e+01 |      --      |    Inf 
346.78/346.92	c   341s|210000 |   995 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 130k|  32 | 4.100000e+01 |      --      |    Inf 
361.38/361.54	c   356s|220000 |   999 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 136k|  32 | 4.100000e+01 |      --      |    Inf 
375.78/375.93	c   370s|230000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 143k|  32 | 4.100000e+01 |      --      |    Inf 
389.67/389.87	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.67/389.87	c   383s|240000 |   990 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 149k|  32 | 4.100000e+01 |      --      |    Inf 
405.87/406.09	c   399s|250000 |   988 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 155k|  32 | 4.100000e+01 |      --      |    Inf 
421.16/421.35	c   414s|260000 |   993 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 161k|  32 | 4.100000e+01 |      --      |    Inf 
434.16/434.40	c   427s|270000 |   993 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 167k|  32 | 4.100000e+01 |      --      |    Inf 
446.86/447.02	c   440s|280000 |   992 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 173k|  32 | 4.100000e+01 |      --      |    Inf 
460.05/460.23	c   453s|290000 |   994 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 179k|  32 | 4.100000e+01 |      --      |    Inf 
473.74/473.93	c   466s|300000 |   995 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 185k|  32 | 4.100000e+01 |      --      |    Inf 
488.04/488.23	c   480s|310000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 192k|  32 | 4.100000e+01 |      --      |    Inf 
500.94/501.12	c   493s|320000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 198k|  32 | 4.100000e+01 |      --      |    Inf 
513.74/513.96	c   506s|330000 |   995 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 203k|  32 | 4.100000e+01 |      --      |    Inf 
527.23/527.49	c   519s|340000 |   997 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 210k|  32 | 4.100000e+01 |      --      |    Inf 
540.42/540.62	c   532s|350000 |   992 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 216k|  32 | 4.100000e+01 |      --      |    Inf 
553.62/553.82	c   545s|360000 |   988 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 222k|  32 | 4.100000e+01 |      --      |    Inf 
568.22/568.44	c   559s|370000 |   995 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 228k|  32 | 4.100000e+01 |      --      |    Inf 
582.21/582.49	c   573s|380000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 234k|  32 | 4.100000e+01 |      --      |    Inf 
596.81/597.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
596.81/597.02	c   587s|390000 |   991 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 240k|  32 | 4.100000e+01 |      --      |    Inf 
612.11/612.30	c   602s|400000 |   991 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 246k|  32 | 4.100000e+01 |      --      |    Inf 
626.30/626.58	c   617s|410000 |   992 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 252k|  32 | 4.100000e+01 |      --      |    Inf 
640.29/640.56	c   630s|420000 |   991 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 259k|  32 | 4.100000e+01 |      --      |    Inf 
654.19/654.41	c   644s|430000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 265k|  32 | 4.100000e+01 |      --      |    Inf 
668.29/668.59	c   658s|440000 |   993 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 271k|  32 | 4.100000e+01 |      --      |    Inf 
681.88/682.14	c   671s|450000 |   991 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 277k|  32 | 4.100000e+01 |      --      |    Inf 
695.58/695.85	c   685s|460000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 283k|  32 | 4.100000e+01 |      --      |    Inf 
709.48/709.79	c   698s|470000 |   997 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 289k|  32 | 4.100000e+01 |      --      |    Inf 
723.27/723.55	c   712s|480000 |   993 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 295k|  32 | 4.100000e+01 |      --      |    Inf 
736.36/736.66	c   725s|490000 |   988 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 301k|  32 | 4.100000e+01 |      --      |    Inf 
751.26/751.55	c   740s|500000 |   988 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 308k|  32 | 4.100000e+01 |      --      |    Inf 
766.47/766.75	c   755s|510000 |   990 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 314k|  32 | 4.100000e+01 |      --      |    Inf 
783.05/783.34	c   771s|520000 |   982 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 320k|  32 | 4.100000e+01 |      --      |    Inf 
798.94/799.26	c   787s|530000 |   994 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 327k|  32 | 4.100000e+01 |      --      |    Inf 
813.34/813.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.34/813.67	c   801s|540000 |   990 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 333k|  32 | 4.100000e+01 |      --      |    Inf 
828.94/829.22	c   816s|550000 |   988 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 339k|  32 | 4.100000e+01 |      --      |    Inf 
843.73/844.03	c   831s|560000 |   985 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 346k|  32 | 4.100000e+01 |      --      |    Inf 
858.83/859.12	c   846s|570000 |   987 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 352k|  32 | 4.100000e+01 |      --      |    Inf 
873.93/874.22	c   860s|580000 |   998 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 358k|  32 | 4.100000e+01 |      --      |    Inf 
888.72/889.09	c   875s|590000 |   991 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 365k|  32 | 4.100000e+01 |      --      |    Inf 
903.32/903.61	c   889s|600000 |   998 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 371k|  32 | 4.100000e+01 |      --      |    Inf 
918.01/918.30	c   904s|610000 |   994 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 377k|  32 | 4.100000e+01 |      --      |    Inf 
932.21/932.54	c   918s|620000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 384k|  32 | 4.100000e+01 |      --      |    Inf 
946.60/946.96	c   932s|630000 |   993 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 390k|  32 | 4.100000e+01 |      --      |    Inf 
962.00/962.30	c   947s|640000 |   992 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 396k|  32 | 4.100000e+01 |      --      |    Inf 
975.60/975.91	c   961s|650000 |   992 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 402k|  32 | 4.100000e+01 |      --      |    Inf 
990.49/990.88	c   975s|660000 |   990 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 408k|  32 | 4.100000e+01 |      --      |    Inf 
1005.69/1006.05	c   990s|670000 |  1001 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 414k|  32 | 4.100000e+01 |      --      |    Inf 
1020.08/1020.43	c  1004s|680000 |   999 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 421k|  32 | 4.100000e+01 |      --      |    Inf 
1033.97/1034.39	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1033.97/1034.39	c  1018s|690000 |   995 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 427k|  32 | 4.100000e+01 |      --      |    Inf 
1048.37/1048.78	c  1032s|700000 |   989 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 433k|  32 | 4.100000e+01 |      --      |    Inf 
1063.37/1063.74	c  1047s|710000 |   992 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 439k|  32 | 4.100000e+01 |      --      |    Inf 
1078.77/1079.10	c  1062s|720000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 445k|  32 | 4.100000e+01 |      --      |    Inf 
1092.66/1093.03	c  1076s|730000 |   988 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 452k|  32 | 4.100000e+01 |      --      |    Inf 
1106.75/1107.16	c  1090s|740000 |   999 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 458k|  32 | 4.100000e+01 |      --      |    Inf 
1120.75/1121.14	c  1104s|750000 |   993 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 464k|  32 | 4.100000e+01 |      --      |    Inf 
1135.15/1135.51	c  1118s|760000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 470k|  32 | 4.100000e+01 |      --      |    Inf 
1149.24/1149.67	c  1132s|770000 |   999 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 476k|  32 | 4.100000e+01 |      --      |    Inf 
1163.73/1164.16	c  1146s|780000 |   997 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 482k|  32 | 4.100000e+01 |      --      |    Inf 
1179.43/1179.81	c  1161s|790000 |   999 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 488k|  32 | 4.100000e+01 |      --      |    Inf 
1192.93/1193.38	c  1175s|800000 |   991 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 494k|  32 | 4.100000e+01 |      --      |    Inf 
1206.73/1207.11	c  1188s|810000 |   994 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 500k|  32 | 4.100000e+01 |      --      |    Inf 
1220.92/1221.32	c  1202s|820000 |   997 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 506k|  32 | 4.100000e+01 |      --      |    Inf 
1235.82/1236.22	c  1217s|830000 |   998 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 512k|  32 | 4.100000e+01 |      --      |    Inf 
1250.01/1250.44	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1250.01/1250.44	c  1231s|840000 |   988 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 518k|  32 | 4.100000e+01 |      --      |    Inf 
1263.81/1264.25	c  1244s|850000 |   999 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 524k|  32 | 4.100000e+01 |      --      |    Inf 
1278.10/1278.58	c  1258s|860000 |   998 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 530k|  32 | 4.100000e+01 |      --      |    Inf 
1293.80/1294.29	c  1274s|870000 |   993 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 537k|  32 | 4.100000e+01 |      --      |    Inf 
1309.19/1309.65	c  1289s|880000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 543k|  32 | 4.100000e+01 |      --      |    Inf 
1323.78/1324.24	c  1303s|890000 |   988 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 549k|  32 | 4.100000e+01 |      --      |    Inf 
1338.78/1339.26	c  1318s|900000 |   989 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 555k|  32 | 4.100000e+01 |      --      |    Inf 
1353.58/1354.07	c  1333s|910000 |   990 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 561k|  32 | 4.100000e+01 |      --      |    Inf 
1367.77/1368.29	c  1347s|920000 |   987 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 567k|  32 | 4.100000e+01 |      --      |    Inf 
1382.27/1382.76	c  1361s|930000 |   997 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 574k|  32 | 4.100000e+01 |      --      |    Inf 
1397.07/1397.56	c  1376s|940000 |   996 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 580k|  32 | 4.100000e+01 |      --      |    Inf 
1413.36/1413.89	c  1392s|950000 |   989 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 586k|  32 | 4.100000e+01 |      --      |    Inf 
1429.26/1429.76	c  1407s|960000 |   982 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 592k|  32 | 4.100000e+01 |      --      |    Inf 
1444.35/1444.81	c  1422s|970000 |   989 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 598k|  32 | 4.100000e+01 |      --      |    Inf 
1460.14/1460.69	c  1438s|980000 |   988 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 604k|  32 | 4.100000e+01 |      --      |    Inf 
1475.74/1476.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1475.74/1476.23	c  1453s|990000 |   993 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 610k|  32 | 4.100000e+01 |      --      |    Inf 
1489.23/1489.73	c  1466s|  1000k|   992 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 616k|  32 | 4.100000e+01 |      --      |    Inf 
1503.43/1503.91	c  1480s|  1010k|   990 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 622k|  32 | 4.100000e+01 |      --      |    Inf 
1516.73/1517.25	c  1494s|  1020k|   993 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 628k|  32 | 4.100000e+01 |      --      |    Inf 
1529.82/1530.33	c  1506s|  1030k|   990 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 634k|  32 | 4.100000e+01 |      --      |    Inf 
1542.62/1543.11	c  1519s|  1040k|   998 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 640k|  32 | 4.100000e+01 |      --      |    Inf 
1555.52/1556.07	c  1532s|  1050k|   989 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 646k|  32 | 4.100000e+01 |      --      |    Inf 
1568.61/1569.20	c  1545s|  1060k|   987 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 652k|  32 | 4.100000e+01 |      --      |    Inf 
1581.51/1582.04	c  1557s|  1070k|   990 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 658k|  32 | 4.100000e+01 |      --      |    Inf 
1594.60/1595.10	c  1570s|  1080k|   990 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 664k|  32 | 4.100000e+01 |      --      |    Inf 
1607.71/1608.22	c  1583s|  1090k|   993 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 670k|  32 | 4.100000e+01 |      --      |    Inf 
1623.19/1623.74	c  1598s|  1100k|   986 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 676k|  32 | 4.100000e+01 |      --      |    Inf 
1638.39/1638.92	c  1613s|  1110k|   995 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 683k|  32 | 4.100000e+01 |      --      |    Inf 
1652.89/1653.48	c  1628s|  1120k|   991 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 689k|  32 | 4.100000e+01 |      --      |    Inf 
1668.18/1668.74	c  1643s|  1130k|   992 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 695k|  32 | 4.100000e+01 |      --      |    Inf 
1682.97/1683.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1682.97/1683.51	c  1657s|  1140k|   989 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 702k|  32 | 4.100000e+01 |      --      |    Inf 
1697.97/1698.52	c  1672s|  1150k|   993 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 708k|  32 | 4.100000e+01 |      --      |    Inf 
1712.87/1713.49	c  1687s|  1160k|   989 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 714k|  32 | 4.100000e+01 |      --      |    Inf 
1727.67/1728.29	c  1701s|  1170k|   992 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 721k|  32 | 4.100000e+01 |      --      |    Inf 
1742.46/1743.06	c  1716s|  1180k|   985 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 727k|  32 | 4.100000e+01 |      --      |    Inf 
1757.55/1758.10	c  1731s|  1190k|   984 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 733k|  32 | 4.100000e+01 |      --      |    Inf 
1772.94/1773.53	c  1746s|  1200k|   987 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 740k|  32 | 4.100000e+01 |      --      |    Inf 
1787.74/1788.35	c  1760s|  1210k|   986 |   975 |  41M|1036 |   - |1640 |  32k|  27k|   0 |   0 |  29 | 746k|  32 | 4.100000e+01 |      --      |    Inf 
1800.05/1800.61	c 
1800.05/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.61	c Solving Time (sec) : 1772.57
1800.05/1800.61	c Solving Nodes      : 1218006
1800.05/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.61	c Dual Bound         : +4.10000000000000e+01
1800.05/1800.61	c Gap                : infinite
1800.05/1800.61	c NODE         1218006
1800.05/1800.61	c DUAL BOUND   41
1800.05/1800.61	c PRIMAL BOUND 1e+20
1800.05/1800.61	c GAP          1e+20
1800.05/1800.61	s UNKNOWN
1800.05/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.61	c Solving Time       :    1772.57
1800.05/1800.61	c Original Problem   :
1800.05/1800.61	c   Problem name     : HOME/instance-1883919-1245238127.opb
1800.05/1800.61	c   Variables        : 1640 (1640 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.61	c   Constraints      : 32841 initial, 32841 maximal
1800.05/1800.61	c Presolved Problem  :
1800.05/1800.61	c   Problem name     : t_HOME/instance-1883919-1245238127.opb
1800.05/1800.61	c   Variables        : 1640 (1640 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.61	c   Constraints      : 32841 initial, 32872 maximal
1800.05/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   logicor          :       0.09          0          0          0          0          0          0          0          0
1800.05/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.61	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.05/1800.61	c   logicor          :      32841+         5    6191456          0          0     751234   16290755          0          0          0
1800.05/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.61	c   integral         :      10.60       0.00       0.00      10.60       0.00
1800.05/1800.61	c   logicor          :    1001.49       0.02    1001.47       0.00       0.00
1800.05/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.61	c   rootredcost      :       2.60          0          0          0
1800.05/1800.61	c   pseudoobj        :     504.93    7199378          0          0
1800.05/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.61	c   propagation      :     807.48     751234     751234     751234      266.0       3397      263.4          -
1800.05/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.61	c   applied globally :          -          -          -      32350      117.7          -          -          -
1800.05/1800.61	c   applied locally  :          -          -          -     719397      272.5          -          -          -
1800.05/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.61	c   cut pool         :       0.01          4          -          -          0          -    (maximal pool size: 106)
1800.05/1800.61	c   redcost          :       0.00          5          0          0          0          0
1800.05/1800.61	c   impliedbounds    :       0.00          5          0          0          0          0
1800.05/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.61	c   gomory           :       1.43          5          0          0       2082          0
1800.05/1800.61	c   strongcg         :       1.44          5          0          0       2082          0
1800.05/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.61	c   clique           :       0.05          5          0          0         11          0
1800.05/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.61	c   mcf              :       0.05          1          0          0          0          0
1800.05/1800.61	c Pricers            :       Time      Calls       Vars
1800.05/1800.61	c   problem variables:       0.00          0          0
1800.05/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.61	c   relpscost        :      10.60          1          0          0          0          0          2
1800.05/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   inference        :      10.32     844818          0          0          0          0    1689636
1800.05/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.61	c   LP solutions     :       0.00          -          0
1800.05/1800.61	c   pseudo solutions :       0.00          -          0
1800.05/1800.61	c   simplerounding   :       0.00          0          0
1800.05/1800.61	c   rounding         :       0.00          0          0
1800.05/1800.61	c   shifting         :       0.00          0          0
1800.05/1800.61	c   intshifting      :       0.00          0          0
1800.05/1800.61	c   oneopt           :       0.00          0          0
1800.05/1800.61	c   fixandinfer      :       0.00          0          0
1800.05/1800.61	c   feaspump         :       0.00          0          0
1800.05/1800.61	c   coefdiving       :       0.00          0          0
1800.05/1800.61	c   pscostdiving     :       0.00          0          0
1800.05/1800.61	c   fracdiving       :       0.00          0          0
1800.05/1800.61	c   veclendiving     :       0.00          0          0
1800.05/1800.61	c   intdiving        :       0.00          0          0
1800.05/1800.61	c   actconsdiving    :       0.00          0          0
1800.05/1800.61	c   objpscostdiving  :       0.00          0          0
1800.05/1800.61	c   rootsoldiving    :       0.00          0          0
1800.05/1800.61	c   linesearchdiving :       0.00          0          0
1800.05/1800.61	c   guideddiving     :       0.00          0          0
1800.05/1800.61	c   octane           :       0.00          0          0
1800.05/1800.61	c   rens             :       0.00          0          0
1800.05/1800.61	c   rins             :       0.00          0          0
1800.05/1800.61	c   localbranching   :       0.00          0          0
1800.05/1800.61	c   mutation         :       0.00          0          0
1800.05/1800.61	c   crossover        :       0.00          0          0
1800.05/1800.61	c   dins             :       0.00          0          0
1800.05/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.61	c   primal LP        :       0.02          0          0       0.00       0.00
1800.05/1800.61	c   dual LP          :       2.55          6        975     162.50     382.35
1800.05/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.61	c   strong branching :      10.60         32       2821      88.16     266.13
1800.05/1800.61	c     (at root node) :          -         32       2821      88.16          -
1800.05/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.61	c B&B Tree           :
1800.05/1800.61	c   number of runs   :          1
1800.05/1800.61	c   nodes            :    1218006
1800.05/1800.61	c   nodes (total)    :    1218006
1800.05/1800.61	c   nodes left       :        981
1800.05/1800.61	c   max depth        :       1036
1800.05/1800.61	c   max depth (total):       1036
1800.05/1800.61	c   backtracks       :     382960 (31.4%)
1800.05/1800.61	c   delayed cutoffs  :     470652
1800.05/1800.61	c   repropagations   :    1123922 (8779734 domain reductions, 378047 cutoffs)
1800.05/1800.61	c   avg switch length:       2.64
1800.05/1800.61	c   switching time   :     125.73
1800.05/1800.61	c Solution           :
1800.05/1800.61	c   Solutions found  :          0 (0 improvements)
1800.05/1800.61	c   Primal Bound     :          -
1800.05/1800.61	c   Dual Bound       : +4.10000000000000e+01
1800.05/1800.61	c   Gap              :   infinite
1800.05/1800.61	c   Root Dual Bound  : +4.10000000000000e+01
1800.15/1800.75	c Time complete: 1800.19.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1883919-1245238127/watcher-1883919-1245238127 -o /tmp/evaluation-result-1883919-1245238127/solver-1883919-1245238127 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1883919-1245238127.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.38 1.09 0.86 3/66 17680
/proc/meminfo: memFree=1770112/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=4688 CPUtime=0
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 512 0 0 0 0 0 0 0 18 0 1 0 76536153 4800512 494 1992294400 4194304 7823515 548682068736 18446744073709551615 6884213 0 0 4096 0 0 0 0 17 1 0 0
/proc/17680/statm: 1525 502 325 886 0 635 0

[startup+0.087448 s]
/proc/loadavg: 1.38 1.09 0.86 3/66 17680
/proc/meminfo: memFree=1770112/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=13024 CPUtime=0.07
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 2573 0 0 0 7 0 0 0 18 0 1 0 76536153 13336576 2555 1992294400 4194304 7823515 548682068736 18446744073709551615 6908089 0 0 4096 0 0 0 0 17 1 0 0
/proc/17680/statm: 3256 2555 351 886 0 2366 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13024

[startup+0.101449 s]
/proc/loadavg: 1.38 1.09 0.86 3/66 17680
/proc/meminfo: memFree=1770112/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=13024 CPUtime=0.09
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 2591 0 0 0 9 0 0 0 18 0 1 0 76536153 13336576 2573 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/17680/statm: 3256 2573 351 886 0 2366 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13024

[startup+0.301475 s]
/proc/loadavg: 1.38 1.09 0.86 3/66 17680
/proc/meminfo: memFree=1770112/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=18756 CPUtime=0.29
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 3997 0 0 0 28 1 0 0 19 0 1 0 76536153 19206144 3979 1992294400 4194304 7823515 548682068736 18446744073709551615 6908036 0 0 4096 0 0 0 0 17 1 0 0
/proc/17680/statm: 4689 3979 351 886 0 3799 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18756

[startup+0.701527 s]
/proc/loadavg: 1.38 1.09 0.86 3/66 17680
/proc/meminfo: memFree=1770112/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=49108 CPUtime=0.69
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 12434 0 0 0 63 6 0 0 22 0 1 0 76536153 50286592 11308 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 12277 11308 421 886 0 11387 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49108

[startup+1.50163 s]
/proc/loadavg: 1.38 1.09 0.86 2/67 17681
/proc/meminfo: memFree=1706616/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=95480 CPUtime=1.49
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 24108 0 0 0 130 19 0 0 21 0 1 0 76536153 97771520 22328 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 23870 22328 531 886 0 22980 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95480

[startup+3.10184 s]
/proc/loadavg: 1.38 1.09 0.86 2/67 17681
/proc/meminfo: memFree=1682360/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=101700 CPUtime=3.09
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 25192 0 0 0 289 20 0 0 25 0 1 0 76536153 104140800 23412 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 25425 23412 533 886 0 24535 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101700

[startup+6.30125 s]
/proc/loadavg: 1.35 1.09 0.86 2/67 17681
/proc/meminfo: memFree=1673528/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=105740 CPUtime=6.29
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26698 0 0 0 606 23 0 0 25 0 1 0 76536153 108277760 24918 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26435 24918 533 886 0 25545 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105740

[startup+12.7011 s]
/proc/loadavg: 1.32 1.09 0.86 2/67 17681
/proc/meminfo: memFree=1671864/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=105740 CPUtime=12.69
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26756 0 0 0 1245 24 0 0 25 0 1 0 76536153 108277760 24976 1992294400 4194304 7823515 548682068736 18446744073709551615 6237379 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26435 24976 536 886 0 25545 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105740

[startup+25.5017 s]
/proc/loadavg: 1.25 1.08 0.86 2/67 17681
/proc/meminfo: memFree=1671800/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=25.48
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26798 0 0 0 2509 39 0 0 25 0 1 0 76536153 109330432 25018 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25018 545 886 0 25802 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 106768

[startup+51.102 s]
/proc/loadavg: 1.16 1.08 0.87 2/67 17681
/proc/meminfo: memFree=1671800/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=51.07
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26798 0 0 0 5030 77 0 0 25 0 1 0 76536153 109330432 25018 1992294400 4194304 7823515 548682068736 18446744073709551615 4363413 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25018 545 886 0 25802 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 106768

[startup+102.306 s]
/proc/loadavg: 1.07 1.06 0.87 2/67 17681
/proc/meminfo: memFree=1671800/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=102.27
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26798 0 0 0 10073 154 0 0 25 0 1 0 76536153 109330432 25018 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25018 545 886 0 25802 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 106768

[startup+162.301 s]
/proc/loadavg: 1.02 1.05 0.88 2/67 17681
/proc/meminfo: memFree=1671736/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=162.24
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26798 0 0 0 15984 240 0 0 25 0 1 0 76536153 109330432 25018 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25018 545 886 0 25802 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 106768

[startup+222.301 s]
/proc/loadavg: 1.01 1.04 0.88 2/67 17681
/proc/meminfo: memFree=1671672/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=222.22
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26798 0 0 0 21889 333 0 0 25 0 1 0 76536153 109330432 25018 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25018 545 886 0 25802 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 106768

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 0.89 2/67 17681
/proc/meminfo: memFree=1671672/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=282.2
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26798 0 0 0 27801 419 0 0 25 0 1 0 76536153 109330432 25018 1992294400 4194304 7823515 548682068736 18446744073709551615 5758656 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25018 545 886 0 25802 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 106768

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 0.89 2/67 17681
/proc/meminfo: memFree=1671608/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=342.19
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26798 0 0 0 33711 508 0 0 25 0 1 0 76536153 109330432 25018 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25018 545 886 0 25802 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 106768

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 0.90 2/67 17681
/proc/meminfo: memFree=1671544/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=402.17
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26800 0 0 0 39614 603 0 0 25 0 1 0 76536153 109330432 25020 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25020 545 886 0 25802 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 106768

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 0.91 2/67 17681
/proc/meminfo: memFree=1671288/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=462.15
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26858 0 0 0 45524 691 0 0 25 0 1 0 76536153 109330432 25078 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25078 545 886 0 25802 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 106768

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1671096/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=522.13
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26906 0 0 0 51426 787 0 0 25 0 1 0 76536153 109330432 25126 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25126 545 886 0 25802 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 106768

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1670904/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=582.11
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26926 0 0 0 57334 877 0 0 25 0 1 0 76536153 109330432 25146 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25146 545 886 0 25802 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 106768

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1670904/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=642.1
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26931 0 0 0 63245 965 0 0 25 0 1 0 76536153 109330432 25151 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25151 545 886 0 25802 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 106768

[startup+702.301 s]

################
# More data... #
################

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1670456/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=882.02
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26967 0 0 0 86884 1318 0 0 25 0 1 0 76536153 109330432 25187 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25187 545 886 0 25802 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 106768

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1670456/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=942.01
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26971 0 0 0 92790 1411 0 0 25 0 1 0 76536153 109330432 25191 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25191 545 886 0 25802 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 106768

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1670328/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1001.99
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26975 0 0 0 98691 1508 0 0 25 0 1 0 76536153 109330432 25195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25195 545 886 0 25802 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 106768

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1670200/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1061.97
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26986 0 0 0 104598 1599 0 0 25 0 1 0 76536153 109330432 25206 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25206 545 886 0 25802 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 106768

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1670200/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1121.95
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26987 0 0 0 110506 1689 0 0 25 0 1 0 76536153 109330432 25207 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25207 545 886 0 25802 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 106768

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1670072/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1181.93
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 26996 0 0 0 116413 1780 0 0 25 0 1 0 76536153 109330432 25216 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25216 545 886 0 25802 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 106768

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1669880/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1241.91
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27016 0 0 0 122320 1871 0 0 25 0 1 0 76536153 109330432 25236 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25236 545 886 0 25802 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 106768

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1669752/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1301.9
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27020 0 0 0 128224 1966 0 0 25 0 1 0 76536153 109330432 25240 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25240 545 886 0 25802 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 106768

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1669688/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1361.87
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27025 0 0 0 134133 2054 0 0 25 0 1 0 76536153 109330432 25245 1992294400 4194304 7823515 548682068736 18446744073709551615 5759412 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25245 545 886 0 25802 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 106768

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1669688/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1421.87
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27026 0 0 0 140047 2140 0 0 25 0 1 0 76536153 109330432 25246 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25246 545 886 0 25802 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 106768

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1669688/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1481.84
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27026 0 0 0 145959 2225 0 0 25 0 1 0 76536153 109330432 25246 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25246 545 886 0 25802 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 106768

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1669624/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1541.82
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27035 0 0 0 151871 2311 0 0 25 0 1 0 76536153 109330432 25255 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25255 545 886 0 25802 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 106768

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17681
/proc/meminfo: memFree=1669368/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1601.8
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27077 0 0 0 157779 2401 0 0 25 0 1 0 76536153 109330432 25297 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25297 545 886 0 25802 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 106768

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17683
/proc/meminfo: memFree=1669240/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1661.79
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27078 0 0 0 163689 2490 0 0 25 0 1 0 76536153 109330432 25298 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25298 545 886 0 25802 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 106768

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17683
/proc/meminfo: memFree=1669240/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1721.76
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27082 0 0 0 169595 2581 0 0 25 0 1 0 76536153 109330432 25302 1992294400 4194304 7823515 548682068736 18446744073709551615 5759915 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25302 545 886 0 25802 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 106768

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17683
/proc/meminfo: memFree=1668984/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1781.74
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27096 0 0 0 175496 2678 0 0 25 0 1 0 76536153 109330432 25316 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25316 545 886 0 25802 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 106768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17683
/proc/meminfo: memFree=1668984/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1800.05
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27096 0 0 0 177300 2705 0 0 25 0 1 0 76536153 109330432 25316 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25316 545 886 0 25802 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 106768

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 17683
/proc/meminfo: memFree=1668984/2055920 swapFree=4186720/4192956
[pid=17680] ppid=17678 vsize=106768 CPUtime=1800.15
/proc/17680/stat : 17680 (pbscip.linux.x8) R 17678 17680 17595 0 -1 4194304 27108 0 0 0 177310 2705 0 0 25 0 1 0 76536153 109330432 25328 1992294400 4194304 7823515 548682068736 18446744073709551615 5875880 0 0 4096 0 0 0 0 17 1 0 0
/proc/17680/statm: 26692 25328 551 886 0 25802 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 106768

Child status: 0
Real time (s): 1800.75
CPU time (s): 1800.2
CPU user time (s): 1773.13
CPU system time (s): 27.0739
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 106768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.13
system time used= 27.0739
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27112
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= 3507

runsolver used 2.21266 second user time and 4.35534 second system time

The end

Launcher Data

Begin job on node40 at 2009-06-17 13:28:47
IDJOB=1883919
IDBENCH=2582
IDSOLVER=683
FILE ID=node40/1883919-1245238127
PBS_JOBID= 9372299
Free space on /tmp= 66536 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-41-40.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883919-1245238127/watcher-1883919-1245238127 -o /tmp/evaluation-result-1883919-1245238127/solver-1883919-1245238127 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1883919-1245238127.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e9d572489c41443264f4f0eeadc7c4fb
RANDOM SEED=1238937332

node40.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1770528 kB
Buffers:         33540 kB
Cached:         177028 kB
SwapCached:       2884 kB
Active:          91228 kB
Inactive:       130772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770528 kB
SwapTotal:     4192956 kB
SwapFree:      4186720 kB
Dirty:           10648 kB
Writeback:           0 kB
Mapped:          18444 kB
Slab:            49192 kB
Committed_AS:    75916 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node40 at 2009-06-17 13:58:50