Trace number 1883920

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? (TO) 1800.25 1800.65

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.45	c SCIP version 1.1.0.7
0.39/0.45	c LP-Solver Clp 1.8.2
0.39/0.45	c user parameter file <scip.set> not found - using default parameters
0.39/0.45	c read problem <HOME/instance-1883920-1245238127.opb>
0.39/0.45	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.88	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.93	c presolving (2 rounds):
0.89/0.93	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.93	c  65600 implications, 0 cliques
0.89/0.93	c presolved problem has 1640 variables (1640 bin, 0 int, 0 impl, 0 cont) and 32841 constraints
0.89/0.93	c   32841 constraints of type <logicor>
0.89/0.93	c transformed objective value is always integral (scale: 1)
0.89/0.93	c Presolving Time: 0.33
0.89/0.93	c PURESAT
0.89/0.93	c -----------------------------------------------------------------------------------------------
0.89/0.93	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.93	c separating/flowcover/freq = c -1
0.89/0.93	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.93	c separating/cmir/freq = c -1
0.89/0.93	c # additional number of allowed LP iterations
0.89/0.93	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.93	c heuristics/veclendiving/maxlpiterofs = c 1500
0.89/0.93	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.93	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.89/0.93	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.93	c heuristics/veclendiving/freq = c -1
0.89/0.93	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.93	c heuristics/simplerounding/freq = c -1
0.89/0.93	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.93	c heuristics/shifting/freq = c -1
0.89/0.93	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.93	c heuristics/rounding/freq = c -1
0.89/0.93	c # additional number of allowed LP iterations
0.89/0.93	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.93	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.89/0.93	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.89/0.93	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.89/0.93	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.93	c heuristics/rootsoldiving/freq = c -1
0.89/0.93	c # number of nodes added to the contingent of the total nodes
0.89/0.93	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.93	c heuristics/rens/nodesofs = c 2000
0.89/0.93	c # minimum percentage of integer variables that have to be fixable 
0.89/0.93	c # [type: real, range: [0,1], default: 0.5]
0.89/0.93	c heuristics/rens/minfixingrate = c 0.3
0.89/0.93	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.93	c heuristics/rens/freq = c -1
0.89/0.93	c # additional number of allowed LP iterations
0.89/0.93	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.93	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.89/0.93	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.93	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.89/0.93	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.93	c heuristics/pscostdiving/freq = c -1
0.89/0.93	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.93	c heuristics/oneopt/freq = c -1
0.89/0.93	c # additional number of allowed LP iterations
0.89/0.93	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.93	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.89/0.93	c # maximal fraction of diving LP iterations compared to total iteration number
0.89/0.93	c # [type: real, range: [0,1], default: 0.01]
0.89/0.93	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.89/0.93	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.93	c heuristics/objpscostdiving/freq = c -1
0.89/0.93	c # additional number of allowed LP iterations
0.89/0.93	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.93	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.89/0.93	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.93	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.89/0.93	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.93	c heuristics/linesearchdiving/freq = c -1
0.89/0.93	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.93	c heuristics/intshifting/freq = c -1
0.89/0.93	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.93	c heuristics/intdiving/maxlpiterquot = c 0.075
0.89/0.93	c # additional number of allowed LP iterations
0.89/0.93	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.93	c heuristics/guideddiving/maxlpiterofs = c 1500
0.89/0.93	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.93	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.89/0.93	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.93	c heuristics/guideddiving/freq = c -1
0.89/0.93	c # additional number of allowed LP iterations
0.89/0.93	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.93	c heuristics/fracdiving/maxlpiterofs = c 1500
0.89/0.93	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.93	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.89/0.93	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.93	c heuristics/fracdiving/freq = c -1
0.89/0.93	c # additional number of allowed LP iterations
0.89/0.93	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.93	c heuristics/feaspump/maxlpiterofs = c 2000
0.89/0.93	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 20]
0.89/0.93	c heuristics/feaspump/freq = c -1
0.89/0.93	c # minimum percentage of integer variables that have to be fixed 
0.89/0.93	c # [type: real, range: [0,1], default: 0.666]
0.89/0.93	c heuristics/crossover/minfixingrate = c 0.5
0.89/0.93	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.89/0.93	c # [type: real, range: [0,1], default: 0.1]
0.89/0.93	c heuristics/crossover/nodesquot = c 0.15
0.89/0.93	c # number of nodes without incumbent change that heuristic should wait
0.89/0.93	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.89/0.93	c heuristics/crossover/nwaitingnodes = c 100
0.89/0.93	c # number of nodes added to the contingent of the total nodes
0.89/0.93	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.89/0.93	c heuristics/crossover/nodesofs = c 750
0.89/0.93	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 30]
0.89/0.93	c heuristics/crossover/freq = c -1
0.89/0.93	c # additional number of allowed LP iterations
0.89/0.93	c # [type: int, range: [0,2147483647], default: 1000]
0.89/0.93	c heuristics/coefdiving/maxlpiterofs = c 1500
0.89/0.93	c # maximal fraction of diving LP iterations compared to node LP iterations
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.89/0.93	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.89/0.93	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 10]
0.89/0.93	c heuristics/coefdiving/freq = c -1
0.89/0.93	c # priority of node selection rule <dfs> in standard mode
0.89/0.93	c # [type: int, range: [-536870912,536870911], default: 0]
0.89/0.93	c nodeselection/dfs/stdpriority = c 1000000
0.89/0.93	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.93	c presolving/probing/maxrounds = c 0
0.89/0.93	c # should presolving try to simplify knapsacks
0.89/0.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.93	c constraints/knapsack/simplifyinequalities = c TRUE
0.89/0.93	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.89/0.93	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.89/0.93	c constraints/knapsack/disaggregation = c FALSE
0.89/0.93	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.93	c constraints/knapsack/maxnumcardlift = c 0
0.89/0.93	c # should presolving try to simplify inequalities
0.89/0.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.93	c constraints/linear/simplifyinequalities = c TRUE
0.89/0.93	c # maximal number of separation rounds in the root node (-1: unlimited)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.93	c separating/maxroundsroot = c 5
0.89/0.93	c # maximal number of separation rounds per node (-1: unlimited)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 5]
0.89/0.93	c separating/maxrounds = c 1
0.89/0.93	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.93	c # [type: char, range: {lafpsqd}, default: l]
0.89/0.93	c lp/pricing = c a
0.89/0.93	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.93	c lp/solvefreq = c 0
0.89/0.93	c # solving stops, if the given number of solutions were found (-1: no limit)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.93	c limits/solutions = c 1
0.89/0.93	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.93	c limits/memory = c 1620
0.89/0.93	c # maximal time in seconds to run
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.93	c limits/time = c 1791
0.89/0.93	c # frequency for displaying node information lines
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.93	c display/freq = c 10000
0.89/0.93	c # should enforcement of pseudo solution be disabled?
0.89/0.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.93	c constraints/disableenfops = c TRUE
0.89/0.93	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 0]
0.89/0.93	c constraints/agelimit = c 1
0.89/0.93	c # should binary conflicts be preferred?
0.89/0.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.93	c conflict/preferbinary = c TRUE
0.89/0.93	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.93	c conflict/interconss = c 0
0.89/0.93	c -----------------------------------------------------------------------------------------------
0.89/0.93	c start solving problem
0.89/0.93	c 
1.10/1.13	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.10/1.13	c   0.6s|     1 |     0 |    82 |  39M|   0 |  82 |1640 |  32k|  32k|1640 |  32k|   0 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
1.59/1.63	c   1.0s|     1 |     0 |   374 |  39M|   0 |  99 |1640 |  32k|  32k|1640 |  32k|   3 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
2.69/2.70	c   2.1s|     1 |     0 |   638 |  40M|   0 | 103 |1640 |  32k|  32k|1640 |  32k|  10 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
3.79/3.89	c   3.2s|     1 |     0 |   885 |  40M|   0 |  86 |1640 |  32k|  32k|1640 |  32k|  19 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
6.18/6.21	c   5.6s|     1 |     0 |  1620 |  40M|   0 |  71 |1640 |  32k|  32k|1640 |  32k|  28 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
8.49/8.52	c   7.8s|     1 |     0 |  2063 |  41M|   0 |  59 |1640 |  32k|  32k|1640 |  32k|  37 |   0 |   0 | 4.100000e+01 |      --      |    Inf 
17.59/17.65	c  16.9s|     1 |     2 |  2063 |  41M|   0 |  59 |1640 |  32k|  32k|1640 |  32k|  37 |   0 |  33 | 4.100000e+01 |      --      |    Inf 
33.48/33.52	c  32.5s| 10000 |  1006 |  2063 |  42M|1025 |   - |1640 |  32k|  28k|   0 |   0 |  37 |5600 |  33 | 4.100000e+01 |      --      |    Inf 
50.98/51.03	c  49.8s| 20000 |  1008 |  2063 |  42M|1026 |   - |1640 |  32k|  28k|   0 |   0 |  37 |  12k|  33 | 4.100000e+01 |      --      |    Inf 
68.28/68.30	c  66.8s| 30000 |   999 |  2063 |  42M|1026 |   - |1640 |  32k|  28k|   0 |   0 |  37 |  18k|  33 | 4.100000e+01 |      --      |    Inf 
86.08/86.17	c  84.5s| 40000 |  1002 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  24k|  33 | 4.100000e+01 |      --      |    Inf 
104.87/104.90	c   103s| 50000 |   995 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  30k|  33 | 4.100000e+01 |      --      |    Inf 
122.46/122.55	c   120s| 60000 |   998 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  37k|  33 | 4.100000e+01 |      --      |    Inf 
138.76/138.87	c   136s| 70000 |   992 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  43k|  33 | 4.100000e+01 |      --      |    Inf 
155.15/155.25	c   153s| 80000 |   987 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  49k|  33 | 4.100000e+01 |      --      |    Inf 
172.06/172.13	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.06/172.13	c   169s| 90000 |   991 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  55k|  33 | 4.100000e+01 |      --      |    Inf 
188.25/188.30	c   185s|100000 |   996 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  61k|  33 | 4.100000e+01 |      --      |    Inf 
204.45/204.55	c   201s|110000 |   993 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  67k|  33 | 4.100000e+01 |      --      |    Inf 
220.44/220.50	c   217s|120000 |   994 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  73k|  33 | 4.100000e+01 |      --      |    Inf 
236.34/236.50	c   233s|130000 |   993 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  80k|  33 | 4.100000e+01 |      --      |    Inf 
252.74/252.89	c   249s|140000 |   999 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  86k|  33 | 4.100000e+01 |      --      |    Inf 
268.63/268.77	c   265s|150000 |   996 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  92k|  33 | 4.100000e+01 |      --      |    Inf 
285.33/285.49	c   281s|160000 |   985 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 |  98k|  33 | 4.100000e+01 |      --      |    Inf 
302.12/302.24	c   298s|170000 |   990 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 105k|  33 | 4.100000e+01 |      --      |    Inf 
318.02/318.17	c   313s|180000 |   994 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 111k|  33 | 4.100000e+01 |      --      |    Inf 
334.32/334.48	c   329s|190000 |  1003 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 117k|  33 | 4.100000e+01 |      --      |    Inf 
350.12/350.22	c   345s|200000 |   992 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 123k|  33 | 4.100000e+01 |      --      |    Inf 
366.91/367.05	c   361s|210000 |  1000 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 129k|  33 | 4.100000e+01 |      --      |    Inf 
383.21/383.31	c   377s|220000 |   986 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 135k|  33 | 4.100000e+01 |      --      |    Inf 
398.51/398.63	c   393s|230000 |   990 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 141k|  33 | 4.100000e+01 |      --      |    Inf 
413.90/414.00	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
413.90/414.00	c   408s|240000 |   989 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 147k|  33 | 4.100000e+01 |      --      |    Inf 
429.30/429.45	c   423s|250000 |   993 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 153k|  33 | 4.100000e+01 |      --      |    Inf 
444.59/444.79	c   438s|260000 |   987 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 159k|  33 | 4.100000e+01 |      --      |    Inf 
460.59/460.72	c   454s|270000 |   984 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 165k|  33 | 4.100000e+01 |      --      |    Inf 
476.19/476.39	c   469s|280000 |   985 |  2063 |  42M|1026 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 171k|  33 | 4.100000e+01 |      --      |    Inf 
492.58/492.73	c   485s|290000 |   986 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 177k|  33 | 4.100000e+01 |      --      |    Inf 
508.98/509.10	c   502s|300000 |   988 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 184k|  33 | 4.100000e+01 |      --      |    Inf 
525.08/525.23	c   517s|310000 |   994 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 190k|  33 | 4.100000e+01 |      --      |    Inf 
541.07/541.27	c   533s|320000 |   997 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 196k|  33 | 4.100000e+01 |      --      |    Inf 
557.07/557.27	c   549s|330000 |  1000 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 202k|  33 | 4.100000e+01 |      --      |    Inf 
572.76/572.92	c   564s|340000 |   998 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 208k|  33 | 4.100000e+01 |      --      |    Inf 
588.17/588.38	c   580s|350000 |   990 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 214k|  33 | 4.100000e+01 |      --      |    Inf 
603.45/603.68	c   595s|360000 |   993 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 220k|  33 | 4.100000e+01 |      --      |    Inf 
620.56/620.78	c   612s|370000 |   990 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 227k|  33 | 4.100000e+01 |      --      |    Inf 
637.16/637.35	c   628s|380000 |   984 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 233k|  33 | 4.100000e+01 |      --      |    Inf 
653.25/653.44	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
653.25/653.44	c   644s|390000 |   988 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 239k|  33 | 4.100000e+01 |      --      |    Inf 
670.14/670.30	c   660s|400000 |   988 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 245k|  33 | 4.100000e+01 |      --      |    Inf 
686.34/686.58	c   676s|410000 |   990 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 251k|  33 | 4.100000e+01 |      --      |    Inf 
701.34/701.58	c   691s|420000 |   989 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 257k|  33 | 4.100000e+01 |      --      |    Inf 
716.63/716.84	c   706s|430000 |   988 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 263k|  33 | 4.100000e+01 |      --      |    Inf 
732.53/732.79	c   722s|440000 |   993 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 269k|  33 | 4.100000e+01 |      --      |    Inf 
748.73/748.93	c   738s|450000 |   980 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 275k|  33 | 4.100000e+01 |      --      |    Inf 
763.82/764.00	c   753s|460000 |   985 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 281k|  33 | 4.100000e+01 |      --      |    Inf 
779.82/780.01	c   769s|470000 |   983 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 287k|  33 | 4.100000e+01 |      --      |    Inf 
795.61/795.86	c   784s|480000 |   990 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 293k|  33 | 4.100000e+01 |      --      |    Inf 
811.41/811.61	c   800s|490000 |   993 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 299k|  33 | 4.100000e+01 |      --      |    Inf 
826.81/827.06	c   815s|500000 |   988 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 305k|  33 | 4.100000e+01 |      --      |    Inf 
842.41/842.68	c   830s|510000 |   987 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 311k|  33 | 4.100000e+01 |      --      |    Inf 
858.41/858.64	c   846s|520000 |   983 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 317k|  33 | 4.100000e+01 |      --      |    Inf 
874.00/874.25	c   861s|530000 |   987 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 323k|  33 | 4.100000e+01 |      --      |    Inf 
889.70/889.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
889.70/889.97	c   877s|540000 |   988 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 329k|  33 | 4.100000e+01 |      --      |    Inf 
905.59/905.89	c   893s|550000 |   989 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 335k|  33 | 4.100000e+01 |      --      |    Inf 
920.88/921.11	c   908s|560000 |   983 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 341k|  33 | 4.100000e+01 |      --      |    Inf 
937.19/937.45	c   924s|570000 |   990 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 348k|  33 | 4.100000e+01 |      --      |    Inf 
953.68/953.98	c   940s|580000 |   984 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 354k|  33 | 4.100000e+01 |      --      |    Inf 
969.58/969.82	c   956s|590000 |   983 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 360k|  33 | 4.100000e+01 |      --      |    Inf 
984.68/984.93	c   971s|600000 |   982 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 366k|  33 | 4.100000e+01 |      --      |    Inf 
1000.77/1001.07	c   987s|610000 |   988 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 372k|  33 | 4.100000e+01 |      --      |    Inf 
1016.86/1017.19	c  1002s|620000 |   986 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 378k|  33 | 4.100000e+01 |      --      |    Inf 
1033.17/1033.40	c  1018s|630000 |   982 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 384k|  33 | 4.100000e+01 |      --      |    Inf 
1048.96/1049.30	c  1034s|640000 |   990 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 390k|  33 | 4.100000e+01 |      --      |    Inf 
1065.67/1065.96	c  1050s|650000 |   996 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 396k|  33 | 4.100000e+01 |      --      |    Inf 
1083.75/1084.08	c  1068s|660000 |   990 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 402k|  33 | 4.100000e+01 |      --      |    Inf 
1101.95/1102.24	c  1086s|670000 |   982 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 408k|  33 | 4.100000e+01 |      --      |    Inf 
1120.45/1120.77	c  1105s|680000 |   985 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 414k|  33 | 4.100000e+01 |      --      |    Inf 
1137.65/1137.95	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1137.65/1137.95	c  1122s|690000 |   982 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 420k|  33 | 4.100000e+01 |      --      |    Inf 
1155.14/1155.47	c  1139s|700000 |   976 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 426k|  33 | 4.100000e+01 |      --      |    Inf 
1171.54/1171.83	c  1155s|710000 |   984 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 432k|  33 | 4.100000e+01 |      --      |    Inf 
1187.93/1188.27	c  1171s|720000 |   981 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 438k|  33 | 4.100000e+01 |      --      |    Inf 
1205.03/1205.38	c  1188s|730000 |   992 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 445k|  33 | 4.100000e+01 |      --      |    Inf 
1223.12/1223.48	c  1206s|740000 |   992 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 451k|  33 | 4.100000e+01 |      --      |    Inf 
1238.72/1239.00	c  1221s|750000 |   986 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 457k|  33 | 4.100000e+01 |      --      |    Inf 
1254.42/1254.75	c  1237s|760000 |   982 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 463k|  33 | 4.100000e+01 |      --      |    Inf 
1271.01/1271.38	c  1253s|770000 |   980 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 469k|  33 | 4.100000e+01 |      --      |    Inf 
1288.01/1288.35	c  1270s|780000 |   987 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 475k|  33 | 4.100000e+01 |      --      |    Inf 
1303.50/1303.90	c  1285s|790000 |   982 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 481k|  33 | 4.100000e+01 |      --      |    Inf 
1319.50/1319.90	c  1301s|800000 |   987 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 487k|  33 | 4.100000e+01 |      --      |    Inf 
1335.39/1335.78	c  1317s|810000 |   992 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 493k|  33 | 4.100000e+01 |      --      |    Inf 
1351.50/1351.80	c  1332s|820000 |   986 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 499k|  33 | 4.100000e+01 |      --      |    Inf 
1368.00/1368.35	c  1349s|830000 |   988 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 505k|  33 | 4.100000e+01 |      --      |    Inf 
1385.49/1385.89	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1385.49/1385.89	c  1366s|840000 |   982 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 511k|  33 | 4.100000e+01 |      --      |    Inf 
1402.09/1402.47	c  1382s|850000 |   985 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 517k|  33 | 4.100000e+01 |      --      |    Inf 
1418.38/1418.79	c  1398s|860000 |   978 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 524k|  33 | 4.100000e+01 |      --      |    Inf 
1435.97/1436.33	c  1416s|870000 |   987 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 530k|  33 | 4.100000e+01 |      --      |    Inf 
1452.97/1453.35	c  1433s|880000 |   983 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 536k|  33 | 4.100000e+01 |      --      |    Inf 
1469.97/1470.37	c  1449s|890000 |   978 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 542k|  33 | 4.100000e+01 |      --      |    Inf 
1487.46/1487.81	c  1467s|900000 |   981 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 548k|  33 | 4.100000e+01 |      --      |    Inf 
1504.56/1504.97	c  1483s|910000 |   979 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 554k|  33 | 4.100000e+01 |      --      |    Inf 
1521.06/1521.40	c  1500s|920000 |   989 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 560k|  33 | 4.100000e+01 |      --      |    Inf 
1537.25/1537.60	c  1516s|930000 |   984 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 566k|  33 | 4.100000e+01 |      --      |    Inf 
1553.95/1554.34	c  1532s|940000 |   982 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 573k|  33 | 4.100000e+01 |      --      |    Inf 
1571.45/1571.88	c  1549s|950000 |   974 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 579k|  33 | 4.100000e+01 |      --      |    Inf 
1587.14/1587.54	c  1565s|960000 |   981 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 585k|  33 | 4.100000e+01 |      --      |    Inf 
1602.84/1603.26	c  1580s|970000 |   979 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 591k|  33 | 4.100000e+01 |      --      |    Inf 
1618.94/1619.32	c  1596s|980000 |   979 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 597k|  33 | 4.100000e+01 |      --      |    Inf 
1635.43/1635.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1635.43/1635.81	c  1612s|990000 |   981 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 603k|  33 | 4.100000e+01 |      --      |    Inf 
1651.83/1652.27	c  1629s|  1000k|   982 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 610k|  33 | 4.100000e+01 |      --      |    Inf 
1668.43/1668.82	c  1645s|  1010k|   980 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 616k|  33 | 4.100000e+01 |      --      |    Inf 
1683.92/1684.35	c  1660s|  1020k|   985 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 622k|  33 | 4.100000e+01 |      --      |    Inf 
1699.22/1699.68	c  1675s|  1030k|   988 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 628k|  33 | 4.100000e+01 |      --      |    Inf 
1716.31/1716.79	c  1692s|  1040k|   979 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 634k|  33 | 4.100000e+01 |      --      |    Inf 
1732.81/1733.22	c  1709s|  1050k|   978 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 640k|  33 | 4.100000e+01 |      --      |    Inf 
1749.40/1749.84	c  1725s|  1060k|   976 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 647k|  33 | 4.100000e+01 |      --      |    Inf 
1766.80/1767.26	c  1742s|  1070k|   975 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 653k|  33 | 4.100000e+01 |      --      |    Inf 
1784.00/1784.42	c  1759s|  1080k|   992 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 659k|  33 | 4.100000e+01 |      --      |    Inf 
1799.49/1799.98	c  1774s|  1090k|   983 |  2063 |  42M|1028 |   - |1640 |  32k|  27k|   0 |   0 |  37 | 665k|  33 | 4.100000e+01 |      --      |    Inf 
1800.09/1800.50	c 
1800.09/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.50	c Solving Time (sec) : 1774.85
1800.09/1800.50	c Solving Nodes      : 1090298
1800.09/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.09/1800.50	c Dual Bound         : +4.10000000000001e+01
1800.09/1800.50	c Gap                : infinite
1800.09/1800.50	c NODE         1090298
1800.09/1800.50	c DUAL BOUND   41
1800.09/1800.50	c PRIMAL BOUND 1e+20
1800.09/1800.50	c GAP          1e+20
1800.09/1800.50	s UNKNOWN
1800.09/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.50	c Solving Time       :    1774.85
1800.09/1800.50	c Original Problem   :
1800.09/1800.50	c   Problem name     : HOME/instance-1883920-1245238127.opb
1800.09/1800.50	c   Variables        : 1640 (1640 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.50	c   Constraints      : 32841 initial, 32841 maximal
1800.09/1800.50	c Presolved Problem  :
1800.09/1800.50	c   Problem name     : t_HOME/instance-1883920-1245238127.opb
1800.09/1800.50	c   Variables        : 1640 (1640 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.50	c   Constraints      : 32841 initial, 32946 maximal
1800.09/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.50	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.50	c   logicor          :       0.09          0          0          0          0          0          0          0          0
1800.09/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.50	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.09/1800.50	c   logicor          :      32841+         5    5911902          0          0     664216   20070044          0          0          0
1800.09/1800.50	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.50	c   integral         :       9.07       0.00       0.00       9.07       0.00
1800.09/1800.50	c   logicor          :     936.46       0.02     936.44       0.00       0.00
1800.09/1800.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.50	c   rootredcost      :       2.50          0          0          0
1800.09/1800.50	c   pseudoobj        :     529.41    6795890          0          0
1800.09/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.50	c   propagation      :     709.67     664216     664216     664216      257.3       7009      244.0          -
1800.09/1800.50	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.50	c   applied globally :          -          -          -      57003      100.9          -          -          -
1800.09/1800.50	c   applied locally  :          -          -          -     608850      271.5          -          -          -
1800.09/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.50	c   cut pool         :       0.01          4          -          -          0          -    (maximal pool size: 230)
1800.09/1800.50	c   redcost          :       0.00          5          0          0          0          0
1800.09/1800.50	c   impliedbounds    :       0.01          5          0          0          0          0
1800.09/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.50	c   gomory           :       2.27          5          0          0       2082          0
1800.09/1800.50	c   strongcg         :       1.59          5          0          0       2082          0
1800.09/1800.50	c   cmir             :       0.00          0          0          0          0          0
1800.09/1800.50	c   flowcover        :       0.00          0          0          0          0          0
1800.09/1800.50	c   clique           :       0.08          5          0          0         16          0
1800.09/1800.50	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.50	c   mcf              :       0.05          1          0          0          0          0
1800.09/1800.50	c Pricers            :       Time      Calls       Vars
1800.09/1800.50	c   problem variables:       0.00          0          0
1800.09/1800.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.50	c   relpscost        :       9.07          1          0          0          0          0          2
1800.09/1800.50	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.50	c   inference        :      12.24     756556          0          0          0          0    1513112
1800.09/1800.50	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.50	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.50	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.50	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.50	c   LP solutions     :       0.00          -          0
1800.09/1800.50	c   pseudo solutions :       0.00          -          0
1800.09/1800.50	c   simplerounding   :       0.00          0          0
1800.09/1800.50	c   rounding         :       0.00          0          0
1800.09/1800.50	c   shifting         :       0.00          0          0
1800.09/1800.50	c   intshifting      :       0.00          0          0
1800.09/1800.50	c   oneopt           :       0.00          0          0
1800.09/1800.50	c   fixandinfer      :       0.00          0          0
1800.09/1800.50	c   feaspump         :       0.00          0          0
1800.09/1800.50	c   coefdiving       :       0.00          0          0
1800.09/1800.50	c   pscostdiving     :       0.00          0          0
1800.09/1800.50	c   fracdiving       :       0.00          0          0
1800.09/1800.50	c   veclendiving     :       0.00          0          0
1800.09/1800.50	c   intdiving        :       0.00          0          0
1800.09/1800.50	c   actconsdiving    :       0.00          0          0
1800.09/1800.50	c   objpscostdiving  :       0.00          0          0
1800.09/1800.50	c   rootsoldiving    :       0.00          0          0
1800.09/1800.50	c   linesearchdiving :       0.00          0          0
1800.09/1800.50	c   guideddiving     :       0.00          0          0
1800.09/1800.50	c   octane           :       0.00          0          0
1800.09/1800.50	c   rens             :       0.00          0          0
1800.09/1800.50	c   rins             :       0.00          0          0
1800.09/1800.51	c   localbranching   :       0.00          0          0
1800.09/1800.51	c   mutation         :       0.00          0          0
1800.09/1800.51	c   crossover        :       0.00          0          0
1800.09/1800.51	c   dins             :       0.00          0          0
1800.09/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.51	c   primal LP        :       0.04          0          0       0.00       0.00
1800.09/1800.51	c   dual LP          :       3.23          6       2063     343.83     638.70
1800.09/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.09/1800.51	c   strong branching :       9.07         33       5547     168.09     611.58
1800.09/1800.51	c     (at root node) :          -         33       5547     168.09          -
1800.09/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.51	c B&B Tree           :
1800.09/1800.51	c   number of runs   :          1
1800.09/1800.51	c   nodes            :    1090298
1800.09/1800.51	c   nodes (total)    :    1090298
1800.09/1800.51	c   nodes left       :        993
1800.09/1800.51	c   max depth        :       1028
1800.09/1800.51	c   max depth (total):       1028
1800.09/1800.51	c   backtracks       :     340142 (31.2%)
1800.09/1800.51	c   delayed cutoffs  :     421824
1800.09/1800.51	c   repropagations   :     982053 (10892198 domain reductions, 330475 cutoffs)
1800.09/1800.51	c   avg switch length:       2.63
1800.09/1800.51	c   switching time   :     150.91
1800.09/1800.51	c Solution           :
1800.09/1800.51	c   Solutions found  :          0 (0 improvements)
1800.09/1800.51	c   Primal Bound     :          -
1800.09/1800.51	c   Dual Bound       : +4.10000000000001e+01
1800.09/1800.51	c   Gap              :   infinite
1800.09/1800.51	c   Root Dual Bound  : +4.10000000000000e+01
1800.20/1800.65	c Time complete: 1800.24.

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-1883920-1245238127/watcher-1883920-1245238127 -o /tmp/evaluation-result-1883920-1245238127/solver-1883920-1245238127 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1883920-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.00 1.00 0.82 3/64 18749
/proc/meminfo: memFree=1468272/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=5812 CPUtime=0
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 191409183 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/18749/statm: 1453 515 344 1256 0 192 0

[startup+0.0617961 s]
/proc/loadavg: 1.00 1.00 0.82 3/64 18749
/proc/meminfo: memFree=1468272/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=13104 CPUtime=0.05
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 2237 0 0 0 5 0 0 0 18 0 1 0 191409183 13418496 2221 1992294400 4194304 9342243 548682068736 18446744073709551615 8228225 0 0 4096 0 0 0 0 17 1 0 0
/proc/18749/statm: 3276 2221 376 1256 0 2015 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13104

[startup+0.101797 s]
/proc/loadavg: 1.00 1.00 0.82 3/64 18749
/proc/meminfo: memFree=1468272/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=14540 CPUtime=0.09
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 2617 0 0 0 9 0 0 0 18 0 1 0 191409183 14888960 2601 1992294400 4194304 9342243 548682068736 18446744073709551615 8247753 0 0 4096 0 0 0 0 17 1 0 0
/proc/18749/statm: 3635 2601 376 1256 0 2374 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14540

[startup+0.30181 s]
/proc/loadavg: 1.00 1.00 0.82 3/64 18749
/proc/meminfo: memFree=1468272/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=20068 CPUtime=0.29
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 3997 0 0 0 28 1 0 0 19 0 1 0 191409183 20549632 3981 1992294400 4194304 9342243 548682068736 18446744073709551615 8245990 0 0 4096 0 0 0 0 17 1 0 0
/proc/18749/statm: 5017 3981 376 1256 0 3756 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20068

[startup+0.701836 s]
/proc/loadavg: 1.00 1.00 0.82 3/64 18749
/proc/meminfo: memFree=1468272/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=49888 CPUtime=0.69
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 12341 0 0 0 62 7 0 0 23 0 1 0 191409183 51085312 11217 1992294400 4194304 9342243 548682068736 18446744073709551615 4210732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 12472 11218 463 1256 0 11211 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49888

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 0.83 2/65 18750
/proc/meminfo: memFree=1407144/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=99136 CPUtime=1.49
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 22957 0 0 0 131 18 0 0 20 0 1 0 191409183 101515264 21621 1992294400 4194304 9342243 548682068736 18446744073709551615 6960598 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 24784 21621 629 1256 0 23523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99136

[startup+3.102 s]
/proc/loadavg: 1.00 1.00 0.83 2/65 18750
/proc/meminfo: memFree=1380520/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=106060 CPUtime=3.09
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 24895 0 0 0 290 19 0 0 25 0 1 0 191409183 108605440 23559 1992294400 4194304 9342243 548682068736 18446744073709551615 6237437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 26515 23559 634 1256 0 25254 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106060

[startup+6.30121 s]
/proc/loadavg: 1.00 1.00 0.83 2/65 18750
/proc/meminfo: memFree=1370984/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=112304 CPUtime=6.29
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 26515 0 0 0 607 22 0 0 25 0 1 0 191409183 114999296 25178 1992294400 4194304 9342243 548682068736 18446744073709551615 6952853 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 28076 25178 634 1256 0 26815 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112304

[startup+12.7016 s]
/proc/loadavg: 1.08 1.02 0.83 2/65 18750
/proc/meminfo: memFree=1359400/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=134256 CPUtime=12.68
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 34365 0 0 0 1242 26 0 0 25 0 1 0 191409183 137478144 27727 1992294400 4194304 9342243 548682068736 18446744073709551615 6040633 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 33564 27727 639 1256 0 32303 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 134256

[startup+25.5025 s]
/proc/loadavg: 1.07 1.02 0.83 2/65 18750
/proc/meminfo: memFree=1360168/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=119624 CPUtime=25.49
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 40365 0 0 0 2509 40 0 0 25 0 1 0 191409183 122494976 27574 1992294400 4194304 9342243 548682068736 18446744073709551615 5751959 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 29906 27574 661 1256 0 28645 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 119624

[startup+51.1022 s]
/proc/loadavg: 1.04 1.01 0.83 2/65 18750
/proc/meminfo: memFree=1360104/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=119624 CPUtime=51.08
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 40401 0 0 0 5031 77 0 0 25 0 1 0 191409183 122494976 27610 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 29906 27610 661 1256 0 28645 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 119624

[startup+102.306 s]
/proc/loadavg: 1.10 1.04 0.85 2/65 18750
/proc/meminfo: memFree=1359592/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=119624 CPUtime=102.27
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 40529 0 0 0 10081 146 0 0 25 0 1 0 191409183 122494976 27738 1992294400 4194304 9342243 548682068736 18446744073709551615 4775524 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 29906 27738 661 1256 0 28645 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 119624

[startup+162.303 s]
/proc/loadavg: 1.03 1.03 0.86 2/65 18750
/proc/meminfo: memFree=1358760/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=119624 CPUtime=162.25
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 40733 0 0 0 16002 223 0 0 25 0 1 0 191409183 122494976 27942 1992294400 4194304 9342243 548682068736 18446744073709551615 5433049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 29906 27942 661 1256 0 28645 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 119624

[startup+222.303 s]
/proc/loadavg: 1.01 1.02 0.86 2/65 18750
/proc/meminfo: memFree=1358184/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=119624 CPUtime=222.25
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 40871 0 0 0 21918 307 0 0 25 0 1 0 191409183 122494976 28080 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 29906 28080 661 1256 0 28645 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 119624

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 0.87 2/65 18750
/proc/meminfo: memFree=1357864/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=120044 CPUtime=282.23
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 40963 0 0 0 27831 392 0 0 25 0 1 0 191409183 122925056 28172 1992294400 4194304 9342243 548682068736 18446744073709551615 4775503 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30011 28172 661 1256 0 28750 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 120044

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 0.87 2/65 18750
/proc/meminfo: memFree=1357608/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=120308 CPUtime=342.21
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41018 0 0 0 33749 472 0 0 25 0 1 0 191409183 123195392 28227 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30077 28227 661 1256 0 28816 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 120308

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 18750
/proc/meminfo: memFree=1357480/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=120444 CPUtime=402.2
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41058 0 0 0 39665 555 0 0 25 0 1 0 191409183 123334656 28267 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30111 28267 661 1256 0 28850 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 120444

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 18750
/proc/meminfo: memFree=1357288/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=120444 CPUtime=462.19
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41084 0 0 0 45580 639 0 0 25 0 1 0 191409183 123334656 28293 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30111 28293 661 1256 0 28850 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 120444

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 18750
/proc/meminfo: memFree=1357032/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=120712 CPUtime=522.18
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41143 0 0 0 51496 722 0 0 25 0 1 0 191409183 123609088 28352 1992294400 4194304 9342243 548682068736 18446744073709551615 5767493 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30178 28352 661 1256 0 28917 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 120712

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 18750
/proc/meminfo: memFree=1356904/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=120844 CPUtime=582.16
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41165 0 0 0 57405 811 0 0 25 0 1 0 191409183 123744256 28374 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30211 28374 661 1256 0 28950 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 120844

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 18750
/proc/meminfo: memFree=1356904/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=120844 CPUtime=642.15
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41169 0 0 0 63326 889 0 0 25 0 1 0 191409183 123744256 28378 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30211 28378 661 1256 0 28950 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 120844

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18750
/proc/meminfo: memFree=1356584/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121132 CPUtime=882.1
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41239 0 0 0 86981 1229 0 0 25 0 1 0 191409183 124039168 28448 1992294400 4194304 9342243 548682068736 18446744073709551615 4788337 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30283 28448 661 1256 0 29022 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 121132

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18750
/proc/meminfo: memFree=1356584/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121132 CPUtime=942.09
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41248 0 0 0 92900 1309 0 0 25 0 1 0 191409183 124039168 28457 1992294400 4194304 9342243 548682068736 18446744073709551615 5746118 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30283 28457 661 1256 0 29022 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 121132

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18750
/proc/meminfo: memFree=1356520/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121276 CPUtime=1002.07
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41260 0 0 0 98816 1391 0 0 25 0 1 0 191409183 124186624 28469 1992294400 4194304 9342243 548682068736 18446744073709551615 4800436 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30319 28469 661 1256 0 29058 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 121276

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18750
/proc/meminfo: memFree=1356456/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121276 CPUtime=1062.06
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41267 0 0 0 104731 1475 0 0 25 0 1 0 191409183 124186624 28476 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30319 28476 661 1256 0 29058 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 121276

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18750
/proc/meminfo: memFree=1356456/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121276 CPUtime=1122.05
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41275 0 0 0 110649 1556 0 0 25 0 1 0 191409183 124186624 28484 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30319 28484 661 1256 0 29058 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 121276

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18750
/proc/meminfo: memFree=1356264/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121412 CPUtime=1182.03
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41305 0 0 0 116565 1638 0 0 25 0 1 0 191409183 124325888 28514 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30353 28514 661 1256 0 29092 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 121412

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18750
/proc/meminfo: memFree=1356136/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121412 CPUtime=1242.02
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41308 0 0 0 122481 1721 0 0 25 0 1 0 191409183 124325888 28517 1992294400 4194304 9342243 548682068736 18446744073709551615 5746112 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30353 28517 661 1256 0 29092 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 121412

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18750
/proc/meminfo: memFree=1356072/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121412 CPUtime=1302.01
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41314 0 0 0 128398 1803 0 0 25 0 1 0 191409183 124325888 28523 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30353 28523 661 1256 0 29092 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 121412

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18750
/proc/meminfo: memFree=1356072/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121412 CPUtime=1361.99
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41315 0 0 0 134316 1883 0 0 25 0 1 0 191409183 124325888 28524 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30353 28524 661 1256 0 29092 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 121412

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18752
/proc/meminfo: memFree=1355816/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121412 CPUtime=1421.99
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41317 0 0 0 140236 1963 0 0 25 0 1 0 191409183 124325888 28526 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30353 28526 661 1256 0 29092 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 121412

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18752
/proc/meminfo: memFree=1355816/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121412 CPUtime=1481.97
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41323 0 0 0 146151 2046 0 0 25 0 1 0 191409183 124325888 28532 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30353 28532 661 1256 0 29092 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 121412

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18752
/proc/meminfo: memFree=1355752/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121548 CPUtime=1541.95
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41328 0 0 0 152068 2127 0 0 25 0 1 0 191409183 124465152 28537 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30387 28537 661 1256 0 29126 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 121548

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18752
/proc/meminfo: memFree=1355752/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121548 CPUtime=1601.94
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41336 0 0 0 157985 2209 0 0 25 0 1 0 191409183 124465152 28545 1992294400 4194304 9342243 548682068736 18446744073709551615 5746115 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30387 28545 661 1256 0 29126 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 121548

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18752
/proc/meminfo: memFree=1355624/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121708 CPUtime=1661.92
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41368 0 0 0 163903 2289 0 0 25 0 1 0 191409183 124628992 28577 1992294400 4194304 9342243 548682068736 18446744073709551615 5102385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30427 28577 661 1256 0 29166 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 121708

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18752
/proc/meminfo: memFree=1355560/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121708 CPUtime=1721.91
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41368 0 0 0 169818 2373 0 0 25 0 1 0 191409183 124628992 28577 1992294400 4194304 9342243 548682068736 18446744073709551615 4831908 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30427 28577 661 1256 0 29166 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 121708

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18752
/proc/meminfo: memFree=1355624/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121708 CPUtime=1781.9
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41385 0 0 0 175736 2454 0 0 25 0 1 0 191409183 124628992 28594 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30427 28594 661 1256 0 29166 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 121708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 18752
/proc/meminfo: memFree=1355624/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121708 CPUtime=1800.09
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41385 0 0 0 177528 2481 0 0 25 0 1 0 191409183 124628992 28594 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18749/statm: 30427 28594 661 1256 0 29166 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 121708

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 18753
/proc/meminfo: memFree=1355616/2055920 swapFree=4181884/4192956
[pid=18749] ppid=18747 vsize=121708 CPUtime=1800.2
/proc/18749/stat : 18749 (pbscip.linux.x8) R 18747 18749 18670 0 -1 4194304 41398 0 0 0 177538 2482 0 0 25 0 1 0 191409183 124628992 28607 1992294400 4194304 9342243 548682068736 18446744073709551615 5854267 0 0 4096 0 0 0 0 17 1 0 0
/proc/18749/statm: 30427 28607 667 1256 0 29166 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 121708

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.25
CPU user time (s): 1775.41
CPU system time (s): 24.8422
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 134908

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

runsolver used 1.35779 second user time and 3.9294 second system time

The end

Launcher Data

Begin job on node52 at 2009-06-17 13:28:47
IDJOB=1883920
IDBENCH=2582
IDSOLVER=684
FILE ID=node52/1883920-1245238127
PBS_JOBID= 9372289
Free space on /tmp= 66460 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
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.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883920-1245238127/watcher-1883920-1245238127 -o /tmp/evaluation-result-1883920-1245238127/solver-1883920-1245238127 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1883920-1245238127.opb

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

MD5SUM BENCH= e9d572489c41443264f4f0eeadc7c4fb
RANDOM SEED=1238937332

node52.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.234
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.234
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:       1468752 kB
Buffers:         69872 kB
Cached:         427556 kB
SwapCached:       6112 kB
Active:          85128 kB
Inactive:       421020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468752 kB
SwapTotal:     4192956 kB
SwapFree:      4181884 kB
Dirty:           12540 kB
Writeback:           0 kB
Mapped:          13384 kB
Slab:            66988 kB
Committed_AS:    94128 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

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