Trace number 1885548

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? 1797.26 1797.95

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
satComp09_BioInstances/rbcl_xits_06_UNSAT.opb
MD5SUM4b1b068d930d193e5dec3f24bc00d4de
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark41.3517
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables980
Total number of constraints47620
Number of constraints which are clauses47620
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 constraint7
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 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.59/0.69	c SCIP version 1.1.0.7
0.59/0.69	c LP-Solver Clp 1.8.2
0.59/0.69	c user parameter file <scip.set> not found - using default parameters
0.59/0.69	c read problem <HOME/instance-1885548-1245267255.opb>
0.59/0.69	c original problem has 980 variables (980 bin, 0 int, 0 impl, 0 cont) and 47620 constraints
0.79/0.81	c No objective function, only one solution is needed.
0.79/0.81	c start presolving problem
0.79/0.81	c presolving:
1.19/1.27	c (round 1) 67 del vars, 67 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 47486 upgd conss, 14922 impls, 0 clqs
1.29/1.34	c (round 2) 67 del vars, 134 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 47486 upgd conss, 14922 impls, 0 clqs
1.39/1.41	c presolving (3 rounds):
1.39/1.41	c  67 deleted vars, 134 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.39/1.41	c  14922 implications, 0 cliques
1.39/1.41	c presolved problem has 913 variables (913 bin, 0 int, 0 impl, 0 cont) and 47486 constraints
1.39/1.41	c   47486 constraints of type <logicor>
1.39/1.41	c transformed objective value is always integral (scale: 1)
1.39/1.41	c Presolving Time: 0.44
1.39/1.41	c PURESAT
1.39/1.41	c -----------------------------------------------------------------------------------------------
1.39/1.41	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.41	c separating/flowcover/freq = c -1
1.39/1.41	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.41	c separating/cmir/freq = c -1
1.39/1.41	c # additional number of allowed LP iterations
1.39/1.41	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.41	c heuristics/veclendiving/maxlpiterofs = c 1500
1.39/1.41	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.41	c heuristics/veclendiving/maxlpiterquot = c 0.075
1.39/1.41	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.41	c heuristics/veclendiving/freq = c -1
1.39/1.41	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.41	c heuristics/simplerounding/freq = c -1
1.39/1.41	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.41	c heuristics/shifting/freq = c -1
1.39/1.41	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.41	c heuristics/rounding/freq = c -1
1.39/1.41	c # additional number of allowed LP iterations
1.39/1.41	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.41	c heuristics/rootsoldiving/maxlpiterofs = c 1500
1.39/1.41	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.39/1.41	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
1.39/1.41	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 20]
1.39/1.41	c heuristics/rootsoldiving/freq = c -1
1.39/1.41	c # number of nodes added to the contingent of the total nodes
1.39/1.41	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.39/1.41	c heuristics/rens/nodesofs = c 2000
1.39/1.41	c # minimum percentage of integer variables that have to be fixable 
1.39/1.41	c # [type: real, range: [0,1], default: 0.5]
1.39/1.41	c heuristics/rens/minfixingrate = c 0.3
1.39/1.41	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.41	c heuristics/rens/freq = c -1
1.39/1.41	c # additional number of allowed LP iterations
1.39/1.41	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.41	c heuristics/pscostdiving/maxlpiterofs = c 1500
1.39/1.41	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.41	c heuristics/pscostdiving/maxlpiterquot = c 0.075
1.39/1.41	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.41	c heuristics/pscostdiving/freq = c -1
1.39/1.41	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.41	c heuristics/oneopt/freq = c -1
1.39/1.41	c # additional number of allowed LP iterations
1.39/1.41	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.41	c heuristics/objpscostdiving/maxlpiterofs = c 1500
1.39/1.41	c # maximal fraction of diving LP iterations compared to total iteration number
1.39/1.41	c # [type: real, range: [0,1], default: 0.01]
1.39/1.41	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
1.39/1.41	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 20]
1.39/1.41	c heuristics/objpscostdiving/freq = c -1
1.39/1.41	c # additional number of allowed LP iterations
1.39/1.41	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.41	c heuristics/linesearchdiving/maxlpiterofs = c 1500
1.39/1.41	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.41	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
1.39/1.41	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.41	c heuristics/linesearchdiving/freq = c -1
1.39/1.41	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.41	c heuristics/intshifting/freq = c -1
1.39/1.41	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.41	c heuristics/intdiving/maxlpiterquot = c 0.075
1.39/1.41	c # additional number of allowed LP iterations
1.39/1.41	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.41	c heuristics/guideddiving/maxlpiterofs = c 1500
1.39/1.41	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.41	c heuristics/guideddiving/maxlpiterquot = c 0.075
1.39/1.41	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.41	c heuristics/guideddiving/freq = c -1
1.39/1.41	c # additional number of allowed LP iterations
1.39/1.41	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.41	c heuristics/fracdiving/maxlpiterofs = c 1500
1.39/1.41	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.41	c heuristics/fracdiving/maxlpiterquot = c 0.075
1.39/1.41	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.41	c heuristics/fracdiving/freq = c -1
1.39/1.41	c # additional number of allowed LP iterations
1.39/1.41	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.41	c heuristics/feaspump/maxlpiterofs = c 2000
1.39/1.41	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 20]
1.39/1.41	c heuristics/feaspump/freq = c -1
1.39/1.41	c # minimum percentage of integer variables that have to be fixed 
1.39/1.41	c # [type: real, range: [0,1], default: 0.666]
1.39/1.41	c heuristics/crossover/minfixingrate = c 0.5
1.39/1.41	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.39/1.41	c # [type: real, range: [0,1], default: 0.1]
1.39/1.41	c heuristics/crossover/nodesquot = c 0.15
1.39/1.41	c # number of nodes without incumbent change that heuristic should wait
1.39/1.41	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.39/1.41	c heuristics/crossover/nwaitingnodes = c 100
1.39/1.41	c # number of nodes added to the contingent of the total nodes
1.39/1.41	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.39/1.41	c heuristics/crossover/nodesofs = c 750
1.39/1.41	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 30]
1.39/1.41	c heuristics/crossover/freq = c -1
1.39/1.41	c # additional number of allowed LP iterations
1.39/1.41	c # [type: int, range: [0,2147483647], default: 1000]
1.39/1.41	c heuristics/coefdiving/maxlpiterofs = c 1500
1.39/1.41	c # maximal fraction of diving LP iterations compared to node LP iterations
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.39/1.41	c heuristics/coefdiving/maxlpiterquot = c 0.075
1.39/1.41	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 10]
1.39/1.41	c heuristics/coefdiving/freq = c -1
1.39/1.41	c # priority of node selection rule <dfs> in standard mode
1.39/1.41	c # [type: int, range: [-536870912,536870911], default: 0]
1.39/1.41	c nodeselection/dfs/stdpriority = c 1000000
1.39/1.41	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.41	c presolving/probing/maxrounds = c 0
1.39/1.41	c # should presolving try to simplify knapsacks
1.39/1.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.41	c constraints/knapsack/simplifyinequalities = c TRUE
1.39/1.41	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.39/1.41	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.39/1.41	c constraints/knapsack/disaggregation = c FALSE
1.39/1.41	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.41	c constraints/knapsack/maxnumcardlift = c 0
1.39/1.41	c # should presolving try to simplify inequalities
1.39/1.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.41	c constraints/linear/simplifyinequalities = c TRUE
1.39/1.41	c # maximal number of separation rounds in the root node (-1: unlimited)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.41	c separating/maxroundsroot = c 5
1.39/1.41	c # maximal number of separation rounds per node (-1: unlimited)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 5]
1.39/1.41	c separating/maxrounds = c 1
1.39/1.41	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)
1.39/1.41	c # [type: char, range: {lafpsqd}, default: l]
1.39/1.41	c lp/pricing = c a
1.39/1.41	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.41	c lp/solvefreq = c 0
1.39/1.41	c # solving stops, if the given number of solutions were found (-1: no limit)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.41	c limits/solutions = c 1
1.39/1.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.41	c limits/memory = c 1620
1.39/1.41	c # maximal time in seconds to run
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.41	c limits/time = c 1791
1.39/1.41	c # frequency for displaying node information lines
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 100]
1.39/1.41	c display/freq = c 10000
1.39/1.41	c # should enforcement of pseudo solution be disabled?
1.39/1.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.41	c constraints/disableenfops = c TRUE
1.39/1.41	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.41	c constraints/agelimit = c 1
1.39/1.41	c # should binary conflicts be preferred?
1.39/1.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.41	c conflict/preferbinary = c TRUE
1.39/1.41	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
1.39/1.41	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.41	c conflict/interconss = c 0
1.39/1.41	c -----------------------------------------------------------------------------------------------
1.39/1.41	c start solving problem
1.39/1.41	c 
2.20/2.28	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.20/2.28	c   1.4s|     1 |     0 |   245 |  53M|   0 | 131 | 913 |  47k|  47k| 913 |  47k|   0 |   0 |   0 | 3.450000e+01 |      --      |    Inf 
3.49/3.54	c   2.6s|     1 |     0 |   313 |  53M|   0 | 127 | 913 |  47k|  47k| 913 |  47k|  11 |   0 |   0 | 3.562500e+01 |      --      |    Inf 
4.79/4.84	c   3.9s|     1 |     0 |   378 |  53M|   0 | 112 | 913 |  47k|  47k| 913 |  47k|  22 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
6.09/6.16	c   5.2s|     1 |     0 |   410 |  54M|   0 |  92 | 913 |  47k|  47k| 913 |  47k|  31 |   0 |   0 | 3.631250e+01 |      --      |    Inf 
7.69/7.79	c   6.8s|     1 |     0 |   500 |  54M|   0 |  94 | 913 |  47k|  47k| 913 |  47k|  40 |   0 |   0 | 3.662500e+01 |      --      |    Inf 
9.58/9.61	c   8.7s|     1 |     0 |   622 |  54M|   0 | 106 | 913 |  47k|  47k| 913 |  47k|  50 |   0 |   0 | 3.693333e+01 |      --      |    Inf 
68.46/68.59	c  67.6s|     1 |     2 |   622 |  54M|   0 | 106 | 913 |  47k|  47k| 913 |  47k|  50 |   0 |  20 | 3.693333e+01 |      --      |    Inf 
167.13/167.24	c   166s| 10000 |   169 |   622 |  57M| 252 |   - | 913 |  53k|  20k|   0 |   0 |  50 |  13k|  20 | 3.785000e+01 |      --      |    Inf 
272.39/272.58	c   271s| 20000 |   162 |   622 |  58M| 252 |   - | 913 |  60k|  23k|   0 |   0 |  50 |  26k|  20 | 3.785000e+01 |      --      |    Inf 
370.75/371.00	c   369s| 30000 |   153 |   622 |  60M| 252 |   - | 913 |  67k|  29k|   0 |   0 |  50 |  40k|  20 | 3.785000e+01 |      --      |    Inf 
464.42/464.60	c   462s| 40000 |   152 |   622 |  61M| 252 |   - | 913 |  73k|  23k|   0 |   0 |  50 |  53k|  20 | 3.785000e+01 |      --      |    Inf 
558.18/558.46	c   556s| 50000 |   141 |   622 |  63M| 252 |   - | 913 |  79k|  28k|   0 |   0 |  50 |  67k|  20 | 3.785000e+01 |      --      |    Inf 
659.14/659.48	c   657s| 60000 |   143 |   622 |  64M| 252 |   - | 913 |  86k|  28k|   0 |   0 |  50 |  80k|  20 | 3.785000e+01 |      --      |    Inf 
758.61/758.96	c   756s| 70000 |   140 |   622 |  66M| 252 |   - | 913 |  93k|  22k|   0 |   0 |  50 |  94k|  20 | 3.785000e+01 |      --      |    Inf 
855.37/855.79	c   852s| 80000 |   127 |   622 |  67M| 252 |   - | 913 |  99k|  21k|   0 |   0 |  50 | 107k|  20 | 3.785000e+01 |      --      |    Inf 
957.03/957.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
957.03/957.40	c   954s| 90000 |   119 |   622 |  69M| 252 |   - | 913 | 106k|  23k|   0 |   0 |  50 | 121k|  20 | 3.785000e+01 |      --      |    Inf 
1053.79/1054.29	c  1050s|100000 |   123 |   622 |  70M| 252 |   - | 913 | 112k|  24k|   0 |   0 |  50 | 135k|  20 | 3.785000e+01 |      --      |    Inf 
1151.76/1152.24	c  1148s|110000 |   109 |   622 |  72M| 252 |   - | 913 | 119k|  22k|   0 |   0 |  50 | 148k|  20 | 3.785000e+01 |      --      |    Inf 
1245.11/1245.62	c  1241s|120000 |   108 |   622 |  73M| 252 |   - | 913 | 125k|  22k|   0 |   0 |  50 | 162k|  20 | 3.785000e+01 |      --      |    Inf 
1341.38/1341.91	c  1337s|130000 |   101 |   622 |  75M| 252 |   - | 913 | 132k|  24k|   0 |   0 |  50 | 175k|  20 | 3.785000e+01 |      --      |    Inf 
1437.15/1437.75	c  1432s|140000 |    93 |   622 |  76M| 252 |   - | 913 | 138k|  27k|   0 |   0 |  50 | 189k|  20 | 3.785000e+01 |      --      |    Inf 
1541.50/1542.18	c  1536s|150000 |    77 |   622 |  78M| 252 |   - | 913 | 145k|  32k|   0 |   0 |  50 | 203k|  20 | 3.785000e+01 |      --      |    Inf 
1652.46/1653.16	c  1647s|160000 |    61 |   622 |  79M| 252 |   - | 913 | 152k|  24k|   0 |   0 |  50 | 217k|  20 | 3.785000e+01 |      --      |    Inf 
1761.31/1762.09	c  1756s|170000 |    52 |   622 |  81M| 252 |   - | 913 | 159k|  25k|   0 |   0 |  50 | 231k|  20 | 3.785000e+01 |      --      |    Inf 
1796.90/1797.64	c 
1796.90/1797.64	c SCIP Status        : solving was interrupted [time limit reached]
1796.90/1797.64	c Solving Time (sec) : 1791.01
1796.90/1797.64	c Solving Nodes      : 173369
1796.90/1797.64	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.90/1797.64	c Dual Bound         : +3.78500000000023e+01
1796.90/1797.64	c Gap                : infinite
1796.90/1797.64	c NODE         173369
1796.90/1797.64	c DUAL BOUND   37.85
1796.90/1797.64	c PRIMAL BOUND 1e+20
1796.90/1797.64	c GAP          1e+20
1796.90/1797.64	s UNKNOWN
1796.90/1797.64	c SCIP Status        : solving was interrupted [time limit reached]
1796.90/1797.64	c Solving Time       :    1791.01
1796.90/1797.64	c Original Problem   :
1796.90/1797.64	c   Problem name     : HOME/instance-1885548-1245267255.opb
1796.90/1797.64	c   Variables        : 980 (980 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.90/1797.64	c   Constraints      : 47620 initial, 47620 maximal
1796.90/1797.64	c Presolved Problem  :
1796.90/1797.64	c   Problem name     : t_HOME/instance-1885548-1245267255.opb
1796.90/1797.64	c   Variables        : 913 (913 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.90/1797.64	c   Constraints      : 47486 initial, 161462 maximal
1796.90/1797.64	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.90/1797.64	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.90/1797.64	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.90/1797.64	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.90/1797.64	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.90/1797.64	c   implics          :       0.01          0         67          0          0          0          0          0          0
1796.90/1797.64	c   probing          :       0.00          0          0          0          0          0          0          0          0
1796.90/1797.64	c   linear           :       0.24          0          0          0          0          0        134          0          0
1796.90/1797.64	c   logicor          :       0.14          0          0          0          0          0          0          0          0
1796.90/1797.64	c   root node        :          -          0          -          -          0          -          -          -          -
1796.90/1797.64	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.90/1797.64	c   integral         :          0          0          0          1          0          0          0          0          0          2
1796.90/1797.64	c   logicor          :      47486+         5    1080832          0          0     115403   10800691          0          0          0
1796.90/1797.64	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.90/1797.64	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.90/1797.64	c   integral         :      58.91       0.00       0.00      58.91       0.00
1796.90/1797.64	c   logicor          :     990.57       0.01     990.56       0.00       0.00
1796.90/1797.64	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.90/1797.64	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.90/1797.64	c   rootredcost      :       0.58          0          0          0
1796.90/1797.64	c   pseudoobj        :      82.04    1186451          0          0
1796.90/1797.64	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.90/1797.64	c   propagation      :      20.04     115403     115403     115403       42.1     121985        5.7          -
1796.90/1797.64	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.90/1797.64	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.90/1797.64	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.90/1797.64	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.90/1797.64	c   applied globally :          -          -          -     231962       21.6          -          -          -
1796.90/1797.64	c   applied locally  :          -          -          -       4648      101.3          -          -          -
1796.90/1797.64	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.90/1797.64	c   cut pool         :       0.00          4          -          -         80          -    (maximal pool size: 343)
1796.90/1797.64	c   redcost          :       0.00          5          0          0          0          0
1796.90/1797.64	c   impliedbounds    :       0.00          5          0          0          0          0
1796.90/1797.64	c   intobj           :       0.00          0          0          0          0          0
1796.90/1797.64	c   gomory           :       2.44          5          0          0       2500          0
1796.90/1797.64	c   strongcg         :       2.43          5          0          0       2500          0
1796.90/1797.64	c   cmir             :       0.00          0          0          0          0          0
1796.90/1797.64	c   flowcover        :       0.00          0          0          0          0          0
1796.90/1797.64	c   clique           :       0.01          5          0          0         32          0
1796.90/1797.64	c   zerohalf         :       0.00          0          0          0          0          0
1796.90/1797.64	c   mcf              :       0.08          1          0          0          0          0
1796.90/1797.64	c Pricers            :       Time      Calls       Vars
1796.90/1797.64	c   problem variables:       0.00          0          0
1796.90/1797.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.90/1797.64	c   relpscost        :      58.91          1          0          0          0          0          2
1796.90/1797.64	c   pscost           :       0.00          0          0          0          0          0          0
1796.90/1797.64	c   inference        :      20.48     123905          0          0          0          0     247810
1796.90/1797.64	c   mostinf          :       0.00          0          0          0          0          0          0
1796.90/1797.64	c   leastinf         :       0.00          0          0          0          0          0          0
1796.90/1797.64	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.90/1797.64	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.90/1797.64	c   random           :       0.00          0          0          0          0          0          0
1796.90/1797.64	c Primal Heuristics  :       Time      Calls      Found
1796.90/1797.64	c   LP solutions     :       0.00          -          0
1796.90/1797.64	c   pseudo solutions :       0.00          -          0
1796.90/1797.64	c   simplerounding   :       0.00          0          0
1796.90/1797.64	c   rounding         :       0.00          0          0
1796.90/1797.64	c   shifting         :       0.00          0          0
1796.90/1797.64	c   intshifting      :       0.00          0          0
1796.90/1797.64	c   oneopt           :       0.00          0          0
1796.90/1797.64	c   fixandinfer      :       0.00          0          0
1796.90/1797.64	c   feaspump         :       0.00          0          0
1796.90/1797.64	c   coefdiving       :       0.00          0          0
1796.90/1797.64	c   pscostdiving     :       0.00          0          0
1796.90/1797.64	c   fracdiving       :       0.00          0          0
1796.90/1797.64	c   veclendiving     :       0.00          0          0
1796.90/1797.64	c   intdiving        :       0.00          0          0
1796.90/1797.64	c   actconsdiving    :       0.00          0          0
1796.90/1797.64	c   objpscostdiving  :       0.00          0          0
1796.90/1797.64	c   rootsoldiving    :       0.00          0          0
1796.90/1797.64	c   linesearchdiving :       0.00          0          0
1796.90/1797.64	c   guideddiving     :       0.00          0          0
1796.90/1797.64	c   octane           :       0.00          0          0
1796.90/1797.64	c   rens             :       0.00          0          0
1796.90/1797.64	c   rins             :       0.00          0          0
1796.90/1797.64	c   localbranching   :       0.00          0          0
1796.90/1797.64	c   mutation         :       0.00          0          0
1796.90/1797.64	c   crossover        :       0.00          0          0
1796.90/1797.64	c   dins             :       0.00          0          0
1796.90/1797.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.90/1797.64	c   primal LP        :       0.07          0          0       0.00       0.00
1796.90/1797.64	c   dual LP          :       2.86          6        622     103.67     217.48
1796.90/1797.64	c   barrier LP       :       0.00          0          0       0.00          -
1796.90/1797.64	c   diving/probing LP:       0.00          0          0       0.00          -
1796.90/1797.64	c   strong branching :      58.91         20       9525     476.25     161.69
1796.90/1797.64	c     (at root node) :          -         20       9525     476.25          -
1796.90/1797.64	c   conflict analysis:       0.00          0          0       0.00          -
1796.90/1797.64	c B&B Tree           :
1796.90/1797.64	c   number of runs   :          1
1796.90/1797.64	c   nodes            :     173369
1796.90/1797.64	c   nodes (total)    :     173369
1796.90/1797.64	c   nodes left       :         54
1796.90/1797.64	c   max depth        :        252
1796.90/1797.64	c   max depth (total):        252
1796.90/1797.64	c   backtracks       :      67421 (38.9%)
1796.90/1797.64	c   delayed cutoffs  :      74390
1796.90/1797.64	c   repropagations   :     175206 (6500630 domain reductions, 65940 cutoffs)
1796.90/1797.64	c   avg switch length:       2.74
1796.90/1797.64	c   switching time   :     355.20
1796.90/1797.64	c Solution           :
1796.90/1797.64	c   Solutions found  :          0 (0 improvements)
1796.90/1797.64	c   Primal Bound     :          -
1796.90/1797.64	c   Dual Bound       : +3.78500000000023e+01
1796.90/1797.64	c   Gap              :   infinite
1796.90/1797.64	c   Root Dual Bound  : +3.69333333333333e+01
1797.20/1797.94	c Time complete: 1797.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-1885548-1245267255/watcher-1885548-1245267255 -o /tmp/evaluation-result-1885548-1245267255/solver-1885548-1245267255 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1885548-1245267255.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.95 0.98 0.93 3/64 13247
/proc/meminfo: memFree=1717360/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=5812 CPUtime=0
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 526 0 0 0 0 0 0 0 18 0 1 0 79458483 5951488 511 1992294400 4194304 9342243 548682068736 18446744073709551615 8164368 0 0 4096 0 0 0 0 17 1 0 0
/proc/13247/statm: 1454 518 346 1256 0 193 0

[startup+0.0360539 s]
/proc/loadavg: 0.95 0.98 0.93 3/64 13247
/proc/meminfo: memFree=1717360/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=11748 CPUtime=0.02
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 1907 0 0 0 2 0 0 0 18 0 1 0 79458483 12029952 1891 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13247/statm: 2937 1891 376 1256 0 1676 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11748

[startup+0.101065 s]
/proc/loadavg: 0.95 0.98 0.93 3/64 13247
/proc/meminfo: memFree=1717360/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=14284 CPUtime=0.09
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 2543 0 0 0 9 0 0 0 18 0 1 0 79458483 14626816 2527 1992294400 4194304 9342243 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/13247/statm: 3571 2527 376 1256 0 2310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14284

[startup+0.301104 s]
/proc/loadavg: 0.95 0.98 0.93 3/64 13247
/proc/meminfo: memFree=1717360/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=19296 CPUtime=0.29
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 3779 0 0 0 28 1 0 0 19 0 1 0 79458483 19759104 3763 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13247/statm: 4824 3763 376 1256 0 3563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19296

[startup+0.701184 s]
/proc/loadavg: 0.95 0.98 0.93 3/64 13247
/proc/meminfo: memFree=1717360/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=30380 CPUtime=0.69
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 6936 0 0 0 66 3 0 0 22 0 1 0 79458483 31109120 6566 1992294400 4194304 9342243 548682068736 18446744073709551615 8251083 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 7595 6566 411 1256 0 6334 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30380

[startup+1.50134 s]
/proc/loadavg: 0.95 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1652904/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=87056 CPUtime=1.49
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 22695 0 0 0 128 21 0 0 17 0 1 0 79458483 89145344 20720 1992294400 4194304 9342243 548682068736 18446744073709551615 5858854 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 21764 20720 518 1256 0 20503 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87056

[startup+3.10166 s]
/proc/loadavg: 0.95 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1607080/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=147696 CPUtime=3.09
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 31755 0 0 0 284 25 0 0 25 0 1 0 79458483 151240704 29654 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 36924 29654 625 1256 0 35663 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 147696

[startup+6.3013 s]
/proc/loadavg: 0.95 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1592360/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=148984 CPUtime=6.29
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 34482 0 0 0 602 27 0 0 25 0 1 0 79458483 152559616 32380 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 37246 32380 640 1256 0 35985 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 148984

[startup+12.7016 s]
/proc/loadavg: 0.96 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1583208/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=181280 CPUtime=12.69
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 37505 0 0 0 1239 30 0 0 25 0 1 0 79458483 185630720 34054 1992294400 4194304 9342243 548682068736 18446744073709551615 5874730 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 45320 34054 645 1256 0 44059 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 181280

[startup+25.5011 s]
/proc/loadavg: 0.97 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1580400/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=181468 CPUtime=25.48
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 38205 0 0 0 2517 31 0 0 25 0 1 0 79458483 185823232 34754 1992294400 4194304 9342243 548682068736 18446744073709551615 5874735 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 45367 34754 645 1256 0 44106 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 181468

[startup+51.1012 s]
/proc/loadavg: 0.98 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1580528/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=181468 CPUtime=51.07
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 38205 0 0 0 5075 32 0 0 25 0 1 0 79458483 185823232 34754 1992294400 4194304 9342243 548682068736 18446744073709551615 6960748 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 45367 34754 645 1256 0 44106 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 181468

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1587312/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=152260 CPUtime=102.26
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 38527 0 0 0 10182 44 0 0 25 0 1 0 79458483 155914240 33095 1992294400 4194304 9342243 548682068736 18446744073709551615 5103014 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 38065 33095 665 1256 0 36804 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 152260

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1587184/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=152260 CPUtime=162.23
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 38542 0 0 0 16162 61 0 0 25 0 1 0 79458483 155914240 33110 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 38065 33110 665 1256 0 36804 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 152260

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1586352/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=152260 CPUtime=222.21
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 38750 0 0 0 22142 79 0 0 25 0 1 0 79458483 155914240 33318 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 38065 33318 665 1256 0 36804 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 152260

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1585264/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=152260 CPUtime=282.18
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 39024 0 0 0 28122 96 0 0 25 0 1 0 79458483 155914240 33592 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 38065 33592 665 1256 0 36804 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 152260

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1584496/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=152260 CPUtime=342.16
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 39209 0 0 0 34103 113 0 0 25 0 1 0 79458483 155914240 33777 1992294400 4194304 9342243 548682068736 18446744073709551615 4207254 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 38065 33777 665 1256 0 36804 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 152260

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1581296/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=154616 CPUtime=402.14
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 40013 0 0 0 40083 131 0 0 25 0 1 0 79458483 158326784 34581 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 38654 34581 665 1256 0 37393 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 154616

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1580336/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=155808 CPUtime=462.11
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 40252 0 0 0 46066 145 0 0 25 0 1 0 79458483 159547392 34820 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 38952 34820 665 1256 0 37691 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 155808

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1577968/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=158460 CPUtime=522.1
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 40840 0 0 0 52048 162 0 0 25 0 1 0 79458483 162263040 35408 1992294400 4194304 9342243 548682068736 18446744073709551615 4235625 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 39615 35408 665 1256 0 38354 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 158460

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1576496/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=160396 CPUtime=582.07
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 41212 0 0 0 58026 181 0 0 25 0 1 0 79458483 164245504 35780 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 40099 35780 665 1256 0 38838 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 160396

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1573872/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=163564 CPUtime=642.05
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 41851 0 0 0 64008 197 0 0 25 0 1 0 79458483 167489536 36419 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 40891 36419 665 1256 0 39630 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 163564

[startup+702.302 s]

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

/proc/meminfo: memFree=1562352/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=176732 CPUtime=1061.89
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 44693 0 0 0 105872 317 0 0 25 0 1 0 79458483 180973568 39261 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 44183 39261 665 1256 0 42922 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 176732

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1561008/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=177948 CPUtime=1121.87
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 45017 0 0 0 111852 335 0 0 25 0 1 0 79458483 182218752 39585 1992294400 4194304 9342243 548682068736 18446744073709551615 4207222 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 44487 39585 665 1256 0 43226 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 177948

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13248
/proc/meminfo: memFree=1560624/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=178204 CPUtime=1181.85
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 45101 0 0 0 117833 352 0 0 25 0 1 0 79458483 182480896 39669 1992294400 4194304 9342243 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 44551 39669 665 1256 0 43290 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 178204

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13250
/proc/meminfo: memFree=1559088/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=179572 CPUtime=1241.81
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 45488 0 0 0 123811 370 0 0 25 0 1 0 79458483 183881728 40056 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 44893 40056 665 1256 0 43632 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 179572

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13250
/proc/meminfo: memFree=1556656/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=182600 CPUtime=1301.79
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 46083 0 0 0 129791 388 0 0 25 0 1 0 79458483 186982400 40651 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 45650 40651 665 1256 0 44389 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 182600

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13250
/proc/meminfo: memFree=1555056/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=184056 CPUtime=1361.77
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 46489 0 0 0 135770 407 0 0 25 0 1 0 79458483 188473344 41057 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 46014 41057 665 1256 0 44753 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 184056

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13250
/proc/meminfo: memFree=1552624/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=186764 CPUtime=1421.75
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 47093 0 0 0 141748 427 0 0 25 0 1 0 79458483 191246336 41661 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 46691 41661 665 1256 0 45430 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 186764

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13250
/proc/meminfo: memFree=1550256/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=189788 CPUtime=1481.72
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 47686 0 0 0 147729 443 0 0 25 0 1 0 79458483 194342912 42254 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 47447 42254 665 1256 0 46186 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 189788

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13250
/proc/meminfo: memFree=1549936/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=189788 CPUtime=1541.7
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 47751 0 0 0 153712 458 0 0 25 0 1 0 79458483 194342912 42319 1992294400 4194304 9342243 548682068736 18446744073709551615 5103893 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 47447 42319 665 1256 0 46186 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 189788

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13250
/proc/meminfo: memFree=1548784/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=190892 CPUtime=1601.69
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 48028 0 0 0 159694 475 0 0 25 0 1 0 79458483 195473408 42596 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 47723 42596 665 1256 0 46462 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 190892

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13256
/proc/meminfo: memFree=1548144/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=191412 CPUtime=1661.65
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 48189 0 0 0 165674 491 0 0 25 0 1 0 79458483 196005888 42757 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 47853 42757 665 1256 0 46592 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 191412

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13256
/proc/meminfo: memFree=1546864/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=192516 CPUtime=1721.63
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 48500 0 0 0 171654 509 0 0 25 0 1 0 79458483 197136384 43068 1992294400 4194304 9342243 548682068736 18446744073709551615 4221694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 48129 43068 665 1256 0 46868 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 192516

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13256
/proc/meminfo: memFree=1543472/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=196264 CPUtime=1781.61
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 49341 0 0 0 177636 525 0 0 25 0 1 0 79458483 200974336 43909 1992294400 4194304 9342243 548682068736 18446744073709551615 4208301 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 49066 43909 665 1256 0 47805 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (KiB) 196264

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13256
/proc/meminfo: memFree=1543472/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=196264 CPUtime=1784.8
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 49345 0 0 0 177955 525 0 0 25 0 1 0 79458483 200974336 43913 1992294400 4194304 9342243 548682068736 18446744073709551615 4207205 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 49066 43913 665 1256 0 47805 0
Current children cumulated CPU time (s) 1784.8
Current children cumulated vsize (KiB) 196264

[startup+1791.91 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13256
/proc/meminfo: memFree=1543472/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=196264 CPUtime=1791.21
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 49346 0 0 0 178594 527 0 0 25 0 1 0 79458483 200974336 43914 1992294400 4194304 9342243 548682068736 18446744073709551615 5102419 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 49066 43914 665 1256 0 47805 0
Current children cumulated CPU time (s) 1791.21
Current children cumulated vsize (KiB) 196264

[startup+1795.1 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13256
/proc/meminfo: memFree=1543408/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=196264 CPUtime=1794.4
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 49350 0 0 0 178913 527 0 0 25 0 1 0 79458483 200974336 43918 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 49066 43918 665 1256 0 47805 0
Current children cumulated CPU time (s) 1794.4
Current children cumulated vsize (KiB) 196264

[startup+1796.7 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13256
/proc/meminfo: memFree=1543280/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=196412 CPUtime=1796
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 49383 0 0 0 179072 528 0 0 25 0 1 0 79458483 201125888 43951 1992294400 4194304 9342243 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 49103 43951 665 1256 0 47842 0
Current children cumulated CPU time (s) 1796
Current children cumulated vsize (KiB) 196412

[startup+1797.5 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13256
/proc/meminfo: memFree=1543280/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=196412 CPUtime=1796.8
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 49383 0 0 0 179152 528 0 0 25 0 1 0 79458483 201125888 43951 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13247/statm: 49103 43951 665 1256 0 47842 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 196412

[startup+1797.9 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 13256
/proc/meminfo: memFree=1543280/2055920 swapFree=4191900/4192956
[pid=13247] ppid=13245 vsize=198888 CPUtime=1797.2
/proc/13247/stat : 13247 (pbscip.linux.x8) R 13245 13247 12362 0 -1 4194304 50276 0 0 0 179192 528 0 0 25 0 1 0 79458483 203661312 44550 1992294400 4194304 9342243 548682068736 18446744073709551615 5854270 0 0 4096 0 0 0 0 17 1 0 0
/proc/13247/statm: 49722 44550 672 1256 0 48461 0
Current children cumulated CPU time (s) 1797.2
Current children cumulated vsize (KiB) 198888

Child status: 0
Real time (s): 1797.95
CPU time (s): 1797.26
CPU user time (s): 1791.94
CPU system time (s): 5.31419
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 200064

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

runsolver used 1.38879 second user time and 3.87541 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-17 21:34:15
IDJOB=1885548
IDBENCH=72068
IDSOLVER=684
FILE ID=node33/1885548-1245267255
PBS_JOBID= 9372420
Free space on /tmp= 65952 MiB

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

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

MD5SUM BENCH= 4b1b068d930d193e5dec3f24bc00d4de
RANDOM SEED=341476580

node33.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.261
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.261
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:       1717776 kB
Buffers:         69484 kB
Cached:         183160 kB
SwapCached:        384 kB
Active:         130752 kB
Inactive:       135344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717776 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           13440 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            58104 kB
Committed_AS:   162012 kB
PageTables:       1396 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= 65940 MiB
End job on node33 at 2009-06-17 22:04:13