Trace number 1884807

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT 1249.8 1250.21

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/sgi/
new-difficult-20-152-18-95.opb
MD5SUM122128389671b07c971938c6f4ca95cb
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 benchmark24.3113
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables360
Total number of constraints15466
Number of constraints which are clauses15466
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 constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
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.21	c SCIP version 1.1.0.7
0.19/0.21	c LP-Solver SoPlex 1.4.1
0.19/0.21	c user parameter file <scip.set> not found - using default parameters
0.19/0.21	c read problem <HOME/instance-1884807-1245260477.opb>
0.19/0.21	c original problem has 360 variables (360 bin, 0 int, 0 impl, 0 cont) and 15466 constraints
0.19/0.25	c No objective function, only one solution is needed.
0.19/0.25	c start presolving problem
0.19/0.25	c presolving:
0.39/0.42	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 15466 upgd conss, 30896 impls, 0 clqs
0.39/0.44	c presolving (2 rounds):
0.39/0.44	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.44	c  30896 implications, 0 cliques
0.39/0.44	c presolved problem has 360 variables (360 bin, 0 int, 0 impl, 0 cont) and 15466 constraints
0.39/0.44	c   15466 constraints of type <logicor>
0.39/0.44	c transformed objective value is always integral (scale: 1)
0.39/0.44	c Presolving Time: 0.16
0.39/0.44	c PURESAT
0.39/0.44	c -----------------------------------------------------------------------------------------------
0.39/0.44	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44	c separating/flowcover/freq = c -1
0.39/0.44	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44	c separating/cmir/freq = c -1
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/veclendiving/maxlpiterofs = c 1500
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.39/0.44	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/veclendiving/freq = c -1
0.39/0.44	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44	c heuristics/simplerounding/freq = c -1
0.39/0.44	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/shifting/freq = c -1
0.39/0.44	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44	c heuristics/rounding/freq = c -1
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.44	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.39/0.44	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.44	c heuristics/rootsoldiving/freq = c -1
0.39/0.44	c # number of nodes added to the contingent of the total nodes
0.39/0.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.44	c heuristics/rens/nodesofs = c 2000
0.39/0.44	c # minimum percentage of integer variables that have to be fixable 
0.39/0.44	c # [type: real, range: [0,1], default: 0.5]
0.39/0.44	c heuristics/rens/minfixingrate = c 0.3
0.39/0.44	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44	c heuristics/rens/freq = c -1
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.39/0.44	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/pscostdiving/freq = c -1
0.39/0.44	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44	c heuristics/oneopt/freq = c -1
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.39/0.44	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.44	c # [type: real, range: [0,1], default: 0.01]
0.39/0.44	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.39/0.44	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.44	c heuristics/objpscostdiving/freq = c -1
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.39/0.44	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/linesearchdiving/freq = c -1
0.39/0.44	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/intshifting/freq = c -1
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/intdiving/maxlpiterquot = c 0.075
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/guideddiving/maxlpiterofs = c 1500
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.39/0.44	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/guideddiving/freq = c -1
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/fracdiving/maxlpiterofs = c 1500
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.39/0.44	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/fracdiving/freq = c -1
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/feaspump/maxlpiterofs = c 2000
0.39/0.44	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.44	c heuristics/feaspump/freq = c -1
0.39/0.44	c # minimum percentage of integer variables that have to be fixed 
0.39/0.44	c # [type: real, range: [0,1], default: 0.666]
0.39/0.44	c heuristics/crossover/minfixingrate = c 0.5
0.39/0.44	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.44	c # [type: real, range: [0,1], default: 0.1]
0.39/0.44	c heuristics/crossover/nodesquot = c 0.15
0.39/0.44	c # number of nodes without incumbent change that heuristic should wait
0.39/0.44	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.44	c heuristics/crossover/nwaitingnodes = c 100
0.39/0.44	c # number of nodes added to the contingent of the total nodes
0.39/0.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.44	c heuristics/crossover/nodesofs = c 750
0.39/0.44	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.44	c heuristics/crossover/freq = c -1
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/coefdiving/maxlpiterofs = c 1500
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.39/0.44	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/coefdiving/freq = c -1
0.39/0.44	c # priority of node selection rule <dfs> in standard mode
0.39/0.44	c # [type: int, range: [-536870912,536870911], default: 0]
0.39/0.44	c nodeselection/dfs/stdpriority = c 1000000
0.39/0.44	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44	c presolving/probing/maxrounds = c 0
0.39/0.44	c # should presolving try to simplify knapsacks
0.39/0.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.44	c constraints/knapsack/simplifyinequalities = c TRUE
0.39/0.44	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.44	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.44	c constraints/knapsack/disaggregation = c FALSE
0.39/0.44	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44	c constraints/knapsack/maxnumcardlift = c 0
0.39/0.44	c # should presolving try to simplify inequalities
0.39/0.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.44	c constraints/linear/simplifyinequalities = c TRUE
0.39/0.44	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44	c separating/maxroundsroot = c 5
0.39/0.44	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.44	c separating/maxrounds = c 1
0.39/0.44	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.39/0.44	c # [type: char, range: {lafpsqd}, default: l]
0.39/0.44	c lp/pricing = c a
0.39/0.44	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44	c lp/solvefreq = c 0
0.39/0.44	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44	c limits/solutions = c 1
0.39/0.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/memory = c 1620
0.39/0.44	c # maximal time in seconds to run
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/time = c 1791
0.39/0.44	c # frequency for displaying node information lines
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.44	c display/freq = c 10000
0.39/0.44	c # should enforcement of pseudo solution be disabled?
0.39/0.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.44	c constraints/disableenfops = c TRUE
0.39/0.44	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44	c constraints/agelimit = c 1
0.39/0.44	c # should binary conflicts be preferred?
0.39/0.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.44	c conflict/preferbinary = c TRUE
0.39/0.44	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44	c conflict/interconss = c 0
0.39/0.44	c -----------------------------------------------------------------------------------------------
0.39/0.44	c start solving problem
0.39/0.44	c 
0.49/0.55	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.55	c   0.3s|     1 |     0 |    36 |  17M|   0 |  36 | 360 |  15k|  15k| 360 |  15k|   0 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
1.00/1.02	c   0.7s|     1 |     0 |   117 |  17M|   0 |  32 | 360 |  15k|  15k| 360 |  15k|   3 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
1.49/1.54	c   1.2s|     1 |     0 |   267 |  17M|   0 |  31 | 360 |  15k|  15k| 360 |  15k|   8 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
1.89/1.97	c   1.7s|     1 |     0 |   339 |  17M|   0 |  48 | 360 |  15k|  15k| 360 |  15k|  14 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
2.59/2.63	c   2.3s|     1 |     0 |   494 |  17M|   0 |  35 | 360 |  15k|  15k| 360 |  15k|  21 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
3.09/3.16	c   2.9s|     1 |     0 |   594 |  17M|   0 |  65 | 360 |  15k|  15k| 360 |  15k|  24 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
9.79/9.90	c   9.6s|     1 |     2 |   594 |  17M|   0 |  65 | 360 |  15k|  15k| 360 |  15k|  24 |   0 |  33 | 1.800000e+01 |      --      |    Inf 
19.59/19.67	c  19.2s| 10000 |   108 |   594 |  18M| 176 |   - | 360 |  15k|8947 |   0 |   0 |  24 |6821 |  33 | 1.800000e+01 |      --      |    Inf 
29.98/30.05	c  29.4s| 20000 |    92 |   594 |  18M| 176 |   - | 360 |  15k|8146 |   0 |   0 |  24 |  13k|  33 | 1.800000e+01 |      --      |    Inf 
40.68/40.79	c  40.0s| 30000 |    76 |   594 |  18M| 176 |   - | 360 |  15k|8177 |   0 |   0 |  24 |  20k|  33 | 1.800000e+01 |      --      |    Inf 
49.68/49.76	c  48.8s| 40000 |    80 |   594 |  18M| 176 |   - | 360 |  15k|7660 |   0 |   0 |  24 |  27k|  33 | 1.800000e+01 |      --      |    Inf 
58.87/58.93	c  57.7s| 50000 |    81 |   594 |  18M| 176 |   - | 360 |  15k|6939 |   0 |   0 |  24 |  34k|  33 | 1.800000e+01 |      --      |    Inf 
67.57/67.67	c  66.3s| 60000 |    73 |   594 |  18M| 176 |   - | 360 |  15k|7018 |   0 |   0 |  24 |  40k|  33 | 1.800000e+01 |      --      |    Inf 
76.97/77.08	c  75.5s| 70000 |    76 |   594 |  18M| 176 |   - | 360 |  15k|7588 |   0 |   0 |  24 |  47k|  33 | 1.800000e+01 |      --      |    Inf 
86.36/86.43	c  84.7s| 80000 |    71 |   594 |  18M| 176 |   - | 360 |  15k|7587 |   0 |   0 |  24 |  54k|  33 | 1.800000e+01 |      --      |    Inf 
96.26/96.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.26/96.30	c  94.4s| 90000 |    77 |   594 |  18M| 176 |   - | 360 |  15k|6639 |   0 |   0 |  24 |  61k|  33 | 1.800000e+01 |      --      |    Inf 
105.56/105.68	c   104s|100000 |    70 |   594 |  18M| 176 |   - | 360 |  15k|6531 |   0 |   0 |  24 |  67k|  33 | 1.800000e+01 |      --      |    Inf 
115.35/115.48	c   113s|110000 |    67 |   594 |  18M| 176 |   - | 360 |  15k|7687 |   0 |   0 |  24 |  74k|  33 | 1.800000e+01 |      --      |    Inf 
123.75/123.81	c   121s|120000 |    65 |   594 |  18M| 176 |   - | 360 |  15k|6428 |   0 |   0 |  24 |  81k|  33 | 1.800000e+01 |      --      |    Inf 
132.85/132.97	c   130s|130000 |    60 |   594 |  18M| 176 |   - | 360 |  15k|6316 |   0 |   0 |  24 |  87k|  33 | 1.800000e+01 |      --      |    Inf 
142.65/142.77	c   140s|140000 |    66 |   594 |  18M| 176 |   - | 360 |  15k|6409 |   0 |   0 |  24 |  94k|  33 | 1.800000e+01 |      --      |    Inf 
152.94/153.07	c   150s|150000 |    58 |   594 |  18M| 176 |   - | 360 |  15k|6443 |   0 |   0 |  24 | 101k|  33 | 1.800000e+01 |      --      |    Inf 
162.64/162.74	c   160s|160000 |    55 |   594 |  18M| 176 |   - | 360 |  15k|6139 |   0 |   0 |  24 | 107k|  33 | 1.800000e+01 |      --      |    Inf 
172.34/172.45	c   169s|170000 |    52 |   594 |  18M| 176 |   - | 360 |  15k|6525 |   0 |   0 |  24 | 114k|  33 | 1.800000e+01 |      --      |    Inf 
182.24/182.34	c   179s|180000 |    56 |   594 |  18M| 176 |   - | 360 |  15k|6941 |   0 |   0 |  24 | 120k|  33 | 1.800000e+01 |      --      |    Inf 
192.03/192.11	c   189s|190000 |    50 |   594 |  18M| 176 |   - | 360 |  15k|5875 |   0 |   0 |  24 | 127k|  33 | 1.800000e+01 |      --      |    Inf 
201.83/201.92	c   198s|200000 |    54 |   594 |  18M| 176 |   - | 360 |  15k|5914 |   0 |   0 |  24 | 134k|  33 | 1.800000e+01 |      --      |    Inf 
211.03/211.20	c   207s|210000 |    61 |   594 |  18M| 176 |   - | 360 |  15k|6530 |   0 |   0 |  24 | 141k|  33 | 1.800000e+01 |      --      |    Inf 
221.22/221.30	c   217s|220000 |    52 |   594 |  18M| 176 |   - | 360 |  15k|6128 |   0 |   0 |  24 | 148k|  33 | 1.800000e+01 |      --      |    Inf 
231.51/231.70	c   227s|230000 |    52 |   594 |  18M| 176 |   - | 360 |  15k|6438 |   0 |   0 |  24 | 155k|  33 | 1.800000e+01 |      --      |    Inf 
242.61/242.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
242.61/242.73	c   238s|240000 |    43 |   594 |  18M| 176 |   - | 360 |  15k|5407 |   0 |   0 |  24 | 162k|  33 | 1.800000e+01 |      --      |    Inf 
252.41/252.52	c   248s|250000 |    48 |   594 |  18M| 176 |   - | 360 |  15k|6001 |   0 |   0 |  24 | 168k|  33 | 1.800000e+01 |      --      |    Inf 
263.31/263.45	c   259s|260000 |    41 |   594 |  18M| 176 |   - | 360 |  15k|5642 |   0 |   0 |  24 | 175k|  33 | 1.800000e+01 |      --      |    Inf 
273.40/273.57	c   269s|270000 |    41 |   594 |  18M| 176 |   - | 360 |  15k|5828 |   0 |   0 |  24 | 182k|  33 | 1.800000e+01 |      --      |    Inf 
283.61/283.70	c   278s|280000 |    39 |   594 |  18M| 176 |   - | 360 |  15k|5871 |   0 |   0 |  24 | 189k|  33 | 1.800000e+01 |      --      |    Inf 
293.90/294.04	c   289s|290000 |    40 |   594 |  18M| 176 |   - | 360 |  15k|6328 |   0 |   0 |  24 | 196k|  33 | 1.800000e+01 |      --      |    Inf 
305.00/305.16	c   300s|300000 |    25 |   594 |  18M| 176 |   - | 360 |  15k|5403 |   0 |   0 |  24 | 203k|  33 | 1.800000e+01 |      --      |    Inf 
316.79/316.91	c   311s|310000 |    28 |   594 |  18M| 176 |   - | 360 |  15k|5686 |   0 |   0 |  24 | 210k|  33 | 1.800000e+01 |      --      |    Inf 
327.39/327.54	c   322s|320000 |    28 |   594 |  18M| 176 |   - | 360 |  15k|5593 |   0 |   0 |  24 | 217k|  33 | 1.800000e+01 |      --      |    Inf 
338.59/338.73	c   333s|330000 |    30 |   594 |  18M| 176 |   - | 360 |  15k|5875 |   0 |   0 |  24 | 225k|  33 | 1.800000e+01 |      --      |    Inf 
349.98/350.18	c   344s|340000 |    30 |   594 |  18M| 176 |   - | 360 |  15k|5996 |   0 |   0 |  24 | 232k|  33 | 1.800000e+01 |      --      |    Inf 
361.47/361.62	c   355s|350000 |    16 |   594 |  18M| 176 |   - | 360 |  15k|4641 |   0 |   0 |  24 | 239k|  33 | 1.800000e+01 |      --      |    Inf 
371.68/371.89	c   365s|360000 |    21 |   594 |  18M| 176 |   - | 360 |  15k|4920 |   0 |   0 |  24 | 246k|  33 | 1.800000e+01 |      --      |    Inf 
384.47/384.62	c   378s|370000 |   110 |   594 |  18M| 234 |   - | 360 |  15k|8619 |   0 |   0 |  24 | 253k|  33 | 1.800000e+01 |      --      |    Inf 
403.47/403.68	c   397s|380000 |    63 |   594 |  18M| 234 |   - | 360 |  15k|5594 |   0 |   0 |  24 | 260k|  33 | 1.800000e+01 |      --      |    Inf 
423.16/423.38	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
423.16/423.38	c   416s|390000 |    58 |   594 |  18M| 234 |   - | 360 |  15k|4913 |   0 |   0 |  24 | 267k|  33 | 1.800000e+01 |      --      |    Inf 
442.75/442.95	c   435s|400000 |    57 |   594 |  18M| 234 |   - | 360 |  15k|3063 |   0 |   0 |  24 | 274k|  33 | 1.800000e+01 |      --      |    Inf 
461.44/461.64	c   454s|410000 |    47 |   594 |  18M| 234 |   - | 360 |  15k|3682 |   0 |   0 |  24 | 281k|  33 | 1.800000e+01 |      --      |    Inf 
480.74/480.99	c   473s|420000 |    54 |   594 |  18M| 234 |   - | 360 |  15k|3670 |   0 |   0 |  24 | 287k|  33 | 1.800000e+01 |      --      |    Inf 
502.44/502.68	c   495s|430000 |    46 |   594 |  18M| 234 |   - | 360 |  15k|3625 |   0 |   0 |  24 | 294k|  33 | 1.800000e+01 |      --      |    Inf 
523.22/523.40	c   515s|440000 |    48 |   594 |  18M| 234 |   - | 360 |  15k|9796 |   0 |   0 |  24 | 301k|  33 | 1.800000e+01 |      --      |    Inf 
541.02/541.29	c   533s|450000 |    69 |   594 |  18M| 234 |   - | 360 |  15k|4250 |   0 |   0 |  24 | 308k|  33 | 1.800000e+01 |      --      |    Inf 
560.32/560.52	c   552s|460000 |    40 |   594 |  18M| 234 |   - | 360 |  15k|  10k|   0 |   0 |  24 | 315k|  33 | 1.800000e+01 |      --      |    Inf 
578.21/578.45	c   570s|470000 |    70 |   594 |  18M| 234 |   - | 360 |  15k|8334 |   0 |   0 |  24 | 322k|  33 | 1.800000e+01 |      --      |    Inf 
597.20/597.43	c   589s|480000 |    69 |   594 |  18M| 234 |   - | 360 |  15k|5173 |   0 |   0 |  24 | 329k|  33 | 1.800000e+01 |      --      |    Inf 
616.80/617.03	c   608s|490000 |    48 |   594 |  18M| 234 |   - | 360 |  15k|4148 |   0 |   0 |  24 | 336k|  33 | 1.800000e+01 |      --      |    Inf 
636.39/636.69	c   627s|500000 |    60 |   594 |  18M| 234 |   - | 360 |  15k|4851 |   0 |   0 |  24 | 343k|  33 | 1.800000e+01 |      --      |    Inf 
656.68/656.93	c   647s|510000 |    49 |   594 |  18M| 234 |   - | 360 |  15k|7400 |   0 |   0 |  24 | 349k|  33 | 1.800000e+01 |      --      |    Inf 
674.68/674.95	c   665s|520000 |    41 |   594 |  18M| 234 |   - | 360 |  15k|3014 |   0 |   0 |  24 | 356k|  33 | 1.800000e+01 |      --      |    Inf 
691.27/691.52	c   682s|530000 |    49 |   594 |  18M| 234 |   - | 360 |  15k|4042 |   0 |   0 |  24 | 363k|  33 | 1.800000e+01 |      --      |    Inf 
704.87/705.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
704.87/705.12	c   695s|540000 |    44 |   594 |  18M| 234 |   - | 360 |  15k|3192 |   0 |   0 |  24 | 370k|  33 | 1.800000e+01 |      --      |    Inf 
719.26/719.57	c   709s|550000 |    42 |   594 |  18M| 234 |   - | 360 |  15k|3402 |   0 |   0 |  24 | 377k|  33 | 1.800000e+01 |      --      |    Inf 
734.26/734.57	c   724s|560000 |    52 |   594 |  18M| 234 |   - | 360 |  15k|3839 |   0 |   0 |  24 | 384k|  33 | 1.800000e+01 |      --      |    Inf 
751.06/751.35	c   741s|570000 |    41 |   594 |  18M| 234 |   - | 360 |  15k|3320 |   0 |   0 |  24 | 391k|  33 | 1.800000e+01 |      --      |    Inf 
767.55/767.84	c   757s|580000 |    43 |   594 |  18M| 234 |   - | 360 |  15k|3389 |   0 |   0 |  24 | 398k|  33 | 1.800000e+01 |      --      |    Inf 
784.14/784.48	c   774s|590000 |    40 |   594 |  18M| 234 |   - | 360 |  15k|3497 |   0 |   0 |  24 | 405k|  33 | 1.800000e+01 |      --      |    Inf 
799.04/799.33	c   788s|600000 |    40 |   594 |  18M| 234 |   - | 360 |  15k|2800 |   0 |   0 |  24 | 412k|  33 | 1.800000e+01 |      --      |    Inf 
814.03/814.33	c   803s|610000 |    41 |   594 |  18M| 234 |   - | 360 |  15k|3829 |   0 |   0 |  24 | 419k|  33 | 1.800000e+01 |      --      |    Inf 
828.63/828.91	c   818s|620000 |    39 |   594 |  18M| 234 |   - | 360 |  15k|3625 |   0 |   0 |  24 | 426k|  33 | 1.800000e+01 |      --      |    Inf 
846.63/846.93	c   835s|630000 |    55 |   594 |  18M| 234 |   - | 360 |  15k|4845 |   0 |   0 |  24 | 433k|  33 | 1.800000e+01 |      --      |    Inf 
862.72/863.07	c   851s|640000 |    49 |   594 |  18M| 234 |   - | 360 |  15k|4015 |   0 |   0 |  24 | 440k|  33 | 1.800000e+01 |      --      |    Inf 
878.61/878.97	c   867s|650000 |    47 |   594 |  18M| 234 |   - | 360 |  15k|3367 |   0 |   0 |  24 | 447k|  33 | 1.800000e+01 |      --      |    Inf 
896.90/897.20	c   885s|660000 |    56 |   594 |  18M| 234 |   - | 360 |  15k|4456 |   0 |   0 |  24 | 453k|  33 | 1.800000e+01 |      --      |    Inf 
916.21/916.59	c   904s|670000 |    59 |   594 |  18M| 234 |   - | 360 |  15k|4238 |   0 |   0 |  24 | 460k|  33 | 1.800000e+01 |      --      |    Inf 
935.29/935.64	c   923s|680000 |    37 |   594 |  18M| 234 |   - | 360 |  15k|2681 |   0 |   0 |  24 | 468k|  33 | 1.800000e+01 |      --      |    Inf 
953.49/953.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
953.49/953.83	c   941s|690000 |    53 |   594 |  18M| 234 |   - | 360 |  15k|5951 |   0 |   0 |  24 | 474k|  33 | 1.800000e+01 |      --      |    Inf 
971.99/972.34	c   960s|700000 |    33 |   594 |  18M| 234 |   - | 360 |  15k|3686 |   0 |   0 |  24 | 482k|  33 | 1.800000e+01 |      --      |    Inf 
990.98/991.30	c   978s|710000 |    51 |   594 |  18M| 234 |   - | 360 |  15k|5041 |   0 |   0 |  24 | 488k|  33 | 1.800000e+01 |      --      |    Inf 
1010.18/1010.59	c   998s|720000 |    61 |   594 |  18M| 234 |   - | 360 |  15k|5185 |   0 |   0 |  24 | 495k|  33 | 1.800000e+01 |      --      |    Inf 
1029.47/1029.80	c  1017s|730000 |    40 |   594 |  18M| 234 |   - | 360 |  15k|3343 |   0 |   0 |  24 | 502k|  33 | 1.800000e+01 |      --      |    Inf 
1047.66/1048.07	c  1035s|740000 |    54 |   594 |  18M| 234 |   - | 360 |  15k|4726 |   0 |   0 |  24 | 509k|  33 | 1.800000e+01 |      --      |    Inf 
1064.65/1065.09	c  1051s|750000 |    45 |   594 |  18M| 234 |   - | 360 |  15k|4679 |   0 |   0 |  24 | 516k|  33 | 1.800000e+01 |      --      |    Inf 
1081.85/1082.27	c  1068s|760000 |    40 |   594 |  18M| 234 |   - | 360 |  15k|2772 |   0 |   0 |  24 | 523k|  33 | 1.800000e+01 |      --      |    Inf 
1098.94/1099.31	c  1085s|770000 |    44 |   594 |  18M| 234 |   - | 360 |  15k|3009 |   0 |   0 |  24 | 530k|  33 | 1.800000e+01 |      --      |    Inf 
1116.44/1116.83	c  1103s|780000 |    39 |   594 |  18M| 234 |   - | 360 |  15k|3265 |   0 |   0 |  24 | 538k|  33 | 1.800000e+01 |      --      |    Inf 
1133.33/1133.75	c  1119s|790000 |    44 |   594 |  18M| 234 |   - | 360 |  15k|4496 |   0 |   0 |  24 | 545k|  33 | 1.800000e+01 |      --      |    Inf 
1149.63/1150.01	c  1136s|800000 |    37 |   594 |  18M| 234 |   - | 360 |  15k|2974 |   0 |   0 |  24 | 552k|  33 | 1.800000e+01 |      --      |    Inf 
1167.03/1167.40	c  1153s|810000 |    31 |   594 |  18M| 234 |   - | 360 |  15k|3056 |   0 |   0 |  24 | 559k|  33 | 1.800000e+01 |      --      |    Inf 
1184.21/1184.63	c  1170s|820000 |    53 |   594 |  18M| 234 |   - | 360 |  15k|5691 |   0 |   0 |  24 | 566k|  33 | 1.800000e+01 |      --      |    Inf 
1200.71/1201.15	c  1186s|830000 |    53 |   594 |  18M| 234 |   - | 360 |  15k|5245 |   0 |   0 |  24 | 573k|  33 | 1.800000e+01 |      --      |    Inf 
1215.50/1215.99	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1215.50/1215.99	c  1201s|840000 |    53 |   594 |  18M| 234 |   - | 360 |  15k|4443 |   0 |   0 |  24 | 580k|  33 | 1.800000e+01 |      --      |    Inf 
1229.49/1229.95	c  1215s|850000 |    42 |   594 |  18M| 234 |   - | 360 |  15k|3417 |   0 |   0 |  24 | 587k|  33 | 1.800000e+01 |      --      |    Inf 
1243.59/1244.04	c  1229s|860000 |    46 |   594 |  18M| 234 |   - | 360 |  15k|4020 |   0 |   0 |  24 | 594k|  33 | 1.800000e+01 |      --      |    Inf 
1249.69/1250.13	c *1235s|864023 |     0 |   594 |  18M| 234 |   - | 360 |  15k|2646 |   0 |   0 |  24 | 596k|  33 | 1.800000e+01 | 1.800000e+01 |   0.00%
1249.69/1250.14	c 
1249.69/1250.14	c SCIP Status        : problem is solved [optimal solution found]
1249.69/1250.14	c Solving Time (sec) : 1234.56
1249.69/1250.14	c Solving Nodes      : 864023
1249.69/1250.14	c Primal Bound       : +1.80000000000000e+01 (1 solutions)
1249.69/1250.14	c Dual Bound         : +1.80000000000000e+01
1249.69/1250.14	c Gap                : 0.00 %
1249.69/1250.15	c NODE         864023
1249.69/1250.15	c DUAL BOUND   18
1249.69/1250.15	c PRIMAL BOUND 18
1249.69/1250.15	c GAP          0
1249.69/1250.15	s SATISFIABLE
1249.69/1250.15	v x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 x339 
1249.69/1250.15	v -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 x318 
1249.69/1250.15	v -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 x297 
1249.69/1250.15	v -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 x276 
1249.69/1250.15	v -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 x255 
1249.69/1250.15	v -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 x234 
1249.69/1250.15	v -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 
1249.69/1250.15	v -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 
1249.69/1250.15	v -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 
1249.69/1250.15	v -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 
1249.69/1250.15	v -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 
1249.69/1250.15	v -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 
1249.69/1250.15	v -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 
1249.69/1250.15	v -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 
1249.69/1250.15	v -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 
1249.69/1250.15	v -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 
1249.69/1250.15	v -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
1249.69/1250.15	c SCIP Status        : problem is solved [optimal solution found]
1249.69/1250.15	c Solving Time       :    1234.56
1249.69/1250.15	c Original Problem   :
1249.69/1250.15	c   Problem name     : HOME/instance-1884807-1245260477.opb
1249.69/1250.15	c   Variables        : 360 (360 binary, 0 integer, 0 implicit integer, 0 continuous)
1249.69/1250.15	c   Constraints      : 15466 initial, 15466 maximal
1249.69/1250.15	c Presolved Problem  :
1249.69/1250.15	c   Problem name     : t_HOME/instance-1884807-1245260477.opb
1249.69/1250.15	c   Variables        : 360 (360 binary, 0 integer, 0 implicit integer, 0 continuous)
1249.69/1250.15	c   Constraints      : 15466 initial, 15678 maximal
1249.69/1250.15	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1249.69/1250.15	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1249.69/1250.15	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1249.69/1250.15	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1249.69/1250.15	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1249.69/1250.15	c   implics          :       0.00          0          0          0          0          0          0          0          0
1249.69/1250.15	c   probing          :       0.00          0          0          0          0          0          0          0          0
1249.69/1250.15	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1249.69/1250.15	c   root node        :          -          1          -          -          1          -          -          -          -
1249.69/1250.15	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1249.69/1250.15	c   integral         :          0          0          0          1          0          0          0          0          0          2
1249.69/1250.15	c   logicor          :      15466+         5    3322762          0          1     579930   28678180          0          0          0
1249.69/1250.15	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1249.69/1250.15	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1249.69/1250.15	c   integral         :       6.72       0.00       0.00       6.72       0.00
1249.69/1250.15	c   logicor          :     573.26       0.00     573.26       0.00       0.00
1249.69/1250.15	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1249.69/1250.15	c Propagators        :       Time      Calls    Cutoffs    DomReds
1249.69/1250.15	c   rootredcost      :       1.53          0          0          0
1249.69/1250.15	c   pseudoobj        :      72.48    3956045          0          0
1249.69/1250.15	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1249.69/1250.15	c   propagation      :      38.73     579930     579882     579882       22.5      27155       34.1          -
1249.69/1250.15	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1249.69/1250.15	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1249.69/1250.15	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1249.69/1250.15	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1249.69/1250.15	c   applied globally :          -          -          -     531781       19.9          -          -          -
1249.69/1250.15	c   applied locally  :          -          -          -      65160       45.0          -          -          -
1249.69/1250.15	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1249.69/1250.15	c   cut pool         :       0.00          4          -          -          4          -    (maximal pool size: 82)
1249.69/1250.15	c   redcost          :       0.00          5          0          0          0          0
1249.69/1250.15	c   impliedbounds    :       0.00          5          0          0          0          0
1249.69/1250.15	c   intobj           :       0.00          0          0          0          0          0
1249.69/1250.15	c   gomory           :       0.82          5          0          0       2500          0
1249.69/1250.15	c   strongcg         :       0.82          5          0          0       2500          0
1249.69/1250.15	c   cmir             :       0.00          0          0          0          0          0
1249.69/1250.15	c   flowcover        :       0.00          0          0          0          0          0
1249.69/1250.15	c   clique           :       0.02          5          0          0         22          0
1249.69/1250.15	c   zerohalf         :       0.00          0          0          0          0          0
1249.69/1250.15	c   mcf              :       0.02          1          0          0          0          0
1249.69/1250.15	c Pricers            :       Time      Calls       Vars
1249.69/1250.15	c   problem variables:       0.00          0          0
1249.69/1250.15	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1249.69/1250.15	c   relpscost        :       6.72          1          0          0          0          0          2
1249.69/1250.15	c   pscost           :       0.00          0          0          0          0          0          0
1249.69/1250.15	c   inference        :      14.62     620757          0          0          0          0    1241514
1249.69/1250.15	c   mostinf          :       0.00          0          0          0          0          0          0
1249.69/1250.15	c   leastinf         :       0.00          0          0          0          0          0          0
1249.69/1250.15	c   fullstrong       :       0.00          0          0          0          0          0          0
1249.69/1250.15	c   allfullstrong    :       0.00          0          0          0          0          0          0
1249.69/1250.15	c   random           :       0.00          0          0          0          0          0          0
1249.69/1250.15	c Primal Heuristics  :       Time      Calls      Found
1249.69/1250.15	c   LP solutions     :       0.00          -          0
1249.69/1250.15	c   pseudo solutions :       0.00          -          1
1249.69/1250.15	c   simplerounding   :       0.00          0          0
1249.69/1250.15	c   rounding         :       0.00          0          0
1249.69/1250.15	c   shifting         :       0.00          0          0
1249.69/1250.15	c   intshifting      :       0.00          0          0
1249.69/1250.15	c   oneopt           :       0.00          0          0
1249.69/1250.15	c   fixandinfer      :       0.00          0          0
1249.69/1250.15	c   feaspump         :       0.00          0          0
1249.69/1250.15	c   coefdiving       :       0.00          0          0
1249.69/1250.15	c   pscostdiving     :       0.00          0          0
1249.69/1250.15	c   fracdiving       :       0.00          0          0
1249.69/1250.15	c   veclendiving     :       0.00          0          0
1249.69/1250.15	c   intdiving        :       0.00          0          0
1249.69/1250.15	c   actconsdiving    :       0.00          0          0
1249.69/1250.15	c   objpscostdiving  :       0.00          0          0
1249.69/1250.15	c   rootsoldiving    :       0.00          0          0
1249.69/1250.15	c   linesearchdiving :       0.00          0          0
1249.69/1250.15	c   guideddiving     :       0.00          0          0
1249.69/1250.15	c   octane           :       0.00          0          0
1249.69/1250.15	c   rens             :       0.00          0          0
1249.69/1250.15	c   rins             :       0.00          0          0
1249.69/1250.15	c   localbranching   :       0.00          0          0
1249.69/1250.15	c   mutation         :       0.00          0          0
1249.69/1250.15	c   crossover        :       0.00          0          0
1249.69/1250.15	c   dins             :       0.00          0          0
1249.69/1250.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1249.69/1250.15	c   primal LP        :       0.01          0          0       0.00       0.00
1249.69/1250.15	c   dual LP          :       0.89          6        594      99.00     667.42
1249.69/1250.15	c   barrier LP       :       0.00          0          0       0.00          -
1249.69/1250.15	c   diving/probing LP:       0.00          0          0       0.00          -
1249.69/1250.15	c   strong branching :       6.72         33       3664     111.03     545.24
1249.69/1250.15	c     (at root node) :          -         33       3664     111.03          -
1249.69/1250.15	c   conflict analysis:       0.00          0          0       0.00          -
1249.69/1250.15	c B&B Tree           :
1249.69/1250.15	c   number of runs   :          1
1249.69/1250.15	c   nodes            :     864023
1249.69/1250.15	c   nodes (total)    :     864023
1249.69/1250.15	c   nodes left       :          0
1249.69/1250.15	c   max depth        :        234
1249.69/1250.15	c   max depth (total):        234
1249.69/1250.15	c   backtracks       :     359488 (41.6%)
1249.69/1250.15	c   delayed cutoffs  :     377459
1249.69/1250.15	c   repropagations   :     862191 (16956001 domain reductions, 336666 cutoffs)
1249.69/1250.15	c   avg switch length:       2.76
1249.69/1250.15	c   switching time   :     333.84
1249.69/1250.15	c Solution           :
1249.69/1250.15	c   Solutions found  :          1 (1 improvements)
1249.69/1250.15	c   Primal Bound     : +1.80000000000000e+01   (in run 1, after 864023 nodes, 1234.55 seconds, depth 42, found by <relaxation>)
1249.69/1250.15	c   Dual Bound       : +1.80000000000000e+01
1249.69/1250.15	c   Gap              :       0.00 %
1249.69/1250.15	c   Root Dual Bound  : +1.80000000000000e+01
1249.79/1250.20	c Time complete: 1249.79.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884807-1245260477/watcher-1884807-1245260477 -o /tmp/evaluation-result-1884807-1245260477/solver-1884807-1245260477 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884807-1245260477.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.93 3/64 16370
/proc/meminfo: memFree=1809128/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=4324 CPUtime=0
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 464 0 0 0 0 0 0 0 18 0 1 0 193647400 4427776 448 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/16370/statm: 1082 463 300 886 0 192 0

[startup+0.085773 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 16370
/proc/meminfo: memFree=1809128/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=12088 CPUtime=0.07
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 2341 0 0 0 7 0 0 0 18 0 1 0 193647400 12378112 2323 1992294400 4194304 7823515 548682068736 18446744073709551615 5742383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16370/statm: 3022 2323 351 886 0 2132 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12088

[startup+0.101774 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 16370
/proc/meminfo: memFree=1809128/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=12088 CPUtime=0.09
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 2344 0 0 0 9 0 0 0 18 0 1 0 193647400 12378112 2326 1992294400 4194304 7823515 548682068736 18446744073709551615 6908072 0 0 4096 0 0 0 0 17 1 0 0
/proc/16370/statm: 3022 2326 351 886 0 2132 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12088

[startup+0.301806 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 16370
/proc/meminfo: memFree=1809128/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=27016 CPUtime=0.29
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 6168 0 0 0 27 2 0 0 19 0 1 0 193647400 27664384 5796 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 6754 5796 417 886 0 5864 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27016

[startup+0.701869 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 16370
/proc/meminfo: memFree=1809128/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=48800 CPUtime=0.69
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 11771 0 0 0 62 7 0 0 18 0 1 0 193647400 49971200 11097 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 12200 11097 517 886 0 11310 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48800

[startup+1.503 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1764064/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=52544 CPUtime=1.49
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 12809 0 0 0 141 8 0 0 25 0 1 0 193647400 53805056 12053 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 13136 12053 531 886 0 12246 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52544

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1761184/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=57852 CPUtime=3.09
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14360 0 0 0 300 9 0 0 25 0 1 0 193647400 59240448 13604 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14463 13604 533 886 0 13573 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57852

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1755880/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=6.28
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14505 0 0 0 618 10 0 0 25 0 1 0 193647400 60231680 13749 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13749 536 886 0 13815 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 58820

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1755688/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=12.69
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14555 0 0 0 1253 16 0 0 25 0 1 0 193647400 60231680 13799 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13799 545 886 0 13815 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58820

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1755688/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=25.48
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14555 0 0 0 2510 38 0 0 25 0 1 0 193647400 60231680 13799 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13799 545 886 0 13815 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58820

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1755752/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=51.07
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14555 0 0 0 5026 81 0 0 25 0 1 0 193647400 60231680 13799 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13799 545 886 0 13815 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58820

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1755688/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=102.26
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14555 0 0 0 10051 175 0 0 25 0 1 0 193647400 60231680 13799 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13799 545 886 0 13815 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 58820

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1755624/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=162.24
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14555 0 0 0 15945 279 0 0 25 0 1 0 193647400 60231680 13799 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13799 545 886 0 13815 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 58820

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1755560/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=222.22
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14555 0 0 0 21835 387 0 0 25 0 1 0 193647400 60231680 13799 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13799 545 886 0 13815 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 58820

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1755560/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=282.2
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14555 0 0 0 27729 491 0 0 25 0 1 0 193647400 60231680 13799 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13799 545 886 0 13815 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 58820

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1755432/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=342.18
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14555 0 0 0 33633 585 0 0 25 0 1 0 193647400 60231680 13799 1992294400 4194304 7823515 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13799 545 886 0 13815 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 58820

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 16371
/proc/meminfo: memFree=1755432/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=402.17
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 39544 673 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 5102832 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 58820

[startup+462.302 s]
/proc/loadavg: 1.08 1.02 0.93 2/65 16371
/proc/meminfo: memFree=1755368/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=462.14
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 45484 730 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 58820

[startup+522.301 s]
/proc/loadavg: 1.10 1.03 0.94 2/65 16371
/proc/meminfo: memFree=1755368/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=522.13
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 51433 780 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 4221694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 58820

[startup+582.302 s]
/proc/loadavg: 1.04 1.02 0.94 2/65 16371
/proc/meminfo: memFree=1755304/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=582.11
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 57371 840 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 58820

[startup+642.301 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 16373
/proc/meminfo: memFree=1754984/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=642.09
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 63316 893 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 5103014 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 58820

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 16373
/proc/meminfo: memFree=1754984/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=702.07
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 69251 956 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 58820

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16373
/proc/meminfo: memFree=1754984/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=762.05
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 75187 1018 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 58820

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16373
/proc/meminfo: memFree=1754984/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=822.03
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 81120 1083 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 58820

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16373
/proc/meminfo: memFree=1754984/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=882.01
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 87058 1143 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 4788726 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 58820

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16373
/proc/meminfo: memFree=1754920/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=941.99
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 93003 1196 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 58820

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16373
/proc/meminfo: memFree=1754920/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=1001.98
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 98951 1247 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 4209458 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 58820

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16373
/proc/meminfo: memFree=1754856/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=1061.96
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 104891 1305 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 58820

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16373
/proc/meminfo: memFree=1754856/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=1121.94
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 110833 1361 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 58820

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16373
/proc/meminfo: memFree=1754792/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=1181.92
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 116773 1419 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 5102390 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 58820

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16379
/proc/meminfo: memFree=1754536/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=1241.89
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 122702 1487 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 4209630 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 58820

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

[startup+1244.7 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16379
/proc/meminfo: memFree=1754536/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=1244.28
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 122938 1490 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 5103893 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 1244.28
Current children cumulated vsize (KiB) 58820

[startup+1247.9 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16379
/proc/meminfo: memFree=1754536/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=1247.49
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 123255 1494 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 1247.49
Current children cumulated vsize (KiB) 58820

[startup+1249.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16379
/proc/meminfo: memFree=1754536/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=1249.09
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 123413 1496 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 1249.09
Current children cumulated vsize (KiB) 58820

[startup+1249.9 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16379
/proc/meminfo: memFree=1754536/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=1249.48
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 123452 1496 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 1249.48
Current children cumulated vsize (KiB) 58820

[startup+1250.1 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16379
/proc/meminfo: memFree=1754536/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=58820 CPUtime=1249.69
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14556 0 0 0 123472 1497 0 0 25 0 1 0 193647400 60231680 13800 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16370/statm: 14705 13800 546 886 0 13815 0
Current children cumulated CPU time (s) 1249.69
Current children cumulated vsize (KiB) 58820

[startup+1250.2 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 16379
/proc/meminfo: memFree=1754536/2055920 swapFree=4181976/4192956
[pid=16370] ppid=16368 vsize=42120 CPUtime=1249.79
/proc/16370/stat : 16370 (pbscip.linux.x8) R 16368 16370 16129 0 -1 4194304 14564 0 0 0 123481 1498 0 0 25 0 1 0 193647400 43130880 9902 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/16370/statm: 10530 9902 2958 886 0 9640 0
Current children cumulated CPU time (s) 1249.79
Current children cumulated vsize (KiB) 42120

Child status: 0
Real time (s): 1250.21
CPU time (s): 1249.8
CPU user time (s): 1234.82
CPU system time (s): 14.9867
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 58820

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

runsolver used 1.02984 second user time and 2.86456 second system time

The end

Launcher Data

Begin job on node26 at 2009-06-17 19:41:17
IDJOB=1884807
IDBENCH=71994
IDSOLVER=683
FILE ID=node26/1884807-1245260477
PBS_JOBID= 9372427
Free space on /tmp= 66156 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/sgi/new-difficult-20-152-18-95.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884807-1245260477/watcher-1884807-1245260477 -o /tmp/evaluation-result-1884807-1245260477/solver-1884807-1245260477 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884807-1245260477.opb

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

MD5SUM BENCH= 122128389671b07c971938c6f4ca95cb
RANDOM SEED=758177246

node26.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	: 5931.00
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:       1809544 kB
Buffers:         17228 kB
Cached:         171052 kB
SwapCached:       4976 kB
Active:          57848 kB
Inactive:       138564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809544 kB
SwapTotal:     4192956 kB
SwapFree:      4181976 kB
Dirty:           10188 kB
Writeback:           0 kB
Mapped:          14292 kB
Slab:            36028 kB
Committed_AS:   190264 kB
PageTables:       1372 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= 66148 MiB
End job on node26 at 2009-06-17 20:02:07