Trace number 1885048

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.97

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/edgematching/
compact/em_7_4_9_cmp.opb
MD5SUM52c4c6359c536e769bec6b6b810e5b54
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark180.358
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1677
Total number of constraints15063
Number of constraints which are clauses15063
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 constraint25
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.24	c SCIP version 1.1.0.7
0.19/0.24	c LP-Solver Clp 1.8.2
0.19/0.24	c user parameter file <scip.set> not found - using default parameters
0.19/0.24	c read problem <HOME/instance-1885048-1245262387.opb>
0.19/0.24	c original problem has 1677 variables (1677 bin, 0 int, 0 impl, 0 cont) and 15063 constraints
0.19/0.29	c No objective function, only one solution is needed.
0.19/0.29	c start presolving problem
0.19/0.29	c presolving:
0.39/0.49	c (round 1) 0 del vars, 400 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 14663 upgd conss, 36608 impls, 0 clqs
0.49/0.51	c presolving (2 rounds):
0.49/0.51	c  0 deleted vars, 400 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.51	c  36608 implications, 0 cliques
0.49/0.51	c presolved problem has 1677 variables (1677 bin, 0 int, 0 impl, 0 cont) and 14663 constraints
0.49/0.51	c   14663 constraints of type <logicor>
0.49/0.51	c transformed objective value is always integral (scale: 1)
0.49/0.51	c Presolving Time: 0.19
0.49/0.51	c PURESAT
0.49/0.51	c -----------------------------------------------------------------------------------------------
0.49/0.51	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.51	c separating/flowcover/freq = c -1
0.49/0.51	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.51	c separating/cmir/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/veclendiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.49/0.51	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/veclendiving/freq = c -1
0.49/0.51	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/simplerounding/freq = c -1
0.49/0.51	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/shifting/freq = c -1
0.49/0.51	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/rounding/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.49/0.51	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.49/0.51	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.51	c heuristics/rootsoldiving/freq = c -1
0.49/0.51	c # number of nodes added to the contingent of the total nodes
0.49/0.51	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.51	c heuristics/rens/nodesofs = c 2000
0.49/0.51	c # minimum percentage of integer variables that have to be fixable 
0.49/0.51	c # [type: real, range: [0,1], default: 0.5]
0.49/0.51	c heuristics/rens/minfixingrate = c 0.3
0.49/0.51	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.51	c heuristics/rens/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.49/0.51	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.51	c heuristics/pscostdiving/freq = c -1
0.49/0.51	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.51	c heuristics/oneopt/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to total iteration number
0.49/0.51	c # [type: real, range: [0,1], default: 0.01]
0.49/0.51	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.49/0.51	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.51	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.51	c heuristics/objpscostdiving/freq = c -1
0.49/0.51	c # additional number of allowed LP iterations
0.49/0.51	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.51	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.49/0.51	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.51	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.49/0.52	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.52	c heuristics/linesearchdiving/freq = c -1
0.49/0.52	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.52	c heuristics/intshifting/freq = c -1
0.49/0.52	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.52	c heuristics/intdiving/maxlpiterquot = c 0.075
0.49/0.52	c # additional number of allowed LP iterations
0.49/0.52	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.52	c heuristics/guideddiving/maxlpiterofs = c 1500
0.49/0.52	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.52	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.49/0.52	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.52	c heuristics/guideddiving/freq = c -1
0.49/0.52	c # additional number of allowed LP iterations
0.49/0.52	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.52	c heuristics/fracdiving/maxlpiterofs = c 1500
0.49/0.52	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.52	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.49/0.52	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.52	c heuristics/fracdiving/freq = c -1
0.49/0.52	c # additional number of allowed LP iterations
0.49/0.52	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.52	c heuristics/feaspump/maxlpiterofs = c 2000
0.49/0.52	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.52	c heuristics/feaspump/freq = c -1
0.49/0.52	c # minimum percentage of integer variables that have to be fixed 
0.49/0.52	c # [type: real, range: [0,1], default: 0.666]
0.49/0.52	c heuristics/crossover/minfixingrate = c 0.5
0.49/0.52	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.49/0.52	c # [type: real, range: [0,1], default: 0.1]
0.49/0.52	c heuristics/crossover/nodesquot = c 0.15
0.49/0.52	c # number of nodes without incumbent change that heuristic should wait
0.49/0.52	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.49/0.52	c heuristics/crossover/nwaitingnodes = c 100
0.49/0.52	c # number of nodes added to the contingent of the total nodes
0.49/0.52	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.52	c heuristics/crossover/nodesofs = c 750
0.49/0.52	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: 30]
0.49/0.52	c heuristics/crossover/freq = c -1
0.49/0.52	c # additional number of allowed LP iterations
0.49/0.52	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.52	c heuristics/coefdiving/maxlpiterofs = c 1500
0.49/0.52	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.52	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.52	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.49/0.52	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.52	c heuristics/coefdiving/freq = c -1
0.49/0.52	c # priority of node selection rule <dfs> in standard mode
0.49/0.52	c # [type: int, range: [-536870912,536870911], default: 0]
0.49/0.52	c nodeselection/dfs/stdpriority = c 1000000
0.49/0.52	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.52	c presolving/probing/maxrounds = c 0
0.49/0.52	c # should presolving try to simplify knapsacks
0.49/0.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.52	c constraints/knapsack/simplifyinequalities = c TRUE
0.49/0.52	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.49/0.52	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.49/0.52	c constraints/knapsack/disaggregation = c FALSE
0.49/0.52	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.52	c constraints/knapsack/maxnumcardlift = c 0
0.49/0.52	c # should presolving try to simplify inequalities
0.49/0.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.52	c constraints/linear/simplifyinequalities = c TRUE
0.49/0.52	c # maximal number of separation rounds in the root node (-1: unlimited)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.52	c separating/maxroundsroot = c 5
0.49/0.52	c # maximal number of separation rounds per node (-1: unlimited)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: 5]
0.49/0.52	c separating/maxrounds = c 1
0.49/0.52	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.49/0.52	c # [type: char, range: {lafpsqd}, default: l]
0.49/0.52	c lp/pricing = c a
0.49/0.52	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.52	c lp/solvefreq = c 0
0.49/0.52	c # solving stops, if the given number of solutions were found (-1: no limit)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.52	c limits/solutions = c 1
0.49/0.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.52	c limits/memory = c 1620
0.49/0.52	c # maximal time in seconds to run
0.49/0.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.52	c limits/time = c 1791
0.49/0.52	c # frequency for displaying node information lines
0.49/0.52	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.52	c display/freq = c 10000
0.49/0.52	c # should enforcement of pseudo solution be disabled?
0.49/0.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.52	c constraints/disableenfops = c TRUE
0.49/0.52	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.52	c constraints/agelimit = c 1
0.49/0.52	c # should binary conflicts be preferred?
0.49/0.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.52	c conflict/preferbinary = c TRUE
0.49/0.52	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.49/0.52	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.52	c conflict/interconss = c 0
0.49/0.52	c -----------------------------------------------------------------------------------------------
0.49/0.52	c start solving problem
0.49/0.52	c 
3.48/3.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.48/3.52	c   3.2s|     1 |     0 |  1652 |  21M|   0 | 823 |1677 |  14k|  14k|1677 |  14k|   0 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
22.97/23.01	c  22.6s|     1 |     0 |  2069 |  30M|   0 | 804 |1677 |  14k|  14k|1677 |  14k|   6 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
50.96/51.08	c  50.6s|     1 |     0 |  4451 |  39M|   0 | 939 |1677 |  14k|  14k|1677 |  14k|  14 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
81.75/81.89	c  81.3s|     1 |     0 |  7498 |  50M|   0 | 994 |1677 |  14k|  14k|1677 |  14k|  19 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
107.34/107.49	c   107s|     1 |     0 |  9237 |  59M|   0 |1058 |1677 |  14k|  14k|1677 |  14k|  25 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
136.13/136.20	c   136s|     1 |     0 | 11502 |  70M|   0 |1084 |1677 |  14k|  14k|1677 |  14k|  30 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
193.60/193.75	c   193s|     1 |     2 | 11502 |  70M|   0 |1084 |1677 |  14k|  14k|1677 |  14k|  30 |   0 |  21 | 1.330000e+02 |      --      |    Inf 
206.10/206.29	c   205s| 10000 |   146 | 11502 |  71M| 375 |   - |1677 |  14k|7034 |   0 |   0 |  30 |8106 |  21 | 1.330000e+02 |      --      |    Inf 
219.49/219.68	c   218s| 20000 |   133 | 11502 |  72M| 375 |   - |1677 |  15k|5879 |   0 |   0 |  30 |  16k|  21 | 1.330000e+02 |      --      |    Inf 
234.29/234.45	c   233s| 30000 |   106 | 11502 |  71M| 375 |   - |1677 |  15k|7743 |   0 |   0 |  30 |  24k|  21 | 1.330000e+02 |      --      |    Inf 
248.59/248.73	c   247s| 40000 |   112 | 11502 |  71M| 375 |   - |1677 |  15k|7214 |   0 |   0 |  30 |  33k|  21 | 1.330000e+02 |      --      |    Inf 
263.67/263.85	c   262s| 50000 |   106 | 11502 |  72M| 375 |   - |1677 |  15k|6504 |   0 |   0 |  30 |  41k|  21 | 1.330000e+02 |      --      |    Inf 
277.87/278.02	c   276s| 60000 |   109 | 11502 |  72M| 375 |   - |1677 |  15k|6075 |   0 |   0 |  30 |  50k|  21 | 1.330000e+02 |      --      |    Inf 
290.67/290.86	c   289s| 70000 |   100 | 11502 |  72M| 375 |   - |1677 |  16k|6678 |   0 |   0 |  30 |  58k|  21 | 1.330000e+02 |      --      |    Inf 
304.76/304.98	c   303s| 80000 |   110 | 11502 |  72M| 375 |   - |1677 |  17k|6745 |   0 |   0 |  30 |  67k|  21 | 1.330000e+02 |      --      |    Inf 
318.36/318.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
318.36/318.53	c   316s| 90000 |    97 | 11502 |  72M| 375 |   - |1677 |  17k|6241 |   0 |   0 |  30 |  74k|  21 | 1.330000e+02 |      --      |    Inf 
332.35/332.56	c   330s|100000 |   124 | 11502 |  72M| 375 |   - |1677 |  15k|7578 |   0 |   0 |  30 |  82k|  21 | 1.330000e+02 |      --      |    Inf 
346.74/346.90	c   344s|110000 |    98 | 11502 |  72M| 375 |   - |1677 |  16k|6185 |   0 |   0 |  30 |  90k|  21 | 1.330000e+02 |      --      |    Inf 
361.04/361.21	c   358s|120000 |    95 | 11502 |  72M| 375 |   - |1677 |  17k|6712 |   0 |   0 |  30 |  97k|  21 | 1.330000e+02 |      --      |    Inf 
371.64/371.86	c   368s|130000 |    70 | 11502 |  71M| 375 |   - |1677 |  14k|7313 |   0 |   0 |  30 | 105k|  21 | 1.330000e+02 |      --      |    Inf 
385.03/385.24	c   382s|140000 |    67 | 11502 |  71M| 375 |   - |1677 |  14k|7159 |   0 |   0 |  30 | 115k|  21 | 1.330000e+02 |      --      |    Inf 
398.83/399.09	c   395s|150000 |    64 | 11502 |  71M| 375 |   - |1677 |  14k|6792 |   0 |   0 |  30 | 124k|  21 | 1.330000e+02 |      --      |    Inf 
412.62/412.83	c   409s|160000 |    70 | 11502 |  72M| 375 |   - |1677 |  15k|6620 |   0 |   0 |  30 | 134k|  21 | 1.330000e+02 |      --      |    Inf 
426.71/426.91	c   423s|170000 |    68 | 11502 |  72M| 375 |   - |1677 |  17k|6734 |   0 |   0 |  30 | 144k|  21 | 1.330000e+02 |      --      |    Inf 
442.61/442.84	c   438s|180000 |    62 | 11502 |  72M| 375 |   - |1677 |  16k|7149 |   0 |   0 |  30 | 155k|  21 | 1.330000e+02 |      --      |    Inf 
456.90/457.15	c   452s|190000 |    59 | 11502 |  73M| 375 |   - |1677 |  18k|7491 |   0 |   0 |  30 | 166k|  21 | 1.330000e+02 |      --      |    Inf 
471.09/471.33	c   466s|200000 |    55 | 11502 |  74M| 375 |   - |1677 |  20k|6351 |   0 |   0 |  30 | 175k|  21 | 1.330000e+02 |      --      |    Inf 
485.39/485.60	c   480s|210000 |    60 | 11502 |  72M| 375 |   - |1677 |  16k|6886 |   0 |   0 |  30 | 184k|  21 | 1.330000e+02 |      --      |    Inf 
498.98/499.26	c   494s|220000 |    58 | 11502 |  72M| 375 |   - |1677 |  15k|6724 |   0 |   0 |  30 | 194k|  21 | 1.330000e+02 |      --      |    Inf 
511.18/511.45	c   506s|230000 |    78 | 11502 |  73M| 375 |   - |1677 |  17k|6751 |   0 |   0 |  30 | 202k|  21 | 1.330000e+02 |      --      |    Inf 
523.97/524.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
523.97/524.25	c   518s|240000 |    54 | 11502 |  73M| 375 |   - |1677 |  18k|6321 |   0 |   0 |  30 | 210k|  21 | 1.330000e+02 |      --      |    Inf 
537.37/537.69	c   532s|250000 |    56 | 11502 |  74M| 375 |   - |1677 |  20k|7062 |   0 |   0 |  30 | 219k|  21 | 1.330000e+02 |      --      |    Inf 
550.56/550.87	c   545s|260000 |    70 | 11502 |  72M| 375 |   - |1677 |  15k|6458 |   0 |   0 |  30 | 228k|  21 | 1.330000e+02 |      --      |    Inf 
564.76/565.09	c   559s|270000 |    62 | 11502 |  72M| 375 |   - |1677 |  14k|6759 |   0 |   0 |  30 | 238k|  21 | 1.330000e+02 |      --      |    Inf 
580.05/580.33	c   574s|280000 |    67 | 11502 |  72M| 375 |   - |1677 |  15k|6458 |   0 |   0 |  30 | 247k|  21 | 1.330000e+02 |      --      |    Inf 
593.55/593.87	c   587s|290000 |    56 | 11502 |  73M| 375 |   - |1677 |  16k|5862 |   0 |   0 |  30 | 255k|  21 | 1.330000e+02 |      --      |    Inf 
607.64/607.95	c   601s|300000 |    59 | 11502 |  72M| 375 |   - |1677 |  14k|5782 |   0 |   0 |  30 | 263k|  21 | 1.330000e+02 |      --      |    Inf 
621.64/621.92	c   615s|310000 |    55 | 11502 |  72M| 375 |   - |1677 |  15k|6737 |   0 |   0 |  30 | 272k|  21 | 1.330000e+02 |      --      |    Inf 
635.63/635.91	c   628s|320000 |    55 | 11502 |  73M| 375 |   - |1677 |  16k|6987 |   0 |   0 |  30 | 280k|  21 | 1.330000e+02 |      --      |    Inf 
649.32/649.65	c   642s|330000 |    59 | 11502 |  72M| 375 |   - |1677 |  15k|6583 |   0 |   0 |  30 | 289k|  21 | 1.330000e+02 |      --      |    Inf 
663.41/663.76	c   656s|340000 |    61 | 11502 |  72M| 375 |   - |1677 |  14k|5648 |   0 |   0 |  30 | 298k|  21 | 1.330000e+02 |      --      |    Inf 
676.91/677.29	c   669s|350000 |    59 | 11502 |  72M| 375 |   - |1677 |  15k|6467 |   0 |   0 |  30 | 306k|  21 | 1.330000e+02 |      --      |    Inf 
691.11/691.45	c   683s|360000 |    64 | 11502 |  73M| 375 |   - |1677 |  16k|5333 |   0 |   0 |  30 | 315k|  21 | 1.330000e+02 |      --      |    Inf 
704.70/705.01	c   696s|370000 |    56 | 11502 |  73M| 375 |   - |1677 |  18k|6295 |   0 |   0 |  30 | 323k|  21 | 1.330000e+02 |      --      |    Inf 
718.39/718.72	c   710s|380000 |    76 | 11502 |  72M| 375 |   - |1677 |  15k|7205 |   0 |   0 |  30 | 332k|  21 | 1.330000e+02 |      --      |    Inf 
733.79/734.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
733.79/734.12	c   725s|390000 |    63 | 11502 |  72M| 375 |   - |1677 |  15k|6140 |   0 |   0 |  30 | 341k|  21 | 1.330000e+02 |      --      |    Inf 
749.98/750.39	c   741s|400000 |    63 | 11502 |  72M| 375 |   - |1677 |  16k|5864 |   0 |   0 |  30 | 349k|  21 | 1.330000e+02 |      --      |    Inf 
765.87/766.25	c   757s|410000 |    60 | 11502 |  72M| 375 |   - |1677 |  15k|6083 |   0 |   0 |  30 | 358k|  21 | 1.330000e+02 |      --      |    Inf 
780.87/781.27	c   772s|420000 |    62 | 11502 |  72M| 375 |   - |1677 |  16k|6584 |   0 |   0 |  30 | 367k|  21 | 1.330000e+02 |      --      |    Inf 
795.37/795.77	c   786s|430000 |    63 | 11502 |  72M| 375 |   - |1677 |  15k|5881 |   0 |   0 |  30 | 375k|  21 | 1.330000e+02 |      --      |    Inf 
809.96/810.30	c   800s|440000 |    63 | 11502 |  72M| 375 |   - |1677 |  15k|6106 |   0 |   0 |  30 | 383k|  21 | 1.330000e+02 |      --      |    Inf 
827.06/827.45	c   817s|450000 |    58 | 11502 |  72M| 375 |   - |1677 |  16k|5738 |   0 |   0 |  30 | 391k|  21 | 1.330000e+02 |      --      |    Inf 
841.64/842.09	c   832s|460000 |    57 | 11502 |  73M| 375 |   - |1677 |  16k|5747 |   0 |   0 |  30 | 400k|  21 | 1.330000e+02 |      --      |    Inf 
856.64/857.05	c   846s|470000 |    61 | 11502 |  72M| 375 |   - |1677 |  15k|6789 |   0 |   0 |  30 | 408k|  21 | 1.330000e+02 |      --      |    Inf 
868.94/869.31	c   858s|480000 |    48 | 11502 |  72M| 375 |   - |1677 |  14k|6964 |   0 |   0 |  30 | 416k|  21 | 1.330000e+02 |      --      |    Inf 
882.23/882.65	c   871s|490000 |    52 | 11502 |  72M| 375 |   - |1677 |  15k|7004 |   0 |   0 |  30 | 424k|  21 | 1.330000e+02 |      --      |    Inf 
894.33/894.75	c   883s|500000 |    52 | 11502 |  72M| 375 |   - |1677 |  16k|6713 |   0 |   0 |  30 | 432k|  21 | 1.330000e+02 |      --      |    Inf 
906.72/907.18	c   896s|510000 |    61 | 11502 |  72M| 375 |   - |1677 |  15k|6799 |   0 |   0 |  30 | 439k|  21 | 1.330000e+02 |      --      |    Inf 
921.21/921.63	c   910s|520000 |    58 | 11502 |  72M| 375 |   - |1677 |  15k|5874 |   0 |   0 |  30 | 447k|  21 | 1.330000e+02 |      --      |    Inf 
937.31/937.74	c   926s|530000 |    48 | 11502 |  72M| 375 |   - |1677 |  15k|6362 |   0 |   0 |  30 | 456k|  21 | 1.330000e+02 |      --      |    Inf 
951.80/952.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
951.80/952.25	c   940s|540000 |    50 | 11502 |  72M| 375 |   - |1677 |  15k|6556 |   0 |   0 |  30 | 463k|  21 | 1.330000e+02 |      --      |    Inf 
965.70/966.18	c   954s|550000 |    86 | 11502 |  72M| 375 |   - |1677 |  14k|7389 |   0 |   0 |  30 | 471k|  21 | 1.330000e+02 |      --      |    Inf 
979.59/980.01	c   967s|560000 |    60 | 11502 |  72M| 375 |   - |1677 |  15k|6508 |   0 |   0 |  30 | 479k|  21 | 1.330000e+02 |      --      |    Inf 
993.79/994.20	c   981s|570000 |    59 | 11502 |  72M| 375 |   - |1677 |  15k|7716 |   0 |   0 |  30 | 486k|  21 | 1.330000e+02 |      --      |    Inf 
1007.48/1007.92	c   995s|580000 |    57 | 11502 |  72M| 375 |   - |1677 |  15k|6098 |   0 |   0 |  30 | 494k|  21 | 1.330000e+02 |      --      |    Inf 
1021.78/1022.22	c  1009s|590000 |    57 | 11502 |  72M| 375 |   - |1677 |  15k|6165 |   0 |   0 |  30 | 501k|  21 | 1.330000e+02 |      --      |    Inf 
1035.87/1036.37	c  1023s|600000 |    72 | 11502 |  72M| 375 |   - |1677 |  15k|6841 |   0 |   0 |  30 | 509k|  21 | 1.330000e+02 |      --      |    Inf 
1049.36/1049.85	c  1036s|610000 |    85 | 11502 |  72M| 375 |   - |1677 |  15k|6707 |   0 |   0 |  30 | 516k|  21 | 1.330000e+02 |      --      |    Inf 
1060.86/1061.31	c  1047s|620000 |    58 | 11502 |  72M| 375 |   - |1677 |  15k|6726 |   0 |   0 |  30 | 524k|  21 | 1.330000e+02 |      --      |    Inf 
1074.35/1074.82	c  1061s|630000 |    62 | 11502 |  72M| 375 |   - |1677 |  15k|6195 |   0 |   0 |  30 | 532k|  21 | 1.330000e+02 |      --      |    Inf 
1089.95/1090.46	c  1076s|640000 |    64 | 11502 |  73M| 375 |   - |1677 |  16k|6546 |   0 |   0 |  30 | 541k|  21 | 1.330000e+02 |      --      |    Inf 
1104.95/1105.46	c  1091s|650000 |    58 | 11502 |  73M| 375 |   - |1677 |  17k|6408 |   0 |   0 |  30 | 549k|  21 | 1.330000e+02 |      --      |    Inf 
1120.24/1120.73	c  1106s|660000 |    52 | 11502 |  73M| 375 |   - |1677 |  17k|6472 |   0 |   0 |  30 | 557k|  21 | 1.330000e+02 |      --      |    Inf 
1135.13/1135.66	c  1121s|670000 |    58 | 11502 |  73M| 375 |   - |1677 |  18k|6532 |   0 |   0 |  30 | 566k|  21 | 1.330000e+02 |      --      |    Inf 
1145.93/1146.41	c  1131s|680000 |    86 | 11502 |  73M| 375 |   - |1677 |  16k|  11k|   0 |   0 |  30 | 573k|  21 | 1.330000e+02 |      --      |    Inf 
1158.82/1159.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1158.82/1159.31	c  1144s|690000 |   147 | 11502 |  73M| 375 |   - |1677 |  18k|7454 |   0 |   0 |  30 | 582k|  21 | 1.330000e+02 |      --      |    Inf 
1172.41/1172.93	c  1157s|700000 |   142 | 11502 |  74M| 375 |   - |1677 |  20k|7057 |   0 |   0 |  30 | 591k|  21 | 1.330000e+02 |      --      |    Inf 
1184.81/1185.34	c  1169s|710000 |   118 | 11502 |  75M| 375 |   - |1677 |  22k|7878 |   0 |   0 |  30 | 601k|  21 | 1.330000e+02 |      --      |    Inf 
1197.61/1198.15	c  1182s|720000 |   115 | 11502 |  76M| 375 |   - |1677 |  24k|6884 |   0 |   0 |  30 | 610k|  21 | 1.330000e+02 |      --      |    Inf 
1211.11/1211.66	c  1195s|730000 |   107 | 11502 |  76M| 375 |   - |1677 |  25k|6562 |   0 |   0 |  30 | 619k|  21 | 1.330000e+02 |      --      |    Inf 
1225.69/1226.28	c  1210s|740000 |   112 | 11502 |  77M| 375 |   - |1677 |  26k|7225 |   0 |   0 |  30 | 628k|  21 | 1.330000e+02 |      --      |    Inf 
1240.49/1241.07	c  1224s|750000 |   118 | 11502 |  77M| 375 |   - |1677 |  27k|7819 |   0 |   0 |  30 | 636k|  21 | 1.330000e+02 |      --      |    Inf 
1255.38/1255.96	c  1239s|760000 |   102 | 11502 |  78M| 375 |   - |1677 |  28k|6512 |   0 |   0 |  30 | 645k|  21 | 1.330000e+02 |      --      |    Inf 
1269.58/1270.20	c  1253s|770000 |    93 | 11502 |  78M| 375 |   - |1677 |  30k|8399 |   0 |   0 |  30 | 654k|  21 | 1.330000e+02 |      --      |    Inf 
1284.88/1285.49	c  1268s|780000 |    97 | 11502 |  79M| 375 |   - |1677 |  32k|6170 |   0 |   0 |  30 | 664k|  21 | 1.330000e+02 |      --      |    Inf 
1299.36/1299.93	c  1282s|790000 |    95 | 11502 |  79M| 375 |   - |1677 |  32k|7217 |   0 |   0 |  30 | 673k|  21 | 1.330000e+02 |      --      |    Inf 
1314.17/1314.78	c  1297s|800000 |    97 | 11502 |  80M| 375 |   - |1677 |  34k|5844 |   0 |   0 |  30 | 684k|  21 | 1.330000e+02 |      --      |    Inf 
1330.25/1330.80	c  1313s|810000 |    90 | 11502 |  80M| 375 |   - |1677 |  35k|5905 |   0 |   0 |  30 | 693k|  21 | 1.330000e+02 |      --      |    Inf 
1342.95/1343.53	c  1325s|820000 |    96 | 11502 |  81M| 375 |   - |1677 |  37k|6525 |   0 |   0 |  30 | 702k|  21 | 1.330000e+02 |      --      |    Inf 
1354.85/1355.47	c  1337s|830000 |    87 | 11502 |  82M| 375 |   - |1677 |  39k|7853 |   0 |   0 |  30 | 713k|  21 | 1.330000e+02 |      --      |    Inf 
1368.04/1368.65	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1368.04/1368.65	c  1350s|840000 |    91 | 11502 |  83M| 375 |   - |1677 |  42k|7689 |   0 |   0 |  30 | 723k|  21 | 1.330000e+02 |      --      |    Inf 
1382.54/1383.17	c  1364s|850000 |    85 | 11502 |  83M| 375 |   - |1677 |  43k|7293 |   0 |   0 |  30 | 733k|  21 | 1.330000e+02 |      --      |    Inf 
1396.93/1397.55	c  1378s|860000 |    81 | 11502 |  84M| 375 |   - |1677 |  44k|7840 |   0 |   0 |  30 | 743k|  21 | 1.330000e+02 |      --      |    Inf 
1408.93/1409.58	c  1390s|870000 |    85 | 11502 |  85M| 375 |   - |1677 |  46k|6944 |   0 |   0 |  30 | 752k|  21 | 1.330000e+02 |      --      |    Inf 
1423.02/1423.65	c  1404s|880000 |    95 | 11502 |  85M| 375 |   - |1677 |  47k|6077 |   0 |   0 |  30 | 761k|  21 | 1.330000e+02 |      --      |    Inf 
1436.42/1437.07	c  1417s|890000 |    80 | 11502 |  86M| 375 |   - |1677 |  49k|7555 |   0 |   0 |  30 | 770k|  21 | 1.330000e+02 |      --      |    Inf 
1449.61/1450.22	c  1430s|900000 |    84 | 11502 |  87M| 375 |   - |1677 |  51k|6005 |   0 |   0 |  30 | 780k|  21 | 1.330000e+02 |      --      |    Inf 
1463.31/1463.96	c  1444s|910000 |    75 | 11502 |  88M| 375 |   - |1677 |  53k|6736 |   0 |   0 |  30 | 789k|  21 | 1.330000e+02 |      --      |    Inf 
1476.40/1477.03	c  1456s|920000 |    82 | 11502 |  88M| 375 |   - |1677 |  54k|6602 |   0 |   0 |  30 | 798k|  21 | 1.330000e+02 |      --      |    Inf 
1490.39/1491.02	c  1470s|930000 |    74 | 11502 |  89M| 375 |   - |1677 |  56k|6593 |   0 |   0 |  30 | 807k|  21 | 1.330000e+02 |      --      |    Inf 
1503.99/1504.65	c  1484s|940000 |    84 | 11502 |  89M| 375 |   - |1677 |  58k|6472 |   0 |   0 |  30 | 816k|  21 | 1.330000e+02 |      --      |    Inf 
1518.68/1519.35	c  1498s|950000 |    74 | 11502 |  89M| 375 |   - |1677 |  57k|7347 |   0 |   0 |  30 | 824k|  21 | 1.330000e+02 |      --      |    Inf 
1532.18/1532.85	c  1511s|960000 |    68 | 11502 |  90M| 375 |   - |1677 |  59k|6859 |   0 |   0 |  30 | 833k|  21 | 1.330000e+02 |      --      |    Inf 
1546.47/1547.13	c  1525s|970000 |    73 | 11502 |  90M| 375 |   - |1677 |  60k|6336 |   0 |   0 |  30 | 842k|  21 | 1.330000e+02 |      --      |    Inf 
1560.06/1560.80	c  1539s|980000 |    77 | 11502 |  91M| 375 |   - |1677 |  61k|6519 |   0 |   0 |  30 | 851k|  21 | 1.330000e+02 |      --      |    Inf 
1573.86/1574.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.86/1574.52	c  1552s|990000 |    70 | 11502 |  91M| 375 |   - |1677 |  62k|6544 |   0 |   0 |  30 | 859k|  21 | 1.330000e+02 |      --      |    Inf 
1586.56/1587.22	c  1565s|  1000k|    67 | 11502 |  79M| 375 |   - |1677 |  28k|7313 |   0 |   0 |  30 | 868k|  21 | 1.330000e+02 |      --      |    Inf 
1599.15/1599.87	c  1577s|  1010k|    62 | 11502 |  80M| 375 |   - |1677 |  30k|6057 |   0 |   0 |  30 | 877k|  21 | 1.330000e+02 |      --      |    Inf 
1611.64/1612.38	c  1590s|  1020k|    69 | 11502 |  80M| 375 |   - |1677 |  31k|6871 |   0 |   0 |  30 | 885k|  21 | 1.330000e+02 |      --      |    Inf 
1624.54/1625.20	c  1602s|  1030k|    56 | 11502 |  81M| 375 |   - |1677 |  32k|7173 |   0 |   0 |  30 | 893k|  21 | 1.330000e+02 |      --      |    Inf 
1639.54/1640.26	c  1617s|  1040k|    76 | 11502 |  81M| 375 |   - |1677 |  34k|6699 |   0 |   0 |  30 | 903k|  21 | 1.330000e+02 |      --      |    Inf 
1653.52/1654.26	c  1631s|  1050k|    64 | 11502 |  82M| 375 |   - |1677 |  36k|6083 |   0 |   0 |  30 | 912k|  21 | 1.330000e+02 |      --      |    Inf 
1667.72/1668.47	c  1645s|  1060k|    70 | 11502 |  83M| 375 |   - |1677 |  38k|5764 |   0 |   0 |  30 | 921k|  21 | 1.330000e+02 |      --      |    Inf 
1684.31/1685.03	c  1661s|  1070k|    61 | 11502 |  83M| 375 |   - |1677 |  39k|6887 |   0 |   0 |  30 | 930k|  21 | 1.330000e+02 |      --      |    Inf 
1698.41/1699.12	c  1675s|  1080k|    61 | 11502 |  84M| 375 |   - |1677 |  41k|6731 |   0 |   0 |  30 | 939k|  21 | 1.330000e+02 |      --      |    Inf 
1712.00/1712.75	c  1688s|  1090k|    58 | 11502 |  84M| 375 |   - |1677 |  42k|7042 |   0 |   0 |  30 | 948k|  21 | 1.330000e+02 |      --      |    Inf 
1726.80/1727.54	c  1703s|  1100k|    60 | 11502 |  85M| 375 |   - |1677 |  44k|7318 |   0 |   0 |  30 | 957k|  21 | 1.330000e+02 |      --      |    Inf 
1741.29/1742.07	c  1717s|  1110k|    72 | 11502 |  86M| 375 |   - |1677 |  46k|6539 |   0 |   0 |  30 | 966k|  21 | 1.330000e+02 |      --      |    Inf 
1756.99/1757.74	c  1733s|  1120k|    63 | 11502 |  86M| 375 |   - |1677 |  48k|6896 |   0 |   0 |  30 | 975k|  21 | 1.330000e+02 |      --      |    Inf 
1771.78/1772.53	c  1747s|  1130k|    57 | 11502 |  87M| 375 |   - |1677 |  49k|6404 |   0 |   0 |  30 | 984k|  21 | 1.330000e+02 |      --      |    Inf 
1787.27/1788.09	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1787.27/1788.09	c  1763s|  1140k|    58 | 11502 |  88M| 375 |   - |1677 |  51k|6316 |   0 |   0 |  30 | 993k|  21 | 1.330000e+02 |      --      |    Inf 
1800.07/1800.80	c 
1800.07/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.80	c Solving Time (sec) : 1775.13
1800.07/1800.80	c Solving Nodes      : 1148779
1800.07/1800.80	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.80	c Dual Bound         : +1.33000000000001e+02
1800.07/1800.80	c Gap                : infinite
1800.07/1800.80	c NODE         1148779
1800.07/1800.80	c DUAL BOUND   133
1800.07/1800.80	c PRIMAL BOUND 1e+20
1800.07/1800.80	c GAP          1e+20
1800.07/1800.80	s UNKNOWN
1800.07/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.80	c Solving Time       :    1775.13
1800.07/1800.80	c Original Problem   :
1800.07/1800.80	c   Problem name     : HOME/instance-1885048-1245262387.opb
1800.07/1800.80	c   Variables        : 1677 (1677 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.80	c   Constraints      : 15063 initial, 15063 maximal
1800.07/1800.80	c Presolved Problem  :
1800.07/1800.80	c   Problem name     : t_HOME/instance-1885048-1245262387.opb
1800.07/1800.80	c   Variables        : 1677 (1677 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.80	c   Constraints      : 14663 initial, 63038 maximal
1800.07/1800.80	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.80	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.80	c   linear           :       0.11          0          0          0          0          0        400          0          0
1800.07/1800.80	c   logicor          :       0.05          0          0          0          0          0          0          0          0
1800.07/1800.80	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.80	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.80	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.07/1800.80	c   logicor          :      14663+         5    5421898          0          0     579904   39801343          0          0          0
1800.07/1800.80	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.80	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.80	c   integral         :      57.46       0.00       0.00      57.46       0.00
1800.07/1800.80	c   logicor          :     626.41       0.00     626.41       0.00       0.00
1800.07/1800.80	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.80	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.80	c   rootredcost      :       2.21          0          0          0
1800.07/1800.80	c   pseudoobj        :     476.87    6579715          0          0
1800.07/1800.80	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.80	c   propagation      :     231.79     579904     579904     579904       31.7     422599       28.6          -
1800.07/1800.80	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.80	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.80	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.80	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.80	c   applied globally :          -          -          -    1001970       30.3          -          -          -
1800.07/1800.80	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.80	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.80	c   cut pool         :       0.03          4          -          -         44          -    (maximal pool size: 1541)
1800.07/1800.80	c   redcost          :       0.00          5          0          0          0          0
1800.07/1800.80	c   impliedbounds    :       0.01          5          0          0          0          0
1800.07/1800.80	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.80	c   gomory           :      87.26          5          0          0        350          0
1800.07/1800.80	c   strongcg         :       5.76          5          0          0       2500          0
1800.07/1800.80	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.80	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.80	c   clique           :       0.08          5          0          0         39          0
1800.07/1800.80	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.80	c   mcf              :       0.03          1          0          0          0          0
1800.07/1800.80	c Pricers            :       Time      Calls       Vars
1800.07/1800.80	c   problem variables:       0.00          0          0
1800.07/1800.80	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.80	c   relpscost        :      57.46          1          0          0          0          0          2
1800.07/1800.80	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.80	c   inference        :      94.50     854468          0          0          0          0    1708936
1800.07/1800.80	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.80	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.80	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.80	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.80	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.80	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.80	c   LP solutions     :       0.00          -          0
1800.07/1800.80	c   pseudo solutions :       0.00          -          0
1800.07/1800.80	c   simplerounding   :       0.00          0          0
1800.07/1800.80	c   rounding         :       0.00          0          0
1800.07/1800.80	c   shifting         :       0.00          0          0
1800.07/1800.80	c   intshifting      :       0.00          0          0
1800.07/1800.80	c   oneopt           :       0.00          0          0
1800.07/1800.80	c   fixandinfer      :       0.00          0          0
1800.07/1800.80	c   feaspump         :       0.00          0          0
1800.07/1800.80	c   coefdiving       :       0.00          0          0
1800.07/1800.80	c   pscostdiving     :       0.00          0          0
1800.07/1800.80	c   fracdiving       :       0.00          0          0
1800.07/1800.80	c   veclendiving     :       0.00          0          0
1800.07/1800.80	c   intdiving        :       0.00          0          0
1800.07/1800.80	c   actconsdiving    :       0.00          0          0
1800.07/1800.80	c   objpscostdiving  :       0.00          0          0
1800.07/1800.80	c   rootsoldiving    :       0.00          0          0
1800.07/1800.80	c   linesearchdiving :       0.00          0          0
1800.07/1800.80	c   guideddiving     :       0.00          0          0
1800.07/1800.80	c   octane           :       0.00          0          0
1800.07/1800.80	c   rens             :       0.00          0          0
1800.07/1800.80	c   rins             :       0.00          0          0
1800.07/1800.80	c   localbranching   :       0.00          0          0
1800.07/1800.80	c   mutation         :       0.00          0          0
1800.07/1800.80	c   crossover        :       0.00          0          0
1800.07/1800.80	c   dins             :       0.00          0          0
1800.07/1800.80	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.80	c   primal LP        :       0.03          0          0       0.00       0.00
1800.07/1800.80	c   dual LP          :      41.93          6      11502    1917.00     274.31
1800.07/1800.80	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.80	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.81	c   strong branching :      57.46         21      12464     593.52     216.92
1800.07/1800.81	c     (at root node) :          -         21      12464     593.52          -
1800.07/1800.81	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.81	c B&B Tree           :
1800.07/1800.81	c   number of runs   :          1
1800.07/1800.81	c   nodes            :    1148779
1800.07/1800.81	c   nodes (total)    :    1148779
1800.07/1800.81	c   nodes left       :         59
1800.07/1800.81	c   max depth        :        375
1800.07/1800.81	c   max depth (total):        375
1800.07/1800.81	c   backtracks       :     357491 (31.1%)
1800.07/1800.81	c   delayed cutoffs  :     560101
1800.07/1800.81	c   repropagations   :    1509771 (19670818 domain reductions, 285594 cutoffs)
1800.07/1800.81	c   avg switch length:       3.74
1800.07/1800.81	c   switching time   :     253.60
1800.07/1800.81	c Solution           :
1800.07/1800.81	c   Solutions found  :          0 (0 improvements)
1800.07/1800.81	c   Primal Bound     :          -
1800.07/1800.81	c   Dual Bound       : +1.33000000000001e+02
1800.07/1800.81	c   Gap              :   infinite
1800.07/1800.81	c   Root Dual Bound  : +1.33000000000000e+02
1800.17/1800.97	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-1885048-1245262387/watcher-1885048-1245262387 -o /tmp/evaluation-result-1885048-1245262387/solver-1885048-1245262387 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885048-1245262387.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: 0.93 0.99 0.96 3/64 13305
/proc/meminfo: memFree=1353480/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=5812 CPUtime=0
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 193839447 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/13305/statm: 1453 501 332 1256 0 192 0

[startup+0.08958 s]
/proc/loadavg: 0.93 0.99 0.96 3/64 13305
/proc/meminfo: memFree=1353480/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=13592 CPUtime=0.07
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 2383 0 0 0 7 0 0 0 18 0 1 0 193839447 13918208 2367 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13305/statm: 3398 2367 376 1256 0 2137 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13592

[startup+0.102581 s]
/proc/loadavg: 0.93 0.99 0.96 3/64 13305
/proc/meminfo: memFree=1353480/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=14556 CPUtime=0.09
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 2625 0 0 0 9 0 0 0 18 0 1 0 193839447 14905344 2609 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13305/statm: 3639 2609 376 1256 0 2378 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14556

[startup+0.302624 s]
/proc/loadavg: 0.93 0.99 0.96 3/64 13305
/proc/meminfo: memFree=1353480/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=31324 CPUtime=0.29
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 6990 0 0 0 27 2 0 0 19 0 1 0 193839447 32075776 6620 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 7831 6620 459 1256 0 6570 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31324

[startup+0.70171 s]
/proc/loadavg: 0.93 0.99 0.96 3/64 13305
/proc/meminfo: memFree=1353480/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=60144 CPUtime=0.69
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 13339 0 0 0 62 7 0 0 17 0 1 0 193839447 61587456 12858 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 15036 12858 602 1256 0 13775 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60144

[startup+1.50188 s]
/proc/loadavg: 0.93 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1303168/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=62432 CPUtime=1.49
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 14192 0 0 0 141 8 0 0 24 0 1 0 193839447 63930368 13387 1992294400 4194304 9342243 548682068736 18446744073709551615 6366257 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 15608 13387 602 1256 0 14347 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62432

[startup+3.10123 s]
/proc/loadavg: 0.93 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1301184/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=63596 CPUtime=3.08
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 15373 0 0 0 299 9 0 0 25 0 1 0 193839447 65122304 13392 1992294400 4194304 9342243 548682068736 18446744073709551615 6959748 0 0 4096 16384 0 0 0 17 0 0 0
/proc/13305/statm: 15899 13392 602 1256 0 14638 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63596

[startup+6.30191 s]
/proc/loadavg: 0.93 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1301696/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=63784 CPUtime=6.27
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 15864 0 0 0 618 9 0 0 25 0 1 0 193839447 65314816 13501 1992294400 4194304 9342243 548682068736 18446744073709551615 4339152 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 15946 13501 621 1256 0 14685 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 63784

[startup+12.7013 s]
/proc/loadavg: 0.94 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1301376/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=63784 CPUtime=12.67
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 15935 0 0 0 1257 10 0 0 25 0 1 0 193839447 65314816 13572 1992294400 4194304 9342243 548682068736 18446744073709551615 4345380 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 15946 13572 621 1256 0 14685 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 63784

[startup+25.502 s]
/proc/loadavg: 0.95 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1283392/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=80788 CPUtime=25.48
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 20451 0 0 0 2533 15 0 0 25 0 1 0 193839447 82726912 18087 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 20197 18087 635 1256 0 18936 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 80788

[startup+51.1025 s]
/proc/loadavg: 0.97 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1272448/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=92952 CPUtime=51.06
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 23878 0 0 0 5086 20 0 0 25 0 1 0 193839447 95182848 20770 1992294400 4194304 9342243 548682068736 18446744073709551615 6237437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 23238 20770 635 1256 0 21977 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 92952

[startup+102.304 s]
/proc/loadavg: 0.98 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1251456/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=114864 CPUtime=102.25
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 30117 0 0 0 10194 31 0 0 25 0 1 0 193839447 117620736 26060 1992294400 4194304 9342243 548682068736 18446744073709551615 6952591 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 28716 26060 635 1256 0 27455 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 114864

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1239296/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=135400 CPUtime=162.22
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 37470 0 0 0 16180 42 0 0 25 0 1 0 193839447 138649600 29082 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 33850 29082 640 1256 0 32589 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 135400

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1238016/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=123448 CPUtime=222.19
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 40156 0 0 0 22126 93 0 0 25 0 1 0 193839447 126410752 29429 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 30862 29429 662 1256 0 29601 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 123448

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1236544/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=124936 CPUtime=282.17
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 40518 0 0 0 28040 177 0 0 25 0 1 0 193839447 127934464 29791 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 31234 29791 662 1256 0 29973 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 124936

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1235392/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=126080 CPUtime=342.14
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 40788 0 0 0 33949 265 0 0 25 0 1 0 193839447 129105920 30061 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 31520 30061 662 1256 0 30259 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 126080

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1234560/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=126960 CPUtime=402.12
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 41010 0 0 0 39859 353 0 0 25 0 1 0 193839447 130007040 30283 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 31740 30283 662 1256 0 30479 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 126960

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1232512/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=129020 CPUtime=462.1
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 41496 0 0 0 45770 440 0 0 25 0 1 0 193839447 132116480 30769 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 32255 30769 662 1256 0 30994 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 129020

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1231040/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=130388 CPUtime=522.07
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 41859 0 0 0 51678 529 0 0 25 0 1 0 193839447 133517312 31132 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 32597 31132 662 1256 0 31336 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 130388

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1230912/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=130524 CPUtime=582.05
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 41892 0 0 0 57587 618 0 0 25 0 1 0 193839447 133656576 31165 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 32631 31165 662 1256 0 31370 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 130524

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1230720/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=130792 CPUtime=642.03
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 41934 0 0 0 63498 705 0 0 25 0 1 0 193839447 133931008 31207 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 32698 31207 662 1256 0 31437 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 130792

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1229888/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=131792 CPUtime=881.94
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 42178 0 0 0 87135 1059 0 0 25 0 1 0 193839447 134955008 31451 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 32948 31451 662 1256 0 31687 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 131792

[startup+942.302 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1229824/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=131792 CPUtime=941.9
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 42199 0 0 0 93044 1146 0 0 25 0 1 0 193839447 134955008 31472 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 32948 31472 662 1256 0 31687 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 131792

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1229632/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=131932 CPUtime=1001.89
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 42228 0 0 0 98953 1236 0 0 25 0 1 0 193839447 135098368 31501 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 32983 31501 662 1256 0 31722 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 131932

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1229504/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=132068 CPUtime=1061.86
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 42258 0 0 0 104856 1330 0 0 25 0 1 0 193839447 135237632 31531 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 33017 31531 662 1256 0 31756 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 132068

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1229440/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=132204 CPUtime=1121.84
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 42282 0 0 0 110766 1418 0 0 25 0 1 0 193839447 135376896 31555 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 33051 31555 662 1256 0 31790 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 132204

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1228608/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=133200 CPUtime=1181.81
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 42492 0 0 0 116663 1518 0 0 25 0 1 0 193839447 136396800 31765 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 33300 31765 662 1256 0 32039 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 133200

[startup+1242.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1225344/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=136644 CPUtime=1241.79
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 43277 0 0 0 122573 1606 0 0 25 0 1 0 193839447 139923456 32550 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 34161 32550 662 1256 0 32900 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 136644

[startup+1302.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1222912/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=139236 CPUtime=1301.77
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 43877 0 0 0 128481 1696 0 0 25 0 1 0 193839447 142577664 33150 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 34809 33150 662 1256 0 33548 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 139236

[startup+1362.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1218816/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=143412 CPUtime=1361.74
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 44903 0 0 0 134383 1791 0 0 25 0 1 0 193839447 146853888 34176 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 35853 34176 662 1256 0 34592 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 143412

[startup+1422.31 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1214912/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=147828 CPUtime=1421.72
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 45878 0 0 0 140288 1884 0 0 25 0 1 0 193839447 151375872 35151 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 36957 35151 662 1256 0 35696 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 147828

[startup+1482.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1210560/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=152548 CPUtime=1481.7
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 46948 0 0 0 146186 1984 0 0 25 0 1 0 193839447 156209152 36221 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 38137 36221 662 1256 0 36876 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 152548

[startup+1542.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1209600/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=153816 CPUtime=1541.67
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 47177 0 0 0 152090 2077 0 0 25 0 1 0 193839447 157507584 36450 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 38454 36450 662 1256 0 37193 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 153816

[startup+1602.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1204032/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=159760 CPUtime=1601.65
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 48563 0 0 0 157993 2172 0 0 25 0 1 0 193839447 163594240 37836 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 39940 37836 662 1256 0 38679 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 159760

[startup+1662.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1204032/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=159760 CPUtime=1661.63
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 48563 0 0 0 163899 2264 0 0 25 0 1 0 193839447 163594240 37836 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 39940 37836 662 1256 0 38679 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 159760

[startup+1722.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1203968/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=159760 CPUtime=1721.6
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 48563 0 0 0 169806 2354 0 0 25 0 1 0 193839447 163594240 37836 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 39940 37836 662 1256 0 38679 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 159760

[startup+1782.3 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1203968/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=159760 CPUtime=1781.58
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 48563 0 0 0 175714 2444 0 0 25 0 1 0 193839447 163594240 37836 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 39940 37836 662 1256 0 38679 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 159760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1203968/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=159760 CPUtime=1800.07
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 48563 0 0 0 177536 2471 0 0 25 0 1 0 193839447 163594240 37836 1992294400 4194304 9342243 548682068736 18446744073709551615 5100355 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13305/statm: 39940 37836 662 1256 0 38679 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 159760

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

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

[startup+1800.91 s]
/proc/loadavg: 0.99 0.99 0.96 2/65 13306
/proc/meminfo: memFree=1203968/2055920 swapFree=4192812/4192956
[pid=13305] ppid=13303 vsize=160184 CPUtime=1800.17
/proc/13305/stat : 13305 (pbscip.linux.x8) R 13303 13305 12342 0 -1 4194304 48670 0 0 0 177546 2471 0 0 25 0 1 0 193839447 164028416 37943 1992294400 4194304 9342243 548682068736 18446744073709551615 5854325 0 0 4096 0 0 0 0 17 1 0 0
/proc/13305/statm: 40046 37943 668 1256 0 38785 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 160184

Child status: 0
Real time (s): 1800.97
CPU time (s): 1800.25
CPU user time (s): 1775.5
CPU system time (s): 24.7442
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 160184

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

runsolver used 1.3068 second user time and 3.77143 second system time

The end

Launcher Data

Begin job on node10 at 2009-06-17 20:13:07
IDJOB=1885048
IDBENCH=72018
IDSOLVER=684
FILE ID=node10/1885048-1245262387
PBS_JOBID= 9372443
Free space on /tmp= 65988 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/edgematching/compact/em_7_4_9_cmp.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-1885048-1245262387/watcher-1885048-1245262387 -o /tmp/evaluation-result-1885048-1245262387/solver-1885048-1245262387 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885048-1245262387.opb

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

MD5SUM BENCH= 52c4c6359c536e769bec6b6b810e5b54
RANDOM SEED=589411723

node10.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.263
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.263
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:       1353896 kB
Buffers:         65308 kB
Cached:         565596 kB
SwapCached:          0 kB
Active:         104564 kB
Inactive:       539792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1353896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12260 kB
Writeback:           0 kB
Mapped:          23232 kB
Slab:            43660 kB
Committed_AS:   214780 kB
PageTables:       1376 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= 65976 MiB
End job on node10 at 2009-06-17 20:43:10