Trace number 1885547

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)? 1797.25 1797.78

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 SoPlex 1.4.1
0.59/0.69	c user parameter file <scip.set> not found - using default parameters
0.59/0.69	c read problem <HOME/instance-1885547-1245267254.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.28	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.45
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.42	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.42	c constraints/knapsack/maxnumcardlift = c 0
1.39/1.42	c # should presolving try to simplify inequalities
1.39/1.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.42	c constraints/linear/simplifyinequalities = c TRUE
1.39/1.42	c # maximal number of separation rounds in the root node (-1: unlimited)
1.39/1.42	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.42	c separating/maxroundsroot = c 5
1.39/1.42	c # maximal number of separation rounds per node (-1: unlimited)
1.39/1.42	c # [type: int, range: [-1,2147483647], default: 5]
1.39/1.42	c separating/maxrounds = c 1
1.39/1.42	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.42	c # [type: char, range: {lafpsqd}, default: l]
1.39/1.42	c lp/pricing = c a
1.39/1.42	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.39/1.42	c # [type: int, range: [-1,2147483647], default: 1]
1.39/1.42	c lp/solvefreq = c 0
1.39/1.42	c # solving stops, if the given number of solutions were found (-1: no limit)
1.39/1.42	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.42	c limits/solutions = c 1
1.39/1.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.42	c limits/memory = c 1620
1.39/1.42	c # maximal time in seconds to run
1.39/1.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.42	c limits/time = c 1791
1.39/1.42	c # frequency for displaying node information lines
1.39/1.42	c # [type: int, range: [-1,2147483647], default: 100]
1.39/1.42	c display/freq = c 10000
1.39/1.42	c # should enforcement of pseudo solution be disabled?
1.39/1.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.42	c constraints/disableenfops = c TRUE
1.39/1.42	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
1.39/1.42	c # [type: int, range: [-1,2147483647], default: 0]
1.39/1.42	c constraints/agelimit = c 1
1.39/1.42	c # should binary conflicts be preferred?
1.39/1.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.42	c conflict/preferbinary = c TRUE
1.39/1.42	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
1.39/1.42	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.42	c conflict/interconss = c 0
1.39/1.42	c -----------------------------------------------------------------------------------------------
1.39/1.42	c start solving problem
1.39/1.42	c 
2.20/2.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.20/2.25	c   1.3s|     1 |     0 |   281 |  53M|   0 | 247 | 913 |  47k|  47k| 913 |  47k|   0 |   0 |   0 | 3.450000e+01 |      --      |    Inf 
3.58/3.68	c   2.8s|     1 |     0 |   315 |  53M|   0 | 198 | 913 |  47k|  47k| 913 |  47k|  10 |   0 |   0 | 3.500000e+01 |      --      |    Inf 
5.29/5.34	c   4.4s|     1 |     0 |   401 |  54M|   0 | 156 | 913 |  47k|  47k| 913 |  47k|  20 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
7.18/7.22	c   6.3s|     1 |     0 |   510 |  54M|   0 | 140 | 913 |  47k|  47k| 913 |  47k|  29 |   0 |   0 | 3.625000e+01 |      --      |    Inf 
9.19/9.29	c   8.3s|     1 |     0 |   650 |  54M|   0 | 114 | 913 |  47k|  47k| 913 |  47k|  41 |   0 |   0 | 3.675000e+01 |      --      |    Inf 
11.18/11.27	c  10.3s|     1 |     0 |   743 |  54M|   0 |  93 | 913 |  47k|  47k| 913 |  47k|  52 |   0 |   0 | 3.694444e+01 |      --      |    Inf 
108.65/108.73	c   108s|     1 |     2 |   743 |  54M|   0 |  93 | 913 |  47k|  47k| 913 |  47k|  52 |   0 |  27 | 3.694444e+01 |      --      |    Inf 
218.02/218.17	c   217s| 10000 |   173 |   743 |  57M| 252 |   - | 913 |  54k|  24k|   0 |   0 |  52 |  13k|  27 | 3.794444e+01 |      --      |    Inf 
316.10/316.26	c   314s| 20000 |   157 |   743 |  58M| 252 |   - | 913 |  60k|  19k|   0 |   0 |  52 |  27k|  27 | 3.794444e+01 |      --      |    Inf 
418.98/419.13	c   417s| 30000 |   149 |   743 |  60M| 252 |   - | 913 |  67k|  23k|   0 |   0 |  52 |  41k|  27 | 3.794444e+01 |      --      |    Inf 
517.84/518.07	c   516s| 40000 |   160 |   743 |  62M| 252 |   - | 913 |  74k|  25k|   0 |   0 |  52 |  55k|  27 | 3.794444e+01 |      --      |    Inf 
621.71/621.98	c   619s| 50000 |   146 |   743 |  63M| 252 |   - | 913 |  81k|  24k|   0 |   0 |  52 |  69k|  27 | 3.794444e+01 |      --      |    Inf 
727.18/727.44	c   724s| 60000 |   136 |   743 |  65M| 252 |   - | 913 |  87k|  21k|   0 |   0 |  52 |  83k|  27 | 3.794444e+01 |      --      |    Inf 
834.35/834.63	c   831s| 70000 |   125 |   743 |  66M| 252 |   - | 913 |  94k|  22k|   0 |   0 |  52 |  97k|  27 | 3.794444e+01 |      --      |    Inf 
934.12/934.43	c   931s| 80000 |   120 |   743 |  68M| 252 |   - | 913 | 101k|  22k|   0 |   0 |  52 | 111k|  27 | 3.794444e+01 |      --      |    Inf 
1032.19/1032.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1032.19/1032.54	c  1029s| 90000 |   116 |   743 |  69M| 252 |   - | 913 | 107k|  21k|   0 |   0 |  52 | 124k|  27 | 3.794444e+01 |      --      |    Inf 
1130.26/1130.65	c  1126s|100000 |   101 |   743 |  71M| 252 |   - | 913 | 114k|  23k|   0 |   0 |  52 | 138k|  27 | 3.794444e+01 |      --      |    Inf 
1227.93/1228.39	c  1224s|110000 |    93 |   743 |  72M| 252 |   - | 913 | 121k|  25k|   0 |   0 |  52 | 152k|  27 | 3.794444e+01 |      --      |    Inf 
1327.40/1327.87	c  1323s|120000 |    80 |   743 |  74M| 252 |   - | 913 | 128k|  22k|   0 |   0 |  52 | 166k|  27 | 3.794444e+01 |      --      |    Inf 
1432.77/1433.22	c  1428s|130000 |    74 |   743 |  75M| 252 |   - | 913 | 134k|  27k|   0 |   0 |  52 | 180k|  27 | 3.794444e+01 |      --      |    Inf 
1535.64/1536.12	c  1530s|140000 |    61 |   743 |  77M| 252 |   - | 913 | 141k|  27k|   0 |   0 |  52 | 194k|  27 | 3.794444e+01 |      --      |    Inf 
1646.11/1646.63	c  1641s|150000 |    55 |   743 |  78M| 252 |   - | 913 | 148k|  31k|   0 |   0 |  52 | 208k|  27 | 3.794444e+01 |      --      |    Inf 
1771.77/1772.31	c  1766s|160000 |    41 |   743 |  80M| 252 |   - | 913 | 155k|  37k|   0 |   0 |  52 | 223k|  27 | 3.794444e+01 |      --      |    Inf 
1796.86/1797.46	c 
1796.86/1797.46	c SCIP Status        : solving was interrupted [time limit reached]
1796.86/1797.46	c Solving Time (sec) : 1791.00
1796.86/1797.46	c Solving Nodes      : 161951
1796.86/1797.46	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.86/1797.46	c Dual Bound         : +3.79444444444445e+01
1796.86/1797.46	c Gap                : infinite
1796.86/1797.46	c NODE         161951
1796.86/1797.46	c DUAL BOUND   37.9444
1796.86/1797.46	c PRIMAL BOUND 1e+20
1796.86/1797.46	c GAP          1e+20
1796.86/1797.46	s UNKNOWN
1796.86/1797.46	c SCIP Status        : solving was interrupted [time limit reached]
1796.86/1797.46	c Solving Time       :    1791.00
1796.86/1797.46	c Original Problem   :
1796.86/1797.46	c   Problem name     : HOME/instance-1885547-1245267254.opb
1796.86/1797.46	c   Variables        : 980 (980 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.86/1797.46	c   Constraints      : 47620 initial, 47620 maximal
1796.86/1797.46	c Presolved Problem  :
1796.86/1797.46	c   Problem name     : t_HOME/instance-1885547-1245267254.opb
1796.86/1797.46	c   Variables        : 913 (913 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.86/1797.46	c   Constraints      : 47486 initial, 156623 maximal
1796.86/1797.46	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.86/1797.46	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.86/1797.46	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.86/1797.46	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.86/1797.46	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.86/1797.46	c   implics          :       0.00          0         67          0          0          0          0          0          0
1796.86/1797.46	c   probing          :       0.00          0          0          0          0          0          0          0          0
1796.86/1797.46	c   linear           :       0.25          0          0          0          0          0        134          0          0
1796.86/1797.46	c   logicor          :       0.15          0          0          0          0          0          0          0          0
1796.86/1797.46	c   root node        :          -          0          -          -          0          -          -          -          -
1796.86/1797.46	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.86/1797.46	c   integral         :          0          0          0          1          0          0          0          0          0          2
1796.86/1797.46	c   logicor          :      47486+         5    1009692          0          0     109940   10667513          0          0          0
1796.86/1797.46	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.86/1797.46	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.86/1797.46	c   integral         :      97.30       0.00       0.00      97.30       0.00
1796.86/1797.46	c   logicor          :     967.59       0.02     967.57       0.00       0.00
1796.86/1797.46	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.86/1797.46	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.86/1797.46	c   rootredcost      :       0.51          0          0          0
1796.86/1797.46	c   pseudoobj        :      74.76    1108940          0          0
1796.86/1797.46	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.86/1797.46	c   propagation      :      18.13     109940     109940     109940       40.5     116750        5.5          -
1796.86/1797.46	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.86/1797.46	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.86/1797.46	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.86/1797.46	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.86/1797.46	c   applied globally :          -          -          -     221446       20.6          -          -          -
1796.86/1797.46	c   applied locally  :          -          -          -       4525      102.6          -          -          -
1796.86/1797.46	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.86/1797.46	c   cut pool         :       0.00          4          -          -        135          -    (maximal pool size: 468)
1796.86/1797.46	c   redcost          :       0.00          5          0          0          0          0
1796.86/1797.46	c   impliedbounds    :       0.00          5          0          0          0          0
1796.86/1797.46	c   intobj           :       0.00          0          0          0          0          0
1796.86/1797.46	c   gomory           :       2.67          5          0          0       2500          0
1796.86/1797.46	c   strongcg         :       2.69          5          0          0       2500          0
1796.86/1797.46	c   cmir             :       0.00          0          0          0          0          0
1796.86/1797.46	c   flowcover        :       0.00          0          0          0          0          0
1796.86/1797.46	c   clique           :       0.03          5          0          0         33          0
1796.86/1797.46	c   zerohalf         :       0.00          0          0          0          0          0
1796.86/1797.46	c   mcf              :       0.07          1          0          0          0          0
1796.86/1797.46	c Pricers            :       Time      Calls       Vars
1796.86/1797.46	c   problem variables:       0.00          0          0
1796.86/1797.46	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.86/1797.46	c   relpscost        :      97.30          1          0          0          0          0          2
1796.86/1797.46	c   pscost           :       0.00          0          0          0          0          0          0
1796.86/1797.47	c   inference        :      19.91     114871          0          0          0          0     229742
1796.86/1797.47	c   mostinf          :       0.00          0          0          0          0          0          0
1796.86/1797.47	c   leastinf         :       0.00          0          0          0          0          0          0
1796.86/1797.47	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.86/1797.47	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.86/1797.47	c   random           :       0.00          0          0          0          0          0          0
1796.86/1797.47	c Primal Heuristics  :       Time      Calls      Found
1796.86/1797.47	c   LP solutions     :       0.00          -          0
1796.86/1797.47	c   pseudo solutions :       0.00          -          0
1796.86/1797.47	c   simplerounding   :       0.00          0          0
1796.86/1797.47	c   rounding         :       0.00          0          0
1796.86/1797.47	c   shifting         :       0.00          0          0
1796.86/1797.47	c   intshifting      :       0.00          0          0
1796.86/1797.47	c   oneopt           :       0.00          0          0
1796.86/1797.47	c   fixandinfer      :       0.00          0          0
1796.86/1797.47	c   feaspump         :       0.00          0          0
1796.86/1797.47	c   coefdiving       :       0.00          0          0
1796.86/1797.47	c   pscostdiving     :       0.00          0          0
1796.86/1797.47	c   fracdiving       :       0.00          0          0
1796.86/1797.47	c   veclendiving     :       0.00          0          0
1796.86/1797.47	c   intdiving        :       0.00          0          0
1796.86/1797.47	c   actconsdiving    :       0.00          0          0
1796.86/1797.47	c   objpscostdiving  :       0.00          0          0
1796.86/1797.47	c   rootsoldiving    :       0.00          0          0
1796.86/1797.47	c   linesearchdiving :       0.00          0          0
1796.86/1797.47	c   guideddiving     :       0.00          0          0
1796.86/1797.47	c   octane           :       0.00          0          0
1796.86/1797.47	c   rens             :       0.00          0          0
1796.86/1797.47	c   rins             :       0.00          0          0
1796.86/1797.47	c   localbranching   :       0.00          0          0
1796.86/1797.47	c   mutation         :       0.00          0          0
1796.86/1797.47	c   crossover        :       0.00          0          0
1796.86/1797.47	c   dins             :       0.00          0          0
1796.86/1797.47	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.86/1797.47	c   primal LP        :       0.05          0          0       0.00       0.00
1796.86/1797.47	c   dual LP          :       3.98          6        743     123.83     186.68
1796.86/1797.47	c   barrier LP       :       0.00          0          0       0.00          -
1796.86/1797.47	c   diving/probing LP:       0.00          0          0       0.00          -
1796.86/1797.47	c   strong branching :      97.30         27      13416     496.89     137.88
1796.86/1797.47	c     (at root node) :          -         27      13416     496.89          -
1796.86/1797.47	c   conflict analysis:       0.00          0          0       0.00          -
1796.86/1797.47	c B&B Tree           :
1796.86/1797.47	c   number of runs   :          1
1796.86/1797.47	c   nodes            :     161951
1796.86/1797.47	c   nodes (total)    :     161951
1796.86/1797.47	c   nodes left       :         40
1796.86/1797.47	c   max depth        :        252
1796.86/1797.47	c   max depth (total):        252
1796.86/1797.47	c   backtracks       :      63964 (39.5%)
1796.86/1797.47	c   delayed cutoffs  :      67754
1796.86/1797.47	c   repropagations   :     165601 (6504442 domain reductions, 62861 cutoffs)
1796.86/1797.47	c   avg switch length:       2.73
1796.86/1797.47	c   switching time   :     343.69
1796.86/1797.47	c Solution           :
1796.86/1797.47	c   Solutions found  :          0 (0 improvements)
1796.86/1797.47	c   Primal Bound     :          -
1796.86/1797.47	c   Dual Bound       : +3.79444444444445e+01
1796.86/1797.47	c   Gap              :   infinite
1796.86/1797.47	c   Root Dual Bound  : +3.69444444444445e+01
1797.16/1797.77	c Time complete: 1797.24.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1885547-1245267254/watcher-1885547-1245267254 -o /tmp/evaluation-result-1885547-1245267254/solver-1885547-1245267254 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885547-1245267254.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.99 3/65 12068
/proc/meminfo: memFree=1806848/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=4648 CPUtime=0
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 498 0 0 0 0 0 0 0 18 0 1 0 194324807 4759552 483 1992294400 4194304 7823515 548682068736 18446744073709551615 5955600 0 0 4096 0 0 0 0 17 1 0 0
/proc/12068/statm: 1082 485 320 886 0 192 0

[startup+0.018824 s]
/proc/loadavg: 1.00 1.00 0.99 3/65 12068
/proc/meminfo: memFree=1806848/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=9224 CPUtime=0.01
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 1595 0 0 0 1 0 0 0 18 0 1 0 194324807 9445376 1578 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12068/statm: 2306 1586 351 886 0 1416 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9224

[startup+0.101831 s]
/proc/loadavg: 1.00 1.00 0.99 3/65 12068
/proc/meminfo: memFree=1806848/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=12772 CPUtime=0.09
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 2511 0 0 0 8 1 0 0 18 0 1 0 194324807 13078528 2493 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/12068/statm: 3193 2493 351 886 0 2303 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12772

[startup+0.301853 s]
/proc/loadavg: 1.00 1.00 0.99 3/65 12068
/proc/meminfo: memFree=1806848/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=17780 CPUtime=0.29
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 3747 0 0 0 28 1 0 0 19 0 1 0 194324807 18206720 3729 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/12068/statm: 4445 3729 351 886 0 3555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17780

[startup+0.701898 s]
/proc/loadavg: 1.00 1.00 0.99 3/65 12068
/proc/meminfo: memFree=1806848/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=30564 CPUtime=0.69
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 7252 0 0 0 66 3 0 0 23 0 1 0 194324807 31297536 6880 1992294400 4194304 7823515 548682068736 18446744073709551615 6911728 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 7641 6888 370 886 0 6751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30564

[startup+1.50199 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 12069
/proc/meminfo: memFree=1742392/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=86064 CPUtime=1.48
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 22701 0 0 0 128 20 0 0 17 0 1 0 194324807 88129536 20719 1992294400 4194304 7823515 548682068736 18446744073709551615 6911799 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 21516 20719 475 886 0 20626 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86064

[startup+3.10217 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 12069
/proc/meminfo: memFree=1687928/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=140216 CPUtime=3.09
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 35365 0 0 0 284 25 0 0 25 0 1 0 194324807 143581184 31996 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 35054 31996 527 886 0 34164 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140216

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 12069
/proc/meminfo: memFree=1671864/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=145036 CPUtime=6.29
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 37601 0 0 0 602 27 0 0 25 0 1 0 194324807 148516864 34122 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 36259 34122 539 886 0 35369 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 145036

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 12069
/proc/meminfo: memFree=1657656/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157772 CPUtime=12.69
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41261 0 0 0 1240 29 0 0 25 0 1 0 194324807 161558528 37696 1992294400 4194304 7823515 548682068736 18446744073709551615 6150584 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39443 37696 542 886 0 38553 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 157772

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 12069
/proc/meminfo: memFree=1657272/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=25.48
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41364 0 0 0 2517 31 0 0 25 0 1 0 194324807 161705984 37799 1992294400 4194304 7823515 548682068736 18446744073709551615 6109387 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37799 542 886 0 38589 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 157916

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 12069
/proc/meminfo: memFree=1657144/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=51.07
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41395 0 0 0 5073 34 0 0 25 0 1 0 194324807 161705984 37830 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37830 542 886 0 38589 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 157916

[startup+102.305 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 12069
/proc/meminfo: memFree=1657208/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=102.26
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41397 0 0 0 10185 41 0 0 25 0 1 0 194324807 161705984 37832 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37832 542 886 0 38589 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 157916

[startup+162.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 12069
/proc/meminfo: memFree=1657144/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=162.24
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41419 0 0 0 16168 56 0 0 25 0 1 0 194324807 161705984 37854 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37854 549 886 0 38589 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 157916

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12069
/proc/meminfo: memFree=1657080/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=222.23
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41430 0 0 0 22150 73 0 0 25 0 1 0 194324807 161705984 37865 1992294400 4194304 7823515 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37865 549 886 0 38589 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 157916

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12069
/proc/meminfo: memFree=1657016/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=282.21
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41431 0 0 0 28131 90 0 0 25 0 1 0 194324807 161705984 37866 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37866 549 886 0 38589 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 157916

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12069
/proc/meminfo: memFree=1657016/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=342.19
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41431 0 0 0 34109 110 0 0 25 0 1 0 194324807 161705984 37866 1992294400 4194304 7823515 548682068736 18446744073709551615 4207308 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37866 549 886 0 38589 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 157916

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12069
/proc/meminfo: memFree=1657016/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=402.18
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41431 0 0 0 40089 129 0 0 25 0 1 0 194324807 161705984 37866 1992294400 4194304 7823515 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37866 549 886 0 38589 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 157916

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12069
/proc/meminfo: memFree=1657016/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=462.15
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41431 0 0 0 46069 146 0 0 25 0 1 0 194324807 161705984 37866 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37866 549 886 0 38589 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 157916

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12069
/proc/meminfo: memFree=1656952/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=522.13
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41431 0 0 0 52050 163 0 0 25 0 1 0 194324807 161705984 37866 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37866 549 886 0 38589 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 157916

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12069
/proc/meminfo: memFree=1656952/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=582.12
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41431 0 0 0 58031 181 0 0 25 0 1 0 194324807 161705984 37866 1992294400 4194304 7823515 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37866 549 886 0 38589 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 157916

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12069
/proc/meminfo: memFree=1656952/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=157916 CPUtime=642.11
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 41431 0 0 0 64013 198 0 0 25 0 1 0 194324807 161705984 37866 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 39479 37866 549 886 0 38589 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 157916

[startup+702.301 s]

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

/proc/meminfo: memFree=1647736/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=168904 CPUtime=1061.98
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 43679 0 0 0 105882 316 0 0 25 0 1 0 194324807 172957696 40114 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 42226 40114 549 886 0 41336 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 168904

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12071
/proc/meminfo: memFree=1645112/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=171812 CPUtime=1121.97
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 44260 0 0 0 111864 333 0 0 25 0 1 0 194324807 175935488 40695 1992294400 4194304 7823515 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 42953 40695 549 886 0 42063 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 171812

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12071
/proc/meminfo: memFree=1643832/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=173028 CPUtime=1181.94
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 44615 0 0 0 117842 352 0 0 25 0 1 0 194324807 177180672 41050 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 43257 41050 549 886 0 42367 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 173028

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12071
/proc/meminfo: memFree=1643256/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=173540 CPUtime=1241.93
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 44751 0 0 0 123820 373 0 0 25 0 1 0 194324807 177704960 41186 1992294400 4194304 7823515 548682068736 18446744073709551615 4208456 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 43385 41186 549 886 0 42495 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 173540

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12071
/proc/meminfo: memFree=1639608/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=177748 CPUtime=1301.91
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 45660 0 0 0 129800 391 0 0 25 0 1 0 194324807 182013952 42095 1992294400 4194304 7823515 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 44437 42095 549 886 0 43547 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 177748

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12071
/proc/meminfo: memFree=1639288/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=178016 CPUtime=1361.89
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 45734 0 0 0 135783 406 0 0 25 0 1 0 194324807 182288384 42169 1992294400 4194304 7823515 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 44504 42169 549 886 0 43614 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 178016

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12071
/proc/meminfo: memFree=1637624/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=179512 CPUtime=1421.87
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 46143 0 0 0 141764 423 0 0 25 0 1 0 194324807 183820288 42578 1992294400 4194304 7823515 548682068736 18446744073709551615 4209630 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 44878 42578 549 886 0 43988 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 179512

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12071
/proc/meminfo: memFree=1635256/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=182096 CPUtime=1481.86
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 46721 0 0 0 147745 441 0 0 25 0 1 0 194324807 186466304 43156 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 45524 43156 549 886 0 44634 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 182096

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12071
/proc/meminfo: memFree=1633272/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=184736 CPUtime=1541.84
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 47217 0 0 0 153726 458 0 0 25 0 1 0 194324807 189169664 43652 1992294400 4194304 7823515 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 46184 43652 549 886 0 45294 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 184736

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12071
/proc/meminfo: memFree=1632888/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=184992 CPUtime=1601.82
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 47315 0 0 0 159706 476 0 0 25 0 1 0 194324807 189431808 43750 1992294400 4194304 7823515 548682068736 18446744073709551615 4207922 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 46248 43750 549 886 0 45358 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 184992

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12077
/proc/meminfo: memFree=1631728/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=185956 CPUtime=1661.8
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 47589 0 0 0 165685 495 0 0 25 0 1 0 194324807 190418944 44024 1992294400 4194304 7823515 548682068736 18446744073709551615 4208150 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 46489 44024 549 886 0 45599 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 185956

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12077
/proc/meminfo: memFree=1631024/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=186504 CPUtime=1721.79
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 47755 0 0 0 171668 511 0 0 25 0 1 0 194324807 190980096 44190 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 46626 44190 549 886 0 45736 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 186504

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12077
/proc/meminfo: memFree=1629872/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=187528 CPUtime=1781.76
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 48033 0 0 0 177652 524 0 0 25 0 1 0 194324807 192028672 44468 1992294400 4194304 7823515 548682068736 18446744073709551615 4221694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 46882 44468 549 886 0 45992 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 187528

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12077
/proc/meminfo: memFree=1629680/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=187528 CPUtime=1784.96
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 48069 0 0 0 177972 524 0 0 25 0 1 0 194324807 192028672 44504 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 46882 44504 549 886 0 45992 0
Current children cumulated CPU time (s) 1784.96
Current children cumulated vsize (KiB) 187528

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12077
/proc/meminfo: memFree=1629680/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=187660 CPUtime=1791.37
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 48071 0 0 0 178611 526 0 0 25 0 1 0 194324807 192163840 44506 1992294400 4194304 7823515 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 46915 44506 549 886 0 46025 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 187660

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12077
/proc/meminfo: memFree=1629680/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=187660 CPUtime=1794.56
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 48074 0 0 0 178930 526 0 0 25 0 1 0 194324807 192163840 44509 1992294400 4194304 7823515 548682068736 18446744073709551615 5102411 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 46915 44509 549 886 0 46025 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (KiB) 187660

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12077
/proc/meminfo: memFree=1629680/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=187660 CPUtime=1796.16
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 48074 0 0 0 179089 527 0 0 25 0 1 0 194324807 192163840 44509 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12068/statm: 46915 44509 549 886 0 46025 0
Current children cumulated CPU time (s) 1796.16
Current children cumulated vsize (KiB) 187660

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12077
/proc/meminfo: memFree=1629680/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=191532 CPUtime=1796.96
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 49070 0 0 0 179168 528 0 0 25 0 1 0 194324807 196128768 45505 1992294400 4194304 7823515 548682068736 18446744073709551615 5210148 0 0 4096 0 0 0 0 17 1 0 0
/proc/12068/statm: 47883 45505 553 886 0 46993 0
Current children cumulated CPU time (s) 1796.96
Current children cumulated vsize (KiB) 191532

[startup+1797.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12077
/proc/meminfo: memFree=1629680/2055920 swapFree=4181080/4192956
[pid=12068] ppid=12066 vsize=191532 CPUtime=1797.16
/proc/12068/stat : 12068 (pbscip.linux.x8) R 12066 12068 11407 0 -1 4194304 49072 0 0 0 179188 528 0 0 25 0 1 0 194324807 196128768 45507 1992294400 4194304 7823515 548682068736 18446744073709551615 5875171 0 0 4096 0 0 0 0 17 1 0 0
/proc/12068/statm: 47883 45507 555 886 0 46993 0
Current children cumulated CPU time (s) 1797.16
Current children cumulated vsize (KiB) 191532

Child status: 0
Real time (s): 1797.78
CPU time (s): 1797.25
CPU user time (s): 1791.93
CPU system time (s): 5.31219
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 191532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.93
system time used= 5.31219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49076
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= 6
involuntary context switches= 3018

runsolver used 2.05869 second user time and 3.9684 second system time

The end

Launcher Data

Begin job on node32 at 2009-06-17 21:34:14
IDJOB=1885547
IDBENCH=72068
IDSOLVER=683
FILE ID=node32/1885547-1245267254
PBS_JOBID= 9372421
Free space on /tmp= 66340 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/APPLICATIONS/satComp09_BioInstances/rbcl_xits_06_UNSAT.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-1885547-1245267254/watcher-1885547-1245267254 -o /tmp/evaluation-result-1885547-1245267254/solver-1885547-1245267254 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885547-1245267254.opb

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

MD5SUM BENCH= 4b1b068d930d193e5dec3f24bc00d4de
RANDOM SEED=250658535

node32.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1807328 kB
Buffers:         28576 kB
Cached:         158440 kB
SwapCached:       5016 kB
Active:          64320 kB
Inactive:       131020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807328 kB
SwapTotal:     4192956 kB
SwapFree:      4181080 kB
Dirty:           11444 kB
Writeback:           0 kB
Mapped:          14664 kB
Slab:            39036 kB
Committed_AS:   208272 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66332 MiB
End job on node32 at 2009-06-17 22:04:12