Trace number 1885098

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.26 1800.78

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/edgematching/
explicit/em_7_3_6_exp.opb
MD5SUM088240707288065cf67314551900c808
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 benchmark12.7001
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1473
Total number of constraints22887
Number of constraints which are clauses22887
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.29/0.31	c SCIP version 1.1.0.7
0.29/0.31	c LP-Solver Clp 1.8.2
0.29/0.31	c user parameter file <scip.set> not found - using default parameters
0.29/0.31	c read problem <HOME/instance-1885098-1245263031.opb>
0.29/0.31	c original problem has 1473 variables (1473 bin, 0 int, 0 impl, 0 cont) and 22887 constraints
0.29/0.37	c No objective function, only one solution is needed.
0.29/0.37	c start presolving problem
0.29/0.37	c presolving:
0.59/0.63	c (round 1) 0 del vars, 350 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 22537 upgd conss, 49426 impls, 0 clqs
0.59/0.66	c presolving (2 rounds):
0.59/0.66	c  0 deleted vars, 350 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.66	c  49426 implications, 0 cliques
0.59/0.66	c presolved problem has 1473 variables (1473 bin, 0 int, 0 impl, 0 cont) and 22537 constraints
0.59/0.66	c   22537 constraints of type <logicor>
0.59/0.66	c transformed objective value is always integral (scale: 1)
0.59/0.66	c Presolving Time: 0.23
0.59/0.66	c PURESAT
0.59/0.66	c -----------------------------------------------------------------------------------------------
0.59/0.66	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.66	c separating/flowcover/freq = c -1
0.59/0.66	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.66	c separating/cmir/freq = c -1
0.59/0.66	c # additional number of allowed LP iterations
0.59/0.66	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.66	c heuristics/veclendiving/maxlpiterofs = c 1500
0.59/0.66	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.66	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.59/0.66	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.66	c heuristics/veclendiving/freq = c -1
0.59/0.66	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.66	c heuristics/simplerounding/freq = c -1
0.59/0.66	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.66	c heuristics/shifting/freq = c -1
0.59/0.66	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.66	c heuristics/rounding/freq = c -1
0.59/0.66	c # additional number of allowed LP iterations
0.59/0.66	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.66	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.59/0.66	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.59/0.66	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.59/0.66	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.66	c heuristics/rootsoldiving/freq = c -1
0.59/0.66	c # number of nodes added to the contingent of the total nodes
0.59/0.66	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.59/0.66	c heuristics/rens/nodesofs = c 2000
0.59/0.66	c # minimum percentage of integer variables that have to be fixable 
0.59/0.66	c # [type: real, range: [0,1], default: 0.5]
0.59/0.66	c heuristics/rens/minfixingrate = c 0.3
0.59/0.66	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.66	c heuristics/rens/freq = c -1
0.59/0.66	c # additional number of allowed LP iterations
0.59/0.66	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.66	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.59/0.66	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.66	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.59/0.66	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.66	c heuristics/pscostdiving/freq = c -1
0.59/0.66	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.66	c heuristics/oneopt/freq = c -1
0.59/0.66	c # additional number of allowed LP iterations
0.59/0.66	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.66	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.59/0.66	c # maximal fraction of diving LP iterations compared to total iteration number
0.59/0.66	c # [type: real, range: [0,1], default: 0.01]
0.59/0.66	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.59/0.66	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.66	c heuristics/objpscostdiving/freq = c -1
0.59/0.66	c # additional number of allowed LP iterations
0.59/0.66	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.66	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.59/0.66	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.66	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.59/0.66	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.66	c heuristics/linesearchdiving/freq = c -1
0.59/0.66	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.66	c heuristics/intshifting/freq = c -1
0.59/0.66	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.66	c heuristics/intdiving/maxlpiterquot = c 0.075
0.59/0.66	c # additional number of allowed LP iterations
0.59/0.66	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.66	c heuristics/guideddiving/maxlpiterofs = c 1500
0.59/0.66	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.66	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.59/0.66	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.66	c heuristics/guideddiving/freq = c -1
0.59/0.66	c # additional number of allowed LP iterations
0.59/0.66	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.66	c heuristics/fracdiving/maxlpiterofs = c 1500
0.59/0.66	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.66	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.59/0.66	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.66	c heuristics/fracdiving/freq = c -1
0.59/0.66	c # additional number of allowed LP iterations
0.59/0.66	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.66	c heuristics/feaspump/maxlpiterofs = c 2000
0.59/0.66	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 20]
0.59/0.66	c heuristics/feaspump/freq = c -1
0.59/0.66	c # minimum percentage of integer variables that have to be fixed 
0.59/0.66	c # [type: real, range: [0,1], default: 0.666]
0.59/0.66	c heuristics/crossover/minfixingrate = c 0.5
0.59/0.66	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.59/0.66	c # [type: real, range: [0,1], default: 0.1]
0.59/0.66	c heuristics/crossover/nodesquot = c 0.15
0.59/0.66	c # number of nodes without incumbent change that heuristic should wait
0.59/0.66	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.59/0.66	c heuristics/crossover/nwaitingnodes = c 100
0.59/0.66	c # number of nodes added to the contingent of the total nodes
0.59/0.66	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.59/0.66	c heuristics/crossover/nodesofs = c 750
0.59/0.66	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 30]
0.59/0.66	c heuristics/crossover/freq = c -1
0.59/0.66	c # additional number of allowed LP iterations
0.59/0.66	c # [type: int, range: [0,2147483647], default: 1000]
0.59/0.66	c heuristics/coefdiving/maxlpiterofs = c 1500
0.59/0.66	c # maximal fraction of diving LP iterations compared to node LP iterations
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.59/0.66	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.59/0.66	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 10]
0.59/0.66	c heuristics/coefdiving/freq = c -1
0.59/0.66	c # priority of node selection rule <dfs> in standard mode
0.59/0.66	c # [type: int, range: [-536870912,536870911], default: 0]
0.59/0.66	c nodeselection/dfs/stdpriority = c 1000000
0.59/0.66	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.66	c presolving/probing/maxrounds = c 0
0.59/0.66	c # should presolving try to simplify knapsacks
0.59/0.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.66	c constraints/knapsack/simplifyinequalities = c TRUE
0.59/0.66	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.59/0.66	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.59/0.66	c constraints/knapsack/disaggregation = c FALSE
0.59/0.66	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.59/0.67	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.67	c constraints/knapsack/maxnumcardlift = c 0
0.59/0.67	c # should presolving try to simplify inequalities
0.59/0.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.67	c constraints/linear/simplifyinequalities = c TRUE
0.59/0.67	c # maximal number of separation rounds in the root node (-1: unlimited)
0.59/0.67	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.67	c separating/maxroundsroot = c 5
0.59/0.67	c # maximal number of separation rounds per node (-1: unlimited)
0.59/0.67	c # [type: int, range: [-1,2147483647], default: 5]
0.59/0.67	c separating/maxrounds = c 1
0.59/0.67	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.59/0.67	c # [type: char, range: {lafpsqd}, default: l]
0.59/0.67	c lp/pricing = c a
0.59/0.67	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.59/0.67	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.67	c lp/solvefreq = c 0
0.59/0.67	c # solving stops, if the given number of solutions were found (-1: no limit)
0.59/0.67	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.67	c limits/solutions = c 1
0.59/0.67	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.67	c limits/memory = c 1620
0.59/0.67	c # maximal time in seconds to run
0.59/0.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.67	c limits/time = c 1791
0.59/0.67	c # frequency for displaying node information lines
0.59/0.67	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.67	c display/freq = c 10000
0.59/0.67	c # should enforcement of pseudo solution be disabled?
0.59/0.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.67	c constraints/disableenfops = c TRUE
0.59/0.67	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.59/0.67	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.67	c constraints/agelimit = c 1
0.59/0.67	c # should binary conflicts be preferred?
0.59/0.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.67	c conflict/preferbinary = c TRUE
0.59/0.67	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.59/0.67	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.67	c conflict/interconss = c 0
0.59/0.67	c -----------------------------------------------------------------------------------------------
0.59/0.67	c start solving problem
0.59/0.67	c 
3.19/3.24	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.19/3.24	c   2.8s|     1 |     0 |  1295 |  29M|   0 | 648 |1473 |  22k|  22k|1473 |  22k|   0 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
26.77/26.80	c  26.3s|     1 |     0 |  2046 |  34M|   0 | 617 |1473 |  22k|  22k|1473 |  22k|   6 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
52.08/52.14	c  51.6s|     1 |     0 |  3003 |  39M|   0 | 707 |1473 |  22k|  22k|1473 |  22k|  17 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
81.37/81.44	c  80.9s|     1 |     0 |  4180 |  44M|   0 | 720 |1473 |  22k|  22k|1473 |  22k|  25 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
119.95/120.07	c   119s|     1 |     0 |  6927 |  50M|   0 | 897 |1473 |  22k|  22k|1473 |  22k|  32 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
160.35/160.41	c   160s|     1 |     0 |  9443 |  54M|   0 | 930 |1473 |  22k|  22k|1473 |  22k|  43 |   0 |   0 | 1.330000e+02 |      --      |    Inf 
244.92/245.01	c   244s|     1 |     2 |  9443 |  54M|   0 | 930 |1473 |  22k|  22k|1473 |  22k|  43 |   0 |  22 | 1.330000e+02 |      --      |    Inf 
257.91/258.09	c   257s| 10000 |   171 |  9443 |  55M| 450 |   - |1473 |  22k|9686 |   0 |   0 |  43 |9878 |  22 | 1.330000e+02 |      --      |    Inf 
270.81/270.90	c   270s| 20000 |   156 |  9443 |  55M| 450 |   - |1473 |  22k|  11k|   0 |   0 |  43 |  20k|  22 | 1.330000e+02 |      --      |    Inf 
282.81/282.99	c   282s| 30000 |   152 |  9443 |  55M| 450 |   - |1473 |  23k|  12k|   0 |   0 |  43 |  30k|  22 | 1.330000e+02 |      --      |    Inf 
294.20/294.39	c   293s| 40000 |   164 |  9443 |  56M| 450 |   - |1473 |  23k|  11k|   0 |   0 |  43 |  42k|  22 | 1.330000e+02 |      --      |    Inf 
306.40/306.59	c   305s| 50000 |   150 |  9443 |  55M| 450 |   - |1473 |  22k|  11k|   0 |   0 |  43 |  55k|  22 | 1.330000e+02 |      --      |    Inf 
320.30/320.46	c   318s| 60000 |   132 |  9443 |  56M| 450 |   - |1473 |  24k|7779 |   0 |   0 |  43 |  70k|  22 | 1.330000e+02 |      --      |    Inf 
333.80/333.99	c   332s| 70000 |   135 |  9443 |  56M| 450 |   - |1473 |  24k|7766 |   0 |   0 |  43 |  83k|  22 | 1.330000e+02 |      --      |    Inf 
348.19/348.32	c   346s| 80000 |   118 |  9443 |  56M| 450 |   - |1473 |  24k|7806 |   0 |   0 |  43 |  95k|  22 | 1.330000e+02 |      --      |    Inf 
359.68/359.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.68/359.82	c   357s| 90000 |   120 |  9443 |  56M| 450 |   - |1473 |  25k|8717 |   0 |   0 |  43 | 107k|  22 | 1.330000e+02 |      --      |    Inf 
372.58/372.74	c   370s|100000 |   120 |  9443 |  57M| 450 |   - |1473 |  28k|7708 |   0 |   0 |  43 | 121k|  22 | 1.330000e+02 |      --      |    Inf 
385.47/385.67	c   383s|110000 |   124 |  9443 |  58M| 450 |   - |1473 |  32k|8819 |   0 |   0 |  43 | 133k|  22 | 1.330000e+02 |      --      |    Inf 
398.08/398.28	c   395s|120000 |   115 |  9443 |  60M| 450 |   - |1473 |  37k|7786 |   0 |   0 |  43 | 146k|  22 | 1.330000e+02 |      --      |    Inf 
410.57/410.74	c   407s|130000 |   125 |  9443 |  61M| 450 |   - |1473 |  42k|9561 |   0 |   0 |  43 | 159k|  22 | 1.330000e+02 |      --      |    Inf 
423.06/423.24	c   420s|140000 |   127 |  9443 |  59M| 450 |   - |1473 |  29k|8359 |   0 |   0 |  43 | 172k|  22 | 1.330000e+02 |      --      |    Inf 
434.66/434.85	c   431s|150000 |   119 |  9443 |  59M| 450 |   - |1473 |  30k|8566 |   0 |   0 |  43 | 186k|  22 | 1.330000e+02 |      --      |    Inf 
447.46/447.69	c   444s|160000 |   115 |  9443 |  60M| 450 |   - |1473 |  33k|8763 |   0 |   0 |  43 | 197k|  22 | 1.330000e+02 |      --      |    Inf 
460.46/460.61	c   456s|170000 |   115 |  9443 |  58M| 450 |   - |1473 |  27k|  11k|   0 |   0 |  43 | 210k|  22 | 1.330000e+02 |      --      |    Inf 
473.15/473.31	c   469s|180000 |   115 |  9443 |  58M| 450 |   - |1473 |  28k|9307 |   0 |   0 |  43 | 221k|  22 | 1.330000e+02 |      --      |    Inf 
485.75/485.92	c   481s|190000 |   119 |  9443 |  59M| 450 |   - |1473 |  28k|6275 |   0 |   0 |  43 | 235k|  22 | 1.330000e+02 |      --      |    Inf 
498.15/498.31	c   494s|200000 |   122 |  9443 |  60M| 450 |   - |1473 |  32k|7632 |   0 |   0 |  43 | 249k|  22 | 1.330000e+02 |      --      |    Inf 
510.15/510.40	c   506s|210000 |   119 |  9443 |  60M| 450 |   - |1473 |  33k|8405 |   0 |   0 |  43 | 264k|  22 | 1.330000e+02 |      --      |    Inf 
522.93/523.19	c   518s|220000 |   116 |  9443 |  59M| 450 |   - |1473 |  28k|9607 |   0 |   0 |  43 | 275k|  22 | 1.330000e+02 |      --      |    Inf 
536.64/536.85	c   532s|230000 |   122 |  9443 |  60M| 450 |   - |1473 |  32k|8527 |   0 |   0 |  43 | 287k|  22 | 1.330000e+02 |      --      |    Inf 
550.63/550.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
550.63/550.82	c   545s|240000 |   111 |  9443 |  60M| 450 |   - |1473 |  32k|8917 |   0 |   0 |  43 | 299k|  22 | 1.330000e+02 |      --      |    Inf 
563.63/563.86	c   558s|250000 |   109 |  9443 |  61M| 450 |   - |1473 |  35k|8180 |   0 |   0 |  43 | 310k|  22 | 1.330000e+02 |      --      |    Inf 
575.42/575.69	c   570s|260000 |   106 |  9443 |  62M| 450 |   - |1473 |  38k|7451 |   0 |   0 |  43 | 322k|  22 | 1.330000e+02 |      --      |    Inf 
587.92/588.12	c   582s|270000 |   120 |  9443 |  62M| 450 |   - |1473 |  40k|6565 |   0 |   0 |  43 | 332k|  22 | 1.330000e+02 |      --      |    Inf 
601.02/601.25	c   595s|280000 |   120 |  9443 |  60M| 450 |   - |1473 |  31k|9511 |   0 |   0 |  43 | 345k|  22 | 1.330000e+02 |      --      |    Inf 
614.72/614.92	c   609s|290000 |   124 |  9443 |  60M| 450 |   - |1473 |  32k|7698 |   0 |   0 |  43 | 355k|  22 | 1.330000e+02 |      --      |    Inf 
627.81/628.07	c   621s|300000 |   110 |  9443 |  61M| 450 |   - |1473 |  35k|7184 |   0 |   0 |  43 | 366k|  22 | 1.330000e+02 |      --      |    Inf 
640.30/640.54	c   634s|310000 |   129 |  9443 |  61M| 450 |   - |1473 |  36k|9793 |   0 |   0 |  43 | 376k|  22 | 1.330000e+02 |      --      |    Inf 
654.10/654.35	c   647s|320000 |   123 |  9443 |  62M| 450 |   - |1473 |  38k|  11k|   0 |   0 |  43 | 385k|  22 | 1.330000e+02 |      --      |    Inf 
666.40/666.68	c   660s|330000 |   127 |  9443 |  60M| 450 |   - |1473 |  31k|  12k|   0 |   0 |  43 | 397k|  22 | 1.330000e+02 |      --      |    Inf 
680.10/680.33	c   673s|340000 |   111 |  9443 |  61M| 450 |   - |1473 |  34k|  11k|   0 |   0 |  43 | 410k|  22 | 1.330000e+02 |      --      |    Inf 
693.69/693.97	c   686s|350000 |   120 |  9443 |  62M| 450 |   - |1473 |  38k|8565 |   0 |   0 |  43 | 423k|  22 | 1.330000e+02 |      --      |    Inf 
707.59/707.82	c   700s|360000 |   133 |  9443 |  62M| 450 |   - |1473 |  40k|  10k|   0 |   0 |  43 | 432k|  22 | 1.330000e+02 |      --      |    Inf 
721.08/721.35	c   713s|370000 |   125 |  9443 |  63M| 450 |   - |1473 |  42k|7455 |   0 |   0 |  43 | 443k|  22 | 1.330000e+02 |      --      |    Inf 
734.88/735.11	c   727s|380000 |   117 |  9443 |  61M| 450 |   - |1473 |  33k|9619 |   0 |   0 |  43 | 452k|  22 | 1.330000e+02 |      --      |    Inf 
749.28/749.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
749.28/749.53	c   741s|390000 |   129 |  9443 |  61M| 450 |   - |1473 |  36k|  10k|   0 |   0 |  43 | 462k|  22 | 1.330000e+02 |      --      |    Inf 
763.87/764.13	c   755s|400000 |   107 |  9443 |  62M| 450 |   - |1473 |  38k|7366 |   0 |   0 |  43 | 473k|  22 | 1.330000e+02 |      --      |    Inf 
777.66/777.99	c   769s|410000 |   113 |  9443 |  61M| 450 |   - |1473 |  33k|7256 |   0 |   0 |  43 | 483k|  22 | 1.330000e+02 |      --      |    Inf 
792.16/792.45	c   783s|420000 |   110 |  9443 |  61M| 450 |   - |1473 |  35k|8772 |   0 |   0 |  43 | 492k|  22 | 1.330000e+02 |      --      |    Inf 
805.76/806.01	c   797s|430000 |   157 |  9443 |  61M| 450 |   - |1473 |  36k|  12k|   0 |   0 |  43 | 502k|  22 | 1.330000e+02 |      --      |    Inf 
819.35/819.60	c   810s|440000 |   111 |  9443 |  61M| 450 |   - |1473 |  36k|9455 |   0 |   0 |  43 | 513k|  22 | 1.330000e+02 |      --      |    Inf 
834.35/834.65	c   825s|450000 |   117 |  9443 |  62M| 450 |   - |1473 |  35k|8010 |   0 |   0 |  43 | 527k|  22 | 1.330000e+02 |      --      |    Inf 
846.55/846.85	c   837s|460000 |   114 |  9443 |  62M| 450 |   - |1473 |  38k|8457 |   0 |   0 |  43 | 538k|  22 | 1.330000e+02 |      --      |    Inf 
859.04/859.34	c   849s|470000 |   116 |  9443 |  62M| 450 |   - |1473 |  37k|  10k|   0 |   0 |  43 | 548k|  22 | 1.330000e+02 |      --      |    Inf 
873.34/873.69	c   864s|480000 |   117 |  9443 |  63M| 450 |   - |1473 |  39k|7832 |   0 |   0 |  43 | 558k|  22 | 1.330000e+02 |      --      |    Inf 
886.03/886.30	c   876s|490000 |   116 |  9443 |  63M| 450 |   - |1473 |  41k|8196 |   0 |   0 |  43 | 568k|  22 | 1.330000e+02 |      --      |    Inf 
898.73/899.03	c   889s|500000 |   111 |  9443 |  63M| 450 |   - |1473 |  38k|8033 |   0 |   0 |  43 | 579k|  22 | 1.330000e+02 |      --      |    Inf 
912.43/912.71	c   902s|510000 |   127 |  9443 |  63M| 450 |   - |1473 |  40k|5947 |   0 |   0 |  43 | 588k|  22 | 1.330000e+02 |      --      |    Inf 
925.52/925.80	c   915s|520000 |   119 |  9443 |  64M| 450 |   - |1473 |  42k|6385 |   0 |   0 |  43 | 599k|  22 | 1.330000e+02 |      --      |    Inf 
939.92/940.22	c   929s|530000 |   108 |  9443 |  62M| 450 |   - |1473 |  38k|9229 |   0 |   0 |  43 | 611k|  22 | 1.330000e+02 |      --      |    Inf 
954.72/955.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
954.72/955.04	c   944s|540000 |   115 |  9443 |  63M| 450 |   - |1473 |  41k|9965 |   0 |   0 |  43 | 623k|  22 | 1.330000e+02 |      --      |    Inf 
966.91/967.24	c   956s|550000 |   129 |  9443 |  63M| 450 |   - |1473 |  39k|8298 |   0 |   0 |  43 | 632k|  22 | 1.330000e+02 |      --      |    Inf 
979.21/979.51	c   968s|560000 |   130 |  9443 |  63M| 450 |   - |1473 |  40k|9703 |   0 |   0 |  43 | 642k|  22 | 1.330000e+02 |      --      |    Inf 
992.41/992.79	c   981s|570000 |   115 |  9443 |  64M| 450 |   - |1473 |  41k|8439 |   0 |   0 |  43 | 653k|  22 | 1.330000e+02 |      --      |    Inf 
1006.71/1007.06	c   995s|580000 |   111 |  9443 |  64M| 450 |   - |1473 |  42k|8801 |   0 |   0 |  43 | 662k|  22 | 1.330000e+02 |      --      |    Inf 
1020.50/1020.85	c  1009s|590000 |   114 |  9443 |  64M| 450 |   - |1473 |  41k|9778 |   0 |   0 |  43 | 671k|  22 | 1.330000e+02 |      --      |    Inf 
1034.40/1034.75	c  1022s|600000 |   115 |  9443 |  64M| 450 |   - |1473 |  43k|9618 |   0 |   0 |  43 | 682k|  22 | 1.330000e+02 |      --      |    Inf 
1048.69/1049.05	c  1036s|610000 |   145 |  9443 |  64M| 450 |   - |1473 |  41k|8488 |   0 |   0 |  43 | 692k|  22 | 1.330000e+02 |      --      |    Inf 
1061.49/1061.83	c  1049s|620000 |   122 |  9443 |  64M| 450 |   - |1473 |  42k|9036 |   0 |   0 |  43 | 701k|  22 | 1.330000e+02 |      --      |    Inf 
1074.48/1074.88	c  1062s|630000 |   111 |  9443 |  64M| 450 |   - |1473 |  41k|8959 |   0 |   0 |  43 | 710k|  22 | 1.330000e+02 |      --      |    Inf 
1089.68/1090.08	c  1077s|640000 |   113 |  9443 |  64M| 450 |   - |1473 |  41k|9541 |   0 |   0 |  43 | 720k|  22 | 1.330000e+02 |      --      |    Inf 
1103.98/1104.32	c  1091s|650000 |   110 |  9443 |  64M| 450 |   - |1473 |  42k|9734 |   0 |   0 |  43 | 729k|  22 | 1.330000e+02 |      --      |    Inf 
1117.77/1118.11	c  1105s|660000 |   122 |  9443 |  65M| 450 |   - |1473 |  43k|  11k|   0 |   0 |  43 | 739k|  22 | 1.330000e+02 |      --      |    Inf 
1132.36/1132.80	c  1119s|670000 |   111 |  9443 |  65M| 450 |   - |1473 |  44k|8671 |   0 |   0 |  43 | 749k|  22 | 1.330000e+02 |      --      |    Inf 
1146.66/1147.01	c  1133s|680000 |   112 |  9443 |  65M| 450 |   - |1473 |  45k|9825 |   0 |   0 |  43 | 759k|  22 | 1.330000e+02 |      --      |    Inf 
1160.46/1160.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1160.46/1160.82	c  1147s|690000 |   111 |  9443 |  65M| 450 |   - |1473 |  43k|9978 |   0 |   0 |  43 | 769k|  22 | 1.330000e+02 |      --      |    Inf 
1174.96/1175.33	c  1161s|700000 |   114 |  9443 |  65M| 450 |   - |1473 |  44k|  12k|   0 |   0 |  43 | 779k|  22 | 1.330000e+02 |      --      |    Inf 
1188.66/1189.06	c  1174s|710000 |   104 |  9443 |  65M| 450 |   - |1473 |  43k|  10k|   0 |   0 |  43 | 790k|  22 | 1.330000e+02 |      --      |    Inf 
1203.25/1203.61	c  1189s|720000 |   108 |  9443 |  65M| 450 |   - |1473 |  45k|  10k|   0 |   0 |  43 | 799k|  22 | 1.330000e+02 |      --      |    Inf 
1218.04/1218.47	c  1203s|730000 |   101 |  9443 |  66M| 450 |   - |1473 |  46k|  10k|   0 |   0 |  43 | 810k|  22 | 1.330000e+02 |      --      |    Inf 
1232.33/1232.80	c  1218s|740000 |   107 |  9443 |  66M| 450 |   - |1473 |  48k|9648 |   0 |   0 |  43 | 820k|  22 | 1.330000e+02 |      --      |    Inf 
1246.64/1247.10	c  1232s|750000 |   114 |  9443 |  66M| 450 |   - |1473 |  47k|8527 |   0 |   0 |  43 | 830k|  22 | 1.330000e+02 |      --      |    Inf 
1260.43/1260.83	c  1245s|760000 |   104 |  9443 |  66M| 450 |   - |1473 |  46k|8301 |   0 |   0 |  43 | 839k|  22 | 1.330000e+02 |      --      |    Inf 
1274.72/1275.17	c  1259s|770000 |    97 |  9443 |  66M| 450 |   - |1473 |  47k|9633 |   0 |   0 |  43 | 849k|  22 | 1.330000e+02 |      --      |    Inf 
1289.12/1289.50	c  1273s|780000 |   121 |  9443 |  59M| 450 |   - |1473 |  23k|  14k|   0 |   0 |  43 | 859k|  22 | 1.330000e+02 |      --      |    Inf 
1302.52/1302.97	c  1287s|790000 |   146 |  9443 |  59M| 450 |   - |1473 |  24k|  14k|   0 |   0 |  43 | 869k|  22 | 1.330000e+02 |      --      |    Inf 
1316.81/1317.20	c  1301s|800000 |   100 |  9443 |  59M| 450 |   - |1473 |  23k|  10k|   0 |   0 |  43 | 878k|  22 | 1.330000e+02 |      --      |    Inf 
1330.51/1330.91	c  1314s|810000 |   144 |  9443 |  60M| 450 |   - |1473 |  25k|  14k|   0 |   0 |  43 | 888k|  22 | 1.330000e+02 |      --      |    Inf 
1343.71/1344.15	c  1327s|820000 |   100 |  9443 |  60M| 450 |   - |1473 |  24k|7762 |   0 |   0 |  43 | 897k|  22 | 1.330000e+02 |      --      |    Inf 
1357.10/1357.60	c  1341s|830000 |   101 |  9443 |  60M| 450 |   - |1473 |  24k|8865 |   0 |   0 |  43 | 906k|  22 | 1.330000e+02 |      --      |    Inf 
1370.20/1370.60	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1370.20/1370.60	c  1353s|840000 |   104 |  9443 |  60M| 450 |   - |1473 |  24k|9843 |   0 |   0 |  43 | 915k|  22 | 1.330000e+02 |      --      |    Inf 
1382.49/1382.93	c  1366s|850000 |    99 |  9443 |  60M| 450 |   - |1473 |  25k|9968 |   0 |   0 |  43 | 924k|  22 | 1.330000e+02 |      --      |    Inf 
1395.89/1396.32	c  1379s|860000 |   106 |  9443 |  60M| 450 |   - |1473 |  26k|9320 |   0 |   0 |  43 | 934k|  22 | 1.330000e+02 |      --      |    Inf 
1410.09/1410.59	c  1393s|870000 |   109 |  9443 |  60M| 450 |   - |1473 |  26k|9782 |   0 |   0 |  43 | 943k|  22 | 1.330000e+02 |      --      |    Inf 
1425.08/1425.59	c  1408s|880000 |   111 |  9443 |  60M| 450 |   - |1473 |  26k|9782 |   0 |   0 |  43 | 953k|  22 | 1.330000e+02 |      --      |    Inf 
1439.58/1440.08	c  1422s|890000 |   109 |  9443 |  61M| 450 |   - |1473 |  27k|  10k|   0 |   0 |  43 | 962k|  22 | 1.330000e+02 |      --      |    Inf 
1452.38/1452.86	c  1435s|900000 |   128 |  9443 |  61M| 450 |   - |1473 |  28k|8612 |   0 |   0 |  43 | 971k|  22 | 1.330000e+02 |      --      |    Inf 
1466.27/1466.74	c  1448s|910000 |   108 |  9443 |  61M| 450 |   - |1473 |  29k|  11k|   0 |   0 |  43 | 981k|  22 | 1.330000e+02 |      --      |    Inf 
1480.46/1480.97	c  1462s|920000 |   111 |  9443 |  61M| 450 |   - |1473 |  29k|  11k|   0 |   0 |  43 | 990k|  22 | 1.330000e+02 |      --      |    Inf 
1494.37/1494.86	c  1476s|930000 |   107 |  9443 |  62M| 450 |   - |1473 |  30k|8815 |   0 |   0 |  43 | 999k|  22 | 1.330000e+02 |      --      |    Inf 
1506.86/1507.31	c  1488s|940000 |   100 |  9443 |  62M| 450 |   - |1473 |  30k|  10k|   0 |   0 |  43 |1008k|  22 | 1.330000e+02 |      --      |    Inf 
1520.26/1520.78	c  1501s|950000 |   110 |  9443 |  62M| 450 |   - |1473 |  31k|8950 |   0 |   0 |  43 |1018k|  22 | 1.330000e+02 |      --      |    Inf 
1533.36/1533.86	c  1514s|960000 |   120 |  9443 |  62M| 450 |   - |1473 |  31k|8178 |   0 |   0 |  43 |1027k|  22 | 1.330000e+02 |      --      |    Inf 
1546.35/1546.86	c  1527s|970000 |   102 |  9443 |  62M| 450 |   - |1473 |  31k|8683 |   0 |   0 |  43 |1036k|  22 | 1.330000e+02 |      --      |    Inf 
1559.74/1560.22	c  1540s|980000 |   107 |  9443 |  63M| 450 |   - |1473 |  32k|9374 |   0 |   0 |  43 |1045k|  22 | 1.330000e+02 |      --      |    Inf 
1573.24/1573.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.24/1573.71	c  1554s|990000 |   103 |  9443 |  63M| 450 |   - |1473 |  33k|  10k|   0 |   0 |  43 |1054k|  22 | 1.330000e+02 |      --      |    Inf 
1587.14/1587.66	c  1567s|  1000k|   104 |  9443 |  63M| 450 |   - |1473 |  33k|8506 |   0 |   0 |  43 |1063k|  22 | 1.330000e+02 |      --      |    Inf 
1599.83/1600.34	c  1580s|  1010k|   113 |  9443 |  63M| 450 |   - |1473 |  33k|8075 |   0 |   0 |  43 |1071k|  22 | 1.330000e+02 |      --      |    Inf 
1612.73/1613.27	c  1593s|  1020k|   118 |  9443 |  64M| 450 |   - |1473 |  34k|9594 |   0 |   0 |  43 |1081k|  22 | 1.330000e+02 |      --      |    Inf 
1626.03/1626.51	c  1606s|  1030k|   101 |  9443 |  62M| 450 |   - |1473 |  32k|8340 |   0 |   0 |  43 |1091k|  22 | 1.330000e+02 |      --      |    Inf 
1639.22/1639.71	c  1619s|  1040k|   104 |  9443 |  63M| 450 |   - |1473 |  33k|7536 |   0 |   0 |  43 |1100k|  22 | 1.330000e+02 |      --      |    Inf 
1653.02/1653.58	c  1632s|  1050k|    95 |  9443 |  63M| 450 |   - |1473 |  33k|9431 |   0 |   0 |  43 |1110k|  22 | 1.330000e+02 |      --      |    Inf 
1667.02/1667.55	c  1646s|  1060k|   112 |  9443 |  63M| 450 |   - |1473 |  34k|8811 |   0 |   0 |  43 |1119k|  22 | 1.330000e+02 |      --      |    Inf 
1680.31/1680.87	c  1659s|  1070k|   104 |  9443 |  63M| 450 |   - |1473 |  34k|7894 |   0 |   0 |  43 |1127k|  22 | 1.330000e+02 |      --      |    Inf 
1694.80/1695.31	c  1673s|  1080k|   120 |  9443 |  63M| 450 |   - |1473 |  35k|8440 |   0 |   0 |  43 |1136k|  22 | 1.330000e+02 |      --      |    Inf 
1710.00/1710.52	c  1688s|  1090k|   117 |  9443 |  64M| 450 |   - |1473 |  36k|6512 |   0 |   0 |  43 |1146k|  22 | 1.330000e+02 |      --      |    Inf 
1725.50/1726.03	c  1704s|  1100k|   107 |  9443 |  64M| 450 |   - |1473 |  38k|7567 |   0 |   0 |  43 |1156k|  22 | 1.330000e+02 |      --      |    Inf 
1739.40/1739.93	c  1717s|  1110k|   121 |  9443 |  65M| 450 |   - |1473 |  40k|7125 |   0 |   0 |  43 |1165k|  22 | 1.330000e+02 |      --      |    Inf 
1753.58/1754.13	c  1731s|  1120k|   109 |  9443 |  66M| 450 |   - |1473 |  42k|7828 |   0 |   0 |  43 |1176k|  22 | 1.330000e+02 |      --      |    Inf 
1768.29/1768.85	c  1746s|  1130k|   108 |  9443 |  67M| 450 |   - |1473 |  45k|9551 |   0 |   0 |  43 |1187k|  22 | 1.330000e+02 |      --      |    Inf 
1782.18/1782.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1782.18/1782.71	c  1760s|  1140k|   110 |  9443 |  67M| 450 |   - |1473 |  47k|7993 |   0 |   0 |  43 |1198k|  22 | 1.330000e+02 |      --      |    Inf 
1796.38/1796.91	c  1774s|  1150k|   107 |  9443 |  68M| 450 |   - |1473 |  49k|9321 |   0 |   0 |  43 |1209k|  22 | 1.330000e+02 |      --      |    Inf 
1800.08/1800.61	c 
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.61	c Solving Time (sec) : 1777.29
1800.08/1800.61	c Solving Nodes      : 1152805
1800.08/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.61	c Dual Bound         : +1.33000000000002e+02
1800.08/1800.61	c Gap                : infinite
1800.08/1800.61	c NODE         1152805
1800.08/1800.61	c DUAL BOUND   133
1800.08/1800.61	c PRIMAL BOUND 1e+20
1800.08/1800.61	c GAP          1e+20
1800.08/1800.61	s UNKNOWN
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.61	c Solving Time       :    1777.29
1800.08/1800.61	c Original Problem   :
1800.08/1800.61	c   Problem name     : HOME/instance-1885098-1245263031.opb
1800.08/1800.61	c   Variables        : 1473 (1473 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.61	c   Constraints      : 22887 initial, 22887 maximal
1800.08/1800.61	c Presolved Problem  :
1800.08/1800.61	c   Problem name     : t_HOME/instance-1885098-1245263031.opb
1800.08/1800.61	c   Variables        : 1473 (1473 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.61	c   Constraints      : 22537 initial, 50586 maximal
1800.08/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   linear           :       0.15          0          0          0          0          0        350          0          0
1800.08/1800.61	c   logicor          :       0.06          0          0          0          0          0          0          0          0
1800.08/1800.61	c   root node        :          -         36          -          -         36          -          -          -          -
1800.08/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.61	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.08/1800.61	c   logicor          :      22537+         5    5060425          0          0     534150   25060941          0          0          0
1800.08/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.61	c   integral         :      84.51       0.00       0.00      84.51       0.00
1800.08/1800.61	c   logicor          :     622.77       0.00     622.77       0.00       0.00
1800.08/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.61	c   rootredcost      :       2.04          0          0          0
1800.08/1800.61	c   pseudoobj        :     393.15    6282812          0          0
1800.08/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.61	c   propagation      :     193.31     534150     534150     534150       30.7     682702       27.7          -
1800.08/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.61	c   applied globally :          -          -          -    1213331       28.5          -          -          -
1800.08/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.61	c   cut pool         :       0.01          4          -          -         13          -    (maximal pool size: 930)
1800.08/1800.61	c   redcost          :       0.00          5          0          0          0          0
1800.08/1800.61	c   impliedbounds    :       0.00          5          0          0          0          0
1800.08/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.61	c   gomory           :     111.81          5          0          0        962          0
1800.08/1800.61	c   strongcg         :       5.39          5          0          0       2500          0
1800.08/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.61	c   clique           :       0.08          5          0          0         42          0
1800.08/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.61	c   mcf              :       0.04          1          0          0          0          0
1800.08/1800.61	c Pricers            :       Time      Calls       Vars
1800.08/1800.61	c   problem variables:       0.00          0          0
1800.08/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.61	c   relpscost        :      84.51          1          0          0          0          0          2
1800.08/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   inference        :      78.26     884899          0          0          0          0    1769798
1800.08/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.61	c   LP solutions     :       0.00          -          0
1800.08/1800.61	c   pseudo solutions :       0.00          -          0
1800.08/1800.61	c   simplerounding   :       0.00          0          0
1800.08/1800.61	c   rounding         :       0.00          0          0
1800.08/1800.61	c   shifting         :       0.00          0          0
1800.08/1800.61	c   intshifting      :       0.00          0          0
1800.08/1800.61	c   oneopt           :       0.00          0          0
1800.08/1800.61	c   fixandinfer      :       0.00          0          0
1800.08/1800.61	c   feaspump         :       0.00          0          0
1800.08/1800.61	c   coefdiving       :       0.00          0          0
1800.08/1800.61	c   pscostdiving     :       0.00          0          0
1800.08/1800.61	c   fracdiving       :       0.00          0          0
1800.08/1800.61	c   veclendiving     :       0.00          0          0
1800.08/1800.61	c   intdiving        :       0.00          0          0
1800.08/1800.61	c   actconsdiving    :       0.00          0          0
1800.08/1800.61	c   objpscostdiving  :       0.00          0          0
1800.08/1800.61	c   rootsoldiving    :       0.00          0          0
1800.08/1800.61	c   linesearchdiving :       0.00          0          0
1800.08/1800.61	c   guideddiving     :       0.00          0          0
1800.08/1800.61	c   octane           :       0.00          0          0
1800.08/1800.61	c   rens             :       0.00          0          0
1800.08/1800.61	c   rins             :       0.00          0          0
1800.08/1800.61	c   localbranching   :       0.00          0          0
1800.08/1800.61	c   mutation         :       0.00          0          0
1800.08/1800.61	c   crossover        :       0.00          0          0
1800.08/1800.61	c   dins             :       0.00          0          0
1800.08/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.61	c   primal LP        :       0.03          0          0       0.00       0.00
1800.08/1800.61	c   dual LP          :      41.79          6       9443    1573.83     225.96
1800.08/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.61	c   strong branching :      84.51         22      14567     662.14     172.37
1800.08/1800.61	c     (at root node) :          -         22      14567     662.14          -
1800.08/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.61	c B&B Tree           :
1800.08/1800.61	c   number of runs   :          1
1800.08/1800.61	c   nodes            :    1152805
1800.08/1800.61	c   nodes (total)    :    1152805
1800.08/1800.61	c   nodes left       :        100
1800.08/1800.61	c   max depth        :        450
1800.08/1800.61	c   max depth (total):        450
1800.08/1800.61	c   backtracks       :     331139 (28.7%)
1800.08/1800.61	c   delayed cutoffs  :     616896
1800.08/1800.61	c   repropagations   :    1804266 (11996471 domain reductions, 266245 cutoffs)
1800.08/1800.61	c   avg switch length:       4.29
1800.08/1800.61	c   switching time   :     291.91
1800.08/1800.61	c Solution           :
1800.08/1800.61	c   Solutions found  :          0 (0 improvements)
1800.08/1800.61	c   Primal Bound     :          -
1800.08/1800.61	c   Dual Bound       : +1.33000000000002e+02
1800.08/1800.61	c   Gap              :   infinite
1800.08/1800.61	c   Root Dual Bound  : +1.33000000000001e+02
1800.18/1800.77	c Time complete: 1800.25.

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-1885098-1245263031/watcher-1885098-1245263031 -o /tmp/evaluation-result-1885098-1245263031/solver-1885098-1245263031 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885098-1245263031.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.96 3/65 1730
/proc/meminfo: memFree=1831600/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=7616 CPUtime=0
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 599 0 0 0 0 0 0 0 18 0 1 0 193901151 7798784 583 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/1730/statm: 1904 595 353 1256 0 643 0

[startup+0.0903879 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 1730
/proc/meminfo: memFree=1831600/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=14596 CPUtime=0.08
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 2611 0 0 0 7 1 0 0 18 0 1 0 193901151 14946304 2595 1992294400 4194304 9342243 548682068736 18446744073709551615 8218946 0 0 4096 0 0 0 0 17 1 0 0
/proc/1730/statm: 3649 2595 376 1256 0 2388 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14596

[startup+0.101386 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 1730
/proc/meminfo: memFree=1831600/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=14596 CPUtime=0.09
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 2628 0 0 0 8 1 0 0 18 0 1 0 193901151 14946304 2612 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/1730/statm: 3649 2612 376 1256 0 2388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14596

[startup+0.301407 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 1730
/proc/meminfo: memFree=1831600/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=20476 CPUtime=0.29
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 4084 0 0 0 28 1 0 0 19 0 1 0 193901151 20967424 4068 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/1730/statm: 5119 4068 376 1256 0 3858 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20476

[startup+0.70145 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 1730
/proc/meminfo: memFree=1831600/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=52084 CPUtime=0.69
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 13191 0 0 0 61 8 0 0 17 0 1 0 193901151 53334016 12067 1992294400 4194304 9342243 548682068736 18446744073709551615 4298214 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 13021 12067 512 1256 0 11760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52084

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1766568/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=81940 CPUtime=1.49
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 18708 0 0 0 138 11 0 0 23 0 1 0 193901151 83906560 17468 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 20485 17468 602 1256 0 19224 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81940

[startup+3.1017 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1763112/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=83040 CPUtime=3.09
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 19140 0 0 0 298 11 0 0 25 0 1 0 193901151 85032960 17900 1992294400 4194304 9342243 548682068736 18446744073709551615 5868521 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 20760 17900 602 1256 0 19499 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83040

[startup+6.30204 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1761320/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=83228 CPUtime=6.29
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 19258 0 0 0 617 12 0 0 25 0 1 0 193901151 85225472 18018 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 20807 18018 621 1256 0 19546 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83228

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 0.96 2/66 1731
/proc/meminfo: memFree=1761704/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=83228 CPUtime=12.69
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 19258 0 0 0 1256 13 0 0 25 0 1 0 193901151 85225472 18018 1992294400 4194304 9342243 548682068736 18446744073709551615 4339127 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 20807 18018 621 1256 0 19546 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83228

[startup+25.5011 s]
/proc/loadavg: 1.06 1.02 0.96 2/66 1731
/proc/meminfo: memFree=1745768/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=100320 CPUtime=25.47
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 23388 0 0 0 2530 17 0 0 25 0 1 0 193901151 102727680 22148 1992294400 4194304 9342243 548682068736 18446744073709551615 5874766 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 25080 22148 635 1256 0 23819 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 100320

[startup+51.1018 s]
/proc/loadavg: 1.04 1.01 0.96 2/66 1731
/proc/meminfo: memFree=1738984/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=107628 CPUtime=51.07
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 24996 0 0 0 5086 21 0 0 25 0 1 0 193901151 110211072 23756 1992294400 4194304 9342243 548682068736 18446744073709551615 6341732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 26907 23756 635 1256 0 25646 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 107628

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 0.96 2/66 1731
/proc/meminfo: memFree=1728040/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=115780 CPUtime=102.26
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 27677 0 0 0 10197 29 0 0 25 0 1 0 193901151 118558720 26436 1992294400 4194304 9342243 548682068736 18446744073709551615 8247748 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 28945 26436 635 1256 0 27684 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 115780

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1716712/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=143016 CPUtime=162.24
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 37463 0 0 0 16181 43 0 0 25 0 1 0 193901151 146448384 29349 1992294400 4194304 9342243 548682068736 18446744073709551615 6959589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 35754 29349 640 1256 0 34493 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 143016

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1715752/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=143012 CPUtime=222.22
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 40873 0 0 0 22174 48 0 0 25 0 1 0 193901151 146444288 29480 1992294400 4194304 9342243 548682068736 18446744073709551615 6938510 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 35753 29480 640 1256 0 34492 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 143012

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1714472/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=127020 CPUtime=282.2
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 42446 0 0 0 28114 106 0 0 25 0 1 0 193901151 130068480 29823 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 31755 29823 663 1256 0 30494 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 127020

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1711144/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=130532 CPUtime=342.19
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 43261 0 0 0 34023 196 0 0 25 0 1 0 193901151 133664768 30638 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 32633 30638 663 1256 0 31372 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 130532

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1706856/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=135212 CPUtime=402.17
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 44330 0 0 0 39937 280 0 0 25 0 1 0 193901151 138457088 31707 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 33803 31707 663 1256 0 32542 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 135212

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1703400/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=139292 CPUtime=462.16
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 45297 0 0 0 45845 371 0 0 25 0 1 0 193901151 142635008 32674 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 34823 32674 663 1256 0 33562 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 139292

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1702056/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=140004 CPUtime=522.14
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 45488 0 0 0 51756 458 0 0 25 0 1 0 193901151 143364096 32865 1992294400 4194304 9342243 548682068736 18446744073709551615 4831904 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 35001 32865 663 1256 0 33740 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 140004

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1701736/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=140280 CPUtime=582.12
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 45542 0 0 0 57666 546 0 0 25 0 1 0 193901151 143646720 32919 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 35070 32919 663 1256 0 33809 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 140280

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1699816/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=142080 CPUtime=642.11
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 46016 0 0 0 63581 630 0 0 25 0 1 0 193901151 145489920 33393 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 35520 33393 663 1256 0 34259 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 142080

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1697384/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=144292 CPUtime=882.03
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 46560 0 0 0 87232 971 0 0 25 0 1 0 193901151 147755008 33937 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 36073 33937 663 1256 0 34812 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 144292

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1696104/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=146016 CPUtime=942.02
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 46881 0 0 0 93151 1051 0 0 25 0 1 0 193901151 149520384 34258 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 36504 34258 663 1256 0 35243 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 146016

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1694952/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=147040 CPUtime=1002.01
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 47144 0 0 0 99067 1134 0 0 25 0 1 0 193901151 150568960 34521 1992294400 4194304 9342243 548682068736 18446744073709551615 4243063 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 36760 34521 663 1256 0 35499 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 147040

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1694312/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=147892 CPUtime=1061.98
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 47287 0 0 0 104981 1217 0 0 25 0 1 0 193901151 151441408 34664 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 36973 34664 663 1256 0 35712 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 147892

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1694120/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=147892 CPUtime=1121.97
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 47311 0 0 0 110894 1303 0 0 25 0 1 0 193901151 151441408 34688 1992294400 4194304 9342243 548682068736 18446744073709551615 4771360 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 36973 34688 663 1256 0 35712 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 147892

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1693928/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=148176 CPUtime=1181.95
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 47362 0 0 0 116808 1387 0 0 25 0 1 0 193901151 151732224 34739 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 37044 34739 663 1256 0 35783 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 148176

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1692072/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=150240 CPUtime=1241.93
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 47799 0 0 0 122727 1466 0 0 25 0 1 0 193901151 153845760 35176 1992294400 4194304 9342243 548682068736 18446744073709551615 5100848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 37560 35176 663 1256 0 36299 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 150240

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1690536/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=152296 CPUtime=1301.92
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 48148 0 0 0 128637 1555 0 0 25 0 1 0 193901151 155951104 35525 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 38074 35525 663 1256 0 36813 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 152296

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1690536/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=152296 CPUtime=1361.9
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 48148 0 0 0 134555 1635 0 0 25 0 1 0 193901151 155951104 35525 1992294400 4194304 9342243 548682068736 18446744073709551615 4209585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 38074 35525 663 1256 0 36813 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 152296

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1690536/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=152296 CPUtime=1421.89
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 48149 0 0 0 140470 1719 0 0 25 0 1 0 193901151 155951104 35526 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 38074 35526 663 1256 0 36813 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 152296

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1690472/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=152296 CPUtime=1481.87
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 48149 0 0 0 146381 1806 0 0 25 0 1 0 193901151 155951104 35526 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 38074 35526 663 1256 0 36813 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 152296

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1690408/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=152296 CPUtime=1541.85
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 48149 0 0 0 152297 1888 0 0 25 0 1 0 193901151 155951104 35526 1992294400 4194304 9342243 548682068736 18446744073709551615 5767298 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 38074 35526 663 1256 0 36813 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 152296

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1690344/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=152296 CPUtime=1601.83
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 48154 0 0 0 158210 1973 0 0 25 0 1 0 193901151 155951104 35531 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 38074 35531 663 1256 0 36813 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 152296

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1689256/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=153208 CPUtime=1661.82
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 48402 0 0 0 164123 2059 0 0 25 0 1 0 193901151 156884992 35779 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 38302 35779 663 1256 0 37041 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 153208

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1731
/proc/meminfo: memFree=1689128/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=153360 CPUtime=1721.8
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 48415 0 0 0 170039 2141 0 0 25 0 1 0 193901151 157040640 35792 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 38340 35792 663 1256 0 37079 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 153360

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1733
/proc/meminfo: memFree=1687912/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=154436 CPUtime=1781.78
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 48690 0 0 0 175957 2221 0 0 25 0 1 0 193901151 158142464 36067 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 38609 36067 663 1256 0 37348 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 154436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1733
/proc/meminfo: memFree=1687784/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=154436 CPUtime=1800.08
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 48719 0 0 0 177758 2250 0 0 25 0 1 0 193901151 158142464 36096 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1730/statm: 38609 36096 663 1256 0 37348 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 154436

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 1733
/proc/meminfo: memFree=1687784/2055920 swapFree=4175764/4192956
[pid=1730] ppid=1728 vsize=154908 CPUtime=1800.18
/proc/1730/stat : 1730 (pbscip.linux.x8) R 1728 1730 1266 0 -1 4194304 48831 0 0 0 177768 2250 0 0 25 0 1 0 193901151 158625792 36208 1992294400 4194304 9342243 548682068736 18446744073709551615 5099854 0 0 4096 0 0 0 0 17 1 0 0
/proc/1730/statm: 38727 36208 669 1256 0 37466 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 154908

Child status: 0
Real time (s): 1800.78
CPU time (s): 1800.26
CPU user time (s): 1777.73
CPU system time (s): 22.5316
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 154908

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

runsolver used 2.04569 second user time and 4.50432 second system time

The end

Launcher Data

Begin job on node82 at 2009-06-17 20:23:51
IDJOB=1885098
IDBENCH=72023
IDSOLVER=684
FILE ID=node82/1885098-1245263031
PBS_JOBID= 9372380
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= 088240707288065cf67314551900c808
RANDOM SEED=805821982

node82.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1832088 kB
Buffers:         25228 kB
Cached:         129464 kB
SwapCached:      10480 kB
Active:          40840 kB
Inactive:       127048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832088 kB
SwapTotal:     4192956 kB
SwapFree:      4175764 kB
Dirty:           12396 kB
Writeback:           0 kB
Mapped:          18948 kB
Slab:            41932 kB
Committed_AS:   107168 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node82 at 2009-06-17 20:53:54